<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ&nbsp;¼å¼åŒ–æ&nbsp;·å¼*/

@font-face {
    font-family: HarmonyOS Sans;
    src: url(/templates/public/fonts/HarmonyOS_Sans_SC_Regular.ttf)
}

body {
    font-family: "HarmonyOS Sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, å¾®è½¯é›…é»‘, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    -webkit-font-smoothing: subpixel-antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

div,
ul,
li {
    font-size: 0;
}

p,
a {
    font-size: 12px;
    color: #707070;
    text-decoration: none;
}

a {
    color: inherit;
}

input, button {
    outline: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clearfix {
    zoom: 1;
}

body {
    background-color: #fff;
}

.head,
.content,
.foot {
    width: 100%;
}

.widthmax {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    height: 70px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, .1);
    z-index: 998;
}
.head_hover{
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.head .logo {
    width: 34%;
    height: 100%;
    line-height: 70px;
}

.head .logo img {
    display: none;
    width: 224px;
    margin-top: 15px;
}
.head .logo img:nth-child(1){
    display: block;
}
.head_hover .logo img:nth-child(1){
    display: none;
}
.head_hover .logo img:nth-child(2){
    display: block;
}

.head .menu {
    width: 47.5%;
    height: 100%;
    margin-right: 4%;
}

.head .menu&gt;ul {
    width: 100%;
    height: 70px;
    text-align: right;
}

.head .menu ul&gt;li.menuli1 {
    position: relative;
    float: left;
    margin-left: 46px;
}

.head .menu ul&gt;li.menuli1:first-child {
    margin-left: 0;
}

.head .menu ul li.menuli1&gt;a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #fff;
    height: 70px;
    line-height: 70px;
}
.head_hover .menu ul li.menuli1&gt;a{
    color: #333;
}

.head .menu ul li.menuli1&gt;a&gt;i{
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 4px;
    background-image: url(../images/index/up_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.head_hover .menu ul li.menuli1&gt;a&gt;i{
    background-image: url(../images/index/up_icon_black.png);
}
.head .menu ul li.menuli1:hover&gt;a{
    color: #5097ff;
}
.head .menu ul li.menuli1:hover&gt;a&gt;i{
    background-image: url(../images/index/up_icon_blue.png);
    transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); 	
	-moz-transform:rotate(-180deg); 	
	-webkit-transform:rotate(-180deg); 
    -o-transform:rotate(-180deg);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.head .menu ul li.menuli1.on a {
    color: #4381ff;
}

.FENBOT-CHATBTN-BTN{
    display: none!important;
}

/* äºŒçº§èœå• */
.head .menu ul li .sub_menu {
    height: 0;
    color: #333;
    position: absolute;
    top: 70px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.head .menu ul li .product{
    width: 600px;
    left: -54px;
}
.head .menu ul li .about_qb{
    width: 200px;
    left: -72px;
}
.head .menu ul li:hover .product{
    height: 333px;
    padding: 46px 54px 50px;
    transform:rotate3d(0, 0, 0, 0deg);
	-ms-transform:rotate3d(0, 0, 0, 0deg); 	
	-moz-transform:rotate3d(0, 0, 0, 0deg); 	
	-webkit-transform:rotate3d(0, 0, 0, 0deg); 
	-o-transform:rotate3d(0, 0, 0, 0deg); 
}
.head .menu ul li:hover .about_qb{
    height: 280px;
    padding: 46px 50px 60px;
    transform:rotate3d(0, 0, 0, 0deg);
	-ms-transform:rotate3d(0, 0, 0, 0deg); 	
	-moz-transform:rotate3d(0, 0, 0, 0deg); 	
	-webkit-transform:rotate3d(0, 0, 0, 0deg); 
	-o-transform:rotate3d(0, 0, 0, 0deg); 
}
.sub_menu .sub_menuL{
    width: 26%;
    text-align: left;
    margin-right: 6.8%;
}
.sub_menuL&gt;h6,
.sub_menuR&gt;h6,
.about_qb&gt;h6{
    font-size: 16px;
    color: #000;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.sub_menuL&gt;.menuL_box,
.sub_menuR .menuR_box,
.about_qb&gt;ul{
    margin-top: 24px;
}
.sub_menuL&gt;.menuL_box&gt;li{
    line-height: 1;
    margin-bottom: 24px;
}
.sub_menuL&gt;.menuL_box&gt;li:last-child{
    margin-bottom: 0;
}
.sub_menuL&gt;.menuL_box&gt;li&gt;a,
.sub_menuR .menuR_box&gt;ul&gt;li&gt;a,
.about_qb&gt;ul&gt;li&gt;a{
    cursor: pointer;
    font-size: 14px;
    color: #555;
}
.sub_menuL&gt;.menuL_box&gt;li&gt;a:hover,
.sub_menuR .menuR_box&gt;ul&gt;li&gt;a:hover,
.about_qb&gt;ul&gt;li&gt;a:hover{
    color: #5097ff;
}
.sub_menu .sub_menuR{
    width: 67.2%;
    text-align: left;
}
.sub_menuR .menuR_box&gt;ul{
    width: 50%;
}
.sub_menuR .menuR_box&gt;ul&gt;li{
    line-height: 1;
    margin-bottom: 24px;
}
.sub_menuR .menuR_box&gt;ul&gt;li:last-child{
    margin-bottom: 0;
}

.head .menu ul li .about_qb{
    text-align: center;
}
.about_qb&gt;ul&gt;li{
    line-height: 1;
    margin-bottom: 36px;
}
.about_qb&gt;ul&gt;li:last-child{
    margin-bottom: 0;
}
/* äºŒçº§èœå• */

/* ç”¨æˆ·ç™»å½• */
.head .loginFix {
    display: none;
    position: absolute;
    top: 72px;
    left: 50%;
    width: 1200px;
    padding: 40px 0px; 
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px #888;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.loginFix .closeLogin {
    cursor: pointer;
    font-size: 20px;
    color: #A0A0A0;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    border-radius: 100%;
}
.loginFix ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.loginFix ul li {
    cursor: pointer;
    position: relative; 
    width: 212px;
    height: 300px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #edeaea;
}
.loginFix ul li p {
    font-weight: 900;
    font-family: Arial;
    font-size: 81px;
    color: #1484ce;
    height: 85px;
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
}
.loginFix ul li h5 {
    font-size: 28px;
    text-align: center;
    line-height: normal;
}
.loginFix ul li h4 {
    font-size: 14px;
    color: #757575;
    line-height: 20px !important;
    margin-top: 20px;
}
.loginFix ul li a {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    font-size: 22px;
    color: #757575;
    height: 30px;
    line-height: 30px;
}
.loginFix ul li:hover {
    background-color: #d4e9f5;
}
.loginFix ul li:hover h4 {
    color: #f95858;
}
/* ç”¨æˆ·ç™»å½• */

.head .menu ul li .menu2 .title_ico {
    left: 353px;
    top: -7px;
}

.head .menu ul li .menu2&gt;ul {
    overflow: hidden;
}

.head .menu ul li .menu2 ul li {
    float: left;
    width: 25%;
    margin-left: 0;
    text-align: center;
}

.head .menu ul li .menu2 ul li .menu2img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    vertical-align: middle;
}

.head .menu ul li .menu2 ul li .menu2txt {
    display: inline-block;
    vertical-align: middle;
}

.head .menu ul li .menu2 ul li .menu2txt .tit {
    color: #000;
    font-size: 18px;
    text-align: left;
    line-height: 28px;
}

.head .menu ul li .menu2 ul li .menu2txt .txt {
    color: #000;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
}

.head .head_btn {
    width: 14.5%;
}

.head .head_btn&gt;a {
    display: inline-block;
    font-size: 12px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 20px 0;
    border: 1px solid #fff;
    border-radius: 4px;
}
.head_hover .head_btn&gt;a{
    border-color: #666;
}

.head .head_btn&gt;a.login_btn {
    color: #fff;
    margin-right: 10px;
}
.head_hover .head_btn&gt;a.login_btn{
    color: #666;
}

.head .head_btn&gt;a.resgier_btn {
    color: #666;
    background-color: #fff;
}
.head_hover .head_btn&gt;a.resgier_btn{
    color: #fff;
    border-color: #3161ef;
    background-color: #3161ef;
}

.disabled {
    background-color: #eee !important;
    color: #dbdbea !important;
    border-color: #dbdbea !important;
}

.disabled:hover {
    background-color: #eee !important;
    color: #dbdbea !important;
    border-color: #dbdbea !important;
    cursor: default !important;
}

.footer_top {
    width: 100%;
    height: 192px;
    text-align: center;
    padding: 48px 0 0;
    box-sizing: border-box;
    background: url(../images/public/foot_bg.png) no-repeat center/cover;
}

.footer_top&gt;p {
    font-size: 25px;
    color: #fff;
    line-height: 1;
}

.footer_top&gt;a {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 30px auto 0;
    border: 1px solid #fff;
}

.footer_top&gt;a:hover {
    color: #3876ff;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.foot {
    width: 100%;
    padding: 72px 0 40px 0;
    box-sizing: border-box;
    background-color: #373d41;
}

.foot .bInfo {
    width: 100%;
    padding-bottom: 84px;
    box-sizing: border-box;
    border-bottom: 1px solid #4b5054;
    overflow: hidden;
}

.foot .bInfo&gt;div {
    float: left;
    width: 11.6667%;
}

.foot .bInfo&gt;div.bTel&gt;.tel {
    overflow: hidden;
    margin-bottom: 26px;
}

.foot .bInfo&gt;div.bTel&gt;.tel:last-child {
    margin-left: 60px;
}

.foot .bInfo&gt;div.bTel&gt;.tel:last-child .txt_box {
    margin-left: 0;
}

.foot .bInfo&gt;div.bTel&gt;.tel:last-child .txt_box&gt;p {
    font-size: 14px;
}

.foot .bInfo&gt;div.bTel&gt;.tel:last-child .txt_box&gt;p.num {
    font-size: 20px;
}

.foot .bInfo&gt;div.bTel {
    width: 23.3%;
}

.foot .bInfo&gt;div.bTel .img_box {
    width: 44px;
}

.foot .bInfo&gt;div.bTel .img_box&gt;img {
    max-width: 100%;
    width: 100%;
}

.foot .bInfo&gt;div.bTel .txt_box {
    margin-left: 16px;
}

.foot .bInfo&gt;div.bTel .txt_box&gt;p {
    font-size: 20px;
    color: #c0c1c1;
    line-height: 1;
}

.foot .bInfo&gt;div.bTel .txt_box&gt;p.tel {
    font-weight: bold;
    font-size: 20px;
    margin-top: 8px;
}

.foot .bInfo&gt;div.bTel  .sitemap &gt; a{
    color: #999;
    font-size: 14px;
}

.foot .bInfo&gt;div.bTel  .sitemap &gt; span{
    font-size: 14px;
    color: #999;
    margin: 0 3px;
}

.foot .bInfo&gt;div.bList1&gt;p {
    margin-bottom: 22px;
}

.foot .bInfo&gt;div.bList1&gt;p,
.foot .bInfo&gt;div.bList1&gt;a.title {
    font-weight: bold;
    font-size: 14px;
    color: #c0c1c1;
}

.foot .bInfo&gt;div.bList1&gt;a {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.foot .bInfo&gt;div.bList1&gt;a:last-child {
    margin-bottom: 0;
}

.foot .bInfo&gt;div.goWX {
    width: 6.7%;
}

.foot .bInfo&gt;div.goWX&gt;img {
    width: 80px;
    height: 80px;
}

.foot .bInfo&gt;div.goWX&gt;p {
    font-size: 14px;
    color: #c0c1c1;
    text-align: center;
    margin-top: 16px;
}

.foot .adress_link {
    width: 100%;
    padding: 30px 0 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #4b5054;
    overflow: hidden;
}

.adress_link&gt;p{
    width: 5%;
    font-size: 12px;
    color: #c0c1c1;
    margin-bottom: 14px;
}
.adress_link&gt;ul{
    width: 95%;
    overflow: hidden;
}

.adress_link&gt;ul&gt;li{
    float: left;
    margin-right: 24px;
    margin-bottom: 14px;
}
.adress_link&gt;ul&gt;li&gt;a{
    display: block;
    font-size: 12px;
    color: #999;
}

.foot .bCopyright {
    width: 100%;
    padding-top: 28px;
}

.foot .bCopyright&gt;p {
    font-size: 12px;
    color: #999;
    line-height: 1;
    text-align: center;
    margin-bottom: 12px;
}
.foot .bCopyright&gt;p&gt;a{
    font-size: 12px;
    color: #999;
}
.foot .bCopyright&gt;.img_box{
    text-align: center;
}
.foot .bCopyright&gt;.img_box&gt;img {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

.kefu {
    display: none;
    width: 120px;
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 998;
    background-color: #fff;
}

.kefu .kefunr {
    width: 120px;
    float: left;
}

.kefu .titletop {
    width: 120px;
    float: left;
}

.kefu .titletop {
    float: left;
}

.kefu .titletop img {
    width: 100%;
}

.kefu .nr {
    width: 100px;
    padding: 0 10px;
    float: left;
}

.kefu .nr .title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #5EC05D;
    font-size: 18px;
    border-bottom: 1px solid #E3E3E3;
    display: inline-block;
}

.kefu .nr ul li {
    width: 94px;
    padding-left: 6px;
    height: 32px;
    display: inline-block;
    border-bottom: 1px solid #E3E3E3;
}

.kefu .nr ul li:nth-child(n+5) {
    display: none;
}

.kefu .nr ul li img {
    vertical-align: top;
    margin-right: 10px;
}

.kefu .nr ul li a {
    height: 24px;
    line-height: 24px;
    margin: 4px 0;
    float: left;
}

.kefu .nr .ewm {
    width: 100%;
    height: 120px;
    text-align: center;
    padding: 10px 0;
    line-height: 30px;
    display: inline-block;
}

.kefu .nr .ewm img {
    width: 100%;
}

.btnico_jt {
    width: 20px;
    height: 60px;
    position: absolute;
    left: -20px;
    top: 50%;
    overflow: hidden;
    border-radius: 5px 0px 0px 5px;
    margin-top: -30px;
    cursor: pointer;
    display: none;
}

.ico_jt {
    width: 13px;
    height: 19px;
    margin: 20px 5px;
    background: url(../images/public/btnico.png);
    background-position: -13px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 15;
}

.btnico_jt_bj {
    background-color: #5ebd5e;
    width: 20px;
    height: 60px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.btnico_yc {
    cursor: pointer;
}


/*æ¸&nbsp;é“æ·»åŠ&nbsp;20160622*/

.kfqd_qq {
    width: 100%;
    background: #5EBE5E;
    padding: 8px 0;
    cursor: pointer;
}

.kfqd_qq p {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.qd_detail {
    display: none;
    border: 2px solid #289527;
    position: fixed;
    top: 55px;
    right: 140px;
    width: 265px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

.detail_header {
    position: relative;
    width: 100%;
    background: #289527;
}

.detail_header p {
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    color: #FFFFFF;
    margin-left: 15px;
}

.detail_header .detail_close {
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    right: 4px;
    top: 4px;
    cursor: pointer;
    background: url(../images/public/icon_close.png) no-repeat;
}

.detail_content {
    width: 100%;
    background: #FFFFFF;
}

.detail_content p {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 5px;
}

.detail_content .detail_provice {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    color: #3C3C3C;
}

.detail_content .qq_contant {
    display: block;
    width: 85%;
    margin: 0 auto;
    border: 2px solid #80B5CF;
    background: #9BD2F1;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
}

.detail_content .qq_contant:hover {
    text-decoration: none;
}

.qq_contant .qd_qq {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../images/public/x_qq_01.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 5px;
    vertical-align: middle;
}

.qq_contant span {
    font-size: 16px;
    line-height: 30px;
    color: #454E54;
}


/* sidebar_R */

.sidebar_R {
    position: fixed;
    right: 22px;
    top: 160px;
    width: 80px;
    z-index: 998;
}

.sidebar_R&gt;ul {
    width: 100%;
    height: 100%;
    background-color: #4381ff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sidebar_R&gt;ul&gt;li {
    position: relative;
    width: 100%;
    height: 90px;
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
}
.sidebar_R&gt;ul&gt;li:hover{
    background-color: #2a69e8;
}


.sidebar_R&gt;ul&gt;li&gt;a {
    cursor: default;
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #72a1ff;
}

.sidebar_R&gt;ul&gt;li:first-child a,
.sidebar_R&gt;ul&gt;li:last-child a{
    cursor: pointer;
}
.sidebar_R&gt;ul&gt;li:last-child&gt;a {
    border-bottom: none;
}

.sidebar_R&gt;ul&gt;li&gt;a&gt;img {
    width: 28px;
    height: 28px;
    margin-top: 22px;
    margin-bottom: 5px;
}

.sidebar_R&gt;ul&gt;li&gt;a&gt;p {
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

.sidebar_R&gt;ul&gt;li&gt;.tel_box {
    position: absolute;
    top: 10px;
    right: 80px;
    width: 0;
    height: 70px;
    box-sizing: border-box;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar_R&gt;ul&gt;li&gt;.tel_box&gt;p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-left: 8px;
}

.sidebar_R&gt;ul&gt;li&gt;.qq_box{
    position: absolute;
    top: -90px;
    right: 80px;
    width: 0;
    height: 200px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 13px 32px rgba(44, 44, 44, .13);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;img{
    max-width: 100%;
    width: 100%;
}
/* .sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    padding: 11px 0;
    box-sizing: border-box;
    background-color: #effaff;
    border-radius: 18px;
    overflow: hidden;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li:last-child{
    margin-bottom: 0;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li&gt;a{
    display: block;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li img{
    display: block;
    margin: 0 5px 0 22px;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li p{
    font-size: 12px;
    color: #333;
    line-height: 18px;
} */

.sidebar_R&gt;ul&gt;li:hover .tel_box,
.sidebar_R&gt;ul&gt;li:hover .qq_box{
    transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
}
.sidebar_R&gt;ul&gt;li:hover .tel_box{
    width: 296px;
    padding: 25px 28px 25px 40px;
}
.sidebar_R&gt;ul&gt;li:hover .qq_box{
    width: 200px;
    padding: 10px;
}

.sidebar_R .goTopOnce {
    display: none;
    width: 80px;
    height: 70px;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #4381ff;
    border-top: 1px solid #72a1ff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar_R .goTopOnce&gt;img {
    width: 28px;
    height: 28px;
}

.sidebar_R .goTopOnce&gt;p {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}
/* sidebar_R */

.flyer-img {
    width: 100px;
    height: 100px;
    z-index: 10000000;
}

.wh_1200 {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.btn-solid {
    display: table;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    background: #004BE1;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding: 0 48px;
    box-shadow: 0 4px 8px 0 rgba(28, 71, 196, 0.2);
}

.btn-solid:hover {
    background: linear-gradient(to right, #4591FF, #004BE1);
}

.banner-inner, .banner-news {
    height: 400px !important;
    background-image: url(../images/about/sunlight.png), linear-gradient(292.25deg, #95B9FF -15.24%, #FEBAFF 41.69%, #ACFFFA 101.05%) !important;
    background-repeat: no-repeat !important;
    background-size: contain, cover !important;
    padding-top: 20px;
}

.banner-inner .left {
    padding-top: 104px;
    width: 400px;
    float: left;
}

.banner-inner .title {
    font-size: 36px;
    line-height: 42px;
    color: #16181A;
    font-weight: 600;
    font-family: 'DIN';
}

.banner-inner .desc {
    font-size: 16px;
    color: #16181A;
    line-height: 28px;
    margin-top: 20px;
}

.banner-inner .solid-btn {
    background: #004BE1;
    margin-top: 45px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    padding: 0 48px;
    color: #fff;
    cursor: pointer;
    height: 48px;
    font-size: 18px;
}

.banner-inner .right {
    float: right;
    width: 700px;
    height: 400px;
    overflow: hidden;
}

.menu-wrap {
    width: 100%;
    height: 50px;
}

.menu-wrap .menu {
    width: 100%;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .12);
    background-image: linear-gradient(to right, #e5f2ff, #fff);
}

.menu-wrap .menu &gt; ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menu-wrap .menu &gt; ul &gt; li {
    font-size: 16px;
    line-height: 50px;
    color: #333;
    margin-right: 100px;
    cursor: pointer;
}

.menu-wrap .menu &gt; ul .reaction-bottom-dot {
    display: block;
    width: 40px;
    height: 4px;
    background: #004BE1;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .3s;
    display: none;
}

.sec {
    padding: 80px 0;
}

.sec .common-title {
    text-align: center;
    margin: auto;
    font-family: Alibaba-PuHuiTi-Regular;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
}

.sec .common-subtitle {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 16px;
    color: #2E2F34;
}

.sec .sec-content {
    padding-top: 55px;
}

.pro-index-bg {
    width: 100%;
    height: 400px;
    background: url(../images/public/bgh_banner.jpg) no-repeat center center / cover #f3f4f8;
}

.pro-index-bg .layout {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.pro-index-bg .layout .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro-index-bg .layout .container h3, .pro-index-bg .layout .container h1 {
    color: #192544;
    font-size: 48px;
    position: relative;
    font-weight: bold;
    max-width: 1200px;
    height: 80px;
    text-align: center;
}

.pro-index-bg .layout .container p.contents {
    font-size: 20px;
    color: #8E97AE;
    line-height: 28px;
    text-align: center;
}

.pro-index-bg .layout .container .btn-box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-index-bg .layout .container .btn-box .btn {
    width: 136px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.pro-index-bg .layout .container .btn-box .btn.solid {
    background: #004BE1;
    color: #fff;
}

.pro-index-bg .layout .container .btn-box .btn.hollow {
    border: 1px solid #004BE1;
    color: #004BE1;
    margin-left: 30px;
}
</pre></body></html>