/* about */
.left {
    float: left;
}
.right {
    float: right;
}
.mbshow {
    display: none!important;
}
.ipshow {
    display: none!important;
}
.relative {
    position: relative;
}
.table {
    width: 100%;
    height: 100%;
}

.hide {
    display: none;
    opacity: 0;
    width: 0px;
    height: 0px;
    z-index: -1;
    overflow: hidden;
}
.content {
    width: 75%;
    margin: auto;
}
.dblockw100hauto {
    display: block;
    width: 100%;
    height: auto;
}
/*浏览器*/
#browser_ie {
    BACKGROUND-COLOR: #f6f6b4;
    DISPLAY: none;
    HEIGHT: auto;
    overflow: hidden;
    COLOR: #000;
    FONT-SIZE: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#browser_ie .brower_info {
    MARGIN: 0px auto;
    WIDTH: 800px;
    padding: 1% 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#browser_ie .brower_info .notice_info {
    POSITION: relative;
    overflow: hidden;
}
#browser_ie .brower_info .notice_info P {
    text-align: center;
    LINE-HEIGHT: 25px;
    overflow: hidden;
    DISPLAY: inline-block
}
#browser_ie .browser_list {
    POSITION: relative;
    text-align: center;
}
#browser_ie .browser_list IMG {
    WIDTH: 40px;
    HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
    TEXT-ALIGN: center;
    padding: 1%;
    DISPLAY: inline-block;
    vertical-align: top;
}
.close {
    z-index: 9999;
    width: 30px;
    height: 30px;
    background: url("../images/xx.png") center no-repeat;
    background-size: 40%;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 2%;
    display: block;
    top: 30px;
    cursor: pointer;
}
.close:hover {
    background: url("../images/xx.png") center no-repeat #000;
    background-size: 40%;
}
/* 图片弹窗 */
.galleryOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100000;
    background-color: rgba(0,0,0,.7);
    overflow: hidden;
    display: none;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.galleryOverlay.visible {
    opacity: 1;
}
.gallerySlider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
}
.gallerySlider .placeholder { /*background: url("../images/loading.gif") no-repeat center center;*/
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.gallerySlider .placeholder:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.gallerySlider .placeholder img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.prevArrow, .nextArrow {
    border: none;
    text-decoration: none; /*background: url(../images/arrows.png) no-repeat;*/
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    margin-top: 0px;
}
.prevArrow:hover, .nextArrow:hover {
    opacity: 1;
}
.prevArrow {
    background-position: left top;
    left: 0;
}
.nextArrow {
    background-position: right top;
    right: 0;
}
.pagelimit {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -18px;
    color: #fff;
    font-size: 18px;
}
.closed {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 2%;
    top: 3%;
    background: url(../images/close.png) no-repeat;
    transition-duration: 0.5s;
}
.closed:hover {
    opacity: 0.5;
}
.popup-close {
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url("../images/xx.png") center no-repeat;
    background-size: 40%;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 1%;
    display: block;
    top: 30px;
    cursor: pointer;
}

.cfcheckboxtxt {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: bottom;
}
.content-form .cfcheckboxtxt a {
    font-size: 12px;
    line-height: 20px;
    color: #00bf86;
}
.cfcheckbox {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #ccc;
    margin-right: 10px;
    appearance: checkbox;
    -webkit-appearance: checkbox;
}
.showseemore {
    display: none;
}
.popupmoer {
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    display: none;
}
.popupmoer.showtip {
    opacity: 0;
    display: none;
}
.popupmoer.investor-end-content {
    width: 550px;
    height: auto;
    margin: auto;
    display: inline-block;
    background: #fff;
    padding: 25px;
}
.popupmoer h5 {
    font-size: 18px;
}
.popupmoer-ok {
    display: block;
    width: 130px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: #00bf86;
    margin: 10px auto;
    cursor: pointer;
}
.popupmoer-ok:hover {
    background: #000;
}
.aside-top {
    position: fixed;
    width: 50px;
    bottom: 10%;
    right: 1.5%;
    z-index: 199;
    display: none
}
.aside-top a {
    width: 38px;
    height: 38px;
    display: block;
    overflow: hidden;
    background: #00bf86 url(../fonts/aside-top.svg) no-repeat center;
    background-size: 70%;
    border: 1px solid #00bf86;
}
.aside-top a:hover {
    background: #00bf86 url(../images/aside-top.svg) no-repeat center;
    border: 1px solid #00bf86;
    background-size: 70%;
    opacity: 1;
}
@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/barlow-bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/barlow-regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-Light';
    src: url('../font/Barlow-Light.otf');
    src: local('☺'), url('../font/Barlow-Light.woff') format('woff'), url('../fonts/barlow-light.ttf') format('truetype'), url('../fonts/barlow-light.svg') format('svg'), url('../fonts/barlow-light.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat-regular.eot');
    src: local('☺'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Extra-Bold';
    src: url('../fonts/montserrat-extra-bold.eot');
    src: local('☺'), url('../fonts/montserrat-extra-bold.woff') format('woff'), url('../fonts/montserrat-extra-bold.ttf') format('truetype'), url('../fonts/montserrat-extra-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/montserrat-light.eot');
    src: local('☺'), url('../fonts/montserrat-light.woff') format('woff'), url('../fonts/montserrat-light.ttf') format('truetype'), url('../fonts/montserrat-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat-bold.eot');
    src: local('☺'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.about-sinexcel {
    position: relative;
}
.about-sinexcel .text {
    position: absolute;
    width: 100%;
    height: 100%;
}
.about-sinexcel .text .title-style {
    text-align: center;
}
.about-sinexcel .text .title-style h4 {
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}
.about-sinexcel .text .title-style h2 {
    color: #fff;
    font-size: 52px;
    line-height: 76px;
    font-weight: bold;
}
.about-sinexcel .scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    text-align: center;
}
.about-sinexcel .scroll-down span {
    font-size: 12px;
    color: #fff;
    display: block;
    margin: auto;
}
.about-sinexcel .scroll-down i {
    height: 40px;
    width: 1px;
    display: block;
    margin: 10px auto auto;
    background: #fff;
    opacity: .5;
}
.about-sinexcel .img {
}
.about-sinexcel .img img {
    display: block;
    width: 100%;
}
.about-ours {
    position: relative;
}
.about-ours .absolute {
    max-width: 1200px;
    margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-ours .left .title-style h5 {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}
.about-ours .left .title-style h2 {
    margin: 0px 0 0px 0;
}
.about-ours .left .text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
    width: 100%;
	text-align: justify;
}
.about-ours .left .text p{
	margin-bottom: 0px;
}
.about-ours .left .text .item3 {
    margin-top: 20px;
	float: left;
	width: 100%;
}
.about-ours .left .text .item3 li {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    list-style: none;
    vertical-align: top;
    position: relative;
    width: auto;
    padding-right: 18px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E9E9E9;
    margin-right: 18px;
	float: left;
	text-align: center;
}
.about-ours .left .text .item3 li:last-child{
	padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}
.about-ours .left .text .item3 li h3 {
    font-size: 40px;
    line-height: 26px;
    color: #00bf86;
    margin: 10px 0;
}
.about-ours .left .text .item3 li span {
    color: #666;
    font-size: 16px;
}
.about-ours .left .text .item3 li:first-child {
    padding-left: 0px;
}
.about-ours .left .text .item3 li:last-child::after {
    display: none;
}
.about-ours .right {
    width: 560px;
    position: relative;
    text-align: center;
}
.about-ours .right .slogo {
    /*height: 110px;
    position: absolute;
    left: 50%;
    top: 24%;
    margin-left: -250px;*/
    text-align: center;
	padding-top: 20px;
    /*animation: icons 4s linear infinite;
    -webkit-animation: icons 4s linear infinite*/
}
.about-ours .right .slogo img {
    display: inline-block;
	border: 1px solid #fff;
	box-shadow: 0px 4px 12px rgba(0,0,0,.05);
}
.about-ours .img img {
    display: block;
    width: 100%;
	max-height: 580px;
}
 @-webkit-keyframes icons {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 1em);
transform: translate(0, 1em);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes icons {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 1em);
transform: translate(0, 1em);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.about-company-qualification {
    position: relative;
}
.about-company-qualification .main {
    width: 550px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 10;
}
.about-company-qualification .main .title {
    color: #fff;
}
.about-company-qualification .main .title h4 {
    font-size: 40px;
    margin: 0;
}
.about-company-qualification .main .title .line {
    width: 80px;
    height: 4px;
    background: #00bf86;
    margin: 25px 0;
}
.about-company-qualification .main .text {
    font-size: 16px;
    line-height: 28px;
    color: #b9b9b9;
}
.about-company-qualification .main .date3 li span {
    padding: 0;
    color: #b9b9b9;
}
.about-company-qualification .img img {
    width: 100%;
}
.core-competence {
    position: relative;
}
.core-competence .wrap{
	max-width: 1300px;
	margin: auto;
}
.core-competence .absolute {
    position: absolute;
    height: 100%;
    width: 90%;
    left: 5%;
    text-align: center;
}
.core-competence .absolute .title-style h2 {
    margin: 0;
}
.core-competence .absolute .title-style h5 {
    color: 999999;
    font-size: 16px;
}
.core-competence .absolute .item3 {
    margin-top: 50px;
}
.core-competence .absolute .item3 .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
    padding: 30px 0;
}
.core-competence .absolute .item3 .item::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d9dbdb;
    top: 0;
    right: 0;
}
.core-competence .absolute .item3 .item:last-child::after {
    display: none;
}
.core-competence .absolute .item3 .item i {
    display: inline-block;
}
.core-competence .absolute .item3 .item h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin: 20px 0;
}
.core-competence .absolute .item3 .item h5 {
    width: 80%;
    font-size: 14px;
    line-height: 22px;
    opacity: .6;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0 auto;
    min-height: 100px;
}
.core-competence .img img {
    display: block;
    width: 100%;
}
.company-culture {
    position: relative;
}
.company-culture .absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.company-culture .absolute .title-style {
    margin-top: 100px;
}
.company-culture .absolute .title-style h2 {
    color: #fff;
    margin: 0;
}
.company-culture .absolute .title-style h5 {
    color: 999999;
    font-size: 16px;
}
.company-culture .absolute .img {
    position: relative;
    height: 690px;
}
.company-culture .absolute .img img {
    display: inline-block;
    width: auto;
}
.company-culture .img.bg-black {
    background: #000;
}
.company-culture .img.bg-black img.pcshow {
    animation: fadeintm 1000ms linear infinite;
}
.company-culture .img img {
    display: block;
    width: 100%;
}
.company-culture .slogoimg {
    width: 280px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -140px;
    -webkit-animation: fudong1 4s linear infinite;
    animation: fudong1 4s linear infinite;
}
.company-culture .absolute .item {
    width: 410px;
    height: 205px;
    position: absolute;
}
.company-culture .absolute .item .pcontent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.company-culture .absolute .item .text1 {
    text-align: left;
    width: 310px;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 5;
}
.company-culture .absolute .item .text1 h3 {
    font-size: 20px;
    color: #fff;
}
.company-culture .absolute .item .text1 h6 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #b8bfc4;
}
.company-culture .absolute .item .ypic1 {
    width: 205px;
    height: 205px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.company-culture .absolute .item .ypic2 {
    width: 205px;
    height: 205px;
    position: absolute;
    left: 0;
    top: 0;
}
.company-culture .absolute .item.item1 {
    top: 15%;
    right: 50%;
    margin: -20px -500px 0 0;
}
.company-culture .absolute .item.item2 {
    top: 35%;
    left: 50%;
    margin: -20px 0 0 -600px;
}
.company-culture .absolute .item.item2 .text1 {
    top: 15%;
    left: auto;
    right: 20%;
    text-align: right;
}
.company-culture .absolute .item.item2 .ypic1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
}
.company-culture .absolute .item.item2 .ypic2 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
}
.company-culture .absolute .item.item3 {
    bottom: 5%;
    right: 50%;
    margin: -20px -400px 0 0;
}
.company-culture .absolute .item.item3 .text1 {
    top: 25%;
}
@keyframes fudong1 {
0% {
top: 50%;
}
50% {
top: 52%;
}
100% {
top: 50%;
}
}
@keyframes fadeintm {
0% {
opacity: 1;
}
50% {
opacity: .8;
}
100% {
opacity: 1;
}
}
.about-global {
    position: relative;
}
.about-global .img {
    position: relative;
}
.about-global .img img {
    display: block;
    width: 100%;
    height: auto;
}
.about-global .top {
    position: absolute;
    left: 12.5%;
    width: 75%;
    top: 0;
    height: 100%;
    z-index: 3;
}
.about-global .top .left {
    color: #fff;
    width: 45%;
    height: 100%;
}
.about-global .top .left .title-style {
}
.about-global .top .left .title-style h2 {
    color: #fff;
}
.about-global .top .left .title-style h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.about-global .top .left .text {
    font-size: 16px;
    line-height: 26px;
    color: #bab7b7;
    padding: 20px 0;
    overflow: hidden;
}
.about-global .top .right {
    width: 50%;
    height: 100%;
    position: relative;
}
.about-global .top .right .img {
    position: relative;
}
.about-global .top .right .img img {
}
.about-global .top .right .img .place {
    position: absolute;
    width: 100%;
    height: 100%;
}
.about-global .top .right .img .place a {
    display: inline-block;
    position: relative;
    position: absolute;
}
.about-global .top .right .img .place a .item {
    font-size: 0;
}
.about-global .top .right .img .place a .item i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background: #00bf86;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}
.about-global .top .right .img .place a .item i::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #00bf86;
    opacity: .7;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}
