@charset "utf-8";
/* CSS Document */
.hy-main input[type=text]:focus, .hy-main input[type=password]:focus, .hy-main textarea:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: none;
    border-color: rgba(140,215,255,.75);
    box-shadow: 0 0 8px rgba(140,215,225,.5);
    -moz-box-shadow: 0 0 8px rgba(140, 215, 225.5);
    -webkit-box-shadow: 0 0 8px rgba(140,215,225,3);
}
fieldset, img {
    border: 0;
}
img {
    max-width: 100%;
}
ul, li {
    list-style: none;
}
em, i {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #333;
}
textarea, input {
    font-family: Arial, Helvetica, "sans-serif";
}
a:hover {
    text-decoration: none;
    color: #234b89;
}
a:focus, input, button, select, textarea {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-variant: normal;
}
input, select, img {
    vertical-align: middle;
}
legend {
    display: none;
}
textarea {
    resize: none;
}
.clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.pt10 {
    padding-top: 10px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.ov {
    overflow: hidden;
}
.rel {
    position: relative;
}
.tc {
    text-align: center;
}
.mt15 {
    margin-top: 15px;
}
.none {
    display: none;
}
.block {
    display: block;
}
.mr10 {
    margin-right: 10px;
}
.mt2 {
    margin-top: 2%;
}
.blue {
    color: #0075c1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #666;
}
.picfd {
    overflow: hidden;
}
.picfd img {
    transition: all 0.5s ease;
}
a:hover .picfd img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #666;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #666;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #666;
}
.translateX-100 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.translateX_100 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}
.translateY-100 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.translateY_100 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.transition {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.scale-0 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.animate.translateX-100, .animate.translateX_100, .animate.translateY_100, .animate.translateY-100, .animate.scale-0 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
/*style.css样式表*/

body { /*padding-top:95px;*/
}
.df, .dfcc, .dfccs, .dflc, .dflcs, .dflr, .dflrc, .dflrs {
    display: -webkit-flex;
    display: flex;
}
.dflr, .dflrc {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wrap {
    max-width: 90%;
    margin: 0 auto;
}
/*header*/

#fun1 {
    display: none;
}
.header_fenxiang {
    float: right;
    margin-right: 5px;
    margin-bottom: 7px;
}
.header_fenxiang dt {
    line-height: 24px;
    float: left;
    height: 24px;
    width: 24px;
    margin-left: 5px;
}
.header_fenxiang dt a {
    background-color: #666;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 24px;
    margin: 0px;
    padding: 0px;
}
.header_fenxiang dt a:hover {
    text-decoration: none;
    background-color: #0068b7;
}
.header_fenxiang dt i {
    font-size: 16px;
}
.sear {
    overflow: hidden;
    float: right;
    margin-bottom: 7px;
}
.sear form {
    overflow: hidden;
}
.sear input {
    float: left;
}
.sear .text {
    line-height: 20px;
    float: left;
    width: 280px;
    overflow: hidden;
    height: 20px;
    text-indent: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #FFF;
}
.sear .sub {
    float: left;
    height: 20px;
    width: 19px;
    overflow: hidden;
    padding: 0px;
    background-color: #FFF;
}
.menu .branch {
    height: 24px;
    display: block;
}
/*语言选择开始*/
.language {
    margin: 2px 0;
    display: inline-block;
    float: right;
}
.language .cur {
    cursor: pointer;
    position: relative;
    padding: 2px 5px 2px 6px;
    background-color: #fff;
}
.language .cur e {
    color: #555;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../images/flag.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 20px;
    display: block;
}
.language .cur e i {
    font-weight: bold;
    font-size: 12px;
    margin-left: 3px;
}
.language .cur:hover e {
    color: #ff3b23;
}
.language ul.language-list {
    text-align: left;
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 0;
    list-style-type: none;
    background-color: #fff;
    font-size: 12px;
    height: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    opacity: 0;
}
.language .cur:hover .language-list {
    opacity: 1;
    height: auto;
    padding: 2px 5px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.language ul.language-list li {
    padding: 4px 4px 2px 4px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 3px 0 2px 0;
}
.language ul.language-list li a {
    color: #1b1b1b;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../images/flag.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 30px;
    float: left;
    width: 100%;
    white-space: nowrap;
}
.language ul.language-list li:hover {
    background-color: #0068b7;
}
.language ul.language-list li:hover a {
    color: #fff;
}
.language e i {
    color: #666;
}
.language e.cn, .language ul.language-list li a.cn {
    background-position: 0 0;
}
.language e.en, .language ul.language-list li a.en {
    background-position: 0 -22px;
}
.language e.es, .language ul.language-list li a.es {
    background-position: 0 -44px;
}
.language e.nl, .language ul.language-list li a.nl {
    background-position: 0 -66px;
}
.language e.ar, .language ul.language-list li a.ar {
    background-position: 0 -88px;
}
.language e.ru, .language ul.language-list li a.ru {
    background-position: 0 -110px;
}
.language e.de, .language ul.language-list li a.de {
    background-position: 0 -132px;
}
.language e.ja, .language ul.language-list li a.ja {
    background-position: 0 -154px;
}
.language e.pt, .language ul.language-list li a.pt {
    background-position: 0 -176px;
}
.language e.fr, .language ul.language-list li a.fr {
    background-position: 0 -198px;
}
.language e.it, .language ul.language-list li a.it {
    background-position: 0 -220px;
}
.language e.ko, .language ul.language-list li a.ko {
    background-position: 0 -242px;
}
.language e.th, .language ul.language-list li a.th {
    background-position: 0 -264px;
}
.language e.el, .language ul.language-list li a.el {
    background-position: 0 -286px;
}
.language e.pl, .language ul.language-list li a.pl {
    background-position: 0 -308px;
}
.language e.bul, .language ul.language-list li a.bul {
    background-position: 0 -330px;
}
.language e.est, .language ul.language-list li a.est {
    background-position: 0 -352px;
}
.language e.dan, .language ul.language-list li a.dan {
    background-position: 0 -374px;
}
.language e.fin, .language ul.language-list li a.fin {
    background-position: 0 -396px;
}
.language e.cs, .language ul.language-list li a.cs {
    background-position: 0 -418px;
}
.language e.rom, .language ul.language-list li a.rom {
    background-position: 0 -440px;
}
.language e.slo, .language ul.language-list li a.slo {
    background-position: 0 -462px;
}
.language e.swe, .language ul.language-list li a.swe {
    background-position: 0 -484px;
}
.language e.hu, .language ul.language-list li a.hu {
    background-position: 0 -506px;
}
.language e.hi, .language ul.language-list li a.hi {
    background-position: 0 -528px;
}
.language e.tr, .language ul.language-list li a.tr {
    background-position: 0 -550px;
}
.language e.vi, .language ul.language-list li a.vi {
    background-position: 0 -572px;
}
.language e.fa, .language ul.language-list li a.fa {
    background-position: 0 -594px;
}
.language e.he, .language ul.language-list li a.he {
    background-position: 0 -616px;
}
.language e.sk, .language ul.language-list li a.sk {
    background-position: 0 -638px;
}
.language e.id, .language ul.language-list li a.id {
    background-position: 0 -660px;
}
.language e.lt, .language ul.language-list li a.lt {
    background-position: 0 -682px;
}
.language e.lv, .language ul.language-list li a.lv {
    background-position: 0 -704px;
}
.language e.ms, .language ul.language-list li a.ms {
    background-position: 0 -726px;
}
.language e.no, .language ul.language-list li a.no {
    background-position: 0 -748px;
}
.language e.uk, .language ul.language-list li a.uk {
    background-position: 0 -770px;
}
.language e.ur, .language ul.language-list li a.ur {
    background-position: 0 -792px;
}
.language e.hr, .language ul.language-list li a.hr {
    background-position: 0 -814px;
}
.language e.tw, .language ul.language-list li a.tw {
    background-position: 0 0;
}
.language e.bn, .language ul.language-list li a.bn {
    background-position: 0 -836px;
}
/*Menu*/
.menu {
    width: 100%;/*background-color: #FFF;*/
    font-size: 14px;
}
.menu_c {
    height: 95px;
    z-index: 10;
    background-color: #FFF;
    display: block;
    margin: 0;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    position: relative;
}
.T-nav {
}
.T-nav > li {
    float: left;
    position: relative;
}
.T-nav > li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0068b7;
    opacity: 0;
}
.T-nav > li > a {
    display: block;
    padding: 0 25px;
    line-height: 95px;
    height: 95px;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
}
.T-nav > li .gdlt {
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: 95px;
    text-align: center;
    background: #0068b7;
}
.T-nav > li .gdlt a {
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    transition: all 0.5s ease;
}
.sv-acbl {
}
.sv-acbl span {
    display: block;
    width: 95px;
    height: 95px;
    background: url(../images/fd.png) no-repeat center center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 95px;
}
.sv-acbl p {
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 95px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: 40px;
    width: 250px;
}
.sv-acbl p .c1 {
    float: left;
    width: 200px;
    height: 40px;
    border: none;
    padding: 0 10px;
}
.sv-acbl p .c2 {
    float: left;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/fd.png) no-repeat center center;
}
.sv-acbl div {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 95px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.sv-acbl div a {
    display: block;
    line-height: 40px;
    text-align: center;
}
.sm-blue > li {
    height: 95px;
}
.T-nav > li .gdlt ul {
    display: none;
}
.T-nav > li .gdlt ul li {
    left: 0;
}
.T-nav > li .gdlt:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #0068b7;
    width: 100%;
}
.T-nav > li .gdlt:hover ul li a {
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    transition: all 0.5s ease;
}
.T-nav > li .gdlt a:hover ul .left_side li {
    float: left;
    border: 0;
    border-left: 1px solid #eee;
}
.T-nav > li:hover ul li {
}
/*导航条三级菜单*/
.dn {
    display: none;
}
.menu_c .nav li {
    position: relative;
    white-space: nowrap;
}
.menu_c .nav li a {
    height: 40px;
    line-height: 40px
}
.menu_c .nav .sub-1>a.cur {
    background: #edeef0
}
.menu_c .nav li a:hover, .menu_c .nav .sub-1>a.cur:hover {
    background: #0068b7;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}
.menu_c .nav ul {
    background: #fff
}
.menu_c .nav ul a {
    display: block;
    padding: 0 15px
}
.menu_c .nav .subs .sub-2>a {
}
.menu_c .nav .subs .sub-2>a::after {
    position: absolute;
    font-family: "icon";
    font-size: 24px;
    left: 10px
}
.menu_c .nav .sub-1 {
    float: left;
    height: 95px
}
.menu_c .nav .sub-1>a {
    height: 95px;
    line-height: 95px;
    color: #6f747c;
    background: #fff;
    text-decoration: none;
    transition: color, background .5s;
    display: block;
    padding: 0 25px;
    font-size: 16px
}
.menu_c .nav .sub-1>ul {
    position: absolute;
    top: 95px
}
.menu_c .nav .sub-1:hover>ul {
    display: block
}
.menu_c .nav .sub-2>a {
    padding: 0 15px
}
.menu_c .nav .sub-2:hover>ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%
}
.menu_c .nav .sub-3 {
    float: left;
    width: 100%
}
.menu_c .nav .sub-3:hover>ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%
}
.ind-01 {
    padding-top: 4%;
}
.alboe {
    width: 47%;
}
.conlpa { /*padding-left:70px;*/
}
.conlpa .d1 {
    font-size: 40px;
    padding-top: 30px;
}
.conlpa .d2 {
    font-size: 22px;
    margin-top: 5px;
}
.conlpa:after {
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 90px;
}
.conlpa.cs01 .d1 {
    color: #0068b7;
}
.conlpa.cs01 .d2 {
    color: #cacaca;
}
/*.conlpa.cs01:after{ content:'A'; color:#0068b7;}*/
.conlpa.cs02 .d1, .conlpa.cs02 .d2, .conlpa.cs04 .d1, .conlpa.cs04 .d2 {
    color: #fff;
}
/*.conlpa.cs02:after{ content:'P'; color:#fff;}
.conlpa.cs03:after{ content:'N';}
.conlpa.cs04:after{ content:'C'; color:#fff;}
.conlpa.cs05:after{ content:'Q';}*/
.slovt {
    line-height: 30px;
    color: #666;
    font-size: 16px; /*text-indent:2em; overflow:hidden;*/
    margin-top: 0px;
}
.avlao {
    margin-top: 20px;
}
.wmore {
    width: 144px;
    height: 40px;
    background: #ea4234 url(../images/a-more.png) no-repeat center center;
    display: inline-block;
    transition: all 0.5s ease;
}
.loeau {
    width: 50%;
    background: #0068b7;
}
.loeau img {
    transform: translate(-5px, -5px);
}
.ind-02 {
    background: url(../images/t3.jpg) no-repeat center center;
    background-size: cover;
    padding: 9% 0;
}
.lbueao {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
    z-index: 8;
}
.etiak {
    margin-top: 4%;
}
.etiak .pic {
    width: 50%;
}
.feact {
    margin-top: 3%;
}
.veoa {
    width: 48%;/* border-top:1px solid #ddd;*/
}
.veoa li { /*border-bottom:1px solid #ddd;*/ /*padding:20px 0;*/
    margin-bottom: 38px;
}
.veoa li a {
    display: block; /*padding-left:40px; background:url(../images/wb01.png) no-repeat left 5px;*/
}
.veoa li a .d1 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    background: #999999;
    width: 92px;
    height: 92px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    float: left;
    margin-right: 20px;
    padding-top: 15px;
}
.veoa li a .d1 p {
    color: #fff;
    font-size: 26px;
}
.veoa li a .d1 .fs18 {
    font-size: 18px;
}
.veoa li a .d2 {
    color: #666;
    line-height: 35px;
    height: 92px;
    overflow: hidden;
    border-top: 1px solid #e4e5e5;
    border-bottom: 1px solid #e4e5e5;
    font-size: 18px;
    padding-top: 12px;
}
.veoa li:nth-of-type(4) {
    margin-bottom: 0;
}
.veoa li a:hover .d1 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    background: #0068b7;
    width: 92px;
    height: 92px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    float: left;
    margin-right: 20px;
    padding-top: 15px;
}
.veoa li a:hover .d2 {
    color: #0068b7;
    line-height: 35px;
    height: 92px;
    overflow: hidden;
    border-top: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
    font-size: 18px;
    padding-top: 12px;
}
.ind-05 {
    margin-bottom: 60px;
}
.foot {
    background: url(../images/fbg.png);
    position: relative;
    color: #666;
}
.foot .f-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.footer-main .telbl {
    width: 33%;
}
.avbkt {
    padding: 4% 8% 3%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.avbkt dl a {
    color: #666;
}
.avbkt dl a:hover {
    color: #0068b7;
}
.avbkt dl {
    margin-left: 4%;
    float: left;
    width: 18.3%;
}
.avbkt dl dt {
    font-size: 30px;
    line-height: 40px;
}
.avbkt dl dd {
    font-size: 16px;
    line-height: 35px;
}
.telbl .d1 {
    font-size: 30px;
    line-height: 40px;
}
.telbl .d2 {
    font-size: 16px;
    line-height: 35px;
}
.footer-secondary-box {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.lvbta {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    line-height: 28px;
}
.lvbta p {
    float: left;
}
.social-link {
    float: right;
}
.social-link a {
    color: #fff;
    margin-left: 5px;
    float: left;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #666;
    text-align: center;
    border-radius: 28px;
    font-size: 18px;
}
.social-link a:hover {
    color: #fff;
    margin-left: 5px;
    float: left;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #0068b7;
    text-align: center;
    border-radius: 28px;
}
.ny-banner {
    height: 500px;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/banner_nei.jpg);
}
.baloea {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,104,183,0.4);
    line-height: 50px;
    height: 50px;
    width: 100%;
}
.lboae {
    padding-left: 30px;
    color: #fff;
}
.lboae a {
    color: #fff;
}
.lboae span {
    margin: 0 5px;
}
.lboae ul {
    float: right;
    margin-left: 10px;
}
.lboae ul li {
    float: left;
    margin-right: 5px;
}
.lboae ul li a:hover {
    color: #ea4234;
}
.vobea {
    font-size: 20px;
    font-weight: bold;
}
.vobea span {
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}
.ny-main {
    padding: 50px 0 0;
}
.ny-nav span {
    display: none;
}
.ny-nav { /*border-bottom:1px dashed #91a5c4; padding-bottom:20px;*/
}
.ny-nav p {
    text-align: center;
}
.ny-nav p a {
    display: inline-block;
    position: relative;
    line-height: 50px;
    font-size: 16px;
    padding: 0 40px;
    margin: 0 5px;
    background: #eeeeee;
    transition: .3s;
    margin-bottom: 10px;
}
.ny-nav p a:hover {
    color: #fff;
    background: #0068b7;
    border-radius: 10px;
}
.ny-nav p a.cur {
    color: #fff;
    background: #0068b7;
}
.ny-nav p a.cur:after {/* content:''; position:absolute; left:50%; bottom:-30px; width:20px; height:20px; margin-left:-10px; background:url(../images/yq.jpg);*/
}
.vloaec {
    padding-top: 0%;
}
.vloaec li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.vloaec li:nth-child(4n) {
    margin-right: 0;
}
.vloaec li a {
    display: block;
}
.vloaec li a .pic {
    text-align: center;
    border: 1px solid #ddd;
    width: 100%;
    display: table;
}
.vloaec li a .pic p {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.vloaec li a .pic p img {
    transition: all 0.5s ease;
}
.vloaec li a .tit {
    font-size: 16px;
    line-height: 50px;
    transition: all 0.5s ease;
    background: #f0f0f0;
    text-align: center;
    padding: 0 15px;
}
/*询盘提交弹窗*/
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}
.pagelc {
    margin-top: 3%;
}
.pagelc a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    vertical-align: middle;
}
.pagelc a.mob-none {
    padding: 0;
    width: 32px;
}
.pagelc a.cur, .pagelc a:hover {
    color: #fff;
    background: #0068b7;
    border-color: #0068b7;
}
.bopae {
    font-size: 20px;
    color: #0068b7;
    padding: 4% 0;
}
.news-list {
}
.news-list li {
    margin-top: 3%;
}
.news-list li a {
    display: block;
    background: #f8f8f8;
    transition: all 0.5s ease;
}
.news-list li a .pic img {
    width: 330px;
    height: 200px;
    object-fit: cover;
}
.news-list li a .con {
    max-width: 1100px;
    padding: 40px 30px 0;
}
.news-list li a .con .d1 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.news-list li a .con .d2 {
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.news-list li a .date {
    height: 115px;
    width: 140px;
    border-left: 1px solid #eee;
    margin-top: 40px;
    padding-left: 40px;
    color: #999;
    background: url(../images/an01.png) no-repeat 40px bottom;
    transition: all 0.5s ease;
}
.news-list li a .date .d1 {
    font-size: 24px;
}
.news-list li a .date .d2 {
    font-size: 16px;
    margin-top: 20px;
}
.bpoaec {
    border: 1px solid #ddd;
    padding: 3%;
    margin-top: 3%;
}
.vlnea {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.vlnea .d1 {
    color: #0068b7;
    font-size: 20px;
}
.vlnea .d2 {
    color: #999;
    margin-top: 10px;
}
.edit-con {
    padding: 3% 0 0 0;
    line-height: 2;
    font-size: 16px;
    color: #666;
}
.edit-con p img {
    text-align: center;
}
.edit-con p span img {
    text-align: center;
}
.bvlop {
    margin-top: 4%;
}
.honor-ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 3%;
    position: relative;
}
.honor-ul li:nth-child(3n) {
    margin-right: 0;
}
.honor-ul li .honor-li-tit {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    transition: all 0.5s ease;
    font-size: 16px;
}
.honor-ul li .honor-li-img {
    display: table;
    width: 100%;
    height: 300px;
    text-align: center;
    border: 1px solid #ddd;
}
.honor-ul li .honor-li-img p {
    display: table-cell;
    vertical-align: middle;
    height: 215px;
}
.honor-ul li .honor-li-img p img {
    max-width: 80%;
    max-height: 260px;
}
.honor-ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,109,135,0.75) url(../images/fdj.png) no-repeat center center;
    opacity: 0;
    transition: all 0.5s ease;
}
.vbolam {
    margin-top: 3%;
}
.vbolam li {
    background: #fbfbfb;
}
.vbolam li .pic {
    width: 50%;
}
.vbolam li:nth-child(2n) .pic {
    float: right;
}
.vbolam li .pic img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.vbolam li .con {
    width: 50%;
    padding: 3% 3% 0;
}
.vbolam li .con .d1 {
    font-size: 20px;
    color: #0068b7;
}
.vbolam li .con .d2 {
    color: #666;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    text-indent: 2em;
    height: 180px;
    overflow: hidden;
}
.vbolam li .con .d3 {
    margin-top: 30px;
}
.maerl {
    margin-top: 4%;
}
.vlbteo {
    width: 100%;
    color: #666;
    min-height: 300px;
    padding: 50px 50px 0;
    border: 1px solid #ddd;
    background: #eee;
}
.vlbteo .d1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #0068b7;
}
.vlbteo .d2 {
    background: no-repeat left 8px;
    padding: 5px 0 5px 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
.vlbteo .d2 span {
    color: #0068b7;
}
.vlbteo .d2 i {
    margin-right: 10px;
    font-size: 20px;
}
.contact_man li {
    float: left;
    width: 100%;
    color: #666;
    padding: 50px 50px 40px;
    border: 1px solid #ddd;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
/*.contact_man li:nth-child(3n){ margin-right:0;}*/
.contact_man .d1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #0068b7;
}
.contact_man .d2 {
    background: no-repeat left 8px;
    padding: 5px 0 5px 0px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 33.3%;
    float: left;
}
.contact_man .d2 span {
    color: #0068b7;
}
.contact_man .d2 i {
    margin-right: 10px;
    font-size: 20px;
}
.map-ol {
    width: 50%;
}
.map-ol * {
    box-sizing: content-box;
}
.map-ol img {
    max-width: 99999999px;
}
.alcet_title {
    font-size: 18px;
    background: #eeeeee;
    height: 50px;
    line-height: 50px;
    border-left: 5px solid #0068b7;
    padding-left: 20px;
    color: #666;
}
.alcet { /*background:#fbfbfb; padding:4% 12%; margin-top:4%;*/
}
.alcet td {
    padding: 12px 5px;
    color: #666;
}
.alcet td span {
    color: #f00;
}
.alcet td .c1 {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    height: 45px;
    padding: 0 10px;
}
.alcet td textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    height: 120px;
    padding: 10px;
}
.alcet td .c2 {
    width: 140px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: #e8e8e8;
    border-radius: 3px;
    margin-right: 10px;
}
/*首页友情链接*/
.links_li ul li a {
    width: 23.1%;
    height: 60px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #f1f1f1;
    text-align: center;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    color: #666;
}
.links_li ul li a:hover {
    background: #0068b7;
    text-align: center;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    color: #fff;
}
.dk_pc {
    display: block !important;
}
.dk_phone {
    display: none !important;
}
/*site-map网站地图*/
.site-map-t {
    color: #0068b7;
    font-size: 18px;
    line-height: 30px;
    background-color: #efefef;
    padding: 12px 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.site-map-th {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px dashed #f1f1f1;
    padding: 8px 30px;
}
.site-map-th h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.site-map ul {
    font-size: 0;
    overflow: hidden;
    margin: 20px 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 30px 0 30px;
    background-color: #fff;
}
.site-map ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    width: 33.3%;
}
.site-map ul li h3 {
    font-size: 16px;
    font-weight: normal;
}
.site-map ul.site-map-l1 li {
    width: 25%;
    font-size: 16px;
}
.site-map ul.site-map-l2 li {
    width: 50%;
}
.site-map a:hover {
    color: #ea4234
}
/*右侧漂浮替换样式*/
.im {
    position: fixed;
    right: 2px;
    top: auto;
    bottom: 40px;
    z-index: 11;
}
.im-l {
    color: #fff;
    width: 32px;
    height: 60px;
    cursor: pointer;
    background-color: #0068b7;
    box-shadow: 0 0 8px #eaf0f6;
    border-radius: 4px 0px 0px 4px;
    display: block;
    text-align: center;
    line-height: 60px;
    float: left;
}
.im-l i {
    font-size: 20px;
}
#select {
    display: none;
}
.im .box {
    float: right;
    width: 60px;
    background-color: #0068b7;
    border-radius: 0 4px 4px 4px;
    display: none;
}
.im .box ul {
    background-color: #fff;
    list-style-type: none;
    margin: 5px;
}
.im .box ul li {
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
}
.im .box ul li a {
    text-decoration: none;
    display: block;
}
.im .box ul li i {
    font-size: 24px;
    color: #f39d22;
}
.im .box ul li i.img-skype {
    color: #00aff0;
}
.im .box ul li i.img-whatsapp {
    color: #00d51b;
}
.im .box ul li i.img-user {
    color: #F66;
}
.im .box ul li i.img-skype, .im .box ul li i.img-envelope {
    font-size: 28px;
}
.im .box ul li a:hover i {
    color: #343537;
}
#select:checked + .box {
    display: block;
}
#cus_ser1 .msn {
    background-image: url(../images/c.jpg);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}
