@charset "UTF-8";


.header-top { height: 40px; line-height: 40px; background-color: #f2f2f2; color: #303030; }
.header-top .search-language .search { margin-right: 50px; position: relative; height: 28px; border: solid 1px #d2d2d2; border-radius: 28px; line-height: normal; }
.header-top .search-language .search ::-webkit-input-placeholder { color: #8e8e8e; }
.header-top .search-language .search input { padding-left: 15px; padding-right: 40px; width: 100%; height: 100%; background: none; }
.header-top .search-language .search button { position: absolute; right: 0; top: 0; width: 38px; height: 100%; border: none; background: none; }
.header-top .search-language .language a { display: inline-block; margin-left: 4px; }
.header-top .search-language .language a:hover { color: #007fcb; }
.header-top .search-language .language .cn { margin-right: 18px; }

.logo-nav { height: 105px; }
.logo-nav .wide { height: 100%; }
.logo-nav .logo a { height: 89px; }
.logo-nav .nav-ul { line-height: 105px; }
.logo-nav .nav-ul .nav-li { position: relative; margin-right: 60px; }
.logo-nav .nav-ul .nav-li:last-child { margin-right: 0; }
.logo-nav .nav-ul .nav-li:hover > a { color: #007fcb; }
.logo-nav .nav-ul .nav-li:hover .hide-sub-ul { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.logo-nav .nav-ul .nav-li > a { font-size: 16px; color: #303030; }
.logo-nav .nav-ul .nav-li .iconfont { display: none; transition: all .4s; }

.hide-sub-ul { position: absolute; top: 100%; left: 50%; transition: all .4s; opacity: 0; visibility: hidden; transform: translate(-50%, 20px); z-index: 8; }

.sub-header-ul { background: #fff; border-top: 2px solid #007fcb; box-shadow: 0 4px 6px #ddd; }
.sub-header-ul::before { content: ""; display: block; position: absolute; bottom: 100%; left: 50%; transform: translate(-50%, 0); height: 0; border: 8px solid #007fcb; border-top: 8px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; }
.sub-header-ul li { padding: 15px; width: 134px; line-height: 30px; text-align: left; }
.sub-header-ul li h4 { margin-bottom: 6px; padding-bottom: 8px; border-bottom: 1px solid #dedede; font-weight: bold; }
.sub-header-ul li h4 a { color: #303030; }
.sub-header-ul li a { color: #807f7f; }
.sub-header-ul li a:hover { color: #007fcb; }

.menu-btn { position: relative; width: 30px; height: 30px; display: none; background: #fff; z-index: 8; }

.menu-btn span { position: absolute; top: 14px; left: 0; right: 0; display: block; margin: 0 auto; margin-bottom: 6px; width: 24px; height: 2px; background: #666; transition: all .5s; }

.menu-btn span:first-child { top: 6px; }

.menu-btn span:last-child { top: 22px; }

.close-btn span { opacity: 0; }

.close-btn span:first-child { top: 14px; transform: rotate(45deg); opacity: 1; }

.close-btn span:last-child { top: 14px; transform: rotate(-45deg); opacity: 1; }

.scroll-nav { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; background: #fff; box-shadow: 0 8px 10px #ddd; }



.footer-top { padding-top: 85px; padding-bottom: 80px; background: #052448; }
.footer-top dl dt { margin-bottom: 24px; font-size: 16px; color: #ffffff; }
.footer-top dl dd { line-height: 30px; color: #79abe5; }
.footer-top dl dd a { display: inline-block; color: #79abe5; }
.footer-top dl dd a:hover { color: #eee; }
.footer-top .weixin-box dt { margin-bottom: 12px; width: 112px; height: 112px; }
.footer-top .weixin-box dd { text-align: center; }

.footer-bottom { padding: 18px 0; background: #fff; color: #434343; }
.footer-bottom a { display: inline-block; color: #434343; }
.footer-bottom .copyright a { margin-left: 30px; }


.index-banner .text-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -26%); opacity: 0; padding: 1px; width: 776px; border: 5px solid rgba(0, 0, 0, 0.5); transition: all 1s ease-out; }
.index-banner .text-box .text { padding: 10px 20px; background: rgba(0, 0, 0, 0.5); text-align: center; font-weight: bold; font-size: 30px; line-height: 48px; color: #fefefe; }
.index-banner .swiper-slide-active .text-box { transition-delay: .6s; opacity: 1; transform: translate(-50%, -46%); }

.index-sec1 { background: #007fcb; overflow: hidden; }
.index-sec1 .index1-box { padding: 40px 0; width: 33.3%; }
.index-sec1 .index1-box:last-child { padding-left: 60px; }
.index-sec1 .index1-box:nth-child(2) { position: relative; padding: 0 60px; }
.index-sec1 .index1-box:nth-child(2)::before, .index-sec1 .index1-box:nth-child(2)::after { content: ""; display: block; position: absolute; top: 50%; transform: translate(0, -50%); width: 1px; height: calc(100% - 8px); background: #189eee; border-right: 1px solid #016aa9; }
.index-sec1 .index1-box:nth-child(2)::before { left: 0; }
.index-sec1 .index1-box:nth-child(2)::after { right: 0; }
.index-sec1 .index1-box:first-child { padding-left: 40px; }
.index-sec1 .index1-box .text { flex: 1; margin-left: 18px; }
.index-sec1 .index1-box .text h5 { margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #fff; }
.index-sec1 .index1-box .text p { line-height: 24px; color: #ffffff; }

.index-h3 { text-align: center; font-size: 36px; color: #353535; }

.index-sec2 { padding-top: 90px; padding-bottom: 135px; overflow: hidden; }

.index2-con { margin-top: 32px; }
.index2-con li { margin-right: -1px; width: 33.3%; border: solid 1px #dcdcdc; }
.index2-con li:nth-child(2) { animation-delay: .2s; }
.index2-con li:nth-child(3) { animation-delay: .4s; }
.index2-con li:hover img { transform: scale(1.1); }
.index2-con li:hover .text { background: #007fcb; color: #fff; }
.index2-con li .img-wrapper { padding-top: 111%; }
.index2-con li .text { text-align: center; font-weight: bold; font-size: 20px; line-height: 60px; color: #3b3b3b; transition: all .4s; }

.index-sec3 { padding-top: 86px; padding-bottom: 100px; background: url(../image/bg01.jpg) no-repeat center; background-size: cover; }

.index3-con { margin-top: 40px; overflow: hidden; }
.index3-con a:hover img { transform: scale(1.1); }
.index3-con .index3-img { float: left; }
.index3-con .img1 { margin-right: 1px; width: 33.25%; }
.index3-con .img1 a { padding-top: 168.6%; }
.index3-con .img2 { width: 33.25%; }
.index3-con .img2 a { padding-top: 83.9%; }
.index3-con .img3 { margin-left: 1px; width: 33.25%; animation-delay: .4s; }
.index3-con .img3 a { padding-top: 83.9%; }
.index3-con .img4 { margin-top: 1px; width: 66.6%; }
.index3-con .img4 a { padding-top: 42.2%; }
.index3-con .text { position: absolute; bottom: 0; left: 0; height: 100px; width: 100%; background: linear-gradient(rgba(29, 68, 90, 0), #002236 80%); background: -o-linear-gradient(rgba(29, 68, 90, 0), #002236 80%); background: -ms-linear-gradient(rgba(29, 68, 90, 0), #002236 80%); background: -moz-linear-gradient(rgba(29, 68, 90, 0), #002236 80%); background: -webkit-linear-gradient(rgba(29, 68, 90, 0), #002236 80%); text-align: center; font-size: 24px; color: #ffffff; }
.index3-con .text p { position: absolute; bottom: 18px; left: 0; width: 100%; text-align: center; }

.index-sec4 { padding-top: 90px; padding-bottom: 80px; }

.index4-con { margin-top: 40px; }
.index4-con .left { width: 34.5%; overflow: hidden; }
.index4-con .left .img:first-child { margin-bottom: 1px; }
.index4-con .left .img a { padding-top: 62.2%; }
.index4-con .left .img a:hover img { transform: scale(1.1); }
.index4-con .left .img a:hover .text { transform: translate(0, 100%); }
.index4-con .left .text { position: absolute; bottom: 0; left: 0; padding: 0 56px; width: 100%; height: 42px; background: rgba(0, 0, 0, 0.5); text-align: center; font-size: 16px; line-height: 42px; color: #ffffff; transition: all .4s; }
.index4-con .right { position: relative; width: 62.5%; overflow: hidden; }
.index4-con .right::after { content: ""; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #e7e7e7; }
.index4-con .right li { width: 47.5%; overflow: hidden; }
.index4-con .right li:hover h4 { color: #007fcb; }
.index4-con .right li:hover .arr { transform: translate(100%, 0); opacity: 0; }
.index4-con .right li h4 { margin-top: 22px; height: 60px; font-size: 18px; line-height: 30px; color: #353535; -webkit-line-clamp: 2; overflow: hidden; }
.index4-con .right li p { margin-top: 20px; height: 72px; font-size: 14px; line-height: 24px; color: #807f7f; -webkit-line-clamp: 3; overflow: hidden; }
.index4-con .right li .arr { margin-top: 30px; transition: all .6s; }

.index-sec5 { padding-top: 72px; padding-bottom: 86px; background: url(../image/bg02.jpg) no-repeat center; background-size: cover; }

.index5-con { margin-top: 40px; }
.index5-con .swiper-slide { padding: 10px; height: 86px; background: #fff; }
.index5-con .swiper-slide:hover .img { transform: translate(0, -10px); }
.index5-con .swiper-slide .img { position: relative; width: 100%; height: 100%; transition: all .4s; }


.bread-nav { height: 56px; border-bottom: 1px solid #e6e6e6; }
.bread-nav .wide { height: 100%; }
.bread-nav .left { font-size: 16px; color: #007fcb; }
.bread-nav .right { display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; }
.bread-nav .right .iconfont { margin-right: 4px; font-size: 18px; }
.bread-nav .right a { display: inline-block; color: #383838; }
.bread-nav .right a:hover { color: #007fcb; }
.bread-nav .right .arr { padding: 0 4px; font-family: 宋体; font-weight: bold; }

.main { margin-top: 36px; padding-bottom: 66px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.left-nav { position: relative; transition: all .5s; width: 192px; }
.left-nav .title { padding-left: 24px; height: 80px; line-height: 80px; background: #007fcb; font-size: 18px; color: #ffffff; }
.left-nav .left-nav-ul { position: relative; border: solid 1px #dcdcdc; border-top: none; font-size: 16px; z-index: 4; padding-bottom: 100px; }
.left-nav .left-nav-ul a { color: #3b3b3b; }
.left-nav .left-nav-ul a:hover { color: #007fcb; }
.left-nav .left-nav-ul .left-nav-li { position: relative; margin-bottom: 4px; }
.left-nav .left-nav-ul .left-nav-li:last-child { margin-bottom: 0; }
.left-nav .left-nav-ul .left-nav-li:hover > a { color: #007fcb; }
.left-nav .left-nav-ul .left-nav-li:hover .iconfont { color: #007fcb; }
.left-nav .left-nav-ul .left-nav-li.on > a { color: #007fcb; }
.left-nav .left-nav-ul .left-nav-li.on .iconfont { transform: rotate(180deg); color: #007fcb; }
.left-nav .left-nav-ul .left-nav-li .iconfont { position: absolute; right: 0; top: 0; width: 38px; line-height: 58px; text-align: center; font-size: 16px; color: #727272; transition: all .5s; cursor: pointer; }
.left-nav .left-nav-ul .left-nav-li > a { padding-left: 22px; padding-right: 38px; line-height: 58px; background: #efefef; }
.left-nav .hide-ul { line-height: 36px; font-size: 14px; }
.left-nav .hide-ul li.on a { color: #007fcb; }
.left-nav .hide-ul a { padding-left: 38px; }
.main .right-list { width: 966px; }

.product-list li { margin-right: 3.5%; margin-bottom: 50px; width: 31%; }
.product-list li:nth-child(3n) { margin-right: 0; }
.product-list li:hover .img-wrapper { box-shadow: 0 0 15px #dedede; }
.product-list li:hover .img-wrapper img { transform: translate(0, -10px); }
.product-list li:hover p { color: #007fcb; }
.product-list li .img-wrapper { padding-top: 100%; background-color: #f7f7f7; transition: all .4s; }
.product-list li .img-wrapper img { padding: 40px 15px; }
.product-list li p { margin-top: 12px; text-align: center; color: #383838; }

.product .page { margin-top: 30px; }

.page { line-height: 30px; }
.page li { display: inline-block; margin: 0 5px; }
.page li a { color: #969696; }
.page .num { border: 1px solid #cccccc; width: 32px; }
.page .num:hover, .page .num.on { background: #969696; }
.page .num:hover a, .page .num.on a { color: #fff; }
.page .prev { margin-right: 22px; }
.page .next { margin-left: 22px; }
.page .next:hover a, .page .prev:hover a { color: #007fcb; }

@keyframes pullScale { 0% { transform: scale(0.9); opacity: .8; }
  100% { transform: scale(1.4); opacity: 0; } }
.pull { position: absolute; z-index: 2; top: 50%; right: 0; transform: translate(100%, -50%); cursor: pointer; display: none; }
.pull::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #007fcb; opacity: .8; animation: pullScale 3s infinite; }
.pull .text { position: relative; padding: 10px 8px; background: #007fcb; text-align: center; color: #fff; writing-mode: tb-rl; font-size: 14px; letter-spacing: 3px; z-index: 1; }

.loading { background: #007fcb; text-align: center; line-height: 36px; border-radius: 36px; display: none; }
.loading a { font-size: 16px; color: #fff; }

.product-details-top { margin-top: 12px; }
.product-details-top h1 { text-align: center; font-size: 24px; color: #383838; }
.product-details-top .show-img { position: relative; margin: 0 auto; margin-top: 22px; width: 546px; height: 546px; background-color: #f7f7f7; overflow: hidden; }
.product-details-top .small-img { position: relative; margin: 0 auto; margin-top: 14px; padding-left: 44px; padding-right: 44px; width: 546px; }
.product-details-top .small-img .on { border: 1px solid #007fcb; }
.product-details-top .small-img .swiper-slide { width: 102px; height: 102px; background-color: #f7f7f7; cursor: pointer; }
.product-details-top .small-img .swiper-slide img { padding: 12px; }
.product-details-top .small-img .swiper-button-prev { left: 0; background-size: 20px 44px; }
.product-details-top .small-img .swiper-button-next { right: 0; background-size: 20px 44px; }
.product-details-top .small-img .swiper-button-next.swiper-button-disabled, .product-details-top .small-img .swiper-button-prev.swiper-button-disabled { opacity: 1; pointer-events: auto; cursor: pointer; }

.product-details-bottom { margin-top: 46px; }
.product-details-bottom .title { border-bottom: 1px solid #eaeaea; }
.product-details-bottom .title .left-title { width: 92px; height: 32px; line-height: 32px; background-color: #0073c0; text-align: center; font-size: 16px; color: #ffffff; }
.product-details-bottom .title .right-download { display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; width: 92px; height: 32px; border: solid 1px #0073c0; text-align: center; color: #007fcb; transform: translate(0, -6px); transition: all .3s; }
.product-details-bottom .title .right-download:hover { background: #007fcb; color: #fff; }
.product-details-bottom .title .right-download:hover .iconfont { color: #fff; }
.product-details-bottom .title .right-download .iconfont { margin-left: 4px; color: #007fcb; transition: all .3s; }
.product-details-bottom .text-content { padding-top: 28px; line-height: 30px; font-size: 14px; color: #383838; }
.product-details-bottom .text-content h6 { font-weight: bold; color: #333333; }
.product-details-bottom .text-content ul { padding-left: 20px; list-style: disc; }



.about { padding-top: 82px; padding-bottom: 70px; }
.about .right-img { position: relative; margin-left: 34px; float: right; width: 47.6%; }
.about .left { padding-top: 40px; }
.about .left h1 { font-size: 24px; }
.about .left p { margin-top: 30px; text-indent: 2em; line-height: 30px; color: #383838; }

.about-sec2 { margin-top: 80px; background: none; }
.about-sec2 .index1-box .text h5, .about-sec2 .index1-box .text p { color: #3a3a3a; }
.about-sec2 .index1-box:nth-child(2)::before, .about-sec2 .index1-box:nth-child(2)::after { border: none; background: #dedede; }



.solution { padding-top: 54px; padding-bottom: 90px; }
.solution .page { margin-top: 70px; }

.qa-box { margin-bottom: 36px; padding: 28px 24px; border-radius: 5px; border: solid 1px #dcdcdc; }
.qa-box .q-line, .qa-box .a-line { position: relative; padding-left: 28px; }
.qa-box .q-line { font-size: 16px; line-height: 20px; color: #3a3a3a; }
.qa-box .a-line { margin-top: 22px; }
.qa-box .a-line .a-text { line-height: 24px; color: #878787; }
.qa-box .a-line .a-text h6 { font-weight: bold; color: #383838; }
.qa-box .a-line .a-text p { text-indent: 2em; }
.qa-box .qa-icon { position: absolute; left: 0; top: 0; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #fff; }
.qa-box .q-icon { background-color: #303030; }
.qa-box .a-icon { top: 2px; background-color: #ef7b1a; }



.case { padding-top: 40px; padding-bottom: 55px; }
.case article { font-size: 14px; line-height: 30px; color: #393939; }
.case article p { text-indent: 2em; }



.contact { padding-top: 68px; padding-bottom: 70px; }

.contact-ul li { margin-right: 2%; padding: 20px 30px 10px; width: 23.5%; border-radius: 5px; border: solid 1px #bfbfbf; text-align: center; }
.contact-ul li:last-child { margin-right: 0; }
.contact-ul li .icon-img { height: 40px; line-height: 40px; }
.contact-ul li .text { margin-top: 14px; word-break: break-all; font-size: 16px; line-height: 30px; color: #393939; }
.contact-ul li a { display: inline-block; }

#map { margin-top: 55px; width: 100%; height: 490px; border-radius: 5px; border: solid 1px #e5e5e5; }
#map img { max-width: none; max-height: none; }



.news-list li { margin-bottom: 40px; }
.news-list li:last-child { margin-bottom: 0; }
.news-list li:hover .text h4, .news-list li:hover .text .more { color: #007fcb; }
.news-list li:hover img { transform: scale(1.1); }
.news-list li a { display: flex; display: -webkit-flex; }
.news-list li .img-wrapper {     
	width: 290px;
    height: 180px; 
}
.news-list li .text {     
	padding: 20px 28px;
    width: calc(100% - 290px);
    border: solid 1px #dcdcdc;
    border-left: none; 
}
.news-list li .text h4 { font-size: 22px; color: #333; transition: all .4s; }
.news-list li .text p { margin-top: 14px; height: 48px; font-size: 14px; line-height: 24px; color: #999999; -webkit-line-clamp: 2; overflow: hidden; }
.news-list li .text .time-more { margin-top: 26px; font-size: 14px; color: #999999; }
.news-list li .text .more { transition: all .4s; }

.news .page { margin-top: 70px; }
.news .loading { margin-top: 30px; }

.news-details { padding-top: 46px; padding-bottom: 80px; }
.news-details .details-title h1 { text-align: center; font-size: 24px; color: #323232; }
.news-details .details-title .details-msg { margin-top: 18px; padding-top: 24px; border-top: 1px dashed #b3b3b3; font-size: 14px; line-height: 24px; color: #838383; }
.news-details .details-title .details-msg span { margin-right: 40px; }
.news-details .details-title .details-msg span:last-child { margin-right: 0; }
.news-details .details-title .details-msg .bdshare-button-style0-16 a { padding: 0; margin: 0; margin-right: 6px; }
.news-details .details-title .details-msg .bdshare-button-style0-16 a:last-child { margin-right: 0; }
.news-details .details-title .details-msg .back { padding: 3px 26px 3px 3px; background: url(../image/i04.png) no-repeat right 5px center; border: solid 1px #d4d4d4; line-height: 22px; color: #838383; transition: all .4s; }
.news-details .details-title .details-msg .back:hover { border-color: #007fcb; }
.news-details .bdsharebuttonbox .bds_weixin { width: 22px; height: 18px; background: url(../image/i01.png) no-repeat; }
.news-details .bdsharebuttonbox .bds_tsina { width: 22px; height: 18px; background: url(../image/i02.png) no-repeat; }
.news-details .bdsharebuttonbox .bds_sqq { width: 17px; height: 18px; background: url(../image/i03.png) no-repeat; }
.news-details .details-con { margin-top: 36px; border-bottom: 1px solid #d1d1d1; font-size: 14px; line-height: 30px; color: #474747; }
.news-details .details-con p { text-indent: 2em; text-align: justify; }
.news-details .prev-next { margin-top: 44px; }
.news-details .prev-next li { font-size: 14px; font-weight: bold; line-height: 30px; color: #323232; word-break: keep-all; display: flex; }
.news-details .prev-next li a { font-weight: normal; color: #323232; }
.news-details .prev-next li a:hover { color: #007fcb; }

.bd_weixin_popup { height: 300px !important; }

.bd_weixin_popup .bd_weixin_popup_foot { line-height: normal !important; }



.download { padding-top: 45px; padding-bottom: 90px; }
.download .page { margin-top: 90px; }
.download .loading { margin-top: 35px; }

.color666 { color: #666; }

.download-con .download-box { padding: 0 20px; transition: all .4s; }
.download-con .download-box .flex.flex_row_justify { padding: 26px 0; border-bottom: 1px dashed #b0b0b0; transition: all .4s; }
.download-con .download-box:hover { background: #eaf3f8; }
.download-con .download-box:hover a { border-color: #eaf3f8; }
.download-con .left { max-width: 60%; }
.download-con .left h5 { font-size: 16px; color: #434343; }
.download-con .left .file-msg { margin-top: 14px; }
.download-con .left .iconclass { width: 14px; height: 16px; background: url(../image/i011.png) no-repeat center; vertical-align: text-bottom; }
.download-con .left .iconsize { width: 16px; height: 16px; background: url(../image/i021.png) no-repeat center; vertical-align: text-bottom; }
.download-con .left .file-class, .download-con .left .file-size { font-size: 12px; line-height: 16px; color: #b0b0b0; }
.download-con .left .file-class { margin-right: 38px; }
.download-con .right { text-align: right; }
.download-con .right .time { font-size: 12px; color: #434343; }
.download-con .right .download-btn { margin-top: 10px; display: inline-block; width: 70px; height: 26px; line-height: 26px; background-color: #ef7b1a; text-align: center; color: #fff; }
.download-con .right .download-btn .downbtn { margin-right: 3px; width: 16px; height: 14px; background: url(../image/i031.png) no-repeat; }



.resource { padding-top: 55px; padding-bottom: 100px; }

.resource-form .form-box { font-size: 14px; display: flex; display: -webkit-flex; }
.resource-form .form-box ::-webkit-input-placeholder { font-size: 14px; color: #8f8f8f; }
.resource-form .form-box input { flex: 1; padding: 0 15px; height: 56px; background-color: #f3f3f3; border-radius: 6px; border: 2px solid #f3f3f3; font-size: inherit; color: #8f8f8f; }
.resource-form .form-box input:focus { border-color: #A6C8FF; }
.resource-form .form-box select { margin: 0 10px; flex: 1; padding: 0 15px; height: 56px; background: #f3f3f3 url(../image/arr.png) no-repeat right 18px center; border-radius: 6px; border: none; font-size: inherit; color: #8f8f8f; appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.resource-form .form-box select::-ms-expand { display: none; }
.resource-form .form-box button { width: 120px; height: 56px; background-color: #0073c0; border-radius: 6px; border: none; font-size: inherit; color: #fff; }

.resource-table { margin-top: 20px; }
.resource-table .thead { padding-right: 36px; height: 60px; background-color: #0073c0; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; }
.resource-table .thead .th { flex: 1; text-align: center; font-size: 14px; color: #fffefe; }
.resource-table .tbody .line:nth-child(2n) .tr { background: #f3f3f3; }
.resource-table .tbody .tr { position: relative; padding-right: 36px; height: 60px; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; cursor: pointer; transition: all .3s; }
.resource-table .tbody .tr:hover { background: #d2d2d2 !important; }
.resource-table .tbody .tr:hover .iconfont { border-color: #fff; color: #fff; }
.resource-table .tbody .tr.on { background: #d2d2d2 !important; }
.resource-table .tbody .tr.on .iconfont { border-color: #fff; color: #fff; transform: rotate(-180deg); }
.resource-table .tbody .tr .td { flex: 1; text-align: center; font-size: 14px; color: #363636; }
.resource-table .tbody .tr .iconfont { position: absolute; right: 15px; top: 50%; margin-top: -10px; width: 21px; height: 21px; line-height: 21px; border: solid 1px #bfbfbf; border-radius: 50%; text-align: center; font-size: 12px; color: #d2d2d2; transition: all .4s; }
.resource-table .hide-job { padding: 35px 35px 60px; background: #f9f9f9; font-size: 14px; line-height: 30px; color: #363636; }



.msg { padding-top: 65px; padding-bottom: 65px; }

.msg-con { display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; }

.msg-form { padding-left: 90px; }
.msg-form .input-box { position: relative; margin-bottom: 25px; }
.msg-form .input-box span { display: inline-block; }
.msg-form .input-box .title { position: absolute; right: 100%; line-height: 32px; font-size: 16px; color: #3e3e3e; word-break: keep-all; }
.msg-form .input-box input { padding: 0 10px; width: 396px; height: 32px; border-radius: 3px; border: solid 1px #d2d2d2; color: #3e3e3e; }
.msg-form .input-box input:focus { border-color: #007fcb; }
.msg-form .input-box .attention { margin-left: 14px; font-size: 12px; line-height: 32px; color: #a7a6a6; }
.msg-form .input-box textarea { padding: 10px; width: 396px; height: 148px; border-radius: 3px; border: solid 1px #d2d2d2; color: #3e3e3e; }
.msg-form .input-box textarea:focus { border-color: #007fcb; }
.msg-form button { width: 86px; height: 32px; background: #ec6514; border-radius: 3px; border: none; color: #fff; cursor: pointer; transition: all .4s; }
.msg-form button:hover { box-shadow: 0 3px 3px 2px #ddd; }


@keyframes trans100 { 0% { transform: translate(0, 100%); opacity: 0; }
  100% { transform: translate(0, 0); opacity: 1; } }
.trans100 { animation: trans100 1.4s ease-out backwards; }

.animated { animation-duration: 1.4s; -webkit-animation-duration: 1.4s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; }



.phone-menu{
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #007fcb;
    z-index: 10;
    display: none;
}
.phone-box{
	height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
}
.phone-box a{
	text-align: center;
	flex: 1;
}
.phone-box a .iconfont{
	font-size: 24px;
    color: #fff;
} 
.phone-box a p{
	margin-top: 4px;
    font-size: 14px;
    color: #fff;
}

.know-more{
	position: relative;
	border-top: 8px solid #f6f6f6;
	border-bottom: 8px solid #f6f6f6;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #888;
	display: none;
}
.know-more .iconfont {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	color: #888;
	font-size: 18px;
	font-weight: 100;
}

.know-more:hover{
	color: #007fcb;
}
.know-more:hover .iconfont{
	color: #007fcb;
}


.h5-hide{
	display: none;
	left: 15px;
}