
.header {
    position: relative;
    z-index: 999;
    border-bottom: 4px solid #003782;
}
.header .container_1600{
    overflow: visible;
    position: relative;
}

.header_top{
    background: #232b33;
}
.header_top .info p{
    font-size: 18px;
    color: #fff;
    line-height: 46px;
}
.header_top .info p a{
    font-size: 18px;
    color: #fff;
}
.header_top .info p a:hover{
    text-decoration: underline;
}
.header_top .info p img{
    vertical-align: middle;
    margin-right: 5px;
}
.header_top .info2{
    text-align: right;
}
.header_nav .logo_box{
    position: relative;
    width: 23%;
    float: left;
    display: table;
    height: 163px;
}
.header_nav .logo_box .img{
    display: table-cell;
    vertical-align: middle;
}
.header_nav .logo_box::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 100%;
    background: #b81c22;
}
.header_nav .nav{
    padding: 28px 0;
    width: 76%;
    float: right;
    padding-right: 35px;
}
.lang{
    position: absolute;
    right: 0;
    top: 69px;
}
.clear_box{
    clear: both;
    overflow: hidden;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    width: 100%;
    position: relative;
}

.nav_list > li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.nav_list > li:nth-of-type(1){
    background: none;
}

.nav_list > li > a {
    display: block;
    padding: 0 24px;
    text-align: center;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    line-height: 107px;
    color: #282828;
    font-size: 18px;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("/public/static/images/home/en-us/reset/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_list > li.active > a,
.nav_list > li.on > a{
    background: #f4f4f4;
    transition: all .3s;
}
.nav_list > li.active span,
.nav_list > li.on span{
    
}

.nav_normal > li {
    position: relative;
    text-align: left;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0px;
    min-width: 185px;
    display: none;
    border-top: 1px solid rgba(206,208,207,0.7);
    background: #f7f8f8;
    z-index: 1;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    min-width: 520px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 50%;
    float: left;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    color: #222;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #fff;
    background: #232b33;
}

/*search*/
.header_search_box {
    position: absolute;
    right: 230px;
    bottom: 3px;
    width: 40px;
    height: 40px;
    overflow: hidden;;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #003782;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header_search_box img {
    position: absolute;
    top: 9px;
    right: 6px;
}

.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: 32px;
    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: 32px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}


.m_header {
    display: none;
}

/*footer*/

.footer_box{
    background: #232b33;
}
.footer_box .footer_tip{
    text-align: center;
    
}
.footer_box .footer_tip .container_1600{
    position: relative;
    border-bottom: 1px solid #636363;
    padding-top: 80px;
    padding-bottom: 60px;
}
.footer_box .footer_tip .follow_service{
    position: absolute;
    right: 0;
    top: 100px;
}
.footer_box .footer_tip .follow_service a{
    margin-left: 20px;
}
.footer_box .footer_tip .follow_service a span{
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(/public/static/images/home/en-us/follow.png);
    background-repeat: no-repeat;
}
.footer_box .footer_tip .follow_service a.f span{
    background-position: 0px 0;
}
.footer_box .footer_tip .follow_service a.t span{
    background-position: -69px 0;
}
.footer_box .footer_tip .follow_service a.y span{
    background-position: -139px 0;
}
.footer_box .footer_tip .follow_service a.l span{
    background-position: -209px 0;
}
.footerCon_box{
}
.fast_navigation{
    padding-top: 35px;
    padding-bottom: 50px;
    overflow: hidden;
}
.fast_navigation .items{
    display: flex;
    justify-content: space-between;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 195px;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 275px;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 225px;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 450px;
}
.fast_navigation h2{
    position: relative;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.fast_navigation h2::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 146px;
    height: 2px;
    background: #0099cc;
}
.fast_navigation ul li span{
    font-size: 18px;
    color: #0099cc;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 18px;
    color: #bdc8d4;
    line-height: 2em;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on,
.footer_copyright p a:hover,
.footer_info .content .item .info a:hover{
    text-decoration: underline;
}
.fast_navigation .form .input{
    position: relative;
    margin-bottom: 20px;
}
.fast_navigation .form .input input[type=text],
.fast_navigation .form .input textarea{
    width: 100%;
    height: 45px;
    background: #fff;
    text-indent: 10px;
    border: 0;
}
.fast_navigation .form .input textarea{
    resize: none;
    padding-top: 10px;
    height: 130px;
}
.fast_navigation .form .input .btn{
    width: 100%;
    height: 45px;
    background: #0099cc;
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.fast_navigation .form .input .btn:hover{
    background: #0888b3;
}
.footer_info .content{
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #636363;
    border-top: 1px solid #636363;
}
.footer_info .content .item{
    overflow: hidden;
    padding-left: 28px;
}
.footer_info .content .item .img{
    float: left;
}
.footer_info .content .item .info{
    margin-left: 70px;
    padding-top: 14px;
}
.footer_info .content .item .info p{
    font-size: 18px;
    color: #bdc8d4;
    line-height: 1.3;
}
.footer_info .content .item .info a{
    font-size: 18px;
    color: #0099cc;
}
.footer_info .content .bor{
    border-left: 1px solid #636363;
    border-right: 1px solid #636363;
}

.footer_copyright{
    overflow: hidden;
}
.footer_copyright .container_1200{
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer_copyright .text{
    text-align: center;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.footer_copyright p span{
    color: #0099cc;
}
.index_box1 .slick-prev{
    background: url(/public/static/images/home/en-us/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(/public/static/images/home/en-us/skin.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: 0 20px;
}
.index_box1 .slick-dots li button{
    border-radius: 0;
    width: 56px;
    height: 10px;
    padding: 0;
    border: 2px solid #fff;
}
.index_box1  .slick-dots li.slick-active button{
    background: #fff;
}
.banner_slick img{
    width: 100%;
}

.easyzoom_box{
    display: none;
}
.easyzoom_box.on{
    display: block;
}

.index_box2{
    padding-top: 70px;
    padding-bottom: 50px;
}
.index_box2 h2{
    margin-bottom: 10px;
}
.hline{
    display: inline-block;
    width: 200px;
    height: 2px;
    background: #d2d2d2;
    margin: 0 15px;
    vertical-align: middle;
}
.index_box2 p{
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    text-align: center;
}
.index_box2 p.tip{
    padding: 0 160px;
    margin-bottom: 70px;
}
.index_box2 .items{
    border-top: 1px solid #d2d2d2;
}
.img{
    overflow: hidden;
    line-height: 0;
}
.index_box2 .items .item{
    padding: 40px 0;
}
.index_box2 .items .item .img{
    position: relative;
}
.index_box2 .items .item .img a{
    display: block;
    margin: auto;
}
.index_box2 .items .item .img a::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,55,130,.5);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0);
    transition: all .3s;
}
.index_box2 .items .item.icon1 .img a::after{
    background-image: url(/public/static/images/home/en-us/1521_img1.png);
}
.index_box2 .items .item.icon2 .img a::after{
    background-image: url(/public/static/images/home/en-us/1521_img2.png);
}
.index_box2 .items .item.icon3 .img a::after{
    background-image: url(/public/static/images/home/en-us/1521_img3.png);
}
.index_box2 .items .item.icon4 .img a::after{
    background-image: url(/public/static/images/home/en-us/1521_img4.png);
}
.index_box2 .items .item.icon5 .img a::after{
    background-image: url(/public/static/images/home/en-us/1521_img5.png);
}
.index_box2 .items .item.icon6 .img a::after{
    background-image: url(/public/static/images/home/en-us/1521_img6.png);
}
.index_box2 .items .item:hover .img a::after{
    transform: scale(1);
}
.index_box2 .items .bor{
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.index_box2 .items .container_1600{
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.index_box2 .items .item .info{
    padding: 0 40px;
    text-align: center;
    margin-top: 10px;
}
.index_box2 .items .item .info h3 a{
    display: block;
    font-size: 24px;
    color: #282828;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.index_box2 .items .item .info p{
    font-size: 14px;
    color: #777777;
    line-height: 1.2;
    height: 32px;
    overflow: hidden;
}
.index_box2 .items .item .info a.more{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    margin-top: 12px;
}
.index_box2 .items .item:hover h3 a,
.index_box2 .items .item:hover p,
.index_box2 .items .item:hover a.more{
    color: #003782;
}
.index_box3{
    padding: 70px 0;
    background: #f5f5f5;
}
.index_box3 h3{
    text-align: left !important;
    margin-bottom: 15px;
}
.index_box3 h3 p{
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    width: 80%;
}
.index_box3 .content{
    margin-top: 50px;
    padding-top: 35px;
    background: url(/public/static/images/home/en-us/1140_bg.jpg)no-repeat center;
    background-size: cover;
}
.index_box3 .content h4{
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}
.index_box3 .content .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 130px;
}
.index_box3 .content .items .item{
    width: 31.5%;
    margin-bottom: 35px;
    background-color: rgba(22,73,141,.9);
    padding: 0 25px;
}
.index_box3 .content .items .item .icon{
    width: 80px;
    height: 100px;
    float: left;
}
.index_box3 .content .items .item .info{
    font-size: 24px;
    color: #ffffff;
    line-height: 1.4;
    padding-top: 20px;
    margin-left: 100px;
}
.index_box3 .content .items .item:nth-of-type(1) .icon{
    background: url(/public/static/images/home/en-us/1128_icon1.png)no-repeat center;
}
.index_box3 .content .items .item:nth-of-type(2) .icon{
    background: url(/public/static/images/home/en-us/1128_icon2.png)no-repeat center;
}
.index_box3 .content .items .item:nth-of-type(3) .icon{
    background: url(/public/static/images/home/en-us/1128_icon3.png)no-repeat center;
}
.index_box3 .content .items .item:nth-of-type(4) .icon{
    background: url(/public/static/images/home/en-us/1128_icon4.png)no-repeat center;
}
.index_box3 .content .items .item:nth-of-type(5) .icon{
    background: url(/public/static/images/home/en-us/1128_icon5.png)no-repeat center;
}
.index_box3 .content .items .item:nth-of-type(6) .icon{
    background: url(/public/static/images/home/en-us/1128_icon6.png)no-repeat center;
}

.index_box3 .content .items .item:hover:nth-of-type(1) .icon{
    background: url(/public/static/images/home/en-us/h1128_icon1.png)no-repeat center;
}
.index_box3 .content .items .item:hover:nth-of-type(2) .icon{
    background: url(/public/static/images/home/en-us/h1128_icon2.png)no-repeat center;
}
.index_box3 .content .items .item:hover:nth-of-type(3) .icon{
    background: url(/public/static/images/home/en-us/h1128_icon3.png)no-repeat center;
}
.index_box3 .content .items .item:hover:nth-of-type(4) .icon{
    background: url(/public/static/images/home/en-us/h1128_icon4.png)no-repeat center;
}
.index_box3 .content .items .item:hover:nth-of-type(5) .icon{
    background: url(/public/static/images/home/en-us/h1128_icon5.png)no-repeat center;
}
.index_box3 .content .items .item:hover:nth-of-type(6) .icon{
    background: url(/public/static/images/home/en-us/h1128_icon6.png)no-repeat center;
}
.index_box3 .content .items .item:hover .info{
    color: #0099cc;
}
.index_box3 a.more{
    display: inline-block;
    width: 660px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-image: url(/public/static/images/home/en-us/1318_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #003782 ;
    margin-top: 30px;
}
.index_box3 a.more:hover{
    background-color: #0d54b5 ;
}
.index_box4 .tab_btns{
    padding-top: 20px;
}
.index_box4 .tab_info .line{
    display: none;
}
.index_box4 .tab_info .line.on{
    display: block;
}
.index_box4 .tab_btns .item{
    display: inline-block;
    vertical-align: text-top;
    line-height: 80px;
    padding: 0 65px;
    font-size: 24px;
    color: #003782;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.index_box4 .tab_btns .item.on{
    border-bottom-color: #003782;
}
.index_box4 .tab_info{
    padding: 45px 0;
    background: #f5f5f5;
}
.index_box4 .tab_info .content{
    position: relative;
}
.index_box4 .container_1600{
    overflow: visible;
}
.index_box4 .tab_info .content .tip{
    display: none;
    position: absolute;
    padding: 20px 20px 50px 20px;
    width: 200px;
    background: url(/public/static/images/home/en-us/1552_bg.png)no-repeat center;
    font-size: 18px;
    color: #fff;
    background-size: cover;
    line-height: 1.3;
    min-height: 120px;
    transform: translateY(-87%);
    margin-left: -10px;
}
.index_box4 .tab_info .content .num{
    position: absolute;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background: rgba(0,55,130,.5);
    cursor: pointer;
}
.index_box4 .tab_info .content .img{
    overflow: visible;
}
.index_box4 .tab_info .content .num span{
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #003782;
    text-align: center;
}
.index_box4 .tab_info .tiptxt{
    display: none;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 690px;
    font-size: 18px;
    color: #888889;
    line-height: 1.4;
}
.index_box4 .tab_info .tiptxt::after{
    content: '';
    position: absolute;
    display: block; 
    width: 32px;
    height: 7px;
    background: #003782;
    left: -51px;
    top: 7px;
}
.index_box4 .tab_info .water .content .num[data-id="1"]{
    top: 62%;
    left: 17%;
}
.index_box4 .tab_info .water .content .num[data-id="2"]{
    top: 79%;
    left: 30%;
}
.index_box4 .tab_info .water .content .num[data-id="3"]{
    top: 76%;
    left: 47%;
}
.index_box4 .tab_info .water .content .num[data-id="4"]{
    top: 50%;
    left: 64%;
}
.index_box4 .tab_info .water .content .num[data-id="5"]{
    top: 28%;
    left: 80%;
}
.index_box4 .tab_info .water .content .num[data-id="6"]{
    top: 17%;
    left: 84%;
}
.index_box4 .tab_info .water .content .num[data-id="7"]{
    top: 39%;
    left: 13%;
}
.index_box4 .tab_info .water .content .num[data-id="8"]{
    top: 31%;
    left: 19%;
}
.index_box4 .tab_info .water .content .num[data-id="9"]{
    top: 31%;
    left: 32%;
}
.index_box4 .tab_info .water .content .num[data-id="10"]{
    top: 14%;
    left: 62%;
}
.index_box4 .tab_info .water .content .tip[data-id="1"]{
    top: 62%;
    left: 17%;
}
.index_box4 .tab_info .water .content .tip[data-id="2"]{
    top: 79%;
    left: 30%;
}
.index_box4 .tab_info .water .content .tip[data-id="3"]{
    top: 76%;
    left: 47%;
}
.index_box4 .tab_info .water .content .tip[data-id="4"]{
    top: 50%;
    left: 64%;
}
.index_box4 .tab_info .water .content .tip[data-id="5"]{
    top: 28%;
    left: 80%;
}
.index_box4 .tab_info .water .content .tip[data-id="6"]{
    top: 17%;
    left: 84%;
}
.index_box4 .tab_info .water .content .tip[data-id="7"]{
    top: 39%;
    left: 12%;
}
.index_box4 .tab_info .water .content .tip[data-id="8"]{
    top: 32%;
    left: 18%;
}
.index_box4 .tab_info .water .content .tip[data-id="9"]{
    top: 31%;
    left: 32%;
}
.index_box4 .tab_info .water .content .tip[data-id="10"]{
    top: 14%;
    left: 62%;
}


.index_box4 .tab_info .juice .content .num[data-id="1"]{
    left: 86%;
    top: 17%;
}
.index_box4 .tab_info .juice .content .num[data-id="2"]{
    left: 80%;
    top: 25%;
}
.index_box4 .tab_info .juice .content .num[data-id="3"]{
    left: 70%;
    top: 32%;
}
.index_box4 .tab_info .juice .content .num[data-id="4"]{
    left: 62%;
    top: 43%;
}
.index_box4 .tab_info .juice .content .num[data-id="5"]{
    left: 48%;
    top: 43%;
}
.index_box4 .tab_info .juice .content .num[data-id="6"]{
    left: 43%;
    top: 32%;
}
.index_box4 .tab_info .juice .content .num[data-id="7"]{
    left: 20%;
    top: 46%;
}
.index_box4 .tab_info .juice .content .num[data-id="8"]{
    left: 20%;
    top: 27%;
}
.index_box4 .tab_info .juice .content .num[data-id="9"]{
    left: 36%;
    top: 20%;
}
.index_box4 .tab_info .juice .content .num[data-id="10"]{
    left: 46%;
    top: 17%;
}
.index_box4 .tab_info .juice .content .num[data-id="11"]{
    left: 52%;
    top: 8%;
}
.index_box4 .tab_info .juice .content .num[data-id="12"]{
    left: 57%;
    top: 8%;
}
.index_box4 .tab_info .juice .content .num[data-id="13"]{
    left: 67%;
    top: 15%;
}

.index_box4 .tab_info .juice .content .tip[data-id="1"]{
    left: 86%;
    top: 17%;
}
.index_box4 .tab_info .juice .content .tip[data-id="2"]{
    left: 80%;
    top: 25%;
}
.index_box4 .tab_info .juice .content .tip[data-id="3"]{
    left: 70%;
    top: 32%;
}
.index_box4 .tab_info .juice .content .tip[data-id="4"]{
    left: 62%;
    top: 43%;
}
.index_box4 .tab_info .juice .content .tip[data-id="5"]{
    left: 48%;
    top: 43%;
}
.index_box4 .tab_info .juice .content .tip[data-id="6"]{
    left: 43%;
    top: 32%;
}
.index_box4 .tab_info .juice .content .tip[data-id="7"]{
    left: 20%;
    top: 46%;
}
.index_box4 .tab_info .juice .content .tip[data-id="8"]{
    left: 20%;
    top: 27%;
}
.index_box4 .tab_info .juice .content .tip[data-id="9"]{
    left: 36%;
    top: 20%;
}
.index_box4 .tab_info .juice .content .tip[data-id="10"]{
    left: 46%;
    top: 17%;
}
.index_box4 .tab_info .juice .content .tip[data-id="11"]{
    left: 52%;
    top: 8%;
}
.index_box4 .tab_info .juice .content .tip[data-id="12"]{
    left: 57%;
    top: 8%;
}
.index_box4 .tab_info .juice .content .tip[data-id="13"]{
    left: 67%;
    top: 15%;
}


.index_box4 .tab_info .csd .content .num[data-id="1"]{
    left: 75%;
    top: 49%;
}
.index_box4 .tab_info .csd .content .num[data-id="2"]{
    left: 70%;
    top: 12%;
}
.index_box4 .tab_info .csd .content .num[data-id="3"]{
    left: 65%;
    top: 18%;
}
.index_box4 .tab_info .csd .content .num[data-id="4"]{
    left: 63%;
    top: 39%;
}
.index_box4 .tab_info .csd .content .num[data-id="5"]{
    left: 40%;
    top: 51%;
}
.index_box4 .tab_info .csd .content .num[data-id="6"]{
    left: 53%;
    top: 26%;
}
.index_box4 .tab_info .csd .content .num[data-id="7"]{
    left: 23%;
    top: 42%;
}
.index_box4 .tab_info .csd .content .num[data-id="8"]{
    left: 11%;
    top: 24%;
}
.index_box4 .tab_info .csd .content .num[data-id="9"]{
    left: 25%;
    top: 15%;
}
.index_box4 .tab_info .csd .content .num[data-id="10"]{
    left: 35%;
    top: 15%;
}
.index_box4 .tab_info .csd .content .num[data-id="11"]{
    left: 43%;
    top: 10%;
}
.index_box4 .tab_info .csd .content .num[data-id="12"]{
    left: 48%;
    top: 5%;
}

.index_box4 .tab_info .csd .content .tip[data-id="1"]{
    left: 75%;
    top: 49%;
}
.index_box4 .tab_info .csd .content .tip[data-id="2"]{
    left: 70%;
    top: 12%;
}
.index_box4 .tab_info .csd .content .tip[data-id="3"]{
    left: 65%;
    top: 18%;
}
.index_box4 .tab_info .csd .content .tip[data-id="4"]{
    left: 63%;
    top: 39%;
}
.index_box4 .tab_info .csd .content .tip[data-id="5"]{
    left: 40%;
    top: 51%;
}
.index_box4 .tab_info .csd .content .tip[data-id="6"]{
    left: 53%;
    top: 26%;
}
.index_box4 .tab_info .csd .content .tip[data-id="7"]{
    left: 23%;
    top: 42%;
}
.index_box4 .tab_info .csd .content .tip[data-id="8"]{
    left: 11%;
    top: 24%;
}
.index_box4 .tab_info .csd .content .tip[data-id="9"]{
    left: 25%;
    top: 15%;
}
.index_box4 .tab_info .csd .content .tip[data-id="10"]{
    left: 35%;
    top: 15%;
}
.index_box4 .tab_info .csd .content .tip[data-id="11"]{
    left: 43%;
    top: 10%;
}
.index_box4 .tab_info .csd .content .tip[data-id="12"]{
    left: 48%;
    top: 5%;
}



.index_box5{
    padding-top: 100px;
    padding-bottom: 50px;
}
.cust_slick .slick_first{
    padding-left: 50px;
    padding-right: 40px;
}
.cust_slick .slick_first .content{
    padding-bottom: 70px;
    padding-top: 30px;
}
.cust_slick .slick_first .content .imgs{
    float: left;
}
.cust_slick .slick_first .content .imgs .img{
    margin-bottom: 35px;
    overflow: visible;
}
.cust_slick .slick_first .content .imgs .img img{
    box-shadow: 5px 5px 0 #003782;
    border-radius: 50%;
}
.cust_slick .slick_first .content .imgs .tip p{
    font-size: 20px;
    color: #003782;
    line-height: 1.5;
}
.cust_slick .slick_first .content .info{
    position: relative;
    margin-left: 290px;
    padding: 75px 66px 70px 100px;
    box-shadow: 3.5px 6.062px 32px 0px rgba( 0, 55, 130 ,.3);
}
.cust_slick .slick_first .content .info::before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 40px;
    top: 40px;
    background: url(/public/static/images/home/en-us/1434_icon.jpg)no-repeat center;
}
.cust_slick .slick_first .content .info::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: url(/public/static/images/home/en-us/1434_icon.jpg)no-repeat center;
}
.cust_slick .slick_first .content .info p{
    font-size: 18px;
    color: #888889;
    line-height: 1.5;
}
.cust_slick .slick-dots li,
.cust_slick  .slick-dots li.slick-active{
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: 0 20px;
}
.cust_slick .slick-dots li button{
    border-radius: 0;
    width: 56px;
    height: 10px;
    padding: 0;
    border: 2px solid #003782;
}
.cust_slick .slick-dots li.slick-active button{
    background: #003782;
}
.index_box7{
    
    background: url(/public/static/images/home/en-us/1453_bg.jpg)no-repeat center;
    background-size: cover;
}
.index_box7 h3{
    text-align: left !important;
    margin-bottom: 20px;
}
.index_box7 .info1{
    padding-left: 20px;
}
.index_box7 .info1 p{
    font-size: 18px;
    color: #888889;
    line-height: 1.5;
}
.index_box7 .container_1600{
    border-left: 1px solid #d2d2d2;
    padding-top: 60px;
    padding-bottom: 85px;
}
.index_box7 .info1 a.more{
    display: inline-block;
    margin-top: 70px;
    width: 300px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #003782;
    font-size: 16px;
    color: #003782;
}
.index_box7 .info2 .line{
    overflow: hidden;
    line-height: 100px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
}
.index_box7 .info2 .line .icon,
.index_box7 .info2 .line .num,
.index_box7 .info2 .line p{
    float: left;
}
.index_box7 .info2 .line .num{
    display: inline-block;
    width: 140px;
    font-size: 36px;
    color: #003782;
    margin-left: 20px;
}
.index_box7 .info2 .line .num i{
    font-size: 36px;
    color: #003782;
}
.index_box7 .info2 .line p{
    font-size: 18px;
    color: #141414;
}
.index_box8{
    padding-top: 75px;
    padding-bottom: 70px;
    text-align: center;
}
.index_box8 h3{
    margin-bottom: 70px;
}
.index_box8 .items{
    overflow: hidden;
}
.index_box8 .items .item{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.index_box8 .items .item:nth-last-child(1){
    margin-right: 0;
}
.index_box8 .items .item .img a{
    display: flex;
    align-items: center;
    height: 350px;
    justify-content: center;
}
.index_box8 .items .item .tip a{
    display: block;
    font-size: 18px;
    color: #141414;
    line-height: 1.6;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}
.index_box8 .items .item .img a img{
    transition: all .3s;
}
.index_box8 .items .item:hover .img a img{
    transform: scale(1.1);
}
.index_box8 .items .item:hover .tip a{
    color: #003782;
    border-bottom-color: #003782;
    
}
.index_box8 a.more {
    display: inline-block;
    margin-top: 60px;
    width: 300px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #003782;
    font-size: 16px;
    color: #003782;
}

.about_box1{
    position: relative;
}
.about_box1 img{
    width: 100%;
}
.about_box1 .video_click{
    display: inline;
    vertical-align: middle;
}
.about_box1 .video_click::after{
    display: none;
}
.about_box1 .video_click img{
    width: 58px;
}
.about_box1 .Crumbs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.about_box1 .Crumbs a,
.about_box1 .Crumbs p,
.about_box1 .Crumbs span,
.about_box1 .Crumbs i{
    color: #fff !important;
}
.about_box1 .content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.about_box1 .content h1{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff !important;
}
.about_box2{
    padding-top: 90px;
    padding-bottom: 60px;
}
.about_box2 h3{
    font-size: 32px;
    color: #191919;
    line-height: 1.4;
    margin-bottom: 30px;
}
.about_box2 p{
    font-size: 16px;
    color: #717171;
    line-height: 1.5;
}
.about_box2 .info2{
    padding-left: 60px;
}
.about_box3{
    position: relative;
    max-width: 2000px;
    margin: auto;
}
.about_box3 h3{
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
}
.about_box4 {
    padding: 90px 0;
}
.about_box4 h3{
    font-size: 32px;
    color: #003782;
    margin-bottom: 30px;
}
.about_box4 p{
    font-size: 16px;
    color: #717171;
    line-height: 1.5;
}
.about_box4 .info2{
    padding-top: 60px;
    padding-left: 65px;
}
.about_box4 .line{
    overflow: hidden;
    margin-bottom: 18px;
}
.about_box4 .line .icon{
    float: left;
}
.about_box4 .line .txt{
    margin-left: 60px;
}
.about_box4 .line .txt h4{
    font-size: 20px;
    color: #013682;
    line-height: 1.4;
}
.about_box5{
    padding-top: 80px;
    padding-bottom: 110px;
    background: #f7f7f7;
}
.about_box5 .content{
    position: relative;
    text-align: center;
    height: 180px;
}

.about_box5 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
}
.about_box5 h4{
    font-size: 30px;
    color: #1e1e1e;
    line-height: 1.4;
    margin-bottom: 15px;
}
.about_box5 p{
    font-size: 20px;
    color: #717171;
    line-height: 1.4;
}
.about_box5 .slick-prev{
    width: 52px;
    height: 52px;
    left: -60px;
    background: url(/public/static/images/home/en-us/911_icon1.png)no-repeat center;
}
.about_box5 .slick-next{
    width: 52px;
    height: 52px;
    right: -60px;
    background: url(/public/static/images/home/en-us/911_icon3.png)no-repeat center;
}
.about_box5 .tab_btn{
    position: relative;
    overflow: hidden;
}
.about_box5 .tab_btn::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 63px;
    width: 100%;
    height: 1px;
    background: #b5b5b5;
}
.about_box5 .tab_btn .btn{
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.3;
    padding-top: 90px;
    background: url(/public/static/images/home/en-us/909_icon2.png)no-repeat center top;
}
.about_box5 .tab_btn .btn::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 57px;
    width: 1px;
    height: 12px;
    background: #b5b5b5;
}
.about_box5 .tab_btn .slick-current.btn{
    background: url(/public/static/images/home/en-us/909_icon1.png)no-repeat center top;
}
.about_box6{
    padding-top: 85px;
    padding-bottom: 30px;
}
.about_box6 h3{
    font-size: 32px;
    color: #191919;
    line-height: 1.4;
    margin-bottom: 60px;
}

.about_box6 .img{
    text-align: center;
    margin-bottom: 40px;
}
.about_box7{
    padding-bottom: 60px;
}
.about_box7 .tab_btn{
    overflow: hidden;
    margin-bottom: 40px;
}
.about_box7 .tab_btn .btn{
    float: left;
    padding: 0 52px;
    font-size: 24px;
    color: #1f1f1f;
    line-height: 56px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.about_box7 .tab_btn .btn.on{
    color: #013682;
    border-color: #013682;
}
.about_box7 .tab_info .line{
    overflow: hidden;
}
.about_box7 .tab_info .line .img{
    float: left;
}
.about_box7 .tab_info .line .info{
    margin-left: 300px;
}
.about_box7 .tab_info .line h4{
    font-size: 26px;
    color: #0b0b0b;
    line-height: 1.4;
    padding-top: 10px;
    margin-bottom: 10px;
}
.about_box7 .tab_info .line p{
    font-size: 16px;
    color: #090909;
    line-height: 1.5;
}
.about_box7 .tab_info .line{
    display: none;
}
.about_box7 .tab_info .line.on{
    display: block;
}
.about_box8{
    padding-top: 45px;
    padding-bottom: 35px;
    background: url(/public/static/images/home/en-us/1040_bg.jpg)no-repeat center;
    background-size: cover;
}
.about_box8 p{
    font-size: 20px;
    color: #191919;
    line-height: 1.4;
}
.about_box8 p a{
    color: #b81c22;
    text-decoration: underline;
}
.about_box8 a.more{
    display: inline-block;
    width: 250px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #003782;
}
.about_box8 a.more:hover{
    background: #0250bc;
}

.contact_box1{
    padding-top: 90px;
    padding-bottom: 66px;
    background: url(/public/static/images/home/en-us/1050_img.jpg)no-repeat center;
    background-size: cover;
}
.contact_box1 h1{
    color: #ffffff !important;
    margin-bottom: 25px;
}
.contact_box1 p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    padding: 0 125px;
}
.contact_box1 .img{
    margin-top: 90px;
    text-align: center;
}
.contact_box2{
    padding-top: 65px;
    padding-bottom: 100px;
}
.contact_box2 h3{
    margin-bottom: 90px;
}
.contact_box2 .info{
    text-align: center;
    padding: 0 50px;
    height: 150px;
}
.contact_box2 .info h4{
    font-size: 22px;
    color: #003782;
    line-height: 1.5;
    margin-bottom: 5px;
}
.contact_box2 .bor{
    border-left: 1px solid #003782;
    border-right: 1px solid #003782;
}
.contact_box2 .info p,
.contact_box2 .info p a{
    font-size: 16px;
    color: #343434;
    line-height: 1.5;
}
.contact_box3{
    padding-top: 45px;
    padding-bottom: 67px;
    background: #f7f7f7;
}
.contact_box3 h3{
    color: #191919;
    font-size: 36px;
    line-height: 1.4;
}
.contact_box3 p{
    font-size: 18px;
    color: #717171;
    line-height: 1.5;
}
.contact_box3 form{
    margin-top: 30px;
}
.contact_box3 form .input{
    position: relative;
    margin-bottom: 18px;
    
}
.contact_box3 form .input input[type=text],
.contact_box3 form .input textarea{
    border: 1px solid #747474;
    background: transparent;
    text-indent: 10px;
    width: 100%;
    height: 54px;
}
.contact_box3 form .input textarea{
    height: 100px;
    padding-top: 10px;
}
.contact_box3 form .input .btn{
    width: 218px;
    height: 44px;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    background: #b81c22;
    cursor: pointer;
    margin-top: 30px;
    transition: all .3s;
}
.contact_box3 form .input .btn:hover{
    background: #dc1c24;
}
.contact_box3 .form{
    padding-left: 30px;
}
.contact_box3{
    position: relative;
}
.contact_box3 .map{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.service_box1{
    padding-top: 280px;
    padding-bottom: 120px;
    background: url(/public/static/images/home/en-us/service_img1.jpg)no-repeat center;
    background-size: cover;
}
.service_box1 h1{
    color: #ffffff !important;
    text-transform: uppercase;
}
.service_box2{
    padding-top: 46px;
    padding-bottom: 44px;
}
.service_box2 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 50px;
}
.service_box2 .info{
    padding-right: 20px;
}
.service_box2 h4{
    font-size: 30px;
    color: #003882;
    margin-bottom: 10px;
}
.service_box2 p{
    font-size: 16px;
    color: #717171;
    line-height: 1.8;
}
.service_box3{
    padding-top: 65px;
    padding-bottom: 40px;
    background: #f7f7f7;
}
.service_box3 h3{
    font-size: 32px;
    color: #003782;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px;
}
.service_box3 .line{
    overflow: hidden;
}
.service_box3 .line .img{
    float: left;
}
.service_box3 .line .info{
    display: table;
    width: 483px;
    height: 49px;
    margin-left: 107px;
    border: 1px solid #003782;
    background: #fff;
    padding: 0 10px;
}
.service_box3 p{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.5;
}
.service_box3 .line .info p{
    display: table-cell;
    vertical-align: middle;
}
.service_box3 .info_right .line{
    margin-bottom: 20px;
}
.service_box3 .content{
    margin-top: 50px;
}
.service_box3 .content p{
    padding-right: 20px;
    padding-top: 10px;
}
.service_box4 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 25px;
}
.service_box4 ul li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 24px;
}
.service_box4 ul li::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #003782;
    border-radius: 50%;
}
.service_box4 ul li p{
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}
.service_box4{
    padding-top: 45px;
    padding-bottom: 70px;
}
.service_box4 .info{
    padding-top: 25px;
}
.service_box5{
    padding-bottom: 40px;
}
.service_box5 .items{
    overflow: hidden;
}
.service_box5 .items .item{
    text-align: center;
    float: left;
    width: 24%;
    margin-right: 14%;
}
.service_box5 .items .item:nth-last-child(1){
    margin-right: 0;
}
.service_box5 .items .item p{
    font-size: 18px;
    color: #003782;
    line-height: 1.4;
    padding-top: 10px;
}
.service_box5 h3{
    font-size: 32px;
    color: #003782;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
}
.treatment_box1{
    position: relative;
    padding-top: 130px;
    background: url(/public/static/images/home/en-us/1351_img1.jpg)no-repeat center top;
}
.treatment_box1 .content{
    border-radius: 10px;
    padding: 30px 50px;
    height: 535px;
    box-shadow: 0px 0px 9px 0px rgba( 0, 0, 0 ,.4);
    background: url(/public/static/images/home/en-us/1351_img2.jpg)#fff no-repeat center bottom;
}
.treatment_box1 .content h1,
.treatment_box1 .content h2{
    font-size: 30px;
    color: #0e0e0e;
    line-height: 1.2;
}
.treatment_box1 .content h2{
    margin-bottom: 10px;
}
.treatment_box1 .content p{
    font-size: 16px;
    color: #787878;
    line-height: 1.5;
}
.treatment_box1 .content a.more{
    display: inline-block;
    width: 208px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #003782;
    margin-top: 20px;
}
.treatment_box1 .content a.more:hover,
.treatment_box2 a.more:hover{
    background: #024fb7;
}
.treatment_box2{
    padding-top: 55px;
    padding-bottom: 40px;
}
.treatment_box2 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 30px;
}
.treatment_box2 h4{
    font-size: 24px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 35px;
}
.treatment_box2 ul li{
    position: relative;
    padding-left: 13px;
}
.treatment_box2 ul li::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #003782;
    border-radius: 50%;
}
.treatment_box2 ul li p{
    font-size: 16px;
    color: #717171;
    line-height: 2;
}
.treatment_box2 a.more{
    display: inline-block;
    width: 146px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #003782;
    margin-top: 40px;
    border-radius: 30px;
}
.treatment_box2 .info3{
    padding-top: 78px;
}
.treatment_box2 .info2  {   
    padding-top: 10px;
    padding-left: 36px;
}
.treatment_box3 .content{
    position: relative;
}
.treatment_box3 .content h3{
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
}
.treatment_box3 .content .items{
    position: relative;
    overflow: hidden;
    padding: 0 60px;
    margin-top: -130px;
    z-index: 10;
}
.treatment_box3 .content .items .item{
    float: left;
    width: 19%;
    text-align: center;
    margin-right: 21%;
}
.treatment_box3 .content .items .item .img{
    margin-bottom: 10px;
}
.treatment_box3 .content .items .item p a{
    font-size: 18px;
    color: #2a2a2a;
    line-height: 1.5;
}
.treatment_box3 .content .items .item:nth-last-child(1){
    margin-right: 0;
}
.treatment_box4{
    padding: 50px 0;
}
.treatment_box4 h4{
    font-size: 24px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 20px;
}
.treatment_box4 ul li{
    position: relative;
    padding-left: 13px;
}
.treatment_box4 ul li::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #003782;
    border-radius: 50%;
}
.treatment_box4 ul li p{
    font-size: 16px;
    color: #717171;
    line-height: 2;
}
.treatment_box4 a.more{
    display: inline-block;
    width: 146px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #003782;
    margin-top: 30px;
    border-radius: 30px;
}
.treatment_box4 a.more:hover{
    background: #024fb7;
}
.treatment_box4 .info1 .item p a{
    display: block;
    padding-top: 10px;
    font-size: 18px;
    color: #2a2a2a;
    line-height: 1.5;
}
.treatment_box4 .info1{
    margin: 55px 0;
}
.treatment_box5{
    padding-top: 55px;
    padding-bottom: 20px;
    background: #f9f9f9;
}
.treatment_box5 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}
.treatment_box5 .line{
    overflow: hidden;
    margin-bottom: 30px;
}
.treatment_box5 .line .img{
    float: left;
}
.treatment_box5 .line .info{
    margin-left: 175px;
    padding-top: 45px;
}
.treatment_box5 .line .info h4{
    font-size: 18px;
    color: #003782;
    margin-bottom: 10px;
    line-height: 1.4;
}
.treatment_box5 .line .info p{
    font-size: 16px;
    color: #353535;
    line-height: 1.5;
}
.treatment_box6{
    padding-top: 60px;
    padding-bottom: 45px;
    background: url(/public/static/images/home/en-us/1510_bg.jpg)no-repeat center;
    background-size: cover;
    text-align: center;
}
.treatment_box6 h3{
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
.treatment_box6 p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}
.treatment_box6 a.more{
    display: inline-block;
    width: 280px;
    line-height: 44px;
    background: #fff;
    color: #00367e;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 45px;
}
.treatment_box7{
    padding-top: 35px;
}
.treatment_box7 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
}
.treatment_box7 ul li{
    position: relative;
    padding-left: 16px;
}
.treatment_box7 ul li::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #003782;
    border-radius: 50%;
}
.treatment_box7 ul li p{
    font-size: 16px;
    color: #353535;
    line-height: 2;
}
.treatment_box7 .img{
    text-align: center;
}
.treatment_box8{
    padding-top: 50px;
    padding-bottom: 80px;
}
.treatment_box8 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}
.treatment_box8 ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
}
.treatment_box8 ul li::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #003782;
    border-radius: 50%;
}
.treatment_box8 ul li p{
    font-size: 16px;
    color: #353535;
    line-height: 1.5;
}
.treatment_box9 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 25px;
}
.treatment_box9 p{
    font-size: 16px;
    color: #353535;
    line-height: 1.5;
}
.treatment_box9 .line1{
    margin-bottom: 22px;
}
.treatment_box9 .line1 .info{
    padding-top: 20px;
    padding-left: 40px;
}
.treatment_box9 .line2 .info{
    padding-top: 75px;
}
.treatment_box10 .cust_slick .slick_first{
    padding: 0 10px;
}
.treatment_box10 .cust_slick .slick_first .content .info{
    box-shadow: 3.5px 3.062px 10px 0px rgba( 0, 55, 130 ,.2);
    padding: 75px 66px 70px 80px;
}
.treatment_box10 .cust_slick .slick_first .content .info{
    margin-left: 290px;
}
.treatment_box10{
    padding-top: 80px;
    padding-bottom: 50px;
}


