* {
    box-sizing: border-box;
}
html,body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei", 'Arial';
    overflow: hidden !important;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}
img {
    width: 100%;
    vertical-align: middle;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.text-white {
    color: #fff;
}
.d-none {
    display: none;
}
/*loading¶¯»­*/
#loading{
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;

}
.object{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #08a8e4;
    border-right: 5px solid #08a8e4;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one{
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two{
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#object_three{
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_four{
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;

}

@-webkit-keyframes animate {


    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

@keyframes animate {

    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*Í·²¿*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #555;
    background: rgba(0,0,0,0.15);
    z-index: 999;
}
.header-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.logo {
    position: absolute;
    width:317px;
    height: 100%;
    top: 0;
    left: 1.5rem;
}
.logo img{
height:70px;
}
.logo>a {
    display: block;
    width: 100%;
    height: 100%;
}
.menu {
    width: 100%;
    height: 100%;
    padding: 0 270px;
}
.menu>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.menu>ul:before,
.menu>ul:after,
.company-data ul:before,
.company-data ul:after {
    display: table;
    content: " ";
}
.menu>ul>li {
    position: relative;
    float: left;
}
.menu>ul>li a {
    display: inline-block;
    height: 100%;
    padding: 0 1rem;
    color: #f0f0f0;
    transition: all .2s;
}
.transform .menu>ul>li>a,
.transform .language .btn-group>a,
.transform .tel-box .tel{
    color: #484848;
}
.menu>ul>li:hover > a, .menu>ul>li a:hover {
    background-color: #27499a;
    color: #fff;
}
.menu>ul>li:hover .dropdown-menu {
    display: block;
    opacity: 1;
}
.main-menu .dropdown-menu {
    display: none;
    opacity: 0;
    min-width: auto;
    margin: 0px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(39, 73, 154,.8);
    transition: all .2s;
}
.main-menu .dropdown-menu li {
    line-height: 1;
}
.main-menu .dropdown-menu a {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    padding: .5rem 1rem;
}
.main-menu .dropdown-menu a:hover {
    background-color: rgba(255,255,255,.8);
    color: #08a8e4;
}
.tel-box {
    position: absolute;
    width: 245px;
    height: 100%;
    top: 0;
    right: 2.5rem;
}
.tel-box .tel {
    color: #f0f0f0;
}
.icon-phone {
    height: 24px;
	width:20px;
}
.tel, .language, .m-btn {
    float: right;
}
.m-btn {
    display: none;
}
.m-btn .toggle-menu-button {
    background: none;
    border: none;
    color: #27499a;
    outline: 0;
}
.m-btn .toggle-menu-button>i  {
    font-size: 1.8rem;
    vertical-align: middle;
}
.language .btn-group {
    line-height: 2;
    margin-right: 1.5rem;
}
.language .btn-group>a {
    text-decoration: none;
    color: #f0f0f0;
}
.language .btn-group>a >i {
    font-size: 1.2rem;
    color: #555;
    transition: all .2s;
}
.language .btn-group.open>a>i {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.language .dropdown-menu {
    min-width: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    background-color: rgba(39, 73, 154,.8);
}
.language .dropdown-menu .divider {
    margin: 0;
}
.language .dropdown-menu a {
    display: inline-block;
    padding: .5rem 1.2rem;
    width: 100%;
    color: #fff;
}
.language .dropdown-menu a:hover {
    background-color: rgba(255,255,255,.9);
    color: #08a8e4;
}
.sidebar {
    background-color: #08a8e4;
    color: #fff;
}
.sidebar-wrapper ul {
    padding: 2rem 1rem;
}
.sidebar-wrapper ul li a {
    padding: .8rem 1.75rem;
    color: #fff;
}
.sidebar-wrapper .nav a:hover {
    color: #08a8e4;
}
/*ÄÚÈÝ*/
.content {
    width: 100%;
    height: 100%;
}

/*Ê×Ò³ÄÚÈÝ----µÚÒ»Ä£¿£¿£¿£¿£¿é*/
.banner {
    width: 100%;
    height: 100%;
}
.child-banner {
    height: 560px;
}
.banner img {
    width: 100%;
    height: 100%;
}
.banner .banner-image {
    position: absolute;
    width: 52%;
    height: auto;
    left: 50%;
    margin-left: -27%;
    top: 50%;
    margin-top: -15%;
}
.banner .banner-image1 {
    position: absolute;
    width: 72%;
    height: auto;
    left: 50%;
    margin-left: -37%;
    top: 50%;
    margin-top: -15%;
}
.banner .banner-image_nei {
    position: absolute;
    width: 42%;
    height: auto;
    left: 50%;
    margin-left: -21%;
    top: 50%;
    margin-top: -10%;
}
.banner-image1 > img {
    height: auto;
}
.banner-image_nei > img {
    height: auto;
}
.banner-image > img {
    height: auto;
}
.child-banner .banner-image > img {
    width: auto;
    height: 100%; 
}
.banner-name {
    display: inline-block;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    margin-top: -2.2rem;
    writing-mode: tb-rl;
    color: #fff;font-size:26px;
}
.banner-name01{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: 40rem;
    color: #fff; font-size:26px;
	left:47%;
	text-shadow:1px 1px 6px #333;
}
.swiper-container {
    width: 100%;
    height: 100%;

}
.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 2.4rem;
    height: .2rem;
    border-radius: 0;
    background-color: #fff;
}
.swiper-pagination-bullet-active {
    background-color: #08a8e4;
    height: .3rem;
}
.swiper-button-prev,
.swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    background: none;
    text-align: center;
}
.swiper-button-prev {
    left: 10rem;
}
.swiper-button-next {
    right: 10rem;
}
.swiper-button-prev i,
.swiper-button-next i {
    font-size: 2.4rem;
    color: #fff;
}
/*Ê×Ò³ÄÚÈÝ----µÚ¶þÄ£¿£¿£¿£¿£¿é*/
.modular {
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.modular-left {
    position: absolute;
    width: 400px;
    left: 0;
    bottom: -2rem;
}
.modular-content {
    margin-left: 410px;
}
.modular-title {
    position: relative;
    margin-top: 4rem;
}
.modular-title .letter {
    font-size: 5.5rem;
    font-family: Arial;
    color: #ededed;
    font-weight: 600;
}

.modular-title .name {
    position: absolute;
    top: 4.4rem;
    left: 4.2rem;
    color: #1d1d1d;
    font-size: 2.1rem;
}
.modular-title .underline {
    display: inline-block;
    width: 2.4rem;
    height: .15rem;
    position: absolute;
    bottom: 0;
    left: 4.2rem;
    background-color: #08a8e4;
}
.company-des {
    margin: 1.4rem 0 0 4.2rem;
}
.company-des p {
    font-size: 0.975rem;
}
.company-des .company-text,
.application-des .application-text {
    line-height: 1.75rem;
    font-size: 0.975rem;
    color: #444;
	padding-top:30px;
}
.application-des .application-text {
    text-align: left;
}
.company-data {
    margin-top: 4rem;
}
.company-data ul {
    width: 100%;
    overflow: hidden;
}
.company-data ul >li {
    float: left;
    margin-right: 3rem;
	font-size:16px;
}
.data-count {
    font-size: 2.2rem;
    color: #27499a;
	padding-right:4px;
}
/*Ê×Ò³ÄÚÈÝ----µÚÈýÄ£¿£¿£¿£¿£¿é*/
.page3 {
    position: relative;
}
.bg-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg-box img {
    height: 100%;
}
.product-box {
    width: 100%;
    height: 100%;
}
.product-box>.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.product-box>.row>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255, .15);
    transition: all .2s;
}
.product-box>.row>div>a {
    width: 100%;
    height:100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    transition: all .2s;
}
.product-box>.row>div>a>div {
	width: 100%;
}
.product-box>.row>div:hover {
    background-color: transparent;
}
.product-box>.row>div>img{
    width: 100%; border:0px solid #f60; height:45%;
}
.product-name {
    color: #bebebe;
    text-align: center;
}
/*Ê×Ò³ÄÚÈÝ----µÚËÄÄ£¿£¿£¿£¿£¿é*/
.application-title {
    margin-top: 4rem;
    text-align: left;
}
.application-title .letter{
    font-size: 3.375rem;
}
.application-title .name {
    top: 1.6rem;
    left: 2.5rem;
}
.application-title .text {
    position: absolute;
    left: 2.5rem;
    bottom: -2.4rem;
}
.application-title .text .underline {
    left: 0;
    bottom: -.8rem;
}
.application-box {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.application-box .row {
    width: 100%;
    height: 100%;
    margin: 0;
}
.application-des {
    margin: 3.5rem 2.5rem 0 2.5rem;
}
.application-text {
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.application-content {
    padding-left: 10rem;
    padding-right: 2rem;
}
.application-image,
.application-image img {
    height: 100%;
}
.application-image {
    padding-right: 0;
}
.application-photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.application-image img {
width:100%;
}
.page-btn-group {
    position: relative;
    margin: 5rem 0 0 2.5rem;
}
.page-btn-group .prev-btn,
.page-btn-group .next-btn {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border: 1px solid #08a8e4;
    color: #08a8e4;
    margin-right: .5rem;
    border-radius: 0;
    margin-bottom: 2rem;
}
.page-btn-group .prev-btn {
    left: 0;
    margin-left: 0;
}
.page-btn-group .next-btn {
    margin-right: 0;
    left: 3rem;
    margin-left: 0;
}
.page-btn-group >a.active {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.page-btn-group .prev-btn i,
.page-btn-group .next-btn i {
    display: inline-block;
    color: #08a8e4;
}
.page-btn-group> a >i {
    font-size: 2.4rem;
}
/*Ê×Ò³ÄÚÈÝ----µÚÎåÄ£¿£¿£¿£¿£¿é*/
.page5 {
    background-color: #000;
}
.news-title {
    text-align: center;
}
.news-title .letter {
    font-size: 3.4rem;
    font-family: 'Arial';
    font-weight: 600;
    color: #212329;
}
.news-title .name {
    top: 1.8rem;
    left: 50%;
    margin-left: -4.2rem;
    color: #fff;
}
.card-group {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    margin-top: 3.5rem;
}
.card-group .row {
    margin: 0;
}
.card {
    padding: 0 .5rem;
}
.swiper-news {
    margin-top: 2rem;
}
.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
    display: none;
}
.swiper-news .card {
    padding: 0 1rem;
    width: 100%;
}
.card-title {
    color: #f0f0f0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-family:microsoft yahei;
	padding:12px 0px 0px 0px;
}
.card-des {
    height: 100px;
    line-height: 1.5rem;
    font-size: .875rem;
    color: #ddd;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*Ê×Ò³ÄÚÈÝ----µÚÁùÄ£¿£¿£¿£¿£¿é*/
.contact-box {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
}
.contact-box .modular-left {
    width: 50%;
    top: 100px;
    bottom: 40px;
    height: calc(100% - 140px);
}
.contact-box .modular-left img {
    height: 100%;
}
.contact-box .modular-content {
    margin-left: 50%;
    padding: 3rem 4rem 0;
}
.contact-box .letter {
    font-size: 3.4rem;
    font-family: 'Arial';
    font-weight: 600;
    color: #ededed;
}
.contact-box .name {
    top: 1.8rem;
    left: 3rem;
}
.contact-des, .contact-code {
    margin: 2rem 0 0 3rem;
}
.info-item {
    position: relative;
}
.info-left {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    left: 0;
    margin-top: -.8rem;
}
.info-right {
    margin-left: 2rem;
    line-height: 1.6rem;
}
.code-box {
    float: left;
    margin-right: 1.5rem;
}
.code-image {
    width: 6rem;

}
.foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 3rem;
    overflow: hidden;
    background-color: #27499a;
    font-size: .75rem;
	z-index:9999;color:#fff;
}
.foot_nei{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 3rem;
    overflow: hidden;
    background-color: #27499a;
    font-size: .75rem;
	z-index:9999; color:#fff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fr a{
color:#fff;
}
/*¹ØÓÚÀÖÌìÌÃfun88---µÚÒ»²¿·Ö*/
.company-banner {
    position: relative;
}
.company-banner img {
    position: absolute;
    top: 0;
    left: 0;
}
.m-img {
    display: none;
}
/*µÚ¶þ²¿·Ö*/
.introduction-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.introduction-box>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.introduction-content, .intvention-content {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 75%;
    height: calc(100% - 100px);
    margin-left: -37.5%;
}
.introduction-content> .row,
.intvention-content> .row {
    width: 100%;
    height: 100%;
    margin: 0;
}
.introduction-des {
    padding: 0;
}
.introduction-title,
.intvention-title {
    margin-top: 10rem;
}
.introduction-title .letter {
    color: #828181;
    font-size: 2.4rem;
    line-height: 1;
}
.introduction-title .name {
    top: -3.5rem;
    left: 0;
}
.introduction-title .underline {
    bottom: -1.5rem;
    left: 0;
}
.introduction-des {
    padding-right: 6rem;
    margin-top: 3rem;
}
.introduction-text, .intvention-text {
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.75rem;
    font-size: .875rem;
    color: #616161;
}
/*µÚÈý²¿·Ö*/
.intvention-title .letter {
    color: #fff;
    font-size: 2.2rem;
}
.intvention-title .name {
    font-size: 1.4rem;
    top: -2rem;
    left: 0;
    color: #fff;
}
.intvention-title .underline {
    bottom: -1rem;
    left: 0;
}
.intvention-des {
    margin-top: 2.5rem;
}
.intvention-text {
    color: #fff;
}
.list-row {
    margin-top: 14rem;
}
.circle {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 1rem;
    border: 3px solid #08a8e4;
    border-radius: 50%;
}
.circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
/*µÚËÄ²¿·Ö*/
.bussiness-box {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -37.5%;
}
.cardbox .namebox {
    margin-top: 2rem;
}
.bussiness-box .swiper-business {
    margin-top: 8rem;
}
.swiper-slide {
    background-color: transparent;
}
.bussiness-box .swiper-slide {
    background-color: transparent;
}
.bussiness-box.business .swiper-button-next {
    right: 0;
    background-color: rgba(0,0,0,.2);
}
.business .swiper-button-prev {
    left: 0;
    background-color: rgba(0,0,0,.2);
}
.bussiness-box.business .swiper-button-next,
.bussiness-box.business .swiper-button-prev {
    display: none;
}
/*µÚÎå²¿·Ö*/
.swiper-date {
    margin-top: 2rem;
}
.swiper-date .swiper-button-prev {
    left: 0;
}
.swiper-date .swiper-button-next {
    right: 0;
}
.swiper-date:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px solid #0091D2;
    content: '';
}
.swiper-date .swiper-slide {
    height: 28rem;
    position: relative;
}
.swiper-date .swiper-slide .item {
    position: absolute;
    right: -20px;
    bottom: 0;
    left: -20px;
    min-height: 11.5rem;
    max-height: 11.5rem;
    padding: 44px 0 0 0;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.swiper-date .swiper-wrapper .swiper-slide:first-child>.item {
    left: 0;
    right: -40px;
}
.swiper-date .swiper-wrapper .swiper-slide:last-child>.item {
    left: -40px;
    right: 0;
}
.swiper-date .swiper-wrapper .swiper-slide:nth-child(even)>.item {
    top: 0;
    bottom: auto;
    padding: 0 0 44px;
}
.swiper-date .swiper-wrapper .swiper-slide .item:hover h3 {
    background-color: #0091D2;
    color: #fff;
}
.swiper-date .swiper-slide .item:hover h3:before {
    border-color: transparent transparent #0091D2;
}
.swiper-date .swiper-slide:nth-child(even) .item:hover h3:before {
    border-color: #0091D2 transparent transparent;
}
.swiper-date .swiper-slide .item:before {
    position: absolute;
    top: -2.9rem;
    left: 50%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: -10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
}
.swiper-date .swiper-slide:nth-child(even) .item:before {
    top: auto;
    bottom: -2.9rem;
}
.swiper-date .swiper-slide .item:after {
    position: absolute;
    top: -2.9rem;
    left: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0091D2;
    content: '';
}
.swiper-date .swiper-slide:nth-child(even) .item:after {
    top: auto;
    bottom: -2.9rem;
}
.swiper-date .swiper-wrapper .swiper-slide .item h3 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    background-color: #e2e2e2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.swiper-date .swiper-wrapper .swiper-slide:nth-child(even) .item h3 {
    top: auto;
    bottom: 0;
}
.swiper-date .swiper-slide .item h3:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -9px;
    border-width: 0 9px 18px;
    border-style: solid;
    border-color: transparent transparent #E2E2E2;
    content: '';
}
.swiper-date .swiper-slide:nth-child(even) .item h3:before {
    top: 100%;
    bottom: auto;
    border-width: 18px 9px 0;
    border-color: #E2E2E2 transparent transparent;
}
.des {
    padding: 1rem 1.5rem;
}
.des p {
    font-size: .875rem;
    text-align: left;
}
/*×îÐÂ×ÊÑ¶*/
.child-body {
    overflow: auto !important;
}
.main-box {
    position: relative;
    background-color: #F8F8F8;
    padding-bottom: 40px;
}
.main {
    width: 90%;
    margin: 0 auto;
}
.title-box {
    width: 100%;
    padding: 2rem 1rem;
}
.title-box .modular-title .letter{
    font-size: 2.25rem;
    font-family: initial;
    color: #d1d1d1; letter-spacing:1px; text-transform:uppercase;
}
.title-box .modular-title .name {
    font-size: 1.5rem;
    top: 1.3rem;
    left: 50%;
    margin-left: -3rem;
}
.title-box .modular-title .underline {
    left: 50%;
    margin-left: -1.6rem;
    bottom: -1rem;
    width: 3.2rem;
}
.tabs-box {
    width: 100%;
    padding: 0rem;
}
.tabs {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.tabs .tabs-item>a {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    color: #8a898a;
}
.tabs .tabs-item.active>a {
    background: #565656;
    color: #fff;
}
.tabs .tabs-item>a:hover {
    background: #858484;
    color: #fff;
}
.tabs-content .content-item {
    display: none;
    min-height: 20rem;
}
.tabs-content .content-item .news-list {
    border: none; 
}
.tabs-content .content-item.active {
    display: block;
}
.news-list {
    margin-top: 1rem;
    padding: 1.5rem 1rem;
    border-top: 1px solid #E7E6EB;min-height:180px;
}
.news-list>.row {
    margin: 0;
}
.news-list .card {
    position: relative;
    width: 100%;
    display: block;
    padding: .8rem;
}
.card-image {
    overflow: hidden;
}
.card-image img{
border:2px solid #ddd;
max-height:260px;
}
.news-list .card:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.transition-card .card-image>img:hover,
.news-box .card-image>img:hover{
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.news-list .card-title {
    color: #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list .card-title {
    font-size: 1.125rem;
    color: #505050;
}
.news-list .card-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #858586;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .card-text p {
    margin: 0;
}
.news-list .view,
.news-list .card-foot .view {
    width: 1.6rem;
}
.news-list .card-foot{
    width: 100%;
    overflow: hidden;
}
.news-list .card-foot span {
    font-size: 0.8125rem;
    color: #AAA9AE;
}
.more-box, .recruit-apply {
    width: 100%;
    text-align: center;
    padding: 2rem 0;
}
.more-btn, .apply-btn {
    display: inline-block;
    padding: .8rem 1.2rem;
    font-size: .875rem;
    border: 2px solid #E0E0E3;
    cursor: pointer;
    color: #555;
    transition: all .2s;
}
.more-btn:hover, .apply-btn:hover {
    background-color: #08a8e4;
    border-color: #08a8e4;
    color: #fff;
}
.apply-btn {
    padding: .5rem 1.5rem;
}

/*·ÖÒ³*/
.list-page {
    width: 100%;
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.list-page .pagination > li > a, .list-page .pagination > li > span {
    margin-right: .5rem;
    margin-bottom: .5rem;
    border-radius: 0;
    color: #000;
    font-size: .875rem;
}
.list-page .pagination > li.active > a {
    background-color: #565656;
    border: 1px solid #565656;
    color: #fff;
}
/*wechat*/
.wechat {
    position: fixed;
    left: 30px;
    top: 50%;
    z-index: 990;
    color: #555;
    opacity: 0.5;
    transform: rotate(90deg);
    cursor: pointer;
}.wechat:hover+.qr-code-image{
    display: block;
 }
.qr-code-image {
    display: none;
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    z-index: 990;
}
/*ÁªÏµÀÖÌìÌÃfun88*/
.company-info h4{
    font-size: 1.275rem;
    color: #666;
	font-family:Microsoft yahei;padding-bottom:6px;
	}
.company-info p {
    font-size: .875rem;
    color: #666;
	padding-bottom:6px;
}
.btn-contact,.btn-contact:focus {
    width: 100%;
    background-color: #434343;
    color: #fff;
    border-radius: 0;
    outline: 0;
}
.btn.btn-contact {
    color: #fff;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    border-radius: 0;
}
.map {
    width: 100%;
}
.recruit-item {
    width: 100%;
    margin-bottom: 1rem;
}
.recruit-title {
    padding: .8rem 1rem;
    background-color: #fff;
    cursor: pointer;
}
.recruit-title p {
    margin-bottom: 0;
}
.recruit-content {
    display: none;
    padding: 1rem;
    background-color: #f6f6f6;
    border: 1px solid #e0e0e0;
}
.recruit-content p {
    font-size: .875rem;
    color: #666;
}
/*²úÆ·ÏêÇé*/
.product-page1,
.product-page2,
.product-page3 {
    padding: 1rem 0 1rem 0;
	margin-top:2rem;
}
.product-page1, .product-page3 {
    background-color: #fff;
}
.page2-title h4{
font-family:microsoft yahei; padding:0px 0px 10px 0px; border-bottom:1px solid #ddd; margin-bottom:20px;color:#27499a; font-weight:bold;
}
.product-page2 {
    background-color: #f8f8f8;
    color: #414141;
}
.product-page1.page1-title{
font-family:microsoft yahei;
}
.product-image {
    width: 45rem;
    margin: 1.5rem auto 0;
}
.product-summary {
    width: 100%;
    padding: 0rem 12px 1rem 0px;
    font-size: .875rem;
    text-align:left;
	min-height:200px;
}
/*ÐÂÎÅÏêÇé*/
.new-detail {
    border: none; 
}
.new-title {
    padding: 0 1rem 10px 1rem;
    border-bottom: 1px dotted #c0c0c0;
    text-align: center;
}
.new-title h4{
	font-family:microsoft yahei;
	font-size:20px; margin:-20px 0px 0px 0px;
}
.new-title .fl,
.new-title .fr {
    width: 100%;padding:10px 0px;
}
.new-content {
    padding: 1.5rem .5rem;
}
.new-content p{
font-size:14px;
}
.control-label {
    font-weight: normal;
}
.text-item.active, .des-item.active, .photo-item.active {
    display: block;
}
.application-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    opacity: 1;
    transition: all .3s; font-family:microsoft yahei;
}
.application-info h5 {
    font-size: 1.2rem;font-family:microsoft yahei;
}
.application-hover h5 {
    font-size: 1.2rem;font-family:microsoft yahei;
}
.news-list .card:hover .application-hover {
    opacity: 1;
}
.news-list .card:hover .application-info {
    opacity: 0;
}
.news-list .card:hover .application-info {
    opacity: 0;
}
.application-hover {
    position: absolute;
    bottom: 1rem;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    text-align: center;
    color: #fff;
    padding: 1rem;
    min-height: 10rem;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    max-height: 80%;
    overflow: hidden;
    transition: all .3s;
}
.application-info>img,.application-hover>img {
    width: 5rem; height:3.8em;
}
.application-hover p {
    font-size: .8rem;
}
.child-banner .banner-image {
    position: absolute;
    width: auto;
    height: 84%;
    left: 50%;
    margin-left: -20rem;
    top: 50%;
    margin-top: -10rem;
}
.params {
    padding:  0 2rem;
}
.adaption-image>img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    margin-left: -50%;
}
.adaption-vertical>img {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
}
#fp-nav:before,
#fp-nav::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -.5px;
    border-left: 1px dashed #b2b2b2;
}
#fp-nav ul li, .fp-slidesNav ul li {
    position: relative;
    height: 14px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #b2b2b2;
    margin: -4px 0 0 -4px;
    transition: all .2s;
}
#fp-nav ul li a.active,
#fp-nav ul li:hover a {
    border: 1px solid #08a8e4;
    border-radius: 50%;
    transition: all .2s;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span {
    height: 8px;
    width: 8px;
    margin: -4px 0 0 -4px;
    background-color: #08a8e4;
    transition: all .2s;
    color: #08a8e4;
}
#fp-nav ul li a:nth-child(2) {
    align-items: center;
    position: absolute;
    min-width: 100px;
    width: auto;
    height: auto;
    right: 15px;
    top: -7px;
    border-radius: 5px;
    display: flex;
    text-align: right;
    padding: 2px 5px;
    justify-content: center;
    border: none;
    color: #aaa;
}
#fp-nav ul li a:nth-child(2) span,
#fp-nav ul li:hover a:nth-child(2) span{
    height: 100%;
    width: 100%;
    display: inline-block;
    position: static;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    vertical-align: middle;
}
.text_center { text-align: center; margin:0px auto;}
.x_page a,.x_page span {
        display: inline-block; 
        font-size: 15px;
        color:#fff;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:0 4px 30px auto;
        background: #ccc;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .x_page a:hover,.x_page span.current {
        background: #ff9d00;
        color:#fff;
    }
.x_about{ width:100%; min-height:240px;}
.x_about p{ margin-bottom:16px; font-size:16px; line-height:26px;}
.x_newsbanner{width:100%; border-bottom:6px solid #ddd; overflow:hidden;}<!--ºÄÊ±1759892840.4831Ãë-->