@charset "UTF-8";

/****************************** components ******************************/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix,
.container:after,
.row:after,
ul {
    *zoom: 1;
}

.clearfix:after,
.container:after,
.row:after,
ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.content img {
    max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
    box-sizing: content-box;
}


/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

.yunu-infocontent-body img {
    max-width: 100%;
    display: block;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1";
    color: #333;
    font-size: 14px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
    cursor: pointer;
}

a {
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline-style: none;
    -moz-outline-style: none;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 12px;
}


/****************************** style ******************************/

body {
    max-width: 1920px;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
  

}

.center {
    width: 1600px;
    margin: 0 auto;
}

.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.pages .pagination {
    text-align: center;
    height: auto;
}

.pages .pagination a {
    padding: 0;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
}

.pages .pagination p {
    padding: 0;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
    color: #999;
    background: #aaa5a3;
    color: #fff;
    border: 1px solid #aaa5a3;
}

.pages .pagination p:first-child {
    display: none;
}

.pages .pagination a:first-child {
    background: #aaa5a3;
    color: #fff;
    border: 1px solid #aaa5a3;
    display: none;
}

.pages .pagination a:hover {
    border: 1px solid #aaa5a3;
    color: #aaa5a3;
}

.pages .pagination a.cur {
    border: none;
    background: #aaa5a3;
    color: #fff;
    border: 1px solid #aaa5a3;
}

.pages .pagination p.pageRemark {
    display: none;
}

.w {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.w1 {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}


/* 底部 */

.footer-region {
    background: url("../images/zyi8.png") no-repeat top center;
    padding: 30px 0;
}

.footer-region .mybox1 {
    width: 21.7%;
    float: left;
    border-right: rgba(255, 255, 255, 0.3) 1px solid;
    padding: 0 2% 0 0;
}

.footer-region .mybox1 .imgpic {
    display: block;
    position: relative;
}

.footer-region .mybox1 .imgpic a img {
    display: block;
    max-width: 100%;
    width: 50%;
}

.footer-region .mybox1 .erweima {
    margin-top: 20px;
}

.footer-region .mybox1 .erweima li {
    float: left;
    margin-right: 18px;
    position: relative;
}

.footer-region .mybox1 .erweima li a {
    display: block;
    width: 30px;
    height: 30px;
}

.footer-region .mybox1 .erweima li a img {
    display: block;
    width: 100%;
}

.footer-region .mybox1 .erweima li .erpic {
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    bottom: 40px;
    display: none;
}

.footer-region .mybox1 .erweima li .erpic img {
    display: block;
    width: 100%;
}

.footer-region .mybox1 .htbox {
    margin-top: 6px;
}

.footer-region .mybox1 .htbox h2 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
}

.footer-region .mybox1 .htbox p {
    font-size: 12px;
    color: #fff;
    line-height: 150%;
    opacity: .8;
}

.footer-region .mybox2 {
    float: left;
    width: 56.2%;
    padding: 0 20px;
    border-right: rgba(255, 255, 255, 0.3) 1px solid;
}

.footer-region .tttbox {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer-region .mybox2 .addrbox ul li {
    color: #fff;
    opacity: .7;
    margin-bottom: 2px;
    overflow: hidden;
}

.footer-region .mybox2 .addrbox ul li h3 {
    font-size: 12px;
    float: left;
    width: 66%;
    line-height: 150%;
    height: 150%;
    overflow: hidden;
}

.footer-region .mybox2 .addrbox ul li h4 {
    font-size: 12px;
    float: right;
    line-height: 150%;
    height: 150%;
    overflow: hidden;
    width: 34%;
    /* text-align: right; */
	    /* padding-left: 80px; */
}

.footer-region .mybox3 {
    float: left;
    width: calc(100% - 21.7% - 56.2%);
    padding: 0 20px;
}

.footer-region .mybox3 .linkbox a {
    font-size: 12px;
    color: #fff;
    opacity: .7;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: .5s;
}

.footer-region .mybox3 .linkbox a:hover {
    opacity: 1;
}

.footer-think {
    width: 100%;
    padding: 12px 0;
    background: #076ce0;
}

.footer-think .lf {
    float: left;
    width: 53%;
}

.footer-think .lf ul li {
    float: left;
    font-size: 12px;
    color: #ebebeb;
    opacity: .8;
    padding: 0 12px;
    border-right: rgba(255, 255, 255, 0.5) 1px solid;
    transition: .5s;
}

.footer-think .lf ul li:last-child {
    border-right: none;
}

.footer-think .lf ul li:first-child {
    padding-left: 0;
}

.footer-think .lf ul li:hover {
    opacity: 1;
}

.footer-think .lr {
    width: 46%;
    font-size: 12px;
    color: #ebebeb;
    opacity: .8;
    float: right;
    text-align: right;
}


/* dingbu */

.header {
    width: 100%;
    position: absolute;
    z-index: 999;
    transition: .5s;
    left: 0;
    top: 0;
}

.header .head_top {
    width: 100%;
    height: 60px;
    z-index: 999;
}

.header .head_top .text {
    position: relative;
    width: 100%;
}

.header .head_top .logo {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
}

.header .head_top .logo a img {
    display: block;
    max-width: 100%;
    margin-top:10px;
}



.header .head_top .shangwu {
    position: absolute;
    right: 0;
    top: 0;
}

.header .head_top .shangwu a {
    background: url("../images/zyi1.png") no-repeat center;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    width: 95px;
}

.header.head_bg {
    background-image: linear-gradient(to right, #076ce0, #0761c8);
    transition: .5s;
    position: absolute;
}

.header.head_bg::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}

.fixed4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-image: linear-gradient(to right, #076ce0, #0761c8);
}

.fixed4::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}