.im .skype {
    background-image: url(../images/c.jpg);
    background-repeat: no-repeat;
    background-position: -47px 0;
    height: 50px;
    width: 47px;
}
.im .mail {
    background-image: url(../images/c.jpg);
    background-repeat: no-repeat;
    background-position: -94px 0;
    height: 50px;
    width: 47px;
}
.im .kefu_01 {
    background-image: url(../images/kefu_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: #FFF;
}
.im .whatsapp {
    background-image: url(../images/kefu_02.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: #FFF;
}
/*分页符*/
.pagination-bar {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pagination-bar ul {
    display: block;
}
.pagination-bar ul li {
    display: inline-block;
    margin: 2px;
    vertical-align: top;
}
.pagination-bar ul li a {
    background: #f0f0f0;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.pagination-bar ul li.pageinfo {
    background: #f0f0f0;
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
}
.pagination-bar ul li.active {
    background: #0068b7;
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.pagination-bar ul li a i {
    vertical-align: middle;
    font-weight: bold;
}
.pagination-bar ul li a:hover {
    color: #fff;
    background: #0068b7;
}

@media screen and (min-width:768px) {
.im {
    width: 92px;
    position: fixed;
    right: -60px;
    top: 250px;
    transition: right 0.5s;
    bottom: auto;
    z-index: 11;
}
.im:hover {
    right: 0;
}
.im .box {
    position: absolute;
    display: block;
    width: 60px;
    right: 0;
    top: 0;
}
}
/*返回顶部*/
.scroll {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    position: fixed;
    right: 34px;
    bottom: 74px;
    cursor: pointer;
    background-color: rgba(0, 104, 183, 0.5);
    border-radius: 4px;
    z-index: 10;
}
.scroll i {
    font-size: 28px;
}

@media (max-width: 1480px) {
.top {
    padding: 0 2%;
    position: relative;
    top: 0;
}
}

@media (min-width: 1301px) {
.T-nav > li .gdlt {
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
.T-nav > li .gdlt a:hover {
    background: #00518e;
    color: #fff;
    transition: all 0.5s ease;
}
.T-nav > li > a.cur, .T-nav > li > a.on, .T-nav > li > a:hover {
    transition: all 0.5s ease;
}
.T-nav > li:hover .gdlt {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.8s ease;
}
.T-nav > li:hover:after, .lbuoa li a:hover .pic:after {
    opacity: 1;
    transition: all 0.5s ease;
}
.sv-acbl:hover p, .sv-acbl:hover div {
    display: block;
}
.lcolae li a:hover .pic img, .lmobl li a:hover .pic img, .aeopte li a:hover .pic img, .vloaec li a:hover .pic p img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}
.wmore:hover {
    background-color: #0068b7;
    transition: all 0.5s ease;
    border-radius: 10px;
}
.vloaec li a:hover .tit {
    background: #0068b7;
    color: #fff;
    transition: all 0.5s ease;
}
.news-list li a:hover {
    background: #0068b7;
    color: #fff;
    transition: all 0.5s ease;
}
.news-list li a:hover .con .d1, .news-list li a:hover .con .d2, .news-list li a:hover .date {
    color: #fff;
    transition: all 0.5s ease;
}
.news-list li a:hover .date {
    background-image: url(../images/an02.png);
}
.honor-ul li:hover .honor-li-tit {
    color: #fff;
    background: #0068b7;
    transition: all 0.5s ease;
}
}

@media (max-width: 1080px) {
body { /*padding-top:58px;*/
}
.header { /*position:fixed; top:0; left:0; z-index:-1;*/
    padding: 0 3%;
}
.wrap {
    width: 96%;
    max-width: 768px;
    padding: 0 3%;
}
.top {
    height: 58px;
    background: #fff;
    position: relative;
    top: 0;
}
.top .logo {
    padding: 5px 0;
}
.top .logo img {
    height: 40px;
}
.menu_c {
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
}
#top1 .top1c {
    padding: 5px 0 0 0;
    line-height: 20px;
}
#top1 .top1c_l {
    margin-bottom: 5px;
}
#top1 .top1c_l li p {
    background-color: #666;
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: block;
    border-radius: 20px;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 5px;
}
#top1 .top1c_l li p i {
    font-size: 12px;
}
.language {
    float: left;
}
.header_fenxiang {
    display: none;
}
.mob-nav {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    float: right;
}
.mob-nav span {
    display: block;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #034ea2;
    transition: all 0.5s ease;
}
.mob-nav:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    top: 50%;
    margin-top: -11px;
    background: #034ea2;
    transition: all 0.5s ease;
}
.mob-nav:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    top: 50%;
    margin-top: 10px;
    background: #034ea2;
    transition: all 0.5s ease;
}
.mob-nav.on span {
    width: 0;
    transition: all 0.5s ease;
}
.mob-nav.on:before {
    transform: rotate(45deg);
    margin-top: -1px;
    transition: all 0.5s ease;
}
.mob-nav.on:after {
    transform: rotate(-45deg);
    margin-top: -1px;
    transition: all 0.5s ease;
}
.T-nav {
    display: none;
    position: fixed;
    margin: 0;
    top: 50px;
    left: 0;
    height: calc(100% - 50px);
    overflow: auto;
    margin: 0;
    width: 100%;
    background: #fff;
    z-index: 50;
}
.T-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.T-nav > li a {
    width: 100%;
    text-align: left;
    padding: 0 2%;
    line-height: 45px;
    height: 45px;
    font-size: 15px;
}
.T-nav > li > a.cur {
    background: none;
    border: none;
    color: #666;
}
.T-nav li .gdlt {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    padding: 0;
    display: none;
}
.T-nav li .gdlt a {
    padding: 0 5%;
    height: 35px;
    line-height: 35px;
    margin: 0;
    font-size: 14px;
    background: none;
}
.sv-acbl {
}
.sv-acbl span {
    width: 40px;
    height: 50px;
    line-height: 50px;
    border: none;
}
.sv-acbl p, .sv-acbl div {
    top: 50px;
}
.avbkt, .foot .f-bg { /*display:none;*/
}
.ny-nav {
    padding: 0;
    background: #eee;
    padding: 0 10px;
}
.ny-nav span {
    display: block;
    line-height: 45px;
    height: 45px;
    background: url(../images/xx.png) no-repeat right center;
    background-size: auto 10px;
}
.ny-nav p {
    text-align: left;
    display: none;
}
.ny-nav p a {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 45px;
}
.ny-nav p a.cur:after {
    display: none;
}
.vloaec li {
    width: 49%;
}
.vloaec li:nth-child(2n) {
    margin-right: 0;
}
/*.news-list li a .date{ display:none;}
.news-list li a .con{ width:calc(100% - 330px);}*/
.news-list li a .date {
    display: block;
}
.news-list li a .con {
    width: calc(100% - 330px);
}
.news-list li a .date {
    height: auto;
    width: auto;
    border-left: 0px solid #eee;
    margin-top: 0px;
    padding-left: 0px;
    color: #999;
    background: none;
    transition: all 0.5s ease;
    float: left;
    padding-left: 10px;
}
.news-list li a .date .d1 {
    float: left;
    font-size: 12px;
}
.news-list li a .date .d2 {
    float: left;
    margin-top: 0;
    font-size: 12px;
    display: none;
}
.honor-ul li .honor-li-img {
    height: 200px;
}
.honor-ul li .honor-li-img p img {
    max-height: 160px;
}
.vbolam li .pic {
    width: 100%;
}
.vbolam li .pic img {
    height: auto;
}
.vbolam li .con {
    width: 100%;
    padding: 4%;
}
.vbolam li .con .d1 {
    font-size: 18px;
}
.vbolam li .con .d2 {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 100px;
    overflow: hidden;
}
.vlbteo {
    width: 100%;
    height: auto;
    padding: 5%;
}
.map-ol {
    width: 100%;
}
.alcet {
    padding: 5%;
}
.dk_pc {
    display: none !important;
}
.dk_phone {
    display: block !important;
}
.avbkt dl {
    margin-left: 4%;
}
.avbkt dl dt {
    font-size: 20px;
    line-height: 35px;
}
.avbkt dl dd {
    font-size: 14px;
    line-height: 30px;
}
.telbl .d1 {
    font-size: 20px;
    line-height: 35px;
}
.telbl .d2 {
    font-size: 14px;
    line-height: 30px;
}
.avbkt dl {
    margin-left: 0;
    float: none;
}
.lvbta p {
    float: none;
}
.social-link {
    float: none;
    margin: 0 auto;
    position: relative;
    left: 25%;
}
.lvbta {
    padding: 10px 0;
}
.avbkt {
    padding: 4% 4% 3%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vlbteo {
    min-height: auto;
}
.contact_man li {
    float: left;
    width: 100%;
    color: #666;
    min-height: 300px;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
.contact_man .d1 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #0068b7;
}
.contact_man .d2 {
    background: no-repeat left 8px;
    padding: 5px 0 5px 0px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
}
.contact_man .d2 span {
    color: #0068b7;
}
.contact_man .d2 i {
    margin-right: 10px;
    font-size: 20px;
}
.site-map ul li, .site-map ul.site-map-l1 li, .site-map ul.site-map-l2 li {
    width: 100%;
}
.footer-main .telbl {
    width: 100%;
}
.avbkt dl {
    width: 100%;
}
.sm-blue > li {
    height: 58px;
}
}