.fix_dropdown_menu{
    display: none;
    position: absolute;
    width: 100%;
    top: 162px;
    left: 0;
    text-align: left;
}
.fix_dropdown_menu .itemBox{
    background: #142e8f;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.fix_dropdown_menu .item_links{
    width: 16%;
    float: left;
    margin-right: 0.66%;
}
.fix_dropdown_menu .item_links:nth-of-type(6n){
    margin-right: 0;
}
.fix_dropdown_menu .item_links h2 a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.fix_dropdown_menu .item_links ul li a{
    display: block;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    padding: 5px 0;
    text-align: left;
}
.fix_dropdown_menu .item_links ul li a:hover{
    border-bottom-style: solid;
}



.complete_box1{
    padding-top: 120px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.complete_box1 h1{
    font-size: 48px;
    color: #003782;
    line-height: 1.4;
    text-transform: uppercase;
}
.complete_box1 h1{
    padding-left: 70px;
}
.complete_box2 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.complete_box2 h3{
    font-size: 32px;
    color: #003782;
    inline-size: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.page li a{
    color:#000;
}
.linespan{
    display: inline-block;
    vertical-align: middle;
    width: 155px;
    height: 1px;
    background: #003882;
    margin: 0 20px;
}
.complete_box2 p{
    font-size: 16px;
    color: #717171;
    line-height: 1.3;
}
.complete_box2 .img{
    margin: 50px 0;
}
.complete_box2 h4{
    font-size: 26px;
    color: #1d1d1d;
    
    line-height: 1.5;
}
.complete_box3 .content .line{
    padding-bottom: 50px;
}
.complete_box3 h3{
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 41px;
    background: url(/public/static/images/home/en-us/1010_tip1.png)#e0e0e0 no-repeat left center;
    border-bottom: 1px solid #003782;
}
.complete_box3 h3 span{
    display: inline-block;
    font-size: 27px;
    color: #fff;
    margin-left: 10px;
    margin-right: 7px;
    vertical-align: middle;
    font-family: 'Saira';
    font-weight: bold;
    line-height: 1;
}
.complete_box3 p{
    font-size: 16px;
    color: #717171;
    line-height: 1.5;
}
.complete_box3 a.more{
    display: inline-block;
    line-height: 44px;
    padding: 0 33px;
    color: #003782;
    font-size: 16px;
    border: 1px solid #003782;
    border-radius: 30px;
    margin-top: 40px;
}
.complete_box3 a.more:hover{
    background: #003782 !important;
    color: #fff !important;
}
.complete_box3 h6{
    font-size: 24px;
    color: #003782;
    line-height: 1.4;
}
.complete_box3 ul li{
    position: relative;
    padding-left: 22px;
}
.complete_box3 ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #003782;
    border-radius: 50%;
}
.complete_box3 h4{
    font-size: 20px;
    color: #202020;
    padding-left: 10px;
    border-left: 4px solid #003882;
    line-height: 26px;
    margin-bottom: 20px;
}
.complete_box3 .info1{
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 70px;
}
.check_info .up{
    cursor: pointer;
    margin-bottom: 30px;
    display: none;
}
.check_info .down{
    cursor: pointer;
}
.check_info.on .up{
    display: block;
}
.check_info.on .down{
    display: none;
}
.check_info.on .line{
    display: none;
}
.check_info{
    margin-bottom: 30px;
}
.complete_box3 h5{
    font-size: 20px;
    color: #292929;
    margin-bottom: 20px;
}
.complete_box4{
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
    background: url(/public/static/images/home/en-us/1441_bg.jpg)no-repeat center;
    background-size: cover;
}
.complete_box4 h3{
    font-size: 36px;
    color: #003782;
    line-height: 1.4;
    margin-bottom: 40px;
}
.complete_box4 a.more{
    display: inline-block;
    width: 250px;
    line-height: 44px;
    background: #003782;
    color: #fff;    
    font-size: 18px;
    border: 1px solid #003782;
}
.complete_box4 a.more:hover{
    background: transparent;
    color: #003782;
}
.complete_box5{
    padding: 40px 0;
}
.complete_box5 .video{
    padding-top: 56.2%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.tips{
    color: red;
}
.complete_box5 .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.complete_box5 h3{
    font-size: 32px;
    color: #003782;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
.complete_box5 .content{
    padding: 50px 0;
    box-shadow: 0px 0px 9px 0px rgba( 0, 0, 0, .5 );
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.complete_box5 .content a.more{
    display: inline-block;
    width: 250px;
    line-height: 44px;
    background: #003782;
    color: #fff;
    font-size: 18px;
    border: 1px solid #003782;
    margin-top: 20px;
}
.complete_box5 .content a.more:hover{
    background: #fff;
    color: #003782;
}
.complete_box5 .items .item{
    text-align: center;
    margin-bottom: 10px;
}
.complete_box5 .items .item p a{
    font-size: 18px;
    color: #1f1f1f;
    display: block;
    padding-top: 10px;
}
.complete_box5 .items .item p a:hover{
    color: #003782;
    text-decoration: underline;
}
.complete_box6{
    padding: 45px 0;
    background: url(/public/static/images/home/en-us/1533_bg.jpg)no-repeat center;
    background-size: cover;
}
.complete_box6 p{
    font-size: 20px;
    color: #191919;
    line-height: 1.5;
}
.complete_box6 p a{
    color: #b81c22;
    text-decoration: underline;
}
.complete_box6 a.more{
    display: inline-block;
    width: 250px;
    line-height: 44px;
    background: #003782;
    color: #fff;
    font-size: 18px;
    border: 1px solid #003782;
    text-align: center;
    text-decoration: none;
}
.complete_box6 a.more:hover{
    background: transparent;
    color: #003782;
}
.complete_box3 .content .line .tip{
    padding-top: 10px;
    text-align: center;
}
.complete_box3 .content .line a{
    color: #003782;
    font-size: 20px;
}
.parlogo{
    padding-top: 70px;
}
.parlogo h3{
    margin-bottom: 40px;
}
.parlogo img{
    padding: 20px;

}
.complete_box5 .video_click img{
    border-radius: 10px;
}


.index_box2 h2,
.index_box3 h3,
.index_box7 h3,
.index_box8 h3,
.about_box1 .content h1,
.contact_box1 h1,
.contact_box2 h3,
.service_box1 h1,
.parlogo h3{
    font-size: 48px;
    color: #282828;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 1620px){
    .index_box4 .tab_info .tiptxt{
        width: 600px;
    }
    .index_box7 .info2 .line .num{
        width: 110px;
    }
    .index_box7 .info2 .line .num i{
        font-size: 24px;
    }
    .index_box7 .info2 .line p{
        font-size: 16px;
    }
    .nav_list > li{
        width: auto;
    }
    .header_nav .nav{
        padding: 22px 0;
        padding-right: 35px;
    }
    .nav_list > li > a{
        padding: 0 15px;
    }
    .lang{
        top: 64px;
    }
}
@media (max-width: 1420px){
    .fix_dropdown_menu{
        top: 128px;
    }
    .header_nav .logo_box{
        width: 18%;
    }
    .header_nav .nav{
        width: 80%;
    }
    .nav_list > li > a > span{
        font-size: 16px;
        line-height: 63px;
    }
    .lang{
        top: 48px;
    }
    .index_box4 .tab_info .tiptxt{
        width: 500px;
    }
    .index_box7 .info2 .line p{
        font-size: 13px;
    }
    .nav_list > li > a{
        padding: 0 12px;
    }
    .header_nav .logo_box{
        height: 107px;
    }
}
@media (max-width: 1320px){
    .about_box5 .slick-prev{
        left: 0;
    }
    .about_box5 .slick-next{
        right: 0;
    }
}
@media (max-width: 1220px){
    .header_nav .logo_box{
        width: 14%;
    }
    .header_nav .nav{
        width: 84%;
    }
    .nav_list > li > a > span{
        font-size: 14px;
        line-height: 73px;
    }
    .index_box3 .content .items{
        padding: 0;
    }
    .service_box3 .line .info{
        width: 360px;
    }
    .index_box4 .tab_info .tiptxt{
        width: 400px;
    }
    .index_box7 .info2 .line .num{
        width: 90px;
        margin-left: 5px;
    }
    .index_box7 .info2 .line{
        padding-left: 10px;
    }
    .index_box7 .info2 .line .num{
        width: 82px;
    }
    .index_box7 .info2 .line .icon{
        width: 40px;
        padding-top: 21px;
    }
    .header_nav .nav {
        padding: 12px 0;
        padding-right: 35px;
    }
    .nav_list > li > a{
        padding: 0 10px;
    }
    .lang{
        top: 35px;
    }
}

@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }
    .parlogo{
        padding-top: 30px;
    }
    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        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 {
        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 45px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 3px;
        width: 45px;
        background: #666;
        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: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list > li a span {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 16px;
        color: #5e6063;
    }

    .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: 40px;
        height: 36px;
        background: #000;
        top: 0px;
        right: 10px;
        background: url("/public/static/images/home/en-us/reset/dropdown_menu.png") no-repeat 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;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }
    .product_img_box{
        position: relative;
    }
    .product_img_slick_box{
        position: static;
    }
    .logo_box{
        padding: 10px 0;
    }
    .lang{
        top: 18px;
        right: 10px;
    }
    .index_box1 .slick-dots li button{
        width: 40px;
        height: 5px;
    }
    .hline{
        display: none;
    }
    .index_box2 h2, .index_box3 h3, .index_box7 h3, .index_box8 h3, .about_box1 .content h1, .contact_box1 h1, .contact_box2 h3, .service_box1 h1,.parlogo h3{
        font-size: 30px;
    }
    .index_box2 p.tip{
        padding: 0;
        margin-bottom: 30px;
    }
    .index_box2{
        padding: 30px 0;
    }
    .index_box2 .items .bor{
        border: 0;
    }
    .index_box2 .items{
        border: 0;
    }
    .index_box2 .items .container_1600{
        border: 0;
    }
    .index_box2 .items .item .img{
        text-align: center;
    }
    .index_box2 .items .item{
        padding: 0;
        margin-bottom: 20px;
    }
    .index_box2 .items .item .info{
        padding: 0 20px;
    }
    .index_box3{
        padding: 30px 0;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .complete_box1 h1{
        padding-left: 0;
        font-size: 30px;
    }
    .complete_box1{
        padding: 50px 0;
    }
    .complete_box2 h3,
    .complete_box4 h3,
    .complete_box5 h3{
        font-size: 22px;
    }
    .complete_box5 .content{
        padding: 30px 10px;
    }
    .complete_box6 a.more{
        margin-top: 30px;
    }
    .complete_box6 p{
        text-align: center !important;
    }
    .linespan{
        display: none;
    }
    .complete_box2 h4{
        font-size: 18px;
    }
    .check_info .down,
    .check_info .up{
        display: none !important;
    }
    .complete_box3 .info1{
        padding-left: 0;
        padding-bottom: 30px;
    }
    .complete_box3 a.more{
        margin-bottom: 30px;
    }
}
@media (max-width: 992px){
    .index_box3 .content .items .item{
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .index_box3 .content h4{
        font-size: 30px;
    }
    .index_box4 .tab_btns .item{
        display: block;
        padding: 0 20px;
        line-height: 40px;
        font-size: 20px;
    }
    .index_box4 .tab_info .content .num,
    .index_box4 .tab_info .content .tip,
    .index_box4 .tab_info .tiptxt{
        display: none;
    }
    .index_box4 .tab_info{
        padding: 10px 0;
    }
    .cust_slick .slick_first .content .imgs{
        float: none;
    }
    .cust_slick .slick_first .content .info{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .index_box5{
        padding: 30px 0;
    }
    .cust_slick .slick_first .content .info{
        padding: 20px !important;
        box-shadow: none;
    }
    .cust_slick .slick_first{
        padding: 0;
    }
    .cust_slick .slick_first .content .info::before,
    .cust_slick .slick_first .content .info::after{
        display: none;
    }
    .index_box7 .container_1600{
        padding: 30px 0;
        border-left: 0;
    }
    .index_box7{
        background: none;
    }
    .index_box7 .info1 a.more{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .index_box8{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .index_box7 .container_1600{
        padding-bottom: 0;
    }
    .index_box8 h3{
        margin-bottom: 30px;
    }
    .index_box8 .items .item{
        width: 100%;
        margin-right: 0;
    }
    .index_box8 .items .item{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .index_box8 .items .item .img a{
        display: block;
        text-align: left;
        height: auto;
    }
    .index_box8 a.more{
        margin-top: 30px;
    }
    .footer_box .footer_tip .follow_service{
        position: static;
        padding-top: 30px;
    }
    .footer_box .footer_tip .container_1600{
        padding: 30px 0;
    }
    .fast_navigation .items .item:nth-of-type(1),
    .fast_navigation .items .item:nth-of-type(2),
    .fast_navigation .items .item:nth-of-type(3){
        display: none;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    .fast_navigation{
        padding-bottom: 30px;
    }
    .footer_copyright{
        padding-bottom: 50px;
    }
    .footer_info .content .item .info{
        margin-bottom: 20px;
    }
    .footer_info .content .item{
        padding-left: 0;
    }
    .footer_box .footer_tip .footer_logo{
        width: 80%;
        margin: auto;
    }
    .about_box1 .Crumbs{
        height: 0;
        padding: 0;
    }
    .about_box2{
        padding: 30px 0;
    }
    .about_box2 .info2{
        padding-left: 0;
        padding-top: 20px;
    }
    .about_box4{
        padding: 30px 0;
    }
    .about_box4 .info2{
        padding-top: 20px;
        padding-left: 0;
    }
    .about_box5 .slick-prev{
        left: 0;
        opacity: .5;
    }
    .about_box5 .slick-next{
        right: 0;
        opacity: .5;
    }
    .his_slick{
        padding: 0 50px;
    }
    .about_box5 .tab_btn{
        display: none;
    }
    .about_box5 .content{
        height: auto;
    }
    .about_box5{
        padding: 30px 0;
    }
    .about_box6{
        padding: 30px 0;
    }
    .about_box7 .tab_btn{
        display: none;
    }
    .about_box7 .tab_info .line{
        display: block;
        margin-bottom: 30px;
    }
    .about_box7 .tab_info .line .img{
        float: none;
    }
    .about_box7 .tab_info .line .info{
        width: 100%;
        margin-left: 0;
    }
    .about_box8 a.more{
        margin-top: 20px;
    }
    .contact_box1 p{
        padding: 0;
    }
    .contact_box1{
        padding: 50px 0;
    }
    .contact_box1 .img{
        margin-top: 30px;
    }
    .contact_box2 .bor{
        border: 0;
    }
    .contact_box2 .info{
        padding: 0;
        margin-bottom: 20px;
    }
    .contact_box3 .map{
        position: static;
        width: 100%;
        height: 400px;
    }
    .contact_box3{
        padding-bottom: 0;
    }
    .contact_box3 .form{
        padding-left: 0;
        margin-bottom: 20px;
    }
    .service_box1{
        padding: 100px 0;
    }
    .service_box2 h4{
        margin-top: 20px;
    }
    .service_box3 .line .img{
        float: none;
    }
    .service_box3 .line .info{
        margin-left: 0;
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .service_box3 .content p{
        margin-bottom: 10px;
    }
    .service_box5 .items .item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .service_box3 .content{
        text-align: center;
    }
    .treatment_box1 .content{
        background-size: contain;
    }
    .treatment_box1 .content{
        padding: 30px 20px;
    }
    .treatment_box2 .info2{
        padding-left: 0;
    }
    .treatment_box2 .info3{
        padding-top: 30px;
    }
    .treatment_box4 .info1{
        text-align: center;
    }
    .treatment_box4 .info1 .item{
        margin-bottom: 20px;
    }
    .treatment_box10 .cust_slick .slick_first .content .info{
        margin-left: 0;
        box-shadow: none;
    }
    .treatment_box10,
    .treatment_box8{
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .footer_fixed_form{
        display: none;
    }

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .fast_navigation .col_lg_6,
    .fast_navigation .col_lg_8{
        display: none;
    }
    .fast_navigation .col_lg_10{
        width: 100%;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }
    .index_box7 .info2 .line p{
        float: none;
        width: 100%;
        clear: both;
    }
    .index_box7 .info2 .line{
        line-height: 30px;
        margin-bottom: 30px;
    }
    .index_box7 .info2 .line .num{
        line-height: 70px;
    }
    .cust_slick .slick_first .content .info{
        padding: 0 !important;
    }
    .index_box3 a.more{
        width: 90%;
    }
    .treatment_box5 .line .img{
        width: 80px;
    }
    .treatment_box5 .line .info{
        margin-left: 94px;
        padding-top: 20px;
    }
    .treatment_box9 .line1 .info{
        padding-left: 0;
    }
    .treatment_box9 .line2 .info{
        padding-top: 30px;
    }
}
@media (max-width: 640px){
    .about_box3{
        margin-top: 50px;
    }
    .about_box3 h3{
        top: -50px;
        color: #000;
    }
}
@media (max-width: 580px){

}
@media (max-width: 480px) {

}