.m_header {
    width: 100%;
    overflow: hidden;
    display: none;
}

.m_header .m_head_content {
    height: 60px;
    width: 100%;
    position: fixed;
    background: linear-gradient(to right, #076ce0, #0761c8);
    background: -webkit-linear-gradient(to right, #076ce0, #0761c8);
    background: -o-linear-gradient(to right, #076ce0, #0761c8);
    background: -moz-linear-gradient(to right, #076ce0, #0761c8);
    top: 0;
    left: 0;
    z-index: 99;
}

.m_header .m_head_content .m_head_logo {
    height: 60px;
    float: left;
    padding: 0 20px;
    text-align: center;
}

.m_header .m_head_content .m_head_logo img {
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}

.m_header .m_head_content .tel {
    float: right;
    background: url("../images/zyi1.png") no-repeat center;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    width: 95px;
    margin: 16px 90px 0 0;
}

.m_header .m_head_content .menu {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.m_header .m_head_content .menu img {
    height: 26px;
    display: block;
    margin: 0 auto;
    margin-top: 19px;
}

.app_menu {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 60px;
    right: 0;
    z-index: 99;
    display: none;
}

.app_menu ul {
    background: linear-gradient(to right, #076ce0, #0761c8);
    background: -webkit-linear-gradient(to right, #076ce0, #0761c8);
    background: -o-linear-gradient(to right, #076ce0, #0761c8);
    background: -moz-linear-gradient(to right, #076ce0, #0761c8);
	color: #fff;
}

.app_menu ul li {
    width: 100%;
    border-bottom: 1px dashed #076ce0;
}

.app_menu ul li>a {
    width: 50%;
    display: block;
}

.app_menu ul li>a span {
    font-size: 14px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    display: block;
    padding-left: 18px;
}

.app_menu ul li.on {
    background: url(../images/down.png) no-repeat 95% 15px;
    background-size: 16px;
}

.app_menu .v_list {
    width: 100%;
    display: none;
    overflow-y: scroll;
    max-height: 2.9rem; 
}

.app_menu .v_list::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.app_menu .v_list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.app_menu .v_list::-webkit-scrollbar-thumb {
    background-color: transparent;
    background-clip: padding-box;
    min-height: 100%;
}

.app_menu .v_list::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
}

.app_menu .v_list a {
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 36px;
    color: #fff;
    display: block;
    padding-left: .2rem;
    float: none;
    opacity: .5;
}

.app_menu .v_list a.on {
    background: url(../images/down.png) no-repeat 95% 15px;
    background-size: 16px;
}
.app_menu #s_list{
    padding-left: .3rem;
    display: none;
}
.app_menu #s_list a{display: block;}


/* 侧边栏 */

.sidebar-fixed {
    position: fixed;
    right: 20px;
    top: 64%;
    z-index: 998;
    display: none;
}

.sidebar-fixed .item {
    width: 62px;
    height: 62px;
    background: rgba(29, 20, 74, 0.5);
    display: block;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: .5s;
    cursor: pointer;
}

.sidebar-fixed .item img {
    display: block;
    padding: 6px 0 2px 0;
    margin: 0 auto;
    transition: .5s;
    opacity: .8;
    width: 46%;
}

.sidebar-fixed .item span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    transition: .5s;
    opacity: .8;
}

.sidebar-fixed .item:hover {
    background: rgba(29, 20, 74, 1);
}

.sidebar-fixed .item:hover img {
    opacity: 1;
}

.sidebar-fixed .item:hover span {
    opacity: 1;
}


/* 弹窗 */

#mymask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.pop {
    width: 500px;
    position: fixed;
    left: 50%;
    margin-left: -270px;
    transition: all .75s;
    top: 150%;
    transition: all .75s;
    z-index: 1002;
    opacity: 0;
}

.pop.pop-down {
    top: 50%;
    opacity: 1;
    z-index: 1002;
}

.pop#applyForm {
    margin-top: -41vh;
}

.block-form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pop-bar {
    height: 70px;
    background: url("../images/bg4.png") no-repeat center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.pop-bar .close {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url("../images/close.png") no-repeat center;
    background-size: 16px;
    display: block;
    z-index: 4;
    right: 10px;
    top: 50%;
    margin-top: -20px;
}

.pop-bar span {
    display: block;
    line-height: 70px;
    font-family: PingFangSC-Thin;
    font-size: 20px;
    color: #FFFFFF;
}

.pop-main {
    padding: 20px 30px;
    background: #fff;
    max-height: calc(82vh - 70px);
    overflow: hidden;
    overflow-y: auto;
}

.pop.pop-up {
    top: -100%;
    opacity: 0;
}

#myform1 li {
    overflow: hidden;
    margin-bottom: .6em;
}

#myform1 label {
    width: 7em;
    display: block;
    white-space: nowrap;
    margin-right: 0;
    float: left;
    line-height: 40px;
    font-size: 14px;
}

#myform1 label span {
    color: #f00;
}

#myform1 input[type="text"] {
    width: calc(100% - 8em);
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    resize: none;
    outline: none;
    color: #000;
    border: #E8E8E8 1px solid;
    background: #fff;
}

#myform1 .inp1 {
    float: right;
    display: block;
}

