@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%);
}.banner_pc{
  height: 660px;
  position: relative;
  overflow: hidden;
}
.banner_pc .bg_img img{
  width:100%;
}
.slides{
  margin:0px;
  padding:0px;
}
.flex-control-nav {
 margin:0px;
  padding:0px;
}
.banner_box{
  position: absolute;
  z-index: 999;
  background: url(/public/uploads/20230530/22540c1e327df6ba5a345df0d1d9ba0f.png);
  width: 380px;
  left: 10%;
  color: #fff;
  height: 700px;
  background-repeat: no-repeat;
  padding: 22px;
  margin-top: 129px;
}

.banner_box .title{
  
font-size: 38px;
  
margin-top: 90px;
}

.banner_box .address{
  
margin-top: 10px;
}

.banner_box .content{
  
margin-top: 132px;
  
line-height: 28px;
}
.banner_box .room{
  
font-size: 30px;
  
margin-left: 59px;
  
margin-top: 32px;
}
.banner_box .gj{
  
font-size: 30px;
  
margin-left: 59px;
  
margin-top: 32px;
}
.banner_box .tell{
  
font-size: 24px;
  
margin-left: 65px;
  
margin-top: 27px;
}

.banner_mobile {
    display: none;
}

.banner .flex-control-nav {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 100%;
    height: 14px;
    margin-left: -50%;
    text-align: center;
    z-index: 998;
}

.banner .flex-control-nav li {
    display: inline-block;
    margin: 0 10px;
}

