
.no_padding{
    padding: 0;
}
.header{
    position: relative;
    top: 0;
    z-index: 99;
}
.headerTop{
    background: url("../image/headerBj.jpg") no-repeat center center;
}
.headerTop .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerTop .text .t:first-child{
    padding-top: 6px;
}
.headerTop .text .t:last-child{
    padding-bottom: 6px;
}
.headerTop .text .t:first-child p{
    font-size: 14px;
    color: #3c3c3c;
    line-height: 36px;
}
.headerTop .text .t:last-child p{
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
}
.headerTop .text .t:last-child span{
    position: relative;
    padding-left: 16px;
    margin-left: 40px;
}
.headerTop .text .t:last-child span:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.headerContent .conBox{
    display: flex;
    justify-content: space-between;
}
.headerContent .logo{
    line-height: 0;
}

.navBox{
    display: flex;
    justify-content: space-between;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    float: left;
    text-align: center;
    margin-right: 25px;
}
.header .nav_list > li > a {
    display: flex;
    padding: 0 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.header .nav_list > li > a > span {
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    transition: all .5s;
}
.header .nav_list > li.active > a,
.header .nav_list > li.on > a{
    color: #244f8d;
    border-bottom-color: #244f8d;
}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 50px;
    background: url("../image/dropdown_menu.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: 160px;
    display: none;
    z-index: 1;
    background: #244f8d;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 38px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #244f8d;
}
.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #244f8d;
    min-width: 160px;
    padding: 5px 0;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #ffffff;
    color: #244f8d;
}

.headerSearch{
    position: relative;
}
.headerSearch a{
    margin: 16px 0;
    line-height: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #244f8d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchForm{
    position: absolute;
    right: 0;
    top: 100%;
    width: 240px;
    height: 42px;
    display: none;
}
.searchForm .info{
    position: relative;
    padding-right: 40px;
    background: #244f8d;
    overflow: hidden;
    border: 1px solid #dddddd;
}
.searchForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    padding: 0 10px;
    color: #ffffff;
}
.searchForm .info input[type="text"]::placeholder{
    color: #ffffff;
}
.searchForm .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    background: url("../image/headerSearch.png") no-repeat center center;
}


.m_header {
    display: none;
}

.footer_box{
    overflow: hidden;
    position: relative;
    background: #244f8d;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer_box .footerLogo{
    line-height: 0;
    text-align: center;
    background: url("../image/footerLine.png") repeat-x center center;
}
.footer_box .footerLogo .img{
    display: inline-block;
    line-height: 0;
    padding: 45px 135px;
    background: #244f8d;
}
.footerNavigation{
    padding-bottom: 40px;
}
.footerNavigation .itemBox{
    display: flex;
    justify-content: space-between;
}
.footerNavigation .item{
    max-width: 310px;
}
.footerNavigation .item h3{
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.footerNavigation .item li{
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
}
.footerNavigation .item li a:hover{
    text-decoration: underline;
}


.footer_box .footerCopyright{
    background: #000;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;
    background: url("../image/footerLine.png") repeat-x bottom center;
}
.footer_box .footerCopyright p{
    letter-spacing: 0;
    line-height: 1.8em;
    font-size: 16px;
    color: #ffffff;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: 5px;
    background-image: url("../image/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}

.banner_slick .slick-dots{
    bottom: 15px;
}
.banner_slick .slick-dots li{
    width: 12px;
    height: 12px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active{
    background: #084f9e;
}

.indexBox1 .title{
    text-align: center;
    padding: 60px 0 35px;
}
.indexBox1 .title h2{
    padding-bottom: 20px;
    font-size: 42px;
    font-weight: bold;
    color: #3c3c3c;
}
.indexBox1 .title p{
    font-size: 16px;
    color: #747474;
    line-height: 1.7;
}
.indexBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.indexBox1 .item{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 15px;
}
.indexBox1 .conBox{
    height: 100%;
    background: #f7f7f7;
    position: relative;
}
.indexBox1 .conBox a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.indexBox1 .conBox .img{
    line-height: 0;
    text-align: center;
}
.indexBox1 .conBox .text{
    margin: 0 15px;
    padding: 20px 15px;
    border-top: 1px solid #e4dfdf;
}
.indexBox1 .conBox .text h3{
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3c;
    padding-bottom: 10px;
}
.indexBox1 .conBox .text p{
    font-size: 14px;
    color: #686868;
    line-height: 1.6;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indexBox1 .conBox .poaBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}
.indexBox1 .conBox:hover .poaBox{
    opacity: 1;
    transition: all .3s;
}
.indexBox1 .conBox .poaBox .t{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,0.75);
}
.indexBox1 .conBox .poaBox .t p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}
.indexBox1 .conBox .poaBox .t span{
    display: block;
    margin-top: 20%;
    color: #ffffff;
    font-size: 16px;
}
.indexBox1 .conBox:hover .poaBox .t span{
    text-decoration: underline;
}

.indexBox2 .title{
    text-align: center;
    padding: 50px 0 15px;
}
.indexBox2 .title h2{
    padding-bottom: 20px;
    font-size: 42px;
    font-weight: bold;
    color: #3c3c3c;
}
.indexBox2 .title p{
    font-size: 16px;
    color: #747474;
    line-height: 1.7;
}
.indexBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.indexBox2 .item{
    width: 33.33%;
    padding: 0 7px;
}
.indexBox2 .conBox{
    margin-bottom: 20px;
    background: #f7f7f7;
    position: relative;
}
.indexBox2 .conBox .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexBox2 .conBox .img img{
    width: 100%;
    transition: all .3s;
}
.indexBox2 .conBox: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;
}
.indexBox2 .conBox span{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #ffffff;
    z-index: 3;
}
.indexBox2 .conBox .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 45px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}
.indexBox2 .conBox:hover .text{
    opacity: 1;
    transition: all .3s;
}
.indexBox2 .conBox .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
}
.indexBox2 .a{
    text-align: center;
    padding: 15px 0 70px;
}
.indexBox2 .a a{
    display: inline-block;
    width: 150px;
    height: 40px;
    border: 2px solid #084f9e;
    line-height: 36px;
    color: #084f9e;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox2 .a a:hover{
    background: #084f9e;
    color: #ffffff;
}