#myform1 .inp2 {
    padding: 10px;
    margin: 0 0;
    line-height: 18px;
    height: 72px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    border: #E8E8E8 1px solid;
    resize: none;
    outline: none;
    background: #fff;
    overflow-x: hidden;
    color: #000;
}

#myform1 .lb1 {
    float: none;
}

#myform1 .inp4 {
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: .6em;
}

#myform1 .inp4 input[type="radio"] {
    width: 16px;
    height: 16px;
    display: inline-block;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-left: 1.2em;
}

#myform1 .inp4 input[type="radio"]:nth-child(1) {
    margin-left: 0;
}

#myform1 .btnclick {
    background: #fff;
    color: #180790;
    border: #180790 1px solid;
    height: 40px;
    width: 140px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px;
    border-radius: 40px;
}

#jMenu {
    display: table;
    max-width: calc(100% - 120px - 110px);
    float: right;
    padding-right: 110px;
}

/********************/
/** premier niveau **/
/********************/
#jMenu li {
    display:table-cell;
}
#jMenu li a.fNiv {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    display:block;
    margin: 0 16px;
    position: relative;
}
#jMenu li a.fNiv::after{
    content: '';
    height: 1px;
    background: linear-gradient(0deg, rgba(72, 90, 166, 0.2) 0%, rgba(131, 204, 221, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(72, 90, 166, 0.2) 0%, rgba(131, 204, 221, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(72, 90, 166, 0.2) 0%, rgba(131, 204, 221, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(72, 90, 166, 0.2) 0%, rgba(131, 204, 221, 1) 100%);
    position: absolute;
    bottom: 16px;
    left: 0;
    transition: all 0.3s ease-out 0.1s;
    width:0;
}
#jMenu li:hover a.fNiv::after{
    width:100%;
}
	
/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
	position:absolute;
	padding:0;
    margin:0;
    top:60px;
    width:12%;
    display: none;
}
#jMenu li ul li {
    display:block;
    padding:0;
    position: relative;
}
#jMenu li ul li.v_m>a{
    font-size: 13px;
    color: #333;
    text-align: left;
    position: relative;
    padding: 16px 6% 10px 8%;
    display: block;
    transition: .5s;
    background: #fff;
}
#jMenu li ul li.v_m>a span{
    padding-right: 12px;
    opacity: .9;
}
#jMenu li ul li.v_m:hover>a {
    background: #076ce0;
    opacity: 1; color:#FFF;
}
#jMenu li ul li.v_m:hover>a span{
    background: url("../images/dot3.png") no-repeat right center;
    opacity: 1;
}
#jMenu #s_list{
	left:100%;
	width:120%;
    top:0;
    background: #0761c8;
}
#jMenu #s_list li>a {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #fffdfd;
    text-align: left;
    position: relative;
    padding: 10px 0 10px 6%;
    opacity: .5;
    display: block;
    transition: .5s;
}  
#jMenu #s_list li>a:hover{
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    .center {
        width: 100%;
    }
    #wximg{
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .w1500 {
        width: 100%;
    }
    #wximg{
        display: none;
    }
}
@media screen and (max-width: 1920px) {
  
    #wximg{
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .w1400 {
        width: 100%;
    }
    #wximg{
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .w1300 {
        width: 100%;
    }

    .w {
        width: 100%;
        padding: 0 15px;
        position: relative;
    }

    .footer-region {
        padding: 24px 0;
    }

    .footer-think .lf {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-think .lf ul li {
        display: inline-block;
        float: none;
        margin-bottom: 4px;
    }

    .footer-think .lr {
        text-align: center;
        float: none;
        width: 100%;
    }
    #wximg{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #wximg{
        display: none;
    }
}