.banner .flex-control-nav a {
    width: 14px !important;
    height: 14px !important;
    background: url(http://pic18_4.qiyeku.com/qiyeku_pic/2019/6/5/signman/product/product_pic/image/2019_06_11/20190611035639291.png) center center no-repeat !important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    zoom: 1; }

.banner .flex-control-nav a.flex-active {
    zoom: 1; background: url(http://pic18_4.qiyeku.com/qiyeku_pic/2019/6/5/signman/product/product_pic/image/2019_06_11/20190611035647947.png) center center no-repeat !important;
}

.banner .slides a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .flex-direction-nav {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 9;
    width: 100%;
    margin-top: -32px;
}

.banner .flex-direction-nav li {
    position: relative;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
}

.banner .flex-direction-nav li {
    float: right;
    right: -100px;
}

.banner .flex-direction-nav li:first-child {
    float: left;
    left: -100px;
}

.banner .flexslider:hover .flex-direction-nav li {
    right: 50px;
}

.banner .flexslider:hover .flex-direction-nav li:first-child {
    left: 0;
}

.banner .m_flexslider:hover .flex-direction-nav li {
    right: 0;
}

.banner .m_flexslider:hover .flex-direction-nav li:first-child {
    left: 0;
}

.banner .flex-direction-nav li a {
    height: 64px;
    width: 64px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.banner .flex-direction-nav li .flex-prev {
    background-image: url(http://pic18_4.qiyeku.com/qiyeku_pic/2019/6/5/signman/product/product_pic/image/2019_06_11/20190611035656650.png);
}

.banner .flex-direction-nav li .flex-next {
    background-image: url(http://pic18_4.qiyeku.com/qiyeku_pic/2019/6/5/signman/product/product_pic/image/2019_06_11/20190611035703072.png);
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}/* culture */
.ny_culture{border-bottom: 1px solid #eaeaea;}
.cul_1{text-align: center;margin: 50px 0 !important;}
.cul_1 h3{color: #333333;font-size: 30px;font-weight: normal;margin-bottom: 30px;}
.cul_1 p{color: #808080;font-size: 16px;line-height: 36px;}

.cul_2a ul{display: flex;flex-direction: row;flex-wrap: wrap;}
.cul_2a ul li{width: 50%;box-sizing: border-box;display: flex;flex-direction: row;align-items: center;height: 230px;}
.cul_2{ background: url(/public/uploads/20231223/9c5391408eac27fbc6c19208b0aad710.png) no-repeat center;
    width: 100%;
    height: 599px; }
.cul_2a{padding: 75px 0;}
.cul_2a_1 p{color: #fff;font-size: 16px;}
.cul_2a_1 {text-align: center;margin-right: 35px;}
.cul_2a_2 p{color: #fff;font-size: 15px;line-height: 32px;}
.cul_2a_2 p span{font-weight: bold;display: inline-block;margin-right:10px;}
.cul_2a_2 h3{color: #fff;font-size: 16px;font-weight: normal;}
.cul_p1{border-right: 1px solid #f0898a;border-bottom: 1px solid #f0898a;padding-left: 100px;}
.cul_p2{border-top: 1px solid #f0898a;border-left: 1px solid #f0898a;padding-left: 60px;position: relative;top: -1px;left: -1px;}
.cul_p4{padding-left: 100px;}
.cul_p3{padding-left: 60px;}

.cul_3{padding: 95px 0;}
.cul_3a{text-align: center;}
.cul_3a h3{color: #595959;font-size: 26px;font-weight: normal;}
.cul_3a img{display: inline-block;margin: 12px 0 25px 0;}
.cul_3a p{color: #808080;font-size: 16px;line-height: 36px;}

.cul_3b ul li{float: left;position: relative;cursor: pointer;}
.cul_3b{margin-top: 70px;overflow: hidden;}
.cul_3b_3{background: rgba(230,0,32,0.5);width: 100%;height: 100%;position: absolute;top: 0;left: 0;transform: translate(0,100%);
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_3b_2{position: absolute;top: 36%;width: 100%;text-align: center;z-index: 99;transform: translate(-70px,0);opacity: 0;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_3b_2 h3{color: #ffffff;font-size: 20px;font-weight: normal;}
.cul_3b_2 p{color: #fff;font-size: 15px;line-height: 36px;}
.cul_3b_2 img{display: inline-block;margin: 10px 0 10px 0;}
.cul_3b_1 img{display: block;}
.cul_whd .cul_3b_3{transform: translate(0,0);
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_whd .cul_3b_2{transform: translate(0,0);opacity: 1;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_4{text-align: center;margin-top: 85px;}
.cul_4 a{display: inline-block;font-size: 16px;border: 1px solid #e4596b;background-color: #e4596b;padding: 10px 40px;color: #fff;}
/*qiyewenhua*/
.qywh {margin-top:30px;}
.qywh a{border: 1px solid #da1b1b;display: block;width: 180px;height: 45px;line-height: 45px;text-align: center;font-size: 16px;color: #da1b1b;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
text-align:center;
}
.qywh a:hover{background-color: #da1b1b;color: #fff;}.sv-row{
    max-width: 79rem;
    margin-left: auto;
    margin-right: auto;
    padding: 145px 0px;    padding-top: 55px;
}

.sv-row .flag{
 font-size:14px;
}
    .sv-col.sv--sml-3 {
        width: calc(24.975% - .75rem)
    }

    .sv-col.sv--sml-3:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none
    }

    .sv-col.sv--sml-3:last-child {
        margin-right: 0
    }

    .sv-col.sv--sml-3:nth-child(12n) {
        margin-right: 0;
        float: right
    }

    .sv-col.sv--sml-3:nth-child(12n+1) {
        clear: both
    }
.sv-fact {
    display: flex;
    flex-direction: column;
    margin: 0;
   text-align: center;
}

.sv-fact__value {
    font-family: Century, Palatino Linotype, HelveticaNeue, SimSun,"宋体", Georgia, serif;
    font-weight: 700;
    font-size: 44px;
  color:#c1262a;margin-top: 20px;
}
.sv-fact__term{
	font-size: 18px;
    font-weight: 700;
}
body {
    font: 1rem/1.5 Gotham SSm A,Gotham SSm B,"Microsoft Yahei","微软雅黑",STXihei,"华文细黑",Helvetica,Arial,sans-serif;
}@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: victor2;
    src: url(../images/DINCond-Medium.otf);
}
@font-face {
    font-family: victor3;
    src: url(../images/DIN-Pro-Regular-2.otf);
}
html {
	width: 100%;
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*修正手持设备字体变化*/
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: "微软雅黑";
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #525252;
	line-height: 200%;
}

img {
	border: none;
}

dl,
dt,
dd {
	display: block;
	margin: 0;
}

p,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #525252;
	text-decoration: none !important;
	cursor: pointer;
	background: transparent;
	/*修正win8系统IE连接灰色背景*/
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a img {
	border: none;
}

a:hover {
	color: #d80c18;
}

.wrap {
	width: 1280px;
	margin: 0px auto;
}
.ny_wrap {
	width: 1200px;
	margin: 0px auto;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

html {
	width: 100%;
}

/*首页*/
.kjcy_5a img{display: block;width: 100%;}
/*banner*/
.bannerwhd .swiper-container {
	width: 100%;
}

.bannerwhd .swiper-slide {
	position: relative;
	overflow: hidden;
}
.bannerwhd .swiper-slide a img{display: block;width: 100%!important;}
.bannerwhd .swiper-slide .txt {
	position: absolute;
	top: 50%;
	z-index: 10;
}

.bannerwhd .swiper-slide p {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 2;
	color: transparent;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	will-change: transform;
}

/* .bannerwhd .swiper-slide-active .whd,
.bannerwhd .swiper-slide-duplicate-active .whd {
	animation: line 4s;
	animation-iteration-count: 2;
	animation-direction: alternate;
	animation-timing-function: ease;
}
 */
/* @keyframes line {
	0% {
		transform: matrix3d(0.990268, -0.139173, 0, 0, -0.0348995, 0.999391, 0, 0, 0, 0, 1, 0, 10, -20, 0, 1);
	}

	50% {
		transform: rotate(1deg);
		transform-origin: left center;
	}

	60% {
		transform: translate3d(0px, 0px, 0px);
	}

	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

.bannerwhd .swiper-slide .whd {
	display: inline-block;
	will-change: transform, opacity, text-shadow;
}
 */
.whd {
	position: absolute;
	top: 28%;
	left: 20%;
	z-index: 999999999;
}

.bannerwhd .swiper-slide-active .whd,
.bannerwhd .swiper-slide-duplicate-active .whd {
	animation: letterL 2s;
	/*animation-iteration-count:2;
	animation-direction:alternate;
	animation-fill-mode: forwards;
	animation-timing-function:ease-in-out;*/
}

@keyframes letterL {
/* 	0% {
		opacity: 0;
		transform:translate(0,0);
	}
 */
	60% {
		opacity: 1;
		transform:translate(0,0);
	}

	100% {
		opacity: 1;
		transform:translate(0,0);
		text-shadow: rgb(255, 255, 255) 0px 0px 0px;
	}

	0%{opacity: 0;transform: translate(0,50px);}

}

@keyframes letterR {
	0% {
		opacity: 0;
		transform: matrix3d(1.14907, -0.964181, 0, 0, 1.40954, -0.51303, 0, 0, 0, 0, 1, 0, 15, -8, 0, 1);
		text-shadow: rgb(255, 255, 255) 0px 0px 40px
	}

	60% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
		text-shadow: rgb(255, 255, 255) 0px 0px 0px;
	}

	100% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
		text-shadow: rgb(255, 255, 255) 0px 0px 0px;
	}
}

.bannerwhd .swiper-slide p span:nth-child(22) {
	animation-delay: 270ms;
}

.bannerwhd {
	overflow: hidden;
	max-height: 980px;
	position: relative;
}

.bannerwhd .swiper-slide>img {
	width: 100%;
	min-height: 100%;
	transition: 1s linear 2s;
	display: block;
}

.bannerwhd .swiper-slide-active>img,
.bannerwhd .swiper-slide-duplicate-active>img {
	transition: 10s linear;
	transform: scale(1.15, 1.15);
}

.bannerwhd .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	opacity: 1 !important;
	background: #fff!important;
	/* border: 1px solid #557898; */
	/* border-radius: 0px!important; */
}

.bannerwhd .swiper-pagination-bullet-active {
	background: #d2313e !important;
}

.bannerwhd>.swiper-container-horizontal>.swiper-pagination-bullets {bottom: 25px;}
.bannerwhd>.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}

/* .ny_wrap{margin: 0 auto;width: 1200px;height: 1110px;overflow: hidden;} */
.ny_wrap iframe,iframe{border: 0;}
.top {
	position: relative;
}
.whd_fid {
    transform: translate(0, -100px);
    visibility: hidden;
}
.top_1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999999999999999;
	line-height: 85px;
	height: 85px;
	background-color: rgba(255,255,255,1);
	 -webkit-transition: 0.65s;
	 -moz-transition: 0.65s;
	 -ms-transition: 0.65s;
	 -o-transition: 0.65s;
	 transition: 0.65s;
	 -moz-box-shadow:0px -4px 16px #666; -webkit-box-shadow:0px -4px 16px #666; box-shadow:0px -4px 16px #666;
}
.top_wrap{width: 90%;margin: 0 auto;}
.top_2a_1 ul li {
	float: left;
	margin: 0 20px;
	position: relative;
}
.top_2a_1 ul li:hover>a{color: #e60020;}
.top_2a_1 ul li>a {
	color: #727072;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.top_2a_1 ul li:hover::after{content: '';width: 100%;height: 6px;background: url(../images/ban_f.png) no-repeat center;position: absolute;bottom: 18px;}
#whdppx::after{content: '';width: 100%;height: 6px;background: url(../images/ban_f.png) no-repeat center;position: absolute;bottom: 18px;}
#whdppx>a{color: #e60020;}
.bannerwhd .swiper-slide>.b1{top: 46%;left: 64%;}
.top_1a img {
	margin-top: 30px;
	display: block;
}
.main5{position: relative;margin-top: 85px;}

.hxzy{width: 230%!important;}
.hide {
    position: absolute;
    top: 85px;
    left: -30px;
    background: rgba(0, 0, 0, 0.6);
    width: 200%;
    text-align: center;
    z-index: 66666;
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;
}
.hide dl dd a {
    color: #ffffff;
    font-size: 14px;
    display: block;
}
.hide dl dd {
    line-height: 40px;
}
.hide dl dd a:hover {
    background: rgba(221, 221, 221, 0.3);
}
.hide dl {
    padding: 5px 0;
}
.top_2a_1 ul li:hover .hide {
    z-index: 2;
    transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;
}

/* main1 */
.top_2a_2a ul li {float: left;margin: 3px 10px;position: relative;}
.whd_syzmt{width: 130px;position: absolute;top: 88px;left: -65px;transform: translate(0, 20px);opacity: 0;
    visibility: hidden;
	 transition: All 0.3s;
	 -moz-transition: All 0.3s;
	 -webkit-transition: All 0.3s;
	 -o-transition: All 0.3s;
	 }
.sadasd:hover .whd_syzmt{    
	transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;}
.top_2a_2b ul li {float: left;}
.top_2a_2b ul li a{font-size: 14px;padding: 0 10px;position: relative;}
.top_2a_2b {line-height: 85px;}
.sy_xian a::after{content: "";width: 2px;height: 13px;background-color: #908e8f;position: absolute;right: 0;top: 3px;}

.sy_gupiao{position: absolute;bottom: 0;right: 0;background-color: rgba(229,0,31,0.7);width: 315px;height: 230px;z-index: 999;}
.gp_1{width: 160px;margin: 40px 0 0 50px;}
.gp_1a span{text-transform: uppercase;color: #f2959f;font-size: 18px;}
.gp_1a p{color: #fff;font-size: 18px;font-weight: bold;}
.gp_1b{margin-top: 15px;}
.gp_1b h3{color: #fff;font-size: 18px;margin-bottom: 5px;}
.gp_1b p{color: #fff;font-size: 14px;line-height: 24px;}

.main1{height: 600px;text-align: center;background-color: #f7f7f7;position: relative;overflow: hidden;}
.m1_1 h3{color: #494949;font-size: 28px;font-weight: normal;letter-spacing: 4px;margin-bottom: 70px;}
.m1_1 p{color: #878787;font-size: 15px;line-height: 30px;}
.m1_1 span{display: block;text-align: center;color: #b2b2b2;font-size: 14px;line-height: 30px;}
.rt-1{margin-top: 20px;}
.m1_1 a{display: inline-block;border: 1px solid #e60020;font-size: 14px;font-weight: bold;color: #e60020;padding: 5px 25px;margin-top: 70px;
    transition: All 0.6s;
    -moz-transition: All 0.6s;
    -webkit-transition: All 0.6s;
    -o-transition: All 0.6s;
}
.m1_1 a:hover{background-color: #e60020;color: #fff;}
.m1_2a{height: 540px;}
.m1_2a img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-100%);opacity: 0;transition-delay: 1.5s;}
.m1_2b{height: 540px;}
.m1_2b img{position: absolute;top: 60%;left: 50%;transform: translate(-50%,-100%);opacity: 0;transition-delay: 1s;
}
.whd_sy{transform: translate(-50%,-50%)!important;opacity: 1!important;
	transition-delay: 2s;
    transition: All 1s;
    -moz-transition: All 1s;
    -webkit-transition: All 1s;
    -o-transition: All 1s;
}
.m1_1{z-index: 999;margin-top: 120px;position: relative;}


.main2{padding: 110px 0 100px;}
.m2_1{width: 90%;margin: 0 auto;position: relative;z-index: 999;}
.m2_1 ul li{float: left;width: 25%;position: relative;}
.m2_1a img{display: block;width: 100%;
    transition: All 1s;
    -moz-transition: All 1s;
    -webkit-transition: All 1s;
    -o-transition: All 1s;
}
.m2_1 ul li dl{padding: 0 5px;}

.m2_1b{position: absolute;width: 160px;height: 160px;top: 50%;left: 50%;margin-top: -80px;margin-left: -80px;border: 1px solid #fff;}
.m2_1b em{font-size: 34px;color: #fff;font-style: normal;font-weight: 100;padding: 10px;display: block;}
.info{padding: 10px;margin-top: 30px;}
.info h3{color: #fff;font-size: 16px;}
.info h4{color: #fff;font-size: 13px;font-weight: normal;line-height: 14px;}

.m2_1b:before{ content: ""; display: block; width: 0; height: 0; position: absolute; left: 50%;top: 50%; transition: ease 0.7s; background: rgba(229,0,31,0.7);}
.m2_1 ul li:hover .m2_1b:before{ width: 100%; height: 100%; left: 0; top: 0;}
.m2_1 ul li:hover .m2_1b{ border-color: rgba(229,0,31,0.7);}
.zw{position: relative;z-index: 999;}
.m2_1a{overflow: hidden;}
.m2_1 ul li:hover .m2_1a img{transform: scale(1.1);}

.main3{position: relative;overflow: hidden;}
.m3_1 img{display: block;width: 100%;}
.main3 .{background: url(../images/m3_j3.png) no-repeat center;right: 5%;}
.main3 .swiper-container1>.swiper-button-prev{background: url(../images/m3_j2.png) no-repeat center;left: 5%;}
.main3 .swiper-container1>.swiper-button-next{background: url(../images/m3_j3.png) no-repeat center;right: 5%;}
.main3 .swiper-container1 .swiper-slide{position: relative;}
.m3_4{position: absolute;text-align: center;width: 100%;top: 32%;}
.m3_2 p{color: #fff;font-size: 40px;letter-spacing: 3px;line-height: 40px;margin: 20px 0 50px 0;}
.m3_bgm{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 10;}
.m3_bgm img{width: 100%;display: block;}
.m3_bgm div {position: absolute;left: 0;bottom: 0;width: 100%;}
.m3_3{transform: translate(0,50px);opacity: 0;
    transition: All 1s;
    -moz-transition: All 1s;
    -webkit-transition: All 1s;
    -o-transition: All 1s;
}
.main3 .swiper-container1 .swiper-slide:hover .m3_3{transform: translate(0,0);opacity: 1;}

.main4{margin: 80px 0 85px 0;}
.m4_1{text-align: center;margin-bottom: 65px;}
.m4_2{width: 90%;margin: 0 auto;}
.m4_2 ul li{float: left;width: 33.3%;}
.m4_2a{margin: 0 2%;border: 1px solid #d4d4d4;padding: 5%;}
.m4_1 h3{color: #494949;font-size: 26px;}
.m4_1 span{display: block;width: 17px;height: 2px;background-color: #6b6b6b;margin: 17px auto;}
.m4_1 p{color: #8c8c8c;font-size: 16px;}
.m4_2a_1 span{width: 29px;height: 9px;background: url('../images/css_sprites.png') -188px -15px;display: block;
	transition: All 0.6s;
	-moz-transition: All 0.6s;
	-webkit-transition: All 0.6s;
	-o-transition: All 0.6s;
}
.m4_2a_1 h3{color: #595959;font-size: 17px;font-weight: normal;
	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */
}
.m4_2a_1 p{color: #8c8c8c;font-size: 14px;text-align: justify;line-height: 24px;margin: 18px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}
.m4_3{text-align: center;}
.m4_3 a{display: inline-block;border: 1px solid #656365;font-size: 14px;font-weight: bold;color: #656365;padding: 5px 25px;margin-top: 70px;
    transition: All 0.6s;
    -moz-transition: All 0.6s;
    -webkit-transition: All 0.6s;
    -o-transition: All 0.6s;
}
.m4_2a{
	transition: All 0.6s;
	-moz-transition: All 0.6s;
	-webkit-transition: All 0.6s;
	-o-transition: All 0.6s;
}
.m4_3 a:hover{background-color: #e60020;color: #fff;border: 1px solid #e60020;}
.m4_2 ul li:hover .m4_2a{background-color: #f7f7f7;}
.m4_2 ul li:hover .m4_2a_1 span{background: url('../images/css_sprites.png') -247px -15px;transform: translate(10px,0);}


.mian5{position: relative;overflow: hidden;}
.m5_1 video{width: 100%;display: block;object-fit:fill;}
.m5_2{position: absolute;top: 0;left: 0;width: 100%;background: rgba(0,0,0,0.2);height: 100vh;text-align: center;}
.m5_2 div{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);}
.m5_2 p{color: #fff;font-size: 18px;margin-top: 5px;}

.m5_2 div img {
    cursor: pointer;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	 opacity: 0;
}
.m5_2:hover div img{opacity: 1;}
.m5_2 div img:hover {
    transform: rotate(360deg) scale(1.06, 1.06);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/*简介视频*/
.fullmask {text-align: center;}
.fullmask { position: fixed; z-index: 10000000000000000000000000000000000000000000000000000000000000000002; left: 0; top: 100%; opacity: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, .8); transition: top 0s ease 0.6s, opacity 0.6s ease 0s }
.fullmask video { margin-top: 5%; height: 70%; }
.fullmask .btn-close { position: relative; display: block; margin: 20px auto 0; width: 70px; height: 70px; background: url('../images/css_sprites.png') -306px -15px; border-radius: 50%; cursor: pointer; }
.fullmask.on { top: 0; opacity: 1; transition: top 0s ease 0s, opacity 0.6s ease 0s; }

.ft2_1 img{position: relative;top: 3px;left: 5px;} 
.ft1 ul li{float: left;padding: 0 70px;position: relative;}
.whd_pq::after{width: 0!important;}
.whd_pq h3{color: #6c6c6c;font-weight: bold;font-size: 20px;margin-bottom: 18px;}
.whd_pq dl dd  p{color: #a6a6a6;font-size: 15px;line-height: 32px;}
.whd_pq  p span{color: #6c6c6c;font-size: 15px;}
.ft1_p1{padding-left: 0!important;}
.ft1{margin-bottom: 115px;}
.ft1 ul li>p{color: #656365;font-size: 15px;margin-bottom: 20px;}
.ft1 ul li dd a{color: #a6a6a6;font-size: 14px;line-height: 32px;}
.ft1 ul li dd a:hover{color: #e60020;}
.ft1 ul li::after{content: '';width: 1px;height: 13px;background-color: #656365;position: absolute;right: 0;top: 6px;}
.ft2_1 p{color: #a6a6a6;font-size: 14px;}
.ft2_1 p a{color: #a6a6a6;font-size: 14px;}
.ft2_2 p{color: #a6a6a6;font-size: 14px;}
.ft2_2 ul li span{width: 28px; height: 25px;background: url('../images/css_sprites.png') -72px -15px;display: inline-block;margin-right: 15px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.ft2_2 ul li{float: left;}
.ft2_2 ul li span:hover{background: url('../images/css_sprites.png') -130px -15px;}

.home_sy_1 a{ width: 27px; height: 25px;background: url('../images/css_sprites.png') -15px -15px;display: inline-block;}
.home_sy{position: fixed;right: 1.5%;bottom: 15%;z-index: 9999999999;display: none;}
.home_sy_2a{background: url(../images/ys_top.png) no-repeat center;}
.home_sy_2b{background: url(../images/sy_bot.png) no-repeat center;}
.home_sy_2 ul li{width: 45px;height: 45px;background-color: #8c8c8c;margin-bottom: 8px;cursor: pointer;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.home_sy_1{text-align: center;margin-bottom: 10px;}
.home_sy_2 ul li:hover{background-color: #e60020;}


.dm1{color: #333;font-size: 15px;}
.dm2{color: #8d8384;font-family: victor2;font-size: 18px;}
.dm3{color: #eb2d2f;font-family: victor2;font-size: 18px;margin: 0 13px;}
.dm4{color: #eb2d2f;font-family: victor2;font-size: 18px;}
.top_2a_2c {margin-left: 15px;}

/* neiye */
.h1 { background: url(../images/ny/jj_banner.jpg) no-repeat center;
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
.h2 { background: url(../images/ny/culture.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h3 { background: url(../images/ny/cont_banner.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h4 { background: url(../images/ny/new_banner.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h5 { background: url(../images/ny/dj_banner.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h6 { background: url(../images/ny/tzz_banner.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h7 { background: url(../images/ny/jbao.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h8 { background: url(../images/ny/msdc_banner.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h9 { background: url(../images/ny/h9_banner.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h10 { background: url(../images/ny/h10_bg.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h11 { background: url(../images/ny/h11_bg.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.h12 { background: url(../images/ny/h12_bg.jpg) no-repeat center;
	  width: 100%;
	  height: auto;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover; }
.ny_b1 {
    padding: 12% 0 6% 0;
    display: block;
	 text-align: center;
}
.ny_b1a h3{color: #ffffff;font-size: 30px;letter-spacing: 3px;text-shadow: #000 0.1em 0.1em 0.2em;}
.ny_b1a p{color: #ffffff;font-size: 20px;margin-top: 20px;text-shadow: #000 0.1em 0.1em 0.2em;}
.ny_b1a{margin-bottom: 3%;}
.ny_nav{text-align: center;height: 75px;border-bottom: 1px solid #e8e8e8;}
.ny_nav ul li{float: left;margin: 0 26px;line-height: 75px;}
.ny_nav ul li a{color: #727072;font-size: 16px;}
.ny_nav ul li a:hover{color: #e5001f!important;}
.ny_nav ul{display: inline-block;}
.ny_jj_1{width: 283px;height: 740px;}
.ny_jj_2{width: 815px;padding: 80px 0 70px 90px;border-left: 1px solid #e8e8e8;}
.ny_jj_2a p{color: #737373;font-size: 15px;text-align: justify;margin-bottom: 2%;line-height: 28px;}
.ny_jj_1a{margin-top: 80px;}
.ny_jj_1a_1 h3{color: #8c8c8c;font-size: 24px;font-weight: normal;}
.ny_jj_1a_1 p{color: #000;font-size: 20px;margin: 10px 0 25px 0;}
.ny_jj_1a_1 span{display: inline-block;width: 50px;height: 1px;background-color: #e60020;position: relative;}
.ny_jj_1a_1 span::after{content: '';width: 25px;height: 1px;background-color: #e60020;position: absolute;bottom: -5px;left: 0;display: block;}
.ny_jj_1a_2{margin-top: 90px;}
.ny_jj_1a_2 ul li p{color: #595959;font-size: 15px;margin-bottom: 13px;}
.ny_jj_1a_2 ul li h3{font-family: victor2;font-size: 15px;color: #595959;font-weight: normal;}
.ny_jj_1a_2 ul li h3 span{font-size: 46px;color: #e60020;}
.ny_jj_1a_2 ul li{margin-bottom: 65px;}
.ny_jj_1a_2 ul li h3 font{color: #e60020;font-size: 30px;}

@keyframes icon{
	0%{
    opacity: 0.8;
		transform: translate(0,0);
	}
	50%{
    opacity: 1;
		transform: translate(0,35px);
	}
	100%{
    opacity: 0.8;
		transform: translate(0,0);
	}
}
.ny_b1 img{
	animation:  icon 1.5s linear infinite;
}

.ny_js{width: 100%;height: 598px;background: url(../images/ny/jj_bg1.jpg) no-repeat center;}
.ny_js_1{width: 825px;float: right;margin-top: 90px;}
.ny_js_1a_2{margin-top: 50px;}
.ny_js_1a_2 p{color: #737373;font-size: 15px;line-height: 40px;}
.ny_js_1b p{text-align: center;font-weight: bold;color: #333333;font-size: 18px;margin-top: 25px;}

.ny_lc{width: 100%;height: 663px;background: url(../images/ny/jj_bg2.jpg) no-repeat center;position: relative;}
.ny_lc_xian{position: absolute;width: 100%;height: 1px;background-color: #c3c4c4;bottom: 249px;z-index: 999;}
.ny_lc .ny_wrap{position: relative;padding-top: 113px;}
.ny_lc_1{background-color: rgba(255,255,255,0.9);height: 550px;}
.ny_lc_1 .ny_jj_1a_1{padding: 73px 0;text-align: center;}
.ny_lc_1 .ny_jj_1a_1 span{display: inline-block;width: 50px;height: 1px;background-color: #e60020;position: relative;}
.ny_lc_1 .ny_jj_1a_1 p{margin: 10px 0;}

.ny_lc_1a{width: 1100px;margin: 0 auto;overflow: hidden;}
.ny_lc_1a .swiper-slide h3{color: #e5001f;font-family: victor2;font-size: 40px;font-weight: normal;line-height: 40px;}
.ny_lc_1a .swiper-slide p{color: #878787;font-size: 15px;line-height: 30px;}
.ny_lc_1a .swiper-slide img{display: block;margin: 15px 0;position: relative;z-index: 9999;}

.ny_lc .ny_wrap .swiper-button-next{background:url(../images/ny/jj_right.png) no-repeat center;width: 44px;height: 44px;right: -5%;top: 62.5%;z-index: 99999;}
.ny_lc .ny_wrap .swiper-button-prev{background:url(../images/ny/jj_left.png) no-repeat center;width: 44px;height: 44px;left: -5%;top: 62.5%;z-index: 99999;}
.ny_lc .ny_wrap .swiper-button-next:hover{background:url(../images/ny/jj_righta.png) no-repeat center;right: -5%;}
.ny_lc .ny_wrap .swiper-button-prev:hover{background:url(../images/ny/jj_lefta.png) no-repeat center;left: -5%;}


.ny_bg3 { background: url(../images/ny/jj_bg3.jpg) no-repeat center;overflow: hidden;
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
.ny_bg3a {
    padding: 10% 0 10% 0;
    display: block;
	 text-align: center;
}
.ny_bg3a .ny_jj_1a_1 h3{color: #bebfc1;font-size: 24px;font-weight: normal;}
.ny_bg3a .ny_jj_1a_1 p{color: #fff;font-size: 20px;margin: 10px 0 25px 0;}
.ny_bg3a .ny_jj_1a_1 span{display: inline-block;width: 50px;height: 1px;background-color: #e60020;position: relative;}
.ny_bg3a .ny_jj_1a_1 span::after{content: '';width: 25px;height: 1px;background-color: #e60020;position: absolute;bottom: -5px;left: 12px;display: block;}
.ny_bg3a img{margin-top: 5%;}
.vvic a{color: #e5001f!important;font-weight: bold;}

/* honor */
.ny_honor{padding: 80px 0 120px 0;border-bottom: 1px solid #eaeaea;}
.pc-slide {
	width: 1200px;
	margin: 0 auto;
}

.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	height: 80px;
	position: relative;
	background: url(../images/ny/hon_dian.jpg) repeat-x center;
	/* overflow: hidden; */
}
.view .swiper-container{height: auto!important;}
.preview .swiper-container {
	width: 1180px;
	height: 80px;
	background: url(../images/ny/xxxx.jpg) repeat-x center 65px;
	margin-left: 40px;
}

.preview .swiper-slide {
	text-align: center;
	width: 225px;
	height: 80px;
	line-height: 80px;
	cursor:pointer;
	position: relative;
	/* top: -15px; */
	background: url(../images/ny/ho_2.png) no-repeat center;
}
.hon_pp2{width: 9px;height: 9px;background-color: #dcdcdc;position: absolute;bottom: 12px;left: 50%;border-radius: 50%;}
.active-nav .hon_pp2{border: 2px solid #0a8892;background-color: #fff;bottom: 10px;}
.preview .slide6 {
	width: 80px;
}
.preview .arrow-left {
	background:url(../images/ny/jj_left.png) no-repeat center;border-radius: 50%;background-size: 44px;
	position: absolute;
	left: -22px;
	top: 27%;
	margin-top: -9px;
width: 55px;height: 55px;
	z-index: 10;
}
.preview .arrow-left:hover{background: url(../images/ny/jj_lefta.png) no-repeat center;background-size: 44px;}
.preview .arrow-right {
	background:url(../images/ny/jj_right.png) no-repeat center;border-radius: 50%;background-size: 44px;
	position: absolute;
	right: -22px;
	top: 27%;
	margin-top: -9px;
width: 55px;height: 55px;
	z-index: 10;
}
.preview .arrow-right:hover{background: url(../images/ny/jj_righta.png) no-repeat center;background-size: 44px;}
.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.hon_pp1{font-size: 30px;color: #e60020;line-height: 80px;font-family: victor2;}
.active-nav .hon_pp1{color: #e60020;font-size: 36px;font-family: victor2;}
.active-nav {background: url(../images/ny/ho_1.png) no-repeat center!important;}
.ny_honor_1 h3{width: 70px;color: #e5001f;font-size: 20px;background: url(../images/ny/hor_right.png) no-repeat center right;}
.ny_honor_2{width: 1100px;}
.view{margin-top: 95px;}
.ny_honor_2 p{color: #737373;font-size: 15px;text-align: justify;line-height: 30px;}
.view .swiper-slide li{margin-bottom: 40px;}
.view .swiper-slide{background: url(../images/ny/hon_d2.jpg) repeat-y center left 62px;}


.ny_honor .ry-qh { width: 1200px; height: 385px; margin: 0 auto; margin-bottom: 60px; position: relative;}
.ny_honor .ry-qh .swiper-container { position: static}
.ny_honor .ry-qh .swiper-slide {float: left;border: 1px solid #d4d4d4;height: 320px; box-sizing: border-box;}
.ny_honor .ry-qh .swiper-slide a { display:block; width: 100%; height: 100%;}
.ny_honor .ry-qh .swiper-slide .d1 { width: 100%; height: 200px; overflow: hidden; margin-bottom: 20px;}
.ny_honor .ry-qh .swiper-slide .d1 img { width: 100%; height: 100%; display: block;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_honor .ry-qh .swiper-slide .d2 { width: 90%; margin: 0 auto; font-weight: bold;box-sizing: border-box; color: #595959;font-size: 16px;display: -webkit-box;height: 48px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; margin-bottom: 20px;}
.ny_honor .ry-qh .swiper-slide .d3 { width: 100%;height: 9px;background: url(../images/more_r.png) no-repeat 94% center;margin-top: 8px;}
.ny_honor .ry-qh .swiper-slide:hover .d1 img{transform: scale(1.1);}
.ny_honor .ry-qh .swiper-slide:hover .d3 {background: url(../images/more_ra.png) no-repeat 94% center;}
.ny_honor .ry-qh .swiper-container-horizontal>.swiper-pagination-bullets { bottom:0;}
.ny_honor .ry-qh .swiper-pagination-bullet{ width: 12px; height: 12px; background:none; border: 1px solid #333; box-sizing: border-box; margin: 0 9px;}
.ny_honor .ry-qh .swiper-pagination-bullet-active {background:#d93037;border:0}
.ny_honor .ry-qh .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 9px;}






/* culture */
.ny_culture{border-bottom: 1px solid #eaeaea;}
.cul_1{text-align: center;margin: 80px 0;}
.cul_1 h3{color: #333333;font-size: 30px;font-weight: normal;margin-bottom: 30px;}
.cul_1 p{color: #808080;font-size: 16px;line-height: 36px;}
 
.cul_p1{border-right: 1px solid #f0898a;border-bottom: 1px solid #f0898a;padding-left: 100px;}
.cul_p2{border-top: 1px solid #f0898a;border-left: 1px solid #f0898a;padding-left: 60px;position: relative;top: -1px;left: -1px;}
.cul_p4{padding-left: 100px;}
.cul_p3{padding-left: 60px;}

.cul_3{padding: 95px 0;}
.cul_3a{text-align: center;}
.cul_3a h3{color: #595959;font-size: 26px;font-weight: normal;}
.cul_3a img{display: inline-block;margin: 12px 0 25px 0;}
.cul_3a p{color: #808080;font-size: 16px;line-height: 36px;}

.cul_3b ul li{float: left;position: relative;cursor: pointer;}
.cul_3b{margin-top: 70px;overflow: hidden;}
.cul_3b_3{background: rgba(230,0,32,0.5);width: 100%;height: 100%;position: absolute;top: 0;left: 0;transform: translate(0,100%);
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_3b_2{position: absolute;top: 36%;width: 100%;text-align: center;z-index: 99;transform: translate(-70px,0);opacity: 0;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_3b_2 h3{color: #ffffff;font-size: 20px;font-weight: normal;}
.cul_3b_2 p{color: #fff;font-size: 15px;line-height: 36px;}
.cul_3b_2 img{display: inline-block;margin: 10px 0 10px 0;}
.cul_3b_1 img{display: block;}
.cul_whd .cul_3b_3{transform: translate(0,0);
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_whd .cul_3b_2{transform: translate(0,0);opacity: 1;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.cul_4{text-align: center;margin-top: 85px;}
.cul_4 a{display: inline-block;font-size: 16px;border: 1px solid #e4596b;background-color: #e4596b;padding: 10px 40px;color: #fff;}

.ny_cont .ny_wrap{margin: 60px auto;}
.ny_cont_1 h3{color: #333333;font-weight: normal;font-size: 22px;}
.ny_cont_1 span{display: block;width: 40px;height: 2px;background-color: #e10000;margin: 20px 0;}
.ny_cont_1 p{color: #8c8c8c;font-size: 15px;}
.ny_cont_2 p{text-align: center;color: #8c8c8c;font-size: 15px;}
.ny_cont_3 iframe{border: 0;}
#pictureViewer{z-index: 99999999999999999999999999999999999999999999999999999!important;overflow: hidden;overflow-y: hidden;overflow-x: hidden;}


.ny_news_ml{margin: 60px 0 0 0;}
.ny_news_ml ul li{float: left;margin: 0 50px 30px 0;text-align: center;}
.ny_news_ml ul{width: 1350px;}
.ny_news_mla img{display: block;width: 100%;height: 275px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_news_ml ul li p{text-align: center;font-size: 16px;line-height: 50px;}
.ny_news_mla div{width: 200px;height: 275px;overflow: hidden;border: 1px solid #ccc;padding: 6px;}
.ny_news_ml ul li:hover .ny_news_mla img{transform: scale(1.06);}

.ny_xwff1_a3 img{display: block;width: 100%;}
.ny_xwff1_a3 a{margin-bottom: 10px;display: block;}
.ny_xwff1 {padding-right: 80px;}
.ny_xwff1_a{margin-top: 60px;}
.ny_xwff1_a1 p{color: #e7d7d7;font-size: 30px;font-family: victor3;text-transform: uppercase;margin-bottom: 5px;}
.ny_xwff1_a2{margin: 40px 0 75px 0;}
.ny_xwff1_a2 h3{color: #454545;font-size: 36px;font-family: victor3;font-weight: normal;}
.ny_xwff1_a2 h3 span{}
.ny_xwff1_a2 p{color: #999999;font-size: 16px;margin-top: 8px;}
.ny_xwff2 {border-left: 1px solid #e0e0e0;width: 755px;padding: 60px 0 30px 40px;}
.ny_xwff2_a{width: 755px;}
.ny_xwff2_a ul li{margin-bottom: 20px;height: 155px;background:#f7f7f7 url(../images/more_r.png) no-repeat center right 35px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a1{float: left;width: 155px;background-color: #e7d7d7;height: 155px;text-align: center;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a2{float: left;}
.ny_xwff2_a1 h3{color: #fff;font-size: 57px;font-weight: normal;font-family: victor3;line-height: 57px;margin-top: 35px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a1 p{color: #ffffff;font-family: victor3;font-size: 18px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_xwff2_a2{width: 470px;margin: 50px 0 0 37px;}
.ny_xwff2_a2 h3{color: #595959;font-size: 18px;font-weight: bold;	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */}
.ny_xwff2_a2 p{color: #595959;font-size: 15px;margin-top: 5px;}
.ny_xwff2_a ul li:hover .ny_xwff2_a1{background-color: #e60020;}
.ny_xwff2_a ul li:hover .ny_xwff2_a2 h3{color: #e60020;}
.ny_xwff2_a ul li:hover .ny_xwff2_a2 p{color: #e60020;}
.ny_xwff2_a ul li:hover {background:#f7f7f7 url(../images/more_ra.png) no-repeat center right 35px;}
.ny_xwff2 iframe{border: 0;}

.ny_news_1 ul li{float: left;width: 375px;margin: 0 35px 40px 0;border: 1px solid #d4d4d4;min-height: 200px;cursor: pointer;}
.ny_news_1{padding: 60px 0;}
.ny_news_1 ul{width: 1350px;}
.ny_news_1b{padding: 5%;}
.ny_news_1b h3{color: #595959;font-size: 16px;		display: -webkit-box;height: 48px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;}
	.fflpps{margin-top: 20px;}
.ny_news_1b p{color: #8c8c8c;font-size: 14px;margin: 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newssp_1 {color: #8c8c8c;font-size: 14px;}
.newssp_2 {width: 29px;height: 9px;background: url(../images/more_r.png) no-repeat center;display: inline-block;margin-top: 8px;}
.ny_news_1a{height: 200px;overflow: hidden;}
.ny_news{border-bottom: 1px solid #eaeaea;}
.ny_news_1a img{width: 100%;display: block;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_news_1 ul li:hover .ny_news_1a img{transform: scale(1.1);}
.ny_news_1 ul li:hover .ny_news_1b p{color: #e5001f;}
.ny_news_1 ul li:hover .newssp_2 {background: url(../images/more_ra.png) no-repeat center;}

.ny_zrbg{margin: 60px 0;}
.ny_zrbg ul li{float: left;width: 275px;margin: 0 30px 30px 0;}
.ny_zrbg ul li div{width: 275px;height: 374px;overflow: hidden;border: 2px solid #e6e2e3;}
.ny_zrbg ul li img{display: block;width: 100%;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_zrbg ul{width: 1350px;}
.ny_zrbg ul li:hover div img{transform: scale(1.05);}
.ny_zrbg ul li p{text-align: center;color: #595959;font-size: 15px;line-height: 60px;}

#laosding1{width: 120px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto;}
#laosding1 a{color: #656365;font-size: 14px;display: block;width: 100%;height: 100%;border: 1px solid #b3b3b3;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.clear{display: block!important;}
#laosding1 a:hover{color: #fff;background-color: #e60020;border: 1px solid #e60020;}

/* 分页 */
.fy{clear:both;margin-top:20px;color:#4e2b13;text-align:center;font-size:0;}
.fy a{display:inline-block;margin:0 7px;padding:4px 12px;color:#777;font-size:12px;border:1px solid #ddd;}
.fy a:hover,.pages a.on{color:#fff;background:#db1b23;border-color:#db1b23;}

.ny_dj .ny_wrap{padding: 75px 0 65px 0;}
.ny_dj_1 h3{text-align: center;color: #333333;font-size: 24px;font-weight: normal;margin-bottom: 80px;letter-spacing: 2px;}
.ny_dj_2{width: 100%;height: 58px;background: url(../images/ny/djk_03.jpg) no-repeat center;line-height: 58px;}
.ny_dj_2 p{color: #fff;font-size: 16px;margin-left: 25px;}
.ny_dj_3{margin: 65px 0;}
.ny_dj_3a ul li p{color: #808080;font-size: 16px;}
.ny_dj_3a ul li p span{color: #e60020;display: inline-block;margin-right: 15px;font-weight: bold;}
.ny_dj_3a ul li {margin-bottom: 34px;}
.ny_dj_3a ul {margin-top: 25px;}
.ny_dj_3a ul li img{display: inline-block;position: relative;left: 16px;}
.ny_dj_4 h3{color: #e60020;font-size: 18px;margin: 40px 0;}
.ny_dj_4 ul li{margin-bottom: 40px;}
.ny_dj_4 ul li p{color: #808080;font-size: 15px;line-height: 36px;}
.ny_dj_5{background-color: #e5001f;}
.ny_dj_5a{border-bottom: 2px solid #ee596d;padding-bottom: 40px;}
.ny_dj_5b ul li{float: left;width: 390px;margin: 0 15px 0 0;}
.ny_dj_5b ul {width: 1350px;}
.ny_dj_5b{margin-top: 60px;}
.ny_dj_5b ul li h3{color:#ffffff;font-size: 18px;text-align: center;margin-top: 30px;}
.ny_dj_5b_1{position: relative;height: 300px;overflow: hidden;}
.ny_dj_5b_1a img{display: block;width: 100%;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_dj_5b_1b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);opacity: 0;
	 -webkit-transition: 0.8s;
	 -moz-transition: 0.8s;
	 -ms-transition: 0.8s;
	 -o-transition: 0.8s;
	 transition: 0.8s;
}
.ny_dj_5b_1b p{color: #fff;font-size: 14px;line-height: 30px;padding: 40px;text-align: justify;}
.ny_dj_5b ul li:hover .ny_dj_5b_1a img{transform: scale(1.1);}
.ny_dj_5b ul li:hover .ny_dj_5b_1b{opacity: 1;}

.ny_tzz{padding: 60px 0 70px 0;border-bottom: 1px solid #eaeaea;}
.ny_tzz_1{background-color: #e60020;padding: 37px 50px;}
.ny_tzz_1a span{color: #fff;}
.tz_sp1{font-size: 24px;}
.tz_sp2{font-size: 30px;margin: 0 10px;}
.tz_sp3{font-size: 16px;}
.ny_tzz_1b ul li{float: left;color: #fff;}
.ny_tzz_1b{margin: 55px 0;}
.fp_1{margin: 0 105px;}
.fp_2{margin: 0 105px;}
.ny_tzz_1b ul li p{font-size: 16px;margin-bottom: 14px;}
.tzz_sp4,.tzz_sp5,.tzz_sp6,.tzz_sp8{font-weight: bold;font-size: 24px;}
.tzz_sp1{font-size: 40px;font-weight: bold;}
.tzz_sp2{font-size: 16px;margin: 0 8px;}
.tzz_sp3{font-size: 16px;}
.fp_3{margin-top: 30px;}
.ny_tzz_1c span{display: inline-block;color: #f6a6b1;margin-right: 50px;font-size: 15px;}
.ny_tzz_2a ul li{border-bottom: 1px dashed #d6d6d6;line-height: 95px;padding: 0 25px;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.trz_p1 {color: #595959;font-size: 25px;display: inline-block;margin-right: 27px;font-family: victor2;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.trz_p2 {color: #595959;font-size: 20px;width: 475px;	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.ny_tzz_2{margin-top: 60px;}
.trz_p3 {color: #949494;font-size: 14px;}
.ny_tzz_2a {width: 750px;}
.ny_tzz_2a ul li:hover {background-color: #f1eced;}
.ny_tzz_2a ul li:hover .trz_p1 {color: #e50020;}
.ny_tzz_2a ul li:hover .trz_p2 {color: #e50020;}
.ny_tzz_2b {width: 375px;height: 420px;background-color: #77686a;}
.ny_tzz_2b_1{margin: 60px 0 0 60px;}
.ny_tzz_2b_1 h3{color: #ffffff;font-size: 20px;font-weight: normal;}
.ny_tzz_2b_1 p{color: #8c8c8c;font-size: 20px;}
.ny_tzz_2b_1 ul li{color: #fff;font-size: 15px;line-height: 50px;padding-left: 45px;}
.tzx_li1{background: url(../images/ny/zzt_03.jpg) no-repeat center left;}
.tzx_li2{background: url(../images/ny/zzt_09.jpg) no-repeat center left;}
.tzx_li3{background: url(../images/ny/zzt_11.jpg) no-repeat center left;}
.ny_tzz_2b_1 span{display: inline-block;width: 50px;height: 1px;background-color: #fff;position: relative;}
.ny_tzz_2b_1 span::after{content: '';width: 25px;height: 1px;background-color: #fff;position: absolute;bottom: -5px;left: 0;display: block;}

#laosding2{width: 140px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto;margin-top: 50px;}
#laosding2 a{color: #656365;font-size: 14px;display: block;width: 100%;height: 100%;border: 1px solid #b3b3b3;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.clear{display: block!important;}
#laosding2 a:hover{color: #fff;background-color: #e60020;border: 1px solid #e60020;}
.whd_nb{color: #22ac38;background: url(../images/xbot.png) no-repeat center right!important;padding-right: 12px;}
.gp4{color: #fff;background: url(../images/ny/jiahao.png) no-repeat center left;padding-left: 12px;background-size: 11px;}
.dm4{background: url(../images/xbot_1.png) no-repeat center right;padding-right: 12px;}
.gp5{color: #22ac38;background: url(../images/xbot.png) no-repeat center right!important;padding-right: 12px;}

.ny_cont_5{margin-bottom: 60px;}
.ny_jb{padding: 75px 0;border-bottom: 1px solid #eaeaea;}
.ny_jb h2{color: #404040;font-size: 18px;}
.ny_jb h2 span{color: #e50020;}
.ny_jb ul li h3{color: #3f3f3f;font-size: 18px;margin-bottom: 20px;}
.ny_jb ul li p{color: #737373;font-size: 15px;line-height: 40px;}
.ny_jb ul li {margin-top: 50px;}
.ny_jb ul li img{display: block;margin-top: 10px;}

/* 民生地产 */
.msdc_1{width: 100%;height: 589px;background: url(../images/ny/msdc_02.jpg) no-repeat center;}
.msdc_1 .ny_wrap{padding-top: 110px;}
.msdc_1a h3{color: #333333;font-size: 24px;font-weight: normal;margin-bottom: 6px;}
.msdc_1a span{display: inline-block;width: 50px;height: 1px;background-color: #e60020;position: relative;}
.msdc_1a span::after{content: '';width: 25px;height: 1px;background-color: #e60020;position: absolute;bottom: -5px;left: 0;display: block;}
.msdc_1b{margin: 36px 0;}
.msdc_1b p{color: #878787;font-size: 15px;}
.msdc_1c p{line-height: 35px;color: #878787;font-size: 15px;}
.msdc_1c p span{color: #e60020;font-size: 16px;}
.msdc_2{margin: 82px 0;}
.tit_h{text-align: center;}
.tit_h h3{color: #333333;font-size: 24px;font-weight: normal;margin-bottom: 6px;}
.tit_h span{display: inline-block;width: 50px;height: 1px;background-color: #e60020;position: relative;}
.tit_h span::after{content: '';width: 25px;height: 1px;background-color: #e60020;position: absolute;bottom: -5px;left: 14px;display: block;}
.msdc_2a{margin: 40px 0;text-align: center;}
.msdc_2a p{color: #878787;font-size: 15px;line-height: 32px;}
.msdc_2c ul li{float: left;width: 390px;height: 495px;margin-right: 15px;position: relative;}
.msdc_2c ul{width: 1360px;}
.msdc_2c_1 img{display: block;}
.msdc_2c_2a{position: absolute;top: 10%;left: 0;width: 100%;text-align: center;}
.msdc_2c_2a h3{color: #fff;font-size: 18px;font-weight: normal;}
.msdc_2c_2a p{color: #fff;font-size: 16px;margin-top: 6px;}
.msdc_2c_2b{position: absolute;bottom: 8%;left: 0;width: 100%;text-align: center;}
.msdc_2c_2b p{color: #fff;font-size: 14px;line-height: 30px;}
.msdc_2c_3{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);text-align: center;z-index: 999;opacity: 0;
	 -webkit-transition: 0.5s;
	 -moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
}
.msdc_2c_3 a{display: inline-block;width: 40%;height: 45px;background-color: #eb334d;text-align: center;line-height: 45px;color: #fff;font-size: 16px;margin-top: 60%;}
.msdc_2c ul li:hover .msdc_2c_3{opacity: 1;}

.msdc_3{background: #f6f6f6 url(../images/ny/dc_bg2.jpg) no-repeat center;padding: 100px 0;}
.msdc_3a{width: 515px;}
.msdc_3b{width: 646px;height: 416px;overflow: hidden;}
.msdc_3a_1 ul li{float: left;width: 26%;text-align: center;margin-right: 36px;margin-bottom: 30px;cursor: pointer;}
.msdc_3a_1 ul li div{width: 80px;height: 80px;border-radius: 50%;display: inline-block;}
.msdc_3a_1 ul li:hover p{color: #e60020;}
.msdc_3a_1 ul li:hover:nth-child(2) div{background: url(../images/ny/jxp_18a.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(3) div{background: url(../images/ny/jxp_05a.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(4) div{background: url(../images/ny/jxp_07a.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(5) div{background: url(../images/ny/jxp_12a.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(6) div{background: url(../images/ny/jxp_15a.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(7) div{background: url(../images/ny/jxp_17a.png) no-repeat center;}
.msdc_3a_1 ul li:hover:nth-child(1) div{background: url(../images/ny/jxp_03a.png) no-repeat center;}

.dc_yqq1{background: url(../images/ny/jxp_03.png) no-repeat center;}
.dc_yqq2{background: url(../images/ny/jxp_05.png) no-repeat center;}
.dc_yqq3{background: url(../images/ny/jxp_07.png) no-repeat center;}
.dc_yqq4{background: url(../images/ny/jxp_12.png) no-repeat center;}
.dc_yqq5{background: url(../images/ny/jxp_15.png) no-repeat center;}
.dc_yqq6{background: url(../images/ny/jxp_17.png) no-repeat center;}
.dc_yqq7{background: url(../images/ny/jxp_18.png) no-repeat center;}

.dc_jx_vic .dc_yqq1{background: url(../images/ny/jxp_03a.png) no-repeat center!important;}
.dc_jx_vic .dc_yqq2{background: url(../images/ny/jxp_05a.png) no-repeat center;}
.dc_jx_vic .dc_yqq3{background: url(../images/ny/jxp_07a.png) no-repeat center;}
.dc_jx_vic .dc_yqq4{background: url(../images/ny/jxp_12a.png) no-repeat center;}
.dc_jx_vic .dc_yqq5{background: url(../images/ny/jxp_15a.png) no-repeat center;}
.dc_jx_vic .dc_yqq6{background: url(../images/ny/jxp_17a.png) no-repeat center;}
.dc_jx_vic .dc_yqq7{background: url(../images/ny/jxp_18a.png) no-repeat center;}
.dc_jx_vic p{color: #e60020!important;}

.msdc_3a_1::-webkit-scrollbar {    width: 6px;}
.msdc_3a_1::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.msdc_3a_1::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.msdc_3a_1::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}
.msdc_3a_1{margin: 60px 0 0 -25px;height: 290px;overflow-y: auto;}
.msdc_3a_1 ul li p{color: #595959;font-size: 14px;font-weight: bold;line-height: 20px;margin-top: 5px;}
.msdc_3b_1 .swiper-slide div{position: absolute;bottom: 0;left: 0;width: 100%;padding: 4% 5%;background: rgba(0,0,0,0.6);}
.msdc_3b_1 .swiper-slide img{display: block;width: 646px;height: 416px;}
.msdc_3b_1 .swiper-slide div h3{color: #fff;font-size: 16px;}
.msdc_3b_1 .swiper-slide div p{color: #fff;font-size: 14px;margin-top: 5px;}
.msdc_3b_1{position: relative;}
.msdc_3b_1 .swiper-button-next{background:rgba(255,255,255,0.4) url(../images/ny/right.png) no-repeat center;width: 38px;height: 38px;right: 5%;background-size: 12px;}
.msdc_3b_1 .swiper-button-prev{background:rgba(255,255,255,0.4) url(../images/ny/left.png) no-repeat center;width: 38px;height: 38px;left: 5%;background-size: 12px;}
.msdc_3b_1 .swiper-button-next:hover{background:rgba(226,1,25,0.5) url(../images/ny/right.png) no-repeat center;background-size: 12px;}
.msdc_3b_1 .swiper-button-prev:hover{background:rgba(226,1,25,0.5) url(../images/ny/left.png) no-repeat center;background-size: 12px;}

.msdc_4{width: 100%;height: 718px;background: url(../images/ny/dqwee.jpg) no-repeat center;overflow: hidden;}
.msdc_4a{padding: 100px 0;position: relative;}
.msdc_4a_1 p{text-align: center;color: #fff;font-size: 14px;margin: 50px 0;}
.msdc_4a_2 .swiper-container1{overflow: hidden;}
.msdc_4a_2 .swiper-slide div{background-color: #fff;padding: 6% 8%;}
.msdc_4a_2 .swiper-slide div h3{color: #e60020;font-size: 18px;margin-bottom: 20px;margin-left: -10px;}
.msdc_4a_2 .swiper-slide div p{color: #878787;font-size: 15px;line-height: 30px;margin-bottom: 7px;}
.msdc_4a_2 .swiper-slide div p span{color: #333;display: inline-block;margin-right: 5px;}

.msdc_4a_2{position: relative;}
.msdc_4a_2 .swiper-button-next{background: url(../images/ny/jj_left_p2.png) no-repeat center;width: 44px;height: 44px;right: -5%;}
.msdc_4a_2 .swiper-button-prev{background: url(../images/ny/jj_left_p1.png) no-repeat center;width: 44px;height: 44px;left: -5%;}
.msdc_4a_2 .swiper-button-next:hover{background: url(../images/ny/jj_righta.png) no-repeat center;}
.msdc_4a_2 .swiper-button-prev:hover{background: url(../images/ny/jj_lefta.png) no-repeat center;}

.msdc_5{background: #f6f6f6 url(../images/ny/msdc_17.jpg) no-repeat center;height: 750px;}
.msdc_5_a{width: 695px;float: right;}
.msdc_5_a .msdc_1a{margin: 80px 0 75px 150px;}
.msdc_5_a_1 ul li h3{color: #fff;font-size: 32px;font-family: victor3;font-weight: normal;position: relative;} 
.msdc_5_a_1 ul li h3::after{content: '';width: 30px;height: 2px;background-color: #e60020;position: absolute;right: -50px;top: 13px;}
.msdc_5_a_1 ul li p{color: #878787;font-size: 15px;width: 545px;line-height: 30px;} 
.msdc_5_a_1 ul li {margin-bottom: 60px;}
.msdc_5_a_1{overflow: hidden;height: 420px;overflow-y: auto;}
.msdc_5_a_1::-webkit-scrollbar { width: 6px;}
.msdc_5_a_1::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.msdc_5_a_1::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.msdc_5_a_1::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}

.msdc_6{background:url(../images/ny/msdc_18.jpg) no-repeat center;height: 864px;}
.msdc_6 .ny_wrap{padding-top: 85px;}
.msdc_6 .tit_h h3{color: #fff;}
.msdc_6a{background-color: #fff;margin-top: 50px;text-align: center;padding: 60px 0;}
.msdc_6a_1b img{margin: 55px 0;}
.msdc_6a_1c img{display: none;}
.msdc_6a_1c a{display: inline-block;width: 44px;height: 44px;background: url(../images/ny/jj_right.png) no-repeat center;}
.msdc_6a_1c a:hover{background: url(../images/ny/jj_righta.png) no-repeat center;}
.msdc_6a_1a ul{text-align: center;}
.msdc_6a_1a ul li{display: inline-block;padding: 0 25px;}
.msdc_6a_1a ul li p{display: inline-block;color: #878787;font-size: 16px;}
.msdc_6a_sp1{color: #2bddab;}
.msdc_6a_sp2{color: #1ac2dc;}
.msdc_6a_sp3{color: #069ef7;}
.msdc_7{background-color: #f5f5f5;padding: 90px 0  0 0;border-bottom: 1px solid #eaeaea;}
.msdc_7a_1{margin-top: 65px;}
.msdc_7a_1b {width: 425px;padding: 55px 40px;background-color: #fff;height: 600px;}
.msdc_7a_1b iframe{border: 0;overflow-y: hidden;}
.msdc_7a_1a {margin-top: 55px;}
.msdc_7a_1b_1a h3{color: #e3000c;font-size: 20px;font-weight: normal;}
.msdc_7a_1b_1a p{color: #999999;text-transform: uppercase;font-size: 18px;}
.msdc_7a_1b_1a{margin-bottom: 50px;}
.msdc_7a_1b_1b select{width: 48%;border: 0;border-bottom: 2px solid #e3000c;display: inline-block;outline: none;height: 44px;font-size: 15px;}
.b_xm p{float: left;font-size: 15px;color: #878787;margin: 0 27px 15px 0;}
.a_xm{margin-bottom: 32px;}
.b_xm{height: 450px;overflow: hidden;overflow-y: auto;}
.b_xm::-webkit-scrollbar { width: 6px;}
.b_xm::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.b_xm::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.b_xm::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}
.msdc_7a_1b {width: 425px;padding: 55px 40px;background-color: #fff;height: 600px;}
			.msdc_7a_1a {margin-top: 55px;}
			.msdc_7a_1b_1a h3{color: #e3000c;font-size: 20px;font-weight: normal;}
			.msdc_7a_1b_1a p{color: #999999;text-transform: uppercase;font-size: 18px;}
			.msdc_7a_1b_1a{margin-bottom: 50px;}
			.msdc_7a_1b_1b select{width: 42%;border: 0;border-bottom: 2px solid #e3000c;display: inline-block;outline: none;height: 44px;font-size: 15px;}
			.b_xm p{float: left;font-size: 15px;color: #878787;margin: 0 27px 15px 0;}
			.a_xm{margin-bottom: 32px;position: relative;}
			.b_xm{height: 450px;overflow: hidden;overflow-y: auto;}
			.b_xm::-webkit-scrollbar { width: 6px;}
			.b_xm::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
			.b_xm::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
			.b_xm::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}
			.sousuo{background: #e3000c url(/public/uploads/20231218/3d830586e7fbce29bd6315d7ce5e4046.png) no-repeat center;width: 50px;height: 50px;background-size: 32px;cursor: pointer;border: 0;outline: none;position: absolute;bottom: 0;right: 0;}.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: "微软雅黑";
 }
}