﻿@charset "UTF-8";
@font-face { font-family: 'AkzidenzGrotesk-BoldCondAlt'; src: url('../fonts/AkzidenzGrotesk-BoldCondAlt.woff') format('woff'); font-weight: inherit; font-style: normal; }
@font-face { font-family: 'NeoTechStd-Bold'; src: url('../fonts/NeoTechStd-Bold.woff') format('woff'); font-weight: inherit; font-style: normal; }
@font-face { font-family: 'NeoTechStd-Light'; src: url('../fonts/NeoTechStd-Light.woff') format('woff'); font-weight: inherit; font-style: normal; }
@font-face { font-family: 'NeoTechStd-Light'; src: url('../fonts/NeoTechStd-Light.woff') format('woff'); font-weight: inherit; font-style: normal; }
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em { margin: 0; padding: 0; border: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { scroll-behavior: smooth; }
body { font-family: 'Microsoft Yahei', 'NeoTechStd-Light'; font-size: 14px; overflow-x: hidden; overflow-y: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-transition: padding-top 400ms; transition: padding-top 400ms; overflow-x: hidden; }
input, textarea, button { padding: 0; font-family: Verdana, Arial; }
h1, h2, h3, h4, h5, h6 { font-weight: inherit; }
ul, li, ol { list-style: none; }
img { border: 0; }
input[type=submit], input[type=text], button { appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; cursor: pointer; }
input:focus, textarea:focus, button:focus, input:active { outline-color: transparent; border: 0; }
input, select, textarea { vertical-align: middle; outline: none; -webkit-tap-highlight-color: transparent; }
a { color: #393939; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; cursor: pointer; color: #be0000; }
a:active { text-decoration: none; }
.hidden { display: none; visibility: hidden; }
.wrap { border: 0; padding: 0; margin: 0 auto; *zoom:1;
}
.wrap:after { clear: both; content: ""; display: table; }
.clear { clear: both; font-size: 0; line-height: 0; height: 0; visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/*关键容器START*/
.wrap { padding: 0 100px; margin: 0 auto; position: relative; }
.wrap:after, .wrap:before, .container:after, .container:before { content: ""; display: table; }
.wrap:after, .container:after { clear: both; }
.container { width: 80%; margin: 0 auto; }

@media (min-width: 1400px) {
.container { width: 1370px; }
}

@media (max-width:767px) {
.container { width: 90%; }
}
/*关键容器END*/
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.case-view-inner .view-info { border-bottom: none; }
.case-view-inner .fr { line-height: 24px; width: 60%; }
.case-view-inner .fl { width: 40%; line-height: 24px; }
.case-view-inner { background: #fff; position: relative; z-index: 3; padding: 55px 30px 55px; margin: 0 0% 1.75%; margin-top: -50px; box-shadow : 0px 0px 15px rgba(0,0,0,.1); transition: all .6s; }
.case-view-inner .view-title { font: 28px/1.4'NeoTechStd-Light'; font-weight: normal; padding-bottom: 10px; text-transform: uppercase; }
.absolute { position: absolute; }
.pors { position: relative; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.hide { opacity: 0; }
.en { font-family: 'NeoTechStd-Light'; }
nav li { list-style-type: none; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #6f6f6f;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #6f6f6f;
}
/*统一全局样式*/
.main-container { background: #fff; }
.container-color { background: #F9F9F9; }
.contact-container { background-repeat: no-repeat; background-position: center bottom; background-size: cover; background-color: #F9F9F9; background-image: url(../images/contact.jpg); }

@media (max-width:767px) {
.main-container { padding-top: 90px; }
}
/*外容器*/
.news-list { padding: 20px 0; }
.news-list .item { float: left; width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; transition: all .6s; }
.news-list .item .image-wrap, .news-list .item .text-inner { width: auto; display: block; overflow: hidden; }
.news-list .item .image-wrap { float: left; width: 300px; height: 185px; border: 1px solid #fff; position: relative; margin-right: 30px; }
.news-list .item .image-inner { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; }
.news-list .item .image-inner img { width: 100%; vertical-align: middle; transition: all .6s; z-index: 1; }
.news-list .item:hover .image-inner img { transform: scale(1.025); }
.news-list .item .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.1); z-index: 2; }
.news-list .item:hover .image-inner:before { opacity: 1; }
.news-list .item .text-inner { position: relative; }
.news-list .item .text-inner .title { margin-top: 10px; font-size: 20px; color: #393939; text-overflow: ellipsis; overflow: hidden; }
.news-list .item .text-inner .descrition { margin: 10px 0 10px; font-size: 14px; color: #888; line-height: 24px; overflow: hidden; }
.news-list .item .text-inner .more { font-size: 14px; font-weight: inherit; color: #393939; transition: all .4s; position: relative; height: 30px; line-height: 30px; }
.news-list .item .text-inner .more:before { content: '→'; position: absolute; left: 0; top: 0; display: table-cell; width: 30px; height: 80%; font-size: 25px; font-weight: bold; transition: all .3s ease-out; opacity: 0; }
.news-list .item:hover .text-inner .more { padding-left: 40px; }
.news-list .item:hover .text-inner .more:before { opacity: 1; }
.news-list .item .text-inner .data { }
.news-list .item .text-inner .data dd { float: left; font-size: 14px; font-weight: inherit; color: #888; transition: all .4s; position: relative; height: 30px; line-height: 30px; margin-right: 10px; }
.news-list .item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.news-list .item:hover .text-inner .title { color: #be0000; }

@media (max-width:767px) {
.news-list { }
.news-list .item { width: 100%; margin-left: 0; margin-right: 0; }
.news-list .item .image-wrap, .news-list .item .text-inner { width: 100%; }
}
/*新闻资讯 END*/
.cooper-list { padding: 20px 0 20px; }
.cooper-list .item { position: relative; float: left; width: 12%; margin: 20px 1.1%; height: 60px; background: #F9F9F9; transition: all .6s; }
.cooper-list .item .image-inner { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; }
.cooper-list .item .image-inner img { width: 100%; height:100%; vertical-align: middle; transition: all .6s; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;  filter:alpha(opacity:60);
opacity: 0.6; }

/*.cooper-list .item:hover .image-inner img { transform: scale(1.025); }
.cooper-list .item .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.1); z-index: 2; }
.cooper-list .item:hover .image-inner:before { opacity: 1; }*/

@media (max-width:767px) {
.cooper-list { }
.cooper-list .item { width: 31%; }
}
/*合作客户 END*/
.service-list { padding: 20px 0; }
.service-list .item { position: relative; float: left; width: 23.75%; margin: 20px 0.625%; background: #fff; transition: all .6s; }
.service-list .item .image-inner { height: 170px; text-align: center; overflow: hidden; position: relative; }
.service-list .item .image-inner img { width: 100%; vertical-align: middle; transition: all .6s; z-index: 1; }
.service-list .item:hover .image-inner img { transform: scale(1.025); }
.service-list .item .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.1); z-index: 2; }
.service-list .item:hover .image-inner:before { opacity: 1; }
.service-list .item .text-inner { background: #fff; padding: 20px 10px; }
.service-list .item .text-inner .title { margin-bottom: 10px; font-size: 20px; color: #393939; text-overflow: ellipsis; overflow: hidden; text-align: center; }
.service-list .item .text-inner .descrition { height: 44px; font-size: 13px; color: #888; line-height: 22px; overflow: hidden; }

@media (max-width:767px) {
.service-list { }
.service-list .item { width: 100%; margin-left: 0; margin-right: 0; border-bottom: 1px solid #e5e5e5; }
.service-list .item .image-inner { height: 200px; }
}
/*我们的服务 END*/
.colum-wrap { border-bottom: 1px solid #C9C9C9; }
.colum-wrap .coloum-inner { text-align: center; }
.colum-wrap .coloum-inner li { display: inline-block; margin: 0 10px; height: 50px; position: relative; }
.colum-wrap .coloum-inner li a { font-size: 16px; line-height: 48px; }
.colum-wrap .coloum-inner li a:after { content: ''; bottom: 0px; position: absolute; display: block; width: 0; height: 2px; background: #be0000; transition: all .4s; }
.colum-wrap .coloum-inner li.cur a:after, .colum-wrap .coloum-inner li a:hover:after { width: 100%; }
.container-color .colum-wrap { background: #fff; }
/*子栏目 END*/
.case-list { padding: 20px 0; }
.case-list .item { float: left; width: 32.2%; margin: 20px 0.3%; transition: all .6s; }
.case-list .item .image-wrap, .case-list .item .text-inner { display: block; overflow: hidden; }
.case-list .item .image-wrap { width: 100%; height: auto; display: inline-block; overflow: hidden; vertical-align: middle; background: #000; }
.case-list .item .image-wrap img { width: 100%; vertical-align: middle; transition: all .6s; z-index: 1; }
.case-list .item:hover .image-wrap img { transform: scale(1.025); filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
/*.case-list .item .image-inner { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; }
.case-list .item .image-inner img { width: 100%; vertical-align: middle; transition: all .6s; z-index: 1; }
.case-list .item:hover .image-inner img { transform: scale(1.025); }*/
.case-list .item .image-inner:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; transition: all .3s ease-out; opacity: 0; background: rgba(0,0,0,0.1); z-index: 2; }
.case-list .item:hover .image-inner:before { opacity: 1; }
.case-list .item .text-inner { position: relative; background: #fff; padding: 20px 20px; }
.case-list .item .text-inner .title { font-size: 20px; color: #393939; text-overflow: ellipsis; overflow: hidden; font-weight: normal; }
.case-list .item .text-inner .descrition { margin: 10px 0 10px; font-size: 14px; color: #888; line-height: 24px; overflow: hidden; }
.case-list .item:hover .text-inner .more { padding-left: 40px; }
.case-list .item:hover .text-inner .more:before { opacity: 1; }
.case-list .item:hover .text-inner .title { color: #be0000; }

@media (max-width:768px) {
.case-list { }
.case-list .item { width: 100%; margin-left: 0; margin-right: 0; }
.case-list .item .image-wrap, .case-list .item .text-inner { width: 100%; }
.case-list .item .image-wrap { height: auto; }
}
/*服务案例 END*/
/**/
.page-turn { text-align: center; padding: 30px 10px 20px; overflow: hidden; }
.page-turn a { display: inline-block; overflow: hidden; height: 36px; line-height: 36px; font-size: 32px; color: #595959; margin: 0px 15px; text-align: center; }
.page-turn a.page-num-current { text-decoration: underline; color:#D61919; }
.page-turn span { display: none; }

@media screen and (max-width: 767px) {
}
/**/

.button_link { border: 1px solid #8F8F8F; font: normal 14px/1.85 'NeoTechStd-Light'; position: relative; display: block; margin: 20px auto 50px; width: 170px; height: 52px; line-height: 52px; text-align: center; text-transform: uppercase; }
/*翻页按钮 END*/
.banner-wrap { position: relative; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; height: 250px; z-index: 1; }
.contact-banner { height: 430px; }

@media (max-width:767px) {
.banner-wrap { height: 80px; }
.contact-banner { height: 230px; }
}
/*内页banner END*/

.about-page { padding: 20px 0; }
.about-page .about-inner { transition: all .6s; padding: 50px 0; }
.about-page .about-inner .image-inner, .about-page .about-inner .text-inner { float: left; width: 40%; overflow: hidden; }
.about-page .about-inner .image-inner { text-align: right; padding-top: 220px; }
.about-page .about-inner .text-inner { float: right; width: 57%; font: 14px/1.85'NeoTechStd-Light'; }
.about-page .about-inner .image-inner img, .about-page .about-inner .text-inner img { max-width: 100%; vertical-align: middle; }
.about-wrap { transition: all .6s; }
.about-wrap .about-banner { width: 100%; height: 800px; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; }
.about-list { padding: 20px 0; }
.about-list .item { float: left; width: 23.5%; margin: 20px 0.625%; transition: all .6s; }
.about-list .item .image-wrap, .about-list .item .text-inner { display: block; overflow: hidden; }
.about-list .item .image-wrap { height: 370px; position: relative; }
.about-list .item .image-wrap:before { content: ''; position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 80%; background: #F7F3F1; z-index: 0; }
.about-list .item .image-wrap .image-inner { position: absolute; height: 100%; bottom: 0; left: 5%; z-index: 2; width: 90%; }
.about-list .item .image-wrap .image-inner img { width: 100%; vertical-align: middle; transition: all .6s; z-index: 1; }
.about-list .item:hover .image-wrap .image-inner img { transform: scale(1.025); }
.about-list .item .text-inner { position: relative; background: #fff; padding: 20px 20px; text-align: center; }
.about-list .item .text-inner .title { font-size: 20px; color: #393939; text-overflow: ellipsis; overflow: hidden; font-weight: bold; }
.about-list .item .text-inner .descrition { margin: 10px 0 10px; font-size: 14px; color: #393939; line-height: 24px; overflow: hidden; }

@media (max-width:767px) {
.about-page .about-inner .image-inner, .about-page .about-inner .text-inner { width: 100%; }
.about-page .about-inner .image-inner { padding-top: 0; text-align: left; padding-bottom: 50px; }
.about-wrap .about-banner { height: 400px; }
.about-list .item { width: 48.5%; }
.about-list .item .image-wrap { height: 250px; position: relative; }
.about-list .item .image-wrap:before { }
.about-list .item .image-wrap .image-inner { }
}
/*关于我们 END*/

.contact-list { background: #fff; position: relative; z-index: 3; padding: 55px 30px 55px; margin: 0 0% 1.75%; margin-top: -50px; box-shadow : 0px 0px 15px rgba(0,0,0,.1); transition: all .6s; margin-bottom: 150px; }
.contact-list .text-inner, .contact-list .form-inner { float: left; width: 40%; margin: 20px 1.75%; background: #fff; transition: all .6s; }
.contact-list .form-inner { float: right; width: 50%; }
.contact-list .phone { font: 30px/1.4'NeoTechStd-Light'; font-weight: bold; color: #be0000; padding-bottom: 15px; }
.contact-list .title { font: 18px/1.4'NeoTechStd-Light'; }
.contact-list .descrition { margin-top: 15px; min-height: 60px; }
.contact-list .descrition dd { font: 14px/1.85'NeoTechStd-Light'; }
.contact-list .form-inner { }
.contact-list .form-inner .form-input, .contact-list .form-inner .form-textarea, .contact-list .form-inner .form-button { border: 2px solid #e5e5e5; border-radius: 5px; padding: 0 5px; font-size: 14px; line-height: 40px; outline: none; width: 100%; color: #999; margin-bottom: 20px; }
.contact-list .form-inner .form-textarea { height: 120px; resize: none; }
.contact-list .form-inner .form-input { }
.contact-list .form-inner .form-textarea { }
.contact-list .form-inner .form-button { width: 150px; text-align: center; font-size: 16px; background: #be0000; border-radius: 20px; border-color: #be0000; color: #fff; }

@media (max-width:767px) {
.contact-list .text-inner, .contact-list .form-inner { width: 96.5%; }
}
/*联系方式 END*/
.view-inner { background: #fff; position: relative; z-index: 3; padding: 55px 30px 55px; margin: 0 0% 1.75%; margin-top: -50px; box-shadow : 0px 0px 15px rgba(0,0,0,.1); transition: all .6s; }
.view-title { font: 28px/1.4'NeoTechStd-Light'; font-weight: bold; padding-bottom: 20px; text-transform: uppercase; }
.view-info { margin-bottom: 20px; font-size: 14px; color: #888; border-bottom: 1px solid #e5e5e5; line-height: 50px; overflow: hidden; }
.view-body { font-size: 14px; color: #393939; line-height: 1.85; margin-bottom: 30px; }
.view-body img { max-width: 100%; vertical-align: middle; margin: 20px auto; display: block; }
.view-prev { border-top: 1px dotted #e5e5e5; padding: 20px 0px; }
.view-prev li { line-height: 35px; color: #393939; }
.view-prev li a { color: #393939; }

@media (max-width:767px) {
.view-inner { padding: 70px 10px 55px; }
.case-view-inner { padding: 70px 10px 55px; }
}

/*详细内容 END*/
header { z-index: 9999999; width: 100%; -webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2); -moz-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2); -o-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2); box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2); background: #fff; position: sticky; top: 0.1px; }
.header-inner { height: 90px; }
.header-inner .logo { float: left; margin-top: 22px; }
.header-inner aside { float: right; position: relative; margin-top: 21px; }
.header-inner nav, .header-inner .header-number { float: left; }
.header-inner nav li { position: relative; float: left; margin-left: 48px; }
.header-inner nav li a { font-size: 16px; line-height: 48px; }
.header-inner nav li a:after { content: ''; bottom: 0px; position: absolute; display: block; width: 0; height: 1px; background: #be0000; transition: all .4s; }
.header-inner nav li.cur a:after, .header-inner nav li a:hover:after { width: 100%; }
.header-inner .header-number { margin-left: 70px; font: normal 22px/48px 'NeoTechStd-Medium'; color: #be0000; }
.header-inner .menu-button { float: right; font: normal 42px/1 'NeoTechStd-Light'; color: #be0000; display: none; cursor: pointer; }

@media (max-width:767px) {
header { background: #fff; position: fixed; }
.header-inner { height: 90px; }
.header-inner .logo { }
.header-inner nav, .header-inner .header-number { display: none; }
.header-inner .menu-button { display: block; }
.header-inner .logo img { max-width: 80%; vertical-align: middle; }
}
/*Header END*/
.fixed-menu { position: fixed; width: 100%; height: 100vh; overflow: hidden; z-index: 99999999; right: 0; top: 0; transition: all .3s ease-out; background: rgba(19,19,19,0.9); animation: fadeInRight 1s; -moz-animation: fadeInRight 1s; -webkit-animation: fadeInRight 1s; -o-animation: fadeInRight 1s; display: none; }
.fixed-inner { position: relative; width: 100%; height: 100%; }
.fixed-inner .fixed-close { position: absolute; right: 20px; top: 10px; font: normal 42px/72px 'NeoTechStd-Light'; color: #fff; }
.fixed-inner .fixed-nav { position: absolute; left: 0; top: 50%; transform: translateY(-50%); text-align: center; width: 100%; padding: 0 20%; }
.fixed-inner .fixed-nav li { font: normal 22px/2.35 'NeoTechStd-Light'; color: #fff; border-bottom: 1px solid #888; }
.fixed-inner .fixed-nav li:last-child { border-bottom: 0; }
.fixed-inner .fixed-nav li a { color: #fff; }
.fixed-inner .fixed-number { position: absolute; bottom: 20px; width: 100%; text-align: center; left: 0; font: normal 32px/48px 'NeoTechStd-Light'; color: #fff; }

@media (max-width:767px) {
}

@media screen and (orientation: landscape) {
.fixed-inner .fixed-nav { left: 55%; top: 50%; transform: translate(-50%, -50%); padding: 8% 10%; }
.fixed-inner .fixed-nav li { width: 14.28%; writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ height: 100%; line-height: 0; text-align: start; float: left; letter-spacing: 5px; font-size: 28px; border-bottom: 0; }
}
/*横屏 css*/
/*Fixed-menu END*/

footer { position: relative; padding: 80px 0 30px; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url(../images/footer.jpg); overflow: hidden; }
.footer-list { }
.footer-list .text-inner, .footer-list .image-inner { float: left; transition: all .6s; }
.footer-list .text-inner .title { font: normal 22px/1.85 'NeoTechStd-Medium'; font-weight: bold; color: #FF0000; padding-bottom: 25px; }
.footer-list .text-inner .descrition { }
.footer-list .text-inner .descrition dd { font-size: 14px; line-height: 1.85; position: relative; color: #fff; }
.footer-list .image-inner { float: right; width: 135px; margin-top: 30px; }
.footer-list .image-inner img { max-width: 100%; vertical-align: middle; }
.footer-list .image-inner dd { float: right; color: #FFF; line-height: 28px; text-align: center; width: 100%; }
.footer-power { padding: 20px 0; font: normal 14px/1.85; color: #fff; text-align: center; }
.footer-power a { color: #fff; }

@media (max-width:767px) {
.footer-list .text-inner, .footer-list .image-inner { width: 100%; margin: 1.75% 0; padding: 2% 2%; }
.footer-list .image-inner { text-align: center; }
}
/*Footer END*/
#index-full { height: 680px; position: relative; z-index: 1; }
#index-full .swiper-slide { width: 100% !important; height: 100% !important; overflow: hidden; text-align: center; background-repeat: no-repeat; background-position: center; background-size: cover; }
#index-full .swiper-slide a { display: block; height: 100% !important; }
#index-full .swiper-pagination { bottom: 10px !important; }
#index-full .swiper-pagination-bullet { width: 14px !important; height: 14px !important; background-color: #fff; border-radius: 50%; opacity: 1; }
#index-full .swiper-pagination-bullet-active { background-color: #be0000; }

@media (max-width:767px) {
#index-full { height: 200px; }
}
/**/
.index-about { padding: 50px 0px; background: #be0000; }
.index-num { padding: 20px 0px; }
.index-num .item { float: left; width: 32.08%; margin: 20px 0.625%; transition: all .6s; }
.index-num .title, .index-num .descrition { text-align: center; position: relative; color: #fff; }
.index-num .title { font: normal 48px/1.85 'NeoTechStd-Medium'; font-weight: bold; }
.index-num .descrition { font-size: 14px; line-height: 1.85; }

@media (max-width:767px) {
.index-num .item { width: 100%; margin: 20px 0; }
}
/**/
.have-wrap { width: 100%; padding: 50px 0px; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url(../images/have.jpg); margin-bottom: 80px; }
.have-list { padding: 20px 0; margin-top: 30px; }
.have-list .item { float: left; width: 23.08%; margin: 20px 0.625%; transition: all .6s; padding: 20px 20px; padding-top: 50px; background: #fff; position: relative; }
.have-list .item .title { font: normal 16px/1.85 'NeoTechStd-Light'; }
.have-list .item .descrition { font-size: 14px; color: #888; line-height: 1.85; position: relative; }
.have-list .item:before { content: ''; position: absolute; left: 50%; margin-left: -29px; top: -29px; display: block; width: 58px; height: 58px; border-radius: 50%; background: #be0000; z-index: 2; }

@media (max-width:767px) {
.have-list .item { width: 100%; margin: 20px 0; }
}
/**/
#index-news { padding: 20px 0; height: 220px; position: relative; z-index: 1; margin-bottom: 50px; margin-top: 50px; }
#index-news .swiper-slide { width: 100% !important; height: 100%; overflow: hidden; }
#index-news .swiper-slide .item { float: left; width: 46.75%; margin: 0 0.625% 0%; transition: all .6s; }
#index-news .swiper-slide .item:last-child { float: right; }
#index-news .swiper-slide .item .title, #index-news .swiper-slide .item .descrition, #index-news .swiper-slide .item .data { display: block; overflow: hidden; }
#index-news .swiper-slide .item .title { font: normal 18px/1.85 'NeoTechStd-Light'; font-weight: inherit; }
#index-news .swiper-slide .item .descrition { font-size: 14px; padding: 10px 0px; line-height: 22px; color: #888; }
#index-news .swiper-slide .item .data { font: 16px/1.85'NeoTechStd-Light'; position: relative; color: #888; padding-top: 10px; }
#index-news .swiper-slide .item .data:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 20px; height: 3px; background: #be0000; z-index: 2; }
#index-news .swiper-pagination { bottom: 10px !important; }
#index-news .swiper-pagination-bullet { width: 14px !important; height: 14px !important; position: relative; background: #7C7C7C; border-radius: 50%; opacity: 1; }
#index-news .swiper-pagination-bullet-active { background-color: #be0000; }

@media (max-width:767px) {
#index-news { height: 500px; }
#index-news .swiper-slide .item { width: 100%; padding: 0px 10px; }
#index-news .swiper-slide .item:last-child { float: left; margin-top: 30px; }
}
/**/
/*.scroll-top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: url(../images/scroll-top.jpg) no-repeat;
    width: 64px;
    height: 64px;
    z-index: 999;
    cursor: pointer;
}*/

.aside-right { position: fixed; top: 75%; margin-top: -78px; right: 0; width: 50px; z-index: 1001; }
.aside-right .aside-wrap { width: 100%; }
.aside-right ul li { position: relative; width: 50px; height: 50px; margin-bottom: 2px; margin-left: 0; cursor: pointer; }
.aside-right ul li a { display: block; width: 100%; height: 100%; }
.aside-right ul li.aside-wc a { background: #393939 url(../images/aside-wc.svg) no-repeat center; }
.aside-right ul li.aside-wc .wechat-code { display: none; position: absolute; left: -130px; top: -35px; z-index: 1000; width: 120px; height: auto; padding: 2px; background: #FFF; }
.aside-right ul li.aside-wc .wechat-code:before { position: absolute; right: -15px; top: 50px; content: ''; border-left: 8px #fff dashed; border-top: 8px transparent dashed; border-right: 8px transparent dashed; border-bottom: 8px transparent solid; }
.aside-right ul li.aside-wc .wechat-code img { display: block; width: 100%; height: auto; max-width: 100%; }
.aside-right ul li.aside-qq a { background: #393939 url(../images/aside-qq.svg) no-repeat center; }
.aside-right ul li.aside-top a { background: #393939 url(../images/aside-top.svg) no-repeat center; }
.aside-right ul li.aside-wc a:hover { background: #be0000 url(../images/aside-wc.svg) no-repeat center; }
.aside-right ul li.aside-qq a:hover { background: #be0000 url(../images/aside-qq.svg) no-repeat center; }
.aside-right ul li.aside-top a:hover { background: #be0000 url(../images/aside-top.svg) no-repeat center; }
/*首页 END*/
.caption-inner { transition: all .6s; }
.caption-inner .title, .caption-inner .descrition { text-align: center; position: relative; color: #fff; }
.caption-inner .title { font: normal 24px/1.85 'NeoTechStd-Light'; font-weight: bold; padding-bottom: 25px; }
.caption-inner .title:after { content: ''; bottom: 0; left: 50%; margin-left: -50px; position: absolute; display: block; width: 100px; height: 5px; background: #fff; transition: all .4s; }
.caption-inner .descrition { font-size: 14px; line-height: 1.85; padding: 25px 0px; }
.caption-inner .more { text-align: center; }
.caption-inner .more a { display: inline-block; padding: 10px 20px; border: 2px solid #8F8F8F; font: normal 14px/1.85 'NeoTechStd-Light'; }
.index-cooper .caption-inner .title { color: #393939; }
.index-cooper .caption-inner .title:after { background: #be0000; }
.have-wrap .caption-inner .title { font-size: 20px; font-weight: 300; padding-bottom: 0; }
.have-wrap .caption-inner .title:after { background: none; }
.have-wrap .caption-inner .descrition { font-size: 24px; padding: 0 0; }
.service-page .caption-inner .title { padding-top: 30px; color: #393939; padding-bottom: 0; }
.service-page .caption-inner .title:after { background: none; }
.service-page .caption-inner .descrition { color: #393939; padding-top: 10px; }
.cooper-page .container .title { font-size: 24px; font-weight: bold; padding-top: 30px; color: #393939; padding-bottom: 0; text-align: center; position: relative; }
.cooper-page .container .title:after { background: none; }
.cooper-page .container .descrition { color: #393939; padding-top: 10px; padding-bottom: 0; text-align: center; position: relative; padding: 25px 0px; }
.contact-list .text-inner { line-height: 24px; font-family: NeoTechStd-Light; }

@media (max-width:767px) {
.index-about .caption-inner .descrition { text-align: left; }
}
/*通用快标题 END*/
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}

/*动画效果 END*/
@media screen and (orientation: portrait) {
}

/*竖屏 css*/

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