@media (max-width: 1300px) {
.menu_c .nav .sub-1 {
    height: auto;/* float: left;height:50px; */
}
.menu_c .nav .sub-1>a {
    height: 50px;
    line-height: 50px;
}
.T-nav {
    top: 116px;
}
.top-fixed .T-nav {
    top: 50px;
}
.menu_c .nav .sub-1>ul {
    position: initial;/* top:50px; */
}
.menu_c .nav .sub-3 {
    float: none;
}
.menu_c .nav .sub-2:hover > ul {
    position: initial;
    display: block;
}
.alcet_title {
    font-size: 18px;
    background: #eeeeee;
    height: auto;
    line-height: 30px;
    border-left: 5px solid #0068b7;
    padding-left: 20px;
    color: #666;
}
/*手机端导航条菜单右侧加号*/
.sm-blue {/*max-height:400px;background: transparent;overflow: auto;*/
}
.sm-blue li a {
    padding: 10px;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
}
.sm-blue a.disabled {
    color: #a1d1e8;
}
.sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.sm-blue a .sub-arrow::before {
    content: '+';
}
.sm-blue a.highlighted .sub-arrow::before {
    content: '-';
}
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0;
}
.sm-blue ul {
    background: #fff;
}
.sm-blue ul ul {
    background: rgba(102, 102, 102, 0.1);
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
    background: transparent;
    color: #666;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent;
}
.sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
}
.sm-blue ul a.disabled {
    color: #b3b3b3;
}
.sm-blue ul ul a, .sm-blue ul ul a:hover, .sm-blue ul ul a:focus, .sm-blue ul ul a:active {
    border-left: 16px solid transparent;
}
.sm-blue ul ul ul a, .sm-blue ul ul ul a:hover, .sm-blue ul ul ul a:focus, .sm-blue ul ul ul a:active {
    border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a, .sm-blue ul ul ul ul a:hover, .sm-blue ul ul ul ul a:focus, .sm-blue ul ul ul ul a:active {
    border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a, .sm-blue ul ul ul ul ul a:hover, .sm-blue ul ul ul ul ul a:focus, .sm-blue ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}
.sm-blue ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
    border-top: 0;
}
}

