@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

[hidden] {
    display: none
}

body {
    line-height: 1;
    font-family: "微软雅黑",-apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,input {
    outline-style: none;
    font-family: "Microsoft YaHei";
    cursor: pointer
}

input,textarea {
    outline: 0
}

input:disabled,select:disabled,textarea:disabled {
    background-color: #fff;
    cursor: not-allowed
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: "Microsoft YaHei";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a,a:active,a:hover,a:visited {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a {
    background: 0 0;
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

input,textarea {
    border: 0;
    -webkit-appearance: none;
    line-height: normal
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-row::after,.el-row::before {
    display: table
}

.el-row::after {
    clear: both
}

.el-row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.el-col-0,.el-row--flex::after,.el-row--flex::before {
    display: none
}

.el-row--flex.is-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-row--flex.is-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.el-row--flex.is-justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.el-row--flex.is-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.el-row--flex.is-align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-row--flex.is-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-upload--picture-card,.el-upload-dragger {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.el-col-0 {
    width: 0
}

.el-col-offset-0 {
    margin-left: 0
}

.el-col-pull-0 {
    right: 0
}

.el-col-push-0 {
    left: 0
}

.el-col-1 {
    width: 4.16667%
}

.el-col-offset-1 {
    margin-left: 4.16667%
}

.el-col-pull-1 {
    right: 4.16667%
}

.el-col-push-1 {
    left: 4.16667%
}

.el-col-2 {
    width: 8.33333%
}

.el-col-offset-2 {
    margin-left: 8.33333%
}

.el-col-pull-2 {
    right: 8.33333%
}

.el-col-push-2 {
    left: 8.33333%
}

.el-col-3 {
    width: 12.5%
}

.el-col-offset-3 {
    margin-left: 12.5%
}

.el-col-pull-3 {
    right: 12.5%
}

.el-col-push-3 {
    left: 12.5%
}

.el-col-4 {
    width: 16.6667%
}

.el-col-offset-4 {
    margin-left: 16.6667%
}

.el-col-pull-4 {
    right: 16.6667%
}

.el-col-push-4 {
    left: 16.6667%
}

.el-col-5 {
    width: 20.8333%
}

.el-col-offset-5 {
    margin-left: 20.8333%
}

.el-col-pull-5 {
    right: 20.8333%
}

.el-col-push-5 {
    left: 20.8333%
}

.el-col-6 {
    width: 25%
}

.el-col-offset-6 {
    margin-left: 25%
}

.el-col-pull-6 {
    right: 25%
}

.el-col-push-6 {
    left: 25%
}

.el-col-7 {
    width: 29.1667%
}

.el-col-offset-7 {
    margin-left: 29.1667%
}

.el-col-pull-7 {
    right: 29.1667%
}

.el-col-push-7 {
    left: 29.1667%
}

.el-col-8 {
    width: 33.3333%
}

.el-col-offset-8 {
    margin-left: 33.3333%
}

.el-col-pull-8 {
    right: 33.3333%
}

.el-col-push-8 {
    left: 33.3333%
}

.el-col-9 {
    width: 37.5%
}

.el-col-offset-9 {
    margin-left: 37.5%
}

.el-col-pull-9 {
    right: 37.5%
}

.el-col-push-9 {
    left: 37.5%
}

.el-col-10 {
    width: 41.6667%
}

.el-col-offset-10 {
    margin-left: 41.6667%
}

.el-col-pull-10 {
    right: 41.6667%
}

.el-col-push-10 {
    left: 41.6667%
}

.el-col-11 {
    width: 45.8333%
}

.el-col-offset-11 {
    margin-left: 45.8333%
}

.el-col-pull-11 {
    right: 45.8333%
}

.el-col-push-11 {
    left: 45.8333%
}

.el-col-12 {
    width: 50%
}

.el-col-offset-12 {
    margin-left: 50%
}

.el-col-pull-12 {
    position: relative;
    right: 50%
}

.el-col-push-12 {
    left: 50%
}

.el-col-13 {
    width: 54.1667%
}

.el-col-offset-13 {
    margin-left: 54.1667%
}

.el-col-pull-13 {
    right: 54.1667%
}

.el-col-push-13 {
    left: 54.1667%
}

.el-col-14 {
    width: 58.3333%
}

.el-col-offset-14 {
    margin-left: 58.3333%
}

.el-col-pull-14 {
    right: 58.3333%
}

.el-col-push-14 {
    left: 58.3333%
}

.el-col-15 {
    width: 62.5%
}

.el-col-offset-15 {
    margin-left: 62.5%
}

.el-col-pull-15 {
    right: 62.5%
}

.el-col-push-15 {
    left: 62.5%
}

.el-col-16 {
    width: 66.6667%
}

.el-col-offset-16 {
    margin-left: 66.6667%
}

.el-col-pull-16 {
    right: 66.6667%
}

.el-col-push-16 {
    left: 66.6667%
}

.el-col-17 {
    width: 70.8333%
}

.el-col-offset-17 {
    margin-left: 70.8333%
}

.el-col-pull-17 {
    right: 70.8333%
}

.el-col-push-17 {
    left: 70.8333%
}

.el-col-18 {
    width: 75%
}

.el-col-offset-18 {
    margin-left: 75%
}

.el-col-pull-18 {
    right: 75%
}

.el-col-push-18 {
    left: 75%
}

.el-col-19 {
    width: 79.1667%
}

.el-col-offset-19 {
    margin-left: 79.1667%
}

.el-col-pull-19 {
    right: 79.1667%
}

.el-col-push-19 {
    left: 79.1667%
}

.el-col-20 {
    width: 83.3333%
}

.el-col-offset-20 {
    margin-left: 83.3333%
}

.el-col-pull-20 {
    right: 83.3333%
}

.el-col-push-20 {
    left: 83.3333%
}

.el-col-21 {
    width: 87.5%
}

.el-col-offset-21 {
    margin-left: 87.5%
}

.el-col-pull-21 {
    right: 87.5%
}

.el-col-push-21 {
    left: 87.5%
}

.el-col-22 {
    width: 91.6667%
}

.el-col-offset-22 {
    margin-left: 91.6667%
}

.el-col-pull-22 {
    right: 91.6667%
}

.el-col-push-22 {
    left: 91.6667%
}

.el-col-23 {
    width: 95.8333%
}

.el-col-offset-23 {
    margin-left: 95.8333%
}

.el-col-pull-23 {
    right: 95.8333%
}

.el-col-push-23 {
    left: 95.8333%
}

.el-col-24 {
    width: 100%
}

.el-col-offset-24 {
    margin-left: 100%
}

.el-col-pull-24 {
    right: 100%
}

.el-col-push-24 {
    left: 100%
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    content: ".";
    clear: both
}

.clearboth:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

h2.title {
    font-size: 36px;
    text-align: center;
    height: 200px;
    line-height: 200px;
    font-weight: 700;
    color: #000
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bg-white {
    background: #fff
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.container:after,.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.header {
    padding-top: 0px;
    width: 100%;
    background-color: #fff
}

.top-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f6f6f6;
    border-bottom: 1px solid #e4e7ec;
    color: #d8171a;
    font-size: 14px;
    z-index: 999999
}

.top-tips:after,.top-tips:before {
    content: " ";
    display: table
}

.top-tips:after {
    clear: both
}

.navbar {
    position: relative;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff
}

.navbar .logo {
    display: block;
    width: 185px;
    float: left
}

.navbar .navbar-menu {
    float: right
}

.navbar .navbar-menu .navbar-menu-item {
    position: relative;
    display: inline-block;
    line-height: 1.5;
    margin: 0 10px;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar .navbar-menu .navbar-menu-item .menu-item-link {
    display: block;
    color: #333;
  font-size:16px;
}

.navbar .navbar-menu .navbar-menu-item .menu-item-text {
    display: block;
    font-size: 14px;
    -webkit-transition: all .55s;
    transition: all .55s;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition-delay: all .25s;
    transition-delay: all .25s
}

.navbar .navbar-menu .navbar-menu-item.on,.navbar .navbar-menu .navbar-menu-item:hover {
    background: #d8171a
}

.navbar .navbar-menu .navbar-menu-item.on .menu-item-link,.navbar .navbar-menu .navbar-menu-item:hover .menu-item-link {
    color: #fff
}

.navbar .navbar-menu .navbar-menu-item.on .menu-item-text,.navbar .navbar-menu .navbar-menu-item:hover .menu-item-text {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.navbar .navbar-menu .navbar-menu-item:last-child {
    margin-right: 0
}

.navbar-submenu {
    display: none;
    position: absolute;
    width: 140px;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #d8171a;
    right: auto;
    left: 0;
    top: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 97
}

.menu__subnav {
    list-style: none!important;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0
}

.menu__item {
    display: block
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    padding-left: 0px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav__link-icon {
    display: inline-block!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    line-height: 0
}

.nav__link-text {
    display: inline-block!important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.navbar-submenu .menu__subnav .menu__item:hover {
    background: #000
}

.navbar .navbar-menu .navbar-menu-item:hover .navbar-submenu {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.banner_wrap {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    position: relative
}

.banner_wrap_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(http://static.szvchina.com/others/shenzhen.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner_wrap_bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.0) !important;
}

.banner_wrap_bg.linear:after {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.6)));
    background: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.6))
}

.banner_wrap_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.banner_inner_wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.banner_inner_wrap h2 {
    display: block;
    font-size: 46px;
    line-height: 1.5;
    margin-bottom: 18px;
    font-weight: 700;
    text-shadow: 0 1px 20px #000
}

.banner_inner_wrap p {
    display: inline-block;
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    letter-spacing: 2px;
    text-shadow: 0 1px 10px #000
}

.banner_inner_wrap.v2 {
    width: 900px
}

.banner_inner_wrap.v2 h2 {
    font-size: 40px
}

.banner_inner_wrap.v2 p {
    font-size: 14px
}

.banner_inner_wrap ul {
    width: 650px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    margin-top: 40px
}

.banner_inner_wrap li {
    width: 200px;
    height: 48px;
    line-height: 48px;
    margin: 0 5px 10px;
    background: rgba(0,0,0,.4);
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    float: left;
    text-align: center;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 700
}

.banner_inner_wrap li:hover {
    cursor: pointer
}

.banner_inner_wrap li a {
    color: #fff;
    display: block
}

.banner_inner_wrap li.on {
    background: #c30b21;
    border-color: #c30b21
}

.banner_inner_wrap li.on a {
    color: #fff
}

.banner_cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 70px;
    color: #fff
}

.banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -126px;
    background: #2a363a;
    z-index: -1
}

.banner-bg .planet-wrap {
    position: relative;
    height: 100%;
    top: 350px
}

.planet-wrap .planet {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 0;
    opacity: .3;
    border-radius: 50%
}

.planet-wrap .planet-1 {
    width: 474px;
    height: 474px;
    left: 50px;
    top: -395px;
    background: -webkit-gradient(linear,left top,right top,from(#ff5a25),to(#ff005a));
    background: linear-gradient(90deg,#ff5a25,#ff005a);
    -webkit-transition: all 1s linear;
    transition: all 1s linear
}

.planet-wrap .planet-2 {
    width: 90px;
    height: 90px;
    left: 0;
    opacity: .1;
    background: -webkit-gradient(linear,left top,right top,from(#ffd000),to(#f90));
    background: linear-gradient(90deg,#ffd000,#f90);
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}

.planet-wrap .planet-3 {
    width: 60px;
    height: 60px;
    right: 330px;
    opacity: .07;
    background: -webkit-gradient(linear,right top,left top,from(#271e5b),to(#0d76ef));
    background: linear-gradient(-90deg,#271e5b,#0d76ef);
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.planet-wrap .planet-8 {
    width: 25px;
    height: 25px;
    right: 445px;
    top: 136px;
    opacity: .07;
    background: -webkit-gradient(linear,right top,left top,from(#bd4c86),to(#c864ae));
    background: linear-gradient(-90deg,#bd4c86,#c864ae);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.planet-wrap .planet-9 {
    width: 135px;
    height: 135px;
    right: 432px;
    top: -136px;
    opacity: .3;
    background: -webkit-gradient(linear,left bottom,left top,from(#ff5a25),to(#ff005a));
    background: linear-gradient(0deg,#ff5a25,#ff005a);
    z-index: 999
}

.planet-wrap .planet-10 {
    width: 25px;
    height: 25px;
    right: 278px;
    top: 41px;
    opacity: .3;
    background: -webkit-gradient(linear,right top,left top,from(#bd4c86),to(#c864ae));
    background: linear-gradient(-90deg,#bd4c86,#c864ae)
}

.planet-wrap .planet-11 {
    width: 78px;
    height: 78px;
    right: 577px;
    top: 108px;
    opacity: .3;
    background: -webkit-gradient(linear,right top,left top,from(#00d5c8),to(#00b481));
    background: linear-gradient(-90deg,#00d5c8,#00b481)
}

.planet-wrap .planet-12 {
    width: 90px;
    height: 90px;
    right: -23px;
    top: 95px;
    opacity: .3;
    background: -webkit-gradient(linear,right top,left top,from(#271e5b),to(#0d76ef));
    background: linear-gradient(-90deg,#271e5b,#0d76ef)
}

.navbar-tab {
    margin: 0 auto;
    height: 60px;
    line-height: 60px
}

.navbar-tab-item {
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
    height: 48px;
    line-height: 48px;
    margin: 0 5px 10px;
    background: rgba(0,0,0,.4);
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

a.navbar-tab-item:hover {
    border-bottom: 2px solid #f48024
}

.navbar-tab-item.on {
    background: #c30b21;
    border-bottom: 2px solid #c30b21
}

.banner_service_nav {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -50px;
    z-index: 999
}

.banner_service_nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 960px!important;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05)
}

.banner_service_nav a {
    position: relative;
    color: #fff;
    width: 240px;
    height: 100px;
    border-right: 1px solid #edeffa;
    display: inline-block
}

.banner_service_nav a .icon {
    width: 65px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner_service_nav a .info {
    float: left;
    width: 174px;
    height: 100px
}

.banner_service_nav a .info div {
    padding-top: 28px;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #454a5b
}

.banner_service_nav a .info p {
    color: #858999;
    font-size: 14px
}

.banner_service_nav a:last-child {
    border-right: none
}

.banner_service_nav a:hover {
    background-color: #d8171a
}

.banner_service_nav a:hover .info div {
    color: #fff
}

.banner_service_nav a:hover .info p {
    color: #fff
}

.footer {
    background: #e2e2e2;
    color: hsl(0deg 0% 0% / 60%);
    font-size: 12px;
    line-height: 2em;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.footer a {
    display: inline-block;
    color: #000;
    margin: 0 5px
}

.footer .partners {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #d6d7d8;
    padding: 18px 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .partners span.title {
    display: block;
    padding: 20px 0;
    font-size: 22px;
    color:  hsl(0deg 0% 0% / 60%);
}

.footer .partners .partnersLogo {
    width: 980px;
    text-align: center
}

.footer .partners .partnersLogo a {
    display: inline-block;
    width: 140px;
    height: 45px;
    margin: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.footer .partners .partnersLogo a img {
    width: 140px;
    padding-top: 5px
}

.footer p {
    text-align: center
}

.footer .beian-tips a.code {
    display: inline-block;
    margin-bottom: 10px;
    color: hsl(0deg 0% 0% / 60%);
}

.pager {
    width: 100%;
    margin: 10px;
    padding-bottom: 30px;
    text-align: center
}

.pager a {
    text-decoration: none;
    color: #333;
    margin-right: 20px
}

.pager a:hover {
    text-decoration: none;
    color: #e00013;
    border: 1px solid #e00013
}

.pager .btn {
    width: 62px;
    height: 26px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    text-align: center
}

.pager a:last-child {
    margin-right: 0
}

.home-case-list {
    width: 1200px;
    margin: 0 auto
}

.home-case-list li {
    display: inline-block;
    background: #fff;
    margin: 20px 20px 0 0;
    vertical-align: top;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.home-case-list li:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.1)
}

.home-case-list li:nth-of-type(1),.home-case-list li:nth-of-type(2),.home-case-list li:nth-of-type(3),.home-case-list li:nth-of-type(4) {
    margin-top: 0
}

.home-case-list li:nth-of-type(4n) {
    margin-right: 0
}

.case-cover {
    position: relative;
    overflow: hidden
}

.case-cover>img {
    width: 280px;
    height: 162px;
    background: #f0f0f0
}

.case-cover>img {
    -webkit-transition: all .3s;
    transition: all .3s
}

.case-cover>img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.case-content {
    position: relative;
    width: 280px;
    padding: 15px;
    text-align: center
}

.case-content p {
    font-size: 16px;
    color: #333
}

.case-content .info {
    margin-top: 12px;
    text-align: center;
    max-height: 36px;
    overflow: hidden
}

.case-content .info span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    color: #999
}

.icon-line {
    color: #f0f0f0;
    font-weight: 600;
    margin: 0 8px;
    padding: 0!important;
    width: 2px;
    height: 12px;
    background-color: #f0f0f0
}

.case-container,.news-container {
    background: #fff;
    padding-top: 40px;
    margin-bottom: 110px
}

.case-wrap,.news-wrap {
    background: #fff;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px
}

.news-body {
    line-height: 1.8em;
    text-align: center;
    padding-top: 35px;
    font-size: 16px;
    font-weight: 700;
    font-family: "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","PingFang SC","Segoe UI",SegoeUI,"Microsoft YaHei",微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif
}

.news-body img {
    max-width: 800px;
    margin: 20px auto
}
 
.list {
    width: 1000px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.list li {
    padding-bottom: 60px;
    padding-top: 10px;
    border-bottom: 1px solid #f5f5f6
}

.list li:last-child {
    border-bottom: 0;
    padding-bottom: 20px
}

.list h2 {
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    overflow: hidden
}

.list h2 a {
    color: #000;
}

.list h2 a:hover {
    color: #bca266
}

.list .content .img {
    width: 260px;
    height: 160px;
    vertical-align: top;
    float: left;
    position: relative
}

.list .content .img img {
    width: 260px;
    height: 160px
}

.list .content .word {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.list .content .img~.word {
    padding-left: 22px
}

.list .case-item {
    padding: 30px 0
}

.list .case-item .word h2 {
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 8px
}

.list .case-item .word .detail,.list .case-item .word .info {
    font-size: 14px;
    color: #333
}

.list .case-item .word .info span {
    margin-right: 15px
}

.case-wrap .case-body {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 90px;
    font-size: 14px
}

.bigimg {
    padding-top: 5px;
    margin-bottom: 20px
}

.bigimg img {
    width: 800px;
    height: 495px
}

.smallimg {
    margin-bottom: 30px
}

.smallimg img {
    width: 142px;
    height: 80px;
    margin-right: 10px;
    float: left
}

.case-wrap .case-body h3 {
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 10px;
    font-weight: 700
}

.case-wrap .case-body dt {
    font-size: 24px;
    font-weight: 700;
    color: #bca266;
    height: 65px;
    line-height: 65px
}

.case-wrap .case-body dd {
    margin: 20px 0;
    text-align: left
}

.case-wrap .case-body dd:after {
    display: block;
    height: 0;
    content: ".";
    visibility: hidden;
    clear: both
}

.case-wrap .case-body dd>span {
    width: 80px
}

.case-wrap .case-body dd p {
    line-height: 2
}

.case-wrap .case-body dd p,.case-wrap .case-body dd ul {
    float: left
}

.case-wrap .case-body dd ul {
    width: 705px
}

.case-wrap .case-body dd.a>div {
    width: 280px
}

.case-wrap .case-body dd>span {
    color: #666;
    display: block;
    float: left
}

.history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 150px
}

.section h2 {
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #000
}

.section h3 {
    margin-bottom: 22px;
    line-height: 2em;
    font-size: 23px;
    color: #bca266;
    font-weight: 400
}

.section .more {
    font-size: 12px;
    color: #666
}

.intro,.news {
    width: 100%;
    line-height: 1.6
}

.news {
    padding: 40px 0 80px 0
}

.intro .intro-content,.news .news-company {
    width: 560px;
    margin-right: 130px;
    float: left
}

.intro .intro-honor,.news .news-market {
    width: 500px;
    float: left
}

.intro .intro-content p {
    height: 170px;
    line-height: 1.6em;
    color: #666;
    overflow: hidden
}

.intro .intro-honor .honor-text li,.news .news-company li,.news .news-market li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.intro .intro-honor .honor-text li span,.news .news-company li span,.news .news-market li span {
    color: #bca266;
    margin-right: 10px
}

.intro .intro-honor .honor-img {
    margin-top: 23px;
    margin-left: 17px
}

.intro .intro-honor .honor-img li {
    width: 118px;
    height: 77px;
    float: left;
    margin-left: 8px
}

.intro .intro-honor .honor-img img {
    width: 118px;
    height: 77px
}

.intro a,.news a {
    color: #666
}

.intro a:hover,.news a:hover {
    color: #d8171a
}

.resource {
    padding-bottom: 100px
}

.nav-tab,.nav-tab-content {
    width: 1200px;
    margin: auto;
    overflow: hidden
}

.nav-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-tab ul li {
    width: 200px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

.nav-tab ul li h3 {
    margin-bottom: 0;
    line-height: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #191c3d
}

.nav-tab ul li h3:hover {
    color: #2468f2
}

.nav-tab ul li span {
    opacity: .5;
    font-size: 16px;
    color: #191c3d;
    line-height: 30px
}

.nav-tab ul li.active {
    border-bottom: solid 2px #d8171a
}

.nav-tab ul li.active h3 {
    color: #000;
    font-weight: 700
}

.nav-tab .line {
    height: 1px;
    width: 100%;
    background: rgba(169,184,208,.3);
    position: relative
}

.nav-tab-content .content-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px
}

.nav-tab-content .content-tab .image {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-tab-content .content-tab .section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav-tab-content .content-tab h2 {
    font-size: 26px;
    color: #191c3d;
    text-align: left;
    line-height: 42px
}

.nav-tab-content .content-tab p {
    font-size: 16px;
    color: #191c3d;
    text-align: justify;
    line-height: 26px
}

.nav-tab-content .content-tab .section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-tab-content .content-tab .section li {
    width: 230px;
    padding-right: 10px;
    margin-top: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav-tab-content .content-tab .section li .name {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #000;
    font-weight: 700
}

.nav-tab-content .content-tab .section li .desc {
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    margin-top: 4px;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: .5;
    color: #191c3d
}

.nav-tab-content .content-tab .section .stress {
    font-weight: 700;
    color: #d8171a
}

.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px 0 0 0
}

.read-more>a {
    border: 1px solid rgba(25,28,61,.3);
    border-radius: 21px;
    width: 140px;
    height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: relative
}

.read-more>a span {
    position: absolute;
    top: 50%;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    margin: 0;
    width: 100%;
    left: 0;
    color: #191c3d
}

.read-more>a:after {
    content: "";
    display: block;
    border-radius: 100px;
    width: 102%;
    height: 102%;
    position: absolute;
    top: -1%;
    left: -1%;
    background-color: #d8171a;
    z-index: 1;
    -webkit-transform: scale(1.08,1.1);
    transform: scale(1.08,1.1);
    opacity: 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.read-more>a:hover {
    border: 1px solid #d8171a;
    opacity: 1
}

.read-more>a:hover span {
    color: #fff;
    opacity: 1
}

.read-more>a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.cases {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden
}

.cases li {
    float: left;
    width: 285px;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    background: #fff;
    text-align: center
}

.cases li:hover {
    -webkit-box-shadow: 0 1px 6px #aaa;
    box-shadow: 0 1px 6px #aaa
}

.cases li p {
    height: 45px;
    line-height: 25px;
    padding: 10px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #000
}

.cases li img {
    width: 280px;
    height: 160px;
    overflow: hidden
}

.cases li {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.cases li:hover {
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    -webkit-transform: translate3d(0,1px,-2px);
    transform: translate3d(0,1px,-2px)
}

.qrcode-sticky {
    position: fixed;
    padding: 16px;
    bottom: 5px;
    right: 10px;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(7,17,27,.1);
    box-shadow: 0 4px 12px 0 rgba(7,17,27,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.qrcode-sticky img {
    display: block;
    width: 120px;
    margin: 0 auto
}

.qrcode-sticky .tip {
    font-size: 12px;
    text-align: center;
    margin-top: 10px
}

.service-swiper {
    padding-top: 20px
}

.service-swiper .swiper-slide {
    width: 386px;
    margin-right: 20px
}

.widget-service-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 386px;
    padding: 10px;
    padding-top: 35px;
    background-color: #fffae7!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 5px;
    padding: 8px 10px;
    border-radius: 3px;
    background-color: #f9eec1;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 70px
}

.widget-legend .iconfont {
    color: #f9cd48;
    font-size: 10px
}

.widget-content {
    margin-top: 10px;
    background-color: #fff;
    padding: 5px;
    height: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.widget-content img {
    width: 355px
}

.widget-head-sub {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.widget-head-desc {
    color: #263238;
    font-size: 14px;
    font-weight: 700;
    background-color: #f7da64!important;
    text-align: center;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 5px 0 rgba(82,63,105,.15);
    border-radius: 30px
}

.service-swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    text-align: center;
    line-height: 5px;
    font-size: 10px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,.2)
}

.service-swiper .swiper-pagination-bullet-active {
    background-color: #f7da64
}

.service .portlet-head {
    text-align: center
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px
}

.read-more {
    margin: 40px 0 0 0
}

.service_Wrap .service_left {
    width: 800px;
    padding: 30px 30px 10px;
    float: left;
    background: #fff
}

.service_Wrap .service_left li {
    float: left;
    margin-bottom: 20px;
    background: #f5f5f6;
    height: 140px
}

.service_Wrap .service_left li span {
    line-height: 4em;
    margin-left: 5px;
    margin-right: 19px
}

.service_Wrap .service_left .sercice_title {
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    float: left;
    overflow: hidden
}

.service_Wrap .service_left .service_data {
    width: 660px;
    float: left;
    font-size: 12px;
    color: #666;
    padding-left: 20px;
    padding-right: 20px
}

.service_Wrap .service_left .blue {
    background: #2151a3
}

.service_Wrap .service_left .green {
    background: #21a367
}

.service_Wrap .service_left .greenblue {
    background: #499ba7
}

.service_Wrap .service_left .purple {
    background: #8d64a7
}

.service_Wrap .service_left .brown {
    background: #a38e92
}

.service_Wrap .service_left .orange {
    background: #e26d5a
}

.service_Wrap .service_left .layone {
    width: 80px;
    height: 60px;
    padding: 40px 10px
}

.service_Wrap .service_left .laytwo {
    width: 80px;
    height: 90px;
    padding: 25px 10px
}

.service_Wrap .service_left img {
    margin-top: 40px;
    display: block
}

.service_Wrap .service_right {
    background: #fff;
    width: 260px;
    float: left;
    margin-left: 20px;
    padding: 30px;
    font-size: 14px;
    color: #666
}

.service_Wrap .service_right label {
    display: block;
    height: 40px;
    line-height: 40px
}

.service_Wrap .service_right input[type=text] {
    width: 260px;
    height: 40px;
    line-height: 40px;
    color: #666;
    border: 1px solid #eaeaea;
    background: #fdfdfd;
    padding-left: 10px
}

.service_Wrap .service_right input[type=text]:focus {
    outline: 0
}

.service_Wrap .service_right input[type=text].active {
    border: 1px solid #c30b21
}

.service_Wrap .service_right h2 {
    color: #bca266;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    height: 30px
}

.service_Wrap .service_right .submits {
    width: 260px;
    height: 40px;
    border: none;
    background: #c30b21;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "microsoft yahei";
    margin: 40px auto 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px
}

.service_Wrap .row {
    position: relative
}

.service_Wrap .err_text {
    position: absolute;
    top: 84px;
    right: 0;
    color: #c30b21;
    font-size: 12px
}

.service_Wrap .checkcode {
    width: 76px;
    height: 40px;
    border: 1px solid #eaeaea;
    float: left;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    padding: 0 5px;
    background: #f9f9f9
}

.service_Wrap .checkcode p {
    float: left
}

.service_Wrap input[type=text].codetext {
    width: 160px;
    float: left
}

.service_Wrap.leasing .service_left span {
    margin-right: 30px
}

.service_Wrap.market .service_left span {
    margin-right: 8px
}

.service_Wrap.market .service_left .a span {
    margin-right: 46px
}

.service_Wrap.market .service_left .b span {
    margin-right: 30px
}

.service_Wrap h3 {
    font-size: 16px;
    color: #000
}

.process-container {
    width: 800px;
    margin: auto;
    overflow: hidden
}

.mdn-bg {
    background: #f2f5f7;
    margin: 0;
    padding: 0
}

.modern-forms,.modern-forms * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modern-forms {
    font-family: robotoregular,Arial,Helvetica,sans-serif;
    line-height: 1.231;
    font-weight: 400;
    font-size: 16px;
    color: #34495e
}

.modern-container {
    background: #fff;
    padding: 40px 40px 0 40px
}

.modern-forms .mdn-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.15),0 2px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15),0 2px 10px 0 rgba(0,0,0,.15)
}

.modern-forms .mc1 {
    max-width: 1024px
}

.modern-forms .mc2 {
    max-width: 540px
}

.modern-forms .mdn-group {
    margin-bottom: 20px
}

.modern-forms .field-group {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.modern-forms :not(output):-moz-ui-invalid,.modern-forms input:invalid {
    box-shadow: none
}

.modern-forms button,.modern-forms input,.modern-forms label,.modern-forms select,.modern-forms textarea {
    margin: 0;
    font-size: 14px;
    font-family: robotoregular,Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #34495e;
    outline: 0
}

.modern-forms .mdn-input,.modern-forms .mdn-select>select,.modern-forms .mdn-selectmulti select,.modern-forms .mdn-textarea,.modern-forms input[type=button],.modern-forms input[type=search],.modern-forms input[type=submit] {
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modern-forms ::-webkit-input-placeholder {
    color: #aaa
}

.modern-forms :-moz-placeholder {
    color: #aaa
}

.modern-forms ::-moz-placeholder {
    color: #aaa
}

.modern-forms :-ms-input-placeholder {
    color: #aaa
}

.modern-forms .mdn-input.placeholder,.modern-forms .mdn-textarea.placeholder {
    color: #aaa
}

.modern-forms .mdn-input,.modern-forms .mdn-select-multiple select,.modern-forms .mdn-select>select,.modern-forms .mdn-textarea {
    background: 0 0;
    position: relative;
    vertical-align: top;
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    display: -moz-inline-stack;
    display: inline-block;
    color: #34495e;
    outline: 0;
    height: 46px;
    width: 100%
}

.modern-forms input+.mdn-radio:before,.modern-forms input:checked+.mdn-checkbox,.modern-forms input:focus+.mdn-radio:before {
    background: #009688
}

.modern-forms .mdn-select-multiple select {
    width: 100%;
    height: 110px;
    padding: 10px 0
}

.modern-forms .mdn-select:after {
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-top-color: #b5b5b5;
    border-width: 4px;
    z-index: 100;
    bottom: 10px;
    right: 5px;
    height: 0;
    width: 0
}

.modern-forms .mdn-textarea {
    resize: none;
    line-height: 19px;
    overflow: auto;
    max-width: 100%;
    padding: 12px 0;
    height: 80px
}

.modern-forms .mdn-bar {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0
}

.modern-forms .mdn-bar:after,.modern-forms .mdn-bar:before {
    content: '';
    bottom: -1px;
    position: absolute;
    background: #009688;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2;
    height: 2px;
    width: 0
}

.modern-forms .mdn-upload {
    display: block;
    width: 100%
}

.modern-forms .mdn-upload .mdn-file {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 10px;
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0
}

.modern-forms .mdn-upload .mdn-button {
    position: absolute;
    top: 2px;
    right: 0;
    float: none;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    z-index: 10
}

.modern-forms .mdn-option {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.modern-forms .mdn-option>input {
    position: absolute;
    height: inherit;
    width: inherit;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    opacity: 0;
    left: 0
}

.modern-forms .mdn-checkbox,.modern-forms .mdn-radio {
    position: relative;
    margin-right: 2px;
    display: inline-block;
    border: 2px solid #b5b5b5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    outline: 0;
    height: 21px;
    width: 21px;
    top: 5px
}

.modern-forms .mdn-checkbox:before,.modern-forms .mdn-radio:before {
    content: '';
    display: block;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
    opacity: 0
}

.modern-forms .mdn-checkbox:before {
    width: 0;
    height: 0;
    -webkit-transition: -webkit-transform .33s cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform .33s cubic-bezier(.55,0,.1,1);
    transition: transform .33s cubic-bezier(.55,0,.1,1);
    transition: transform .33s cubic-bezier(.55,0,.1,1),-webkit-transform .33s cubic-bezier(.55,0,.1,1);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.modern-forms input:checked+.mdn-checkbox:before {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 8px;
    height: 3px;
    border: solid #fff;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1
}

.modern-forms input:checked+.mdn-checkbox,.modern-forms input:checked+.mdn-radio {
    border: 2px solid #009688
}

.modern-forms .mdn-radio {
    border-radius: 20px
}

.modern-forms input+.mdn-radio:before {
    width: 11px;
    height: 11px;
    margin: 3px;
    border-radius: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.modern-forms input:checked+.mdn-radio:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.modern-forms input:focus+.mdn-checkbox,.modern-forms input:focus+.mdn-radio,.modern-forms input:hover+.mdn-checkbox,.modern-forms input:hover+.mdn-radio {
    border-color: #009688
}

.modern-forms input:focus+.mdn-checkbox:before {
    border-color: #fff
}

.modern-forms .option-tick .mdn-checkbox {
    -webkit-transition: -webkit-transform .33s cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform .33s cubic-bezier(.55,0,.1,1);
    transition: transform .33s cubic-bezier(.55,0,.1,1);
    transition: transform .33s cubic-bezier(.55,0,.1,1),-webkit-transform .33s cubic-bezier(.55,0,.1,1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.modern-forms .option-tick input:checked+.mdn-checkbox {
    background: 0 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border: 0
}

.modern-forms .option-tick .mdn-checkbox:before,.modern-forms .option-tick input:checked+.mdn-checkbox:before {
    width: 18px;
    height: 8px;
    border-color: #009688;
    border-width: 0 0 2px 2px;
    top: 0
}

.modern-forms .mdn-checkbox:after,.modern-forms .mdn-radio:after {
    content: '';
    width: 18px;
    height: 18px;
    background: 0 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 20px;
    left: 0;
    top: 0
}

.modern-forms .mdn-checkbox:active:after,.modern-forms .mdn-option:active .mdn-checkbox:after,.modern-forms .mdn-option:active .mdn-radio:after,.modern-forms .mdn-radio:active:after,.modern-forms input[disabled]:checked+.mdn-checkbox:active:after,.modern-forms input[disabled]:checked+.mdn-option:active .mdn-checkbox:after,.modern-forms input[disabled]:checked+.mdn-option:active .mdn-radio:after,.modern-forms input[disabled]:checked+.mdn-radio:active:after {
    -webkit-box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(128,128,128,.1);
    -o-box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(128,128,128,.1);
    box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(128,128,128,.1)
}

.modern-forms input:checked+.mdn-checkbox:active:after,.modern-forms input:checked+.mdn-option:active .mdn-checkbox:after,.modern-forms input:checked+.mdn-option:active .mdn-radio:after,.modern-forms input:checked+.mdn-radio:active:after {
    -webkit-box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(0,150,136,.2);
    -o-box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(0,150,136,.2);
    box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(0,150,136,.2)
}

.modern-forms .mdn-switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer
}

.modern-forms .mdn-switch input {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0
}

.modern-forms .mdn-switch .switch-label {
    display: inline-block;
    position: relative;
    top: 2px
}

.modern-forms .mdn-switch>.switch-label {
    padding-right: 5px
}

.modern-forms .mdn-switch .switch-toggle+.switch-label {
    padding-left: 5px
}

.modern-forms .mdn-switch .switch-toggle {
    width: 44px;
    height: 16px;
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,.26);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 1px rgba(255,255,255,.5);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 1px rgba(255,255,255,.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 1px rgba(255,255,255,.5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle;
    border-radius: 10px;
    cursor: pointer
}

.modern-forms .mdn-switch .switch-toggle::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -4px;
    width: 26px;
    height: 26px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.18);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.18);
    box-shadow: 0 1px 4px rgba(0,0,0,.18);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 26px
}

.modern-forms .mdn-switch input:checked+.switch-toggle {
    background: rgba(0,150,136,.5)
}

.modern-forms .mdn-switch input:checked+.switch-toggle::before {
    left: 20px;
    background: #009688
}

.modern-forms .mdn-switch input:disabled+.switch-toggle {
    background: #d5d5d5;
    pointer-events: none
}

.modern-forms .mdn-switch input:disabled+.switch-toggle::before {
    background: #bcbdbc
}

.modern-forms .mdn-switch input:disabled+.switch-toggle+.switch-label {
    color: #d5d5d5
}

.modern-forms .modern-switch .switch-toggle {
    width: 40px;
    height: 24px;
    border-radius: 50px
}

.modern-forms .modern-switch .switch-toggle::before {
    width: 22px;
    height: 22px;
    bottom: 1px;
    left: 1px;
    top: 1px
}

.modern-forms .modern-switch input:checked+.switch-toggle::before {
    left: 17px;
    background: #fff
}

.modern-forms .modern-switch input:disabled+.switch-toggle::before {
    background: #f5f5f5
}

.modern-forms .mdn-switch .switch-toggle:active::before,.modern-forms .mdn-switch input[disabled]:checked+.switch-toggle:active::before,.modern-forms .mdn-switch:active .switch-toggle::before,.modern-forms .mdn-switch:active input[disabled]:checked+.switch-toggle::before {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(128,128,128,.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(128,128,128,.1);
    box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(128,128,128,.1)
}

.modern-forms .mdn-switch input:checked+.switch-toggle:active::before,.modern-forms .mdn-switch:active input:checked+.switch-toggle::before {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,150,136,.2);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,150,136,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,150,136,.2)
}

.modern-forms .morph-switch .switch-toggle:active::before,.modern-forms .morph-switch input:checked+.switch-toggle:active::before,.modern-forms .morph-switch:active .switch-toggle:before,.modern-forms .morph-switch:active input:checked+.switch-toggle::before {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.18);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.18);
    box-shadow: 0 1px 4px rgba(0,0,0,.18);
    -webkit-transform: scale(1.15,.85);
    transform: scale(1.15,.85)
}

.modern-forms .mdn-bar:before {
    left: 50%
}

.modern-forms .mdn-bar:after {
    right: 50%
}

.modern-forms .append-icon .mdn-icon,.modern-forms .mdn-msg.right {
    right: 0
}

.modern-forms .mdn-file:focus~.mdn-bar:after,.modern-forms .mdn-file:focus~.mdn-bar:before,.modern-forms .mdn-input:focus~.mdn-bar:after,.modern-forms .mdn-input:focus~.mdn-bar:before,.modern-forms .mdn-select-multiple select:focus~.mdn-bar:after,.modern-forms .mdn-select-multiple select:focus~.mdn-bar:before,.modern-forms .mdn-select>select:focus~.mdn-bar:after,.modern-forms .mdn-select>select:focus~.mdn-bar:before,.modern-forms .mdn-textarea:focus~.mdn-bar:after,.modern-forms .mdn-textarea:focus~.mdn-bar:before {
    width: 50%
}

.modern-forms .field-group .mdn-label {
    width: 100%;
    position: absolute;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #496785;
    left: 0
}

.modern-forms .field-group .mdn-label,.modern-forms .mdn-input:focus+.mdn-label,.modern-forms .mdn-input[placeholder]+.mdn-label,.modern-forms .mdn-label-pos .mdn-label,.modern-forms .mdn-select-multiple select+.mdn-label,.modern-forms .mdn-select-multiple select:focus+.mdn-label,.modern-forms .mdn-select>select+.mdn-label,.modern-forms .mdn-select>select:focus+.mdn-label,.modern-forms .mdn-textarea:focus+.mdn-label,.modern-forms .mdn-textarea[placeholder]+.mdn-label {
    top: -10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px
}

.modern-forms .mdn-label-pos {
    position: relative
}

.modern-forms .mdn-label-pos .mdn-label {
    position: absolute;
    margin-bottom: 2px;
    color: #496785
}

.modern-forms .mdn-bottom-border {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    height: 46px
}

.modern-forms .mdn-bottom-border .mdn-option {
    top: 4px
}

.modern-forms .mdn-auto {
    height: auto;
    padding-bottom: 20px
}

.modern-forms .mdn-auto .option-label {
    line-height: 22px
}

.modern-forms .mdn-input:focus+.mdn-label,.modern-forms .mdn-select-multiple select:focus+.mdn-label,.modern-forms .mdn-select>select:focus+.mdn-label,.modern-forms .mdn-textarea:focus+.mdn-label,.modern-forms .mdn-upload .mdn-file:focus~.mdn-label {
    color: #26a69a
}

.modern-forms .mdn-input[disabled]+.mdn-label,.modern-forms .mdn-input[disabled]~.mdn-icon i,.modern-forms .mdn-select-multiple select[disabled]+.mdn-label,.modern-forms .mdn-select>select[disabled]+.mdn-label,.modern-forms .mdn-select>select[disabled]~.mdn-icon i,.modern-forms .mdn-textarea[disabled]+.mdn-label,.modern-forms .mdn-textarea[disabled]~.mdn-icon i,.modern-forms .mdn-upload .mdn-file[disabled]~.mdn-icon i,.modern-forms .mdn-upload .mdn-file[disabled]~.mdn-label,.modern-forms input:disabled+.mdn-checkbox+.option-label,.modern-forms input:disabled+.mdn-radio+.option-label {
    color: #d5d5d5
}

.modern-forms .mdn-input[disabled],.modern-forms .mdn-select-multiple select[disabled],.modern-forms .mdn-select>select[disabled],.modern-forms .mdn-textarea[disabled],.modern-forms .mdn-upload .mdn-file[disabled]+.mdn-input {
    color: #d5d5d5;
    border-color: #d5d5d5;
    border-style: dotted
}

.modern-forms .mdn-input[disabled]~.mdn-bar,.modern-forms .mdn-select-multiple select[disabled]~.mdn-bar,.modern-forms .mdn-select>select[disabled]~.mdn-bar,.modern-forms .mdn-textarea[disabled]~.mdn-bar,.modern-forms .mdn-upload .mdn-file[disabled]+.mdn-input~.mdn-bar {
    display: none
}

.modern-forms input:disabled::-webkit-input-placeholder {
    color: #d5d5d5
}

.modern-forms input:disabled:-ms-input-placeholder {
    color: #d5d5d5
}

.modern-forms input:disabled::-moz-placeholder {
    color: #d5d5d5
}

.modern-forms input:disabled:-moz-placeholder {
    color: #d5d5d5
}

.modern-forms textarea:disabled::-webkit-input-placeholder {
    color: #d5d5d5
}

.modern-forms textarea:disabled:-ms-input-placeholder {
    color: #d5d5d5
}

.modern-forms textarea:disabled::-moz-placeholder {
    color: #d5d5d5
}

.modern-forms textarea:disabled:-moz-placeholder {
    color: #d5d5d5
}

.modern-forms .mdn-upload .mdn-file[disabled]+input:-moz-placeholder {
    color: #d5d5d5
}

.modern-forms .mdn-upload .mdn-file[disabled]+input::-moz-placeholder {
    color: #d5d5d5
}

.modern-forms .mdn-upload .mdn-file[disabled]+input:-ms-input-placeholder {
    color: #d5d5d5
}

.modern-forms .mdn-upload .mdn-file[disabled]+input::-webkit-input-placeholder {
    color: #d5d5d5
}

.modern-forms .option-tick input:checked:disabled+.mdn-checkbox:before,.modern-forms input:disabled+.mdn-checkbox,.modern-forms input:disabled+.mdn-radio {
    border-color: #d5d5d5
}

.modern-forms input:checked:disabled+.mdn-checkbox,.modern-forms input:checked:disabled+.mdn-radio:before {
    background: #d5d5d5
}

.modern-forms .option-tick input:checked:disabled+.mdn-checkbox {
    background: 0 0;
    border: 0
}

.modern-forms .mdn-rating {
    position: relative;
    margin: 10px 0;
    display: block
}

.modern-forms .mdn-rating label {
    color: #bbb
}

.modern-forms .mdn-rating label i {
    font-size: 17px;
    text-align: center;
    color: inherit
}

.modern-forms .mdn-rating label span {
    font: 22px/22px Times,Serif
}

.modern-forms .star-l {
    margin-left: 4px
}

.modern-forms .star-i {
    position: absolute;
    left: -9999px;
    top: auto
}

.modern-forms .mdn-rating:hover .star-l:hover,.modern-forms .mdn-rating:hover .star-l:hover~.star-l,.modern-forms .star-i:checked~.star-l {
    color: #2bbbad
}

.modern-forms .mdn-rating:hover .star-l,.modern-forms .star-l {
    width: 18px;
    float: right;
    display: block;
    cursor: pointer;
    color: #bbb
}

.modern-forms .mdn-rating:after,.modern-forms .mdn-rating:before {
    line-height: 0;
    display: table;
    content: ""
}

.modern-forms .mdn-rating:after {
    clear: both
}

.modern-forms .mdn-rating .mdn-rating-label {
    font-size: 14px;
    font-family: robotoregular,Arial,Helvetica,sans-serif;
    display: inline-block;
    font-weight: 400;
    float: left
}

.modern-forms .mdn-rating-widget {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 0
}

.modern-forms .mdn-rating label span {
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 1px rgba(255,255,255,0);
    -webkit-transition: margin .6s,opacity .6s;
    transition: margin .6s,opacity .6s;
    border-radius: 3px;
    white-space: nowrap;
    position: absolute;
    padding: 5px 10px;
    font-weight: 700;
    background: #34495e;
    font-size: 11px;
    margin-left: -5px;
    margin-bottom: 15px;
    display: block;
    left: -9999px;
    color: #fff;
    opacity: 0;
    z-index: 10
}

.modern-forms .mdn-rating label:hover span {
    opacity: 1;
    left: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.modern-forms .mdn-rating label span:before {
    content: '';
    position: absolute;
    border-top: 4px solid #34495e;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    left: 8px;
    top: 100%
}

.modern-forms .mdn-button {
    border: 0;
    height: 46px;
    color: #243140;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    padding: 0 30px;
    background: 0 0;
    text-align: center;
    position: relative;
    vertical-align: top;
    display: inline-block;
    -webkit-user-drag: none;
    text-transform: uppercase;
    transition: all .55s ease-out;
    -moz-transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out;
    text-shadow: 0 1px rgba(255,255,255,.2);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    overflow: hidden
}

.modern-forms .mdn-button:active,.modern-forms .mdn-button:hover,.modern-forms .mdn-upload .mdn-file:hover~.mdn-button {
    color: #1d2938;
    background: #ebebeb
}

.modern-forms .mdn-button[disabled],.modern-forms .mdn-button[disabled]:active,.modern-forms .mdn-button[disabled]:hover,.modern-forms .mdn-upload .mdn-file[disabled]:hover~.mdn-button,.modern-forms .mdn-upload .mdn-file[disabled]~.mdn-button {
    color: #d5d5d5;
    background: 0 0
}

.modern-forms a.mdn-button,.modern-forms label.mdn-button,.modern-forms span.mdn-button {
    line-height: 46px;
    text-decoration: none
}

.modern-forms .mdn-button i {
    font-size: 14px
}

.modern-forms .mdn-button-list .mdn-button {
    margin-bottom: 5px
}

.modern-forms .mdn-group .mdn-button {
    margin-bottom: 10px
}

.modern-forms .btn-flat {
    color: #7bc6bf
}

.modern-forms .btn-flat:active,.modern-forms .btn-flat:hover {
    color: #009688;
    background: #ebebeb
}

.modern-forms .btn-flat[disabled],.modern-forms .btn-flat[disabled]:active,.modern-forms .btn-flat[disabled]:hover,.modern-forms .mdn-upload .mdn-file[disabled]:hover~.btn-flat,.modern-forms .mdn-upload .mdn-file[disabled]~.btn-flat {
    color: #a4d9d3;
    background: 0 0
}

.modern-forms .btn-primary {
    color: #fff;
    background-color: #2bbbad;
    text-shadow: 0 1px rgba(0,0,0,.08)
}

.modern-forms .btn-primary:active,.modern-forms .btn-primary:focus,.modern-forms .btn-primary:hover,.modern-forms .mdn-upload .mdn-file:hover~.btn-primary {
    background-color: #009688;
    color: #fff
}

.modern-forms .btn-raised {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)
}

.modern-forms .btn-raised:active,.modern-forms .btn-raised:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    -o-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}

.modern-forms .btn-primary[disabled],.modern-forms .btn-primary[disabled]:active,.modern-forms .btn-primary[disabled]:focus,.modern-forms .btn-primary[disabled]:hover,.modern-forms .mdn-upload .mdn-file[disabled]:hover~.btn-primary,.modern-forms .mdn-upload .mdn-file[disabled]~.btn-primary {
    background-color: #a4d9d3;
    color: #fff
}

.modern-forms .btn-raised[disabled],.modern-forms .btn-raised[disabled]:active,.modern-forms .btn-raised[disabled]:hover {
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.modern-forms .mdn-msg {
    position: absolute;
    bottom: -22px;
    font-size: .7em;
    line-height: 24px;
    transition: all .55s ease-out;
    -moz-transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.modern-forms .mdn-input:focus~.mdn-msg,.modern-forms .mdn-select-multiple select:focus~.mdn-msg,.modern-forms .mdn-select>select:focus~.mdn-msg,.modern-forms .mdn-textarea:focus~.mdn-msg,.modern-forms .mdn-upload .mdn-file:focus~.mdn-msg {
    color: #26a69a
}

.modern-forms .mdn-input[disabled]~.mdn-msg,.modern-forms .mdn-select-multiple select[disabled]~.mdn-msg,.modern-forms .mdn-select>select[disabled]~.mdn-msg,.modern-forms .mdn-textarea[disabled]~.mdn-msg,.modern-forms .mdn-upload .mdn-file[disabled]~.mdn-msg {
    color: #d5d5d5
}

.modern-forms .msg-hidden {
    opacity: 0;
    bottom: -42px
}

.modern-forms .mdn-input:focus~.msg-hidden,.modern-forms .mdn-select-multiple select:focus~.msg-hidden,.modern-forms .mdn-select>select:focus~.msg-hidden,.modern-forms .mdn-textarea:focus~.msg-hidden,.modern-forms .mdn-upload .mdn-file:focus~.msg-hidden {
    opacity: 1;
    bottom: -22px
}

.modern-forms .append-icon,.modern-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%
}

.modern-forms .append-icon .mdn-icon,.modern-forms .prepend-icon .mdn-icon {
    top: 0;
    z-index: 1;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: left;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none
}

.modern-forms .append-icon .mdn-icon i,.modern-forms .prepend-icon .mdn-icon i {
    position: relative;
    font-size: 14px;
    color: #aebcc6
}

.modern-forms .prepend-icon .mdn-icon {
    left: 0
}

.modern-forms .prepend-icon>input,.modern-forms .prepend-icon>select,.modern-forms .prepend-icon>textarea {
    padding-left: 20px
}

.modern-forms .mdn-select .mdn-icon {
    line-height: 42px;
    z-index: 99!important
}

.modern-forms .mdn-input:focus~.mdn-icon i,.modern-forms .mdn-select>select:focus~.mdn-icon i,.modern-forms .mdn-textarea:focus~.mdn-icon i,.modern-forms .mdn-upload .mdn-file:focus~.mdn-icon i {
    color: #26a69a
}

.modern-forms .mdn-error .mdn-file:focus~.mdn-bar:after,.modern-forms .mdn-error .mdn-file:focus~.mdn-bar:before,.modern-forms .mdn-error .mdn-file~.mdn-bar:after,.modern-forms .mdn-error .mdn-file~.mdn-bar:before,.modern-forms .mdn-error .mdn-input:focus~.mdn-bar:after,.modern-forms .mdn-error .mdn-input:focus~.mdn-bar:before,.modern-forms .mdn-error .mdn-input~.mdn-bar:after,.modern-forms .mdn-error .mdn-input~.mdn-bar:before,.modern-forms .mdn-error .mdn-textarea:focus~.mdn-bar:after,.modern-forms .mdn-error .mdn-textarea:focus~.mdn-bar:before,.modern-forms .mdn-error .mdn-textarea~.mdn-bar:after,.modern-forms .mdn-error .mdn-textarea~.mdn-bar:before,.modern-forms .mdn-error.mdn-select-multiple select:focus~.mdn-bar:after,.modern-forms .mdn-error.mdn-select-multiple select:focus~.mdn-bar:before,.modern-forms .mdn-error.mdn-select-multiple select~.mdn-bar:after,.modern-forms .mdn-error.mdn-select-multiple select~.mdn-bar:before,.modern-forms .mdn-error.mdn-select>select:focus~.mdn-bar:after,.modern-forms .mdn-error.mdn-select>select:focus~.mdn-bar:before,.modern-forms .mdn-error.mdn-select>select~.mdn-bar:after,.modern-forms .mdn-error.mdn-select>select~.mdn-bar:before,.modern-forms .mdn-success .mdn-file:focus~.mdn-bar:after,.modern-forms .mdn-success .mdn-file:focus~.mdn-bar:before,.modern-forms .mdn-success .mdn-file~.mdn-bar:after,.modern-forms .mdn-success .mdn-file~.mdn-bar:before,.modern-forms .mdn-success .mdn-input:focus~.mdn-bar:after,.modern-forms .mdn-success .mdn-input:focus~.mdn-bar:before,.modern-forms .mdn-success .mdn-input~.mdn-bar:after,.modern-forms .mdn-success .mdn-input~.mdn-bar:before,.modern-forms .mdn-success .mdn-textarea:focus~.mdn-bar:after,.modern-forms .mdn-success .mdn-textarea:focus~.mdn-bar:before,.modern-forms .mdn-success .mdn-textarea~.mdn-bar:after,.modern-forms .mdn-success .mdn-textarea~.mdn-bar:before,.modern-forms .mdn-success.mdn-select-multiple select:focus~.mdn-bar:after,.modern-forms .mdn-success.mdn-select-multiple select:focus~.mdn-bar:before,.modern-forms .mdn-success.mdn-select-multiple select~.mdn-bar:after,.modern-forms .mdn-success.mdn-select-multiple select~.mdn-bar:before,.modern-forms .mdn-success.mdn-select>select:focus~.mdn-bar:after,.modern-forms .mdn-success.mdn-select>select:focus~.mdn-bar:before,.modern-forms .mdn-success.mdn-select>select~.mdn-bar:after,.modern-forms .mdn-success.mdn-select>select~.mdn-bar:before {
    width: 50%
}

.modern-forms .mdn-error .mdn-icon i,.modern-forms .mdn-error .mdn-input+.mdn-label,.modern-forms .mdn-error .mdn-input:focus~.mdn-icon i,.modern-forms .mdn-error .mdn-input:focus~.mdn-msg,.modern-forms .mdn-error .mdn-msg,.modern-forms .mdn-error .mdn-textarea+.mdn-label,.modern-forms .mdn-error .mdn-textarea:focus~.mdn-icon i,.modern-forms .mdn-error .mdn-textarea:focus~.mdn-msg,.modern-forms .mdn-error.mdn-select-multiple select+.mdn-label,.modern-forms .mdn-error.mdn-select-multiple select:focus~.mdn-msg,.modern-forms .mdn-error.mdn-select>select+.mdn-label,.modern-forms .mdn-error.mdn-select>select:focus~.mdn-icon i,.modern-forms .mdn-error.mdn-select>select:focus~.mdn-msg,.modern-forms .mdn-error.mdn-upload .mdn-file:focus~.mdn-icon i,.modern-forms .mdn-error.mdn-upload .mdn-file:focus~.mdn-msg,.modern-forms .mdn-error.mdn-upload .mdn-file~.mdn-label {
    color: #f44336
}

.modern-forms .mdn-error .mdn-bar:after,.modern-forms .mdn-error .mdn-bar:before,.modern-forms .mdn-error.mdn-upload .btn-primary,.modern-forms .mdn-error.mdn-upload .mdn-file:hover~.btn-primary {
    background: #f44336
}

.modern-forms .mdn-error.mdn-select:after {
    border-top-color: #f44336
}

.modern-forms .mdn-error.mdn-upload .mdn-file:focus~.btn-primary,.modern-forms .mdn-error.mdn-upload .mdn-file:hover~.btn-primary {
    background: #d61b0c
}

.modern-forms .mdn-error .mdn-checkbox,.modern-forms .mdn-error .mdn-radio,.modern-forms .mdn-error input:focus+.mdn-checkbox,.modern-forms .mdn-error input:focus+.mdn-radio,.modern-forms .mdn-error input:hover+.mdn-checkbox,.modern-forms .mdn-error input:hover+.mdn-radio {
    border-color: #f44336
}

.modern-forms .mdn-success .mdn-icon i,.modern-forms .mdn-success .mdn-input+.mdn-label,.modern-forms .mdn-success .mdn-input:focus~.mdn-icon i,.modern-forms .mdn-success .mdn-input:focus~.mdn-msg,.modern-forms .mdn-success .mdn-msg,.modern-forms .mdn-success .mdn-textarea+.mdn-label,.modern-forms .mdn-success .mdn-textarea:focus~.mdn-icon i,.modern-forms .mdn-success .mdn-textarea:focus~.mdn-msg,.modern-forms .mdn-success.mdn-select-multiple select+.mdn-label,.modern-forms .mdn-success.mdn-select-multiple select:focus~.mdn-msg,.modern-forms .mdn-success.mdn-select>select+.mdn-label,.modern-forms .mdn-success.mdn-select>select:focus~.mdn-icon i,.modern-forms .mdn-success.mdn-select>select:focus~.mdn-msg,.modern-forms .mdn-success.mdn-upload .mdn-file:focus~.mdn-icon i,.modern-forms .mdn-success.mdn-upload .mdn-file:focus~.mdn-msg,.modern-forms .mdn-success.mdn-upload .mdn-file~.mdn-label {
    color: #2ecc71
}

.modern-forms .mdn-success .mdn-bar:after,.modern-forms .mdn-success .mdn-bar:before,.modern-forms .mdn-success.mdn-upload .btn-primary,.modern-forms .mdn-success.mdn-upload .mdn-file:hover~.btn-primary {
    background: #2ecc71
}

.modern-forms .mdn-success.mdn-select:after {
    border-top-color: #2ecc71
}

.modern-forms .mdn-success.mdn-upload .mdn-file:focus~.btn-primary,.modern-forms .mdn-success.mdn-upload .mdn-file:hover~.btn-primary {
    background: #26ac60
}

.modern-forms .mdn-success .mdn-checkbox,.modern-forms .mdn-success .mdn-radio,.modern-forms .mdn-success input:focus+.mdn-checkbox,.modern-forms .mdn-success input:focus+.mdn-radio,.modern-forms .mdn-success input:hover+.mdn-checkbox,.modern-forms .mdn-success input:hover+.mdn-radio {
    border-color: #2ecc71
}

.modern-forms .form-row {
    margin: 0 -10px
}

.modern-forms .form-row:after,.modern-forms .form-row:before {
    line-height: 0;
    display: table;
    content: ""
}

.modern-forms .form-row:after {
    clear: both
}

.modern-forms .form-row .col {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left
}

.modern-forms .form-row .col-1 {
    width: 8.33%
}

.modern-forms .form-row .col-2 {
    width: 16.66%
}

.modern-forms .form-row .col-3 {
    width: 25%
}

.modern-forms .form-row .col-4 {
    width: 33.33%
}

.modern-forms .form-row .col-5 {
    width: 41.66%
}

.modern-forms .form-row .col-6 {
    width: 50%
}

.modern-forms .form-row .col-7 {
    width: 58.33%
}

.modern-forms .form-row .col-8 {
    width: 66.66%
}

.modern-forms .form-row .col-9 {
    width: 75%
}

.modern-forms .form-row .col-10 {
    width: 83.33%
}

.modern-forms .form-row .col-11 {
    width: 91.66%
}

.modern-forms .form-row .col-12 {
    width: 100%
}

.modern-forms .form-row .col-1-5 {
    width: 20%
}

.modern-forms .form-row .col-1-8 {
    width: 12.5%
}

.modern-forms fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.modern-forms fieldset legend {
    border: none;
    color: #7796b5;
    font-size: 18px;
    position: static;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 4px solid #7796b5;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    width: 100%
}

.modern-forms fieldset fieldset legend {
    border-bottom: 2px solid #404040;
    font-weight: 400
}

.modern-forms fieldset fieldset fieldset legend {
    border-bottom: 1px solid #404040;
    font-weight: 400;
    font-size: 15px
}

.modern-forms .mdn-footer {
    display: block;
    position: relative
}

.modern-forms .mdn-footer .mdn-button {
    margin-bottom: 0
}

.modern-forms .block-group .mdn-option {
    display: block;
    padding-bottom: 8px
}

.modern-forms .block-label {
    padding-bottom: 20px
}

.modern-forms .block-label .mdn-label {
    top: 0
}

.modern-forms .mdn-section {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px
}

.modern-forms .mdn-section .mdn-group {
    margin-bottom: 15px
}

.modern-forms .block-group .mdn-switch {
    display: block;
    padding: 5px 0;
    height: 34px
}

.modern-forms .pad-r {
    padding-right: 40px
}

.modern-forms .pad-l {
    padding-left: 40px
}

@media (max-width: 860px) {
    .modern-forms .form-row {
        margin:0
    }

    .modern-forms .form-row .col {
        width: 100%;
        float: none;
        padding: 0
    }

    .modern-forms .mdn-bottom-border {
        height: auto;
        padding-bottom: 20px
    }

    .modern-forms .pad-r {
        padding-right: 0
    }

    .modern-forms .pad-l {
        padding-left: 0
    }
}

.modern-forms .mdn-bar:after,.modern-forms .mdn-bar:before,.modern-forms input+.mdn-radio:before,.modern-forms input:checked+.mdn-checkbox,.modern-forms input:focus+.mdn-radio:before {
    background: #f44336
}

.modern-forms .mdn-input:focus+.mdn-label,.modern-forms .mdn-select-multiple select:focus+.mdn-label,.modern-forms .mdn-select>select:focus+.mdn-label,.modern-forms .mdn-textarea:focus+.mdn-label,.modern-forms .mdn-upload .mdn-file:focus~.mdn-label {
    color: #f44336
}

.modern-forms .mdn-switch input:disabled+.switch-toggle+.switch-label,.modern-forms input:disabled+.mdn-checkbox+.option-label,.modern-forms input:disabled+.mdn-radio+.option-label {
    color: #d5d5d5
}

.modern-forms input:checked+.mdn-checkbox,.modern-forms input:checked+.mdn-radio,.modern-forms input:focus+.mdn-checkbox,.modern-forms input:focus+.mdn-radio,.modern-forms input:hover+.mdn-checkbox,.modern-forms input:hover+.mdn-radio {
    border-color: #f44336
}

.modern-forms input:focus+.mdn-checkbox:before {
    border-color: #fff
}

.modern-forms .option-tick .mdn-checkbox:before,.modern-forms .option-tick input:checked+.mdn-checkbox:before {
    border-color: #f44336
}

.modern-forms input:checked+.mdn-checkbox:active:after,.modern-forms input:checked+.mdn-option:active .mdn-checkbox:after,.modern-forms input:checked+.mdn-option:active .mdn-radio:after,.modern-forms input:checked+.mdn-radio:active:after {
    -webkit-box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(244,67,54,.2);
    -o-box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(244,67,54,.2);
    box-shadow: 0 2px 8px transparent,0 0 0 24px rgba(244,67,54,.2)
}

.modern-forms .option-tick input:checked:disabled+.mdn-checkbox:before,.modern-forms input:disabled+.mdn-checkbox,.modern-forms input:disabled+.mdn-radio {
    border-color: #d5d5d5
}

.modern-forms input:checked:disabled+.mdn-checkbox,.modern-forms input:checked:disabled+.mdn-radio:before {
    background: #d5d5d5
}

.modern-forms .option-tick input:checked:disabled+.mdn-checkbox {
    background: 0 0;
    border: 0
}

.modern-forms .mdn-switch input:checked+.switch-toggle {
    background: #f9a09a
}

.modern-forms .mdn-switch input:checked+.switch-toggle::before {
    left: 20px;
    background: #f44336
}

.modern-forms .mdn-switch input:disabled+.switch-toggle {
    background: #d5d5d5;
    pointer-events: none
}

.modern-forms .mdn-switch input:disabled+.switch-toggle::before {
    background: #bcbdbc
}

.modern-forms .modern-switch input:checked+.switch-toggle::before {
    left: 17px;
    background: #fff
}

.modern-forms .modern-switch input:disabled+.switch-toggle::before {
    background: #f5f5f5
}

.modern-forms .mdn-switch input:checked+.switch-toggle:active::before,.modern-forms .mdn-switch:active input:checked+.switch-toggle::before {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(244,67,54,.2);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(244,67,54,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(244,67,54,.2)
}

.modern-forms .btn-flat {
    color: #f44336
}

.modern-forms .btn-flat:active,.modern-forms .btn-flat:hover {
    color: #da1c0c;
    background: #ebebeb
}

.modern-forms .btn-flat[disabled],.modern-forms .btn-flat[disabled]:active,.modern-forms .btn-flat[disabled]:hover,.modern-forms .mdn-upload .mdn-file[disabled]:hover~.btn-flat,.modern-forms .mdn-upload .mdn-file[disabled]~.btn-flat {
    color: #f9a09a;
    background: 0 0
}

.modern-forms .btn-primary {
    color: #fff;
    background-color: #f44336;
    text-shadow: 0 1px rgba(0,0,0,.08)
}

.modern-forms .btn-primary:active,.modern-forms .btn-primary:focus,.modern-forms .btn-primary:hover,.modern-forms .mdn-upload .mdn-file:hover~.btn-primary {
    background-color: #da1c0c;
    color: #fff
}

.modern-forms .btn-primary[disabled],.modern-forms .btn-primary[disabled]:active,.modern-forms .btn-primary[disabled]:focus,.modern-forms .btn-primary[disabled]:hover,.modern-forms .mdn-upload .mdn-file[disabled]:hover~.btn-primary,.modern-forms .mdn-upload .mdn-file[disabled]~.btn-primary {
    background-color: #f9a09a;
    color: #fff
}

.modern-forms .mdn-input:focus~.mdn-msg,.modern-forms .mdn-rating:hover .star-l:hover,.modern-forms .mdn-rating:hover .star-l:hover~.star-l,.modern-forms .mdn-select>select:focus~.mdn-msg,.modern-forms .mdn-textarea:focus~.mdn-msg,.modern-forms .mdn-upload .mdn-file:focus~.mdn-msg,.modern-forms .star-i:checked~.star-l {
    color: #f44336
}

.modern-forms .mdn-rating:hover .star-l,.modern-forms .star-l {
    color: #bbb
}

.modern-forms .mdn-input:focus~.mdn-icon i,.modern-forms .mdn-select>select:focus~.mdn-icon i,.modern-forms .mdn-textarea:focus~.mdn-icon i,.modern-forms .mdn-upload .mdn-file:focus~.mdn-icon i {
    color: #f44336
}

.modern-container {
    background: #37405e;
    padding: 40px 40px 0 40px
}

.modern-forms .field-group .mdn-label {
    color: #fff;
    font-weight: 600
}

.modern-forms .mdn-input,.modern-forms .mdn-select-multiple select,.modern-forms .mdn-select>select,.modern-forms .mdn-textarea {
    color: #ccc
}@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
   font-family: "微软雅黑";
      
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

[hidden] {
    display: none
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei"
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

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

button,input {
    outline-style: none;
    font-family: "Microsoft YaHei";
    cursor: pointer
}

input,textarea {
    outline: 0
}

input:disabled,select:disabled,textarea:disabled {
    background-color: #fff;
    cursor: not-allowed
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: "Microsoft YaHei";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a,a:active,a:hover,a:visited {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a {
    background: 0 0;
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,th {
    padding: 0
}

input,textarea {
    border: 0;
    -webkit-appearance: none;
    line-height: normal
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}.header{
  box-shadow: 0 2px 12px 0 rgb(182 168 168 / 8%);
}@charset "utf-8"; /**公司简介***/
.banner {
    width: 100%;
    height: 0;
    padding-bottom: 15.989%;
}

.ban_font1 {
    right: 0;
    top: 0;
    padding-top: 6%;
}

.ban_font1>i {
    font-size: 40px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
}

.ban_font1>span {
    font-size: 16px;
    color: #fff;
    font-family: "Arial";
    background: url(../images/icon10.png) no-repeat right center;
    padding-right: 175px;
    margin-top: 16px;
    text-transform: uppercase;
}

.ban_font2 {
    right: 100px;
    top: 0;
    padding-top: 9%;
}

.ban_font2>i {
    font-size: 24px;
    color: #fff;
    background: url(../images/icon10.png) no-repeat left center;
    padding-left: 168px;
}

.ban_font2>span {
    font-size: 16px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
}

.deputyNav {
    padding: 40px 0;
    height: 12px;
    line-height: 12px;
}

.breadNav>i {
    font-size: 12px;
    color: #c9c9c9;
    padding-right: 10px;
    vertical-align: middle;
}

.breadNav>a {
    font-size: 12px;
    color: #4c4c4c;
    padding-right: 8px;
    vertical-align: middle
}

.slideNav .n_item {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.slideNav .n_fenxian {
    width: 1px;
    height: 11px;
    border-right: 1px dashed #c2c2c2;
    margin: 0 18px;
    vertical-align: middle;
}

.slideNav .n_item.active {
    color: #ad0000;
}

.profileMain {
    padding-bottom: 50px;
}

.bigfont {
    font-size: 60px;
    color: #f0f0f0;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.profileMain h3 {
    font-size: 20px;
    color: #ad0000;
    text-transform: uppercase;
    padding: 42px 0 33px 0;
}

.profileMain .mains p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
    margin-bottom: 22px;
}

.profileMain .mains img {
    margin: 50px auto;
}

/***资讯中心***/
.zixunMain .tiaopad {
    padding: 40px 0;
}

.zixunMain .Center1 .meiti {
    background: #f8f6fa;
    width: 309px;
    padding-bottom: 108px;
}

.zixunMain .Center1 .meiti .imgbox {
    width: 309px;
    height: 205px;
    margin-bottom: 80px;
}

.zixunMain .Center1 .meiti .contactways .icons {
    background: url(../images/icon11.png) no-repeat center center;
    width: 43px;
    height: 31px;
    margin: 0 auto;
    display: block;
}

.zixunMain .Center1 .meiti .name {
    font-size: 21px;
    color: #404040;
    padding: 20px 0;
    text-align: center;
}

.zixunMain .Center1 .meiti .tel {
    font-size: 18px;
    color: #404040;
    text-align: center;
}

.zixunMain .Center1 .meiti .email {
    font-size: 18px;
    color: #404040;
    padding: 20px 0;
    text-align: center;
}

.zixunMain .Center1 .news_items {
    width: 794px;
}

.zixunMain .Center1 .news_items .its_child {
    width: 735px;
    height: 232px;
    border: 2px solid #e7e6e7;
}

.zixunMain .Center1 .its_child {
    padding: 0 25px 33px 30px;
    background: #f8f6fa;
    margin-bottom: 28px;
}

.zixunMain .Center1 .its_child .leftfont {
}

.zixunMain .Center1 .its_child .date {
    font-size: 14px;
    color: #404040;
    font-family: "Georgia";
    padding: 30px 0 14px 0;
    font-weight: bold;
}

.zixunMain .Center1 .its_child .leftfont {
    width: 444px;
}

.zixunMain .Center1 .its_child .leftfont .title {
    font-size: 20px;
    color: #ad0000;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
}

.zixunMain .Center1 .its_child .leftfont .intro {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 30px;
    text-align: left;
    max-height: 114px;
    overflow: hidden;
    padding-bottom: 25px;
}

.zixunMain .Center1 .its_child .leftfont .morebtn {
    font-size: 14px;
    color: #404040;
    right: 0;
    bottom: 0;
}

.zixunMain .Center1 .its_child .leftfont .morebtn:hover {
    color: #ad0000;
}

.zixunMain .Center1 .its_child .rightImg {
    width: 258px;
    height: 176px;
}

.zixunMain .Center2 .cent2_ul {
    border-top: 1px solid #d3d3d3;
}

.zixunMain .Center2 .cent2_li {
    padding: 26px 0;
    border-bottom: 1px dashed #d3d3d3;
}

.zixunMain .cent2_ul .time {
    width: 90px;
    height: 92px;
    background: #ad0000;
    padding: 6px 0 12px 10px;
    margin-right: 30px;
}

.zixunMain .cent2_ul .day {
    font-size: 36px;
    color: #fff;
    font-family: "Georgia";
    display: block;
}

.zixunMain .cent2_ul .time_span {
    font-size: 18px;
    color: #fff;
    font-family: "Georgia";
    display: block;
    padding: 3px 0;
}

.zixunMain .cent2_ul .news {
    padding-right: 20px;
    width: 980px;
}

.zixunMain .cent2_ul .tit {
    font-size: 20px;
    color: #393838;
    padding: 16px 0 22px 0;
    display: block;
}

.zixunMain .cent2_ul .tit:hover {
    color: #ad0000;
}

.zixunMain .cent2_ul .xq {
    font-size: 14px;
    color: #4f4f4f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 978px;
    display: block;
}

.pages {
    margin: 100px auto;
    text-align: center;
}

.pages .page_a {
    font-size: 14px;
    color: #4c4c4c;
    padding: 10px 12px;
}

.pages .page_aa {
    padding: 0 17px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.pages .page_aa:hover {
    color: #4c4c4c
}

.pages .prev_a {
    border-right: 1px dashed #c2c2c2;
}

.pages .next_a {
    border-left: 1px dashed #c2c2c2;
}

.pages .shengluehao {
    font-size: 14px;
    color: #4c4c4c;
    padding: 6px 12px 12px 0;
}

.pages .page_a.active {
    background: url(../images/icon12.png) no-repeat center center;
    color: #fff;
}

/***wrap***/
.wrap_addInfors {
    width: 100%;
    height: 108px;
    background: #efecf2;
    display: none;
}

.wrap_addInfors .name {
    font-size: 14px;
    color: #404040;
    padding: 10px 0;
    padding-left: 40px;
}

.wrap_addInfors .wrap_tel {
    padding: 10px 10px 0 3%;
    text-align: left;
}

.wrap_addInfors .wrap_email {
    padding: 0 10px 20px 3%;
    text-align: left;
}

.wrap_addInfors .wrap_tel .name {
    background: url(../images/icon103.png) no-repeat left center;
}

.wrap_addInfors .wrap_email .name {
    background: url(../images/icon104.png) no-repeat left center;
}

.wrap_addInfors i {
    font-size: 12px;
    color: #404040;
    padding: 10px;
}

/***人才发展***/
.RencaiMain .tiaopad {
    padding: 40px 0;
}

.RencaiMain .zhiye {
    border-bottom: 3px solid #ad0000;
}

.RencaiMain .xinchou {
    border-bottom: 3px solid #f4a202;
}

.RencaiMain .fuli {
    border-bottom: 3px solid #449aac;
}

.RencaiMain .togNavs_a {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    width: 33.33%;
}

.RencaiMain .togNavs {
    margin-bottom: 13px;
}

.RencaiMain .tog_main {
    display: none;
}

.RencaiMain .tog_main .top {
    padding: 65px 60px 72px 60px;
    background: #f8f6fa;
}

.RencaiMain .tog_main .bigfont {
    font-size: 24px;
    color: #e4e2e6;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 22px;
}

.RencaiMain .tog_main .top>p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
    text-indent: 2em;
}

.RencaiMain .tog_main .bottom {
    height: 366px;
    margin-top: 28px;
    overflow: hidden;
}

.RencaiMain .tog_main .bottom .bot_li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #4c4c4c;
    background: url(../images/icon13.png) no-repeat center bottom;
    padding: 43px 0 15px 0;
    text-align: center;
}

.RencaiMain .tog_main .bottom .bot_li .date {
    font-size: 18px;
    color: #4c4c4c;
    font-family: "Georgia";
    padding-top: 18px;
    text-align: center;
}

.RencaiMain .tog_main .bottom .bot_li .left {
    width: 582px;
    background: url(../images/pic07.png) no-repeat left top;
    width: 606px;
    height: 366px;
    left: 0;
    top: 0;
    z-index: 9
}

.RencaiMain .tog_main .bottom .bot_li .right {
    margin-left: 582px;
}

.RencaiMain .tog_main .bottom .bot_li .intro {
    padding: 0 60px;
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    padding-top: 56px;
}

.RencaiMain .tog_main .bottom .bot_li .imgwrap {
    width: 552px;
    height: 366px;
}

.RencaiMain .tog_main .bottom .btns {
    width: 22px;
    height: 38px;
    top: 50%;
    margin-top: -19px;
    z-index: 10;
}

.RencaiMain .tog_main .bottom .prevbtn {
    background: url(../images/leftbtn2.png) no-repeat;
    left: 22px;
}

.RencaiMain .tog_main .bottom .nextbtn {
    background: url(../images/rightbtn2.png) no-repeat;
    left: 540px;
}

.RencaiMain .tog_main .bottom .prevbtn:hover {
    background: url(../images/leftbtn2_h.png) no-repeat;
}

.RencaiMain .tog_main .bottom .nextbtn:hover {
    background: url(../images/rightbtn2_h.png) no-repeat;
}

/***wrap***/
.wrap_bottom {
    display: none;
}

.banner_wrap {
    display: none;
}

/***研究报告***/
.yanjiuMain .tiaopad {
    padding: 40px 0;
}

.yanjiuMain .report {
}

.yanjiuMain .report .ch_tit {
    font-size: 36px;
    color: #ad0000;
    text-align: center;
}

.yanjiuMain .report .en_tit {
    font-size: 24px;
    color: #c3c3c3;
    text-transform: uppercase;
    padding: 25px 0 40px 0;
    text-align: center;
}

.yanjiuMain .report .reportOne {
    background: #f8f6fa;
    height: 396px;
    overflow: hidden;
}

.yanjiuMain .report .reportOne .imgwrap {
    width: 310px;
    height: 396px;
}

.yanjiuMain .report .reportOne .right {
    margin-left: 397px;
    padding: 45px 95px 45px 0;
    height: 306px;
}

.yanjiuMain .report .reportOne .right .time {
    font-size: 18px;
    color: #4c4c4c;
    font-family: "Georgia"
}

.yanjiuMain .report .reportOne .right .title {
    font-size: 30px;
    color: #4c4c4c;
    font-weight: bold;
    padding: 30px 0;
    display: block;
}

.yanjiuMain .report .reportOne .right .xq {
    font-size: 16px;
    color: #ad0000;
    line-height: 36px;
    text-align: left;
    max-height: 120px;
    display: block;
    overflow: hidden;
}

.yanjiuMain .report .reportOne .right .loadbtn {
    width: 122px;
    height: 40px;
    border-radius: 20px;
    display: block;
    background: #ad0000;
    line-height: 40px;
    right: 95px;
    bottom: 50px;
}

.yanjiuMain .report .reportOne .right .loadbtn>i {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-left: 23px;
    background: url(../images/icon14.png) no-repeat right center;
    padding-right: 17px;
}

.yanjiuMain .report .report_ul {
}

.yanjiuMain .report .report_li {
    width: 48.5%;
    background: #f8f6fa;
    height: 284px;
    margin-top: 40px;
    margin-right: 3%;
}

.yanjiuMain .report .report_li .imgbox {
    width: 223px;
    height: 284px;
}

.yanjiuMain .report .report_li .report_xq {
    margin-left: 250px;
    height: 100%;
}

.yanjiuMain .report .report_li .report_xq .time {
    font-size: 14px;
    color: #404040;
    font-family: "Georgia";
    padding: 12px 0 0 0;
}

.yanjiuMain .report .report_li .report_xq {
    padding: 0 33px 0 0;
}

.yanjiuMain .report .report_li .report_xq .title {
    display: block;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    padding: 16px 0 26px 0;
}

.yanjiuMain .report .report_li .report_xq .xq {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
    max-height: 100px;
    overflow: hidden;
    display: block;
}

.yanjiuMain .report .report_li .report_xq .morebtn {
    font-size: 14px;
    color: #ad0000;
    right: 31px;
    bottom: 31px;
}

.yanjiuMain .report .report_li:hover {
    background: #ad0000;
}

.yanjiuMain .report .report_li:hover .time {
    color: #fff;
}

.yanjiuMain .report .report_li:hover .xq {
    color: #fff;
}

.yanjiuMain .report .report_li:hover .morebtn {
    color: #fff;
}

.yanjiuMain .report .report_li:hover .title {
    color: #fff;
}

/***全链条场所端***/
.changsuoMain { 
    margin-top: 60px;
}

.changsuoMain .w1130 {
    background: #fbfbfb;
    padding-bottom: 100px;
}

.changsuoMain .bigfont {
    padding-top: 118px;
    text-align: center;
}

.changsuoMain .intro {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    text-align: center;
    padding: 52px;
    padding-top: 30px;
}

.changsuoMain .ballbox {
    width: 816px;
    height: 800px;
    margin: 0 auto;
}

.changsuoMain .ballbox .ball {
    width: 493px;
    height: 493px;
    overflow: hidden;
    left: 50%;
    margin-left: -246px;
    top: 50%;
    margin-top: -246px;
}

.changsuoMain .ballbox .ball_in {
    width: 493px;
    height: 493px;
}

.changsuoMain .ballbox .circlebg {
    z-index: 999;
    left: 0;
    top: 0;
}

.changsuoMain .ballbox .pic {
    z-index: 99;
    left: 0;
    top: 0;
}

.changsuoMain .ballbox .zhiyin {
    background: url(../images/icon16.png) no-repeat;
    width: 9px;
    height: 9px;
    z-index: 999;
}

.changsuoMain .ballbox .zhiyin1 {
    right: 324px;
    top: 68px;
}

.changsuoMain .ballbox .zhiyin2 {
    right: 175px;
    top: 163px;
    background: url(../images/icon28.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin3 {
    right: 81px;
    top: 313px;
    background: url(../images/icon19.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin4 {
    right: 78px;
    bottom: 306px;
    background: url(../images/icon29.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin5 {
    right: 167px;
    bottom: 152px;
    background: url(../images/icon30.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin6 {
    right: 326px;
    bottom: 63px;
    background: url(../images/icon31.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin7 {
    left: 309px;
    bottom: 63px;
    background: url(../images/icon32.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin8 {
    left: 158px;
    bottom: 147px;
    background: url(../images/icon33.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin9 {
    left: 71px;
    bottom: 300px;
    background: url(../images/icon34.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin10 {
    left: 74px;
    top: 312px;
    background: url(../images/icon35.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin11 {
    left: 161px;
    top: 151px;
    background: url(../images/icon36.png) no-repeat;
}

.changsuoMain .ballbox .zhiyin12 {
    left: 316px;
    top: 73px;
    background: url(../images/icon37.png) no-repeat;
}

.changsuoMain .ballbox .cs_item {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background: url(../images/bg04.png) no-repeat;
    text-align: center;
}

.changsuoMain .ballbox .cs_item.active {
    background: url(../images/bg05.png) no-repeat;
    width: 120px;
    height: 120px;
}

.changsuoMain .ballbox .cs_item.active00 {
    background: url(../images/bg05.png) no-repeat;
    width: 14.423%;
    height: 0;
    padding-bottom: 14.423%;
    background-size: 100% 100%;
}

.changsuoMain .ballbox .font {
    font-size: 14px;
    color: #a0a0a0;
    text-align: center;
}

.changsuoMain .ballbox .icons {
    display: block
}

.changsuoMain .ballbox .icons {
    display: block
}

.changsuoMain .ballbox .wuye {
    left: 341px;
    top: 0;
}

.changsuoMain .ballbox .wuye .icons {
    background: url(../images/icon15.png) no-repeat center center;
    width: 100%;
    height: 36px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .wuye .icons_2 {
    background: url(../images/icon15_2.png) no-repeat center center;
    width: 100%;
    height: 36px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .zichan {
    right: 185px;
    top: 44px;
    z-index: 999;
}

.changsuoMain .ballbox .zichan .icons {
    background: url(../images/icon17.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .zichan .icons_2 {
    background: url(../images/icon17_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .pinggu {
    right: 46px;
    top: 167px;
    z-index: 999;
}

.changsuoMain .ballbox .pinggu .icons {
    background: url(../images/icon18.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .pinggu .icons_2 {
    background: url(../images/icon18_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .shichang {
    right: 0;
    top: 343px;
    z-index: 999;
}

.changsuoMain .ballbox .shichang .icons {
    background: url(../images/icon20_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .shichang .icons_2 {
    background: url(../images/icon20.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .gainian {
    right: 46px;
    bottom: 167px;
    z-index: 999;
}

.changsuoMain .ballbox .gainian .icons {
    background: url(../images/icon21.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .gainian .icons_2 {
    background: url(../images/icon21_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .guihua {
    right: 185px;
    bottom: 44px;
    z-index: 999;
}

.changsuoMain .ballbox .guihua .icons {
    background: url(../images/icon22.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .guihua .icons_2 {
    background: url(../images/icon22_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .sheji {
    left: 341px;
    bottom: 0;
}

.changsuoMain .ballbox .sheji .icons {
    background: url(../images/icon23.png) no-repeat center center;
    width: 100%;
    height: 36px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .sheji .icons_2 {
    background: url(../images/icon23_2.png) no-repeat center center;
    width: 100%;
    height: 36px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .gongcheng {
    left: 185px;
    bottom: 44px;
    z-index: 999;
}

.changsuoMain .ballbox .gongcheng .icons {
    background: url(../images/icon24.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .gongcheng .icons_2 {
    background: url(../images/icon24_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: inline-block;
    display: none;
}

.changsuoMain .ballbox .zhaoshang {
    left: 46px;
    bottom: 167px;
    z-index: 999;
}

.changsuoMain .ballbox .zhaoshang .icons {
    background: url(../images/icon25.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .zhaoshang .icons_2 {
    background: url(../images/icon25_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .yingxiao {
    left: 0;
    top: 343px;
    z-index: 999;
}

.changsuoMain .ballbox .yingxiao .icons {
    background: url(../images/icon26.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .yingxiao .icons_2 {
    background: url(../images/icon26_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .kaiye {
    left: 46px;
    top: 167px;
    z-index: 999;
}

.changsuoMain .ballbox .kaiye .icons {
    background: url(../images/icon18.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .kaiye .icons_2 {
    background: url(../images/icon18_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.changsuoMain .ballbox .yunying {
    left: 185px;
    top: 44px;
    z-index: 999;
}

.changsuoMain .ballbox .yunying .icons {
    background: url(../images/icon27.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
}

.changsuoMain .ballbox .yunying .icons_2 {
    background: url(../images/icon27_2.png) no-repeat center center;
    width: 100%;
    height: 38px;
    margin: 26px auto 12px auto;
    display: none;
}

.cs_itemMain {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.cs_itemMain>h3 {
    font-size: 40px;
    color: #fff;
    font-family: "Bell MT";
    text-align: center;
    padding: 68px 0 12px 0;
}

.cs_itemMain .cs_ul {
    width: 100%;
}

.cs_itemMain .cs_ul .cs_li {
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}

.duan {
    width: 110px;
    height: 71px;
    top: -35px;
    font-size: 24px;
    color: #4c4c4c;
    padding-top: 80px;
    text-align: center;
}

.duan:hover {
    color: #4c4c4c;
}

.changsuoMain .changsuoD {
    background: url(/public/uploads/20231219/7e5c1d291610e84887b37c4056e3f5a2.png) no-repeat;
    left: 160px;
    transition: all 0.1s linear;
    background-position: center;
}

.changsuoMain .pinpaiD {
    background: url(/public/uploads/20231219/10b3601c722a0b52a04eb743da6a0217.png) no-repeat;
    left: 533px;
    transition: all 0.1s linear;background-position: center;
}

.changsuoMain .zibenD {
    background: url(/public/uploads/20231219/4946568909becdc2d3c8b6872dee9e2c.png) no-repeat;
    left: 900px;
    transition: all 0.1s linear;background-position: center;
}

/*.changsuoMain .changsuoD:hover{background:url(../images/big1.png) no-repeat;width:115px;height:115px;left:138px;top:-63px;padding-top:109px;}
.changsuoMain .pinpaiD:hover{background:url(../images/big2.png) no-repeat;width:115px;height:115px;left:511px;top:-57px;padding-top:124px;}
.changsuoMain .zibenD:hover{background:url(../images/big3.png) no-repeat;width:115px;height:115px;left:878px;top:-57px;padding-top:124px;}*/
.changsuoMain .changsuoDlili {
    background: url(/public/uploads/20231219/535cf9a1d8cb9cc4fcfafc321b877bea.png) no-repeat;
    width: 115px;
    height: 115px;
    left: 138px;
    top: -57px;
    padding-top: 109px;
}

/***新闻详情页***/
.xinwenMain .title {
    height: 163px;
    background: #f8f6fa;
    padding-left: 35px;
    padding-top: 50px;
}

.xinwenMain .title .date {
    width: 103px;
    height: 108px;
    background: #ad0000;
}

.xinwenMain .title .date>span {
    display: block;
    font-size: 19px;
    color: #fff;
    font-family: "Georgia";
    padding: 2px 0;
    padding-left: 11px;
}

.xinwenMain .title .date .day {
    font-size: 38px;
}

.xinwenMain .title .titName {
    margin: 0 36px;
}

.xinwenMain .title .titName h2 {
    font-size: 30px;
    color: #343434;
    font-weight: bold;
    padding-bottom: 55px;
}

.xinwenMain .title .titName .titName_bot>span {
    font-size: 14px;
    color: #b1b1b1;
    font-weight: bold;
    padding-right: 54px;
}

.xinwenMain .title .qq {
    background: url(../images/icon41.png) no-repeat;
    bottom: 54px;
    right: 120px;
    width: 30px;
    height: 30px;
}

.xinwenMain .title .weixin {
    background: url(../images/icon42.png) no-repeat;
    bottom: 54px;
    right: 70px;
    width: 30px;
    height: 30px;
}

.xinwenMain .title .weibo {
    background: url(../images/icon43.png) no-repeat;
    bottom: 54px;
    right: 25px;
    width: 30px;
    height: 30px;
}

.xinwenMain .zhengwen {
    margin-top: 40px;
    font-size: 14px!important;
    line-height: 40px!important;
    font-family: "微软雅黑"!important;
    color: #545353;
}

.xinwenMain .zhengwen p {
    font-size: 14px!important;
    line-height: 40px!important;
    font-family: "微软雅黑"!important;
    color: #545353;
    line-height: 40px;
    margin-top: 20px;
    text-indent: 2em;
}

.xinwenMain .zhengwen p span {
    font-size: 14px!important;
    line-height: 40px!important;
    font-family: "微软雅黑"!important
}

.xinwenMain .zhengwen div span {
    font-size: 14px!important;
    line-height: 40px!important;
    font-family: "微软雅黑"!important
}

.xinwenMain .zhengwen div {
    font-size: 14px!important;
    line-height: 40px!important;
    font-family: "微软雅黑"!important
}

.xinwenMain .zhengwen span {
    font-size: 14px!important;
    line-height: 40px!important;
    font-family: "微软雅黑"!important
}

.xinwenMain .zhengwen span span {
    font-family: "微软雅黑"!important
}

.xinwenMain .zhengwen img {
    margin: 30px auto!important;
    display: block;
}

.findAriticle {
    margin: 88px 0 123px 0;
}

.findAriticle .a_title {
    font-size: 18px;
    color: #343434;
    font-weight: bold;
    vertical-align: middle;
}

.findAriticle .prevbtn {
    background: url(../images/icon45.png) no-repeat left center;
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin-right: 10px;
}

.findAriticle .left:hover .prevbtn {
    background: url(../images/icon44.png) no-repeat left center;
    width: 42px;
    height: 42px;
}

.findAriticle .nextbtn {
    background: url(../images/icon47.png) no-repeat right center;
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin-left: 10px;
}

.findAriticle .right00:hover .nextbtn {
    background: url(../images/icon46.png) no-repeat right center;
    width: 42px;
    height: 42px;
}

/***warp***/
.wrap_findAriticle {
    margin: 0 5.3%;
    display: none;
}

.wrap_findAriticle .prevPage {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
}

.wrap_findAriticle .prevPage {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.wrap_findAriticle .tit {
    font-size: 16px;
    color: #ad0000;
    background: url(../images/icon94.png) no-repeat left center;
    width: 16%;
    padding: 30px 0 30px 50px;
}

.wrap_findAriticle .name {
    font-size: 16px;
    color: #343434;
    font-weight: bold;
    width: 68%;
    text-align: left;
    padding: 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/****品牌端案例***/
.pinpaiMain .top {
    background: #f8f6fa;
}

.pinpai_mid {
    background: #f8f6fa;
    margin-top: 60px;
}

.pinpai_mid .titles_tog {
    height: 42px;
    border-bottom: 3px solid #ad0000;
    overflow: hidden;
    background: #fff;
}

.pinpai_mid .titles_tog .pp_item {
    font-size: 16px;
    color: #4c4c4c;
    padding: 11px 0 10px 0;
    width: 100%;
    text-align: center;
}

.pinpai_mid .titles_tog .pp_item.active {
    color: #fff;
    background: #ad0000;
}

.pinpai_mid .titles_tog .prevbtn {
    background: url(../images/icon49.png) no-repeat;
    width: 12px;
    height: 16px;
    left: 10px;
    top: 14px;
}

/*.pinpai_mid .titles_tog .prevbtn:hover{background:url(../images/icon49_2.png) no-repeat;}*/
.pinpai_mid .titles_tog .nextbtn {
    background: url(../images/icon48.png) no-repeat;
    width: 12px;
    height: 16px;
    right: 10px;
    top: 14px;
}

/*.pinpai_mid .titles_tog .nextbtn:hover{background:url(../images/icon48_2.png) no-repeat;}*/
.pinpai_mid .mains_tog {
    margin: 64px 0 0 0;
}

.pinpai_mid .mains_tog .main_tog {
    width: 1130px;
    min-height: 360px;
    overflow: hidden;
    display: none;
}

.pinpai_mid .mains_tog .main_tog li {
    width: 262px;
    min-height: 380px;
    overflow: hidden;
    margin: 0px 26px;
    /*margin-right:52px*/
    ;}

.pinpai_mid .mains_tog .main_tog ul {
    min-height: 380px;
}

.pinpai_mid .mains_tog .main_tog .imgbox {
    width: 262px;
    height: 153px;
}

.pinpai_mid .mains_tog .main_tog .ulbox {
    width: 954px;
    /*width:888px;*/
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pinpai_mid .mains_tog .main_tog .intros .atit {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
    display: block;
}

.pinpai_mid .mains_tog .main_tog .intros .aMains {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_l {
    background: url(../images/icon51.png) no-repeat;
    width: 43px;
    height: 44px;
    left: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_R {
    background: url(../images/icon50.png) no-repeat;
    width: 43px;
    height: 44px;
    right: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_l2 {
    background: url(../images/icon51.png) no-repeat;
    width: 43px;
    height: 44px;
    left: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_R2 {
    background: url(../images/icon50.png) no-repeat;
    width: 43px;
    height: 44px;
    right: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_l3 {
    background: url(../images/icon51.png) no-repeat;
    width: 43px;
    height: 44px;
    left: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_R3 {
    background: url(../images/icon50.png) no-repeat;
    width: 43px;
    height: 44px;
    right: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_l4 {
    background: url(../images/icon51.png) no-repeat;
    width: 43px;
    height: 44px;
    left: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_R4 {
    background: url(../images/icon50.png) no-repeat;
    width: 43px;
    height: 44px;
    right: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_l5 {
    background: url(../images/icon51.png) no-repeat;
    width: 43px;
    height: 44px;
    left: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_R5 {
    background: url(../images/icon50.png) no-repeat;
    width: 43px;
    height: 44px;
    right: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_l6 {
    background: url(../images/icon51.png) no-repeat;
    width: 43px;
    height: 44px;
    left: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_R6 {
    background: url(../images/icon50.png) no-repeat;
    width: 43px;
    height: 44px;
    right: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_l7 {
    background: url(../images/icon51.png) no-repeat;
    width: 43px;
    height: 44px;
    left: 28px;
    top: 50%;
    margin-top: -22px;
}

.pinpai_mid .mains_tog .main_tog .togBtn_R7 {
    background: url(../images/icon50.png) no-repeat;
    width: 43px;
    height: 44px;
    right: 28px;
    top: 50%;
    margin-top: -22px;
}

/*.pinpai_mid .mains_tog .main_tog .togBtn_l:hover{background:url(../images/icon51_2.png) no-repeat;}*/
/*.pinpai_mid .mains_tog .main_tog .togBtn_R:hover{background:url(../images/icon50_2.png) no-repeat;}*/
.pinpai_mid .mains_tog .main_tog .ulbox ul {
    width: 2000%;
}

.pagelunbo {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.pagelunbo .pagelunbo_a {
    width: 1130px;
    height: 430px;
}

.pagelunbo .prevabtn {
    background: url(../images/icon53.png) no-repeat;
    width: 59px;
    height: 59px;
    left: 17px;
    top: 50%;
    margin-top: -29px;
}

.pagelunbo .nextabtn {
    background: url(../images/icon52.png) no-repeat;
    width: 59px;
    height: 59px;
    right: 17px;
    top: 50%;
    margin-top: -29px;
}

/*.pagelunbo .prevabtn:hover{background:url(../images/icon54.png) no-repeat;}
.pagelunbo .nextabtn:hover{background:url(../images/icon55.png) no-repeat}*/
.changsuoMain .pinpaiD.current {
    background: url(/public/uploads/20231219/535cf9a1d8cb9cc4fcfafc321b877bea.png) no-repeat;
    width: 115px;
    height: 115px;
    left: 511px;
    top: -57px;
    padding-top: 109px;
}

.changsuoMain .zibenD.current {
    background: url(/public/uploads/20231219/998304a59995add61ace6c0b29dd2cde.png) no-repeat;
    width: 115px;
    height: 115px;
    left: 878px;
    top: -57px;
    padding-top: 124px;
}

/***wrap**/
#titles_tog {
    display: none;
}

#wrap_pagelunbo {
    display: none;
}

#wrap_mains_tog {
    display: none;
}

/****场所端案例***/
.project {
    width: 1130px;
    height: 430px;
    background: url(../images/all_map.png) no-repeat;
    background-size: 100% auto;
}

.project .map2 {
    width: 738px;
    height: 430px;
}

.project .Area_1 {
    left: 132px;
    top: 24px;
    background: url(../images/icon56.png) no-repeat;
    width: 164px;
    height: 164px;
    background-size: 100% 100%
}

.project .Area_2 {
    left: 259px;
    top: 243px;
    background: url(../images/icon57.png) no-repeat;
    width: 177px;
    height: 177px;
    background-size: 100% 100%
}

.project .Area_3 {
    left: 407px;
    top: 243px;
    background: url(../images/icon58.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100% 100%
}

.project .Area_4 {
    right: 101px;
    top: 14px;
    background: url(../images/icon59.png) no-repeat;
    width: 113px;
    height: 113px;
    background-size: 100% 100%
}

.project .Area_5 {
    right: 157px;
    top: 54px;
    background: url(../images/icon60.png) no-repeat;
    width: 154px;
    height: 153px;
    background-size: 100% 100%
}

.project .Area_6 {
    right: 102px;
    bottom: 80px;
    background: url(../images/icon61.png) no-repeat;
    width: 125px;
    height: 125px;
    background-size: 100% 100%
}

.project .Area_7 {
    right: 242px;
    bottom: 21px;
    background: url(../images/icon62.png) no-repeat;
    width: 82px;
    height: 83px;
    background-size: 100% 100%
}

.changsuoMain .intro {
    padding-top: 30px;
}

.project .Area_1.active {
    background: url(../images/h1.png) no-repeat;
}

.project .Area_2.active {
    background: url(../images/h2.png) no-repeat;
}

.project .Area_3.active {
    background: url(../images/h3.png) no-repeat;
}

.project .Area_4.active {
    background: url(../images/h4.png) no-repeat;
}

.project .Area_5.active {
    background: url(../images/h5.png) no-repeat;
}

.project .Area_6.active {
    background: url(../images/h6.png) no-repeat;
}

.project .Area_7.active {
    background: url(../images/h7.png) no-repeat;
}

.project .map_right {
    width: 392px;
    height: 100%;
}

.project .Area_intro {
    padding: 52px 47px 26px 47px;
    display: none;
}

.project .Area_intro h3 {
    font-size: 36px;
    color: #616b94;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
    text-align: left;
}

.project .Area_intro h4 {
    font-size: 20px;
    color: #c9ccd8;
    font-weight: bold;
    padding: 28px 0 10px 0;
}

.project .Area_intro .Area_kinds {
    height: 210px;
    overflow: hidden;
}

.project .Area_intro .Area_ul {
    padding-right: 50px;
}

.project .Area_intro .Area_ul li {
    padding: 11px 0;
    border-bottom: 2px solid #525f8f;
}

.project .Area_intro .Area_ul li .area_a {
    font-size: 14px;
    color: #8d94af;
    display: block;
}

.project .Area_intro .area_abtn {
    font-size: 14px;
    color: #ad0000;
    display: block;
    padding-top: 10px;
}

.project .Area_intro .Area_ul li .area_a:hover {
    color: #fff;
}

.project .fancybox {
    width: 100%;
    height: 100%;
    background: url(../images/bg06.png);
    left: 0;
    top: 0;
    display: none;
}

.project .fancybox .fancybox_in {
    width: 750px;
    height: 235px;
    background: #f7f6f8;
    margin: 53px auto 50px auto;
    padding: 47px 72px;
}

.project .pc_fancybox {
    overflow-y: scroll;
    width: 750px;
    height: 200px;
}

.project .fancybox_in .closebtn {
    background: url(../images/icon63.png) no-repeat;
    width: 21px;
    height: 22px;
    right: 18px;
    top: 15px;
}

.project .fancybox_in h3 {
    font-size: 20px;
    color: #4c4c4c;
    font-weight: bold;
    padding-bottom: 8px;
}

.project .fancybox_in ul li {
    width: 190px;
    padding: 11px 0;
    margin-right: 70px;
    border-bottom: 2px solid #e8e8e9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project .fancybox_in ul li a {
    font-size: 14px;
    color: #4c4c4c;
}

.project .fancybox_in ul li:hover a {
    color: #ad0000;
}

.changsuoMain .changsuoD_bb {
    background: url(/public/uploads/20231219/535cf9a1d8cb9cc4fcfafc321b877bea.png) no-repeat;
    width: 115px;
    height: 115px;
    left: 138px;
    top: -57px;
    padding-top: 109px;
}

/***wrap***/
.wrap_aitem {
    padding: 3% 5% 5% 5%;
    width: 85%;
}

.wrap_aitem .w_a {
    width: 40%;
    margin: 0 3%;
    padding: 8px 0;
    border-bottom: 1px solid #d6d5d7;
    font-size: 12px;
    color: #4c4c4c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap_fancybox00 {
    display: none;
}

/***全链条品牌端***/
.PinPai_lunbo {
}

.PinPai_lunbo .visible_pinpai {
    width: 960px;
    height: 516px;
    overflow: hidden;
    margin: 0 auto;
}

.PinPai_lunbo .pinpailunbo_ul li {
    width: 320px;
    height: 438px;
    box-shadow: -5px -5px 16px #ccc;
    margin-top: 64px;
    background: #e8e4ec;
}

.PinPai_lunbo .pinpailunbo_ul li .aBigbox {
    display: block;
    width: 320px;
    height: 385px;
    padding: 0 27px;
}

.PinPai_lunbo .pinpailunbo_ul .aBigbox .para {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    padding-top: 30px;
    display: block;
    height: 150px; 
}

.PinPai_lunbo .pinpailunbo_ul .aBigbox .imgbox {
    width: 273px;
    height: 182px;
    display: block;
    margin: 26px 0;
}

.PinPai_lunbo .pinpailunbo_ul .aBigbox .Tit {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
}

.PinPai_lunbo .pinpailunbo_ul li:hover {
    background: #ad0000;
    box-shadow: inset 5px 3px 16px #919191;
}

.PinPai_lunbo .pinpailunbo_ul li:hover .para {
    color: #fff!important
}

.PinPai_lunbo .pinpailunbo_ul li:hover .Tit {
    color: #fff!important
}

.PinPai_lunbo .pinpailunbo_ul .midLi {
    margin-top: 0px;
    /*background:#ad0000;*/
    color: #4c4c4c;
}

.PinPai_lunbo .pinpailunbo_ul .midLi .para {
    color: #4c4c4c;
}

.PinPai_lunbo .prevBtn {
    background: url(/public/uploads/20231219/11f3d562487060b369bae0d538ced0f1.png) no-repeat;
    width: 46px;
    height: 46px;
    left: 25px;
    top: 160px;
}

.PinPai_lunbo .nextBtn {
    background: url(/public/uploads/20231219/e3fcbc16c5ef43ec105ccd311f9ba131.png) no-repeat;
    width: 46px;
    height: 46px;
    right: 25px;
    top: 160px;
}

.PinPai_lunbo .prevBtn:hover {
    background: url(/public/uploads/20231219/8d6da6c7c0d350e4b835a081d95742b8.png) no-repeat;
}

.PinPai_lunbo .nextBtn:hover {
    background: url(/public/uploads/20231219/8642ae0bc24265eb7c113a16e900420f.png) no-repeat;
}

/***wrap****/
.changsuoMain #pinpaiD09090 {
    background: url(/public/uploads/20231219/535cf9a1d8cb9cc4fcfafc321b877bea.png) no-repeat;
    width: 115px;
    height: 115px;
    left: 511px;
    top: -57px;
    padding-top: 124px;
}

.wrap_PinPai_lunbo22 {
    display: none;
}

/***投资者关系****/
.IRMain .IRleft {
    width: 309px;
    background: #f8f6fa;
}

.IRMain .IRleft .imgbox {
    width: 309px;
    height: 206px;
}

.IRMain .IRleft .top {
    padding: 58px 0 0 0;
    border-bottom: 1px dashed #cfced0;
    margin: 0 13px;
}

.IRMain .IRleft .top .num {
    font-size: 60px;
    color: #ad0000;
    font-weight: bold;
    background: url(../images/icon68.png) no-repeat right bottom;
    padding: 0 30px 0 16px;
}

.IRMain .IRleft .top .num2 {
    font-size: 14px;
    color: #ad0000;
    padding-top: 24px
}

.IRMain .IRleft .top_1 {
    padding-bottom: 37px;
}

.IRMain .IRleft .descript {
    font-size: 14px;
    color: #4c4c4c;
    text-align: right;
    padding-right: 26px;
    line-height: 30px;
}

.IRMain .IRleft .top_2 {
    padding: 30px 0 50px 0;
}

.IRMain .IRleft .top_2>span {
    font-size: 12px;
    color: #4c4c4c;
    text-align: right;
    line-height: 28px;
    display: block;
    padding-right: 26px;
}

.IRMain .IRleft .bot {
    padding: 54px 20px 128px 20px;
}

.IRMain .IRleft .bot .lianluo {
    background: url(../images/icon69.png) no-repeat left center;
    font-size: 20px;
    color: #404040;
    padding-left: 36px;
}

.IRMain .IRleft .bot .lianluobox {
    text-align: right;
    padding-bottom: 30px;
}

.IRMain .IRleft .bot .callus {
    text-align: right;
    line-height: 32px;
}

.IRMain .IRleft .bot .callus>span {
    font-size: 14px;
    color: 404040;
}

.IRMain .IRleft .bot .callus>i {
    font-size: 14px;
    color: 404040;
}

.IRMain .IRright {
    width: 788px;
}

.IRMain .IRright .titles {
    height: 58px;
}

.IRMain .IRright .titles .titles_a {
    width: 33.333%;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.IRMain .IRright .titles .gonggao {
    border-bottom: 3px solid #ad0000;
}

.IRMain .IRright .titles .baobiao {
    border-bottom: 3px solid #f4a202;
}

.IRMain .IRright .titles .baogao {
    border-bottom: 3px solid #449aac;
}

.IRMain .IRright .IR_lists .IR_li {
    height: 94px;
    line-height: 94px;
    background: #f8f6fa;
    margin-top: 12px;
}

.IRMain .IRright .IR_lists .IR_li .date {
    font-size: 18px;
    color: #404040;
    font-family: "Georgia";
    margin-right: 40px;
    vertical-align: middle;
    width: 123px;
    text-align: center;
}

.IRMain .IRright .IR_lists .IR_li .biao_name {
    font-size: 18px;
    color: #393838;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: middle;
    width: 500px;
    margin-right: 32px;
}

.IRMain .IRright .IR_lists .IR_li .loadBtn {
    background: url(../images/icon70.png) no-repeat center center;
    width: 90px;
    height: 32px;
    vertical-align: middle;
}

.IRMain .IRright .IR_lists .IR_li:hover {
    background: #ad0000;
}

.IRMain .IRright .IR_lists .IR_li:hover .date {
    color: #fff;
}

.IRMain .IRright .IR_lists .IR_li:hover .biao_name {
    color: #fff;
}

.IRMain .IRright .IR_lists .IR_li:hover .loadBtn {
    background: url(../images/icon71.png) no-repeat center center;
    width: 90px;
}

.IRMain .IRright .IR_lists .IR_togmain {
    display: none;
}

/***公司资料加股票***/
.IRMain .IRleft .top .num2 {
    font-size: 14px;
    color: #ad0000;
    padding-top: 24px
}

.IRMain .IRleft .top_1 {
    padding-bottom: 37px;
}

.IRMain .IRleft .descript {
    font-size: 14px;
    color: #4c4c4c;
    text-align: right;
    padding-right: 26px;
    line-height: 30px;
}

.IRMain .IRleft .top_2 {
    padding: 30px 0 50px 0;
}

.IRMain .IRleft .top_2>span {
    font-size: 12px;
    color: #4c4c4c;
    text-align: right;
    line-height: 28px;
    display: block;
    padding-right: 26px;
}

.IRMain .IRleft .bot {
    padding: 54px 20px 128px 20px;
}

.IRMain .IRleft .bot .lianluo {
    background: url(../images/icon69.png) no-repeat left center;
    font-size: 20px;
    color: #404040;
    padding-left: 36px;
}

.IRMain .IRleft .bot .lianluobox {
    text-align: right;
    padding-bottom: 30px;
}

.IRMain .IRleft .bot .callus {
    text-align: right;
    line-height: 32px;
}

.IRMain .IRleft .bot .callus>span {
    font-size: 14px;
    color: 404040;
}

.IRMain .IRleft .bot .callus>i {
    font-size: 14px;
    color: 404040;
}

.StockRight {
    width: 788px;
}

.StockRight .Titles {
    height: 58px;
}

.StockRight .Titles_a {
    width: 50%;
    font-size: 18px;
    color: #4c4c4c;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
}

.StockRight .Titles_a.active {
    background: #ad0000;
    color: #fff;
}

.StockRight .xinxi {
    border-bottom: 3px solid #ad0000;
}

.StockRight .pingjia {
    border-bottom: 3px solid #f4a202;
}

.StockRight .Stock_lists {
}

.StockRight .Stock_ul {
    padding: 30px 56px 0 56px;
    background: #f8f6fa;
}

.StockRight .Stock_li {
    padding-bottom: 40px;
    border-bottom: 1px dashed #cfced0;
}

.StockRight .Stock_li h4 {
    font-size: 18px;
    color: #ad0000;
    padding: 40px 0 20px 0;
}

.StockRight .Stock_li .people>span {
    font-size: 14px;
    color: #4c4c4c;
    display: block;
    padding: 5px 0;
}

.StockRight .Stock_li .li_left {
    width: 50%;
}

.StockRight .Stock_li .li_right {
    padding-left: 3%;
    text-align: left;
    width: 47%;
}

.StockRight .Stock_togmain {
    display: none;
}

/**wrap**/
.wrapIRleft {
    height: 115px;
    background: #dbd9de;
    padding: 30px 77px 25px 0;
    display: none;
}

.IRMain .wrapIRleft .top .num2 {
    font-size: 14px;
    color: #ad0000;
    padding-top: 24px
}

.IRMain .wrapIRleft .top_1 {
    text-align: right;
    margin-bottom: 10px;
}

.IRMain .wrapIRleft .descript {
    font-size: 14px;
    color: #4c4c4c;
    text-align: right;
    padding-top: 5px;
    text-align: right;
}

.IRMain .wrapIRleft .lianluo {
    background: url(../images/icon69.png) no-repeat left center;
    font-size: 20px;
    color: #404040;
    padding-left: 36px;
}

.IRMain .wrapIRleft .lianluobox {
    text-align: right;
    padding-bottom: 30px;
}

.IRMain .wrapIRleft .callus {
    text-align: right;
    line-height: 32px;
}

.IRMain .wrapIRleft .callus>span {
    font-size: 14px;
    color: 404040;
}

.IRMain .wrapIRleft .callus>i {
    font-size: 14px;
    color: 404040;
}

.IRMain .wrapIRleft .num {
    font-size: 60px;
    color: #ad0000;
    font-weight: bold;
    background: url(../images/icon68.png) no-repeat right bottom;
    padding: 0 30px 0 16px;
}

.wrap_breadNav {
    margin: 25px 5.3%;
    float: none;
    display: none;
}

.wrapMorebtn {
    font-size: 18px;
    color: #ad0000;
    background: url(../images/icon90.png) no-repeat;
    width: 200px;
    height: 50px;
    margin: 50px auto;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    display: none;
}

/***商业研究院***/
.yanjiuMain {
    padding-bottom: 120px;
}

.yanjiu_item {
    height: 324px;
}

.yanjiu_item .y_left {
    width: 50%;
    height: 100%;
}

.yanjiu_item .y_right {
    width: 50%;
    height: 100%;
    background: url(../images/pic26.png) no-repeat left top
}

.yanjiu_item .y_left .imgbox {
    width: 100%;
    height: 100%;
}

.yanjiu_item .y_rightIn {
    width: 100%;
    height: 100%;
    background: url(../images/bg07.png);
    display: block;
}

.yanjiu_item .y_rightIn .font_1 {
    font-size: 30px;
    font-weight: bold;
    color: #e2a39f;
    text-transform: uppercase;
    right: 0;
    top: -5px;
}

.yanjiu_item .y_rightIn h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 12px;
}

.yanjiu_item .y_rightIn .intros {
    left: 42px;
    top: 150px;
    padding-right: 40px;
}

.yanjiu_item .y_rightIn .mains {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.yanjiu_item .y_rightIn .mains2 {
    line-height: 24px;
}

.yanjiu_item .prolunbo_li .imgwrap {
    width: 100%;
    height: 100%;
}

.yanjiu_item .prolunbo_li .imgtit {
    width: 100%;
    height: 68px;
    background: url(../images/bg08.png);
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #b8d2da;
    text-align: center;
    line-height: 68px;
    font-weight: bold;
}

.yanjiu_item .prolunbo_li .imgtit2 {
    background: url(../images/bg09.png);
    color: #fff;
}

.yanjiuMain .yanjiu_item .leftbg {
    background: url(../images/pic29.png) no-repeat left top;
    width: 100%;
}

.yanjiuMain .yanjiu_item .leftbg2 {
    background: url(../images/pic30.png) no-repeat left top;
    width: 100%;
}

.yanjiu_item .leftbg .font_1 {
    color: #b5d4dc;
}

.yanjiu_item .leftbg2 .font_1 {
    color: #fbd395;
}

.yanjiu_item .probox {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.yanjiu_item .prolunbo_ul {
    height: 100%;
    width: 2000%;
}

.yanjiu_item .prolunbo_ul .prolunbo_li {
    width: 565px;
    height: 324px;
}

.yanjiu_item .prevbtn {
    background: url(../images/icon72.png) no-repeat;
    width: 21px;
    height: 39px;
    left: 36px;
    bottom: 13px;
}

.yanjiu_item .nextbtn {
    background: url(../images/icon73.png) no-repeat;
    width: 21px;
    height: 39px;
    right: 36px;
    bottom: 13px;
}

/**wrap***/
.probox2 {
    display: none;
}

.y_right2 {
    display: none;
}

#setBaner3,#setBaner4 {
    display: none;
}

/***招聘****/
.zhaopinMain .breadNavs {
    padding: 40px 0;
}

.goodnote {
    width: 100%;
    height: 240px;
    background: url(../images/pic33.png) no-repeat right center;
    background-size: auto 100%;
    margin-bottom: 38px;
}

.goodnote h3 {
    font-size: 18px;
    color: #ad0000;
    padding: 60px 0 25px 66px;
}

.goodnote .para {
    padding: 8px 66px;
    font-size: 14px;
    color: #4c4c4c;
}

.recruit_qudao .qudao_link {
}

.recruit_qudao .qudaoBtn {
    width: 331px;
    height: 121px;
    background: #f8f6fa;
    margin-right: 60px;
    text-align: center;
    color: #4c4c4c;
}

.recruit_qudao .qudaoBtn>span {
    font-size: 24px;
    padding: 27px 0 22px 0;
    display: block;
    text-align: center;
}

.recruit_qudao .qudaoBtn>i {
    display: block;
    font-size: 18px;
    text-align: center;
}

.recruit_qudao .xiaoyuan_zp {
    border-bottom: 3px solid #ad0000;
}

.recruit_qudao .shehui_zp {
    border-bottom: 3px solid #f3a102;
}

.recruit_qudao .gaoguan_zp {
    border-bottom: 3px solid #449aac;
}

.recruit_qudao .xiaoyuan_zp.active {
    background: url(../images/pic34.png) no-repeat center center;
    color: #fff;
}

.recruit_qudao .shehui_zp.active {
    background: url(../images/pic35.png) no-repeat center center;
    color: #fff;
}

.recruit_qudao .gaoguan_zp.active {
    background: url(../images/pic36.png) no-repeat center center;
    color: #fff;
}

.recruit_qudao .searchbox {
    width: 1126px;
    height: 54px;
    border: 2px solid #ad0000;
    margin-top: 34px;
}

.recruit_qudao .recruit_name {
    width: 137px;
    border-right: 1px dashed #c0bfbf;
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 54px;
    height: 54px;
}

.recruit_qudao .inputbox {
    font-size: 18px;
    color: #7e7e7e;
    height: 54px;
    line-height: 54px;
    padding: 0 40px;
    width: 700px;
}

.recruit_qudao .searchbtn {
    width: 205px;
    height: 54px;
    background: #ad0000;
    ;right: 0;
    top: 0;
    line-height: 54px;
    text-align: center;
}

.recruit_qudao .searchbtn>span {
    background: url(../images/icon75.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
    padding-left: 32px;
}

.jobarea .job_li {
}

.jobarea .job_Title .category {
    text-align: center!important;
}

.jobarea .job_Title {
    height: 50px!important;
    background: #f8f6fa!important;
    border-bottom: none!important;
}

.jobarea .job_Title>span {
    height: 50px;
    line-height: 50px;
    font-size: 18px!important;
    color: #4c4c4c!important;
    padding: 0!important;
}

.jobarea .job_li>span {
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    padding: 20px 0;
}

.jobarea .job_li .name {
    width: 174px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobarea .job_li .category {
    width: 430px;
    margin: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.jobarea .job_li .city {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobarea .job_li .time {
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobarea .job_li {
    background: #fff;
    border-bottom: 1px dashed #c0bfbf;
    /*height:60px;line-height:60px;*/
}

.jobarea .job_li:hover>span {
    color: #ad0000;
}

.jobarea .findJob {
    display: none;
}

.jobarea .job_li .popbtn {
    background: url(../images/icon76.png) no-repeat left center;
    width: 15px;
    height: 52px;
    display: inline-block;
}

.jobarea .job_li .popbtn.active {
    background: url(../images/icon80.png) no-repeat left center;
    width: 15px;
    height: 64px;
}

.jobarea .job_li .jobxq_pop {
    padding: 0 28px;
    border: 1px solid #c0bfbf;
    display: none;
    background: #fff;
    z-index: 9999;
}

.jobarea .job_li .jobxq_pop h4 {
    font-size: 16px;
    color: #4c4c4c;
    padding: 40px 0 20px 0;
}

.jobarea .job_li .jobxq_pop li {
    font-size: 14px;
    color: #4c4c4c;
    padding: 4px 0;
}

.jobarea .job_li .jobxq_pop .email {
    background: url(../images/icon77.png) no-repeat left center;
    font-size: 16px;
    color: #4c4c4c;
    padding: 40px 43px;
}

.jobarea .job_li .jobxq_pop .a_icons {
    background: url(../images/icon79.png) no-repeat;
    top: -14px;
    left: 65px;
    z-index: 99;
    display: block;
    width: 30px;
    height: 15px;
}

/***联系我们***/
.contact {
    background: #f8f6fa;
}

.contact .lianluo {
    width: 330px;
}

.contact .ways {
    padding: 36px 48px 25px 48px;
}

.contact .ways h3 {
    border-bottom: 1px solid #bfbec0;
    padding: 11px 0;
}

.contact .ways h3 .linkbtn {
    font-size: 18px;
    color: #4c4c4c;
    padding: 10px 0;
    border-bottom: 2px solid #ad0000;
}

.contact .ways .xq .title {
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    padding: 29px 0 16px 0;
}

.contact .adressitem {
    padding-bottom: 18px;
}

.contact .adressitem>span {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.contact .adressitem>i {
    font-size: 14px;
    color: #4c4c4c;
    margin-left: 6px;
    width: 266px;
}

.contact .lianTog {
    width: 640px;
}

.contact .lianTog .hb_btn {
    font-size: 18px;
    color: #4c4c4c;
    padding: 10px 0;
    margin-right: 90px;
}

.contact .lianTog .hb_btn.active {
    border-bottom: 2px solid #ad0000;
}

.contact .lianTog .titbtns {
    border-bottom: 1px solid #bfbec0;
    margin-bottom: 35px;
}

.contact .lianTog .gather_item {
    display: none;
}

.contact .lianTog .gather_item .a_item {
    padding-bottom: 16px;
}

.contact .lianTog .gather_item .a_item>span {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.contact .lianTog .gather_item .a_item>i {
    font-size: 14px;
    color: #4c4c4c;
}

.contact .Imgbox {
    width: 1130px;
    height: 460px;
    margin-bottom: 40px;
}

.contactMain>.tiaopad {
    padding: 40px 0;
}

/***发展历程***/
.history_ban {
    background: url(../images/yellow.png) no-repeat right bottom;
}

.wrap_history_ban {
    display: none;
}

.history_ban .history_ban2 {
    /*background:url(../images/pic39.png) no-repeat center center;*/
}

.history_ban .history_ban2 .ban_font1 {
    text-align: right;
}

.history_ban .history_ban2 .ban_font12 {
    text-align: left;
}

.history_ban .fontcenter {
    left: 50%;
    margin-left: -635px;
    width: 480px;
    height: 77px;
    top: 0;
    padding-top: 6%;
}

.historyMain .w1130 {
    background: #f8f6fa;
    padding: 40px 0 118px 60px;
}

.historyMain .year_gonji {
    width: 720px;
    border-top: 10px solid #d7d4d8;
    border-left: 10px solid #d7d4d8;
    min-height: 470px;
    background: #fff;
    box-shadow: -10px -10px 30px #d7d4d8;
    box-shadow: 3px 3px 20px #d7d4d8
}

.historyMain .year_gonji .oneyear {
    padding: 60px 40px;
}

.historyMain .year_gonji .oneyear h3 {
    font-size: 30px;
    color: #747474;
}

.historyMain .year_gonji .oneyear h4 {
    font-size: 14px;
    color: #747474;
    text-transform: uppercase;
    padding: 20px 0;
    background: url(../images/icon81.png) no-repeat left bottom;
}

.historyMain .year_gonji .oneyear .jiang_ul {
    width: 320px;
}

.historyMain .year_gonji .oneyear .jiang_ul li {
    font-size: 14px;
    color: #747474;
    background: url(../images/icon82.png) no-repeat left 12px;
    padding-left: 12px;
    line-height: 30px;
}

.historyMain .year_gonji .oneyear .bot {
    margin-top: 80px;
}

.historyMain .oneyear {
    display: none;
}

.historyMain .oneyear .imgs {
    width: 263px;
    height: 177px;
    border: 1px solid #dcdcdc;
}

.historyMain .oneyear .imgboxIn {
    width: 251px;
    height: 166px;
    margin: 5px auto;
}

.years_lunbo {
    width: 361px;
    height: 624px;
    overflow: hidden;
    right: 43px;
    top: -123px;
    background: url(../images/pic42.png) no-repeat center center;
}

.years_lunbo .visible_lunbo {
    width: 361px;
    height: 430px;
    overflow-y: hidden;
    top: 50%;
    margin-top: -215px;
    left: 0;
    z-index: 99;
}

.years_lunbo .year_a {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 36px;
    color: #d28987;
    font-family: "Engravers MT"
}

.years_lunbo .topbtn {
    background: url(../images/icon83.png) no-repeat;
    top: 20px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 14px;
}

.years_lunbo .botbtn {
    background: url(../images/icon84.png) no-repeat;
    bottom: 20px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 14px;
}

.years_lunbo .years_ul li {
    text-align: center;
}

.years_lunbo .years_ul li .year_a.active {
    background: url(../images/bg13.png) no-repeat center center;
    color: #fff;
}

/***wrap****/
.wrap_years_lunbo {
    display: none;
}

.years_lunbo .year_a {
    display: block!important;
    padding: 10px 0
}

.years_lunbo .year_a.active11 {
    color: #fff;
}

.wrap_history_ban {
    width: 100%;
    height: 234px;
}

.wrap_history_ban .history_ban2 {
    height: 200px;
}

.wrap_fontcenter {
    top: 0;
    margin-top: 12.66%;
    left: -23px;
}

.wrap_fontcenter .ban_font2 {
    margin-top: 0;
}

.wrap_fontcenter .ban_font1 {
    padding-left: 100px;
}

.wrap_fontcenter .ban_font2 {
}

/***0329***/
.job_miaoshu span {
    line-height: 24px;
}

.job_yaoqiu span {
    line-height: 24px
}

/* media */
/* 横屏 */
@media screen and (orientation: landscape) {
}

/* 竖屏 */
@media screen and (orientation: portrait) {
}

/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width: 959px) {
}

/* 窗口宽度<768,设计宽度=640 */
@media screen and (max-width: 767px) {
}

/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width: 639px) {
}

/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width: 479px) {
}

/* windows UI 贴靠 */
@media screen and (-ms-view-state:snapped) {
}

/* 打印 */
@media print {
}.w1130 {
    width: 1200px;
    margin: 0 auto!important;
    text-align: left;
}@charset "utf-8";
/* 样式重置 */
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,form,fieldset,button,input,textarea,img,th,td,select{margin:0;padding:0;}
body{font:12px/1.14 "Microsoft YaHei",Arial,"\5fae\8f6f\96c5\9ed1";word-wrap:break-word;color:#3e3e3e;background:#FFF;text-align:center;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
textarea,input,button,select,legend{font:12px/1.14 arial,"\5fae\8f6f\96c5\9ed1";color:#333;outline:none;border:none;*font-size:100%;*border:0;vertical-align:top;background:none;}
h1,h2,h3,h4,h5,h6{font-size:16px;font-weight:normal;}
a{text-decoration:none;color:#3e3e3e;outline:none;zoom:1;line-height:normal}
a:hover{text-decoration:none;outline:none;color:#cd1c00;}
a:active{star:expression(this.onFocus=this.blur());}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
img{border:none;vertical-align:top;}
textarea{resize:none;overflow:auto;}
ul,ol,li{list-style:none;vertical-align:top}
i,em{font-style:normal;}
a,img{-webkit-touch-callout:none;}
input[type=submit],
input[type=reset],
input[type=button]{filter:chroma(color=#000000);} 
::-moz-placeholder{color:#FFF;}
::-webkit-input-placeholder{color:#FFF;}
:-ms-input-placeholder{color:#FFF;}     
/* 公共样式 */
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.prz{position:relative;zoom:1;}
.pra{position:absolute;}
.clearfix{*zoom:1;}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.cleargap{font-size:0;letter-spacing:-8px;text-align:left;}
.ibox{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px;letter-spacing:normal;}
.justify{text-align:justify!important;text-justify:inter-ideograph!important;}
.justify_fix{display:inline-block;*display:inline;*zoom:1;width:100%;height:0;overflow:hidden;}
.responLayout{overflow:hidden;}
.layoutItem{padding-bottom:32767px;margin-bottom:-32767px;}
.usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.fz14{font-size:14px!important}
.song{font-family:"宋体","\5b8b\4f53";}
.arial{font-family:Arial}
.img-container{display:block;position:relative;zoom:1;overflow:hidden;}
.img-container img{display:block;}
.img-responsive,
.edits img{max-width:100%;width:auto\9;height:auto;-ms-interpolation-mode:bicubic;_width:auto;}
.ieBox{*behavior:url(./js/boxsizing.htc)}
.ellipsis{overflow:hidden;}
.padleft{padding-left:0!important;}
.padright{padding-right:0!important;}
.mr0{margin-right:0!important;}
.mb10{margin-bottom:10px!important;}
.nobor{border:none!important;}
.nobg{background:none!important;}
.edits li{list-style-type:disc;list-style-position:inside;}
.bold{font-weight:bold!important;}	
.mb0{margin-bottom:0px!important;}
.w1130{width:1200px;margin:0 auto!important;text-align:left;}



/****head***/
.head.fixeddd{position:fixed;top:0;left:0;width:100%;background:#fff;}
.head{}
.head .w1130{height:80px;}
.logobox{width:136px;height:49px;margin-top:16px;}
.nav{text-align:right;}
.nav .nav_ul{margin-top:35px;}
.nav .nav_li{padding:0 0 27px 0;}
.nav .nav_li.active{background:url(../images/nav_line.png) no-repeat center bottom;padding:0 0 27px 0;}
.nav .nav_a{font-size:14px;color:#535353;padding:0 20px;border-right:1px dashed #c2c2c2;}
.second_nav{text-align:center;width:100%;height:36px;background:#ad0000;text-align:center;line-height:36px;display:none;left:0;top:80px;z-index:99;}
.second_nav .second_a{font-size:14px;color:#d39696;padding:0 20px;height:36px;line-height:36px;}
.second_nav .second_a.active{color:#fff;}
.liantiaoPad .second_a:first-child{text-align:left;}
.zixunPad .second_a:first-child{padding-left:80px;}
.fuwuanliPad .second_a:first-child{padding-left:180px;}
.zhyeyanjiuPad .second_a:first-child{padding-left:260px;}
.touzizhePad .second_a:first-child{padding-left:64%;}
.lianxiPad .second_a:first-child{padding-left:56%;}
/***底部**/
.foot{width:100%;height:50px;background:#a7a7a7;}
.foot .foot_a{font-size:12px;color:#e7e7e7;padding:0 16px;border-right:1px dashed #e7e7e7;margin-top:20px;}
.foot .foot_copy{font-size:12px;color:#e7e7e7;text-transform:capitalize;padding:2px 26px;margin-top:20px;padding-left:220px;}
.foot .selectbox{width:62px;height:16px;padding-left:16px;margin-top:20px;}
.foot_right{margin-top:12px;}
.foot_right .sharebtn{margin-left:16px;}
.foot_right .qq{background:url(../images/qq.png) no-repeat;width:29px;height:28px;}
.foot_right .weixin{background:url(../images/weixin.png) no-repeat;width:30px;height:28px;}
.foot_right .weibo{background:url(../images/weibo.png) no-repeat;width:29px;height:28px;}
.foot_right .qq:hover{background:url(../images/qq2.png) no-repeat;}
.foot_right .weixin:hover{background:url(../images/weixin2.png) no-repeat;}
.foot_right .weibo:hover{background:url(../images/weibo2.png) no-repeat;}
.foot .tel400{margin-top:12px;}
.foot .tel400 img{width:28px;height:28px;vertical-align: middle;}
.foot .tel400 .text{font-size: 12px;color:#e7e7e7;vertical-align: middle;}

/***手机站导航***/
.tel_head{height:105px;display:none;}
.tel_head .tel_logo{width:142px;height:51px;left:40px;top:29px;overflow:hidden;}
.tel_head .tel_nav{background:url(../images/telnav.png) no-repeat;background-size:100% 100%;width:45px;height:34px;right:40px;top:33px;}
.tel_head .closeNavbtn{background:url(../images/closebtn.png) no-repeat;width:50px;height:50px;background-size:100% 100%;right:38px;top:30px;}
.tel_head .telNav .tel_a{display:block;font-size:20px;color:#484848;background:url(../images/icon85.png) no-repeat right center;padding-right:6%;vertical-align: middle;width:90%;}
.tel_head .telNav .tel_a.active{background:url(../images/icon85_2.png) no-repeat right center;color:#a70e13;}
.tel_head .telNav .telNav_li{padding:22px 0;border-top:2px solid #c9c9c9;text-align:left;}
.tel_head .telNav .telNav_li.active{border-top:2px solid #a70e13;}
.tel_head .telNav .sec_ul>li{height:70px;line-height:70px;border-bottom:1px solid #c9c9c9;text-align:left;}
.tel_head .telNav .sec_ul>li .sec_a{font-size:18px;color:#484848;background:url(../images/icon86.png) no-repeat left center;padding-left:20px;}
.tel_head .telNav{padding:0 40px;}
.tel_head .telNav{padding-top:96px;background:#fff;overflow-y:auto;height:95%!important;}
.tel_head .telNav .sec_ul{display:none;}
.tel_head .telNavbox{display:none;width:100%;top:0;left:0;background:#aaa;z-index:99999;height:100%!important;position:fixed!important;}
/***手机站底部***/
.wrapfoot{background:#a7a7a7!important;display:none;}
.wrapfoot .telNav .tel_a{display:block;font-size:20px;color:#fff;background:url(../images/icon87.png) no-repeat right center;padding-right:6%;vertical-align: middle;width:90%;}
.wrapfoot .telNav .tel_a.active{background:url(../images/icon85_2.png) no-repeat right center;color:#a70e13;}
.wrapfoot .telNav .telNav_li{padding:22px 0;border-bottom:2px solid #c9c9c9;text-align:left;}
.wrapfoot .telNav .telNav_li.active{border-bottom:2px solid #a70e13;}
.wrapfoot .telNav .sec_ul>li{height:70px;line-height:70px;border-top:1px solid #c9c9c9;text-align:left;}
.wrapfoot .telNav .sec_ul>li:first-child{border-top:1px solid #a70e13;margin-top:12px;}
.wrapfoot .telNav .sec_ul>li .sec_a{font-size:18px;color:#fff;background:url(../images/icon86.png) no-repeat left center;padding-left:20px;}
.wrapfoot .telNav{padding:0 40px;}
.wrapfoot .telNav{padding-top:100px;}
.wrapfoot .telNav .sec_ul{display:none;}
.wrapfoot .telNavbox{display:none;width:100%;top:0;left:0;background:#aaa;z-index:99999;}
.wrapfoot .tel400{margin-top:10px;text-align: left;padding-left:35px;}
.wrapfoot .tel400 img{width:30px;height:30px;vertical-align: middle;}
.wrapfoot .tel400 .text{font-size: 16px;color:#fff;vertical-align: middle;}

.sharebtns{text-align:left;padding:20px 5%;}
.sharebtns .qq{background:url(../images/qq.png) no-repeat;width:29px;height:28px;}
.sharebtns .weixin{background:url(../images/weixin.png) no-repeat;width:30px;height:28px;}
.sharebtns .weibo{background:url(../images/weibo.png) no-repeat;width:29px;height:28px;}
.sharebtns .qq:hover{background:url(../images/qq2.png) no-repeat;}
.sharebtns .weixin:hover{background:url(../images/weixin2.png) no-repeat;}
.sharebtns .weibo:hover{background:url(../images/weibo2.png) no-repeat;}
.sharebtns .sharebtn{margin-right:10px;}
.wrapfoot .footlinks{text-align:left;padding:0 3%;}
.wrapfoot .foot_a{font-size:12px;color:#e7e7e7;padding:0 9px;border-right:1px dashed #e7e7e7;}
.wrapfoot .foot_copy{font-size:12px;color:#e7e7e7;text-transform:capitalize;padding:2px 26px;}
.wrapfoot .selectbox{width:66px;height:16px;padding-left:6px;text-align:center;}
.wrapfoot select{color:#fff;background:#a7a7a7;}
.wrapfoot .copywrite{font-size:16px;color:#3b4a80;text-align:left;padding:20px 36px;}
.erweimabox{display:none;top:-124px;left:50%;margin-left:-60px;}
.selectboxbbb{background:url(../images/aaa.png) no-repeat right center;width:60px;height:20px;}
.hidebox>a:hover{background:#666;}
.moni_select>a{padding:2px 5px;}














/* media */
/* 横屏 */
@media screen and (orientation:landscape){
    
}
/* 竖屏 */
@media screen and (orientation:portrait){
    
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width:959px){
    
}
/* 窗口宽度<768,设计宽度=640 */
@media screen and (max-width:767px){
    
}
/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width:639px){
    
}
/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width:350px){
	.wrapfoot .foot_a{padding:0 5px;border:none;}
    
}
/* windows UI 贴靠 */
@media screen and (-ms-view-state:snapped){
    
}
/* 打印 */
@media print{
    
}.footer{ background-color:#fff; border-top:1px #e8e8e8 solid;  padding:40px 0 30px; color:#212529; line-height:28px; position:relative; z-index:5;    text-align: left;}
.footer .footer-menu{width:330px;float:left;margin-left: 0px;}
.footer .footer-menu dl{ width:110px; float:left;}
.footer .footer-menu dl dt{ font-size:14px; font-weight:normal; color:#212529; margin-bottom:15px; padding-top:2px;}
.footer .footer-menu dl dd{ margin-bottom:8px;}
.footer .footer-menu dl dd a{ color:#212529}
.footer .footer-menu dl dd a:hover{ color:#d8171a}
.footer .footer-contact{ width:400px; float:left; padding-left:50px; border-left:2px #eee solid;height:170px;}
.footer .footer-contact li{ margin-bottom:5px;}
.footer .footer-contact li i{ font-size:20px; color:#aaa; margin-right:8px; position:relative;top:1px;}
.footer .footer-contact a.com-btn{ display:inline-block;padding:0 35px;border-radius:30px; line-height:46px; background-color:#006db8; color:#fff; font-size:16px; margin-top:10px;transition: all 0.3s; -webkit-transition: all 0.3s;}
.footer .footer-contact a.com-btn i{ color:#fff; font-size:30px; line-height:30px; position:relative;top:5px; margin-right:5px;}
.footer .footer-contact a.com-btn:hover{ background-color:#ee0000; }
.footer .footer-weixin{width:130px;float: right;margin-right: 15px;}
.footer .footer-weixin img{ width:100%; border:1px #eee solid}
.footer .footer-weixin p{ text-align:center; color:#8a8a8a}
.footer .footer-links{
    width:250px;
    float: left;
    padding-left: 50px;
    border-left: 2px #eee solid;
    margin-left: 40px;
    }
.footer .footer-links label{
 font-size:14px;
}
.footer .footer-links .select{ position:relative; margin-bottom:20px;height:44px; border:1px #ddd solid; background-color:#fff}
.footer .footer-links .select label{ display:block; line-height:44px; padding-left:20px; font-weight:normal; color:#888}
.footer .footer-links .select label:before {content: ""; display: block; width: 0; height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent;border-top: 8px solid #bbb; position: absolute; right: 20px;top: 17px;}
.footer .footer-links .select ul{ position:absolute; left:-1px; width:250px; border:1px #e8e8e8 solid; background-color:#fff;top:48px;opacity: 0;filter:alpha(opacity=0); visibility:hidden;transition: all 0.3s; -webkit-transition: all 0.3s;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);  max-height:140px;_height:140px; overflow-x:hidden; overflow-y:auto }
.footer .footer-links .select ul li a{ display:block; line-height:35px; padding:0 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:13px;}
.footer .footer-links .select ul li a:hover{ background-color:#fafafa}
.footer .footer-links .select:hover{ z-index:2}
.footer .footer-links .select:hover label{ color:#4a4a4a}
.footer .footer-links .select:hover label:before{border-top: 8px solid #888; }
.footer .footer-links .select:hover ul{ visibility:visible;opacity: 1;filter:alpha(opacity=100);top:42px;}
.footer .line{ border-top:1px #eee solid; margin-top:20px; font-size:12.5px; padding-top:15px;}
.footer .footer-copyright{ float:left; color:#aaa }
.footer .footer-link{ float:right}
.footer .footer-link span{ color:#ccc; margin:0 7px;}
.footer .footer-link a{ font-weight:bold}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.footer .icon{
	width:28px;
    height:28px;
}
.footer .footer-contact .item{
	display:flex;align-items: center;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.footer .icon{
	width:28px;
    height:28px;
}
.footer .footer-contact .item{
	display:flex;align-items: center;
}
.footer a{
	color:#212529;
}#float_div{ width:60px; position:fixed; right:10px; bottom:10px; z-index:999}
#float_div div:hover{background-color: #d5d5d5;cursor:pointer;}
#float_div_qq{ background-color:#9c7754; width:60px; height:60px; background-image:url(http://pic17_1.qiyeku.com/qiyeku_pic/2017/4/10/zszhuxin/news/news_pic/image/2017_04_26/20170426054559586.png); background-position:center; background-repeat:no-repeat; }
#float_div_weixin{background-color:#117ac7;width:60px; height:60px; background-image:url(http://pic17_1.qiyeku.com/qiyeku_pic/2017/4/10/zszhuxin/news/news_pic/image/2017_04_26/20170426054616365.png); background-position:center;background-repeat:no-repeat; }
#float_div_tell{ background-color:#1b82cd;width:60px; height:60px; background-image:url(http://pic17_1.qiyeku.com/qiyeku_pic/2017/4/10/zszhuxin/news/news_pic/image/2017_04_26/20170426054632961.png); background-position:center;background-repeat:no-repeat;}
#float_div_top{background: url(https://static.orvibo.com/guanwang_second/front/images/2020/footer/arrowUp-28992f3e82.svg) no-repeat;background-size: 35%;background-position:center;background-repeat:no-repeat;width: 55px;height: 55px;opacity: .6;text-align: center;background-color: #fff;border-radius: 0px;}
#float_div_weixin div{ width:120px; height:120px; position:relative; left:-120px; bottom:60px; display:none;}@media screen and (max-width: 1650px) {
  .banner_pc{
    height: 530px;
    position: relative;
    overflow: hidden;
  }
  
}@media screen and (min-width: 369px) and (max-width: 1255px){
  body {
  	width: 1255px;
  } 
  .information{
   font-size:22px !important;
  }
  .changsuoMain .intro{
  	    font-size: 22px;
        padding: 52px 32px;
  }
  .list h2 a { 
    font-size: 24px;
  }
  .list .case-item .word .detail, .list .case-item .word .info {
    font-size: 18px; 
  }
  .navbar .navbar-menu .navbar-menu-item .menu-item-link{
  	font-size: 22px;
  }
  .navbar .navbar-menu .navbar-menu-item .menu-item-text {
    font-size: 18px;
  }
  .banner_service_nav a .info div{
   	font-size: 22px;
  }
  .banner_service_nav a .info p {
    font-size: 17px;
  }
  .banner_service_nav a .info { 
    width: 200px; 
 }
 .news_top .li1 {
    font-size: 24px; 
}
  #c_static_730-16970362564450 .e_richText-25 span {
    font-size: 24px !important;
  }
  .case-content p {
    font-size: 24px; 
 }
  .case-content .info span{
 	 font-size: 18px;
  }
  #c_static_001_P_25246-16970363130890 .e_text-149 {
  	font-size: 24px;
  }
  #c_static_001_P_25246-16970363130890 .e_text-150 { font-size: 18px;
  }.footer .footer-menu dl dt {
    font-size: 20px;}
  .footer .footer-menu dl dd a { 
      font-size: 18px;
  }
  .footer .footer-contact .item { 
     font-size: 16px;
  }
  .footer .footer-links label {
    font-size: 18px;
  }
  .footer-links a{
  	 font-size: 16px;
  }
  .e_text-26 {
    font-size: 40px !important;
 }
  .banner_service_nav .container {
  	width: 1129px!important;
  }
  .banner_service_nav a { 
    width: 280px;
  }
  #c_static_001_P_25246-16970363130890 .e_loop-146 .p_loopitem{
  	 height: 490px;
     overflow: auto;
  } 
  .PinPai_lunbo .pinpailunbo_ul .aBigbox .para{
     font-size: 18px;
  }
  
  .news_hover_right .p1 a {  
    font-size: 20px;
 }
  .news_con_right { 
    height: 29px;
    overflow: hidden;
  }
  
  .news_con_right h3 a { 
    font-size: 20px;
  }
  .e_text-26 {
    font-size: 34px !important;
    font-family: "微软雅黑";
 }
}