.indexBox3 .contentBox{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox3 .contentBox .conBox{
    overflow: hidden;
}
.indexBox3 .contentBox .title{
    width: 100%;
    padding: 135px 33.33% 100px 0;
    display: flex;
}
.indexBox3 .contentBox .title h2{
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 40px;
}
.indexBox3 .contentBox .title .t{
    flex: 1;
}
.indexBox3 .contentBox .title p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
}
.indexBox3 .contentBox .itemBox{
    position: relative;
}
.indexBox3 .contentBox .item{
    width: 33.3%;
    float: left;
    display: flex;
    flex-direction: row-reverse;
}
.indexBox3 .contentBox .item:nth-of-type(1){
    position: absolute;
    right: 0;
    bottom: 0;
    flex-direction: row;
}
.indexBox3 .contentBox .item .img{
    width: 50%;
    line-height: 0;
    overflow: hidden;
}
.indexBox3 .contentBox .item .img img{
    width: 100%;
    transition: all .3s;
}
.indexBox3 .contentBox .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;
}
.indexBox3 .contentBox .item .text{
    width: 50%;
    padding: 35px 55px 20px 20px;
    background: rgba(255,255,255,.12);
}
.indexBox3 .contentBox .item .text h3{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.6;
}
.indexBox3 .switchBox .conBox{
    padding-left: 16.66%;
}
.indexBox3 .switchBox .switch{
    display: none;
}
.indexBox3 .switchBox .switch.on{
    display: flex;
}
.indexBox3 .switchBox .switch .img{
    line-height: 0;
    width: 20%;
    flex: 1;
}
.indexBox3 .switchBox .switch .text{
    width: 80%;
    padding-top: 35px;
    padding-left: 20px;
}
.indexBox3 .switchBox .switch .text h3{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.indexBox3 .switchBox .switch .text p{
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
}
.indexBox3 .a{
    text-align: center;
    padding: 35px 0 50px;
}
.indexBox3 .a a{
    display: inline-block;
    width: 150px;
    height: 40px;
    border: 2px solid #084f9e;
    line-height: 36px;
    color: #084f9e;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox3 .a a:hover{
    background: #084f9e;
    color: #ffffff;
}

.indexBox4 .contentBox{
    background: #f6f6f6;
    padding: 60px 0;
}
.indexBox4 .contentBox .conBox{
    position: relative;
}
.indexBox4 .contentBox .img{
    width: 46%;
    line-height: 0;
}
.indexBox4 .contentBox .img .video_click:after{
    display: none;
}
.indexBox4 .contentBox .textBox{
    position: absolute;
    top: 0;
    right: 0;
    padding: 80px 45px;
    width: 54%;
    background: #ffffff;
}
.indexBox4 .contentBox .textBox h2{
    color: #3c3c3c;
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 40px;
}
.indexBox4 .contentBox .textBox p{
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}
.indexBox4 .contentBox .textBox a{
    display: inline-block;
    margin-top: 105px;
    padding: 10px 0;
    color: #084f9e;
    font-size: 16px;
}
.indexBox4 .contentBox .textBox a:hover{
    text-decoration: underline;
}
.indexBox4 .tp{
    line-height: 0;
    text-align: center;
    background: #244f8d;
}

.indexBox5{
    padding: 60px 0;
}
.indexBox5 .title h2{
    text-align: center;
    padding-bottom: 35px;
    font-size: 42px;
    color: #3c3c3c;
    font-weight: bold;
}
.indexBox5 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.indexBox5 .item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.indexBox5 .item .time span{
    display: inline-block;
    line-height: 40px;
    width: 70%;
    font-size: 20px;
    color: #000000;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.indexBox5 .item .text{
    padding-left: 20px;
    position: relative;
}
.indexBox5 .item .text:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 6px;
    top: 15px;
    background: #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.indexBox5 .item .text:hover:before{
    background: #084f9e;
}
/* .indexBox5 .item .text a{
    display: block;
    padding: 5px 0;
    margin: 5px 0;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid transparent;
} */

.indexBox5 .item .text h5{
    display: block;
    padding: 5px 0;
    margin: 5px 0;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid transparent;
}
.indexBox5 .item a:hover h5{
    color: #084f9e;
    border-bottom-color: #084f9e;
}
.indexBox5 .item .text p{
    font-size: 14px;
    color: #949494;
    line-height: 1.6;
}
.indexBox5 .item .img{
    line-height: 0;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}
.indexBox5 .item .img img{
    width: 100%;
}
.indexBox5 .item a: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;
}
.indexBox5 .a{
    text-align: center;
    padding-top: 20px;
}
.indexBox5 .a a{
    display: inline-block;
    width: 150px;
    height: 40px;
    border: 2px solid #084f9e;
    line-height: 36px;
    color: #084f9e;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox5 .a a:hover{
    background: #084f9e;
    color: #ffffff;
}

