@charset "utf-8";
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
    transition: all .3s;
}

.header .headerTop{
    padding: 13px 0 14px;
    background: #eeeeee;
}
.header .headerTop .logo_box a{
    display: block;
    line-height: 0;
}
.header .headerTop .headerInfo{
    float: right;
}
.header .headerTop .headerInfo li{
    float: left;
    padding-left: 50px;
    margin-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
}
.header .headerTop .headerInfo li.headerEmail{
    background-image: url("../images/headeremail.png");
}
.header .headerTop .headerInfo li.headerTel{
    background-image: url("../images/headertel.png");
}
.header .headerTop .headerInfo li span,
.header .headerTop .headerInfo li a{
    display: block;
    font-size: 16px;
    color: #111111;
}
.header .headerTop .headerInfo li a:hover{
    color: #369c5b;
    text-decoration: underline;
}
.header .headerTop .headerInfo .language a{
    display: inline-block;
    line-height: 0;
    padding: 8px 0;
    float: left;
    margin-left: 10px;
}

.header .headerBot{
    background: #041332;
}
.headerNavBox{
    position: relative;
    padding-right: 110px;
}
.headerNavBox .nav{
    float: left;
}
.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    margin-right: 50px;
    transition: all .3s;
}
.headerNavBox .nav_list > li:last-child{
    margin-right: 0;
}
.headerNavBox .nav_list > li > a {
    display: block;
    padding: 0 15px;
    position: relative;
}
.headerNavBox .nav_list > li > a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #041332;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 21px 0;
    line-height: 1;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #369c5b;
    transition: all .3s;
}
.header .nav_list > li.active > a:before,
.header .nav_list > li.on > a:before{
    background: #369c5b;
    transition: all .3s;
}
.nav_list > li > a > i {
    position: absolute;
    width: 24px;
    height: 60px;
    background: url("../images/nav_li_icon.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 140px;
    display: none;
    z-index: 1;
    background: #f0f0f0;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 32px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #1e1e1e;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #369c5b;
    color: #ffffff;
}

.header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 10px;
    width: 25px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #ffffff;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 25px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.header_search_box img {
    position: absolute;
    top: 10px;
    right: 5px;
}
.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}
.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open{
    opacity: 0;
}
.search_form {
    position: absolute;
    top: 0;
    right: 25px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header_search_box.active .search_form{
    width: 220px;
    z-index: 9;
    transition: all .3s;
}
.search_form .info{
    width: 100%;
    padding-right: 45px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    font-size: 14px;
    color: #333333;
}
.search_form input[type="text"]::-webkit-input-placeholder{
    color: #333333;
}
.search_form input.btn_search {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}


.m_header {
    display: none;
}

.footer_box{
    overflow: hidden;
    background: #eeeeee;
}
.footer_box .fast_navigation{
    overflow: hidden;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
}
.footer_box .fast_navigation .itemBox .item{
    float: left;
    padding-right: 20px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(1){
    width: 260px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(2){
    width: 285px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(3){
    width: 350px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(4){
    width: 305px;
    padding-right: 0;
    padding-left: 80px;
}
.footer_box .fast_navigation h3{
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    padding: 55px 0 35px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left 3px;
}
.footer_box .fast_navigation li.footerTel{
    padding-left: 25px;
    background-image: url('../images/footertel.png');
}
.footer_box .fast_navigation li.footerEmail{
    padding-left: 25px;
    background-image: url('../images/footeremail.png');
}
.footer_box .fast_navigation li.footerAddress{
    padding-left: 25px;
    background-image: url('../images/footeraddress.png');
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #222222;
    line-height: 1.6;
}
.footer_box .fast_navigation li a:hover{
    text-decoration: underline;
}

.footer_box .footerForm .text{
    margin-bottom: 15px;
}
.footer_box .footerForm .text p{
    line-height: 1.4;
    font-size: 14px;
}
.footer_box .footerForm .info{
    position: relative;
    margin-bottom: 10px;
}
.footer_box .footerForm .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 36px;
    color: #8a8a8a;
    font-size: 14px;
}
.footer_box .footerForm .tips{
    position: absolute;
    top: 0;
    right: 10px;
    color: #ff0000;
    font-size: 12px;
    line-height: 36px;
}
.footer_box .footerForm .imgVerifyCode .tips{
    top: 30px;
}
.footer_box .footerForm input[type="text"]{
    width: 100%;
    background: transparent;
    padding: 0 10px;
    height: 36px;
    border: 1px solid #7d7d7d;
    color: #8a8a8a;
    font-size: 14px;
}
.footer_box .footerForm textarea{
    width: 100%;
    background: transparent;
    height: 60px;
    resize: none;
    border: 1px solid #7d7d7d;
    padding: 10px;
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
}
.footer_box .footerForm input[type="submit"]{
    width: 165px;
    height: 38px;
    margin-top: 15px;
    border: 0;
    font-size: 16px;
    color: #222222;
    cursor: pointer;
    background: #2b9b55;
    transition: all .3s;
}
.footer_box .footerForm input[type="submit"]:hover{
    color: #ffffff;
    transition: all .3s;
}

.footer_box .footer_shape span{
    display: inline-block;
    float: left;
    line-height: 32px;
    font-size: 20px;
    color: #222222;
}
.footer_box .footer_shape a{
    display: inline-block;
    line-height: 0;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer_box .footer_shape a:hover{
    background: #ffffff;
}
.footer_box .footer_copyright{
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0;
    background: #041332;
    text-align: center;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #ffffff;
    font-size: 16px;
}
.footer_box .footer_copyright p a.site_map{
    margin-right: 10px;
}
.footer_box .footer_copyright p span{
    display: inline-block;
    margin: 0 10px;
}
.footer_box .footer_copyright a:hover{
    color: #ffffff;
    text-decoration: underline;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next{
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-color: transparent;
    background-image: url("../images/skin.png");
    background-repeat: no-repeat;
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots li{
    width: 30px;
    height: 5px;
    background: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.banner_slick .slick-dots li.slick-active{
    width: 80px;
    background: #2b9b55;
}


.indexBox1 .title h2{
    text-align: center;
    padding: 55px 0 85px;
    font-size: 34px;
    color: #2b2b2b;
}
.indexBox1 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexBox1 .item{
    width: 48.5%;
    background: #e8f3de;
    padding-left: 40px;
    padding-bottom: 40px;
    position: relative;
}
.indexBox1 .item:nth-of-type(2){
    background: #f6e2c3;
}
.indexBox1 .item .bt{
    position: relative;
    top: -21px;
    overflow: hidden;
}
.indexBox1 .item .bt .img{
    width: 144px;
    float: left;
    line-height: 0;
}
.indexBox1 .item .bt h3{
    margin-left: 116px;
    padding-top: 44px;
    padding-left: 30px;
    font-size: 30px;
    color: #3a3a3a;
    font-weight: 700;
}
.indexBox1 .item ul li{
    padding-left: 30px;
    font-size: 18px;
    color: #2f2f2f;
    line-height: 2;
    background: url("../images/indexwhatico.png") no-repeat left 5px;
}
.indexBox1 .item .link{
    padding-top: 40px;
}
.indexBox1 .item .link a{
    display: inline-block;
    width: 50%;
    float: left;
}
.indexBox1 .item a{
    font-size: 16px;
    color: #2b9b55;
    line-height: 2;
    font-weight: 700;
}
.indexBox1 .item:nth-of-type(2) a{
    color: #f49200;
}
.indexBox1 .item a:hover{
 
}

.indexBox2 .title{
    text-align: center;
    padding: 55px 0 40px;
}
.indexBox2 .title h2{
    font-size: 34px;
    color: #2b2b2b;
    padding-bottom: 30px;
}
.indexBox2 .title p{
    font-size: 16px;
    color: #2b2b2b;
    line-height: 1.6;
}
.indexBox2 .itemBox{
    overflow: hidden;
}
.indexBox2 .item{
    width: 16.66666%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.indexBox2 .item .img{
    line-height: 0;
    width: 118px;
    position: relative;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.indexBox2 .item .img img.hide{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.indexBox2 .item .img:hover{
    background: #2b9b55;
}
.indexBox2 .item .img:hover img{
    opacity: 0;
}
.indexBox2 .item .img:hover img.hide{
    opacity: 1;
}
.indexBox2 .item .text{
    margin-top: 20px;
}
.indexBox2 .item .text p{
    font-size: 18px;
    color: #2b2b2b;
}
.indexBox2 .a{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.indexBox2 .a a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    width: 250px;
    height: 55px;
    line-height: 51px;
    background: #2b9b55;
    border: 2px solid #2b9b55;
}
.indexBox2 .a a:hover{
    background: #ffffff;
    color: #2b9b55;
}

.indexBox3{
    background: #f0f0f0;
}
.indexBox3 .title{
    padding: 60px 0;
}
.indexBox3 .title h2{
    width: 335px;
    float: left;
    font-size: 34px;
}
.indexBox3 .title .text{
    margin-left: 335px;
}
.indexBox3 .title .text p{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.6;
}
.indexBox3 .title .text a{
    display: inline-block;
    line-height: 2;
    margin-top: 15px;
    font-size: 16px;
    color: #2b9b55;
}
.indexBox3 .title .text a:hover{
    padding: 0 15px;
    background: #ffffff;
    font-style: normal;
}
.indexBox3 .img{
    line-height: 0;
    text-align: center;
}

.indexBox4{
    margin-bottom: 80px;
}
.indexBox4 .title h2{
    text-align: center;
    font-size: 34px;
    padding: 50px 0;
}
.indexBox4 .event{
    width: 258px;
    height: 396px;
    float: left;
    text-align: center;
    padding: 80px 20px 0;
    position: relative;
    background: url("../images/indexeventbj.jpg");
}
.indexBox4 .event a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.indexBox4 .event .img{
    line-height: 0;
}
.indexBox4 .event .t{
    margin-top: 25px;
}
.indexBox4 .event .t p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}
.indexBox4 .itemBox{
    margin-left: 258px;
    padding-left: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexBox4 .item{
    width: 29.3%;
}
.indexBox4 .item .time{
    font-size: 14px;
    color: #4d4d4d;
    padding-bottom: 15px;
}
.indexBox4 .item .time span{
    font-size: 24px;
    color: #4d4d4d;
    display: inline-block;
    padding-right: 10px;
}
.indexBox4 .item .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}
.indexBox4 .item .img img{
    width: 100%;
}
.indexBox4 .item .text h3 a{
    display: block;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indexBox4 .item .text p{
    height: 96px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.indexBox4 .item .a a{
    display: inline-block;
    margin-top: 17px;
    height: 38px;
    line-height: 38px;
    width: 90px;
    font-size: 14px;
    color: #4d4d4d;
    position: relative;
    transition: all .3s;
}
.indexBox4 .item .a a:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 90px;
    height: 2px;
    background: url("../images/indexnewsico2.png") no-repeat center center;
    z-index: -1;
    transition: all .3s;
}
.indexBox4 .item .a a:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 7px;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url("../images/indexnewsico1.png") no-repeat center center;
    transition: all .3s;
}
.indexBox4 .item .a a:hover:before{
    height: 100%;
    background-repeat: repeat-y;
    transition: all .3s;
}
.indexBox4 .item .a a:hover:after{
    opacity: 0;
    transition: all .3s;
}
.indexBox4 .item .a a:hover{
    padding-left: 12px;
    color: #ffffff;
    transition: all .3s;
}


.contactBanner{
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
.contactBanner h1{
    position: absolute;
    text-align: center;
    top: 70px;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 34px;
}

.contactBox1 .title{
    padding: 55px 0 50px;
}
.contactBox1 .title h2{
    text-align: center;
    font-size: 34px;
    padding-bottom: 20px;
    position: relative;
}
.contactBox1 .title h2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 3px;
    background: #2b9b55;
}
.contactBox1 .conBox{
    overflow: hidden;
}
.contactBox1 .contactInfo{
    width: 50%;
    float: left;
    padding-right: 60px;
}
.contactBox1 .contactInfo .bt h3{
    padding-left: 210px;
    padding-top: 28px;
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 700;
    background: url("../images/contactlogo.png") no-repeat left bottom;
}
.contactBox1 .contactInfo .textBox{
    padding-right: 60px;
    margin-top: 25px;
}
.contactBox1 .contactInfo .text h3{
    font-size: 24px;
    color: #3a3a3a;
    font-weight: 700;
    padding-bottom: 15px;
}
.contactBox1 .contactInfo .text p{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.5;
}
.contactBox1 .contactInfo .t{
    padding-top: 20px;
    overflow: hidden;
}
.contactBox1 .contactInfo .t h4{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 5px;
}
.contactBox1 .contactInfo .t p span{
    display: inline-block;
    float: left;
    color: #000000;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 15px;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: left 7px;
}
.contactBox1 .contactInfo .t p span.sp1{
    background-image: url("../images/contactico1.png");
}
.contactBox1 .contactInfo .t p span.sp2{
    background-image: url("../images/contactico2.png");
}
.contactBox1 .contactInfo #googleMap{
    margin-top: 30px;
    width: 100%;
    height: 185px;
}
.contactBox1 .contactForm{
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-right: 120px;
}
.contactBox1 .contactForm h3{
    padding-top: 28px;
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 700;
}
.contactBox1 .contactForm .info{
    margin-top: 25px;
    position: relative;
}
.contactBox1 .contactForm .label_control{
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 50px;
    color: #878787;
    font-size: 16px;
}
.contactBox1 .contactForm .tips{
    position: absolute;
    content: '';
    top: 0;
    right: 10px;
    line-height: 50px;
    color: #ff0000;
}
.contactBox1 .contactForm input[type="text"]{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
}
.contactBox1 .contactForm textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    resize: none;
    padding: 10px;
}
.contactBox1 .contactForm input[type="submit"]{
    width: 200px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    background: #2b9b55;
    border: 2px solid #2b9b55;
}
.contactBox1 .contactForm input[type="submit"]:hover{
    background: #ffffff;
    color: #2b9b55;
}
.contactBox1 .contactForm .contactShape{
    overflow: hidden;
    margin-top: 40px;
}
.contactBox1 .contactForm .contactShape a{
    display: inline-block;
    float: left;
    margin-right: 25px;
}


.contactBox2{
    padding: 75px 0 50px;
}
.contactBox2 .itemBox{
    display: flex;
    justify-content: space-between;
}
.contactBox2 .item{
    width: 23.5%;
    float: left;
    padding: 25px 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.contactBox2 .item .img{
    text-align: center;
    line-height: 0;
    margin-bottom: 25px;
}
.contactBox2 .item span{
    font-size: 22px;
    color: #1f1f1f;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
}
.contactBox2 .item li{
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #0f0f0f;
    background-repeat: no-repeat;
    background-position: left 3px;
}
.contactBox2 .item li a{
    display: inline-block;
    font-size: 16px;
    color: #0f0f0f;
}
.contactBox2 .item li a:hover{
    color: #2b9b55;
    text-decoration: underline;
}
.contactBox2 .item li.contactTel{
    background-image: url("../images/contacttel.png");
}
.contactBox2 .item li.contactEmail{
    background-image: url("../images/contactemail.png");
}

.pcbBanner{
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pcbBanner h1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -60px;
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    line-height: 60px;
    background: url("../images/pcbbtbj.png") no-repeat center center;
}
.pcbBanner h1 span{
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}

.pcbBox1{
    overflow: hidden;
    padding: 60px 0 45px;
}
.pcbBox1 .text{
    width: 50%;
    float: left;
}
.pcbBox1 .text h2{
    font-size: 34px;
    padding-bottom: 20px;
}
.pcbBox1 .text p{
    font-size: 16px;
    color: #202020;
    line-height: 1.5;
}
.pcbBox1 .text ul{
    margin-top: 25px;
}
.pcbBox1 .text ul li{
    font-size: 18px;
    color: #202020;
    padding-left: 20px;
    padding-bottom: 10px;
    background: url("../images/contactico1.png") no-repeat left 6px;
}

.pcbBox1 .imgBox{
    width: 50%;
    padding-top: 15px;
    padding-left: 12px;
    padding-bottom: 35px;
    line-height: 0;
    float: left;
    text-align: center;
}
.pcbBox1 .imgBox .slick-prev{
    bottom: 0;
    top: auto;
    margin-top: auto;
    left: 45%;
    width: 20px;
    height: 24px;
    background: url("../images/pcbaimgprev.png") no-repeat center center;
}
.pcbBox1 .imgBox .slick-next{
    bottom: 0;
    top: auto;
    margin-top: auto;
    right: 45%;
    width: 20px;
    height: 24px;
    background: url("../images/pcbaimgnext.png") no-repeat center center;
}
.pcbBox1 .imgBox img{
    clear: both;
    display: block;
    margin: auto;
}

.pcbBox2{
    background: #eeeeee;
}
.pcbBox2 .title h2{
    padding: 60px 0 50px;
    text-align: center;
    font-size: 34px;
    color: #202020;
}
.pcbBox2 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pcbBox2 .item{
    width: 20%;
    height: 270px;
    text-align: center;
    background: transparent;
    padding: 40px 10px 0;
    transition: all .3s;
}
.pcbBox2 .item:hover{
    background: #2b9b55;
    transition: all .3s;
}
.pcbBox2 .item .img{
    position: relative;
    height: 70px;
    line-height: 0;
}
.pcbBox2 .item .img img.hide{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .3s;
}
.pcbBox2 .item:hover .img img{
    opacity: 0;
    transition: all .3s;
}
.pcbBox2 .item:hover .img img.hide{
    opacity: 1;
    transition: all .3s;
}
.pcbBox2 .item .text{
    padding: 10px 0 15px;
}
.pcbBox2 .item .text h3{
    font-size: 18px;
    color: #202020;
    line-height: 1.3;
    transition: all .3s;
}
.pcbBox2 .item:hover .text h3{
    height: 0;
    overflow: hidden;
    transition: all .3s;
}
.pcbBox2 .item .text p{
    opacity: 0;
    color: #ffffff;
    line-height: 1.6;
    transition: all .3s;
}
.pcbBox2 .item:hover .text p{
    opacity: 1;
    transition: all .3s;
}

.pcbBox3 .item{
    width: 50%;
    float: left;
    padding-right: 10px;
}
.pcbBox3 .item:nth-of-type(2){
    padding-right: 0;
    padding-left: 10px;
}
.pcbBox3 .item h2{
    padding: 60px 0 45px;
    font-size: 34px;
}
.pcbBox3 .item table tr{
    background: #eeeeee;
}
.pcbBox3 .item table tr:nth-of-type(2n){
    background: #ffffff;
}
.pcbBox3 .item table td{
    padding: 10px;
    font-size: 16px;
    color: #5b5b5b;
    border: 1px solid #dcdcdc;
}
.pcbBox3 .item table tr:nth-of-type(1) td,
.pcbBox3 .item:nth-of-type(1) table tr td:nth-of-type(1){
    font-size: 18px;
    color: #202020;
}

.pcbBox4 .title h2{
    text-align: center;
    padding: 75px 0 45px;
    font-size: 34px;
}
.pcbBox4 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pcbBox4 .item{
    margin-bottom: 20px;
    width: 23.3%;
}
.pcbBox4 .item .img{
    line-height: 0;
    text-align: center;
}
.pcbBox4 .item .text{
    margin-top: 10px;
}
.pcbBox4 .item .text p{
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    color: #202020;
}
.pcbBox4 .item .text span{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: inline-block;
    background: #2b9b55;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.capabilitiesRelatedProducts .title h2{
    text-align: center;
    padding: 60px 0 30px;
    font-size: 34px;
}
.capabilitiesRelatedProducts .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.capabilitiesRelatedProducts .item{
    margin-bottom: 20px;
    width: 23.3%;
}
.capabilitiesRelatedProducts .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.capabilitiesRelatedProducts .item .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.capabilitiesRelatedProducts .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.capabilitiesRelatedProducts .item .text{
    margin-top: 10px;
}
.capabilitiesRelatedProducts .item .text a{
    display: block;
    font-size: 18px;
    color: #202020;
}

.pcbaBanner{
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pcbaBanner h1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -56px;
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    line-height: 113px;
    background: url("../images/pcbbtbj.png") no-repeat center center;
}

.pcbaBox1{
    overflow: hidden;
    padding: 60px 0 45px;
}
.pcbaBox1 .text{
    width: 50%;
    float: left;
    padding-right: 50px;
}
.pcbaBox1 .text h2{
    font-size: 34px;
    padding-bottom: 20px;
}
.pcbaBox1 .text p{
    font-size: 18px;
    color: #202020;
    line-height: 2.5;
}
.pcbaBox1 .text ul{
    margin-top: 25px;
}
.capabilitiesRelatedProducts .item .img a {
    display: flex;
    width: 100%;
    height: 186px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.pcbaBox1 .text ul li{
    font-size: 18px;
    color: #202020;
    padding-left: 20px;
    padding-bottom: 10px;
    background: url("../images/contactico1.png") no-repeat left 6px;
}
.pcbaBox1 .imgBox{
    width: 50%;
    padding-top: 15px;
    padding-left: 12px;
    padding-bottom: 35px;
    line-height: 0;
    float: left;
    text-align: center;
}
.pcbaBox1 .imgBox .slick-prev{
    bottom: 0;
    top: auto;
    margin-top: auto;
    left: 45%;
    width: 20px;
    height: 24px;
    background: url("../images/pcbaimgprev.png") no-repeat center center;
}
.pcbaBox1 .imgBox .slick-next{
    bottom: 0;
    top: auto;
    margin-top: auto;
    right: 45%;
    width: 20px;
    height: 24px;
    background: url("../images/pcbaimgnext.png") no-repeat center center;
}
.pcbaBox1 .imgBox img{
    clear: both;
    display: block;
    margin: auto;
}

.pcbaBox2{
    background: #eeeeee;
}
.pcbaBox2 .title h2{
    padding: 60px 0 50px;
    text-align: center;
    font-size: 34px;
    color: #202020;
}
.pcbaBox2 .itemBox{
    overflow: hidden;
}
.pcbaBox2 .item{
    width: 50%;
    float: left;
    padding-right: 50px;
}
.pcbaBox2 .item:nth-of-type(2){
    padding-left: 130px;
}
.pcbaBox2 .item .text{
    margin-bottom: 30px;
    padding-left: 64px;
    min-height: 50px;
    padding-top: 7px;
    position: relative;
}
.pcbaBox2 .item .text span{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    color: #1c893d;
    border: 2px solid #2b9b55;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pcbaBox2 .item .text p{
    font-size: 18px;
    color: #202020;
}

.pcbaBox3{
    overflow: hidden;
    margin-bottom: 50px;
}
.pcbaBox3 h2{
    padding: 60px 0 45px;
    font-size: 34px;
}
.pcbaBox3 table tr{
    background: #ffffff;
}
.pcbaBox3 table td{
    padding: 10px;
    font-size: 16px;
    color: #5b5b5b;
    border: 1px solid #dcdcdc;
}
.pcbaBox3 table tr:nth-of-type(1) td:nth-of-type(1),
.pcbaBox3 table tr:nth-of-type(2) td:nth-of-type(1),
.pcbaBox3 table tr:nth-of-type(3) td:nth-of-type(1),
.pcbaBox3 table tr:nth-of-type(5) td:nth-of-type(1),
.pcbaBox3 table tr:nth-of-type(6) td:nth-of-type(1),
.pcbaBox3 table tr:nth-of-type(9) td:nth-of-type(1){
    font-size: 18px;
    color: #202020;
    background: #eeeeee;
}

.pcbaBox4{
    overflow: hidden;
    background: #eeeeee;
    padding-bottom: 30px;
}
.pcbaBox4 .title h2{
    text-align: center;
    padding: 45px 0;
    font-size: 34px;
}
.pcbaBox4 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pcbaBox4 .item{
    margin-bottom: 20px;
    width: 23.3%;
}
.pcbaBox4 .item .img{
    line-height: 0;
    text-align: center;
}
.pcbaBox4 .item .text{
    margin-top: 10px;
}
.pcbaBox4 .item .text p{
    font-size: 18px;
    color: #202020;
}

.pcbaBox5 .title h2{
    text-align: center;
    padding: 55px 0 65px;
    font-size: 34px;
}
.pcbaBox5 .itemBox{
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px;
}
.pcbaBox5 .item{
    margin-bottom: 24px;
    width: 25%;
    padding: 0 10px;
    float: left;
    position: relative;
}
.pcbaBox5 .item .img{
    line-height: 0;
    text-align: center;
}
.pcbaBox5 .item .text{
    height: 60px;
    margin-top: 5px;
}
.pcbaBox5 .item .text p{
    padding-left: 30px;
    font-size: 18px;
    color: #202020;
    position: relative;
}
.pcbaBox5 .item .text p span{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #369c5b;
}


.companyConBon{
    margin: 35px 0 40px;
    display: inline-block;
    width: 100%;
}
.companyConBon .companyMenu{
    width: 200px;
    float: left;
    position: sticky;
    left: 0;
    top: 0;
}
.companyConBon .companyMenu span{
    line-height: 40px;
    padding-left: 10px;
    font-size: 18px;
    color: #ffffff;
    display: block;
    background: #2b9b55;
}
.companyConBon .companyMenu ul{
    background: #f5f5f5;
    padding: 0 10px;
}
.companyConBon .companyMenu ul li a{
    display: block;
    font-size: 16px;
    color: #585858;
    line-height: 38px;
    padding: 0 8px;
    border-bottom: 1px solid #bfbfbf;
}
.companyConBon .companyMenu ul li:last-child a{
    border-bottom: 0;
}
.companyConBon .companyMenu ul li.on a,
.companyConBon .companyMenu ul li a:hover{
    color: #2b9b55;
    border-bottom-color: #2b9b55;
}
.companyConBon .companyContent{
    margin-left: 200px;
    padding-left: 70px;
}

.aboutBox1 h1{
    font-size: 34px;
    color: #2b9b55;
    padding-bottom: 25px;
}
.aboutBox1 p{
    font-size: 16px;
    color: #0f0f0f;
    margin-bottom: 20px;
    line-height: 1.5;
}
.aboutBox1 span{
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 700;
    display: block;
}
.aboutBox2{
    margin-bottom: 35px;
}
.aboutBox2 .video_click:after{
    background: url("../images/aboutvideoclick.png") no-repeat center center;
}

.aboutBox3 .itemBox{
    display: flex;
    justify-content: space-between;
}
.aboutBox3 .item{
    width: 25%;
    background: #e8f3de;
    padding: 30px 10px;
    text-align: center;
}
.aboutBox3 .item:nth-of-type(2n){
    background: #f6e2c3;
}
.aboutBox3 .item span{
    display: block;
    font-size: 22px;
    padding: 15px 0;
}
.aboutBox3 .item p{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.5;
}

.aboutBox4 h2{
    padding: 40px 0 70px;
    font-size: 36px;
    color: #2b2b2b;
}
.aboutBox4 .conBox{
    padding-top: 65px;
    position: relative;
}
.aboutBox4 .img{
    line-height: 0;
    text-align: center;
}
.aboutBox4 .img img.hide{
    display: none;
}
.aboutBox4 .text{
    position: absolute;
}
.aboutBox4 .text:hover{
    z-index: 3;
}
.aboutBox4 .text .con{
    cursor: pointer;
}
.aboutBox4 .text span{
    display: block;
    font-size: 18px;
    color: #fefefe;
    line-height: 30px;
    text-align: center;
}
.aboutBox4 .text .con:hover span{
    text-align: left;
}
.aboutBox4 .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    padding-bottom: 10px;
    display: none;
}
.aboutBox4 .text.t1{
    width: 130px;
    height: 165px;
    top: 30px;
    left: 0;
    background: url("../images/aboutt1.png") no-repeat center center;
}
.aboutBox4 .text.t2{
    width: 203px;
    height: 200px;
    top: 0;
    left: 90px;
    background: url("../images/aboutt2.png") no-repeat center center;
}
.aboutBox4 .text.t3{
    width: 195px;
    height: 186px;
    top: 60px;
    left: 350px;
    background: url("../images/aboutt3.png") no-repeat center center;
}
.aboutBox4 .text.t4{
    width: 230px;
    height: 56px;
    top: 228px;
    left: 395px;
    background: url("../images/aboutt4.png") no-repeat center center;
}
.aboutBox4 .text.t5{
    width: 240px;
    height: 153px;
    top: 265px;
    left: 337px;
    background: url("../images/aboutt5.png") no-repeat center center;
}
.aboutBox4 .text.t1 .con{
    width: 130px;
    padding: 0 10px;
    background: #2b9b55;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.aboutBox4 .text.t2 .con{
    width: 160px;
    float: right;
    padding: 0 10px;
    background: #2b9b55;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.aboutBox4 .text.t3 .con{
    width: 160px;
    float: right;
    padding: 0 10px;
    background: #2b9b55;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.aboutBox4 .text.t4 .con{
    width: 140px;
    float: right;
    margin-top: 25px;
    padding: 0 10px;
    background: #2b9b55;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.aboutBox4 .text.t5 .con{
    width: 125px;
    float: right;
    margin-top: 37px;
    padding: 0 10px;
    background: #2b9b55;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.cultureBox1 h1{
    font-size: 34px;
    color: #2b9b55;
    padding-bottom: 25px;
}

.cultureBox2 .img{
    line-height: 0;
    text-align: center;
}
.cultureBox2 .text{
    padding: 40px 115px 60px;
    text-align: center;
}
.cultureBox2 .text p{
    font-size: 16px;
    color: #585858;
    line-height: 1.5;
}

.cultureBox3 .conBox{
    position: relative;
}
.cultureBox3 .img{
    line-height: 0;
    text-align: center;
}
.cultureBox3 .img img.hide{
    display: none;
}
.cultureBox3 .textBox{
    position: absolute;
    width: 165px;
    height: 195px;
    overflow: hidden;
}
.cultureBox3 .textBox.t1{
    top: 101px;
    left: 33px;
}
.cultureBox3 .textBox.t2{
    top: 202px;
    left: 208px;
}
.cultureBox3 .textBox.t3{
    top: 1px;
    left: 556px;
}
.cultureBox3 .textBox .textIco{
    text-align: center;
    padding-top: 48px;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    transition: all .3s;
}
.cultureBox3 .textBox:hover .textIco{
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: all .3s;
}
.cultureBox3 .textBox .textIco .tp{
    line-height: 0;
    margin-bottom: 12px;
}
.cultureBox3 .textBox .textIco span{
    font-size: 24px;
    color: #ffffff;
}
.cultureBox3 .textBox .text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: all .3s;
}
.cultureBox3 .textBox:hover .text{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    transition: all .3s;
}
.cultureBox3 .textBox .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}
.cultureBox3 .textBox.t1 .text{
    padding-top: 65px;
}
.cultureBox3 .textBox.t2 .text{
    padding-top: 40px;
}
.cultureBox3 .textBox.t3 .text{
    padding-top: 45px;
}

.cultureBox4{
    padding-top: 40px;
}

.cultureBox4 .item{
    overflow: hidden;
    margin-bottom: 17px;
}
.cultureBox4 .item .text{
    width: 46%;
    float: left;
    padding-top: 35px;
    padding-right: 95px;
}
.cultureBox4 .item .img{
    width: 54%;
    float: left;
    line-height: 0;
    text-align: center;
}
.cultureBox4 .item:nth-of-type(2) .text,
.cultureBox4 .item:nth-of-type(2) .img{
    float: right;
}
.cultureBox4 .item:nth-of-type(2) .text{
    padding-right: 0;
    padding-left: 45px;
}
.cultureBox4 .item .text h2{
    font-size: 24px;
    color: #2b9b55;
    padding-bottom: 20px;
}
.cultureBox4 .item .text p{
    font-size: 16px;
    color: #0e0e0e;
    line-height: 1.4;
}
.cultureBox4 .item .img img{
    width: 100%;
}

.whyBox1 h1{
    font-size: 34px;
    color: #2b9b55;
    padding-bottom: 25px;
}
.whyBox1 p{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.4;
}

.whyBox2 .item{
    padding-top: 20px;
}
.whyBox2 .item .bt{
    padding-left: 25px;
    margin-bottom: 10px;
    background: url("../images/whyico.png") no-repeat top left;
}
.whyBox2 .item .bt span{
    display: block;
    line-height: 20px;
    font-size: 16px;
}
.whyBox2 .item .text p{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.5;
}

.whyBox3{
    padding-top: 30px;
}
.whyBox3 .text p{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.5;
}
.whyBox3 .text a{
    display: inline-block;
    width: 175px;
    height: 35px;
    margin-top: 20px;
    line-height: 31px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background: #2b9b55;
    border: 2px solid #2b9b55;
}
.whyBox3 .text a:hover{
    background: #ffffff;
    color: #2b9b55;
}

.teamBox1 h1{
    font-size: 34px;
    color: #2b9b55;
    padding-bottom: 25px;
}
.teamBox1 p{
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.4;
}

.teamBox2 .bt{
    padding-top: 35px;
}
.teamBox2 .bt h2{
    font-size: 26px;
    color: #2b9b55;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.teamBox2 .bt h2:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 110px;
    height: 4px;
    background: #2b9b55;
}
.teamBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.teamBox2 .item{
    width: 20%;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: center;
}
.teamBox2 .item .img{
    line-height: 0;
}
.teamBox2 .item .text span{
    margin-top: 10px;
    display: block;
    font-size: 20px;
    color: #0f0f0f;
    padding-bottom: 5px;
}
.teamBox2 .item .text p{
    font-size: 18px;
    color: #505050;
}

.teamDetailBox1{
    background: #555f69;
    padding: 40px 30px;
    margin-bottom: 20px;
}
.teamDetailBox1 h1{
    font-size: 50px;
    color: #ffffff;
    padding-bottom: 25px;
}
.teamDetailBox1 h1 span{
    display: inline-block;
    margin-left: 20px;
    font-size: 26px;
}
.teamDetailBox1 p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
}

.teamDetailBox2{
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}
.teamDetailBox2 .img{
    width: 360px;
    float: right;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.teamDetailBox2 .text{flex: 1;
    padding-right: 20px;
    padding-top: 15px;
}
.teamDetailBox2 .text p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
}

.historyBox1 h1{
    font-size: 34px;
    color: #2b9b55;
    padding-bottom: 25px;
}

.historyBox2 .itemBox{
    position: relative;
}
.historyBox2 .itemBox:before{
    position: absolute;
    content: '';
    width: 4px;
    top: 0;
    bottom: 20px;
    left: 50%;
    margin-left: -2px;
    background: url("../images/historyline.png") repeat-y top center;
}
.historyBox2 .item{
    overflow: hidden;
}
.historyBox2 .item .conBox{
    width: 50%;
    float: right;
    padding-left: 60px;
    padding-right: 60px;
}
.historyBox2 .item:nth-of-type(2n) .conBox{
    float: left;
    padding-left: 145px;
    padding-right: 60px;
}
.historyBox2 .item .years{
    width: 80px;
    height: 93px;
    position: relative;
    left: -99px;
    background: url("../images/historyico2.png") no-repeat center center;
}
.historyBox2 .item:hover .years{
    background: url("../images/historyico1.png") no-repeat center center;
}
.historyBox2 .item:nth-of-type(2n) .years{
    left: auto;
    right: -280px;
}
.historyBox2 .item .years .t{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
}
.historyBox2 .item .years .t span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.historyBox2 .item .text{
    margin: 35px 0;
    position: relative;
}
.historyBox2 .item:nth-of-type(2n) .text{
    text-align: right;
}
.historyBox2 .item .text:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: -70px;
    border: 3px solid #959595;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historyBox2 .item:nth-of-type(2n) .text:before{
    left: auto;
    right: -70px;
}
.historyBox2 .item .text:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: -50px;
    top: 10px;
    background: #959595;
}
.historyBox2 .item:nth-of-type(2n) .text:after{
    left: auto;
    right: -50px;
}
.historyBox2 .item:hover .text:before{
    border-color: #2b9b55;
}
.historyBox2 .item:hover .text:after{
    background: #2b9b55;
}
.historyBox2 .item .text p{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.5;
}

.certificatesBox1 h1{
    font-size: 34px;
    color: #2b9b55;
    padding-bottom: 25px;
}

.certificatesBox2 .clickBtn{
    overflow: hidden;
    padding: 40px 0;
}
.certificatesBox2 .clickBtn a{
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #ffffff;
    background: #959595;
    position: relative;
    margin-right: 30px;
    text-align: center;
    transition: all .3s;
}
.certificatesBox2 .clickBtn a:last-child{
    margin-right: 0;
}
.certificatesBox2 .clickBtn a.on,
.certificatesBox2 .clickBtn a:hover{
    background: #2b9b55;
    transition: all .3s;
}
.certificatesBox2 .clickBtn a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
    width: 26px;
    height: 11px;
    opacity: 0;
    background: url("../images/certificatesico.png") no-repeat center center;
    transition: all .3s;
}
.certificatesBox2 .clickBtn a.on:before,
.certificatesBox2 .clickBtn a:hover:before{
    opacity: 1;
    transition: all .3s;
}
.certificatesBox2 .certificatesImgBox{
    height: 0;
    overflow: hidden;
    margin-top: 0;
}
.certificatesBox2 .certificatesImgBox.on{
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
}
.certificatesBox2 .certificatesImgBox .img{
    width: 190px;
    line-height: 0;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.certificatesBox2 .certificatesImgBox .img img{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

.partnerBox1 h1{
    font-size: 34px;
    color: #2b9b55;
    padding-bottom: 25px;
}

.partnerBox2 .item{
    overflow: hidden;
    padding: 13px 0;
    border-top: 1px dashed #dcdcdc;
}
.partnerBox2 .item:nth-of-type(1){
    padding-top: 0;
    border-top: 0;
}
.partnerBox2 .item .text{
    width: 170px;
    height: 46px;
    float: left;
    margin-top: 6px;
    text-align: center;
    background: #e8f3de;
}
.partnerBox2 .item:nth-of-type(2n) .text{
    background: #f6e2c3;
}
.partnerBox2 .item .text p{
    line-height: 46px;
    font-size: 16px;
}
.partnerBox2 .item .imgBox{
    overflow: hidden;
    margin-left: 170px;
    padding-left: 25px;
}
.partnerBox2 .item .img{
    line-height: 0;
    float: left;
    margin-left: 20px;
}


.companyTextBox{
    padding: 70px 0 50px;
    overflow: hidden;
    text-align: center;
    background: url("../images/companybj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.companyTextBox h2{
    font-size: 30px;
    color: #0f0f0f;
    padding-bottom: 25px;
}
.companyTextBox p{
    font-size: 16px;
    color: #141414;
    line-height: 1.5;
}
.companyTextBox a{
    display: inline-block;
    margin-top: 32px;
    width: 175px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #2b9b55;
    background: #2b9b55;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
.companyTextBox a:hover{
    background: #ffffff;
    color: #2b9b55;
}

.quoteBox{
    overflow: hidden;
    padding-bottom: 30px;
}
.quoteBox .quoteCon{
    width: 830px;
    float: left;
}
.quoteBox .listBox{
    margin-top: 10px;
    padding: 13px 20px;
    background: #f5f7fa;
    overflow: hidden;
}
.quoteBox .listBox .list{
    margin-bottom: 8px;
    overflow: hidden;
}
.quoteBox .listBox .list:last-child{
    margin-bottom: 0;
}
.quoteBox .listBox .listSearchRowTitle{
    float: left;
    width: 120px;
    font-size: 14px;
    line-height: 34px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 700;
}
.quoteBox .listBox .listInfo{
    margin-left: 120px;
}
.quoteBox .listBox .listInfo .a{
    float: left;
}
.quoteBox .listBox .listInfo .a select,
.quoteBox .listBox .listInfo .a a{
    display: inline-block;
    padding: 0 15px;
    height: 34px;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 2px solid #e5e5e5;
    background: #ffffff;
}
.quoteBox .listBox .listInfo .a a.on,
.quoteBox .listBox .listInfo .a a:hover{
    border-color: #2b9b55;
}
.quoteBox .listBox .listInfo .hdiBox{
    float: left;
    padding-left: 60px;
}
.quoteBox .listBox .listInfo .hdiBox .listSearchRowTitle{
    width: 60px;
}
.quoteBox .listBox .listInfo .hdiBox .listInfo{
    margin-left: 60px;
}
.quoteBox .listBox .listInfo .ThicknessBox{
    float: left;
    padding-left: 60px;
}
.quoteBox .listBox .listInfo .ThicknessBox .listSearchRowTitle{
    width: 100px;
}
.quoteBox .listBox .listInfo .ThicknessBox .listInfo{
    margin-left: 100px;
}
.quoteBox .listBox .listInfo .ThicknessBox .listInfo select{
    width: 170px;
}
.quoteBox .listBox .listInfo input{
    vertical-align: top;
    display: inline-block;
    width: 105px;
    height: 34px;
    font-size: 14px;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}
.quoteBox .listBox .listInfo span{
    vertical-align: top;
    display: inline-block;
    width: 45px;
    height: 34px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-left: 0;
    background: #ffffff;
}
.quoteBox .listBox .listInfo em{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 34px;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
    color: #000000;
    line-height: 34px;
    text-align: center;
}
.quoteBox .listBox .listInfo .FormingMethodBox{
    float: left;
    padding-left: 60px;
}
.quoteBox .listBox .listInfo .ParameterBox{
    float: left;
    padding-left: 60px;
}
.quoteBox .listBox .listInfo .ParameterBox .listSearchRowTitle{
    width: 105px;
}
.quoteBox .listBox .listInfo .ParameterBox .listInfo{
    margin-left: 105px;
}
.quoteBox .listBox .listInfo .CopperBox{
    float: left;
    padding-left: 15px;
}
.quoteBox .listBox .listInfo .CopperBox .listSearchRowTitle{
    width: 260px;
}
.quoteBox .listBox .listInfo .CopperBox .listInfo{
    margin-left: 260px;
}



.quoteBox .quoteForm{
    width: 350px;
    float: right;
    margin-top: 10px;
    padding: 0 25px 50px;
    background: #f5f7fa;
}
.quoteBox .quoteForm h2{
    font-size: 30px;
    color: #2b2b2b;
    padding: 35px 0 25px;
}
.quoteBox .quoteForm .hidden{
    display: none;
}
.quoteBox .quoteForm .info{
    position: relative;
    margin-bottom: 20px;
}
.quoteBox .quoteForm .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
}
.quoteBox .quoteForm input[type="text"]{
    width: 100%;
    height: 36px;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #a0a0a0;
}
.quoteBox .quoteForm textarea{
    width: 100%;
    height: 70px;
    resize: none;
    padding: 10px;
    background: transparent;
    border: 1px solid #a0a0a0;
}
.quoteBox .quoteForm input[type="submit"]{
    width: 165px;
    height: 38px;
    background: #2b9b55;
    border: 2px solid #2b9b55;
    font-size: 16px;
    color: #222222;
    cursor: pointer;
}
.quoteBox .quoteForm input[type="submit"]:hover{
    background: #ffffff;
    color: #2b9b55;
}




.footer_box .bdsharebuttonbox a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 20px !important;
    margin-left: 0 !important;
    zoom: 1;
    float: none !important;
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer_box .bdsharebuttonbox a.bds_qzone{
    background-image: url("../images/qq.png");
}
.footer_box .bdsharebuttonbox a.bds_weixin{
    background-image: url("../images/wechat.png");
}
.footer_box .bdsharebuttonbox a.bds_tsina{
    background-image: url("../images/weibo.png");
}

.sharethis_inline .bdsharebuttonbox{
    float: none;
    font-size: 0;
    line-height: 0;
}
.news_content_title .bdsharebuttonbox {
    float: none;
    font-size: 0;
    line-height: 0;
    margin-top: 10px;
}
.sharethis_inline .bdsharebuttonbox a,
.news_content_title .bdsharebuttonbox a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-right: 5px;
    zoom: 1;
    float: none !important;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #67696c;
    background-color: #9ea3a7;
    background-image: url("../images/follow-service.png") !important;
    background-repeat: no-repeat;
}
.sharethis_inline .bdsharebuttonbox a.bds_weixin,
.news_content_title .bdsharebuttonbox a.bds_weixin{
    background-position: -1px -1025px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_qzone,
.news_content_title .bdsharebuttonbox a.bds_qzone{
    background-position: -1px -706px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_tsina,
.news_content_title .bdsharebuttonbox a.bds_tsina{
    background-position: -1px -194px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_renren,
.news_content_title .bdsharebuttonbox a.bds_renren{
    background-position: -1px -769px !important;
}

.ss{
}
@media (max-width: 1620px){
}
@media (max-width: 1450px){

}
@media (max-width: 1220px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .pcbBanner h1,
    .pcbBox1 .text h2,
    .pcbBox2 .title h2,
    .pcbBox3 .item h2,
    .pcbBox4 .title h2,
    .capabilitiesRelatedProducts .title h2,
    .pcbaBox1 .text h2,
    .pcbaBox2 .title h2,
    .pcbaBox3 h2,
    .pcbaBox4 .title h2,
    .pcbaBox5 .title h2,
    .contactBanner h1,
    .contactBox1 .title h2,
    .aboutBox1 h1,
    .cultureBox1 h1,
    .whyBox1 h1,
    .teamBox1 h1,
    .historyBox1 h1,
    .certificatesBox1 h1,
    .teamDetailBox1 h1{
        font-size: 40px;
        line-height: 1.2;
    }
    .footer_box .fast_navigation li,
    .footer_box .fast_navigation p,
    .footer_box .fast_navigation li a,
    .indexBox1 .item ul li,
    .indexBox2 .item .text p,
    .pcbBox3 .item table tr:nth-of-type(1) td,
    .pcbBox3 .item:nth-of-type(1) table tr td:nth-of-type(1),
    .pcbBox4 .item .text p,
    .capabilitiesRelatedProducts .item .text a,
    .pcbaBox2 .item .text p,
    .pcbaBox3 table tr:nth-of-type(1) td:nth-of-type(1),
    .pcbaBox3 table tr:nth-of-type(2) td:nth-of-type(1),
    .pcbaBox3 table tr:nth-of-type(3) td:nth-of-type(1),
    .pcbaBox3 table tr:nth-of-type(5) td:nth-of-type(1),
    .pcbaBox3 table tr:nth-of-type(6) td:nth-of-type(1),
    .pcbaBox3 table tr:nth-of-type(9) td:nth-of-type(1),
    .pcbaBox4 .item .text p,
    .pcbaBox5 .item .text p,
    .pcbaBox5 .item .text p span,
    .teamBox2 .item .text p{
        font-size: 16px;
    }
    .headerNavBox .nav_list > li{
        margin-right: 30px;
    }

    .footer_box .fast_navigation .itemBox .item:nth-of-type(4){
        padding-left: 0;
    }
    .footer_box .fast_navigation h3{
        font-size: 18px;
        padding-bottom: 20px;
    }

    .indexBox1 .title h2{
        padding: 50px 0;
    }

    .indexBox2 .title h2{
        padding-bottom: 20px;
    }
    .indexBox2 .a a{
        width: 175px;
        height: 46px;
        line-height: 42px;
    }

    .indexBox3 .title h2{
        width: 265px;
    }
    .indexBox3 .title .text{
        margin-left: 265px;
    }

    .indexBox4{
        margin-bottom: 50px;
    }
    .indexBox4 .title h2{
        padding: 50px 0 30px;
    }
    .indexBox4 .itemBox{
        padding-left: 20px;
    }
    .indexBox4 .item{
        width: 32%;
    }
    .indexBox4 .item .time span{
        font-size: 24px;
    }

    .pcbBanner{
        height: 360px;
    }
    .pcbBanner h1{
        line-height: 2;
        margin-top: -40px;
    }

    .pcbBox1{
        padding: 50px 0;
    }

    .pcbBox2 .title h2{
        padding: 50px 0 30px;
    }
    .pcbBox2 .item{
        width: 24%;
    }

    .pcbBox3 .item h2{
        padding: 50px 0 30px;
    }

    .pcbBox4 .title h2{
        padding: 50px 0 30px;
    }
    .pcbBox4 .item,
    .capabilitiesRelatedProducts .item{
        width: 24%;
    }

    .pcbaBox1{
        padding: 50px 0;
    }

    .pcbaBox2 .title h2,
    .pcbaBox3 h2,
    .pcbaBox4 .title h2,
    .pcbaBox5 .title h2{
        padding: 50px 0 30px;
    }

    .contactBanner{
        height: 360px;
    }

    .contactBox1 .title{
        padding: 50px 0 30px;
    }
    .contactBox1 .title h2{
        padding-bottom: 20px;
    }

    .contactBox1 .contactInfo{
        padding-right: 20px;
    }
    .contactBox1 .contactInfo .textBox{
        padding-right: 0;
    }
    .contactBox1 .contactForm{
        padding-right: 50px;
    }

    .contactBox2{
        padding: 50px 0;
    }

    .quoteBox .quoteCon{
        width: 680px;
    }
    .quoteBox .listBox .listInfo{
        margin-left: 0 !important;
        width: 100%;
        float: left;
    }
    .quoteBox .listBox .listInfo .FormingMethodBox{
        padding-left: 0;
    }
    .quoteBox .listBox .listSearchRowTitle{
        width: 100%;
        margin: 0;
        line-height: 1.4;
    }
    .quoteBox .listBox .listInfo .ThicknessBox{
        width: 100%;
        float: left;
        padding-left: 0;
    }
    .quoteBox .listBox .listInfo .ThicknessBox .listInfo{
        margin-left: 0;
    }
    .quoteBox .listBox .listInfo .hdiBox{
        width: 100%;
        padding-left: 0;
    }
    .quoteBox .quoteForm{
        width: 302px;
        padding-bottom: 20px;
    }

    .companyConBon .companyContent{
        padding-left: 30px;
    }
    .aboutBox4 .text.t1{
        top: 0;
        left: 0;
    }
    .aboutBox4 .text.t2{
        top: -30px;
        left: 90px;
    }
    .aboutBox4 .text.t3{
        top: 30px;
        left: 280px;
    }
    .aboutBox4 .text.t4{
        top: 185px;
        left: 325px
    }
    .aboutBox4 .text.t5{
        top: 220px;
        left: 277px
    }

    .cultureBox2 .text{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }
    .cultureBox3 .textBox{
        width: 138px;
        height: 161px;
    }
    .cultureBox3 .textBox .textIco{
        padding-top: 30px;
    }
    .cultureBox3 .textBox .textIco span{
        font-size: 20px;
    }
    .cultureBox3 .textBox.t1{
        top: 83px;
        left: 23px;
    }
    .cultureBox3 .textBox.t2 {
        top: 167px;
        left: 166px;
    }
    .cultureBox3 .textBox.t3 {
        top: 1px;
        left: 456px;
    }
    .cultureBox3 .textBox .text p{
        font-size: 13px;
    }

    .cultureBox4 .item .text{
        padding-top: 20px;
        padding-right: 50px;
    }
    .cultureBox4 .item:nth-of-type(2) .text{
        padding-left: 30px;
    }
    .cultureBox4 .item .text h2{
        font-size: 20px;
        padding-bottom: 10px;
    }

    .teamBox2 .bt h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .teamBox2 .item .text span{
        font-size: 18px;
    }

    .historyBox2 .item:nth-of-type(2n) .conBox{
        padding-left: 61px;
    }

    .certificatesBox2 .clickBtn{
        padding-top: 0;
    }
    .certificatesBox2 .clickBtn a{
        font-size: 22px;
        height: 44px;
        line-height: 44px;
    }
    .certificatesBox2 .certificatesImgBox .img{
        width: 24%;
        margin-top: 20px;
    }
    .teamDetailBox1 h1{
        padding-bottom: 10px;
    }

    .teamDetailBox2 .img{
        width: 220px;
    }

}
@media (max-width: 992px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .pcbBanner h1,
    .pcbBox1 .text h2,
    .pcbBox2 .title h2,
    .pcbBox3 .item h2,
    .pcbBox4 .title h2,
    .capabilitiesRelatedProducts .title h2,
    .pcbaBox1 .text h2,
    .pcbaBox2 .title h2,
    .pcbaBox3 h2,
    .pcbaBox4 .title h2,
    .pcbaBox5 .title h2,
    .contactBanner h1,
    .contactBox1 .title h2,
    .aboutBox1 h1,
    .cultureBox1 h1,
    .whyBox1 h1,
    .teamBox1 h1,
    .historyBox1 h1,
    .certificatesBox1 h1 {
        font-size: 34px;
    }
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        padding-top: 8px;
    }

    /*移动端菜单按钮*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #2b9b55;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    .language{
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 0;
        padding: 18px 0;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        padding-left: 10px;
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .fast_navigation .itemBox .item{
        width: 50% !important;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(1),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(2){
        display: none;
    }

    .indexBox1 .item{
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 40px;
    }
    .indexBox1 .item .bt .img{
        width: 105px;
    }
    .indexBox1 .item .bt h3{
        font-size: 24px;
        padding-left: 0;
        padding-top: 55px;
    }
    .indexBox1 .item a{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: inline-block;
        margin-top: 15px;
    }

    .indexBox2 .title{
        padding: 10px 0 30px;
    }
    .indexBox2 .itemBox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .indexBox2 .item{
        width: 33.33%;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .indexBox2 .item .img{
        background: #2b9b55;
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .indexBox2 .item .img img{
        opacity: 0;
        width: 80px;
        height: 80px;
    }
    .indexBox2 .item .img img.hide{
        opacity: 1;
        top: 50%;
        margin-top: -40px;
        left: 50%;
        margin-left: -40px;
    }
    .indexBox2 .item .text{
        margin-top: 10px;
    }
    .indexBox2 .a{
        margin-top: 30px;
    }

    .indexBox3 .title{
        padding: 50px 0 30px;
        overflow: hidden;
    }
    .indexBox3 .title h2{
        width: 100%;
    }
    .indexBox3 .title .text{
        width: 100%;
        margin-left: 0;
        float: left;
        padding-top: 15px;
    }

    .indexBox4 .event{
        display: none;
    }
    .indexBox4 .itemBox{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .indexBox4 .item .time span{
        font-size: 20px;
    }


    .pcbBox1 .text ul li{
        padding-bottom: 2px;
    }
    .pcbBox1 .imgBox .slick-prev{
        left: 40%;
    }
    .pcbBox1 .imgBox .slick-next{
        right: 40%;
    }

    .pcbBox2 .item{
        height: auto;
        padding-top: 20px;
        background: #2b9b55;
    }
    .pcbBox2 .item .img img{
        opacity: 0;
        width: 70px;
    }
    .pcbBox2 .item .img img.hide{
        opacity: 1;
    }
    .pcbBox2 .item .text h3,
    .pcbBox2 .item:hover .text h3{
        font-size: 16px;
        height: auto;
        color: #ffffff;
        padding-bottom: 10px;
    }
    .pcbBox2 .item .text p{
        opacity: 1;
    }

    .pcbBox3 .item{
        width: 100%;
        padding: 0 !important;
    }

    .pcbaBox1 .text ul li{
        padding-bottom: 2px;
    }

    .pcbaBox1 .text{
        padding-right: 20px;
    }
    .pcbaBox1 .imgBox .slick-prev{
        left: 40%;
    }
    .pcbaBox1 .imgBox .slick-next{
        right: 40%;
    }

    .pcbaBox2 .item{
        width: 100%;
        padding: 0 !important;
    }
    .pcbaBox2 .item .text{
        margin-bottom: 20px;
    }
    .pcbaBox4 .item{
        width: 24%;
    }
    .pcbaBox5 .itemBox{
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .pcbaBox5 .item{
        padding: 0 5px;
    }
    .pcbaBox5 .item .text{
        height: auto;
    }


    .contactBox1 .contactInfo{
        width: 100%;
        padding-right: 0;
    }
    .contactBox1 .contactInfo .bt h3{
        padding-left: 0;
        padding-top: 60px;
        background-position: top left;
    }
    .contactBox1 .contactInfo .text h3{
        font-size: 20px;
    }
    .contactBox1 .contactInfo #googleMap{
        height: 300px;
    }
    .contactBox1 .contactForm{
        padding-right: 0;
        width: 100%;
        padding-left: 0;
    }
    .contactBox1 .contactForm h3{
        padding-bottom: 20px;
        font-size: 20px;
    }
    .contactBox1 .contactForm .info{
        margin-top: 10px;
    }
    .contactBox1 .contactForm .label_control,
    .contactBox1 .contactForm .tips{
        line-height: 40px;
    }
    .contactBox1 .contactForm .info .Verify_img{
        height: 32px !important;
    }
    .contactBox1 .contactForm input[type="text"]{
        height: 40px;
    }
    .contactBox1 .contactForm input[type="submit"]{
        width: 170px;
        height: 40px;
    }
    .contactBox1 .contactForm .contactShape{
        margin-top: 20px;
    }

    .contactBox2 .itemBox{
        flex-wrap: wrap;
    }
    .contactBox2 .item{
        width: 48%;
        margin-top: 20px;
    }

    .quoteBox .quoteCon{
        width: 100%;
    }
    .quoteBox .listBox{
        padding: 10px;
    }
    .quoteBox .listBox .listInfo .a select, .quoteBox .listBox .listInfo .a a{
        margin-right: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .quoteBox .listBox .listInfo input{
        width: 80px;
    }
    .quoteBox .listBox .listInfo em{
        width: 20px;
    }
    .quoteBox .quoteForm{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .quoteBox .quoteForm h2{
        font-size: 20px;
    }

    .companyConBon .companyMenu{
        display: none;
    }
    .companyConBon .companyContent{
        margin-left: 0;
        padding-left: 0;
    }

    .aboutBox1 h1{
        padding-bottom: 10px;
    }
    .aboutBox3 .item span{
        font-size: 20px;
        padding-top: 0;
    }
    .aboutBox4 h2{
        font-size: 30px;
    }
    .companyTextBox{
        padding: 50px 0;
    }
    .companyTextBox h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .companyTextBox a{
        margin-top: 20px;
    }

    .historyBox2 .item:nth-of-type(2n) .conBox{
        padding-left: 64px;
    }
}
@media (max-width: 767px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .pcbBanner h1,
    .pcbBox1 .text h2,
    .pcbBox2 .title h2,
    .pcbBox3 .item h2,
    .pcbBox4 .title h2,
    .capabilitiesRelatedProducts .title h2,
    .pcbaBox1 .text h2,
    .pcbaBox2 .title h2,
    .pcbaBox3 h2,
    .pcbaBox4 .title h2,
    .pcbaBox5 .title h2,
    .contactBanner h1,
    .contactBox1 .title h2,
    .aboutBox1 h1,
    .cultureBox1 h1,
    .whyBox1 h1,
    .teamBox1 h1,
    .historyBox1 h1,
    .certificatesBox1 h1{
        font-size: 30px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .indexBox1 .item{
        padding: 20px;
    }
    .indexBox1 .item .bt{
        top: 0;
        margin-bottom: 20px;
    }
    .indexBox1 .item .bt h3{
        margin-left: 125px;
        padding-top: 40px;
    }
    .indexBox1 .item ul li{
        line-height: 1.5;
        padding-top: 5px;
    }

    .pcbBanner{
        height: 300px;
    }
    .pcbBox1 .text{
        width: 100%;
    }
    .pcbBox1 .text h2{
        padding-bottom: 0;
    }
    .pcbBox1 .imgBox{
        width: 100%;
        padding-left: 0;
    }

    .pcbBox2 .item{
        width: 48%;
        margin-top: 15px;
    }

    .pcbBox4 .item, .capabilitiesRelatedProducts .item{
        width: 48%;
    }
    .pcbBox4 .item .img img{
        width: 100%;
    }

    .pcbaBox1 .text{
        width: 100%;
        padding-right: 0;
    }
    .pcbaBox1 .imgBox{
        width: 100%;
        padding-left: 0;
    }

    .pcbaBox4 .item{
        width: 48%;
    }
    .pcbaBox4 .item .img img{
        width: 100%;
    }

    .pcbaBox5 .itemBox{
        justify-content: space-between;
        margin: 0;
    }
    .pcbaBox5 .item{
        width: 48%;
        padding: 0;
    }
    .pcbaBox5 .item .img img{
        width: 100%;
    }

    .contactBanner{
        height: 300px;
    }

    .aboutBox3 .itemBox{
        flex-wrap: wrap;
    }
    .aboutBox3 .item{
        width: 50%;
    }
    .aboutBox3 .item:nth-of-type(3){
        background: #f6e2c3;
    }
    .aboutBox3 .item:nth-of-type(4){
        background: #e8f3de;
    }

    .aboutBox4 h2{
        padding-bottom: 30px;
    }
    .aboutBox4 .conBox{
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .aboutBox4 .img{
        display: none;
    }
    .aboutBox4 .text{
        position: initial;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 49% !important;
        height: auto !important;
        background: none !important;
        float: left;
        margin-bottom: 10px;
    }
    .aboutBox4 .text .con{
        width: 100% !important;
        margin: 0 !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }
    .aboutBox4 .text p{
        display: block !important;
    }
    .aboutBox4 .text .con:hover span{
        text-align: center;
    }

    .cultureBox3 .conBox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cultureBox3 .img{
        display: none;
    }
    .cultureBox3 .textBox{
        position: initial;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 33%;
        height: auto;
        background: #2b9b55;
    }
    .cultureBox3 .textBox .textIco span{
        font-size: 18px;
    }
    .cultureBox3 .textBox:hover .textIco {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    .cultureBox3 .textBox .text{
        position: initial;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
        padding-top: 15px !important;
        padding-bottom: 30px !important;
    }
    .capabilitiesRelatedProducts .item .img a{
        height: 130px;
    }
    .cultureBox4 .item .text{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cultureBox4 .item .img{
        width: 100%;
        padding-top: 20px;
    }

    .teamBox2 .bt h2{
        text-align: center;
    }
    .teamBox2 .bt h2:before{
        left: 50%;
        margin-left: -55px;
    }
    .teamBox2 .item{
        width: 33.33%;
        padding: 0 5px;
    }

    .historyBox2 .itemBox:before{
        display: none;
    }
    .historyBox2 .item{
        width: 100%;
    }
    .historyBox2 .item .conBox,
    .historyBox2 .item:nth-of-type(2n) .conBox{
        width: 100%;
        padding: 0;
    }
    .historyBox2 .item .years,
    .historyBox2 .item:nth-of-type(2n) .years{
        left: auto;
        right: auto;
        margin-top: 20px;
    }
    .historyBox2 .item .text:before,
    .historyBox2 .item .text:after{
        display: none;
    }
    .historyBox2 .item .text,
    .historyBox2 .item:nth-of-type(2n) .text{
        margin: 0;
        text-align: left;
    }

    .certificatesBox2 .certificatesImgBox.on{
        justify-content: center;
    }
    .certificatesBox2 .certificatesImgBox .img{
        width: 32%;
        margin: 15px 0.55%;
    }

    .teamDetailBox1{
        padding: 30px 10px;
    }
    .teamDetailBox1 h1{
        font-size: 30px;
    }
    .teamDetailBox1 h1 span{
        font-size: 20px;
        margin-left: 10px;
    }
    .teamDetailBox1 p{
        font-size: 16px;
    }
    .teamDetailBox2{
        display: block;
    }
    .teamDetailBox2 .img{
        width: 100%;
        margin-bottom: 20px;
    }
    .teamDetailBox2 .text{
        width: 100%;
        float: left;
        padding-top: 0;
        padding-right: 0;
    }
}
@media (max-width: 640px){
    .aboutBox4 .text{
        width: 100% !important;
    }

    .partnerBox2 .item .text{
        width: 100%;
        height: auto;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .partnerBox2 .item .text p{
        line-height: 40px;
    }
    .partnerBox2 .item .imgBox{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 540px){
    .footer_box .fast_navigation .itemBox{
        display: block;
    }
    .footer_box .fast_navigation .itemBox .item{
        width: 100% !important;
        padding-right: 0 !important;
    }
    .footer_box .fast_navigation .itemBox .item:last-child{
        padding-bottom: 40px;
    }
    .footer_box .fast_navigation .itemBox .item:last-child h3{
        padding-top: 20px;
    }

    .indexBox4 .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .indexBox4 .item .text h3 a{
        margin-bottom: 10px;
    }
    .indexBox4 .item .text p{
        height: auto;
    }

    .pcbBox2 .item{
        width: 100%;
    }

    .cultureBox3 .textBox{
        width: 100%;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cultureBox3 .textBox .textIco{
        padding-top: 15px;
    }
    .cultureBox3 .textBox .text{
        padding-bottom: 15px !important;
    }

    .certificatesBox2 .clickBtn a{
        margin-right: 10px;
        width: 135px;
    }
    .certificatesBox2 .certificatesImgBox .img{
        width: 48%;
        margin: 0 1%;
    }
}
@media (max-width: 480px){

    .indexBox2 .item{
        width: 50%;
    }

    .contactBox2 .item{
        width: 100%;
    }
    .teamBox2 .item{
        width: 50%;
    }
}