.about-global .top .right .img .place a .item h6 {
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.shenzhen {
    top: 24%;
    left: 52%;
}
.huizhou {
    top: 20%;
    left: 54%;
}
.suzhou {
    top: 15.5%;
    left: 58%;
}
.xian {
    top: 15.5%;
    left: 43%;
}
.india {
    top: 38.5%;
    left: 22.5%;
}
.usa {
    top: 25%;
    left: 92%;
}
.shenzhen i::after {
    -webkit-animation: place100 4000ms infinite;
    animation: place100 4000ms infinite;
}
.huizhou i::after {
    -webkit-animation: place100 3000ms infinite;
    animation: place100 3000ms infinite;
}
.suzhou i::after {
    -webkit-animation: place100 2000ms infinite;
    animation: place100 2000ms infinite;
}
.xian i::after {
    -webkit-animation: place100 3000ms infinite;
    animation: place100 3000ms infinite;
}
.india i::after {
    -webkit-animation: place100 5000ms infinite;
    animation: place100 5000ms infinite;
}
.usa i::after {
    -webkit-animation: place100 3000ms infinite;
    animation: place100 3000ms infinite;
}
@keyframes place100 {
0% {
width: 0px;
height: 0px;
margin: 0px;
}
100% {
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
opacity: 0;
}
}
.about-global .top .right .img .place a .text {
    font-size: 12px;
    line-height: 22px;
    padding: 30px;
    color: #fff;
    width: 300px;
    position: absolute;
    left: -140px;
    top: 40px;
    ;
    background-image: linear-gradient(rgba(0,190,134,0.4), rgba(0,0,0,0.1));
    display: none;
}
.about-global .top .right .img .place a .text::before {
    content: '';
    display: block;
    width: 31px;
    height: 17px;
    position: absolute;
    top: -17px;
    left: 43%;
    background: url("../images/ts.png") center no-repeat;
}
.about-global .top .right .img .place a:hover .text {
    display: block;
}
.about-global .top .right .img .place a:hover {
    z-index: 999;
}
.development-history {
}
.development-history .top {
    position: absolute;
    width: 100%;
    height: auto;
	max-width: 1300px;
	right: 0;
	left: 0;
	margin: auto;
}
.development-history .top .title-style {
    text-align: center;
    width: 30%;
    margin: 80px auto 20px;
}
.development-history .top .title-style h2 {
    margin: 0;
}
.development-history .top .title-style h5 {
    color: #FFFFFF;
    font-size: 16px;
}
.development-history .img img{
    max-height: 600px;
    width: 100%;
}
.swiper-history .swiper-history-time {
    text-align: center;
    /*background: url("../images/line.png") center no-repeat;*/
}
.swiper-history .swiper-history-time .year-num {
    font-size: 24px;
    color: #ffffff;
}
.swiper-history .swiper-history-time .year-num span {
    color: #FFFFFF;
}
.swiper-history .swiper-history-time .text {
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    margin: auto;
    overflow: hidden;
    display: none;
	margin-top: 15px;
}
.swiper-history .swiper-history-time .swiper-slide-active .year-num {
    font-size: 80px;
    color: #ffffff;
    padding-top: 20px;
    font-weight: bold;
	height: 86px;
}
.swiper-history .swiper-history-time .swiper-slide-active .year-num span {
    color: #e6212a;
    font-weight: bold;
}
.swiper-history .swiper-history-time .swiper-slide-active .text {
    display: block;
}
.swiper-history .swiper-history-time .swiper-button-next, .swiper-history .swiper-history-time .swiper-button-prev {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #ccc;
    opacity: 1;
}
.swiper-history .swiper-history-time .swiper-button-next {
    /*right: 18%;*/
    background: url("../images/sol3right_cur.png") center no-repeat;
	border: 0px;
}
.swiper-history .swiper-history-time .swiper-button-prev {
    /*left: 18%;*/
    background: url("../images/sol3left_cur.png") center no-repeat;
	border: 0px;
}
.company-honor {
    overflow: hidden;
    padding: 80px 0 100px 0;
    position: relative;
	max-width: 1200px;
	margin: auto;
	right: 0;
	left: 0;
}
.company-honor .title-style {
    /*margin-left: 13%;
    margin-bottom: 80px;*/
}
.company-honor .title-style h2 {
    margin: 0;
}
.company-honor .title-style h5 {
    color: 999999;
    font-size: 16px;
}
.company-honor-swiper {
	max-width: 1300px;
    width: 100%;
    /*height: 350px;*/
    margin: auto;
    /*background: url("../images/honort.png") center bottom repeat-x;*/
    margin-top: 100px;
    padding-bottom: 40px;
}
.company-honor-swiper .swiper-slide {
    width: auto;
    /*height: 300px;*/
    display: table;
}
.table-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.honor-img {
    overflow: hidden;
    display: block;
    position: relative;
    max-width: 221px;
}
.honor-img .htop {
    height: 7px;
    width: 100%;
    background: url("../images/honor1.png") no-repeat;
    background-size: 100% 100%;
}
.honor-img .hbottom {
    height: 27px;
    width: 100%;
    background: url("../images/honor3.png") no-repeat;
    background-size: 100% 100%;
}
.honor-img .hcenter {
    padding: 0px 7px;
    background: url("../images/honor2.png") no-repeat;
    background-size: 100% 100%;
}
.honor-img .hcenter img {
    display: block;
}
.honor-img a {
    display: block;
}
.honor-img a::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -35px;
    z-index: 10;
    background: url("../images/fd1.png") no-repeat;
    display: none;
}
.honor-img a:hover::before {
    display: block;
}
.honor-img a:hover {
    opacity: .6;
}
.rpagination {
    position: relative;
    height: 40px;
    margin-top: 20px;
}
.swiper-r {
    position: absolute;
    right: 0%;
    top: 15%;
    width: 400px;
}
.swiper-pagination-progressbar {
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,.1);
    margin-top: 10px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e6212a;
}
.swiper-pagination-num #current {
    font-size: 24px;
    color: #000;
}
.swiper-pagination-num {
    font-size: 14px;
    color: #b2b2b2;
}
.lbtip {
    width: 112px;
    height: 26px;
    position: absolute;
    left: 0%;
    bottom: 10%;
}
/* investors */
.investors-relations {
    position: relative;
}
.investors-relations .main {
    position: absolute;
    width: 100%;
    height: 100%;
}
.investors-relations .main .title-style {
    text-align: center;
}
.investors-relations .main .title-style h4 {
    margin: 0;
    font-size: 60px;
    font-weight: normal;
    color: #203346;
}
.investors-relations .main .title-style .line {
    width: 80px;
    height: 4px;
    background: #00bf86;
    margin: 25px auto;
}
.investors-relations .main .title-style h2 {
    margin: 0;
    font-size: 40px;
    color: #fff;
}
.investors-relations .img img {
    display: block;
    width: 100%;
    height: auto;
}
.investors-date {
    background: rgba(77,108,163,.15);
    overflow: hidden;
    margin: 50px auto auto;
    width: 65%;
    padding: 5%;
}
.investors-date .left {
    float: left;
    width: 34%;
    position: relative;
    overflow: hidden;
    padding: 1% 0;
}
.investors-date .left::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .1;
}
.investors-date .left .ld1 {
    font-size: 16px;
    color: #5f656f;
}
.investors-date .left .ld2 {
}
.investors-date .left .ld2 span {
    font-size: 14px;
    color: #fff;
}
.investors-date .left .ld2 .txt1 {
    font-size: 70px;
}
.investors-date .left .ld2 .txt3 {
    font-size: 20px;
    color: #ff4040;
    padding-left: 10px;
}
.investors-date .left .ld3 {
    font-size: 12px;
    color: #5f656f;
}
.investors-date .right {
    float: left;
    width: 65%;
    text-align: right;
    padding-top: 3%;
}
.investors-date .right li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: left;
}
.investors-date .right li span {
    color: #91959a;
    font-size: 14px;
}
.investors-date .right li h3 {
    color: #fff;
    margin: 10px 0;
}
.investors-date .right li h3 strong {
    font-size: 30px;
}
.investors-date .right li h3 i {
    font-size: 14px;
    font-style: normal;
    padding-left: 5px;
}
.announcement {
    padding: 100px 0 50px 0;
    overflow: hidden;
}
.announcement .title-style {
    text-align: center;
}
.announcement .title-style h2 {
    margin: 0;
}
.announcement .title-style h5 {
    color: #999999;
    font-size: 16px;
}
.announcement-list {
    padding: 40px 0;
    overflow: hidden;
}
.announcement-list li {
    display: block;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -1px;
}
.announcement-list li a {
    padding: 25px 0 25px 2%;
    overflow: hidden;
    position: relative;
    z-index: 33;
    display: block;
}
.announcement-list li a h6, .announcement-list li a h3, .announcement-list li a h5 {
    z-index: 11;
    position: relative;
}
.announcement-list li a h6 {
    margin: 0;
    font-size: 14px;
    color: #00bf86;
    font-weight: normal;
    padding-bottom: 10px;
}
.announcement-list li a h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    font-weight: normal;
}
.announcement-list li a:hover h3 {
    color: #009266;
}
.announcement-list li a h5 {
    position: absolute;
    right: 2%;
    top: 50%;
    width: 100px;
    height: 26px;
    font-weight: normal;
    margin-top: -10px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.announcement-list li a::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #f2fcf9;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}
.announcement-list li a:hover::after {
    width: 100%;
}
.viewmore {
    margin: 10px auto;
}
.viewmore a {
    display: block;
    width: 100px;
    margin: auto;
    padding: 15px 20px 15px 30px;
    text-align: center;
    font-size: 0;
    background: #00bf86;
}
.viewmore a i {
    width: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/right.png") center no-repeat;
    margin-left: 10px;
}
.viewmore a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}
.viewmore a:hover {
    background: #009266
}
/* contact */