.pageBanner{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.pageBanner .conBox{
    height: 600px;
    display: flex;
    align-items: center;
}
.pageBanner .conBox span{
    display: block;
    font-size: 48px;
    color: #feffff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 5px;
}
.pageBanner .conBox p{
    font-size: 54px;
    color: #feffff;
    font-weight: bold;
    letter-spacing: 2px;
}
.pageBanner .conBox h1{
    text-align: center;
    width: 100%;
    font-size: 54px;
    color: #feffff;
    font-weight: bold;
}

.pageFooter{
    padding: 90px 0;
    text-align: center;
    background: url("../image/aboutBj4.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.pageFooter p{
    font-size: 20px;
    color: #ffffff;
}
.pageFooter p a{
    display: inline-block;
    margin-left: 20px;
    height: 40px;
    line-height: 36px;
    padding: 0 25px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.pageFooter p a:hover{
    background: #1758b5;
    border-color: #1758b5;
}

.crumbBox{
    background: #ffffff;
    padding: 10px 0;
}
.crumbBox .conBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.crumbBox .crumb p{
    line-height: 40px;
    font-size: 14px;
    color: #999999;
}
.aboutNavBox.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.aboutNavBox .aboutNav p{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
.aboutNavBox .aboutNav a{
    display: inline-block;
    margin: 0 15px;
}
.aboutNavBox .aboutNav a:first-child{
    margin-left: 0;
}
.aboutNavBox .aboutNav a:last-child{
    margin-right: 0;
}

.aboutBox1{
    overflow: hidden;
    position: relative;
    margin-top: 35px;
    padding-bottom: 75px;
    background: #1758b5;
}
.aboutBox1:before{
    position: absolute;
    content: '';
    width: 500px;
    top: 0;
    right: 0;
    bottom: 75px;
    background: #ffffff;
}
.aboutBox1 .img{
    width: 44.7%;
    float: left;
    line-height: 0;
    padding-top: 90px;
    text-align: center;
}
.aboutBox1 .img img{
    width: 100%;
}
.aboutBox1 .textBox{
    position: relative;
    z-index: 2;
    width: 55.3%;
    float: left;
    padding-left: 45px;
    background: #ffffff;
}
.aboutBox1 .textBox .tit{
    text-align: right;
    position: relative;
    padding-top: 25px;
    padding-bottom: 40px;
    margin-bottom: 25px;
}
.aboutBox1 .textBox .tit h1{
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    position: relative;
    z-index: 2;
}
.aboutBox1 .textBox .tit h1:before{
    position: absolute;
    content: '';
    width: 400px;
    height: 6px;
    left: 30px;
    top: 50%;
    margin-top: -3px;
    background: url("../image/aboutLine1.png") no-repeat right center;
}
.aboutBox1 .textBox .tit span{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 78px;
    font-weight: bold;
    color: #eaeaea;
    line-height: 1;
}
.aboutBox1 .textBox .text{
    padding-bottom: 60px;
}
.aboutBox1 .textBox .text p{
    font-size: 18px;
    color: #333333;
    line-height: 1.9;
    text-indent: 2em;
}

.aboutBox2{
    line-height: 0;
    padding: 75px 0;
    text-align: center;
}
.aboutBox2 .video_click:after{
    display: none;
}

.aboutBox3{
    background: url("../image/aboutBj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox3 .conBox{
    overflow: hidden;
}
.aboutBox3 .conBox .title{
    width: 50%;
    float: left;
    padding-top: 240px;
    padding-bottom: 40px;
    position: relative;
}
.aboutBox3 .conBox .title h2{
    position: relative;
    padding-left: 550px;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    z-index: 2;
}
.aboutBox3 .conBox .title h2:before{
    position: absolute;
    content: '';
    width: 490px;
    height: 6px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: url("../image/aboutLine2.png") no-repeat right center;
}
.aboutBox3 .conBox .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 95px;
    line-height: 1;
    color: rgba(234,234,234,.25);
}
.aboutBox3 .conBox .switchBox{
    width: 50%;
    float: left;
    padding: 125px 0 75px;
}
.aboutBox3 .conBox .switch{
    border: 6px solid #1758b5;
    border-right: 0;
    display: none;
}
.aboutBox3 .conBox .switch.on{
    display: block;
}
.aboutBox3 .conBox .switch .box{
    width: 700px;
    padding: 85px 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.aboutBox3 .conBox .switch .ico{
    width: 170px;
    height: 170px;
    line-height: 0;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox3 .conBox .switch .text{
    padding-left: 65px;
    flex: 1;
}
.aboutBox3 .conBox .switch .text h3{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 35px;
    margin-bottom: 30px;
    position: relative;
}
.aboutBox3 .conBox .switch .text h3:before{
    position: absolute;
    content: '';
    width: 65px;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #ffffff;
}
.aboutBox3 .conBox .switch .text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
}
.aboutBox3 .btnBox{
    background: rgba(20,20,20,.6);
}
.aboutBox3 .btnBox .itemBox{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.aboutBox3 .btnBox .item{
    width: 12.5%;
    text-align: center;
    padding: 45px 10px;
    cursor: pointer;
    transition: all .3s;
}
.aboutBox3 .btnBox .item:hover,
.aboutBox3 .btnBox .item.on{
    background: #1758b5;
    transition: all .3s;
}
.aboutBox3 .btnBox .item .ico{
    position: relative;
    line-height: 0;
}
.aboutBox3 .btnBox .item .ico img{
    opacity: 1;
    transition: all .3s;
}
.aboutBox3 .btnBox .item .ico img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .3s;
}
.aboutBox3 .btnBox .item:hover .ico img,
.aboutBox3 .btnBox .item.on .ico img{
    opacity: 0;
    transition: all .3s;
}
.aboutBox3 .btnBox .item:hover .ico img:last-child,
.aboutBox3 .btnBox .item.on .ico img:last-child{
    opacity: 1;
    transition: all .3s;
}
.aboutBox3 .btnBox .text{
    margin-top: 20px;
    padding-top: 25px;
    position: relative;
}
.aboutBox3 .btnBox .text:before{
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -11px;
    background: #a4a4a4;
}
.aboutBox3 .btnBox .text h3{
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 10px;
}
.aboutBox3 .btnBox .text span{
    display: block;
    font-size: 14px;
    color: #a4a4a4;
}

.aboutBox4{
    padding: 80px 0 55px;
}
.aboutBox4 .title{
    position: relative;
    padding-bottom: 40px;
}
.aboutBox4 .title h2{
    position: relative;
    z-index: 1;
    padding-left: 75px;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.aboutBox4 .title h2:before{
    position: absolute;
    content: '';
    width: 490px;
    height: 6px;
    left: -490px;
    top: 50%;
    margin-top: -3px;
    background: url("../image/aboutLine1.png") no-repeat right center;
}
.aboutBox4 .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 0;
    bottom: 0;
    line-height: 1;
    color: #eaeaea;
}
.aboutBox4 .conBox{
    position: relative;
    overflow: hidden;
}
.aboutBox4 .conBox .imgBox{
    margin-top: 60px;
    position: absolute;
    z-index: 2;
    width: 890px;
}
.aboutBox4 .conBox .img{
    line-height: 0;
    display: none;
}
.aboutBox4 .conBox .img.on{
    display: block;
}
.aboutBox4 .conBox .a{
    text-align: right;
}
.aboutBox4 .conBox .a a{
    display: inline-block;
    width: 195px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #ffffff;
    background: #1758b5;
    text-align: center;
}
.aboutBox4 .conBox .a a:hover{
    opacity: .85;
}
.aboutBox4 .conBox .itemBox{
    float: right;
    width: 565px;
    min-height: 610px;
    padding: 45px 45px 45px 95px;
    border: 4px solid #eaeaea;
}
.aboutBox4 .conBox .item{
    position: relative;
    padding: 35px 0;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
}
.aboutBox4 .conBox .item.on:after, .aboutBox4 .conBox .item:hover:after {
    position: absolute;
    right: 0;
    top: 35px;
    bottom: 35px;
    content: '';
    display: block;
    width: 6px;
    background-color: #1758b5;
}
.aboutBox4 .conBox .item:last-child{
    border-bottom: 0;
}
.aboutBox4 .conBox .item h3{
    padding-bottom: 10px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.aboutBox4 .conBox .item:hover h3,
.aboutBox4 .conBox .item.on h3{
    color: #1758b5;
}
.aboutBox4 .conBox .item p{
    font-size: 18px;
    color: #999999;
    line-height: 1.7;
}

.aboutBox5{
    padding: 90px 0;
    background: url("../image/aboutBj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox5 .title{
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}
.aboutBox5 .title h2{
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}
.aboutBox5 .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    color: rgba(255,255,255,.2);
}
.aboutBox5 .yearSlick{
    margin-top: 30px;
    background: url("../image/aboutHistoryBj1.png") no-repeat center 35px;
}
.aboutBox5 .yearSlick .slick-prev,
.aboutBox5 .yearSlick .slick-next{
    width: 52px;
    height: 52px;
    bottom: 20px;
    top: auto;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}
.aboutBox5 .yearSlick .slick-prev{
    background-image: url("../image/aboutHistoryLeft.png");
}
.aboutBox5 .yearSlick .slick-next{
    background-image: url("../image/aboutHistoryRight.png");
}
.aboutBox5 .yearSlick .slick_first{
    text-align: center;
    position: relative;
    padding-top: 70px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}
.aboutBox5 .yearSlick .slick_first.slick-current{
    font-size: 50px;
}
.aboutBox5 .yearSlick .slick_first span{
    position: absolute;
    font-weight: bold;
    width: 440px;
    left: 50%;
    margin-left: -220px;
    bottom: 75px;
    font-size: 162px;
    line-height: 0;
    display: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: rgba(255,255,255,.2);
}
.aboutBox5 .yearSlick .slick_first.slick-current span{
    display: block;
}
.aboutBox5 .textSlick{
    padding-top: 35px;
    max-width: 900px;
    margin: 15px auto 0;
    background: url("../image/aboutHistoryIco.png") no-repeat top center;
}
.aboutBox5 .textSlick .slick_first{
    text-align: center;
}
.aboutBox5 .textSlick .slick_first .img{
    line-height: 0;
    padding-bottom: 20px;
}
.aboutBox5 .textSlick .slick_first img{
    clear: both;
    display: block;
    margin: auto;
}
.aboutBox5 .textSlick .slick_first .text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
}

.aboutBox6{
    padding: 110px 0;
    background: url("../image/aboutBj3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox6 .title{
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}
.aboutBox6 .title h2{
    position: relative;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}
.aboutBox6 .title h2:before{
    position: absolute;
    content: '';
    height: 6px;
    width: 680px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: url("../image/aboutLine2.png") no-repeat right center;
}
.aboutBox6 .title h2:after{
    position: absolute;
    content: '';
    height: 6px;
    width: 680px;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url("../image/aboutLine2.png") no-repeat right center;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.aboutBox6 .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    color: rgba(255,255,255,.2);
}
.aboutBox6 .imgBox{
    margin: 45px 0;
}
.aboutBox6 .imgBox .slick-prev,
.aboutBox6 .imgBox .slick-next{
    width: 40px;
    height: 50px;
    background-image: url(../image/skin.png);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.aboutBox6 .imgBox .slick-prev{
    left: -40px;
    background-position: 0 0;
}
.aboutBox6 .imgBox .slick-next{
    right: -40px;
    background-position: -150px 0;
}
.aboutBox6 .imgBox .img{
    padding: 0 10px;
}

.aboutBox7{
    padding: 60px 0;
}
.aboutBox7 .title{
    position: relative;
    padding-bottom: 40px;
}
.aboutBox7 .title h2{
    position: relative;
    z-index: 1;
    padding-left: 75px;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.aboutBox7 .title h2:before{
    position: absolute;
    content: '';
    width: 490px;
    height: 6px;
    left: -490px;
    top: 50%;
    margin-top: -3px;
    background: url("../image/aboutLine1.png") no-repeat right center;
}
.aboutBox7 .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 75px;
    bottom: 0;
    line-height: 1;
    color: #eaeaea;
}
.aboutBox7 .logoSlick .slick-prev,
.aboutBox7 .logoSlick .slick-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url("../image/aboutArrow.png") no-repeat;
}
.aboutBox7 .logoSlick .slick-prev{
    top: 25%;
    left: -60px;
    background-position: left center;
}
.aboutBox7 .logoSlick .slick-next{
    top: 75%;
    right: -60px;
    background-position: right center;
}
.aboutBox7 .img{
    padding: 10px;
    overflow: hidden;
}
.aboutBox7 .img img{
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.aboutBox7 .img:hover img{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.serviceBox1{
    overflow: hidden;
    position: relative;
}
.serviceBox1 .img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44.8%;
    background: url("../image/serviceBj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.serviceBox1 .textBox{
    position: relative;
    z-index: 2;
    width: 55.2%;
    float: right;
    padding: 65px 0;
    background: url("../image/serviceBj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.serviceBox1 .text{
    width: 830px;
    margin-left: -30px;
    padding: 80px 55px 80px 90px;
    border: 3px solid #ffffff;
}
.serviceBox1 .text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
    text-indent: 2em;
}

.serviceBox2{
    padding: 60px 0;
}
.serviceBox2 .title{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.serviceBox2 .title h2{
    position: relative;
    z-index: 1;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.serviceBox2 .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
    color: #eaeaea;
}
.serviceBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.serviceBox2 .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 40px;
}
.serviceBox2 .item .imgBox{
    display: flex;
}
.serviceBox2 .item .imgBox:hover .img img{
    transform: scale(1.1);
    transition: all .3s;
}
.serviceBox2 .item .ico{
    width: 85px;
    padding-top: 50px;
    text-align: center;
    line-height: 0;
    border: 1px solid #f0f0f0;
    border-right: 0;
}
.serviceBox2 .item .img{
    line-height: 0;
    flex: 1;
    border-left: 5px solid #285996;
    overflow: hidden;
}
.serviceBox2 .item .text{
    padding-left: 85px;
    padding-top: 20px;
}
.serviceBox2 .item .text h3{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    color: #285996;
    font-weight: bold;
}
.serviceBox2 .item .text h3:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #285996;
}
.serviceBox2 .item .text p{
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
}
.serviceBox2 .tp{
    text-align: center;
    line-height: 0;
}

.serviceBox3{
    padding: 80px 0 60px;
    background: url("../image/serviceBj3.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.serviceBox3 .title{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 35px;
    text-align: center;
}
.serviceBox3 .title h2{
    position: relative;
    z-index: 1;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.serviceBox3 .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
    color: #eaeaea;
}
.serviceBox3 .slickConBox{
    position: relative;
}
.serviceBox3 .imgSlick{
    z-index: 2;
    max-width: 1150px;
    padding-bottom: 10px;
    margin: auto;
}
.serviceBox3 .imgSlick .slick-prev,
.serviceBox3 .imgSlick .slick-next{
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 0;
    margin-top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #9d9d9d;
}
.serviceBox3 .imgSlick .slick-prev:hover,
.serviceBox3 .imgSlick .slick-next:hover{
    background: #1758b5;
}
.serviceBox3 .imgSlick .slick-prev{
    right: 60px;
    left: auto;
}
.serviceBox3 .imgSlick .slick-prev:before{
    position: absolute;
    content: '<';
    width: 56px;
    height: 56px;
    line-height: 56px;
    top: 0;
    left: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.serviceBox3 .imgSlick .slick-next:after{
    position: absolute;
    content: '>';
    width: 56px;
    height: 56px;
    line-height: 56px;
    top: 0;
    left: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.serviceBox3 .imgSlick img{
    width: 100%;
    border: 5px solid #ffffff
}
.serviceBox3 .imgSlick h3{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #1758b5;
    padding-top: 10px;
}
.slickDot{
    max-width: 1150px;
    margin: -50px auto 0;
    padding-right: 150px;
    text-align: right;
}
.slickDot span{
    color: #5e5e5e;
    font-size: 18px;
}
.slickDot span.nowPage{
    color: #1758b5;
    font-weight: bold;
    font-size: 36px;
}
.serviceBox3 .poaSlick{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
}
.serviceBox3 .poaSlick .slick_first{
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 3px solid #ffffff;
    overflow: hidden;
}
.serviceBox3 .poaSlick .slick_first img{
    height: 100%;
    width: auto;
    max-width: none;
    opacity: .5;
}

.caseBox1 .title{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 35px;
    text-align: center;
}
.caseBox1 .title h2{
    position: relative;
    z-index: 1;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.caseBox1 .title span{
    position: absolute;
    font-size: 78px;
    font-weight: bold;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
    color: #eaeaea;
}
.caseBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 40px;
}
.caseBox1 .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.caseBox1 .conBox{
    border: 1px solid #d4d4d4;
}
.caseBox1 .conBox .img{
    line-height: 0;
    overflow: hidden;
    text-align: center;
}
.caseBox1 .conBox .img img{
    width: 100%;
    transition: all .3s;
}
.caseBox1 .conBox: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;
}
.caseBox1 .conBox .text{
    padding: 20px 10px;
    text-align: center;
}
.caseBox1 .conBox .text a{
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 1.4;
}

.caseBox1 .conBox:hover .text {
    background-color: #285996;
}
.caseBox1 .conBox:hover .text a{
    color: #fff;
}

.caseDetailBox{
    padding: 50px 0;
}
.caseDetailBox p{
    font-size: 16px;
    color: #454545;
    line-height: 1.6;
}

.contactBox202006131030 {
    padding: 50px 0;
    overflow: hidden;
}

.contactBox202006131030 .contactInfo {
    overflow: hidden;
    width: 50%;
    float: left;
}

.contactBox202006131030 .textBox {
    margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
    background-image: url("../image/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
    background-image: url("../image/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
    background-image: url("../image/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
    background-image: url("../image/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
    color: #5ba1f4;
}

.contactBox202006131030 .contactForm {
    width: 50%;
    float: left;
    padding-left: 40px;
    overflow: hidden;
}

.contactBox202006131030 .title h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 36px;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 200px;
    height: 44px;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #000000;
    cursor: pointer;
    transition: all .3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
    background: #5ba1f4;
    transition: all .3s;
}


.parameter_btn a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #084f9e;
    color: #ffffff;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.parameter_btn a:hover {
    background: #084f9e;
}

.related_pro .item .img {
    width: 100%;
    min-height: 150px;
}

.langBox{
    padding: 0px 5px;
    top: 49%;
    transform: translateY(29%);
    display: inline-block;

}

.langBox span{
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #282828;
    line-height: 24px;
    text-align: center;
    color: #282828;
    font-family: "helveticaLight", sans-serif;
    cursor: pointer;
    transition: all .3s;
}
.langBox span:hover{
    background: #ffffff;
    color: #000000;
    transition: all .3s;
}
.langBox ul{
    position: absolute;
    right: 0;
    z-index: 111;
    border: 1px solid #2a726e;
    background: #ffffff;
    display: none;
}
.langBox ul a{
    line-height: 28px;
    padding: 0 10px;
    color: #2a726e;
    font-family: "helveticaLight", sans-serif;
    background: #ffffff;
    display: block;
    text-align: center;
}
.langBox ul a:hover{
    background: #2a726e;
    color: #ffffff;
}

.productDetailContentBox table td:first-child, .productDetailContentBox table th:first-child {
    position: sticky;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.productDetailContentBox table td:first-child:after, .productDetailContentBox table th:first-child:after {
    content: " ";
    width: 5px;
    height: 100%;
    z-index: 2;
    box-shadow: 1px 0px 10px rgb(0 0 0 / 5%), 5px 0px 5px rgb(0 0 0 / 8%), 2px 0px 4px -1px rgb(0 0 0 / 12%);
    position: absolute;
    top: 0;
    right: 0px;
}


@media (max-width: 1450px){
    .indexBox3 .contentBox .title{
        padding: 85px 33.33% 50px 0;
    }
    .indexBox3 .switchBox .switch .text{
        padding-top: 20px;
    }
    .indexBox4 .contentBox .textBox{
        padding: 50px 30px;
    }
    .indexBox4 .contentBox .textBox a{
        margin-top: 50px;
    }

    .pageBanner .conBox{
        height: 540px;
    }
    .pageBanner .conBox span{
        font-size: 40px;
    }
    .pageBanner .conBox p,
    .pageBanner .conBox h1{
        font-size: 48px;
    }

    .aboutBox1 .textBox .tit span,
    .aboutBox3 .conBox .title span,
    .aboutBox4 .title span,
    .aboutBox5 .title span,
    .aboutBox6 .title span,
    .aboutBox7 .title span,
    .serviceBox2 .title span,
    .serviceBox3 .title span,
    .caseBox1 .title span{
        font-size: 58px;
    }
    .aboutBox1 .textBox .tit h1:before{
        width: 270px;
    }
    .aboutBox3 .conBox .title h2{
        padding-left: 370px;
    }
    .aboutBox3 .conBox .title h2:before{
        width: 340px;
    }
    .aboutBox3 .conBox .switch .box{
        width: 600px;
        padding: 60px 30px;
    }
    .aboutBox3 .conBox .switch .text{
        padding-left: 30px;
    }
    .aboutBox4 .title h2{
        padding-left: 40px;
    }
    .aboutBox4 .conBox .imgBox{
        width: 690px;
    }
    .aboutBox5{
        padding: 50px 0;
    }
    .aboutBox5 .yearSlick .slick_first span{
        font-size: 120px;
    }
    .aboutBox6 .title h2:before,
    .aboutBox6 .title h2:after{
        width: 540px;
    }
    .aboutBox7 .title h2{
        padding-left: 40px;
    }
    .aboutBox7 .title span{
        left: 40px;
    }
    .pageFooter{
        padding: 60px 0;
    }

    .serviceBox1 .text{
        width: 700px;
        padding: 40px;
    }

    .header .nav_list > li > a {
        padding: 0 10px;
    }
}
@media (max-width: 1220px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .contentBox .title h2,
    .indexBox4 .contentBox .textBox h2,
    .indexBox5 .title h2,
    .aboutBox1 .textBox .tit h1,
    .aboutBox3 .conBox .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .aboutBox6 .title h2,
    .aboutBox7 .title h2,
    .serviceBox2 .title h2,
    .serviceBox3 .title h2,
    .caseBox1 .title h2{
        font-size: 38px;
    }
    .aboutBox1 .textBox .tit span,
    .aboutBox3 .conBox .title span,
    .aboutBox4 .title span,
    .aboutBox5 .title span,
    .aboutBox6 .title span,
    .aboutBox7 .title span,
    .serviceBox2 .title span,
    .serviceBox3 .title span,
    .caseBox1 .title span{
        font-size: 50px;
    }

    .header .nav_list > li{
        margin-right: 15px;
    }
    .header .nav_list > li > a{
        padding: 0 5px;
    }

    .indexBox1 .title{
        padding-top: 50px;
    }
    .indexBox1 .conBox .text{
        margin: 0 10px;
        padding: 10px;
    }
    .indexBox1 .conBox .text h3{
        font-size: 20px;
    }
    .indexBox3 .contentBox .title{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .indexBox3 .contentBox .item .text{
        padding: 15px 10px;
    }
    .indexBox3 .contentBox .item .text h3{
        font-size: 16px;
    }
    .indexBox3 .switchBox .switch .text{
        padding-top: 10px;
        padding-left: 10px;
    }
    .indexBox3 .switchBox .switch .text h3{
        font-size: 18px;
        padding-bottom: 10px;
    }

    .indexBox4 .contentBox .textBox{
        padding: 30px 20px;
    }
    .indexBox4 .contentBox .textBox h2{
        padding-bottom: 20px;
    }
    .indexBox4 .contentBox .textBox a{
        margin-top: 20px;
    }

    .indexBox5 .itemBox{
        margin: 0 -5px;
    }
    .indexBox5 .item{
        padding: 0 5px;
    }

    .pageBanner .conBox{
        height: 480px;
    }
    .pageBanner .conBox span{
        font-size: 36px;
    }
    .pageBanner .conBox p,
    .pageBanner .conBox h1{
        font-size: 42px;
    }

    .aboutBox1 .textBox .tit h1:before{
        width: 225px;
    }
    .aboutBox1 .textBox .text p{
        font-size: 16px;
    }

    .aboutBox2{
        padding: 50px 0;
    }

    .aboutBox3 .conBox .title{
        padding-top: 150px;
    }
    .aboutBox3 .conBox .switchBox{
        padding: 70px 0;
    }
    .aboutBox3 .conBox .switch .box{
        width: 496px;
    }
    .aboutBox3 .conBox .switch .ico{
        width: 110px;
        height: 110px;
    }
    .aboutBox3 .conBox .switch .text h3{
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .aboutBox3 .conBox .switch .text p{
        font-size: 16px;
    }
    .aboutBox3 .btnBox .item{
        padding: 20px 10px;
    }
    .aboutBox3 .btnBox .text{
        padding-top: 12px;
        margin-top: 12px;
    }
    .aboutBox3 .btnBox .text h3{
        font-size: 16px;
        padding-bottom: 5px;
    }

    .aboutBox4{
        padding: 50px 0;
    }
    .aboutBox4 .conBox .itemBox{
        width: 100%;
        float: left;
        min-height: auto;
        padding: 10px 30px;
    }
    .aboutBox4 .conBox .item{
        padding: 15px 0;
    }
    .aboutBox4 .conBox .item h3{
        font-size: 20px;
    }
    .aboutBox4 .conBox .item p{
        font-size: 16px;
    }
    .aboutBox4 .conBox .imgBox{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .aboutBox4 .conBox .imgBox img{
        width: 100%;
    }
    .aboutBox4 .conBox .a a{
        font-size: 16px;
    }

    .aboutBox5 .yearSlick{
        background-position: top center;
    }
    .aboutBox5 .yearSlick .slick-prev, .aboutBox5 .yearSlick .slick-next{
        bottom: -5px;
    }
    .aboutBox5 .yearSlick .slick_first{
        font-size: 20px;
        padding-top: 50px;
    }
    .aboutBox5 .yearSlick .slick_first.slick-current{
        font-size: 30px;
    }
    .aboutBox5 .yearSlick .slick_first span{
        display: none !important;
    }
    .aboutBox5 .textSlick .slick_first .text p{
        font-size: 16px;
    }

    .aboutBox6{
        padding: 50px 0;
    }
    .aboutBox6 .imgBox .img{
        padding: 0 5px;
    }
    .aboutBox7 .img{
        padding: 5px;
    }

    .serviceBox1 .text{
        width: 600px;
    }
    .serviceBox1 .textBox{
        padding: 50px 0;
    }
    .serviceBox1 .text p{
        font-size: 16px;
    }

    .serviceBox2{
        padding: 50px 0;
    }
    .serviceBox2 .item{
        margin-bottom: 25px;
    }
    .serviceBox2 .item .ico{
        width: 65px;
    }
    .serviceBox2 .item .text{
        padding-left: 65px;
    }
    .serviceBox2 .item .text h3{
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .serviceBox3{
        padding: 50px 0;
    }
    .serviceBox3 .poaSlick{
        display: none;
    }
    .serviceBox3 .imgSlick h3{
        font-size: 30px;
    }
    .slickDot span.nowPage{
        font-size: 30px;
    }

    .caseBox1 .itemBox{
        margin: 0 -5px;
    }
    .caseBox1 .item{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .caseBox1 .conBox .text{
        padding: 10px;
    }
    .caseBox1 .conBox .text a{
        font-size: 16px;
    }
}
@media (max-width: 992px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .contentBox .title h2,
    .indexBox4 .contentBox .textBox h2,
    .indexBox5 .title h2,
    .aboutBox1 .textBox .tit h1,
    .aboutBox3 .conBox .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .aboutBox6 .title h2,
    .aboutBox7 .title h2,
    .serviceBox2 .title h2,
    .serviceBox3 .title h2,
    .caseBox1 .title h2{
        font-size: 32px;
    }
    .aboutBox1 .textBox .tit span,
    .aboutBox3 .conBox .title span,
    .aboutBox4 .title span,
    .aboutBox5 .title span,
    .aboutBox6 .title span,
    .aboutBox7 .title span,
    .serviceBox2 .title span,
    .serviceBox3 .title span,
    .caseBox1 .title span{
        font-size: 40px;
    }

    .Three_menu_box{
        padding-left: 10px;
    }
    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i{
        font-size: 14px;
        line-height: 1.2;
    }
    .Crumbs span.youAreHere{
        display: none;
    }
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        line-height: 0;
        font-size: 0;
        padding: 5px 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .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: #000000;
        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;
    }

    /*移动端导航*/
    .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;
        cursor: pointer;
        z-index: 2;
        background: url("../image/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 {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .indexBox1 .item{
        width: 50%;
    }
    .indexBox1 .conBox .poaBox{
        display: none;
    }
    .indexBox2 .itemBox{
        margin: 0 -5px;
    }
    .indexBox2 .item{
        padding: 0 5px;
    }
    .indexBox2 .conBox{
        margin-bottom: 10px;
        background: #285996;
    }
    .indexBox2 .conBox span{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding-top: 10px;
        padding-left: 10px;
        display: block;
    }
    .indexBox2 .conBox .text{
        position: inherit;
        opacity: 1;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 10px;
        background: none;
    }
    .indexBox2 .a{
        padding-bottom: 50px;
    }

    .indexBox3 .contentBox .title{
        padding: 50px 0;
    }
    .indexBox3 .contentBox .itemBox{
        display: none;
    }
    .indexBox3 .switchBox .conBox{
        padding: 0;
        margin-top: 20px;
    }
    .indexBox3 .switchBox .switch{
        display: flex;
        margin-bottom: 15px;
    }
    .indexBox3 .switchBox .switch .img{
        width: 25%;
    }
    .indexBox3 .switchBox .switch .text{
        width: 75%;
        padding-top: 0;
    }

    .indexBox4 .contentBox{
        padding: 50px 0;
    }
    .indexBox4 .contentBox .img,

    .indexBox4 .contentBox .img img{
        width: 100%;
    }
    .indexBox4 .contentBox .textBox{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    }
    .indexBox4 .tp{
        display: none;
    }
    .indexBox5{
        padding: 50px 0;
    }

    .pageBanner .conBox{
        height: 360px;
    }
    .pageBanner .conBox span{
        font-size: 30px;
    }
    .pageBanner .conBox p,
    .pageBanner .conBox h1{
        font-size: 36px;
    }

    .aboutNavBox .aboutNav{
        display: none;
    }
    .aboutBox1{
        margin-top: 0;
        padding-bottom: 50px;
    }
    .aboutBox1:before{
        display: none;
    }
    .aboutBox1 .img{
        width: 100%;
        padding-top: 50px;
    }
    .aboutBox1 .textBox{
        width: 100%;
        padding: 15px;
    }
    .aboutBox1 .textBox .tit{
        text-align: center;
        padding-top: 0;
        margin-bottom: 15px;
        padding-bottom: 25px;
    }
    .aboutBox1 .textBox .tit h1:before{
        display: none;
    }
    .aboutBox1 .textBox .tit span{
        left: 0;
        text-align: center;
    }
    .aboutBox1 .textBox .text{
        padding-bottom: 0;
    }

    .aboutBox3 .conBox .title{
        padding-bottom: 25px;
        width: 100%;
        padding-top: 50px;
        float: none;
    }
    .aboutBox3 .conBox .title h2{
        padding-left: 0;
        text-align: center;
    }
    .aboutBox3 .conBox .title h2:before{
        display: none;
    }
    .aboutBox3 .conBox .title span{
        padding-left: 0;
        text-align: center;
    }
    .aboutBox3 .conBox .switchBox{
        width: 767px;
        margin: auto;
        float: none;
        padding: 30px 0 50px;
    }
    .aboutBox3 .conBox .switch{
        border-right: 6px solid #1758b5;
    }
    .aboutBox3 .conBox .switch .box{
        width: 100%;
        padding: 40px 20px;
    }
    .aboutBox3 .conBox .switch .text h3{
        margin-bottom: 10px;
    }
    .aboutBox3 .btnBox .item{
        width: 25%;
    }
    .aboutBox4 .title{
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    .aboutBox4 .title h2{
        padding-left: 0;
    }
    .aboutBox4 .title h2:before{
        display: none;
    }
    .aboutBox4 .title span{
        right: 0;
        text-align: center;
    }

    .aboutBox5 .title{
        padding-bottom: 25px;
    }

    .aboutBox6 .title{
        padding-bottom: 25px;
    }
    .aboutBox6 .title h2:before, .aboutBox6 .title h2:after{
        display: none;
    }
    .aboutBox7 .title{
        padding-bottom: 25px;
        text-align: center;
        margin-bottom: 20px;
    }
    .aboutBox7 .title h2{
        padding-left: 0;
    }
    .aboutBox7 .title h2:before{
        display: none;
    }
    .aboutBox7 .title span{
        left: 0;
        right: 0;
        text-align: center;
    }

    .pageFooter{
        padding: 50px 0;
    }
    .pageFooter p{
        font-size: 16px;
    }

    .serviceBox1 .img{
        display: none;
    }
    .serviceBox1 .textBox{
        width: 100%;
    }
    .serviceBox1 .text{
        width: 767px;
        margin: auto;
        padding: 20px;
    }
    .serviceBox2 .title{
        padding-bottom: 25px;
    }
    .serviceBox2 .item{
        width: 50%;
    }
    .serviceBox3 .title{
        padding-bottom: 25px;
    }

    .caseBox1 .title{
        padding-bottom: 25px;
    }

    .caseBox1 .item{
        width: 50%;
    }
}
@media (max-width: 767px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .contentBox .title h2,
    .indexBox4 .contentBox .textBox h2,
    .indexBox5 .title h2,
    .aboutBox1 .textBox .tit h1,
    .aboutBox3 .conBox .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .aboutBox6 .title h2,
    .aboutBox7 .title h2,
    .serviceBox2 .title h2,
    .serviceBox3 .title h2,
    .caseBox1 .title h2{
        font-size: 28px;
    }
    .aboutBox1 .textBox .tit span,
    .aboutBox3 .conBox .title span,
    .aboutBox4 .title span,
    .aboutBox5 .title span,
    .aboutBox6 .title span,
    .aboutBox7 .title span,
    .serviceBox2 .title span,
    .serviceBox3 .title span,
    .caseBox1 .title span{
        font-size: 32px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }
    .Fast_contact ul li.onlineservice_li{
        width: 50%;
    }
    .footer_box .footerLogo .img{
        padding: 40px;
    }
    .footerNavigation{
        padding-bottom: 10px;
    }
    .footerNavigation .item:nth-of-type(1),
    .footerNavigation .item:nth-of-type(2),
    .footerNavigation .item:nth-of-type(3),
    .footerNavigation .item:nth-of-type(4){
        display: none;
    }
    .footerNavigation .item{
        width: 100%;
    }

    .indexBox2 .item,
    .indexBox5 .item{
        width: 100%;
    }
    .indexBox3 .contentBox .title{
        text-align: center;
        flex-wrap: wrap;
    }
    .indexBox3 .contentBox .title h2{
        width: 100%;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .pageBanner .conBox{
        height: 300px;
    }
    .pageBanner .conBox span{
        font-size: 24px;
    }
    .pageBanner .conBox p,
    .pageBanner .conBox h1{
        font-size: 32px;
    }

    .aboutBox3 .conBox .switchBox{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .aboutBox6 .imgBox{
        padding: 0 40px;
    }
    .aboutBox6 .imgBox .slick-prev{
        left: 0;
    }
    .aboutBox6 .imgBox .slick-next{
        right: 0;
    }
    .aboutBox7 .logoSlick{
        padding: 0 40px;
    }
    .aboutBox7 .logoSlick .slick-prev{
        left: 0;
    }
    .aboutBox7 .logoSlick .slick-next{
        right: 0;
    }

    .serviceBox1 .textBox{
        padding-left: 10px;
        padding-right: 10px;
    }
    .serviceBox1 .text{
        width: 100%;
    }

    .serviceBox2 .item .text{
        padding-left: 0;
    }
}
@media (max-width: 640px){

    .pageBanner .conBox{
        height: 280px;
    }
    .pageBanner .conBox span{
        font-size: 20px;
    }
    .pageBanner .conBox p,
    .pageBanner .conBox h1{
        font-size: 26px;
    }

    .serviceBox2 .item{
        width: 100%;
    }
    .serviceBox2 .item .img img{
        width: 100%;
    }
    .serviceBox3 .imgSlick .slick-prev{
        left: 0;
    }
    .serviceBox3 .imgSlick .slick-prev, .serviceBox3 .imgSlick .slick-next{
        width: 40px;
        height: 40px;
    }
    .serviceBox3 .imgSlick .slick-prev:before,
    .serviceBox3 .imgSlick .slick-next:after{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .serviceBox3 .imgSlick h3{
        font-size: 24px;
    }
    .slickDot{
        margin-top: 0;
        text-align: center;
        padding: 0;
    }
    .slickDot span.nowPage{
        font-size: 24px;
    }

    .caseBox1 .item{
        width: 100%;
    }

    .langBox{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        right: 10px;
    }
}
@media (max-width: 540px){
}
@media (max-width: 480px){
}