@media screen and (max-width: 1020px) {
    .pages .pagination {
        padding: 15px 0;
    }

    .header {
        display: none;
    }

    .m_header {
        display: block;
    }

    .mtop {
        margin-top: 60px;
    }

    .w1 {
        width: 100%;
        padding: 0 15px;
        position: relative;
    }

    .footer-region {
        padding: 16px 0;
    }

    .footer-region .mybox1 .erweima {
        margin-top: 16px;
    }

    .footer-region .mybox1 .erweima li {
        margin-right: 12px;
    }

    .footer-region .mybox1 .erweima li a {
        width: 26px;
        height: 26px;
    }

    .footer-region .mybox1 .erweima li .erpic {
        width: 100px;
        height: 100px;
        bottom: 40px;
    }

    .footer-region .mybox1 .htbox h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .footer-region .mybox2 {
        padding: 0 14px;
    }

    .footer-region .tttbox {
        margin-bottom: 10px;
    }

    .footer-region .mybox2 .addrbox ul li h3 {
        line-height: 140%;
        height: 140%;
    }

    .footer-region .mybox2 .addrbox ul li h4 {
        line-height: 140%;
        height: 140%;
    }

    .footer-region .mybox3 {
        padding: 0 14px;
    }

    .footer-region .mybox3 .linkbox a {
        margin-bottom: 4px;
    }

    .sidebar-fixed {
        display: none !important;
    }
    #wximg{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pages .pagination {
        padding: 10px 0;
    }

    .w {
        width: 100%;
        padding: 0 10px;
        position: relative;
    }

    .w1 {
        width: 100%;
        padding: 0 10px;
        position: relative;
    }

    .header {
        display: none;
    }

    .m_header {
        display: block;
    }

    .mtop {
        margin-top: 60px;
    }

    .footer-region .mybox1 .imgpic a img {
        height: .32rem;
        width: auto;
    }

    .footer-region .mybox1 {
        width: 100%;
        float: none;
        border-right: none;
    }

    .footer-region .mybox1 .erweima {
        display: none;
    }

    .footer-region .mybox1 .htbox {
        margin-top: 20px;
    }

    .footer-region .mybox1 .htbox h2 {
        font-size: 18px;
    }

    .footer-region .mybox2 {
        width: 100%;
        float: none;
        border-right: none;
        display: none;
    }

    .footer-region .tttbox {
        margin-bottom: 6px;
        display: none;
    }
  #business{
      display: none;
  }
    .footer-region .mybox3 {
        width: 100%;
        float: none;
        padding: 0 0;
        margin-top: 10px;
    }

    #myform1 label {
        width: 6em;
        line-height: 32px;
        font-size: 14px;
    }

    #myform1 input[type="text"] {
        width: calc(100% - 6.4em);
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }

    #myform1 .inp2 {
        line-height: 16px;
        height: 90px;
        font-size: 14px;
    }

    #myform1 .inp4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: .6em;
    }

    #myform1 .inp4 input[type="radio"] {
        margin-left: .8em;
    }

    #myform1 .btnclick {
        height: 32px;
        width: 120px;
        line-height: 32px;
        font-size: 14px;
    }

    .pop {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }

    .pop#applyForm {
        margin-top: -280px;
    }

    .pop-bar {
        height: 50px;
        background: url("../images/bg4.png") no-repeat center;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .pop-bar .close {
        background: url("../images/close.png") no-repeat center;
        background-size: 16px;
    }

    .pop-bar span {
        line-height: 50px;
        font-size: 20px;
    }

    .pop-main {
        padding: 20px 10px;
        background: #fff;
        max-height: 538px;
    }
    #wximg{
        display: inline;
    }
    .figure{
        width: 9px !important;
        height: 9px !important;
        margin: 0 6px !important;
        background-size: 100% !important;
    }
}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 350px) {}