.contact-section .title-style {
    text-align: center;
}
.contact-section .title-style h2 {
}
.contact-section .title-style .line {
    margin: 10px auto;
}
.contact-section .title-style .text {
    width: 50%;
    margin: 20px auto;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.contact-section .content {
    overflow: hidden;
    padding: 50px 0 0 0;
}
.contact-section .content .left {
    width: 45%;
}
.contact-section .content .left .content-way {
    overflow: hidden;
}
.contact-section .content .left .content-way li {
    list-style: none;
    float: left;
    width: 33%;
    margin-bottom: 20px;
    position: relative;
}
.contact-section .content .left .content-way li::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e7e8eb;
    position: absolute;
    right: 10%;
    top: 0;
}
.contact-section .content .left .content-way li:nth-child(3)::after, .contact-section .content .left .content-way li:last-child::after {
    display: none;
}
.contact-section .content .left .content-way li i {
    width: 38px;
    height: 38px;
    border: 2px solid #1a1a1a;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    opacity: .7;
}
.contact-section .content .left .content-way li:last-child {
    width: 99%;
}
.contact-section .content .left .content-way li i.c1 {
    background: url("../images/c1.png") center no-repeat;
}
.contact-section .content .left .content-way li i.c2 {
    background: url("../images/c2.png") center no-repeat;
}
.contact-section .content .left .content-way li i.c3 {
    background: url("../images/c3.png") center no-repeat;
}
.contact-section .content .left .content-way li i.c4 {
    background: url("../images/c4.png") center no-repeat;
}
.contact-section .content .left .content-way li span {
    display: inline-block;
    vertical-align: middle;
}
.contact-section .content .left .content-way li span h6 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 0;
}
.contact-section .content .left .content-way li span h5 {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0;
}
.contact-section .content .left .content-way li span h5 a {
    color: #666;
}
.contact-section .content .left .content-way li:nth-child(3) span h5 a {
    color: #00bf86;
}
.contact-section .content .left .content-way li:nth-child(3) i {
    border: 2px solid #00bf86;
    opacity: 1;
}
.contact-section .content .left .content-way li:nth-child(3) i.c3 {
    background: url("../images/c31.png") center no-repeat;
}
.contact-section .content .left .content-way li:hover span h5 {
    color: #00bf86;
}
.contact-section .content .left .content-map {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #f1f1f1;
}
.contact-section .content .left .content-map #map {
    min-height: 205px;
}
.contact-section .content .left .content-map iframe {
    border: none;
    margin: 0;
    padding: 0;
    margin-top: -50px;
}
.contact-section .content .left .content-map iframe #watermark {
    display: none;
}
.contact-section .content .left .content-text {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    padding: 20px 0;
}
.contact-section .content .right {
    width: 47%;
}
.content-form {
    overflow: hidden;
}
.content-form li {
    list-style: none;
    padding: 0;
    font-size: 0;
    float: left;
}
.content-form li span {
    height: 60px;
    font-size: 16px;
    float: left;
    color: #666666;
    line-height: 60px;
    text-align: right;
    padding-right: 20px;
}
.content-form li .input2 {
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    float: left;
    background-color: #F7F7F7;
}
.content-form li .input3 {
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    height: 60px;
    float:right;
	font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
    background-color: #F7F7F7;
}
.content-form li .submit1 {
    background: #e6212a;
    color: #fff;
    font-size: 18px;
    height: 58px;
    cursor: pointer;
    margin-top: 20px;
    line-height: 58px;
    border: 0px solid ;
}
.content-form .yaw {
    padding-right: 20px;
}
.content-form li .submit1:hover {
    background: #AA4400;
}
.popup-window {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}
.popup-window-content {
    background: #fff;
    width: 800px;
    padding: 5% 2% 5% 5%;
    margin: auto;
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translate(0px, -100px);
    transition: all .4s;
}
.popup-window-content .rolling-content {
    overflow: auto;
    height: 500px;
    position: relative;
}
.popup-window-content .rolling-content .rolling-h {
    padding-right: 50px;
    font-size: 16px;
    color: #7d7d7d;
    line-height: 26px;
}
.popup-window-content .rolling-content .rolling-h h2 {
    color: #000;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 30px;
}
.popup-window-content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ani-show1 {
    display: block;
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: .5s;
}
.video-window-content {
    width: 80%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 10;
}
.video-window-content video {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.Contact-our-team {
    padding: 140px 0 140px 0;
    overflow: hidden;
}
.Contact-our-team .left {
    width: 45%;
}
.Contact-our-team .left .title-style h5 {
    color: #999;
    font-size: 16px;
    margin: 0;
}
.Contact-our-team .left .title-style h2 {
    margin: 0px 0 20px 0;
}
.Contact-our-team .left .text {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    padding: 20px 0;
    overflow: hidden;
}
.Contact-our-team .left .item2 {
    border-top: 1px solid #e6e6e7;
    border-bottom: 1px solid #e6e6e7;
    padding: 30px 0 20px 0;
    overflow: hidden;
}
.Contact-our-team .left .item2 li {
    width: 50%;
    float: left;
    list-style: none;
}
.Contact-our-team .left .item2 h3 {
    font-size: 14px;
    margin: 0;
    color: #999999;
    font-weight: normal;
}
.Contact-our-team .left .item2 h4 {
    font-size: 20px;
    margin: 5px 0;
    color: #1a1a1a;
    font-weight: normal;
}
.Contact-our-team .left .annotation {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    padding: 20px 0;
    overflow: hidden;
}
.Contact-our-team .right {
    width: 48%;
}
.contact-bottom {
    position: relative;
    overflow: hidden;
}
.contact-bottom .left {
    width: 50%;
}
.contact-bottom .left .map {
    overflow: hidden;
    position: relative;
}
.contact-bottom .left .map img {
    display: block;
}
.contact-bottom .left .map iframe {
    border: none;
    margin: 0;
    padding: 0;
    margin-top: -50px;
}
.contact-bottom .right {
    width: 35%;
    position: absolute;
    height: 100%;
    right: 10%;
    top: 0;
}
.contact-bottom .right .name {
    border-bottom: 4px solid #000;
    padding-bottom: 20px;
}
.contact-bottom .right .name h4 {
    font-size: 20px;
    color: #24c38f;
    margin: 0;
    text-transform: uppercase;
}
.contact-bottom .right .name h2 {
    font-size: 40px;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
}
.contact-bottom .right .content-way {
}
.contact-bottom .right .content-way .item {
    border-bottom: 1px solid #dcdcde;
    overflow: hidden;
    padding: 30px 0;
}
.contact-bottom .right .content-way .item.item2 li {
    float: left;
    width: 45%;
    margin-right: 5%;
}
.contact-bottom .right .content-way .item.item2 li::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #dedfe4;
    position: absolute;
    right: 10%;
    top: 0;
}
.contact-bottom .right .content-way .item.item2 li:last-child::after {
    display: none;
}
.contact-bottom .right .content-way .item.item2 li:last-child {
    width: 45%;
    margin-right: 0;
}
.contact-bottom .right .content-way .item.item2 li:first-child {
    width: 50%;
}
.contact-bottom .right .content-way li {
    list-style: none;
    position: relative;
}
.contact-bottom .right .content-way li i {
    width: 38px;
    height: 38px;
    border: 2px solid #1a1a1a;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contact-bottom .right .content-way li i.c1 {
    background: url("../images/c4.png") center no-repeat;
}
.contact-bottom .right .content-way li i.c2 {
    background: url("../images/c1.png") center no-repeat;
}
.contact-bottom .right .content-way li i.c3 {
    background: url("../images/c2.png") center no-repeat;
}
.contact-bottom .right .content-way li i.c4 {
    background: url("../images/c3.png") center no-repeat;
}
.contact-bottom .right .content-way li span {
    display: inline-block;
    vertical-align: middle;
}
.contact-bottom .right .content-way li h6 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 0;
}
.contact-bottom .right .content-way li h5 {
    font-size: 14px;
    color: #1a1a1a;
    margin: 5px 0 0 0;
}
.content-ewm {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    padding-top: 30px;
}
.title-style h2 {
    font-size: 42px;
    line-height: 60px;
    color: #000000;
    font-weight: bold;
}
.absolute .numUp {
    font-size: 36px;
    line-height: 60px;
    color: #e6212a;
    font-weight: bold;
}
.absolute .add {
    font-size: 18px;
    line-height: 20px;
    color: #e6212a;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 10px;
}
.absolute .numtadx {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    clear: both;
    height: auto;
    width: auto;
}
.content-form {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-form .textarea {
    border: 1px solid #CCCCCC;
    padding: 20px;
    float: right;
    height: 160px;
    background-color: #F7F7F7;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.content-form li {
    width: 50%;
}
.content-form li span {
    height: 60px;
    width: 20%;
    font-size: 16px;
    float: left;
    color: #666666;
    line-height: 60px;
    text-align: right;
    padding-right: 20px;
}
.content-form li .input2 {
    width: 80%;
    float: left;
}
.content-form li .input3 {
    width: 90%;
    float: right
}
.content-form li .submit1 {
    width: 100%;
}
.content-form .yaw {
    width: 10%;
}
.content-form li .submit1 {
    width: 90%;
    float: right;
}
.content-form .textarea {
    width: 90%;
}
.contact-section {
    padding: 0px 0 20px;
    overflow: hidden;
}
.dfa {
    height: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
}
.cntitlewe {
    font-size: 50px;
    line-height: 80px;
    font-weight: bold;
}
.faalist {
    width: 16%;
}
.about-ours .left {
    width: 600px;
    margin-left: 0;
}
.faalist:nth-child(6n) {
    border-right: none;
}
.faalist:nth-child(7n), .faalist:nth-child(8n), .faalist:nth-child(9n), .faalist:nth-child(10n), .faalist:nth-child(11n), .faalist:nth-child(12n) {
    border-bottom: none;
}

.cntitlewe {
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    bottom: 20%;
    top: 50%;
}
.core-competence {
    clear: both;
    height: 100%;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: table;
    text-align: center;
}
.faalist {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #E1E1E1;
    border-bottom-color: #E1E1E1;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}
.faalist:nth-last-of-type(1) {
    margin-bottom: 0
}
.faalist .icon {
    width: 28px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px
}
.faalist .icon img {
    display: inline-block;
    vertical-align: middle
}
.faalist .text {
    color: #49565d;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    line-height: 24px
}
.faa {
    text-align: center;
    height: auto;
    width: auto;
    padding-top: 30px;
}
.faalist a {
    text-align: center;
}
.faalist img {
    text-align: center;
    max-height: 84px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

#a306{
	height: 460px;
	background: url(../picture/licheng.jpg)
}
#main .secrew{
	padding-bottom: 80px;
}
#main .secyus1{
	background: #F7F7F7;
	padding-top: 80px;
    padding-bottom: 80px;
}
.BMap_Marker div{
	width: 39px !important;
	height: 25px !important;
}
.BMap_Marker img{
	width: 39px !important;
	height: 25px !important;
}
.media-rows .col-sm-6{
	margin-bottom: 35px;
}