@media (max-width: 768px) {
.alboe {
    width: 100%;
}
.loeau {
    width: 100%;
    margin-top: 20px;
}
.conlpa {
    padding-left: 50px;
}
.conlpa .d1 {
    font-size: 22px;
}
.conlpa .d2 {
    font-size: 15px;
}
.conlpa:after {
    font-size: 60px;
}
.slovt {
    font-size: 14px;
    margin-top: 4%;
    max-height: 100%;
}
.ind-02 {
    padding: 15% 0;
}
.etiak .pic {
    width: 100%;
}
.veoa {
    width: 100%;
    margin-top: 30px;
}
.veoa li {
    margin-bottom: 30px;
}
.veoa li a .d2 {
    font-size: 16px;
}
.pagelc a.mob-none { /*display:none;*/
}
.ny-banner {
    height: 200px;
}
.lboae {
    display: none;
}
.bopae {
    font-size: 16px;
}
.news-list li a .pic img {
    width: 150px;
    height: 90px;
}
.news-list li a .con {
    width: calc(100% - 150px);
    padding: 0px 10px 0;
}
.ny-main {
    padding: 10px 0;
}
.news-list li a .con .d1 {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
}
.news-list li a .con .d2 {
    line-height: 20px;
    height: 40px;
    margin-top: 5px;
    font-size: 12px;
}
.vlnea .d1 {
    font-size: 16px;
}
.vlnea .d2 {
    font-size: 12px;
}
.edit-con {
    font-size: 14px;
}
.vlbteo .d1 {
    font-size: 20px;
}
.alcet td {
    float: left;
    width: 100%;
    text-align: left;
}
.links_li ul li a {
    width: 46.9%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    text-align: center;
    float: left;
    margin: 5px;
    box-sizing: border-box;
    color: #666;
}
.pagelc {
    margin-top: 6%;
}
.sm-blue > li {
    height: auto;
}
}

@media screen and (max-width: 750px) {
.big-video {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.big-video-main {
    height: 185px;
}
.big-video-clo {
    right: 0;
    z-index: 21;
}
}

@media (max-width: 640px) {
.vloaec li a .pic {
    height: 180px;
}
.vloaec li a .pic p img {
    max-height: 150px;
}
.vloaec li a .tit {
    font-size: 14px;
    line-height: 45px;
}
.honor-ul li {
    width: 100%;
    margin-right: 0;
}
}
.shade {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.big-video {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    z-index: 22;
    display: none;
    margin-left: -450px;
    background-color: #fff;
    width: 900px;
    box-sizing: border-box;
}
.big-video-main {
    height: 480px;
}
.big-video-clo {
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon30.png) no-repeat center center;
    cursor: pointer;
}
/*移动端侧边,底部折叠*/
.sidebar-block-but, .footer-content-but {
    display: none;
}

@media screen and (max-width:768px) {
.footer-middle {
    padding-top: 10px;
}
.inner-message {
    margin-bottom: 0;
}
.sidebar-block-but, .footer-content-but {
    position: relative;
    padding: 10px 40px 10px 20px;
    background-color: #eee;
    display: block;
    border-bottom: 1px solid #ddd;
}
.sidebar-block-but span, .footer-content-but span {
    text-transform: uppercase;
    color: #666;
    font-size: 16px;
    line-height: 20px;
}
.sidebar-block-but button, .footer-content-but button {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 30px;
    height: 24px;
    border: 0;
    color: #666;
    display: inline-block;
    border-radius: 0;
    line-height: 24px;
    background: none;
}
.sidebar-block-but button i, .footer-content-but button i {
    font-size: 20px;
    position: relative;
}
.sidebar-block-but button i::after, .footer-content-but button i::after {
    content: "\e660";
    font-family: "iconfont" !important;
}
.sidebar-block-but.expand button, .footer-content-but.expand button {
    transform: rotateZ(180deg);
}
.sidebar-box, .footer-main {
    display: none;
}
.sidebar-box.expand, .footer-main.expand {
    display: block;
}
}
/*邮件*/
.inner-message {
    margin-bottom: 30px;
    overflow: hidden;
}
.inner-message-t {
    background: #f0f0f0;
    padding: 10px 16px;
    margin-bottom: 20px;
}
.inner-message-t h5 {
    font-size: 18px;
    line-height: 24px;
}
.inner-message .th {
    font-size: 20px;
    margin-bottom: 10px;
}
.inner-message .inner-message-centered {
    font-size: 16px;
}
.inner-message .inner-message-centered span {
    color: #F60;
}
.inner-message-row {
    margin-top: 20px;
    overflow: hidden;
}
.inner-message-row .item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.inner-message-row .item input {
    color: #999;
    width: 100%;
    line-height: 30px;
    border: 0;
    height: 30px;
}
.inner-message-row .item textarea {
    color: #999;
    width: 100%;
    line-height: 30px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 150px;
}
.inner-message-row .item button {
    color: #fff;
    font-size: 14px;
    background-color: #ea4234;
    display: block;
    line-height: 30px;
    padding: 8px 40px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    cursor: pointer;
    border: 0;
}
.inner-message-row .item button:hover {
    background-color: #0068b7;
    border-radius: 5px;
}
.inner-message-row .item button:active {
    background-color: #F60;
}
.inner-message-row .item.item-half {
    width: 50%;
}
.inner-message-half {
    padding: 8px;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.inner-message-box {
    padding: 8px;
    border: 1px solid #ddd;
}
/*产品详情页多图*/
.brief {
    float: left;
    width: 100%;
    position: relative;
    max-width: 1040px;
    overflow: hidden;
}
.brief h1 {
    font-size: 30px;
    color: #0068b7;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.brief p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 3px;
}
.brief span {
    color: #0068b7;
    font-weight: bold;
}
.annex_list {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
.annex_list ul li {
    line-height: 40px;
    font-size: 16px;
}
.annex_list ul li a i {
    font-size: 30px;
    color: #999;
}
.annex_list ul li a:hover, .annex_list ul li a:hover i {
    color: #0068b7;
}
.vlbamc {
    border: 1px solid #ddd;
    padding: 2%;
    margin-top: 3%;
}
.bavlcn {
    margin-top: 3%;
}
.bavlcn a {
    display: inline-block;
    line-height: 50px;
    padding: 0 50px;
    background: #ea4234;
    color: #fff;
    font-size: 16px;
}
.bavlcn a i {
    font-size: 30px;
}
.sec_m {
}
.sec_m .alcet_title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.sec_m p {
    line-height: 35px;
}
.widget {
    clear: both;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 10px 0;
}
.sec_m .swiper01 {
    padding-bottom: 0px;
}
.sec_m .swiper01 .swiper-slide .pic {
    border: 1px solid #ddd;
}
.sec_m .swiper01 .swiper-slide a .tit {
    height: 60px;
    background: rgba(255,255,255,0.3);
    line-height: 60px;
    overflow: hidden;
    color: #666;
    font-size: 18px;
}
/*幻灯图开始*/
#about_pb {/*width: 100%;*/
    max-width: 800px;
    margin-left: 30px;
}
#promotion_banners {
    width: 100%;
    overflow: hidden;
}
#promotion_banners li {
    width: 100%;
    height: 100%;
}
.switcher_2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.product_box {
    width: 100%;
    max-width: 450px;
    min-width: 320px;
}
.product_box .banners {
    height: 450px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.pb {
    display: inline-block;
    position: relative;
    height: auto;
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
    z-index: 0;
}
.pb .points_2 li {
    width: 22px;
    height: 22px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    background-color: #999;
    line-height: 22px;
    color: #FFF;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.pb .points_2 li.current {
    color: #FFF;
    margin-right: 5px;
    height: 22px;
    width: 22px;
    border: 1px solid #FFF;
    background-color: #0068b7;
}
.pb .banners {
    float: left;
    padding: 0px;
    margin: 0px;
}
.pb .banners li {
    display: none;
    padding: 0px;
}
.pb .banners li.current {
    display: block;
}
.pb .switcher {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}
.pb .points {
    font-size: 0px;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    overflow: hidden;
}
.pb .points li {
    width: 70px;
    height: 70px;
    background-position: 0px 0px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    border: 1px solid #e6e6e6;
    display: table;
    margin-top: 8px;
}
.pb .points li i {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pb .points li img {
    max-height: 70px;
    max-width: 70px;
    vertical-align: middle;
    display: table-cell;
    z-index: -1;
    position: relative;
}
.pb .points li.current {
    color: #FFF;
    margin-right: 8px;
    height: 70px;
    width: 70px;
    border: 1px solid #F00;
}
.C_top_R1IMG {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    text-align: center;
}
.C_top_R1IMG a {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.C_top_R1IMG img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 450px;
}
.C_top_R1IMG a h5 {
    height: 30px;
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 0px;
    font-weight: bold;
    padding-left: 10px;
    width: 500px;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: normal;
}
.C_top_R1IMG a p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 0px;
    width: 500px;
    padding-left: 10px;
    height: 20px;
}
.C_top_R1IMG a span {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5!important;
    height: 80px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    background-color: #000000;
}
.C_top_R1IMG2 {
    width: 100%;
    height: auto;
}
.C_top_R1IMG2 a img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
#about_pb {
    width: 100%;
    margin-left: 0px;
}
}
/*幻灯图结束*/

