

@keyframes fadeInUpMe{
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.aboutUs  {
   /* background: #F5F6F9 url('../images/aboutUs/about.jpg') no-repeat;
    padding-top: 700px;*/
}
.aboutUs .header {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.aboutUs .header.fixed{
    transform: translateX(0);
}
.aboutUs .header .menu > li {
    position: relative;
    height: 80px;
    margin-left: 60px;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.aboutUs .header .menu > li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.aboutUs .header .menu > li:hover {
    border-bottom: 2px solid #16C5AC;
}
.aboutUs .header .menu > li:hover > a {
    color:#16C5AC;
}
.aboutUs .header .menu > li .secondMenu {
    display: none;
    position: absolute;
    width: 140px;
    top: 80px;
    left: 50%;
    margin-left: -70px;
}
.aboutUs .header .menu > li:hover .secondMenu {
    display: block;
}
.aboutUs .header .menu > li .secondMenu li {
    height: 56px;
    text-align: center;
    background: #fff;
}
.aboutUs .header .menu > li .secondMenu li:hover,
.aboutUs .header .menu > li .secondMenu .active {
    background: #ECEDF1;
}
.aboutUs .header .menu > li .secondMenu li a {
    display: block;
    line-height: 56px;
    color: #333333;
    font-size: 14px;
}
.aboutUs .introductBox {
    width: 1180px;
    height: 650px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 auto;
}
.aboutUs .part .title {
    font-size: 48px;
    font-weight: bold;
    color: #1B3B50;
    padding: 80px 0;
}
.aboutUs .part .title .line {
    width: 80px;
    height: 4px;
    background: #1B3B50;
    border-radius: 2px;
}
.aboutUs .part .title .name {
    padding: 0 40px;
}
.aboutUs .introductBox .info {
    padding: 0 60px;
}
.aboutUs .introductBox .info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    
}
.aboutUs .introList {
    width: 1180px;
    margin: 70px auto 80px auto;
}
.aboutUs .introList li {
    width: 560px;
    height: 180px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 50px 30px 50px 158px;
    background: #fff url('../images/aboutUs/icon1.png') 39px center no-repeat;
}
.aboutUs .introList li:nth-child(2) {
    background: #fff url('../images/aboutUs/icon2.png') 39px center no-repeat;
}

.aboutUs .introList li:hover{
    background: #16C5AC url('../images/aboutUs/icon1-1.png') 39px center no-repeat;
}
.aboutUs .introList li:nth-child(2):hover {
    background: #16C5AC url('../images/aboutUs/icon2-1.png') 39px center no-repeat;
}
.aboutUs .introList li:hover .title, .aboutUs .introList li:hover p{
    color: #fff;
}

.aboutUs .introList li .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}
.aboutUs .introList li p {
    font-size: 16px;
    color: #666666;
}
.aboutUs .teamBox {
    background: #fff;
    width:100%;
    padding:0 8.5%;
    box-sizing: border-box;
}
.aboutUs .teamBox .teamInfo p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.aboutUs .teamBox .teamList {
    margin-top: 100px;
}
.aboutUs .teamBox .teamList li {
    width: 25%;
    position: relative;
}
.aboutUs .teamBox .teamList li img {
    width: 100%;
    height: auto;
    transition: all .3s ease 0s;
}
.aboutUs .teamBox .teamList li:hover img {
    transform: scale(0.8);
}
.aboutUs .teamBox .teamList li .info {
    position: absolute;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    bottom: -80px;
    background: #16C5AC;
    color: #fff;
    box-sizing: border-box;
    padding: 0 40px;
    transition: all .5s;
}
.aboutUs .teamBox .teamList li:hover .info {
    max-height: 500px;
}
.aboutUs .teamBox .teamList li .info .name {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 40px;
}
.aboutUs .teamBox .teamList li .info .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
    color: #fff;
}
.aboutUs .teamBox .teamList li .info .his {
    font-size: 16px;
    padding-bottom: 40px;
    line-height: 28px;
}

