@charset "utf-8";
html {
font-size: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
html:-moz-full-screen {
background: #000;
}
html:-webkit-full-screen {
background: #000;
}
html:fullscreen {
background: #000
}
a:active, a:focus, a:hover {
outline: none
}
a, img {
outline: none;
box-shadow: none;
-webkit-touch-callout: none;
}
h1 {
font-size: 2em
}
h2 {
font-size: 1.5em
}
h3 {
font-size: 1.17em
}
h4 {
font-size: 1em
}
h5 {
font-size: .83em
}
h6 {
font-size: .67em
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-weight: 400
}
abbr[title] {
border-bottom: 1px dotted
}
b, strong {
font-weight: 700
}
blockquote {
margin: 1em 40px
}
dfn {
font-style: italic
}
hr {
box-sizing: content-box;
height: 0
}
p, pre {
margin: 0
}
code, kbd, pre, samp {
font-family: monaco, consolas, monospace;
font-size: 1em
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word
}
q {
quotes: none
}
q:after, q:before {
content: '';
content: none
}
small {
font-size: 80%
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
dd, dl, menu, ol, ul {
margin: 0
}
menu, ol, ul {
padding: 0
}
ol, ul {
list-style: none;
list-style-image: none
}
img {
border: 0;
-ms-interpolation-mode: bicubic
}
svg:not(:root) {
overflow: hidden
}
form {
margin: 0
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0;
white-space: normal;
*margin-left: -7px
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle
}
button, input {
line-height: normal
}
button, select {
text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
*overflow: visible
}
button[disabled], html input[disabled] {
cursor: default
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
*height: 13px;
*width: 13px
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0
}
input:focus {
outline: 0
}
textarea {
overflow: auto;
vertical-align: top
}
table {
border-collapse: collapse;
border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
display: block
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1
}
video {
width: 100%;
max-width: 100%;
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden] {
display: none
}
mark {
background: #ff0;
color: #666
}
figure {
margin: 0
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
body {
font-size: 14px;
font-family: "\5fae\8f6f\96c5\9ed1", "microsoft yahei", tahoma, arial, "hiragino sans gb", "\5b8b\4f53";
color: #454545;
background: #f8f6f6;
margin: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.fff {
background: #fff
}
img {
vertical-align: top;
border: 0
}
.fl {
float: left
}
.fr {
float: right
}
.tac {
text-align: center
}
a {
text-decoration: none;
color: #000806
}
a:hover {
color: #bd2429
}
.clearfix {
*zoom: 1
}
.clearfix:after, .clearfix:before {
display: table;
content: ""
}
.clearfix:after {
clear: both
}
.wrapper {
width: 94%;
margin: 0 auto
}
.scrolltop {
position: fixed;
right: 25px;
bottom: 60px;
display: block;
width: 54px;
height: 54px;
border-radius: 50%;
background: transparent no-repeat center center;
z-index: 998;
}
.scrolltop:hover {
animation: totop 3s linear infinite
}
@-webkit-keyframes totop {
25% {
-webkit-transform: translatey(-15px)
}
50%, to {
-webkit-transform: translatey(0)
}
75% {
-webkit-transform: translatey(-15px)
}
}
@keyframes totop {
25% {
-webkit-transform: translatey(-15px);
transform: translatey(-15px)
}
50%, to {
-webkit-transform: translatey(0);
transform: translatey(0)
}
75% {
-webkit-transform: translatey(-15px);
transform: translatey(-15px)
}
}
#header.index-header {
width: 100%;
position: fixed;
padding: 20px 0;
z-index: 1000;
margin: 0 auto;
border: 0;
background: 0;
}
#header .wrapper {
height: 40px;
position: relative
}
.menu {
position: absolute;
right: 0;
top: 8px
}
.menu img {
display: none;
}
.menu span {
margin: 0 auto;
background: #fff;
display: block;
width: 30px;
height: 3px;
border-radius: 2px;
margin-bottom: 8px;
opacity: 0.9;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.menu span.ms2 {
width: 40px;
}
.menu span.ms3 {
margin-bottom: 0
}
.menu:hover span.ms1 {
width: 40px;
opacity: 1;
}
.menu:hover span.ms2 {
width: 30px;
opacity: 1;
}
.menu svg {
width: 22px;
height: 22px;
fill: #fff;
color: #fff;
font-size: 22px;
font-weight: 500
}
.sidebar {
width: 270px;
height: 100vh;
padding: 0 5%;
position: fixed;
right: -100%;
top: 0;
z-index: 8;
background: rgba(0, 0, 0, 0.7)
}
.sidewrap {
position: relative;
-webkit-transform: translatex(50px);
-moz-transform: translatex(50px);
-ms-transform: translatex(50px);
transform: translatex(50px);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: .5s linear .2s;
-moz-transition: .5s linear .2s;
-ms-transition: .5s linear .2s;
transition: .5s linear .2s;
}
.sidewrap .close {
position: absolute;
right: 53px;
top: 29px;
background-position: -402px 0
}
.big-logo {
display: block;
width: 200px;
height: 70px;
background: url(/uploads/image/timages/logo.png) no-repeat left top;
background-size: 200px 70px;
}
.index-header .big-logo {
position: fixed;
top: 20px;
}
#header-inside .big-logo {
width: 168px;
height: 45px;
background-size: 168px 63px;
}
.logo {
padding: 9vh 0 4vh;
width: 160px;
}
.nav {
margin-bottom: 2vh
}
.nav li {
line-height: 5vh;
}
@-webkit-keyframes mli {
0% {
margin-left: 200px;
opacity: 0
}
100% {
margin-left: 0;
opacity: 1
}
}
@-moz-keyframes mli {
0% {
margin-left: 200px;
opacity: 0
}
100% {
margin-left: 0;
opacity: 1
}
}
@-ms-keyframes mli {
0% {
margin-left: 200px;
opacity: 0
}
100% {
margin-left: 0;
opacity: 1
}
}
@-o-keyframes mli {
0% {
margin-left: 200px;
opacity: 0
}
100% {
margin-left: 0;
opacity: 1
}
}
@keyframes mli {
0% {
margin-left: 200px;
opacity: 0
}
100% {
margin-left: 0;
opacity: 1
}
}
.nav li a {
font-size: 14px;
color: #fff;
opacity:0.5;
}
.nav li.on a,.index-header .nav li a{opacity:1}
.nav li a:hover, .ce a:hover {
color: #eea807
}
.search {
width: 110px;
height: 21px;
padding-left: 6px;
border: 1px solid #fff;
border-radius: 12px;
margin-bottom: 4vh;
position:relative;
}
/*.search img {
float: left;
margin-right: 5px;
padding-top: 5px;
opacity: 1;
display: none;
}*/
.search a {
position:absolute;
left:0;top:0;
width: 20px;
height: 20px;
background: url(/uploads/image/timages/nav_share_03.svg) no-repeat center;
opacity: 0.7;
margin: 1px 0 0 2px;
}
.search input {
width: 86px;
padding-right: 4px;
line-height: 15px;
border: 0;
background: transparent;
color: #fff;
position:absolute;
top:2px;right:0
}
.share li {
float: left;
width: 22px;
height: 17px;
border: 1px solid #fff;
border-radius: 50%;
text-align: center;
margin-right: 5px;
padding-top: 5px
}
.share li a {
opacity: 1
}
.share li img {
vertical-align: top
}
.share li a:hover {
background: rgba(0, 0, 0, 0.2);
opacity: 1
}
.share {
margin-bottom: 15px;
height: 24px;
}
.share .bdshare-button-style0-16 {
display: inline-block !important;
}
.share .bdshare-button-style0-16 a {
width: 22px;
height: 22px !important;
padding: 0 !important;
border-radius: 50%;
border: 1px solid #fff;
margin: 0 5px;
}
.share iframe {
width: 24px;
position: absolute;
left: 0;
/*opacity: 0;*/
cursor: pointer;
display:none;
}
.share .bdshare-button-style0-16 .bds_sqq {
background: url(/uploads/image/timages/nav_share_07.svg) no-repeat center;
}
.share .bdshare-button-style0-16 .bds_sqq:hover{
background-image: url(/uploads/image/timages/nav_share_08.svg);
border-color: #eea807;
}
.share .bdshare-button-style0-16 .bds_tsina {
background: url(/uploads/image/timages/nav_share_10.svg) no-repeat center;
margin: 0 5px 0 0
}
.share .bdshare-button-style0-16 .bds_tsina:hover{
background-image: url(/uploads/image/timages/nav_share_11.svg);
border-color: #eea807;
}
.share .wb_share_button .share_btn_mini_container{padding-top: 0!important;}
.share .wb_share_button .ico_share_btn_mini {
background: url(/uploads/image/timages/nav_share_10.svg) no-repeat center !important;
width: 24px!important;height:24px!important;
}
.share .wb_share_button .ico_share_btn_mini:hover{
background-image: url(/uploads/image/timages/nav_share_11.svg);
border-color: #eea807;
}
.share .bdshare-button-style0-16 .bds_weixin {
background: url(/uploads/image/timages/nav_share_13.svg) no-repeat center;
}
.share .bdshare-button-style0-16 .bds_weixin:hover {
background-image: url(/uploads/image/timages/nav_share_14.svg);
border-color: #eea807;
}
.ce {
}
.ce a {
display: inline-block;
color: #fff;
font-size: 12px;
padding-right: 5px;
border-right: 1px solid #fff
}
.ce a:last-child {
padding-left: 5px;
padding-right: 0;
border: 0
}
.ce .active {
color: #eea807
}
.copy {
display: none;
}
.scan {
margin-top: 20px;
width: 90px;
height: 90px;
padding: 6px;
background: rgba(0, 0, 0, 0.3);
}
.sidewrap p {
font-size: 12px;
color: #fff;
line-height: 18px;
padding: 5px 0 5px
}
.section{background-size:cover;background-repeat: no-repeat;background-position:center center;}
.banner {
overflow: hidden;
/*
background: #000 no-repeat center center;
*/
background-color:#000;
background-position-y: 35vh;
}
.banner .content {
z-index: 5;
height: 100%;
width: 100%;
}
.h-mei {
position: fixed;
top: 65px;
left: 3%;
}
.banner .slogan {
position: absolute;
width: 656px;
height: 167px;
background: url(/uploads/image/timages/1.png) no-repeat top center;
z-index: 1;
top: 55%;
left: 50%;
margin-top: -52px;
margin-left: -328px;
text-align: center;
}
.banner .slogan img {
padding-top: 145px;
}
.banner .ft {
position: absolute;
bottom: 0;
width: 100%;
z-index: 2
}
.banner .dropdown {
height: 52px;
width: 52px;
background: url(/uploads/image/timages/drop.png) no-repeat 50%;
-webkit-animation: a 1.4s linear infinite;
animation: a 1.4s linear infinite;
display: none
}
.b-news {
display: inline-block;
width: 528px;
height: 30px;
position: absolute;
top: 92%;
left: 48.5%;
transform: translatex(-50%);
-moz-transform: translatex(-50%);
-webkit-transform: translatex(-50%);
-ms-transform: translatex(-50%);
}
.b-news span {
display: block;
float: left;
width: 42px;
height: 26px;
background: url(/uploads/image/timages/laba.svg) no-repeat left center;
margin: 2px 5px 0 0;
position: relative;
}
.b-news span i {
font-style: normal;
width: 1px;
position: absolute;
background: #fff;
opacity: 0;
}
.b-news span .i1 {
height: 6px;
top: 10px;
left: 32px;
-webkit-animation: b_i1 2.5s linear infinite;
-moz-animation: b_i1 2.5s linear infinite;
-ms-animation: b_i1 2.5s linear infinite;
animation: b_i1 2.5s linear infinite;
}
.b-news span .i2 {
height: 10px;
top: 8px;
left: 36px;
-webkit-animation: b_i2 2.5s linear infinite;
-moz-animation: b_i2 2.5s linear infinite;
-ms-animation: b_i2 2.5s linear infinite;
animation: b_i2 2.5s linear infinite;
}
.b-news span .i3 {
height: 16px;
top: 5px;
left: 41px;
-webkit-animation: b_i3 2.5s linear infinite;
-moz-animation: b_i3 2.5s linear infinite;
-ms-animation: b_i3 2.5s linear infinite;
animation: b_i3 2.5s linear infinite;
}
@-webkit-keyframes b_i1 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes b_i2 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes b_i3 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes b_i1 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-moz-keyframes b_i2 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-moz-keyframes b_i3 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes b_i1 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-ms-keyframes b_i2 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-ms-keyframes b_i3 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes b_i1 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes b_i2 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes b_i3 {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.b-news ul {
display: inline-block
}
.b-news .line ul {
position: absolute;
left: 0;
bottom: -10px;
height: 2px;
width: 100%;
}
.b-news .line ul li {
float: left;
width: 110px;
height: 2px;
margin-right: 11px;
background: #fff;
opacity: 0.3;
filter: alpha(opacity=30)
}
.b-news .line ul li:first-child {
width: 11px;
height: 11px;
border-radius: 50%;
margin-right: 0;
margin-top: -5px;
margin-left: 5px
}
.b-news .line ul li:nth-child(2) {
width: 105px;
height: 2px;
}
.b-news .line ul li:last-child {
margin-right: 0
}
.b-news ul li {
height: 30px;
line-height: 30px;
}
.b-news ul li a {
display: block;
height: 30px;
line-height: 30px;
font-size: 17px;
color: #fff;
letter-spacing: 1px;
width: 470px;
text-overflow: ellipsis;
overflow: hidden;
word-break: keep-all;
white-space: nowrap;
font-weight: bold;
}
.b-news .hd ul {
position: absolute;
left: 0;
bottom: -10px;
height: 11px;
width: 100%;
}
.b-news .hd ul li {
display: inline-block;
width: 11px;
height: 11px;
border-radius: 50%;
margin-left: 110px;
background: #fff;
opacity: 0.3;
filter: alpha(opacity=30);
cursor: pointer;
}
.b-news .hd ul li:first-child {
margin-left: 121px;
}
.b-news .hd ul li.on {
opacity: 1;
filter: alpha(opacity=100)
}
.b-news .hd ul li:last-child {
margin-right: 0
}
.b-news ul li:hover a {
color: #eea807
}
@-webkit-keyframes a {
25% {
-webkit-transform: translatey(10px)
}
50%, to {
-webkit-transform: translatey(0)
}
75% {
-webkit-transform: translatey(-10px)
}
}
@keyframes a {
25% {
-webkit-transform: translatey(10px);
transform: translatey(10px)
}
50%, to {
-webkit-transform: translatey(0);
transform: translatey(0)
}
75% {
-webkit-transform: translatey(-10px);
transform: translatey(-10px)
}
}
.section .tit, .section .tit2 {
margin-bottom: 35px;
display: inline-block;
}
.section .tit11, .section .tit111, .section .tit22 {
display: none;
}
.section .desc, .section .desc1 {
font-size: 16px;
line-height: 33px;
color: #fff;
display: inline-block;
letter-spacing: 2px;
text-align: left;
}
.section .desc1 {
display: none;
}
.section3.section .desc, .section4.section .desc {
max-width: 45%
}
.section1.section .desc {
max-width: 85%;
}
.footer {
/*
background: #2b2b2b no-repeat center center;
*/
/*background-size: cover;*/
position: relative;
text-align: left
}
.footer-wrap {
margin-top: -34vh;
}
.footer .footer-inner {
line-height: 35px;
}
.footer .footer-inner {
width: 92%;
padding: 0 4%;
text-align: center;
}
.footer .footer-inner span {
margin-left: 10px;
}
.fp1 {
float: left
}
.fp2 {
float: right;
}
.fp2 .lonwei {
display: none
}
.show {
opacity: 1 !important
}
.section1 {
/*
background: no-repeat top center;
*/
/* background-size: cover;*/
}
.section1 .wrap, .section2 .wrap {
width: 90%;
max-width: 1200px;
margin: 0 auto;
text-align: center
}
.i-wrap {
width: 1200px;
margin: 0 auto;
}
.section1 .models {
padding-top: 100px;
height: 100%;
}
.section1 .models li {
height: 100%;
width: 33.33%;
float: left
}
.section1 .models li a {
color: #fff;
display: block
}
.section1 .models li a:hover {
opacity: .7
}
.section1 .models li .icon {
display: block;
margin: 0 auto 20px;
width: 86px;
height: 86px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.6);
border: 1px solid #fff \9;
}
.section1 .models li .txt {
display: block;
height: 30px;
line-height: 30px;
font-size: 15px;
text-align: center;
}
.section1 .models li .icon-streng {
background: url(/uploads/image/timages/icon_1.svg) no-repeat center;
width: 86px;
height: 86px
}
.section1 .models li .icon-culture {
background: url(/uploads/image/timages/icon_5.svg) no-repeat center;
width: 86px;
height: 86px
}
.section1 .models li .icon-honor {
background: url(/uploads/image/timages/icon_4.svg) no-repeat center;
width: 86px;
height: 86px
}
.section1 .models li .icon-pheriy {
background: url(/uploads/image/timages/icon_3.svg) no-repeat center;
width: 86px;
height: 86px
}
.section1 .models li .icon-team {
background: url(/uploads/image/timages/icon_2.svg) no-repeat center;
width: 86px;
height: 86px
}
.section2 {
/*
background: no-repeat center center;
*/
/* background-size: cover*/
}
.section2 .wrap {
position: relative;
}
.section2 .wrap .s2-txt, .section2 .wrap .s2-txt1, .section2 .wrap .s2-txt2 {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9;
padding: 129px 0;
width: 360px;
border-radius: 50%;
}
.section2 .wrap .s2-txt img, .section2 .wrap .s2-txt1 img, .section2 .wrap .s2-txt2 img {
cursor: pointer
}
.s2-txt .img1, .s2-txt1 .img1, .s2-txt2 .img1 {
padding-bottom: 30px;
}
.s2-txt .img2, .s2-txt1 .img2, .s2-txt2 .img2 {
padding-bottom: 40px
}
.s2-txt span, .s2-txt1 span, .s2-txt2 span {
display: inline-block;
font-size: 16px;
color: #fff;
letter-spacing: 2px; /*font-family:"myfonts";*/
line-height: 2;
}
.section2 .wrap .s2-txt1, .section2 .wrap .s2-txt2 {
display: none
}
.s2-ul {
display:block;
width: 992px;
position: absolute;
height: 276px;
top: 50%;
left: 50%;
margin-left: -496px;
margin-top: -134px
}
.s2-ul li {
position: absolute;
width: 0;
background: rgba(255, 255, 255, 0.3)
}
.s2-ul .s2-l1 {
top: 0;
right: 856px;
}
.s2-ul .s2-l2 {
top: 78px;
right: 856px
}
.s2-ul .s2-l3 {
top: 166px;
right: 856px
}
.s2-ul .s2-l4 {
top: 236px;
right: 856px
}
.s2-ul .s2-l5 {
top: 0;
left: 856px
}
.s2-ul .s2-l6 {
top: 78px;
left: 856px
}
.s2-ul .s2-l7 {
top: 166px;
left: 856px
}
.s2-ul .s2-l8 {
top: 236px;
left: 856px
}
.s2-ul li a {
display: inline-block;
font-size: 15px;
color: #fff;
width: 136px;
height: 40px;
line-height: 40px;
box-sizing: border-box;
text-align: center;
opacity: 0;
}
.s2-ul li a:hover {
background: rgba(207, 167, 74, 0.5);
}
.s2-ul li span {
position: absolute;
width: 0;
height: 1px;
background: rgba(255, 255, 255, 0.5);
}
.s2-ul .s2-l1 span {
top: 60px;
right: -125px;
transform-origin: right center;
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: left center;
transform: rotate(18deg);
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-ms-transform: rotate(18deg);
}
.s2-ul .s2-l2 span {
top: 21px;
right: -116px;
}
.s2-ul .s2-l3 span {
top: -19px;
right: -125px;
transform-origin: right center;
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: left center;
transform: rotate(-18deg);
-webkit-transform: rotate(-18deg);
-moz-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
}
.s2-ul .s2-l4 span {
top: -19px;
right: -125px;
transform-origin: right center;
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: left center;
transform: rotate(-18deg);
-webkit-transform: rotate(-18deg);
-moz-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
}
.s2-ul .s2-l5 span {
top: 21px;
left: -116px;
transform-origin: left center;
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: left center;
transform: rotate(-18deg);
-webkit-transform: rotate(-18deg);
-moz-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
}
.s2-ul .s2-l6 span {
top: 21px;
left: -116px;
}
.s2-ul .s2-l7 span {
top: -21px;
left: -125px;
transform-origin: left center;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: right center;
transform: rotate(18deg);
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-ms-transform: rotate(18deg);
}
.s2-ul .s2-l8 span {
top: -21px;
left: -125px;
transform-origin: left center;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: right center;
transform: rotate(18deg);
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-ms-transform: rotate(18deg);
}
.section3 {
/*
background: no-repeat center center;
*/
/*background-size: cover*/
}
.section4 {
/*
background: no-repeat center center;
*/
/*background-size: cover*/
}
.uicolor {
color: #bc8745
}
.section5 {
/*
background: no-repeat center center;
*/
/* background-size: cover*/
}
.s5-m {
display: inline-block;
float: right;
width: 55%
}
#fp-nav {
background: repeat \0;
filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#cc1d1b1a, endcolorstr=#cc1d1b1a) \0;
zoom: 1 \0;
border-radius: 28px;
}
#fp-nav.left {
left: 2%;
top: 72%;
}
:root #fp-nav {
-webkit-filter: none \9;
filter: none \9
}
#fp-nav ul li a span, .fp-slidesnav ul li a span {
width: 8px;
height: 8px;
background: #fff;
opacity: 0.7;
filter: alpha(opacity=70);
margin: -2px 0 0 -4px
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesnav ul li a.active span, .fp-slidesnav ul li:hover a.active span {
opacity: 1;
filter: alpha(opacity=100)
}
#wrap, #sub-nav, #footer, #header-inside {
width: 100%
}
.idv-i, .idv-v, .about-i, .header-inside, .sub_nav, .footer-inner, .inside-inner, .join-title {
width: 1140px;
margin: 0 auto
}
#header-inside {
background: #333
}
#header-inside .menu {
position: absolute;
top: 21px;
right: 0;
opacity: 0;
z-index: 12;
display: none;
}
#header-inside .sidebar {
width: 50%
}
#header-inside .sidewrap .close {
right: 6px;
top: 0px;
z-index: 12;
padding: 10px
}
#header-inside .search {
border-color: #fff;
margin-bottom: 20px
}
#header-inside .search img {
opacity: 1
}
#header-inside .ce .active {
color: #eea807
}
#header-inside .ce a {
color: #fff;
border-color: #fff
}
#header-inside .logo {
padding: 70px 0 20px
}
.header-inside {
height: 58px;
position: relative;
overflow: hidden;
}
.header-inside .big-logo {
margin-top: 10px;
float: left;
}
.header-inside .inside-nav {
float: right;
padding-top: 17px
}
.inside-nav li {
float: left;
margin-left: 30px
}
.inside-nav li a {
display: block;
font-size: 14px;
line-height: 29px;
color: #fff;
opacity: .5
}
.inside-nav li a:hover, .inside-nav li.active a {
opacity: 1
}
#sub-nav {
position: relative
}
.local{ width:200px; float:left;}
.sub_nav {
height: 53px;
border-bottom: 1px solid #eaeaea;
line-height: 53px;
}
.sub_nav ul {
float: right
}
.sub_nav ul li {
float: left;
margin-right: 20px
}
.sub_nav ul li:last-child {
margin-right: 0
}
.sub_nav ul li a {
display: block;
font-size: 12px;
color: #000;
opacity: 0.4;
line-height: 53px
}
.sub_nav ul .sub_active a, .sub_nav ul li:hover a {
color: #333;
opacity: 1
}
.sub_nav .btn {
position: absolute;
width: 0;
height: 0;
border-top: 10px solid #666;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
transition: .3s;
left: 5.5%;
top: 50%;
margin-top: -5px;
display: none;
background-size: 100%
}
.sub_nav .btn.on{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)
}
#about-j, #about-w, #news-t, #news-m, #idv-i, #idv-n, #idv-h {
background: #f2f2f2;
}
#idv-h {
padding-bottom: 100px;
}
#about-j {
background: #000 url(/uploads/image/timages/about_j_01.jpg) no-repeat center;
background-attachment: fixed;
background-size: cover;
width: 100%;
}
#about-w {
background: url(/uploads/image/timages/about_w_01.jpg) no-repeat center;
background-attachment: fixed;
background-size: cover;
width: 100%;
}
#pro-k {
background: url(/uploads/image/timages/pro-k_01.jpg) no-repeat 50%;
background-attachment: fixed;
background-size: cover;
width: 100%;
}
#pro-k .about-i {
border: none;
}
#pro-k .about-i h2, #pro-k .about-i p {
color: #fff;
}
#news-t.news-t, #idv-i.idv-v, #news-m.news-m, #sub-nav {
background: #f8f6f6;
}
.about {
text-align:justify;
font-size: 14px;
line-height: 28px;
min-height:350px; padding-bottom:100px;
}
.about h2 {
font-size: 30px;
color: #666;
line-height: 80px;
font-weight: normal
}
.pro .about p {
text-align: left
}
.about p {
}
.ny_title{ text-align:center;}
.about .more, .idv-more {
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 12px;
color: #aaa;
letter-spacing: 1px;
position: relative;
margin: 30px 0 20px;
text-align: center;
}
.about .more span, .idv-more span {
position: absolute;
left: 50%;
margin-left: -31px;
top: 100%;
width: 62px;
height: 1px;
background: #aaa;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s
}
.about .idv-ul li .more {
display: none
}
.about .more:hover, .idv-more:hover {
color: #eea807;
}
.about .more:hover span, .idv-more:hover span {
top: 0;
background: #eea807;
}
.idv-more {
margin: 10px 0 80px 0
}
.about-i {
padding: 20px 0 150px;
}
.about-video {
width: 100%;
background: #fff;
padding: 100px 0 85px
}
.idv .about-i {
padding: 100px 0 85px;
}
.about-us video {
width: 908px;
height: 393px
}
.about-us-pic {
width: 702px;
margin: 0 auto;
}
.about-us-pic img {
width: 100%;
}
.about-j ul {
width: 908px;
height: 98px;
margin: 80px auto 0
}
.about-j ul li {
float: left
}
.about-j ul li img {
width: 46px;
}
.about-j ul li:first-child {
margin-right: 92px
}
.about-j ul li:nth-child(2) {
margin-right: 100px
}
.about-j ul li:nth-child(3) {
margin-right: 125px
}
.about-j ul li:nth-child(4) {
margin-right: 125px
}
.about-j ul li span {
display: inline-block;
font-size: 13px;
color: #eea807;
line-height: 47px;
padding-top: 6px
}
.about-t ul {
width: 702px;
/*height: 298px;*/
margin: 63px auto 0;
text-align: left;
}
.about-t ul li { /*float:left;*/
display: inline-block;
vertical-align: top;
width: 210px;
margin-right: 36px;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
text-align: center;
margin-bottom: 20px;
}
.about-t ul li a {
cursor: default;
}
.about-t ul li:nth-child(3),.about-t ul li:nth-child(7),.about-t ul li:nth-child(11),.about-t ul li:nth-child(15),.about-t ul li:nth-child(19) {
margin-right: 0
}
.about-t ul li h4 {
font-size: 18px;
color: #666;
line-height: 30px
}
.about-t ul li span {
display: inline-block;
color: #9d9a8c;
font-size: 12px;
max-width: 300px;
text-align: left
}
.about-t ul li:hover {
-webkit-transform: translatey(-20px);
-moz-transform: translatey(-20px);
-ms-transform: translatey(-20px);
transform: translatey(-20px);
}
.about-t ul li:hover h4 {
color: #eea807
}
.t-p {
margin: 0 auto;
width: 157px;
height: 157px;
border-radius: 50%;
overflow: hidden;
}
.about-yz {
padding: 100px 0 300px;
width: 685px;
margin: 0 auto
}
.about-yz div {
width: 100%;
margin: 0 0 50px;
}
.about-yz div img {
width: 100%
}
.about-yz p {
font-size: 16px;
color: #585858;
line-height: 33px;
letter-spacing: 1px;
width: 100%;
margin-bottom: 30px;
}
.about-yz h3 {
line-height: 80px;
font-size: 30px;
color: #666;
font-weight: normal;
text-align: center;
margin-bottom: 10px;
}
.about-yz h3:hover {
color: #666;
}
.about-y3 p, .about-y6 p, .about-y7 p {
color: #4e312b
}
.about-ry p {
padding-bottom: 100px
}
.about-ry ul {
width: 702px;
margin: 0 auto 43px
}
.about-ry ul li {
float: left;
width: 322px
}
.about-ry ul li:nth-child(2n) {
float: right
}
.about-ry ul li div {
width: 322px;
height: 231px;
margin: 0 auto;
}
.about-ry ul li div img {
width: 100%;
height: 100%;
}
.about-ry ul li span {
display: inline-block;
font-size: 12px;
color: #9d9a8c;
line-height: 20px;
text-align: left
}
.about-i.about-y {
background-image: ;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
width: 100%;
}
.about-i.about-y h2, .about-i.about-y p, .about-i.about-j h2, .about-i.about-j p, .about-i.about-w h2, .about-i.about-w p {
color: #fff
}
.about-i.about-y h2 {
line-height: 80px
}
.about-i.about-y .more span {
background: #aaa;
}
.about-i.about-y.pro-f .more span {
background: #aaa;
}
.about-i.about-y.pro-f .more:hover span {
background: #eea807;
}
.about-i.about-y.pro-f .more:hover {
color: #eea807
}
.about-w-list {
width: 908px;
height: auto;
margin: 0 auto;
text-align: left
}
.about-w-pic {
display: none;
width: 702px;
margin: 50px auto 0
}
.about-w-pic img {
width: 100%
}
.about-w-item {
display: block;
margin-bottom: 60px;
width: 453px;
}
.about-w-item h3 {
line-height: 35px;
padding-top: 23px;
font-size: 18px;
color: #666
}
.about-w-item span {
display: block;
line-height: 24px;
font-size: 13px;
color: #9d9a8c
}
.about-w-item p {
line-height: 29px;
padding-bottom: 16px;
font-size: 14px;
color: #000;
width: 410px;
letter-spacing: 0;
margin: 0
}
.about-w-item1 {
float: left
}
.about-w-item2 {
float: right
}
.about-w-item:hover h3 {
color: #eea807
}
.about-w-img {
width: 421px;
overflow: hidden
}
.about-w-img img {
width: 100%;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s
}
/*.about-w-img:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}*/
.about-wh-img {
width: 453px;
height: 298px;
overflow: hidden
}
.about-wh-img img {
width: 100%;
height: 100%;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s
}
/*.about-wh-img:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}*/
.about-w-inside {
width: 981px;
margin: 0 auto;
padding: 100px 0 96px
}
.about-w-banner {
width: 641px;
margin: 0 auto;
padding-bottom: 60px;
text-align: center
}
.about-w-banner-pic {
width: 641px;
height: 425px;
margin: 0 auto;
}
.about-w-banner-pic img {
width: 100%;
height: 100%;
}
.about-w-banner h3 {
font-size: 20px;
line-height: 47px;
padding-top: 16px;
color: #eea807
}
.about-w-banner p {
display: none;
font-size: 15px;
line-height: 33px;
color: #585858;
max-width: 640px;
margin: 0 auto;
text-align: left;
}
.about .about-w-banner .more {
display: none;
}
.about-w-main {
padding-top: 50px;
/*border-top: 1px solid #eaeaea*/
}
.about-w-main .about-w-list {
width: 100%;
height: auto
}
.about-w-main .about-w-item h3 {
font-size: 20px;
line-height: 26px;
padding: 30px 0 13px;
color: #666;
height: 50px;
overflow: hidden
}
.about-w-main .about-w-item:hover h3 {
color: #eea807
}
.about-w-main .about-w-item p {
height: 60px;
overflow: hidden;
line-height: 33px;
font-size: 15px;
color: #585858;
padding-bottom: 10px
}
.about-w-main .about-w-item .more {
display: none;
font-size: 15px;
color: #eea807;
letter-spacing: 1px;
border-bottom: 1px solid #eea807;
padding: 5px 0
}
.about-jz {
text-align: left
}
/*.about-j1, .about-j3 {
width: 1140px;
margin: 0 auto
}*/
.about-j-r {
float: right;
width: 165px
}
.about-j-r img {
display: block;
margin: 45px auto 30px
}
.about-j-r span {
display: inline-block;
width: 100%;
height: 1px;
background: #c1b3a5
}
.about-j-r p {
width: 100%;
font-size: 12px;
line-height: 27px;
color: #c1b3a5;
letter-spacing: 0
}
.about-j1 {
padding: 70px 0 92px
}
.about-j1 h3 {
font-size: 30px;
color: #666;
line-height: 80px
}
.about-j1 a {
display: inline-block;
font-size: 16px;
line-height: 50px;
color: #585858;
padding-right: 28px;
background: no-repeat right center
}
.about-j1 a:hover {
color: #eea807
}
.about-j1 a.on{color:#eea807;background-image:}
.about-j1 p {
width: 100%
}
.about-j2 {
background: no-repeat center;
background-size: cover;
padding: 70px 0 79px
}
.about-j22 {
width: 60%
}
.about-j22 h3 {
font-size: 30px;
color: #666;
line-height: 107px
}
.about-j22 p {
width: 100%
}
.about-j3 h3, .about-j4 h3 {
font-size: 30px;
color: #666;
line-height: 89px
}
.about-j3-pic, .about-j4-pic, .about-j5-pic, .about-j6-pic, .about-j7-pic {
width: 100%
}
.about-j1-l, .about-j3-l, .about-j4-l {
float: left;
width: 52%
}
.about-j3-l p, .about-j4-l p {
width: 100%
}
.about-j3 {
padding: 70px 0 104px
}
.about-j4 {
background-color: #fbfbfb;
background: #fbfbfb no-repeat center center;
background-size: cover;
padding: 70px 0 130px
}
.about-j6 {
background-color: #fbfbfb;
background: #fbfbfb no-repeat center center;
background-size: cover;
padding: 70px 0 130px;
}
.about-j5 {
padding: 70px 0 101px
}
.about-j7 {
padding: 70px 0 64px
}
.about-j5, .about-j7 {
background: #fff
}
.pro-p-video {
width: 619px;
margin: 60px auto 0;
}
.pro-p-video img {
width: 100%;
}
#pro-ph video {
margin-top: 50px
}
#pro-ph p {
padding-bottom: 0;
text-align: left
}
#pro-ph h3 {
font-size: 22px;
color: #eea807;
font-weight: normal;
line-height: 52px;
padding-bottom: 23px
}
.about-i.pro-p1 {
padding: 100px 0 150px
}
.about-i.pro-p2 {
padding: 76px 0 100px;
display: none;
}
.pro-p3 {
border: 0
}
.pro-btn {
display: inline-block;
height: 24px;
color: #585858;
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
margin: 40px 0 0;
position: relative
}
.pro-btn:hover {
color: #eea807
}
.zs {
display: inline-block;
position: absolute;
right: -50px;
top: 0;
width: 45px;
height: 24px;
overflow: hidden;
}
.zs i {
font-style: normal;
font-size: 14px;
width: 15px;
text-align: center;
position: absolute
}
.zs .i1 {
left: -45px;
opacity: 1;
-webkit-animation: sp1 1s linear infinite;
-moz-animation: sp1 1s linear infinite;
-ms-animation: sp1 1s linear infinite;
animation: sp1 1s linear infinite;
}
.zs .i2 {
left: -30px;
opacity: 1;
-webkit-animation: sp2 1s linear infinite;
-moz-animation: sp2 1s linear infinite;
-ms-animation: sp2 1s linear infinite;
animation: sp2 1s linear infinite;
}
.zs .i3 {
left: -15px;
opacity: 1;
-webkit-animation: sp3 1s linear infinite;
-moz-animation: sp3 1s linear infinite;
-ms-animation: sp3 1s linear infinite;
animation: sp3 1s linear infinite;
}
.zs .i4 {
left: 0;
opacity: 1;
-webkit-animation: sp4 1s linear infinite;
-moz-animation: sp4 1s linear infinite;
-ms-animation: sp4 1s linear infinite;
animation: sp4 1s linear infinite;
}
.zs .i5 {
left: 15px;
opacity: 0.5;
-webkit-animation: sp5 1s linear infinite;
-moz-animation: sp5 1s linear infinite;
-ms-animation: sp5 1s linear infinite;
animation: sp5 1s linear infinite;
}
.zs .i6 {
left: 30px;
opacity: 0.2;
-webkit-animation: sp6 1s linear infinite;
-moz-animation: sp6 1s linear infinite;
-ms-animation: sp6 1s linear infinite;
animation: sp6 1s linear infinite;
}
.tit2, .tit22 {
position: relative
}
.index_zs {
top: -5px;
}
.index_zs i {
font-size: 20px;
color: #eea807
}
.tit22 .index_zs i {
font-size: 16px;
}
@-webkit-keyframes sp1 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 1;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-moz-keyframes sp1 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 1;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-ms-keyframes sp1 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 1;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@keyframes sp1 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 1;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-webkit-keyframes sp2 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.5;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-moz-keyframes sp2 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.5;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-ms-keyframes sp2 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.5;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@keyframes sp2 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 1;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.5;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-webkit-keyframes sp3 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.5;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.2;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-moz-keyframes sp3 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.5;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.2;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-ms-keyframes sp3 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.5;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.2;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@keyframes sp3 {
0% {
opacity: 1;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.5;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0.2;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-webkit-keyframes sp4 {
0% {
opacity: 0.5;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.2;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-moz-keyframes sp4 {
0% {
opacity: 0.5;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.2;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-ms-keyframes sp4 {
0% {
opacity: 0.5;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.2;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@keyframes sp4 {
0% {
opacity: 0.5;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0.2;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-webkit-keyframes sp5 {
0% {
opacity: 0.2;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-moz-keyframes sp5 {
0% {
opacity: 0.2;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-ms-keyframes sp5 {
0% {
opacity: 0.2;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@keyframes sp5 {
0% {
opacity: 0.2;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-webkit-keyframes sp6 {
0% {
opacity: 0;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-moz-keyframes sp6 {
0% {
opacity: 0;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@-ms-keyframes sp6 {
0% {
opacity: 0;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
@keyframes sp6 {
0% {
opacity: 0;
-webkit-transform: translatex(15px);
-moz-transform: translatex(15px);
-ms-transform: translatex(15px);
transform: translatex(15px);
}
50% {
opacity: 0;
-webkit-transform: translatex(30px);
-moz-transform: translatex(30px);
-ms-transform: translatex(30px);
transform: translatex(30px);
}
100% {
opacity: 0;
-webkit-transform: translatex(45px);
-moz-transform: translatex(45px);
-ms-transform: translatex(45px);
transform: translatex(45px);
}
}
.about-i.pro-z {
background-image: ;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
width: 100%;
padding: 100px 0 150px;
}
.pro-z h2, .pro-z p {
color: #fff
}
.pro-z .pro-z-btn {
display: none;
width: 93px;
height: 43px;
line-height: 43px;
padding-left: 70px;
border-radius: 6px;
border: 1px solid #fff;
margin: 66px auto 0;
color: #fff;
opacity: .5;
font-size: 20px;
background: no-repeat 33px center;
text-align: left
}
.pro-zx {
border: 0
}
#pro-zx p {
padding-bottom: 0;
text-align: left
}
.pro-img {
margin-top: 60px
}
#pro-t .pro-tz {
border: 0
}
.pro-x ul {
width: 545px;
height: 129px
}
.pro-x ul li {
width: 127px;
height: 95px;
padding-top: 32px;
margin-right: 79px;
border: 1px solid #d9cfc5;
border-radius: 50%
}
.pro-x ul li:last-child {
margin-right: 0
}
.pro-x ul li h3 {
font-size: 46px;
color: #d9cfc5;
font-weight: normal;
line-height: 53px
}
.pro-x ul li span {
font-size: 13px;
color: #9d9a8c;
line-height: 30px
}
.about-i.pro-f .more {
color: #aaa;
border-color: #aaa
}
.about-i.pro-f {
background-image: ;
background-attachment: fixed;
width: 100%;
padding: 100px 0 150px;
background-size: cover;
}
.about-i.pro-x {
padding: 100px 0 150px;
}
#pro-xcf {
width: 700px;
margin: 0 auto;
padding: 100px 0 150px 0
}
.pro-xcf {
width: 100%;
padding: 0;
}
#pro-xcf p {
margin: 0;
padding: 0;
text-align: left;
}
#pro-xcf .pro-img {
margin-bottom: 20px
}
#pro-xcf h2 {
line-height: 120px
}
.pro-xcf-main {
margin-top: 40px
}
.pro-xcf-main h4 {
font-size: 22px;
color: #010000;
margin-bottom: 40px
}
.pro-t ul {
width: 653px;
height: 103px;
margin: 60px auto 0
}
.pro-tz ul {
margin: 0 auto
}
.pro-t ul li {
float: left;
margin-right: 85px
}
.pro-t ul li:last-child {
margin-right: 0
}
.pro-t ul li span {
line-height: 58px;
display: inline-block;
font-size: 13px;
color: #9d9a8c
}
#pro-p p, #pro-t p, #pro-z p, #pro-f p, #pro-x p, #pro-k p {
height: 56px;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
padding-bottom: 0;
position: relative
}
#pro-zx #pro-t p {
height: auto;
}
.pro-x ul li, .pro-t ul li, .about-j ul li, .idv-v-ul li {
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s
}
.pro-x ul li:hover, .pro-t ul li:hover, .about-j ul li:hover, .idv-v-ul li:hover {
-webkit-transform: translatey(-20px);
-moz-transform: translatey(-20px);
-ms-transform: translatey(-20px);
transform: translatey(-20px)
}
.in-img {
width: 354px;
height: 185px;
overflow: hidden;
position: relative
}
.in-img:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right bottom, from(#ea4674), to(#37dde4));
background: -webkit-linear-gradient(left top, #ea4674, #37dde4);
background: -moz-linear-gradient(left top, #ea4674, #37dde4);
background: -o-linear-gradient(left top, #ea4674, #37dde4);
background: -ms-linear-gradient(left top, #ea4674, #37dde4);
filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ea4674', endcolorstr='#37dde4', gradienttype=1);
opacity: 0.2;
filter: alpha(opacity=20)
}
.in-img .playbtn {
position: absolute;
left: 50%;
top: 50%;
width: 64px;
height: 64px;
margin: -32px 0 0 -32px;
border-radius: 50%;
opacity:0.6
}
.in-img img {
width: 100%;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.in-img img {
width: 100%;
height: 100%;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s
}
.idv-pic {
margin: 0 auto;
width: 641px;
height: 520px
}
.idv-img {
width: 641px;
height: 425px;
overflow: hidden;
position: relative
}
.idv-txt {
width: 641px;
height: 110px;
overflow: hidden;
position: relative
}
.idv-txt p {
width: 100%;
text-align: center;
padding-bottom: 0;
}
.idv-txt p:hover {
color: #eea807
}
.idv-pic-t, .idv-pic-b {
height: auto;
position: absolute;
top: 0;
left: 0;
}
.idv-img ul li {
width: 641px;
height: 425px;
float: left;
position: relative
}
.idv-pic-b h3, .idv-pic-b p {
font-size: 20px;
color: #eea807;
}
.idv-txt ul li {
width: 641px;
height: 110px;
float: left;
}
.idv-pic-t img {
width: 100%;
height: 100%;
}
.idv-pic-c {
display: inline-block;
height: 11px;
margin: 24px auto 26px
}
.idv-pic-c li {
float: left;
margin-right: 20px
}
.idv-pic-c li:last-child {
margin-right: 0
}
.idv-pic-c li a {
display: block;
width: 9px;
height: 9px;
border: 1px solid transparent;
border-radius: 50%;
background: #eea807;
}
.idv-pic-c li a:hover, .idv-pic-c li.active a {
border-color: #eea807;
background: transparent
}
.idv-video .audio-ul li p {
width: auto;
display: inline-block;
line-height: 30px;
max-width: 80%;
}
.idv-video .audio-ul a.download {
display: block;
position: absolute;
top: 310px;
right: 10px;
width: 20px;
height: 17px;
opacity: 0.5;
background: no-repeat center;
cursor: pointer;
}
.idv-video .audio-ul a.download:hover {
background: no-repeat center;
opacity: 1
}
.idv-ul.audio-ul {
width: 954px;
margin-bottom: 20px
}
.idv-ul.audio-ul li {
width: 226px;
margin-right: 138px;
position: relative;
}
.idv-ul.audio-ul li:last-of-type {
margin-right: 0;
}
.idv-ul.audio-ul li .in-img {
width: 226px;
height: 293px;
}
.idv-ul.audio-ul li .in-img:after {
background: none;
}
.idv-ul {
text-align: left;
width: 1130px;
margin: 0 auto
}
.idv-ul li {
float: left;
width: 354px;
margin-right: 34px;
margin-bottom: 85px;
}
.idv-ul li:nth-of-type(3n) {
margin-right: 0
}
.idv-ul li img {
width: 100%
}
.idv-ul li p {
max-width: 354px;
padding: 10px 0 0;
font-size: 18px;
color: #666;
letter-spacing: 0;
height: 60px;
overflow: hidden
}
.idv-ul li span {
display: block;
font-size: 15px;
line-height: 34px;
color: #232323;
padding-bottom: 13px;
opacity: .5;
height: 70px;
overflow: hidden;
}
.idv-video .idv-ul li span {
display: none;
}
.idv-video .idv-ul li .more span {
display: block
}
.idv-video .idv-ul li .more {
margin-top: 0;
display: none
}
.idv-ul li a span {
padding: 0
}
.idv-i, .idv-v {
padding: 30px 0 0
}
.idv-v-ul {
width: 187px;
height: 75px;
margin: 0 auto 48px
}
.idv-v-ul li {
float: left;
margin-right: 96px
}
.idv-v-ul li:last-child {
margin-right: 0
}
.idv-v-ul li span {
display: block;
padding-top: 14px;
font-size: 16px;
color: #c2b89f
}
.idv-ul li:hover p {
color: #eea807
}
.idv-ul.audio-ul li:hover p {
color: #666;
}
.idv-ul.audio-ul li p:hover {
color: #eea807
}
.neo-wrap {
width: 702px;
margin: 0 auto;
}
.neo-wrap a {
border: 1px solid #eaeaea;
display: inline-block;
width: 100px;
height: 100px;
margin: 18px 18px;
}
.neo-wrap a img {
width: 100%
}
.neo-dl {
margin: 40px 0 100px;
}
.beautiful {
width: 100%;
background-repeat: no-repeat;
background-position: center center;
padding: 120px 0 174px
}
.beautiful .more {
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 12px;
color: #aaa;
letter-spacing: 1px;
position: relative;
margin-top: 20px;
text-align: center;
}
.beautiful .more span {
position: absolute;
left: 50%;
top: 100%;
margin-left: -31px;
width: 62px;
height: 1px;
background: #aaa;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s
}
.beautiful .more:hover {
color: #eea807
}
.beautiful .more:hover span {
top: 0;
background: #eea807
}
.beautiful h2 {
font-size: 30px;
line-height: 102px;
color: #fff;
font-weight: normal
}
.beautiful p {
font-size: 16px;
line-height: 34px;
color: #fff;
letter-spacing: 1px
}
.beautiful-f h2 {
color: #666
}
.beautiful-f p {
color: #585858
}
.beautiful-f-inner, .beautiful-t-inner, .beautiful-g-inner, .beautiful-j-inner {
width: 50%;
display: inline-block
}
.beautiful-f-inner, .beautiful-g-inner {
float: right
}
.news-z_img {
margin: 42px auto 80px;
}
.news-inside {
text-align: left;
width: 920px;
margin: 0 auto
}
.news-inside .news-item1 {
width: 100%;
border-bottom: 1px solid #eaeaea;
padding: 53px 0 12px
}
.news-inside h3 {
font-size: 22px;
color: #666;
line-height: 50px
}
.news-inside h3:hover {
color: #666
}
.audio-inside h3 {
line-height: 22px;
padding-bottom: 20px
}
.audio-inside video {
width: 100%;
margin: 50px 0
}
.audio-title {
padding-left: 20px;
border-left: 2px solid #eea807
}
.news-item1 .news-title span {
font-size: 13px;
color: #959595;
line-height: 36px
}
#ckepop {
float: right;
margin-top: -30px
}
.audio-inside .news-item1 #ckepop {
margin-top: -25px
}
.news-inside .news-item2 {
width: 700px;
padding: 45px 0 100px
}
.news-inside .news-item2 iframe {
width: 100%;
}
.news-inside .news-item2 p, .audio-inside p {
width: 100%;
max-width: 100%;
margin: 0;
padding-bottom: 0;
}
.news-inside .news-item2 img {
margin: 0;
width: 100%;
}
.news-img {
width: 100%
}
.news-more {
padding-top: 30px;
display: none
}
.join-banner img {
width: 100%
}
.join-title {
padding: 66px 0 72px;
border-bottom: 1px solid #eee
}
.join-title h1 {
font-size: 50px;
color: #000;
font-weight: normal;
letter-spacing: 1px;
line-height: 142px
}
.join-title p {
font-size: 18px;
max-width: 769px;
width: 769px
}
.join-list {
width: 769px;
margin: 0 auto;
padding: 50px 0 80px;
text-align: left
}
.join-list li {
margin-bottom: 53px
}
.join-list p {
width: 100%;
max-width: 100%;
letter-spacing: 0;
padding-bottom: 30px
}
.join-list h3 {
font-size: 22px;
line-height: 56px;
color: #000
}
.join-list .more {
border: 0;
padding: 0 22px 0 0;
background: no-repeat right center
}
.join-list .idv-more {
text-align: center
}
.join-list h4 {
font-size: 18px;
line-height: 55px
}
.join-list span {
line-height: 30px;
font-size: 13px
}
.join-list table {
background: #f4f4f4;
width: 100%;
height: 85px
}
.join-list table td {
width: 12%;
color: #888;
font-size: 13px
}
.join-list table td:nth-child(2n) {
width: 21%;
color: #000
}
h3:hover, h4:hover {
color: #eea807
}
#join-more {
text-align: center;
display: block;
margin: 150px auto;
}
#wrap {
margin-bottom: 53px;
}
#footer {
background: #323433;
z-index: 9999;
}
.footer-inner {
line-height: 53px;
font-size: 13px;
color: #9d9a8c;
text-align: center
}
.footer-inner a {
float: right;
color: #9d9a8c;
}
.footer-inner > a {
display: none;
}
.footer-inner .bah {
display: inline-block;
float: none;
position: absolute;
left: 50%;
-webkit-transform: translatex(-50%);
-moz-transform: translatex(-50%);
-ms-transform: translatex(-50%);
transform: translatex(-50%)
}
.footer-inner p {
display: inline-block;
font-family: "\5fae\8f6f\96c5\9ed1", "microsoft yahei";
letter-spacing: 0;
font-size: 13px;
color: #9d9a8c;
}
.index-footer {
position: absolute;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.8)
}
.hr-index {
width: 1140px;
margin: 0 auto;
padding: 60px 0;
text-align: left;
}
.hr-index-item {
padding-left: 27%;
}
.hr-index-item li a {
display: inline-block;
font-size: 14px;
color: #4d4d4d;
padding-left: 14px;
background: no-repeat left 12px;
line-height: 30px;
}
.hr-index-item li a:hover {
color: #eea807;
}
.hr-index-item li h4 {
font-size: 16px;
color: #000;
padding-left: 10px;
line-height: 16px;
border-left: 2px solid #eea807;
margin-bottom: 30px;
}
.hr-index-item li h4 a {
font-size: 16px;
color: #000;
padding-left: 0;
background: none;
line-height: 16px;
}
.hr-index-b {
width: 100%;
background: #f1f1f1;
height: 84px;
padding-top: 36px;
}
.hr-index-b ul {
height: 100%;
width: 1140px;
margin: 0 auto;
}
.hr-index-b ul li {
float: left;
width: 16.5%;
text-align: center;
}
.hr-index-b ul li:first-child {
padding-top: 20px;
}
.hr-index-b ul li:nth-child(4) {
padding-top: 8px;
}
.hr-index-b ul li:nth-child(6) {
padding-top: 2px;
}
.inside-nav.hr-nav li {
margin-left: 63px;
}
.sub_nav.hr-sub_nav ul li {
margin-right: 35px;
}
.sub_nav.hr-sub_nav ul li:last-child {
margin-right: 0;
}
.sub_nav.hr-sub_nav ul .sub_active, .sub_nav.hr-sub_nav ul li:hover {
border-bottom: none;
}
.sub_nav.hr-sub_nav ul .sub_active a, .sub_nav.hr-sub_nav ul li:hover a {
color: #000;
opacity: 1
}
.hr.about h2 {
color: #666;
font-size: 28px;
line-height: 106px;
}
.hr.about p {
padding-bottom: 20px;
letter-spacing: 1px;
text-align: left;
}
.hr .hr-f p img {
width: 100%
}
.hr.about .hr-d p {
padding-bottom: 0;
width: 100%;
max-width: 100%;
}
.hr.about .hr-b p {
padding: 0;
}
.hr.about .hr-d p:hover {
color: #eea807;
}
.hr.about .hr-d .hr-s-c {
padding: 15px 0;
}
.hr-i-pic {
width: 702px;
margin: 20px auto 0;
}
.hr-i-pic img {
width: 100%;
}
.hr-i-s {
padding: 52px 0 200px;
}
.hr-i-s p {
color: #000;
}
.hr-i-s p span {
color: #6a6a6a;
}
.hr img {
max-width: 100%
}
.hr-j, .hr-f, .hr-p, .hr-b {
width: 702px;
margin: 0 auto;
padding: 32px 0 150px;
}
.hr-j-pic {
margin: 20px auto 50px;
}
.idv-more.hr-more {
width: 702px;
margin: 0 auto;
}
.hr-f h3, .hr-p h3 {
font-size: 20px;
color: #000;
text-align: left;
line-height: 58px;
}
.hr-f p {
line-height: 26px;
}
.hr-p {
width: 742px;
margin: 0 auto;
}
.hr-p-c, .hr-p-t {
width: 702px;
margin: 0 auto;
}
.hr-p h3 {
line-height: 40px;
}
.hr-p-t {
padding-bottom: 35px;
}
.hr-p-c {
padding-bottom: 60px;
padding-top: 30px;
}
.hr-p-b {
border-top: 1px solid #eaeaea;
padding-top: 30px;
}
.hr-p-ul {
width: 100%;
}
.hr .hr-p-b .hr-p-p {
padding-bottom: 60px;
}
.hr-p-pic {
margin: 0 auto 20px
}
.hr-b p span {
font-size: 22px;
color: #000;
}
.hr-b .idv-more {
margin: 20px auto 0;
}
.hr-b-pic {
margin: 35px auto 45px;
}
.hr-x {
width: 802px;
margin: 0 auto;
text-align: left;
padding: 66px 0 150px;
}
.hr-banner img {
width: 100%;
}
.hr-x-search {
width: 800px;
border: 1px solid #eaeaea;
height: 53px;
}
.hr-x-search span {
display: inline-block;
width: 109px;
border-right: 1px solid #eaeaea;
font-size: 16px;
color: #252424;
text-align: center;
line-height: 53px;
float: left;
}
.hr-x-search input {
width: 539px;
height: 51px;
border: none;
float: left;
background: transparent;
padding-left: 20px;
}
.hr-x-search a {
float: right;
}
.hr-x-address {
margin: 40px 0 30px;
}
.hr-x-work {
margin: 0 0 24px;
}
.hr-x-address span, .hr-x-work span {
font-size: 14px;
color: #444;
margin-right: 23px;
}
.hr-x-address span a, .hr-x-work span a {
font-size: 14px;
color: #444;
}
.hr-x-address span:first-child, .hr-x-work span:first-child {
margin-right: 32px
}
.hr-x-address span.a-active a, .hr-x-work span.a-active a, .hr-x-address span a:hover, .hr-x-work span a:hover {
color: #eea807;
}
.hr-x-main {
width: 100%;
margin-bottom: 40px;
}
.hr-x-main table {
width: 100%;
text-align: center;
font-size: 14px;
}
.hr-x-main table tr td {
cursor: pointer;
}
.hr-x-main table tr td a {
color: #454545
}
.hr-x-main table tr td a:hover {
color: #eea807
}
.hr-x-main table tr th:first-child {
text-align: left;
padding-left: 20px;
}
.hr-x-main table tr td:first-child {
text-align: left;
padding-left: 6px;
}
.hr-x-main table tr td:first-child input {
float: left;
margin-right: 10px;
margin-top: 3px;
}
.hr-x-main table tr {
height: 44px;
}
.hr-x-main table tr:first-child {
height: 56px;
background: #f4f4f4;
font-size: 16px;
}
.hr-x-main table tr:nth-child(2) td {
padding-top: 15px;
}
.hr-x .idv-more.hr-x-more {
text-align: center;
width: 802px;
}
.hr-xc {
width: 692px;
margin: 0 auto;
text-align: left;
padding: 40px 0 100px;
}
.hr-xc h1 {
text-align: center;
font-size: 25px;
background: #eea807;
color: #fff;
line-height: 58px;
margin-bottom: 12px;
}
.hr-xc-main {
margin-bottom: 20px;
}
.hr-xc-main table {
width: 100%;
text-align: center;
}
.hr-xc-main table tr {
height: 78px;
font-size: 16px;
color: #343434
}
.hr-xc-main table tr:first-child {
height: 48px;
font-size: 18px;
font-weight: bold;
color: #000;
}
.hr-xc-main table tr:nth-child(2n 1) {
background: #f4f4f4
}
.hr-xc-b {
padding: 24px 0;
background: #f4f4f4;
text-align: center;
}
.hr-xc-b img {
margin-right: 30px;
}
.hr-xc-b span {
display: inline-block;
text-align: left;
padding-top: 21px;
line-height: 26px;
}
.hr-qa {
padding: 60px 0 130px;
width: 800px;
margin: 0 auto;
text-align: left;
}
.hr-qa h2 {
padding-left: 20px;
border-left: 3px solid #eea807;
font-size: 22px;
color: #171717;
line-height: 22px;
margin-bottom: 12px;
}
.hr-qa dl {
border-bottom: 1px solid #eaeaea;
padding: 15px 0 24px;
}
.hr-qa dt {
font-size: 16px;
color: #000;
line-height: 39px;
}
.hr-qa dd {
font-size: 15px;
color: #585858;
line-height: 33px;
}
.hr-x-inside {
padding: 60px 0 200px;
}
.hr-x-inside h3 {
line-height: 22px;
}
.hr-x-inside p {
line-height: 30px;
padding-bottom: 0;
font-size: 15px;
color: #2f2f2f;
}
.hr-x-inside table tr td:first-child {
padding-left: 20px;
}
.hr-x-inside h4 {
font-size: 20px;
color: #000;
line-height: 65px;
}
.hr-share {
text-align: right;
margin-bottom: 15px;
}
.hr-share ul {
display: inline-block;
}
.hr-share ul li {
float: left;
}
.hr-s {
padding: 40px 0 100px;
}
.hr-s h2 {
text-align: left
}
.hr-s {
width: 790px;
margin: 0 auto;
}
.hr-s p {
margin: 0;
color: #585858;
}
.hr-s-t, .hr-s-c {
border-bottom: 1px solid #eaeaea
}
.hr-s-c {
padding: 20px 0 30px;
}
.hr-s-c div {
text-align: left;
}
.hr-s-c a span {
float: right;
font-size: 14px;
}
.hr-s-b {
padding-top: 20px;
}
.hr-s-b a {
color: #eea807;
}
.s1_zz {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.7;
z-index: 998;
display: none;
}
.s1_video_1 {
position: absolute;
top: 0;
left: 50%;
width: 100%;
height: auto;
-webkit-transform: translatex(-50%);
-moz-transform: translatex(-50%);
-ms-transform: translatex(-50%);
-o-transform: translatex(-50%);
transform: translatex(-50%);
z-index: 0;
}
.s1_video_1 span {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.8) no-repeat center;
background-size: cover;
z-index: 1;
opacity: 0.6;
filter: alpha(opacity=60)
}
.s1_video_1 .close {
position: absolute;
top: 20px;
right: 3%;
z-index: 2
}
.s1_video_1 .s1_v {
z-index: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.s1_video_1 .s1_v img {
display: none
}
.s1_video_1 video {
width: 100%;
height: 100%;
background: #000;
}
.play_1 {
position: absolute;
top: 50%;
left: 50%;
width: 120px;
height: 120px;
margin: -60px 0 0 -60px;
z-index: 2;
opacity: 0.4;
background: no-repeat center;
background-size: 100%
}
.play_btn {
position: absolute;
left: 50%;
top: 50%;
margin: -52.5px 0 0 -52.5px;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
-ms-transition: .5s ease-in;
transition: .5s ease-in;
opacity: 0.5;
filter: alpha(opacity=50);
}
.play_btn:hover {
opacity: 0.1;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.zz {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
z-index: 1;
display: none;
}
.zz_video {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 60%;
height: auto;
z-index: 2;
display: none;
}
.zz_video video {
width: 100%;
background: #000;
}
.zz_video a {
position: absolute;
top: 20px;
right: 20px;
border-radius: 50%;
}
.pics_wrap {
background: ;
}
.pics {
padding: 100px 50px 150px;
width: 1140px;
margin: 0 auto;
background: #fff;
}
.pics_list {
margin-top: 20px;
}
.pics_list li {
display: inline-block;
width: 346px;
margin-right: 45px;
vertical-align: top;
}
.pics_list li:nth-child(3n) {
margin-right: 0
}
.pics_item {
width: 100%;
height: 187px;
position: relative
}
.pics_item .img {
width: 320px;
height: 164px;
border: 2px solid #fff;
overflow: hidden;
box-shadow: 0 0 8px 1px #888;
position: absolute
}
.pics_item .img img {
width: 100%;
}
.pics_item .img1 {
top: 0;
left: 6.5%;
z-index: 6;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
transition: .5s;
}
.pics_item .img2 {
top: 5.5%;
left: 3.2%;
z-index: 5;
-webkit-transition: .5s .15s;
-moz-transition: .5s .15s;
-ms-transition: .5s .15s;
transition: .5s .15s;
}
.pics_item .img3 {
top: 10%;
left: 0;
z-index: 4;
-webkit-transition: .5s .3s;
-moz-transition: .5s .3s;
-ms-transition: .5s .3s;
transition: .5s .3s;
}
.pics_list p {
width: 100%;
line-height: 28px;
padding-bottom: 57px;
padding-top: 10px;
font-size: 18px;
height:84px;
overflow: hidden;
text-align: justify;
}
.pics_list li:hover p {
color: #eea807;
}
.pics_list li:hover .img {
-webkit-transform: translatey(-10px);
-moz-transform: translatey(-10px);
-ms-transform: translatey(-10px);
transform: translatey(-10px);
}
#wrap.pics_in_wrap {
position: relative;
padding-bottom: 65px;
}
.num_nav {
position: absolute;
left: 0;
width: 54px;
height: 100%;
background: #fbfbfc;
z-index: 2;
}
.num_nav h4 {
font-size: 12px;
width: 50px;
line-height: 20px;
color: #fff;
background: #eea807;
text-align: center;
position: absolute;
top: 85px;
right: -22px;
}
.num_nav ul {
margin-top: 110px;
width: 100%;
}
.num_nav li {
margin: 5px 0;
border-right: 6px solid #eea807;
position: relative;
}
.num_nav a {
display: block;
color: #eea807;
line-height: 48px;
text-align: center;
font-size: 12px;
cursor: pointer;
}
.num_nav li p {
position: absolute;
top: 50%;
-webkit-transform: translatey(-50%);
-moz-transform: translatey(-50%);
-ms-transform: translatey(-50%);
transform: translatey(-50%);
left: 100%;
line-height: 24px;
z-index: -1;
color: #eea807;
width: 160px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
transition: .5s;
cursor: default
}
.num_nav li a:hover, .num_nav li.on a {
background: #eee
}
.pics_in {
position: relative
}
.pics_in_back {
position: absolute;
}
.pics_in h4 {
padding:35px 0;
font-size: 24px;
line-height: 1.2;
color: #666;
font-weight: normal;
}
.pics_img {
width: 45%;
height: 333px;
padding: 15px 20px;
overflow: hidden;
box-shadow: 0 0 6px 1px #999;
margin: 0 auto;
position: relative
}
.pics_img ul {
width: 100%;
height: 100%;
overflow: hidden;
position: relative
}
.pics_img li {
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
text-align: center;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
transition: .5s;
}
.pics_img li img {
width: 100%;
}
.pics_txt {
width: 780px;
margin: 45px auto 60px;
padding: 10px 0 10px 69px;
position: relative;
}
.pics_txt .num {
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 46px;
}
.pics_txt .num i {
position: absolute
}
.pics_txt .num .i1 {
font-size: 30px;
color: #afafaf;
top: 0;
right: 20px;
line-height: 32px;
}
.pics_txt .num .i2 {
font-size: 30px;
color: #5f5e5e;
top: 12px;
right: 15px;
line-height: 32px;
}
.pics_txt .num .i3 {
font-size: 14px;
color: #2c2b2c;
bottom: 0;
left: 22px;
line-height: 16px;
}
.pics_txt ul {
width: 100%;
height: 54px;
overflow: hidden;
position: relative
}
.pics_txt li {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 54px;
font-size: 14px;
line-height: 18px;
text-align: left;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
transition: .5s;
opacity: 0;
}
.pics_txt li.on, .pics_img li.on {
opacity: 1;
}
.pics_in_b {
width: 1090px;
margin: 0 auto;
position: relative
}
.pics_in_list {
width: 1026px;
height: 72px;
margin: 0 auto;
overflow: hidden;
position: relative
}
.pics_in_list ul {
position: absolute;
top: 0;
left: 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
transition: .5s;
}
.pics_in_list li {
float: left;
margin: 0 15px;
width: 141px;
height: 72px;
box-sizing: border-box;
border: 1px solid #fff;
overflow: hidden;
cursor: pointer;
position: relative
}
.pics_in_list li.on {
border-color: #999;
}
.pics_in_list li.on:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.4;
z-index: 1;
}
.pics_in_list li img {
width: 100%;
}
.pics_img a {
position: absolute;
width: 85px;
height: 85px;
top: 50%;
margin-top: -42.5px;
z-index: 999;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
transition: .5s;
}
.pics_img_l {
left: 20px;
background: no-repeat center;
}
.pics_img_r {
right: 20px;
background: no-repeat center;
}
.pics_img:hover a {
opacity: 0.2;
filter: alpha(opacity=20)
}
.pics_img a:hover {
opacity: 0.6;
filter: alpha(opacity=60)
}
.pics_in_b a {
position: absolute;
top: 25px;
}
.pics_b_l {
left: 0;
}
.pics_b_r {
right: 0;
}
.in_search{background:#fff no-repeat bottom center;background-size:100%;color:#333;padding: 90px 0 200px}
.search_wrap{max-width: 700px;width:96%;margin:0 auto;}
.search_input{border:1px solid #eee;height:43px;line-height: 43px;font-size: 16px;margin-bottom: 27px;position:relative}
.search_input input{width:78%;height:41px;border:none;padding-left: 2%;float:left;position:absolute;top:0;left:0}
.search_btn{width:14.5%;padding-left:3%;text-align: center;background:#eea807 no-repeat 20% center;float:right;color:#333;position:absolute;top:0;right:0}
.search_btn:hover{background-color:#eea807;color:#333}
.search_xg{font-size: 14px;line-height: 2;display:none;}
.search_xg a{color:#a47017;margin:0 15px;white-space: nowrap}
.search_list{padding-top: 60px;min-height:413px;}
.search_item{margin-bottom: 45px;display:block;color:#666;}
.sea_img{width:50%;margin:0 auto}
.sea_img img{width:100%}
.search_item h3{font-size:18px;line-height: 1.5;padding:10px 0 8px;text-align: center; }
.search_item p{font-size:14px;line-height: 24px;text-align: justify }
.search_item:hover h3{color:#eea807}
.search_item:hover p{color:#666}
@media screen and (max-width: 1400px) {
.i-wrap {
width: 84%;
padding: 0 8%;
}
}
@media screen and (max-width: 1240px) {
.pics {
width: 96%;
padding: 50px 2% 80px;
}
.pics_list li {
width: 30%;
margin-right: 4%;
}
.pics_item {
}
.pics_item .img {
width: 93.5%;
height: auto;
}
.pics_list p {
font-size: 16px;
padding-bottom: 15%;
}
}
@media screen and (max-width: 1140px) {
.idv-i, .idv-v, .header-inside, .sub_nav, .footer-inner, .join-title, #footer {
width: 100%;
margin: 0;
}
.join, .about-w-inside, #sub-nav, #header-inside, .footer-inner, .idv-ul,.inside-inner {
width: 96%;
padding: 0 2%;
}
.about-w-inside{padding:40px 2%}
.about-i, .about-i.about-y, .about-i.pro-z {
width: 96%;
padding: 7% 2% 10%
}
#pro-f, #pro-z, #about-y {
width: 100%;
padding: 7% 0 10%
}
.about-i.pro-x, .idv .about-i {
padding: 7% 2% 10%
}
.inside-nav li {
margin-left: 15px;
}
.idv-ul li {
width: 30%;
margin-right: 5%;
}
.in-img, .idv-ul li p {
width: 100%;
}
.beautiful {
width: 96%;
padding: 7% 2% 10%;
background-size: cover;
}
.about-w-item {
width: 45%;
}
.about-wh-img, .about-w-item p {
width: 100%;
}
#wrap {
width: 100%;
padding: 0;
}
#wrap.in_search{
padding:90px 0 300px;
}
.about-yz {
padding: 50px 0;
}
.hr-index, .hr-index-b ul {
width: 100%;
}
.hr-s {
width: 790px;
margin: 0 auto;
}
.hr-p {
width: 742px;
margin: 0 auto;
}
.hr-p .idv-ul li {
width: 45%;
margin-right: 10%;
}
.hr-p .idv-ul li:nth-child(2n) {
margin-right: 0;
}
.about-i.pro-p1, .about-i.pro-p2 {
padding: 7% 0 10%;
}
.pics_in_b {
width: 880px
}
.pics_in_list {
width: 840px;
}
.pics_in_list li {
width: 110px;
height: 57px;
}
.pics_in_b a {
top: 16px;
}
.num_nav h4 {
top: 10px;
}
.num_nav ul {
margin-top: 40px;
}
.about-i.about-y, .about-i.pro-z, .about-i.pro-z, #about-j, #about-w, #pro-k {
background-size: cover;
background-attachment: scroll;
}
#about-w {
background-position: center top;
}
.pics_img a {
display: none;
opacity: 20;
filter: alpha(opacity=20)
}
.pics_img a:hover {
opacity: 0.2;
filter: alpha(opacity=20)
}
}
@media screen and (max-width: 1025px) {
.sidebar{width:35%;padding:0;}
.logo,.scan,.share{display: none;}
.sidewrap{position:absolute;top:0;left:10%;width:80%;height:100%;}
.search{position:absolute;top:9%;left:0}
.nav{}
.ce{margin-bottom:0;}
.copy {display: block;}
.footer-inner .fp1 {display: none; }
.footer-inner .bah{position:static;float:none;-webkit-transform: translatex(0);transform: translatex(0)}
.about-j6,.about-j2,.about-j4{background-position-x: 60%}
.about .more:hover, .idv-more:hover{color:#aaa}
.about .more:hover span, .idv-more:hover span{top:100%;background-color:#aaa}
.beautiful-j {
background-position-x: 90%
}
.beautiful-g {
background-position-x: 45%
}
.news-z_img img {
width: 96%;
display: block;
margin: 0 auto;
}
.zz_video {
width: 90%;
}
.section1 .wrap {
text-align: left;
width: 85%;
}
.section1.section .desc {
max-width: 100%
}
.in-img, .about-w-banner-pic {
height: auto;
}
.pics_item {
height: 159px;
}
.s1_zz {
display: block;
}
.s1_video_1 {
width: 85%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 999;
}
#fp-nav.left {
top: 50%;
}
.s1_video_1 .s1_v {
position: static;
}
.s1_video_1 video {
}
.banner {
background-position: center bottom;
}
.s1_video_1 span {
background: rgba(0, 0, 0, 0.5)
}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 769px) {
.sea_img{width:100%;}
.sidebar { width: 50%; }
.ce{margin-bottom:15px}
.idv-video .audio-ul a.download {
top: 83.3%;
}
.share{display:none;}
.s1_video_1 .close img {
width: 30px;
}
#ckepop .jtico_weixin {
display: none !important;
}
.idv-ul.audio-ul {
width: 96%
}
.idv-ul.audio-ul li {
width: 28%;
margin-right: 8%
}
.idv-ul.audio-ul li .in-img {
width: 100%;
height: auto;
}
#header-inside .big-logo {
width: 69px;
height: 68px;
margin: 8px 0 0 0;
background-size: cover
}
.section0 {
background: no-repeat center;
background-size: cover;
}
.s2-ul {
display: none;
}
.footer {
background-image: ;
background-position:center bottom;
}
.news-z_img {
width: 96%;
padding: 0 2%;
}
.beautiful-f {
background-position-x: 39%
}
.beautiful-g {
background-position-x: 20%
}
.beautiful-j {
background-position-x: 82%
}
.about-wh-img {
height: 218px;
}
.banner {
/*background-image: */
}
.section1 {
background-position-x: 25%
}
.section3 {
/*background-image: ;*/
}
.section5 {
background-position-x: 35%
}
.footer {
background-position-x: 58%
}
.inside-nav li {
margin-left: 10px;
}
.inside-nav li a {
font-size: 13px;
}
.header-inside .inside-nav {
padding-top: 16px;
}
.about-us video {
width: 100%;
height: 250px;
}
.pro-p-video video {
width: 399px;
}
.about-us-pic {
width: 100%
}
.pro-p-video {
width: 750px;
}
.about-j ul, .pro-img, .pro-img img {
width: 100%;
}
.about-j.about-i ul li {
margin: 0;
width: 20%;
}
.about-w-pic, #pro-xcf {
width: 100%;
}
.about p {
width: 90%;
margin: 0 auto;
}
.about .about-w-item p {
width: 100%;
}
.about.about-jz p {
width: 100%
}
.about .hr-s p {
width: 100%;
}
.about-jz h3 {
font-size: 22px;
line-height: 30px;
padding-bottom: 20px
}
.about-j1, .about-j2, .about-j3, .about-j4 {
padding: 5% 2%;
}
.news-inside {
width: 96%;
padding: 0 2%;
}
.join-list {
width: 96%;
padding: 0 2%;
}
.news-inside .news-item2 {
width: 100%;
}
.about-j1-item img, .about-j2-pic, .about-j2-pic img {
width: 100%;
}
.hr-index-item {
padding-left: 27%
}
.hr-s, .hr-x, .hr-xc, .hr-qa, .hr, .hr-p, .hr-p-c, .hr-p-t {
width: 94%;
padding: 3% 3% 5%;
}
.hr-x-search {
width: 100%;
}
.hr-x-search input {
width: 55%;
}
.hr-x-search span {
width: 15%;
}
.hr-x .idv-more.hr-x-more, .hr-i-pic, .idv-more.hr-more {
width: 100%;
}
.s5-m {
float: none;
width: 100%;
margin: 16vh 0 0 0
}
.fp2, .fp1 {
float: none;
}
.footer .footer-inner span {
margin-left: 10px;
}
.section3.section .desc, .section4.section .desc, .section5.section .desc {
max-width: 100%
}
.in-img {
height: 115px
}
#qa-list-div p {
width: 100%;
}
.pics_item {
height: 119px;
}
.section3 .s3-m {
text-align: right;
margin: 55% 0 0 0
}
.section3 .s3-m .desc {
max-width: 85%;
}
.footer-inner .fp2 {
display: none;
}
.num_nav {
width: 50px;
}
.pics_img {
width: 60%;
padding: 10px;
}
.pics_txt {
width: 70%;
}
.pics_in_b {
width: 660px
}
.pics_in_list {
width: 640px;
}
.pics_in_list li {
width: 130px;
height: 68px;
}
.pics_in_b a {
top: 20px;
}
.pics_img_r {
right: 10px
}
.pics_img_l {
left: 10px
}
.num_nav li p {
top: 0;
-webkit-transform: translatey(0);
-moz-transform: translatey(0);
-ms-transform: translatey(0);
transform: translatey(0);
width: 0;
line-height: 20px;
display: none
}
.pics {
padding: 50px 2% 277px;
}
#wrap.pics_in_wrap {
padding-bottom: 264px;
}
}
@media screen and (max-width: 750px) {
.neo-wrap{width:100%}
#footer{position:static}
.s1_video_1{width:60%}
.s2-txt span, .s2-txt1 span, .s2-txt2 span{max-width: 240px;}
.section3 .s3-m{margin:0}
.copy { display: none;}
.ce{margin-bottom:0;}
#wrap.hr-x_wrap {
margin-top: 43px;
}
.s1_video_1 .close img {
width: 24px;
}
#wrap { margin-bottom: 0 }
.s1_video_1 .close {
top: 8px;
}
.inside-nav {
display: none;
}
#header-inside .menu {
opacity: 1;
display: block;
}
.banner .slogan {
width: 96%;
padding: 0 2%;
margin-left: -50%;
top: 60%;
background: no-repeat top center;
}
.banner .dropdown {
float: right;
background: no-repeat 50%;
}
.section2 .wrap .s2-txt, .section2 .wrap .s2-txt2 {
display: none
}
.section2 .wrap .s2-txt1 {
display: inline-block;
width: 100%;
text-align: center
}
#fp-nav.left {
display: none;
}
.s2-txt span {
font-size: 14px;
}
.section1 .models {
display: none;
}
.footer-wrap {
margin-top: -8vh;
width: 84%;
padding: 0 8%;
text-align: left;
}
.scrolltop {
bottom: 45px;
right: 8px;
width: 30px;
height: 30px;
background-size: 100%;
z-index: 998;
}
.h-mei {
display: none;
}
#header.index-header {
padding: 8px 0;
}
.s3-m, .s4-m, .s5-m {
text-align: left;
}
.logo {
display: none;
}
/* .nav {
padding-top: 12vh
}
.header-inside .nav {
padding-top: 12vh
}*/
.section .tit, .section .tit2 {
display: none;
}
.section .tit11 {
margin-bottom: 20px;
display: inline-block;
}
.section .tit22 {
margin-bottom: 10px;
display: inline-block;
}
.section .desc {
display: none;
}
.section .desc1 {
font-size: 13px;
display: inline-block;
}
.big-logo, #header-inside .big-logo {
width: 42px;
height: 25px;
background-size: 100px 37px;
margin: 10px 0 8px 0
}
.index-header .big-logo {
top: 1px;
width: 42px;
height: 25px;
margin: 11px 0 0 0;
background-size: 100px 37px;
}
#header .menu {
top: 5px
}
.i-wrap {
text-align: left;
}
.section1 .wrap, .section2 .wrap {
text-align: left;
width: 84%
}
.section2 .wrap {
margin-top: 27px;
}
.s2-txt span, .s2-txt1 span, .s2-txt2 span, .section .desc, .section .desc1 {
letter-spacing: 1px;
font-size: 13px;
}
.s2-txt .img1, .s2-txt1 .img1, .s2-txt2 .img1 {
padding-bottom: 20px
}
.s2-txt .img2, .s2-txt1 .img2, .s2-txt2 .img2 {
padding-bottom: 26px;
}
.section .desc, .section .desc1 {
line-height: 30px;
}
.footer-inner span {
display: none
}
.footer-inner {
text-align: center;
line-height: 20px;
padding: 10px 2%;
height: 20px;
}
.footer .footer-inner{line-height: 20px;padding:10px 4%}
.s5-m {
margin-top:0
}
.section2 .mainxza img {
width: 280px;
height: 280px;
}
.section2 .mainxzb img {
width: 300px;
height: 300px;
}
.b-news .line ul li {
width: 69px;
}
.b-news .line ul li:first-child {
margin-left: 4px
}
.b-news .line ul li:nth-child(2) {
width: 65px;
}
.b-news .hd ul li {
margin-left: 69px;
}
.b-news .hd ul li:first-child {
margin-left: 80px;
}
.section1 .wrap {
text-align: left;
width: 90%
}
.section1.section .desc {
max-width: 85%
}
.section0 {
background: no-repeat center;
background-size: cover;
}
.s1_video {
width: 90%;
}
.nav li {
line-height: 6vh;
opacity: 1;
margin-left: 0
}
.index-header .nav li {
line-height: 6vh
}
.sidewrap .close {
right: 6px;
top: 0;
padding:10px;
z-index: 12;
}
.search, .share, .copy, .ce, .scan {
margin-left: 0;
opacity: 1;
}
.scan {
display: none;
}
.search {
margin-bottom: 3vh
}
.b-news ul li a {
font-size: 13px;
width: 280px;
letter-spacing: 1px;
}
.b-news ul li:hover a {
color: #fff
}
.b-news {
top: 88%;
width: 50%
}
.play_1 {
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
}
.play_1 img {
width: 100%;
}
.pics_item {
height: 105px;
}
.footer-inner .bah {
float: none;
-webkit-transform: translatex(0);
-moz-transform: translatex(0);
-ms-transform: translatex(0);
transform: translatex(0);
}
.pics_in h4 {
font-size: 16px;
/*line-height: 90px;*/
max-width: 90%;margin:0 auto;text-align: left;
}
.pics_img {
width: 70%;
padding: 5px;
overflow: visible;
}
.pics_txt {
padding: 0 0 10px 55px;
width: 60%;
}
.pics_txt li {
font-size: 13px;
height: auto;
}
.pics_txt ul {
height: 120px;
}
.pics_img a {
width: 25px;
opacity: 0.2;
display: block;
background-color:#838282;
}
.pics_img_r {
right: -30px;
}
.pics_img_l {
left: -30px;
}
.pics_in_b {
display: none;
}
.pics_txt .num .i1 {
font-size: 24px;
}
.pics_txt .num .i3 {
font-size: 12px;
}
.pics_in_back {
top: -37px;
right: 3%;
}
.num_nav {
display: none
}
#wrap.pics_in_wrap {
padding-bottom: 116px;
}
.pics {
padding: 50px 2% 70px;
}
#header-inside {
background: #000;
position: fixed;
top: 0;
z-index: 10;
}
.sub_nav {
padding: 0;
width: 100%;
}
.sub_nav .btn {
display: block;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40)
}
.sub_nav ul {
position: absolute;
top: 54px;
left: 0;
z-index: 99;
background: #f8f6f6;
text-align: center;
width: 75px;
display: none;
}
#sub-nav {
padding: 0 2%;
width: 96%;
margin-top: 42px
}
#sub-nav.hr-nav {
margin-top: 0
}
.sub_nav ul li {
margin-right: 0;
float: none;
border-bottom: 1px dashed #ddd
}
.sub_nav ul li:last-child {
border: none
}
.header-inside {
height: auto
}
#header-inside .menu {
top: 9px;
}
.header-inside .big-logo {
margin-top: 0
}
}
@media screen and (max-width: 500px) {
#footer{position:fixed;}
#wrap{margin-bottom:40px;}
.s1_video_1{width:85%}
.s5-m { margin-top:-20vh }
.copy { display: block; }
.ce{margin-bottom:15px;}
#wrap.in_search{padding:80px 0 100px}
.search_btn{padding-left:0;width:18%;background-image:none;}
.section3 .s3-m {
text-align: right;
margin: 80% 0 0 0
}
.banner {
background-color:#000;
/*background-image:;*/
background-position:center bottom;
}
.section1 {
/*background-image: ;*/
}
.section2 {
/*background-image: ;*/
}
.section3 {
/*background-image: ;*/
}
.section4 {
/*background-image: ;*/
}
.section5 {
/*background-image: ;*/
}
.footer {
/*background-image: ;*/
}
.banner .slogan {
top: 50%;
}
.b-news {
width: 80%
}
.idv-video .audio-ul li p {
display: block;
margin:0
}
.idv-video .audio-ul a.download {
top: 310px;
}
.footer-inner {
line-height: 20px;
padding: 10px 2%;
}
.footer-inner a {
float: none;
}
.about-j ul li span {
line-height: 16px;
}
.about-us video {
height: 170px;
}
.about-j-r {
display: none;
}
.about-j1-l, .about-j3-l, .about-j4-l {
float: none;
width: 96%;
padding: 0 2%;
}
.about-j22 {
float: none;
width: 100%;
padding: 10px 0;
}
.about-j3-pic, .about-j4-pic, .about-j3-pic img, .about-j4-pic img, .about-j5-pic, .about-j6-pic, .about-j7-pic, .about-j5-pic img, .about-j6-pic img, .about-j7-pic img {
width: 100%;
}
.about-t ul {
width: 100%;
height: auto;
margin: 0;
}
.about-t ul li {
width: 100%;
float: none;
margin-top: 20px;
}
.beautiful-f-inner, .beautiful-t-inner, .beautiful-g-inner, .beautiful-j-inner {
width: 100%;
}
.about-yz {
width: 96%;
padding: 7% 2% 10%;
}
.about-ry ul {
width: 100%;
}
.about-ry ul li {
width: 100%;
float: none;
}
.about-ry ul li:nth-child(2n) {
float: none;
}
.about-w-inside {
padding: 40px 0;
}
.about-w-item {
width: 100%;
margin-bottom: 60px;
}
.about-w-item1, .about-w-item2 {
float: none;
}
.about-w-banner, .about-w-banner-pic {
width: 100%;
}
.pro-t ul {
width: 100%;
}
.pro-t ul li {
width: 20%;
margin-right: 0;
}
.pro-t ul li span {
line-height: 16px;
padding-top: 10px;
}
#pro-x.pro-x ul {
height: 129px;
width: 306px;
margin: 0 auto;
}
#pro-x.pro-x ul li {
width: 90px;
float: left;
height: 75px;
padding-top: 15px;
margin: 20px 5px 10px;
}
#pro-x.pro-x ul li h3 {
font-size: 34px;
line-height: 45px;
}
#pro-x.pro-x ul li span {
line-height: 0;
}
.pro-p-video {
width: 100%;
background: none;
}
.pro-p-video video {
width: 100%;
top: 0;
left: 0;
}
.pro-p-video .pro-p-play {
display: none;
}
.idv-pic {
width: 400px;
height: 400px;
margin: 20px auto 0;
}
.idv-img, .idv-img ul li {
width: 400px;
height: 270px;
overflow: hidden;
}
.idv-txt, .idv-txt ul li {
width: 400px;
height: 80px;
overflow: hidden;
}
.idv-pic-c {
margin: 10px auto;
}
.idv-ul li {
width: 100%;
float: none;
margin-bottom: 60px;
}
.idv-ul li:nth-child(3n) {
margin-bottom: 60px;
}
.idv-ul li p {
max-width: 94%;
}
.idv-ul li span {
width: 94%;
margin: 0 auto;
}
.about .more {
margin: 30px 0 20px 4%;
}
.idv-i {
padding: 30px 0 0;
}
.news-mt ul {
margin-bottom: 20px;
}
.beautiful {
padding: 10% 2% 20%;
}
.beautiful-f {
background-position: right;
margin-top: 37px;
}
.join-title h1 {
font-size: 36px;
line-height: 50px;
}
.join-title {
padding: 30px 0 0;
}
.join-list {
width: 96%;
padding: 30px 2% 50px;
}
.join-list table td {
width: 13%;
}
.news-inside .news-item1 {
padding: 30px 0;
}
.news-inside .news-item1.audio-item1 {
padding: 30px 0 0;
}
.news-inside h3 {
line-height: 26px;
font-size: 24px
}
#ckepop, .audio-inside .news-item1 #ckepop {
float: none;
margin: 10px 0 0 10px;
}
.news-inside .news-item1.audio-item1 ul {
float: right;
margin-top: -25px;
}
.news-inside .news-item2 {
padding: 20px 0 30px;
}
.news-inside .news-item2 iframe {
height: auto;
width: 94%;
padding: 0 3%
}
.hr-index-item {
width: 90%;
padding: 0 5% 30px;
}
.hr-index-item li h4 {
margin-bottom: 15px;
}
.hr-index-b ul li {
width: 33%;
text-align: center;
margin-bottom: 20px;
}
.hr-index-b {
height: 130px;
padding-top: 20px;
}
.hr-x-search input {
width: 30%;
padding-left: 10px;
}
.hr-x-search span {
width: 20%;
font-size: 14px;
}
#sub-nav.hr-nav {
margin-top: 0;
}
.hr-banner {
margin-top: 37px;
}
.hr-x-work span {
display: inline-block;
margin-top: 20px;
}
.hr-x-address {
margin: 20px 0 0;
}
.sub_nav.hr-sub_nav ul li {
margin-right: 10px;
}
.about-j ul {
margin: 20px auto 0
}
.hr-p .idv-ul li {
width: 100%;
}
.about p img, .about p video {
width: 100%;
height: auto
}
.about .hr-s-c p img {
width: auto;
}
.idv-ul.audio-ul {
width: 96%;
margin: 0 auto;
text-align: center
}
.idv-ul.audio-ul li {
float: none;
display: inline-block;
margin-right: 0;
width: 226px;
}
.idv-ul.audio-ul li a {
display: inline-block;
margin: 0 auto;
}
.idv-ul.audio-ul li .in-img {
margin: 0 auto;
}
.about-ry ul li div {
width: 100%;
height: auto
}
.about-ry ul li {
margin-bottom: 43px;
}
.about-w-banner-pic, .about-wh-img, .in-img {
height: auto;
}
.fp2, .fp1 {
display: block
}
.footer .footer-inner span {
margin-left: 0;
display: none;
}
.hr-x-inside h3 {
margin-bottom: 15px;
}
.hr-x-inside table tr td:first-child {
padding-left: 2px;
}
.about-ry p {
padding-bottom: 25px;
}
.about-j.about-i ul {
height: 180px
}
.about-j.about-i ul li {
width: 33.3%;
margin-bottom: 30px;
}
.about-j.about-i ul li:nth-child(4) {
width: 42%;
margin-left: 8%;
}
.about-j.about-i ul li:nth-child(5) {
width: 42%;
margin-right: 8%;
}
.idv-ul li p {
height: auto;
padding: 10px 0 5px;
}
#qa-list-div p {
width: 100%
}
.about-j ul li span {
height: 34px;
}
.about p, .beautiful p, .about-yz p, .about-w-main .about-w-item p {
font-size: 15px;
letter-spacing: 1px;
}
.about h2, .beautiful h2 {
font-size: 26px;
}
.beautiful h2 {
line-height: 60px
}
.about-yz h3 {
font-size: 26px;
}
.about-w-main .about-w-item h3 {
padding: 30px 4% 13px;
}
.about-w-main .about-w-item .more {
margin: 30px 0 20px 6%;
}
#pro-xcf p, .about-ry ul {
margin: 0 auto;
}
.news-inside .news-item2 p, .audio-inside p {
max-width: 94%;
margin: 0 auto;
font-size: 14px;
line-height: 25px;
letter-spacing: 0
}
.about-w-main .about-w-item h3, .about-w-main .about-w-item p {
height: auto;
}
.neo-wrap, video, embed {
width: 100%
}
embed {
height: 250px;
}
.idv-txt p, .idv-txt h3 {
font-size: 18px;
margin: 0 auto;
}
.idv-i .idv-ul li p:hover {
color: #232323
}
.news-inside .news-item2 div img {
width: 94%
}
.idv-ul li span {
line-height: 28px;
height: auto;
}
.about .about-w-item p {
width: 90%;
}
.beautiful-t {
background-position-x: 60%
}
.idv-pic-t img {
height: auto
}
.pics {
padding: 30px 2% 45px;
}
.pics_item {
height: 195px;
}
.pics_list li {
width: 90%;
margin-right:0
}
/* .pics_list li:nth-child(3n) {
margin-right: 5%;
}*/
.pics_list li:nth-child(2n) {
margin-right: 0;
}
.pics_in_back {
right: 4%;
}
.pics_list p{height:auto;}
}
@media screen and (max-width: 400px) {
.idv-pic {
width: 100%;
height: 300px;
margin: 20px auto 0;
}
.idv-img {
width: 100%;
height: 220px;
}
.idv-img ul li {
height: 220px;
overflow: hidden;
}
.idv-txt {
width: 100%;
height: 80px;
overflow: hidden;
}
.idv-txt ul li {
height: 80px;
overflow: hidden;
}
.idv-pic-c {
margin: 10px auto;
}
.fp2 span {
display: none;
}
.banner .slogan {
background: no-repeat top center;
top: 50%
}
.section2 .wrap .s2-txt, .section2 .wrap .s2-txt1 {
display: none
}
.section2 .wrap .s2-txt2 {
display: inline-block;
width: 230px;
text-align: center
}
.section .tit11 {
display: none;
}
.section .tit111 {
margin-bottom: 15px;
display: inline-block;
}
.s2-txt2 span {
line-height: 29px;
}
.footer-wrap {
margin-top: 0;
}
.b-news ul li a {
width: 250px;
}
.b-news .line ul li {
width: 50px;
}
.b-news .line ul li:first-child {
margin-left: 5px
}
.b-news .line ul li:nth-child(2) {
width: 45px;
}
.b-news .hd ul li {
margin-left: 50px;
}
.b-news .hd ul li:first-child {
margin-left: 61px;
}
.pics_item {
height: 175px;
}
}
@media screen and (max-width: 352px) {
#sub-nav.pro-sub-nav {
width: 100%;
padding: 0;
}
.pro-sub-nav .sub_nav ul li {
margin-right: 1px;
}
.b-news ul li a {
width: 200px;
}
.pics_item {
height: 160px;
}
}