/*详情页标签*/
.product-tag {
    display: flex;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #ececec;
}
.product-tag-title {
    display: inline-block;
}
.product-tag span {
    font-size: 16px;
    padding: 5px 0;
    float: left;
    white-space: nowrap;
    color: #0068b7;
}
.product-tag-item {
    vertical-align: top;
}
.product-tag-item a {
    margin: 5px 12px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
}
.product-tag-item a:hover {
    color: #8dc73f;
}
/*导航栏*/
.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sm, .sm ul, .sm li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}
.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
}
.sm>li>h1, .sm>li>h2, .sm>li>h3, .sm>li>h4, .sm>li>h5, .sm>li>h6 {
    margin: 0;
    padding: 0;
}
.sm ul {
    display: none;
}
.sm li, .sm a {
    position: relative;
}
.sm a {
    display: block;
}
.sm a.disabled {
    cursor: default;
}
.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}
.sm *, .sm *::before, .sm *::after {
    box-sizing: inherit;
}
.main-nav {
    padding: 0 10px;
    background-color: #fff;
}
.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}
.nav-brand {
    float: left;
    margin: 0;
}
.nav-brand a {
    display: block;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 29px;
    text-decoration: none;
}
#main-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main-menu:before {
    content: '';
    display: block;
    height: 1px;
    overflow: hidden;
    background: #fff;
}
.main-menu-btn {
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #666;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}
#main-menu-state:checked ~ #main-menu {
    display: block;
}

@media (min-width: 768px) {
.main-menu-btn {
    position: absolute;
    top: -99999px;
}
#main-menu-state:not(:checked) ~ #main-menu {
    overflow: inherit;
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
}
.demo-text {
    margin: 3em 22px;
}
.demo-text p {
    margin-bottom: 1em;
}
.demo-text a {
    color: #999;
}
.sm-blue {
    max-height: 400px;
    background: transparent;
    overflow: auto;
}
.sm-blue li a {
    padding: 10px;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    color: #666;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
}
.sm-blue a.disabled {
    color: #a1d1e8;
}
.sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.sm-blue a .sub-arrow::before {
    content: '+';
}
.sm-blue a.highlighted .sub-arrow::before {
    content: '-';
}
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0;
}
.sm-blue ul {
    background: #fff;
}
.sm-blue ul ul {
    background: rgba(102, 102, 102, 0.1);
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
    background: transparent;
    color: #666;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent;
}
.sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
}
.sm-blue ul a.disabled {
    color: #b3b3b3;
}
.sm-blue ul ul a, .sm-blue ul ul a:hover, .sm-blue ul ul a:focus, .sm-blue ul ul a:active {
    border-left: 16px solid transparent;
}
.sm-blue ul ul ul a, .sm-blue ul ul ul a:hover, .sm-blue ul ul ul a:focus, .sm-blue ul ul ul a:active {
    border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a, .sm-blue ul ul ul ul a:hover, .sm-blue ul ul ul ul a:focus, .sm-blue ul ul ul ul a:active {
    border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a, .sm-blue ul ul ul ul ul a:hover, .sm-blue ul ul ul ul ul a:focus, .sm-blue ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}
.sm-blue ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
    border-top: 0;
}

@media (min-width: 768px) {
.main-nav {
    float: right;
    width: 60%; /*margin: 13px 0;*/
    background-color: #fff;
    padding: 0;
}
.sm-blue ul {
    top: 90px;
    position: absolute;
    width: 12em;
}
.sm-blue ul li > ul {
    top: 60px;
}
.sm-blue > li {
    display: table-cell;/*height:95px;*/
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}
.sm-blue > li > a {
    padding: 0;
    text-transform: uppercase;
}
.sm-blue.sm-rtl li {
    float: right;
}
.sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: none;
}
.sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
}
.sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
    font-size: 14px;
}
.sm-blue a {
    color: #666;
}
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    color: #0068b7;
}
.sm-blue > li:hover, .sm-blue > li:focus, .sm-blue > li:active, .sm-blue > li.highlighted {
    border-bottom: 2px solid #0068b7;
}
.sm-blue > li.current > a {
    color: #0068b7;
}
.sm-blue a.disabled {
    color: #000;
}
.sm-blue a:hover .sub-arrow, .sm-blue .highlighted .sub-arrow, .sm-blue > .current > a .sub-arrow {
    border-color: #0068b7 transparent transparent transparent;
}
.sm-blue ul a:hover .sub-arrow, .sm-blue ul .highlighted .sub-arrow {
    border-color: transparent transparent transparent #0068b7;
}
.sm-blue a .sub-arrow {
    position: static;
    width: 0;
    height: 0;
    margin-top: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #666 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
    display: inline-block;
    margin-left: 5px;
}
.sm-blue a .sub-arrow::before {
    display: none;
}
.sm-blue > li:first-child {
    border-left: 0;
}
.sm-blue ul {
    padding: 7px 0;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}
.sm-blue ul ul {
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #666;
    border-radius: 0 !important;
}
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    color: #0068b7;
}
.sm-blue ul a.current {
    color: #0068b7;
}
.sm-blue ul a.disabled {
    background: #fff;
    color: #b3b3b3;
}
.sm-blue ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 10;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #666;
}
.sm-blue ul li {
    border: 0;
}
.sm-blue .scroll-up, .sm-blue .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}
.sm-blue .scroll-up-arrow, .sm-blue .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
}
.sm-blue .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
}
.sm-blue.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
}
.sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 8px 8px 0;
}
.sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 8px 0 0 8px !important;
}
.sm-blue.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
}
.sm-blue.sm-rtl > li:last-child {
    border-left: 0;
}
.sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
}
.sm-blue.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sm-blue.sm-vertical a {
    padding: 9px 23px;
}
.sm-blue.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
}
.sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
}
.sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 8px 8px !important;
}
.sm-blue.sm-vertical > li {
    border-left: 0 !important;
}
.sm-blue.sm-vertical ul {
    border-radius: 4px !important;
}
.sm-blue.sm-vertical ul a {
    padding: 9px 23px;
}
}

@media (max-width: 768px) {
#main-menu { /*z-index:50; position:relative;*/
    width: 100%;
}
}
/*上下篇*/
.other-upper-next {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    line-height: 28px;
    font-size: 18px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}
.other-upper-next-box {
    overflow: hidden;
}
.other-upper-next .other-upper {
    float: left;
}
.other-upper-next .other-next {
    float: right;
}
.other-upper-next .other-upper i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.other-upper-next .other-next i {
    float: right;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.other-upper-next span a:hover {
    color: #0068b7;
}
/*详情页seo内容*/
.article-append {
    padding: 10px 0;
    overflow: hidden
}
.article-outline {
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
    margin-top: 10px
}
.article-outline p {
    font-size: 16px
}
.append-item {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px
}
.article-append-t {
    overflow: hidden
}
.article-append-t span {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    border-bottom: 1px solid #8e969b;
    padding: 5px 0
}
.append-item h2 {
    font-size: 18px;
    text-align: left
}
.append-item p {
    overflow: hidden;
    text-align: left
}

@media screen and (max-width:426px) {
.article-outline {
    margin-top: 20px
}
}
/*证书放大*/
body.fancybox-active {
    overflow: hidden
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}
.fancybox-slide--image {
    overflow: visible
}
.fancybox-slide--image:before {
    display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}
.fancybox-slide--next {
    z-index: 99995
}
.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}
.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
    display: none
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}
.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30,30,30,.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}
.fancybox-button--share svg path {
    stroke-width: 1
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}
.fancybox-button--zoom svg path {
    fill: transparent
}
.fancybox-navigation {
    display: none
}
.fancybox-show-nav .fancybox-navigation {
    display: block
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30,30,30,.6)
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}
.fancybox-close-small:focus {
    outline: none
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}
.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.1) 20%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.6) 80%, rgba(0,0,0,.8));
    pointer-events: none
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}
.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}
@-webkit-keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
 -webkit-transform:rotate(359deg);
 transform:rotate(359deg)
}
}
@keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
 -webkit-transform:rotate(359deg);
 transform:rotate(359deg)
}
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}
.fancybox-share p {
    margin: 0;
    padding: 0
}
p.fancybox-share__links {
    margin-right: -10px
}
.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}
.fancybox-share__button:hover {
    text-decoration: none
}
.fancybox-share__button--fb {
    background: #3b5998
}
.fancybox-share__button--fb:hover {
    background: #344e86
}
.fancybox-share__button--pt {
    background: #bd081d
}
.fancybox-share__button--pt:hover {
    background: #aa0719
}
.fancybox-share__button--tw {
    background: #1da1f2
}
.fancybox-share__button--tw:hover {
    background: #0d95e8
}
.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}
.fancybox-share__button svg path {
    fill: #fff
}
.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}
.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}
.fancybox-thumbs-x>ul {
    overflow: hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}
li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}
.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
.fancybox-thumbs {
    width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
    right: 110px
}
.fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
}
}
/* 
 * 	Core Owl Carousel CSS File
 *	v2.0.0
 */