.aboutUs .joinBox {
    background: url('../images/aboutUs/joinBg.png') no-repeat;
    padding-bottom: 100px;
}
.aboutUs .joinBox .title {
    color: #fff;
}
.aboutUs .joinBox .title .line {
    background: #fff;
}
.aboutUs .joinBox .joinInfo {
    width: 1200px;
    margin: 0 auto;
}
.aboutUs .joinBox .joinInfo p {
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 50px;
}
.aboutUs .joinBox .joinInfo .inputBox {
    margin-bottom: 80px;
}
.aboutUs .joinBox .joinInfo .inputBox input {
    width: 394px;
    height: 56px;
    border-radius: 4px;
    border: none;
    background: #FFFFFF url('../images/aboutUs/user.png') 10px 16px no-repeat;
    background-size: 24px 24px;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px 0 44px;
    font-size: 18px;
}
.aboutUs .joinBox .joinInfo .inputBox input:nth-last-child(2) {
    background: #FFFFFF url('../images/aboutUs/phone.png') 10px 16px no-repeat;
    background-size: 24px 24px;
}
.aboutUs .joinBox .joinInfo .inputBox input:nth-last-child(3) {
    background: #FFFFFF url('../images/aboutUs/email.png') 10px 16px no-repeat;
    background-size: 24px 24px;
}
.aboutUs .joinBox .joinInfo .greenBtnBox a {
    display: block;
    width: 320px;
    height: 72px;
    line-height: 72px;
    background: #16C5AC;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}





/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
body { font-family: "Microsoft YaHei",arial,sans-serif,"Helvetica Neue", Helvetica; font-size: 14px; color: #666; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; display: block; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a { text-decoration: none; outline: none; blr: expression(this.onFocus=this.blur()); }
.clear { display: block; clear: both; }
.relative { position: relative; }
.grayscale { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb { width: 8px; }

::-webkit-scrollbar-track-piece { background-color: rgba(255,255,255,0.6); }

::-webkit-scrollbar { background-color: rgba(255,255,255,0.6); }

::-webkit-scrollbar-thumb { background-color: #999; }

::-webkit-scrollbar-thumb:hover { background-color: #999; }
/* css reset */
html, body { position: relative; width: 100%; overflow-x: hidden; }

@keyframes fade {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

p { line-height: 1.8em; }
p img { margin: auto; }

body { animation: fade 0.6s ease-in-out backwards; }

.item_tags > a:hover,
.container_category > a:hover,
.item_tags > a.active,
.container_category > a.active { border-color: transparent; background-color: transparent; opacity: 1; }

.ff_indexPage .mlist .module_container .container_category { z-index: 121; float: left; }

.item_tags > a,
.container_category > a { border: none; }

.mlist:not(.imagelink) .content_list .item_info .title { color: #fff; }

.container_category > a:last-of-type::before { display: none; }

.item_tags { border-top: none; }

#online_open { color: #fff; border: 1px solid #181818; background-color: #181818; }

.npagePage .ff_pageTarget { margin-top: 0; }


.btn-scroll-down { -webkit-animation: an_05 1s ease-in-out infinite; }


.In_bg.bg_4 { background: #fff url(../images/I_61.png) no-repeat right bottom; background-size: 30%; }

.In_bg.bg_5 { background: url(../images/I_71.jpg) no-repeat center; background-size: cover; }

.In_bg.bg_6 { background: #fff url(../images/I_81.png) no-repeat left bottom; background-size: 30%; }
div#footer.footer_Inn { position: absolute; background: url(../images/b_3.png); }
.he_bg { position: absolute; top: 0px; left: 0px; width: 100%; height: 80px; /* background: url(../images/b_3.png); */ background: #fff; opacity: 0; }
#header.cur .he_bg { height: 80px; }
.In_bg.bg2_1 { background: #fff; }
.bg_ul { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; }

.bg_li { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.li_01 { z-index: 99; }
.ind9_block { position: absolute; top: 50%; width: 720px; color: #fff; z-index: 99; left: 50%; margin-left: -360px; margin-top: -150px; text-align: center; opacity: 0.8; }

.ind9_ti { font-size: 30px; letter-spacing: 6px; }

.ind9_en { font-size: 18px; text-transform: uppercase; padding-top: 20px; }

.ind9_te { position: relative; text-align: justify; line-height: 26px; padding-top: 40px; font-size: 14px; }
.indPl_icon img { width: 30px; }
.indN_ul { position: fixed; top: 0px; right: 0px; width: 6px; height: 100%; z-index: 9999; background: rgba(210, 210, 210, 0.48); cursor: grab; }

.indN_li { position: relative; width: 100%; height: 16.666%; background: #181818; opacity: 0; z-index: 20; }
.indN_li.cur { opacity: 0; }
.indN_bg { position: absolute; width: 100%; height: 16.666%; background: #181818; top: 0px; right: 0px; }
.pub_bg { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 1; }

.pub_bg > div { position: absolute; left: 0; bottom: 0; width: 100%; }

.item02_more2:hover { border: 1px solid #888888; color: #fff; background: #888888; }
body #navWrapper .content .nav > .navitem .subnav.he_left { left: -108px; }

@-webkit-keyframes an_12 {
    0% { -webkit-transform: translate(0px,20px); opacity: 0; }
    100% { -webkit-transform: translate(0); opacity: 1; }
}

@-webkit-keyframes an_121 {
    0% { -webkit-transform: translate(20px,0px); opacity: 0; }
    100% { -webkit-transform: translate(0); opacity: 1; }
}

body #navWrapper .content .nav > .navitem .subnav { -webkit-animation: an_12 0.3s ease backwards; }
.ind02_en2 { font-size: 14px; padding-top: 28px; }

.ind02_te2 { padding-top: 12px; font-size: 15px; line-height: 26px; }
.ind_ti1 { font-size: 72px; letter-spacing: 10px; }

.ind_ti2 { text-transform: uppercase; font-size: 16px; margin-top: 25px; }
.bott_10 { position: relative; bottom: 20px; }
.top_10 { position: relative; top: 20px; }
.fo_phone { position: relative; float: left; width: 19px; padding: 13px; cursor: pointer; }

.fo_phBl { position: absolute; bottom: 44px; width: 190px; margin-left: -95px; text-align: center; font-size: 16px; line-height: 28px; display: none; }

.fo_wxBl { position: absolute; bottom: 44px; width: 180px; margin-left: -130px; text-align: center; font-size: 16px; line-height: 28px; display: none; background: #e2e0e0; }

.fo_wx { position: relative; float: left; width: 19px; padding: 13px; cursor: pointer; }

.fo_phIco { position: absolute; bottom: -10px; left: 50%; margin-left: -11px; }

.fo_wxImg { position: relative; width: 100%; border-radius: 10px; overflow: hidden; }
img.fo_imgIcon { opacity: 0.8; }
.fo_phone:hover .fo_phBl { display: block; }
.fo_phone:hover img.fo_imgIcon, .fo_wx:hover img.fo_imgIcon { opacity: 1; }

.fo_wx:hover .fo_wxBl { display: block; }

@-webkit-keyframes an_15 {
    0% { -webkit-transform: translate(0px,-20px); opacity: 0; }
    100% { -webkit-transform: translate(0); opacity: 1; }
}

.fo_wxBl, .fo_phBl { -webkit-animation: an_15 0.3s ease backwards; }
.indPl_block:hover { border: 2px solid #b71f31; }

.indPl_block.cur { border: 2px solid #fff; }
.bg_ulBl { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; }
.In_tiEn { font-size: 40px; text-transform: uppercase; padding-top: 6px; padding-left: 4px; font-weight: 100; letter-spacing: 3px; padding-bottom: 30px; color: #ea5432; border-left: 3px solid #ea5432; height: 40px; line-height: 40px; padding: 0px; padding-left: 10px; margin-bottom: 20px; }

.bu3_button { position: fixed; bottom: 4%; right: 4%; width: 80px; height: 80px; z-index: 999; cursor: pointer; opacity: 0.5; display: none; }
.bu3_button { background: url(../images/z6_81.png) no-repeat center; }
.bu3_button.cur { background: url(../images/z6_8.png) no-repeat center; }
.ind41_showBl { position: relative; width: 100%; height: 202px; overflow: hidden; }
.an_block { position: relative; width: 100%; height: 100%; }

@-webkit-keyframes an_25 {
    0% { height: 40%; }
    100% { height: 0 }
}

.an_b1 { position: absolute; top: 0px; left: 0px; width: 100%; height: 0%; background: #f3f3f3; z-index: 20; -webkit-animation: an_25 1s ease 1s backwards; }


.abo_img img { position: relative; z-index: 90; }

.abo_te p { line-height: 2em; }

.abo_ul { position: relative; width: 101%; padding-top: 60px; padding-bottom: 60px; }

.abo_li { position: relative; width: 20%; float: left; margin-right: 1%; background: #f7f9fa; padding: 2%; min-height: 82px; }

.abo_ico { position: relative; float: left; width: 30%; }

.abo_teB { position: relative; width: 62%; float: right; }

.abo_liTi { font-size: 18px; padding-bottom: 10px; padding-top: 10px; }

.abB_content { position: relative; width: 100%; }

.abB_bg { position: absolute; top: 0px; left: 50%; width: 1920px; margin-left: -960px; height: 100%; background: url(../images/a7_5.jpg); }

.abB_conBlock { position: relative; width: 100%; z-index: 90; padding: 60px 0; }

.abB_teBlock { position: relative; width: 100%; min-height: 402px; }

.abB_teBl { width: 60%; position: relative; float: left; }

.abB_img { position: relative; width: 36%; float: right; }

.abB_ti { font-size: 30px; color: #456ebf; padding-bottom: 30px; }

.abB_te { text-align: justify; }

.abB_te p { line-height: 2em; }

.abB_ul { position: relative; width: 104.5%; }

.abB_li { float: left; width: 21%; padding: 1%; border: 1px solid #ccc; margin-right: 1%; margin-bottom: 20px; }

.tea_content { position: relative; width: 100%; padding-bottom: 120px; }

.tea_block { position: relative; width: 90%; padding: 30px 5%; border: 1px solid #eee; box-shadow: 0px 0px 5px 0px #ccc; background: url(../images/a7_7.jpg); background-size: cover; margin-bottom: 0px; }

.tea_img { position: relative; float: left; border-radius: 26px; overflow: hidden; }

.tea_block:after { content: ""; display: block; clear: both; }

.tea_teBl { position: relative; width: 70%; float: left; margin-left: 5%; }

.tea_name { font-size: 30px; margin-bottom: 30px; padding-top: 30px; }

.tea_name span.tea_t { font-size: 16px; background: url(../images/a8_2.png) no-repeat center; padding: 12px 60px; color: #fff; width: 210px; }

.tea_te { position: relative; width: 100%; line-height: 2em; }

.tea_te p { line-height: 2em; }

.tea_ul { position: relative;display: flex;justify-content: center; width: 102%; padding-top: 80px; margin-bottom: 40px; }
.tea_ul:nth-of-type(1){
    margin-bottom: 0;
}
.tea_ul:nth-of-type(2){
    padding-top:20px;
}
.tea_li { position: relative; width: 34%;  margin-right: 2%;margin-bottom:20px; cursor: pointer; }
.tea_ul .tea_li:nth-of-type(2n){
    margin-right: 0;
}
.tea_li:hover .tea_ulBl{height:250px;width:80%;}
.tea_li:nth-of-type(2):hover .tea_ulBl{height:220px;width:80%;}
.tea_li:nth-of-type(1):hover .tea_ulBl{height:190px;width:80%;}
.tea_li:hover .tea_ulBl .tea_liBl{opacity: 1;}
.tea_li:hover .tea_bg img{
    animation: ro01 10s linear infinite;
}

.tea_li:hover .tea_ico{display: block;}
.tea_imgBl { position: relative; float: left; width: 40%; }

.tea_image { position: absolute; top: 6%; width: 88%; left: 5.6%; z-index: 90; border-radius: 200px; overflow: hidden; }

.tea_ti { position: absolute; line-height:1.4;bottom:0; background: #456ebf; color: #fff; padding: 6px 5px; z-index: 90; border-radius: 10px; left: -5px; width: 100%; text-align: center; }

.tea_tBl { position: relative; width: 54%; float: right; padding-top: 10px; }

.tea_tName { font-size: 22px; padding-bottom: 10px; }

.tea_tTe { line-height: 1.8em; position: relative; width: 100%; height: 106px; overflow: hidden; }

.tea_ulBl {z-index: 10;transition: height .5s linear;padding-top:40px; height:0;width:100%;color: #fff;}
.tea_liBl{
    opacity: 0;
    background: #2358a8;
    background: linear-gradient(to right, #2358a8, #41a7b4);
    width: 100%;
    height:100%;
    padding:20px 5%;
    box-sizing: border-box;
}
.tea_ico {animation: fadeIn .5s;
    position: absolute;
    bottom: -40px;
    left: 40%;
    width: 20px;
    height: 20px;
    background: url(../images/aboutUs/a8_5.png) no-repeat center; display: none; }

@keyframes ro01 {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg) }
}

.tea_li.cur .tea_bg img { animation: ro01 10s linear infinite; }
p, section { line-height: 2em; }
.cou_content { position: relative; width: 100%; }

.cou_showBl { position: relative; width: 100%; overflow: hidden; margin-bottom: 50px; }

.cou_ul { position: relative; width: 500%; z-index: 90; }

.cou_li { position: relative; width: 4%; float: left; text-align: center; cursor: pointer; }

.cou_year { font-size: 18px; height: 30px; position: relative; line-height: 40px; }

.cou_ico { position: relative; width: 30px; height: 40px; background: url(../images/a8_81.png) no-repeat center; margin: auto; }

.cou_wi { position: absolute; top: 50px; left: 0px; width: 100%; border-bottom: 1px solid #ccc; }

.cou_li.cur .cou_year { font-size: 26px; color: #285c98; top: -7px; }

.cou_li.cur .cou_ico { background: url(../images/a8_8.png) no-repeat center 8px; }
.cou_ulBl { position: relative; width: 100%; padding-bottom: 70px; }

.cou_liBl { position: relative; width: 100%; }

.cou_wiHr { position: absolute; left: 50%; top: 0px; height: 100%; border-right: 1px solid #285c98; }

.cou_odd { position: relative; width: 100%; margin-bottom: 40px; }

.cou_img { position: relative; width: 48%; text-align: right; float: left; margin-right: 2%; }

.cou_img img { display: inline-block; }

.cou_teBl { position: relative; width: 42%; float: left; padding-left: 8%; }

.cou_wiB { position: absolute; top: 30px; left: 0px; width: 10%; border-bottom: 1px solid #285c98; }

.cou_icoB { position: absolute; left: 10%; width: 20px; height: 20px; background: url(../images/a8_9.png) no-repeat center; top: 20px; margin-left: -1px; }

.cou_ti { font-size: 22px; padding-top: 14px; }

.cou_te { padding-top: 10px; font-size: 16px; width: 70%; line-height: 1.8em; }

.cou_even { margin-bottom: 40px; position: relative; width: 100%; }


@keyframes top1 {
    0% { transform: translate(0,0px) scale(1.05); opacity: 0; }
    100% { transform: translate(0,0px) scale(1); opacity: 1; }
}

@keyframes am02 {
    0% { transform: translate(0,0px); opacity: 0; }
    100% { transform: translate(0,0px); opacity: 1; }
}

@keyframes am03 {
    0% { transform: translate(0,40px); opacity: 0; }
    100% { transform: translate(0,0px); opacity: 1; }
}

.tel_banner .tel_bg { animation: top1 0.6s ease-in-out backwards; }
.tel_navBlock, .tal_content, .prod_content { animation: am02 0.6s ease-in-out 0.2s backwards; }
.tel_tEn { animation: am03 0.6s ease 0.4s backwards; }
.tel_tCh { animation: am03 0.6s ease 0.6s backwards; }
.pro_content { position: relative; width: 100%; z-index: 60; }
.can_content { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 22220; background: #fff; }
.iframe_block { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; z-index: 33333333; }

iframe.iframe_bl { border: 0px; overflow: hidden; position: relative; width: 103%; height: 100%; }
.iframe_nullBlock { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 90; }

a.he_aBl:after { content: ""; display: block; position: relative; width: 0%; border-bottom: 3px solid #2ba99d; margin: auto; margin-top: -18px; }
.he_aBl:hover:after, .navitem.cur .he_aBl:after { width: 80%; }
a.he_aBl { height: 82px; }
.d7_ul:hover { animation-play-state: paused; }
.prIn2_block { position: relative; width: 80%; margin: auto; padding: 80px 0; }

.prIn2_ul { position: relative; width: 100%; }

.prIn2_ti { position: relative; width: 30%; float: left; padding: 25px 0; text-align: center; background: url(../images/d5_1.png) no-repeat right; color: #dfff; max-width: 335px; }

.prIn2_te { position: relative; width: 70%; float: right; padding: 25px 0; text-align: center; }

.prIn2_li { position: relative; width: 100%; font-size: 16px; background: #fff; margin-bottom: 1px; background: linear-gradient(to right, #fbfcfb, #edefeb); }

.prIn2_li:nth-child(2n) { background: #fefeff; }
.prIn2_ti.bg2 { background: url(../images/d5_2.png) no-repeat right; }
.prIn2_ti.bg3 { background: url(../images/d5_3.png) no-repeat right; }
.prIn2_ti.bg4 { background: url(../images/d5_4.png) no-repeat right; }
.prIn2_ti.bg5 { background: url(../images/d5_5.png) no-repeat right; }
.In08_ul, .In08_bo, .d_2 { z-index: 90; }
.abo3_block { position: relative; width: 100%; margin: 60px 0 30px 0; }
.dev_li.cur { background: #456ebf; color: #fff; }

.d21_ul { position: relative; }
.Inn_teBl img { display: inline; }
.ach_t { margin-top: 24px; position: relative; width: 90px; }
.tea_image img { width: 100%; }
.tec_aUl a { display: block; margin-bottom: 30px; text-decoration: underline; }
.tec_te img { margin: 10px auto; }
.adv5_te a { text-decoration: underline; }

.adv5_te a:hover, .tec_aUl a:hover { color: #285c98; }
.neIn_block { width: 1200px; }
.sch_bTe { font-size: 15px; }

@keyframes topAm {
    0% { transform: translate(0,20px); opacity: 0; }
    100% { transform: translate(0,0px); opacity: 1; }
}

.back_bu { position: fixed; bottom: 10%; right: 2%; width: 40px; z-index: 990; display: none; cursor: pointer; animation: topAm 0.6s ease-in-out backwards; width: 60px; height: 60px; background: #fff; border-radius: 200px; }
.prod_img img { margin: auto; }

.prod_img { height: 767px; }

.prod_bg { top: 12%; }
.prod_content { overflow: hidden; }
.tea_ulBl.n1 { left: 33.3%; }

.tea_ulBl.n2 { left: 66.6%; }

.prod_bgBlock { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
div#canvas { opacity: 0.4; }
.daN_content { position: relative; background: #00348d; padding: 5%; color: #fff; overflow: hidden; }

.daN_content .tec_h2 { color: #fff; margin-top: 0px; position: relative; z-index: 90; }

.daN_content .tec_wi { background: #fff; }

.daN_bgImg { position: absolute; right: 0px; top: 0px; width: 740px; }

.daN_ulBl { position: relative; padding-top: 40px; z-index: 90; }

.daN_liBl { position: relative; width: 16%; float: left; margin-right: 2%; }

.daN_ti { font-size: 18px; padding-bottom: 20px; }

.daN_li { position: relative; margin-top: 15px; font-size: 14px; padding-left: 24px; background: url(../images/n_6.png) no-repeat left; background-size: 16px; }
.back_te { color: #3d62ad; white-space: nowrap; font-size: 12px; position: relative; width: 100%; text-align: center; -webkit-transform: scale(0.9); }

.tea_bg img { width: 100%; }

@keyframes top01 {
    0% { height: 0px; opacity: 1; }
    100% { height: 60px; opacity: 1; }
}
