html,
body,
div,
span,
input,
form,
ol,
ul,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    vertical-align: top;
}

* {
    margin: 0;
    padding: 0;
}


/***************浠ヤ笂鏄牱寮忛噸缃�***************/

body {
    /*font-family: "Microsoft YaHhei";*/
    /* font-size: 16px;*/
    color: #666666;
    overflow-x: hidden;
    overflow-y: auto;
}

a {
    text-decoration: none;
    color: #666666;
}

ul {
    list-style: none;
}

.clear:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clear {
    clear: both;
}


/***********************浠ヤ笂鏄叕鍏卞０鏄�*******************/

.top_box {
    width: 1300px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
}

.logo {
    float: left;
}

.sear_box {
    float: right;
    padding-top: 25px
}

.sears {
    width: 190px;
    height: 42px;
    border: 1px solid #044c8f;
    border-radius: 5px 0 0 5px;
    color: #044c8f;
    padding-left: 10px;
}

.sear_btn {
    width: 60px;
    height: 42px;
    background: #044c8f;
    border-radius: 0 5px 5px 0;
    color: #fff;
    border: none;
}


/*********************浠ヤ笂鏄痶op****************/


/*瀵艰埅鏍�*/

.nav_menu3,

/*.nav_menu3 ul,*/

.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_menu3:after,
.nav_menu3>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.nav_menu3 {
    width: auto;
    line-height: 1;
    /*background: #ffffff;*/
    background: #044c8f;
    z-index: 999;
}

.nav_box {
    width: 1300px;
    margin: 0 auto;
}

.nav_menu3>ul>li {
    width: 118px;
    height: 60px;
    text-align: center;
    float: left;
}

.nav_menu3>ul>li>a {
    padding: 24px 10px 18px 16px;
    text-decoration: none;
    height: 100% !important;
    text-transform: uppercase;
    color: #eee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer;
    /*border-right:1px solid #990B2C;*/
}

.nav_menu3>ul>li:hover>a {
    color: #044c8f;
    background: #FFF;
}

.nav_menu3 ul ul {
    position: absolute;
    left: -9999px;
}

.nav_menu3>ul>li>ul {
    border-top: 1px solid #FFF;
}

.nav_menu3 li:hover>ul {
    left: auto;
}

.nav_menu3.align-right li:hover>ul {
    right: 0;
}

.nav_menu3 ul ul ul {
    margin-left: 100%;
    top: 0;
}

.nav_menu3.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.nav_menu3 ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.nav_menu3 ul li:hover>ul>li {
    height: 52px;
}

.nav_menu3 ul ul li a {
    padding: 20px 20px;
    width: 118px;
    background: #044c8f;
    text-decoration: none;
    color: #eeeeee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-top: 1px solid #044c8f;
}

.nav_menu3 ul ul li:hover>a,
.nav_menu3 ul ul li a:hover {
    color: #044c8f;
    background: #FFF;
    border-top: 1px solid #FFF;
}

.nav_menu3 ul ul li.nav-has-sub>a {
    cursor: pointer;
}

.nav_menu3 ul ul li.nav-has-sub>a::after {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.nav_menu3.align-right ul ul li.nav-has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.nav_menu3 ul ul li.nav-has-sub:hover>a::after {
    border-color: #044c8f;
}


/*******************浠ヤ笂鏄鑸爮**************/


/***footer**/

.footer_box {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #2a2a2a;
    margin-top: 20px;
}

.footer_box p {
    font-size: 13px;
    color: #d7d7d7;
}


/***footer**/


/*.rig_cont>p>span{
    font-family: "Microsoft YaHhei" !important;
    font-size: 16px !important;
}*/


/*.rig_cont>p{
    font-family: "Microsoft YaHhei" !important;
    font-size: 16px !important;
}*/

.footer_custom {
    margin-top: 0px;
    height: 120px;
    width: 100%;
    background-color: #044c8f;
}

.footer_custom_main {
    margin: 0 auto;
    width: 1300px;
    height: 100%;
    box-sizing: border-box;
    color: #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fonnt_center_kk {
    padding: 6px 20px;
    box-sizing: border-box;
    width: 900px;
}

.fonnt_center_kk>p {
    font-size: 14px;
}

.fonnt_center_kk .top {
    display: flex;
}

.fonnt_center_kk .top div {
    font-size: 14px;
    margin-right: 20px;
}

div[data-w-e-type~="video"] {
    text-align: center;
}

.right_photo {
    width: 250px;
    height: 100%;
    padding: 0px 2px 0px 15px;
    box-sizing: border-box;
}

.right_photo>.baoming {
    width: 235px;
    height: 52px;
    background-color: #6389ad;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.right_photo>.qrcode {
    width: 235px;
    height: 235px;
    /* background: url('/public/style/images/wm.jpg'); */
    margin-top: 16px;
    background-color: #6389ad;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}