/* clearfix */
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* temporary fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-controls .owl-nav div, .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('owl-video-play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition-property: scale;
    transition-duration: 100ms;
    transition-timing-function: ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owl-loaded {
    display: block;
}
.owl-loading {
    opacity: 0;
    display: block;
}
.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* If mouseDrag:false then you are able to select text */
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel .owl-item img.owl-lazy {
    opacity: 0;
}
.owl-carousel .owl-item img {
    opacity: 1;
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
}
/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item {
    -webkit-backface-visibility: hidden;
}
.owl-rtl {
    direction: rtl;
}
.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/* animate */

.animated {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-animated-in {
    z-index: 0
}
.owl-animated-out {
    z-index: 1
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*owl.carousel.css样式表*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    width: 100%;
}
/* Styling Next and Prev buttons */


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    overflow: hidden;
}
.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    background: #fff;
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #666;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-pagination {
    text-align: center;
}
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
.fulode {
    position: relative;
}
.fulode .owl-prev, .fulode .owl-next {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -15px;
    border-radius: 5px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.2);
    transition: all 0.3s linear;
}
.fulode .owl-prev {
    background-image: url(../images/left3.png);
    left: 2%;
}
.fulode .owl-next {
    background-image: url(../images/right3.png);
    right: 2%;
}
.fulode .owl-prev:hover, .fulode .owl-next:hover {
    background-color: #0068b7;
    transition: all 0.3s linear;
}
.fulode .owl-pagination {
    width: auto;
    position: absolute;
    font-size: 0;
    right: 0;
    bottom: 0px;
    background: rgba(255,255,255,0.2);
    z-index: 3;
    padding: 0 150px 0 20px;
}
.fulode.owl-theme .owl-controls .owl-page span.owl-numbers {
    color: #fff;
    font-size: 20px;
}
.fulode.owl-theme .owl-controls .owl-page span {
    border: none;
    background: none;
    padding: 0;
    width: 30px;
    text-align: left;
    position: relative;
    transition: all 0.5s ease;
}
.fulode.owl-theme .owl-controls .owl-page span:after {
    content: '';
    position: absolute;
    left: 15px;
    height: 2px;
    background: #ea4234;
    top: 13px;
    width: 0px;
    transition: all 0.5s ease;
}
.fulode.owl-theme .owl-controls .owl-page.active span.owl-numbers {
    color: #ea4234;
    width: 45px;
    transition: all 0.5s ease;
}
.fulode.owl-theme .owl-controls .owl-page.active span.owl-numbers:after {
    width: 30px;
    transition: all 0.5s ease;
}
.fulode .con {
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 600px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -600px;
    padding: 30px;
}
.fulode .con .d1 {
    font-size: 32px;
    font-weight: bold;
}
.fulode .con .d2 {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.8;
}
.fulode_two {
    position: relative;
}
.fulode_two .owl-prev, .fulode_two .owl-next {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -15px;
    border-radius: 5px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.2);
    transition: all 0.3s linear;
}
.fulode_two .owl-prev {
    background-image: url(../images/left3.png);
    left: 2%;
}
.fulode_two .owl-next {
    background-image: url(../images/right3.png);
    right: 2%;
}
.fulode_two .owl-prev:hover, .fulode_two .owl-next:hover {
    background-color: #0068b7;
    transition: all 0.3s linear;
}
.fulode_two .owl-pagination {
    width: auto;
    position: absolute;
    font-size: 0;
    right: 0;
    bottom: 0px;
    background: rgba(255,255,255,0.2);
    z-index: 3;
    padding: 0 150px 0 20px;
}
.fulode_two.owl-theme .owl-controls .owl-page span.owl-numbers {
    color: #fff;
    font-size: 20px;
}
.fulode_two.owl-theme .owl-controls .owl-page span {
    border: none;
    background: none;
    padding: 0;
    width: 30px;
    text-align: left;
    position: relative;
    transition: all 0.5s ease;
}
.fulode_two.owl-theme .owl-controls .owl-page span:after {
    content: '';
    position: absolute;
    left: 15px;
    height: 2px;
    background: #ea4234;
    top: 13px;
    width: 0px;
    transition: all 0.5s ease;
}
.fulode_two.owl-theme .owl-controls .owl-page.active span.owl-numbers {
    color: #ea4234;
    width: 45px;
    transition: all 0.5s ease;
}
.fulode_two.owl-theme .owl-controls .owl-page.active span.owl-numbers:after {
    width: 30px;
    transition: all 0.5s ease;
}
.fulode_two .con {
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 600px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -600px;
    padding: 30px;
}
.fulode_two .con .d1 {
    font-size: 32px;
    font-weight: bold;
}
.fulode_two .con .d2 {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.8;
}
.aertc .article a {
    display: block;
}
.aertc .article a .pic {
    overflow: hidden;
}
.aertc .article a .pic img {
    width: 100%;
    height: 336px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.aertc .article a .tit {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 5px 0;
}
.aertc .article a .con {
    color: #666;
    line-height: 25px;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.aertc .owl-prev, .aertc .owl-next {
    position: absolute;
    bottom: 120px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s linear;
}
.aertc .owl-prev {
    background-image: url(../images/left.png);
    left: 0;
}
.aertc .owl-next {
    background-image: url(../images/right.png);
    left: 40px;
}
.aertc .owl-prev:hover, .aertc .owl-next:hover {
    background-color: #008adc;
    transition: all 0.3s linear;
}
/**/
.vkdaoe {
    margin-top: 5%;
}
.vkdaoe .pic {
    width: 40%;
    padding: 0 3%;
    height: 500px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.vkdaoe .pic a {
    display: table-cell;
    vertical-align: middle;
}
.vkdaoe .pic a img {
    max-height: 450px;
    display: inline-block;
    width: auto;
}
.vkdaoe .owl-pagination {
    width: 100%;
    z-index: 3;
}
.vkdaoe .owl-controls .owl-page span {
    width: 50px;
    height: 5px;
    background: #d4d4d4;
    opacity: 1;
    border: none;
    margin: 0 2px;
    border-radius: 0;
}
.vkdaoe .owl-controls .owl-page.active span {
    background: #cf3525;
}

@media screen and (min-width: 1201px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
.fulode .owl-prev, .fulode .owl-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.fulode .owl-pagination {
    padding: 0 20px;
}
}

@media screen and (max-width: 480px) {
}
/*aos.css样式表*/
[aos][aos][aos-easing=linear], body[aos-easing=linear] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[aos][aos][aos-easing=ease], body[aos-easing=ease] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}
[aos][aos][aos-easing=ease-in], body[aos-easing=ease-in] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.42, 0, 1, 1);
    transition-timing-function: cubic-bezier(.42, 0, 1, 1)
}
[aos][aos][aos-easing=ease-out], body[aos-easing=ease-out] [aos] {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .58, 1);
    transition-timing-function: cubic-bezier(0, 0, .58, 1)
}
[aos][aos][aos-easing=ease-in-out], body[aos-easing=ease-in-out] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1)
}
[aos][aos][aos-easing=ease-in-back], body[aos-easing=ease-in-back] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[aos][aos][aos-easing=ease-out-back], body[aos-easing=ease-out-back] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[aos][aos][aos-easing=ease-in-out-back], body[aos-easing=ease-in-out-back] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[aos][aos][aos-easing=ease-in-sine], body[aos-easing=ease-in-sine] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[aos][aos][aos-easing=ease-out-sine], body[aos-easing=ease-out-sine] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[aos][aos][aos-easing=ease-in-out-sine], body[aos-easing=ease-in-out-sine] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[aos][aos][aos-easing=ease-in-quad], [aos][aos][aos-easing=ease-in-cubic], [aos][aos][aos-easing=ease-in-quart], body[aos-easing=ease-in-quad] [aos], body[aos-easing=ease-in-cubic] [aos], body[aos-easing=ease-in-quart] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[aos][aos][aos-easing=ease-out-quad], [aos][aos][aos-easing=ease-out-cubic], [aos][aos][aos-easing=ease-out-quart], body[aos-easing=ease-out-quad] [aos], body[aos-easing=ease-out-cubic] [aos], body[aos-easing=ease-out-quart] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[aos][aos][aos-easing=ease-in-out-quad], [aos][aos][aos-easing=ease-in-out-cubic], [aos][aos][aos-easing=ease-in-out-quart], body[aos-easing=ease-in-out-quad] [aos], body[aos-easing=ease-in-out-cubic] [aos], body[aos-easing=ease-in-out-quart] [aos] {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[aos][aos][aos-duration='50'], body[aos-duration='50'] [aos] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}
[aos][aos][aos-duration='100'], body[aos-duration='100'] [aos] {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}
[aos][aos][aos-duration='150'], body[aos-duration='150'] [aos] {
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms
}
[aos][aos][aos-duration='200'], body[aos-duration='200'] [aos] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}
[aos][aos][aos-duration='250'], body[aos-duration='250'] [aos] {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms
}
[aos][aos][aos-duration='300'], body[aos-duration='300'] [aos] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
[aos][aos][aos-duration='350'], body[aos-duration='350'] [aos] {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms
}
[aos][aos][aos-duration='400'], body[aos-duration='400'] [aos] {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}
[aos][aos][aos-duration='450'], body[aos-duration='450'] [aos] {
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms
}
[aos][aos][aos-duration='500'], body[aos-duration='500'] [aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}
[aos][aos][aos-duration='550'], body[aos-duration='550'] [aos] {
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms
}
[aos][aos][aos-duration='600'], body[aos-duration='600'] [aos] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}
[aos][aos][aos-duration='650'], body[aos-duration='650'] [aos] {
    -webkit-transition-duration: 650ms;
    transition-duration: 650ms
}
[aos][aos][aos-duration='700'], body[aos-duration='700'] [aos] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}
[aos][aos][aos-duration='750'], body[aos-duration='750'] [aos] {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms
}
[aos][aos][aos-duration='800'], body[aos-duration='800'] [aos] {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}
[aos][aos][aos-duration='850'], body[aos-duration='850'] [aos] {
    -webkit-transition-duration: 850ms;
    transition-duration: 850ms
}
[aos][aos][aos-duration='900'], body[aos-duration='900'] [aos] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}
[aos][aos][aos-duration='950'], body[aos-duration='950'] [aos] {
    -webkit-transition-duration: 950ms;
    transition-duration: 950ms
}
[aos][aos][aos-duration='1000'], body[aos-duration='1000'] [aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}
[aos][aos][aos-duration='1050'], body[aos-duration='1050'] [aos] {
    -webkit-transition-duration: 1.05s;
    transition-duration: 1.05s
}
[aos][aos][aos-duration='1100'], body[aos-duration='1100'] [aos] {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}
[aos][aos][aos-duration='1150'], body[aos-duration='1150'] [aos] {
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s
}
[aos][aos][aos-duration='1200'], body[aos-duration='1200'] [aos] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}
[aos][aos][aos-duration='1250'], body[aos-duration='1250'] [aos] {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}
[aos][aos][aos-duration='1300'], body[aos-duration='1300'] [aos] {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s
}
[aos][aos][aos-duration='1350'], body[aos-duration='1350'] [aos] {
    -webkit-transition-duration: 1.35s;
    transition-duration: 1.35s
}
[aos][aos][aos-duration='1400'], body[aos-duration='1400'] [aos] {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}
[aos][aos][aos-duration='1450'], body[aos-duration='1450'] [aos] {
    -webkit-transition-duration: 1.45s;
    transition-duration: 1.45s
}
[aos][aos][aos-duration='1500'], body[aos-duration='1500'] [aos] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}
[aos][aos][aos-duration='1550'], body[aos-duration='1550'] [aos] {
    -webkit-transition-duration: 1.55s;
    transition-duration: 1.55s
}
[aos][aos][aos-duration='1600'], body[aos-duration='1600'] [aos] {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}
[aos][aos][aos-duration='1650'], body[aos-duration='1650'] [aos] {
    -webkit-transition-duration: 1.65s;
    transition-duration: 1.65s
}
[aos][aos][aos-duration='1700'], body[aos-duration='1700'] [aos] {
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s
}
[aos][aos][aos-duration='1750'], body[aos-duration='1750'] [aos] {
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s
}
[aos][aos][aos-duration='1800'], body[aos-duration='1800'] [aos] {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
}
[aos][aos][aos-duration='1850'], body[aos-duration='1850'] [aos] {
    -webkit-transition-duration: 1.85s;
    transition-duration: 1.85s
}
[aos][aos][aos-duration='1900'], body[aos-duration='1900'] [aos] {
    -webkit-transition-duration: 1.9s;
    transition-duration: 1.9s
}
[aos][aos][aos-duration='1950'], body[aos-duration='1950'] [aos] {
    -webkit-transition-duration: 1.95s;
    transition-duration: 1.95s
}
[aos][aos][aos-duration='2000'], body[aos-duration='2000'] [aos] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}
[aos][aos][aos-duration='2050'], body[aos-duration='2050'] [aos] {
    -webkit-transition-duration: 2.05s;
    transition-duration: 2.05s
}
[aos][aos][aos-duration='2100'], body[aos-duration='2100'] [aos] {
    -webkit-transition-duration: 2.1s;
    transition-duration: 2.1s
}
[aos][aos][aos-duration='2150'], body[aos-duration='2150'] [aos] {
    -webkit-transition-duration: 2.15s;
    transition-duration: 2.15s
}
[aos][aos][aos-duration='2200'], body[aos-duration='2200'] [aos] {
    -webkit-transition-duration: 2.2s;
    transition-duration: 2.2s
}
[aos][aos][aos-duration='2250'], body[aos-duration='2250'] [aos] {
    -webkit-transition-duration: 2.25s;
    transition-duration: 2.25s
}
[aos][aos][aos-duration='2300'], body[aos-duration='2300'] [aos] {
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s
}
[aos][aos][aos-duration='2350'], body[aos-duration='2350'] [aos] {
    -webkit-transition-duration: 2.35s;
    transition-duration: 2.35s
}
[aos][aos][aos-duration='2400'], body[aos-duration='2400'] [aos] {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s
}
[aos][aos][aos-duration='2450'], body[aos-duration='2450'] [aos] {
    -webkit-transition-duration: 2.45s;
    transition-duration: 2.45s
}
[aos][aos][aos-duration='2500'], body[aos-duration='2500'] [aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s
}
[aos][aos][aos-duration='2550'], body[aos-duration='2550'] [aos] {
    -webkit-transition-duration: 2.55s;
    transition-duration: 2.55s
}
[aos][aos][aos-duration='2600'], body[aos-duration='2600'] [aos] {
    -webkit-transition-duration: 2.6s;
    transition-duration: 2.6s
}
[aos][aos][aos-duration='2650'], body[aos-duration='2650'] [aos] {
    -webkit-transition-duration: 2.65s;
    transition-duration: 2.65s
}
[aos][aos][aos-duration='2700'], body[aos-duration='2700'] [aos] {
    -webkit-transition-duration: 2.7s;
    transition-duration: 2.7s
}
[aos][aos][aos-duration='2750'], body[aos-duration='2750'] [aos] {
    -webkit-transition-duration: 2.75s;
    transition-duration: 2.75s
}
[aos][aos][aos-duration='2800'], body[aos-duration='2800'] [aos] {
    -webkit-transition-duration: 2.8s;
    transition-duration: 2.8s
}
[aos][aos][aos-duration='2850'], body[aos-duration='2850'] [aos] {
    -webkit-transition-duration: 2.85s;
    transition-duration: 2.85s
}
[aos][aos][aos-duration='2900'], body[aos-duration='2900'] [aos] {
    -webkit-transition-duration: 2.9s;
    transition-duration: 2.9s
}
[aos][aos][aos-duration='2950'], body[aos-duration='2950'] [aos] {
    -webkit-transition-duration: 2.95s;
    transition-duration: 2.95s
}
[aos][aos][aos-duration='3000'], body[aos-duration='3000'] [aos] {
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}
[aos][aos][aos-delay='50'], body[aos-delay='50'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='50'].aos-animate, body[aos-delay='50'] [aos].aos-animate {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}
[aos][aos][aos-delay='100'], body[aos-delay='100'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='100'].aos-animate, body[aos-delay='100'] [aos].aos-animate {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
[aos][aos][aos-delay='150'], body[aos-delay='150'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='150'].aos-animate, body[aos-delay='150'] [aos].aos-animate {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}
[aos][aos][aos-delay='200'], body[aos-delay='200'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='200'].aos-animate, body[aos-delay='200'] [aos].aos-animate {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
[aos][aos][aos-delay='250'], body[aos-delay='250'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='250'].aos-animate, body[aos-delay='250'] [aos].aos-animate {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}
[aos][aos][aos-delay='300'], body[aos-delay='300'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='300'].aos-animate, body[aos-delay='300'] [aos].aos-animate {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
[aos][aos][aos-delay='350'], body[aos-delay='350'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='350'].aos-animate, body[aos-delay='350'] [aos].aos-animate {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}
[aos][aos][aos-delay='400'], body[aos-delay='400'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='400'].aos-animate, body[aos-delay='400'] [aos].aos-animate {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}
[aos][aos][aos-delay='450'], body[aos-delay='450'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='450'].aos-animate, body[aos-delay='450'] [aos].aos-animate {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}
[aos][aos][aos-delay='500'], body[aos-delay='500'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='500'].aos-animate, body[aos-delay='500'] [aos].aos-animate {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}
[aos][aos][aos-delay='550'], body[aos-delay='550'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='550'].aos-animate, body[aos-delay='550'] [aos].aos-animate {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}
[aos][aos][aos-delay='600'], body[aos-delay='600'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='600'].aos-animate, body[aos-delay='600'] [aos].aos-animate {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}
[aos][aos][aos-delay='650'], body[aos-delay='650'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='650'].aos-animate, body[aos-delay='650'] [aos].aos-animate {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}
[aos][aos][aos-delay='700'], body[aos-delay='700'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='700'].aos-animate, body[aos-delay='700'] [aos].aos-animate {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}
[aos][aos][aos-delay='750'], body[aos-delay='750'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='750'].aos-animate, body[aos-delay='750'] [aos].aos-animate {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}
[aos][aos][aos-delay='800'], body[aos-delay='800'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='800'].aos-animate, body[aos-delay='800'] [aos].aos-animate {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}
[aos][aos][aos-delay='850'], body[aos-delay='850'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='850'].aos-animate, body[aos-delay='850'] [aos].aos-animate {
    -webkit-transition-delay: 850ms;
    transition-delay: 850ms
}
[aos][aos][aos-delay='900'], body[aos-delay='900'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='900'].aos-animate, body[aos-delay='900'] [aos].aos-animate {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}
[aos][aos][aos-delay='950'], body[aos-delay='950'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='950'].aos-animate, body[aos-delay='950'] [aos].aos-animate {
    -webkit-transition-delay: 950ms;
    transition-delay: 950ms
}
[aos][aos][aos-delay='1000'], body[aos-delay='1000'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1000'].aos-animate, body[aos-delay='1000'] [aos].aos-animate {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}
[aos][aos][aos-delay='1050'], body[aos-delay='1050'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1050'].aos-animate, body[aos-delay='1050'] [aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s
}
[aos][aos][aos-delay='1100'], body[aos-delay='1100'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1100'].aos-animate, body[aos-delay='1100'] [aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}
[aos][aos][aos-delay='1150'], body[aos-delay='1150'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1150'].aos-animate, body[aos-delay='1150'] [aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
}
[aos][aos][aos-delay='1200'], body[aos-delay='1200'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1200'].aos-animate, body[aos-delay='1200'] [aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}
[aos][aos][aos-delay='1250'], body[aos-delay='1250'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1250'].aos-animate, body[aos-delay='1250'] [aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}
[aos][aos][aos-delay='1300'], body[aos-delay='1300'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1300'].aos-animate, body[aos-delay='1300'] [aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}
[aos][aos][aos-delay='1350'], body[aos-delay='1350'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1350'].aos-animate, body[aos-delay='1350'] [aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s
}
[aos][aos][aos-delay='1400'], body[aos-delay='1400'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1400'].aos-animate, body[aos-delay='1400'] [aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}
[aos][aos][aos-delay='1450'], body[aos-delay='1450'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1450'].aos-animate, body[aos-delay='1450'] [aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
}
[aos][aos][aos-delay='1500'], body[aos-delay='1500'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1500'].aos-animate, body[aos-delay='1500'] [aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}
[aos][aos][aos-delay='1550'], body[aos-delay='1550'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1550'].aos-animate, body[aos-delay='1550'] [aos].aos-animate {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s
}
[aos][aos][aos-delay='1600'], body[aos-delay='1600'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1600'].aos-animate, body[aos-delay='1600'] [aos].aos-animate {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}
[aos][aos][aos-delay='1650'], body[aos-delay='1650'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1650'].aos-animate, body[aos-delay='1650'] [aos].aos-animate {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s
}
[aos][aos][aos-delay='1700'], body[aos-delay='1700'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1700'].aos-animate, body[aos-delay='1700'] [aos].aos-animate {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}
[aos][aos][aos-delay='1750'], body[aos-delay='1750'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1750'].aos-animate, body[aos-delay='1750'] [aos].aos-animate {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}
[aos][aos][aos-delay='1800'], body[aos-delay='1800'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1800'].aos-animate, body[aos-delay='1800'] [aos].aos-animate {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}
[aos][aos][aos-delay='1850'], body[aos-delay='1850'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1850'].aos-animate, body[aos-delay='1850'] [aos].aos-animate {
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s
}
[aos][aos][aos-delay='1900'], body[aos-delay='1900'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1900'].aos-animate, body[aos-delay='1900'] [aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}
[aos][aos][aos-delay='1950'], body[aos-delay='1950'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='1950'].aos-animate, body[aos-delay='1950'] [aos].aos-animate {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s
}
[aos][aos][aos-delay='2000'], body[aos-delay='2000'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2000'].aos-animate, body[aos-delay='2000'] [aos].aos-animate {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}
[aos][aos][aos-delay='2050'], body[aos-delay='2050'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2050'].aos-animate, body[aos-delay='2050'] [aos].aos-animate {
    -webkit-transition-delay: 2.05s;
    transition-delay: 2.05s
}
[aos][aos][aos-delay='2100'], body[aos-delay='2100'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2100'].aos-animate, body[aos-delay='2100'] [aos].aos-animate {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}
[aos][aos][aos-delay='2150'], body[aos-delay='2150'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2150'].aos-animate, body[aos-delay='2150'] [aos].aos-animate {
    -webkit-transition-delay: 2.15s;
    transition-delay: 2.15s
}
[aos][aos][aos-delay='2200'], body[aos-delay='2200'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2200'].aos-animate, body[aos-delay='2200'] [aos].aos-animate {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s
}
[aos][aos][aos-delay='2250'], body[aos-delay='2250'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2250'].aos-animate, body[aos-delay='2250'] [aos].aos-animate {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s
}
[aos][aos][aos-delay='2300'], body[aos-delay='2300'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2300'].aos-animate, body[aos-delay='2300'] [aos].aos-animate {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s
}
[aos][aos][aos-delay='2350'], body[aos-delay='2350'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2350'].aos-animate, body[aos-delay='2350'] [aos].aos-animate {
    -webkit-transition-delay: 2.35s;
    transition-delay: 2.35s
}
[aos][aos][aos-delay='2400'], body[aos-delay='2400'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2400'].aos-animate, body[aos-delay='2400'] [aos].aos-animate {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}
[aos][aos][aos-delay='2450'], body[aos-delay='2450'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2450'].aos-animate, body[aos-delay='2450'] [aos].aos-animate {
    -webkit-transition-delay: 2.45s;
    transition-delay: 2.45s
}
[aos][aos][aos-delay='2500'], body[aos-delay='2500'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2500'].aos-animate, body[aos-delay='2500'] [aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}
[aos][aos][aos-delay='2550'], body[aos-delay='2550'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2550'].aos-animate, body[aos-delay='2550'] [aos].aos-animate {
    -webkit-transition-delay: 2.55s;
    transition-delay: 2.55s
}
[aos][aos][aos-delay='2600'], body[aos-delay='2600'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2600'].aos-animate, body[aos-delay='2600'] [aos].aos-animate {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s
}
[aos][aos][aos-delay='2650'], body[aos-delay='2650'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2650'].aos-animate, body[aos-delay='2650'] [aos].aos-animate {
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s
}
[aos][aos][aos-delay='2700'], body[aos-delay='2700'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2700'].aos-animate, body[aos-delay='2700'] [aos].aos-animate {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}
[aos][aos][aos-delay='2750'], body[aos-delay='2750'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2750'].aos-animate, body[aos-delay='2750'] [aos].aos-animate {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s
}
[aos][aos][aos-delay='2800'], body[aos-delay='2800'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2800'].aos-animate, body[aos-delay='2800'] [aos].aos-animate {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s
}
[aos][aos][aos-delay='2850'], body[aos-delay='2850'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2850'].aos-animate, body[aos-delay='2850'] [aos].aos-animate {
    -webkit-transition-delay: 2.85s;
    transition-delay: 2.85s
}
[aos][aos][aos-delay='2900'], body[aos-delay='2900'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2900'].aos-animate, body[aos-delay='2900'] [aos].aos-animate {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s
}
[aos][aos][aos-delay='2950'], body[aos-delay='2950'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='2950'].aos-animate, body[aos-delay='2950'] [aos].aos-animate {
    -webkit-transition-delay: 2.95s;
    transition-delay: 2.95s
}
[aos][aos][aos-delay='3000'], body[aos-delay='3000'] [aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
[aos][aos][aos-delay='3000'].aos-animate, body[aos-delay='3000'] [aos].aos-animate {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}
[aos^=fade][aos^=fade] {
    -webkit-transition-property: all;
    transition-property: all
}
[aos^=fade][aos^=fade].aos-animate {
    opacity: 1
}
[aos=fade-up] {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px)
}
[aos=fade-up].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-down] {
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px)
}
[aos=fade-down].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-right] {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0)
}
[aos=fade-right].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-left] {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0)
}
[aos=fade-left].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-up-right] {
    -webkit-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px)
}
[aos=fade-up-right].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-up-left] {
    -webkit-transform: translate(100px, 100px);
    -ms-transform: translate(100px, 100px);
    transform: translate(100px, 100px)
}
[aos=fade-up-left].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-down-right] {
    -webkit-transform: translate(-100px, -100px);
    -ms-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px)
}
[aos=fade-down-right].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-down-left] {
    -webkit-transform: translate(100px, -100px);
    -ms-transform: translate(100px, -100px);
    transform: translate(100px, -100px)
}
[aos=fade-down-left].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos^=zoom][aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all
}
[aos^=zoom][aos^=zoom].aos-animate {
    opacity: 1
}
[aos=zoom-in] {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}
[aos=zoom-in].aos-animate {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
[aos=zoom-in-up] {
    -webkit-transform: translate(0, 100px) scale(.6);
    -ms-transform: translate(0, 100px) scale(.6);
    transform: translate(0, 100px) scale(.6)
}
[aos=zoom-in-up].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=zoom-in-down] {
    -webkit-transform: translate(0, -100px) scale(.6);
    -ms-transform: translate(0, -100px) scale(.6);
    transform: translate(0, -100px) scale(.6)
}
[aos=zoom-in-down].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=zoom-in-right] {
    -webkit-transform: translate(-100px, 0) scale(.6);
    -ms-transform: translate(-100px, 0) scale(.6);
    transform: translate(-100px, 0) scale(.6)
}
[aos=zoom-in-right].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=zoom-in-left] {
    -webkit-transform: translate(100px, 0) scale(.6);
    -ms-transform: translate(100px, 0) scale(.6);
    transform: translate(100px, 0) scale(.6)
}
[aos=zoom-in-left].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
[aos=zoom-out].aos-animate {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
[aos=zoom-out-up] {
    -webkit-transform: translate(0, 100px) scale(1.2);
    -ms-transform: translate(0, 100px) scale(1.2);
    transform: translate(0, 100px) scale(1.2)
}
[aos=zoom-out-up].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=zoom-out-down] {
    -webkit-transform: translate(0, -100px) scale(1.2);
    -ms-transform: translate(0, -100px) scale(1.2);
    transform: translate(0, -100px) scale(1.2)
}
[aos=zoom-out-down].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=zoom-out-right] {
    -webkit-transform: translate(-100px, 0) scale(1.2);
    -ms-transform: translate(-100px, 0) scale(1.2);
    transform: translate(-100px, 0) scale(1.2)
}
[aos=zoom-out-right].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=zoom-out-left] {
    -webkit-transform: translate(100px, 0) scale(1.2);
    -ms-transform: translate(100px, 0) scale(1.2);
    transform: translate(100px, 0) scale(1.2)
}
[aos=zoom-out-left].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}
[aos=slide-up] {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}
[aos=slide-up].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=slide-down] {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}
[aos=slide-down].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=slide-right] {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}
[aos=slide-right].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=slide-left] {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}
[aos=slide-left].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
[aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}
[aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}
[aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}
[aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}
[aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}
[aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}
[aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}
[aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}
/*swiper.min.css样式表*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper01 {
    margin-top: 4%;
    padding-bottom: 80px;
    position: relative;
}
.swiper01 .swiper-slide {
}
.swiper01 .swiper-slide a {
    display: block;
}
.swiper01 .swiper-slide .pic {
    background: #fff;
    display: table;
    width: 100%;
}
.swiper01 .swiper-slide .pic p {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.swiper01 .swiper-slide a .pic img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s ease;
}
.swiper01 .swiper-slide a .tit {
    height: 60px;
    background: rgba(255,255,255,0.3);
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}
.swiper01 .swiper-button-next, .swiper01 .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 4px;
    top: auto;
    z-index: 5;
}
.swiper01 .swiper-button-prev {
    background: url(../images/left4.png) no-repeat center center;
    left: 50%;
    margin-left: -120px;
}
.swiper01 .swiper-button-next {
    background: url(../images/right4.png) no-repeat center center;
    right: 50%;
    margin-right: -120px;
}
.swiper02 {
    margin-top: 4%;
    padding-bottom: 80px;
    position: relative;
}
.swiper02 .swiper-slide {
}
.swiper02 .swiper-slide a {
    display: block;
}
.swiper02 .swiper-slide .pic {
    background: #fff;
    display: table;
    width: 100%;
    height: 316px;
}
.swiper02 .swiper-slide .pic p {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.swiper02 .swiper-slide a .pic img {
    transition: all 0.5s ease;
    border: 10px solid #FFF;
}
.swiper02 .swiper-slide a .tit {
    height: 60px; /*background:rgba(255,255,255,0.3);*/
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}
.swiper02 .swiper-button-next, .swiper02 .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 4px;
    top: auto;
    z-index: 5;
}
.swiper02 .swiper-button-prev {
    background: url(../images/left4.png) no-repeat center center;
    left: 50%;
    margin-left: -120px;
}
.swiper02 .swiper-button-next {
    background: url(../images/right4.png) no-repeat center center;
    right: 50%;
    margin-right: -120px;
}

@media (min-width: 1201px) {
.swiper01 .swiper-slide a:hover .pic img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.swiper02 .swiper-slide a:hover .pic img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}
}
/*i1.css样式表*/

ul {
    padding: 0;
}
.panel {
    width: 30%;
    float: left;
    position: relative;
    z-index: 1;
}
.panel>div {
    margin-right: 30px;
}

@media screen and (max-width: 1044px) {
.panel {
    width: 100%;
    float: left;
}
.panel>div {
    margin-right: 0;
}
}
/* 缩略图 */
.thumbnail {
    width: 100%;
    max-width: 452px;
    overflow: hidden;
    position: relative;
    height: 80px;
    box-sizing: border-box;
}
.thumbnail>span {
    position: absolute;
    display: block;
    width: 26px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f5f5f5;
    cursor: pointer;
    user-select: none;
}
.thumbnail>span:hover {
    background-color: orange;
    color: white;
    cursor: pointer;
}
.thumbnail>span.left {
    left: 0;
    top: calc(50% - 25px)
}
.thumbnail>span.right {
    right: 0;
    top: calc(50% - 25px)
}
.thumbnail>span.right::after {
    position: absolute;
    content: " ";
    display: inline-block;
    border-color: transparent #666;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    top: 15px;
    left: 10px;
    cursor: pointer;
}
.thumbnail>span.left::after {
    position: absolute;
    content: " ";
    display: inline-block;
    border-color: transparent #666;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
.thumbnail>span:hover::after {
    border-color: transparent rgb(255, 255, 255);
}
.tm-m-photos, .tm-m-photos-thumb {
    zoom: 1;
}
.tm-m-photos-thumb {
    margin-top: 10px;
    list-style-type: none;
    white-space: nowrap;
    width: auto;
    min-width: 1000px;
    box-sizing: border-box;
    position: absolute;
    height: 60px;
    left: 29px;
    transition: .5s;
}
.tm-m-photos-thumb li {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid #f2f2f2;
    padding: 2px;
    margin-right: 8px;
    position: relative;
    transition: border-color .2s ease-out;
    /*display:table;*/
    float: left;
    text-align: center;
}
.tm-m-photos-thumb li span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.tm-m-photos-thumb .tm-current {
    border: 1px solid #f23d6a;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: auto;
}
.tm-photos-arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 6px dashed transparent;
    border-top: 6px solid #f23d6a;
    position: absolute;
    left: 15px;
    filter: alpha(opacity=0);
    opacity: 0;
    bottom: -12px;
    background: 0 0;
}
/* .tm-current .tm-photos-arrow { filter: alpha(opacity=100); opacity: 1; } */
.tm-m-photos-thumb img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    user-select: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tm-m-photo-box {
/*display: table;*/
    
}
.tm-m-photo-viewer {
    position: relative;
    /*box-sizing: border-box;*/
    /*margin: 10px 0;*/
    width: 100%;
    height: 100%;
    max-width: 452px;
    max-height: 452px;
    border: 1px solid #ccc;
    background: #fff;
    /*padding: 2px;*/
    overflow: hidden;
    transition: all 0.2s ease-in;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
}
.tm-m-photo-viewer > img {
    overflow-y: hidden;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tm-m-photo-viewer-navleft, .tm-m-photo-viewer-navright {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 30%;
    background: url(http://assets.alicdn.com/s.gif);/*解决IE 下背景透明的空白元素无法触发 click 和 hover 事件*/
}
.tm-m-photo-viewer-navleft {
    left: 0;
}
.tm-m-photo-viewer-navright {
    right: 0;
}
.tm-m-photo-viewer-navleft i, .tm-m-photo-viewer-navright i {
    top: 50%;
    margin-top: -24px;
    position: absolute;
    width: 48px;
    height: 48px;
    display: none;
}
.tm-m-photo-viewer-navleft i {
    left: 0;
}
.tm-m-photo-viewer-navright i {
    right: 0;
}
.pictureBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
}
.pictureBox>div.box1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.pictureBox>.box2 {
    position: absolute;
    max-width: 90%;
    background-color: #fff;
}
.pictureBox img {
    margin: auto;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    top: 0;
    bottom: 0;
}
.pictureBox>.box2>span {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    /* background-color: red; */
    transition: 0.2s;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.7;
    user-select: none;
}
.pictureBox>.box2>span>img {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0
}
.pictureBox>.box2>span.next {
    top: calc(50% - 20px);
    right: 5px;
}
.pictureBox>.box2>span.prev {
    left: 5px;
    top: calc(50% - 20px);
}
.pictureBox>.box2>span.close {
    right: 10px;
    bottom: 10px;
}

@media (max-width: 1300px) {
.nav .home em {
    display: none;
}
.nav .home a {
    padding: 0 20px 0 20px;
}
.product-list .right {
    width: 100%;
    float: none;
}
.bdsharebuttonbox {
    display: none;
}
.newslist_content {
    padding: 0px !important;
}
.news_content#BodyLabel img {
    width: 100% !important;
}
.product-list .left {
    width: 100%;
}
.product-list .left .left-tel {
    display: none;
}
.newslist li a {
    width: 75%;
}
.g_pro .m_pleft {
    float: none;
    width: 100%;
}
.product-list, .equipment-list {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}
.g_pro h2 em {
    display: none;
}
.g_pro h2 {
    height: 55px;
    padding-top: 15px;
    text-align: center;
}
.left-tel {
    display: none;
}
.g_pro .fld {
    display: none;
}
}
.left1 {
    width: 50%;
    float: left;
}
.right1 {
    width: 50%;
    float: right;
}
.yongchi {
    padding-top: 40px;
}
.yongchi1 {
    width: 46%;
    float: left;
    margin-right: 4%;
}
.yongchi1 img {
    width: 100%;
}
.yongchi2 {
}
.yongchi2 h3 {
    font-size: 25px;
    font-weight: bold;
}
.yongchi3 {
    font-size: 1.3em;
    line-height: 300%;
}
/*面包屑*/
.breadNav {
    border-bottom: 1px solid #ccc;
}
.bread-list {
    float: left;
    height: 60px;
    line-height: 60px;
}
.bread-list>a, .bread-list>span {
    color: #000;
}
.beforeShow a {
    color: #fff;
}
.line {
    font-size: 18px;
    color: #004198;
    font-weight: bold;
    margin-bottom: 16px;
    border-bottom: 1px solid #d2d0d0;
    line-height: 40px;
    margin-top: 20px;
}
