/*头部*/
.header {
    position: relative;
    z-index: 999;
}

/*logo*/
.header_top .info{
    display: flex;
    justify-content: space-between;
}
.header_top .logo_box span{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
}
.header_top .logo_box{
    width: 26%;
}
.header_top .logo_box img{
    vertical-align: middle;
}
.header_top .header_info{
    width: 37%;
    line-height: 70px;
}
.lang_box{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.lang_box ul{
    position: absolute;
    top: -20px;
    left: 0;
    width: 155px;
    height: 35px;
    overflow: hidden;
    transition: all .3s;
}
.lang_box.on ul{
    height: 90px;
}
.header_top .header_info img{
    vertical-align: middle;
    margin-right: 10px;
}
.header_top .header_info span{
    font-size: 16px;
    font-weight: 400;
    margin-right: 35px;
}
.header_top .header_info span a{
    font-size: 16px;
    font-weight: 400;
}
.header_top .header_info .lang_box li{
    margin-bottom: 10px;
}
.header_top .header_info .lang_box li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}
.header_top .header_info .lang_box li a i{
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/xiabiao.png")no-repeat center;
    vertical-align: middle;
    margin-left: 5px;
}
.header_top .header_info .lang_box li:nth-child(2){

}
.header_top .header_info a:hover{
    color: #003f95;
    text-decoration: underline;
}
.header_top .header_info .lang_box li a:hover {
    color: #003f95;
    text-decoration: none;
}
.header .nav{
    height: 60px;
    background: #003f95;
    text-align: right;
}
.header .nav .container_1600{
    position: relative;
    overflow: inherit;
}
/*search*/
.header_search_box {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 32px;
    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: #ec6941;
    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("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
/*导航*/
.header_nav .container_1200{
    position: relative;
}
.nav_list {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    position: relative;
    text-align: center;
    padding-right: 135px;
}

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

.nav_list > li > a {
    display: inline-block;
    padding: 0 35px;
    transition: all 0s;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    transition: all 0s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 18px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat center 2px;
    -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{

    transition: all .3s;
}
.nav_list > li.active span,
.nav_list > li.on span{
    border-bottom: 4px solid #ec6941;
}

.nav_normal > li {
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 185px;
    display: none;
    background: #003f95;
    z-index: 1;
    padding: 10px 0px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    width: 100%;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct li a{
    position: relative;
}
.nav_normal > li .dropdown_menu li{
    position: relative;
}
.nav_normal > li .dropdown_menu li a:after{
    content: '';
    position: absolute;
    left: 5px;
    top: 13px;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #ec6941;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct li a:after{
    left: 30px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct li a{
    padding-left: 50px;
    padding-right: 0;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 16.666666666666668%;
    float: left;
}

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

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 10px;
}
.nav_normal .dropdown_menu li a:hover{
    color: #000;
    background: #fff;
}


/*pc隐藏模块*/
.m_header {
    display: none;
}

/*footer*/
.footer_box{
    background: #f7f7f7;
}
.footer_box .footer_info{
    display: flex;
}
.footer_nav1{
    width: 12.5%;
}
.footer_nav1 p,
.footer_nav4 p,
.footer_nav4 p a{
    font-size: 16px;
    font-weight: 300;
    color: #003f95;
    line-height: 1.6em;
}
.footer_nav4 p a:hover{
    text-decoration: underline;
}
.footer_nav2{
    width: 9.5%;
    margin-left: 120px;
}
.footer_nav3{
    width: 15%;
    margin-left: 120px;
}
.footer_nav4{
    width: 21.25%;
    margin-left: 120px;
}
.footerCon_box{
    position: relative;
}
.footerCon_box .getFree{
    position: absolute;
    right: 0;
    top: 110px;
    width: 20%;
    padding-top: 35px;
    padding-bottom: 46px;
    text-align: center;
    background: #003f95;
}
.footerCon_box .getFree h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.footerCon_box .getFree p{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}
.footerCon_box .getFree a{
    display: block;
    margin: auto;
    width: 230px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    color: #003f95;
    font-weight: 300;
    border-radius: 30px;
    background: #fff;
}
.fast_navigation{
    padding-top: 100px;
    padding-bottom: 120px;
    overflow: hidden;
}
.fast_navigation h2{
    position: relative;
    font-size: 24px;
    color: #003f95;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.fast_navigation h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 2px;
    background: #ec6941;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 16px;
    color: #003f95;
    line-height: 1.6em;
    font-weight: 300;
}
.fast_navigation ul li a:hover{
    text-decoration: underline;
}

.footer_copyright{
    overflow: hidden;
    border-top: 1px solid #003f95;
}
.footer_copyright .container_1200{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_copyright .text{
    float: left;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    color: #003f95;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.footer_copyright p a:hover{
    text-decoration: underline;
}
.fast_navigation .follow_box{
    margin-top: 15px;
}
.fast_navigation .follow_box a{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.fast_navigation .follow_box a:hover{
    opacity: .7;
}
.fast_navigation .follow_box a:nth-child(1){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/youtobe.png")no-repeat center;
}
.fast_navigation .follow_box a:nth-child(2){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/linkedin.png")no-repeat center;
}
.fast_navigation .follow_box a:nth-child(3){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/facebook.png")no-repeat center;
}

.banner_slick .img{
    line-height: 0;
}
.banner_slick .slick-dots li{
    background: #fff;
}
.banner_slick .slick-dots li.slick-active{
    background: #ec6941;
}
.index_box2{
    padding-top: 70px;
    padding-bottom: 40px;
}
.index_box2 .tip{
    width: 200px;
    float: left;
}
.index_box2 .tip h2{
    font-size: 52px;
    color: #003f95;
    font-weight: bold;
}
.index_box2 .tip a.more{
    display: block;
    font-size: 16px;
    color: #ec6941;
    font-weight: 400;
    margin-top: 20px;
}
.index_box2 .tip a.more:hover{
    text-decoration: underline;
}
.index_box2 .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 25px;
    width: 78.75%;
}
.index_box2 .items .item{
    width: 15%;
    background: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.index_box2 .items .item a{
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.index_box2 .items .item.on,
.index_box2 .items .item:hover{
    background: #003f95;
    color: #fff;
}
.index_box2 .items .item.on a,
.index_box2 .items .item:hover a{
    color: #fff;
}
.index_box3{

}
.index_box3 .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;
}
.index_box3 .items .item{
    width: 20.87%;
    border-bottom: 5px solid #003f95;
    margin-bottom: 45px;
    background: #f7f7f7;

}
.index_box3 .items .item .img{
    line-height: 0;
    overflow: hidden;
    text-align: center;
}
.index_box3 .items .item .img img{
    transition: all .3s;
}
.index_box3 .items .item:hover .img img{
    transform: scale(1.1);
}
.clear_box{
    clear: both;
    overflow: hidden;
}
.index_box3 .items .item span{
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    color: #003f95;
    font-weight: 400;
    background: #f7f7f7;
    transition: all .3s;
}
.index_box3 .items .item:hover span{
    background: #003f95;
    color: #fff;
}
.toTop{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/toTop.png")no-repeat center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-top: 55px;
    cursor: pointer;
}
.index_box4{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/index_bg1.jpg")no-repeat center;
    background-size: cover;
    height: 535px;
}
.index_box4 .tip{
    width: 25%;
    float: left;
    padding-top: 100px;
    padding-left: 55px;
    padding-right: 55px;
    background: #fff;
    height: 510px;
    text-align: center;
}
.index_box4 .content{
    width: 75%;
    float: right;
    padding-top: 160px;
    padding-left: 55px;
}
.index_box4 .tip h2{
    font-size: 50px;
    color: #003f95;
    font-weight: bold;
    padding: 40px 0;
    border-top: 6px solid #003f95;
}
.index_box4 .tip p:nth-child(2){
    font-size: 22px;
    color: #003f95;
    font-weight: 400;
    margin-bottom: 30px;
}
.index_box4 .tip p:nth-child(3),
.index_box4 .tip p:nth-child(4){
    font-size: 22px;
    color: #003f95;
    font-weight: 300;
    line-height: 1.4em;
}
.index_box4 .tip p:nth-child(4){
    padding-bottom: 30px;
    border-bottom: 1px solid #003f95;
}
.index_box4 .content p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7em;
}
.index_box4 .content a.more{
    display: block;
    width: 150px;
    height: 48px;
    border-radius: 10px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #ec6941;
    margin-top: 20px;
}
.index_box5{
    padding-top: 30px;
}
.index_box5 h2,
.index_box6 h2,
.index_box7 h2,
.index_box8 h2,
.index_box9 h2{
    font-size: 50px;
    color: #003f95;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}
.index_box5 a.more,
.index_box6 a.more,
.index_box7 a.more,
.index_box8 a.more,
.index_box9 a.more{
    display: block;
    font-size: 16px;
    color: #ec6941;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.index_box5 a.more:hover,
.index_box6 a.more:hover,
.index_box7 a.more:hover,
.index_box8 a.more:hover,
.index_box9 a.more:hover{
    text-decoration: underline;
}
.index_box5 .items{
    display: flex;
    justify-content: space-between;
}
.index_box5 .items .item{
    width: 202px;
    height: 250px;
    text-align: center;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s;
}
.index_box5 .items .item:hover{
    transform: translateY(-15px);
}
.index_box5 .items .item .icon{
    margin-bottom: 10px;
}
.index_box5 .items .item:nth-child(odd){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/index_ab_bg1.png")no-repeat center;
    background-size: cover;
}
.index_box5 .items .item:nth-child(odd) p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.4em;
}
.index_box5 .items .item:nth-child(even){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/index_ab_bg2.png")no-repeat center;
    background-size: cover;
}
.index_box5 .items .item:nth-child(even) p{
    font-size: 16px;
    color: #003f95;
    font-weight: 300;
    line-height: 1.4em;
}
.index_box6{
    padding-top: 50px;
}
.index_box6 .items{
    display: flex;
}
.index_box6 .items .item{
    position: relative;
    width: 25%;
}
.index_box6 .items .item .img{
    line-height: 0;
    overflow: hidden;
}
.index_box6 .items .item .img img{
    transition: all .3s;
}
.index_box6 .items .item:hover .img img{
    transform: scale(1.1);
}
.index_box6 .items .item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 130px;
    text-align: center;
}
.index_box6 .items .item a .icon{
    margin-bottom: 10px;
}
.index_box6 .items .item a span{
    display: block;

}
.index_box6 .items .item a span:nth-child(2){
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 90px;
}
.index_box6 .items .item a span:nth-child(3){
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: none;
}
.index_box6 .items .item:hover a{
    background: rgba(0,63,149,.8);
}
.index_box6 .items .item:hover a span:nth-child(3){
    display: block;
}
.index_box7{
    padding-top: 80px;
}
.index_box7 h2{
    margin-bottom: 30px;
}
.exhibition_slick .slick_first{
    position: relative;
    padding: 0 20px;
}
.exhibition_slick .slick_first .img{
    position: relative;
    line-height: 0;
}
.exhibition_slick .slick_first .img:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
}
.exhibition_slick .slick-current .img:after{
    background: none;
}
.exhibition_slick .slick_first .content{
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -138px;
    width: 276px;
    height: 200px;
    padding-top: 90px;
    text-align: center;
    background: rgba(255,255,255,.5);
}
.exhibition_slick .slick_first .content h3{
    font-size: 22px;
    color: #252525;
    font-weight: bold;
    margin-bottom: 60px;
}
.exhibition_slick .slick_first .content p{
    font-size: 18px;
    color: #252525;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.exhibition_slick .slick_first .content a.more{
    font-size: 18px;
    color: #252525;
    font-weight: 400;
    text-decoration: underline;
}
.exhibition_slick  .slick-prev{
    width: 80px;
    height: 80px;
    left: 160px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/ex_left.png")no-repeat center;
}
.exhibition_slick  .slick-next{
    width: 80px;
    height: 80px;
    right: 160px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/ex_left.png")no-repeat center;
    transform: rotate(180deg);
}
.index_box8{
    padding-top: 120px;
}
.index_box8 .items{
    display: flex;
    padding-top: 15px;
}
.index_box8 .items .item{
    width: 16.2%;
}
.index_box9{
    padding-top: 60px;
}
.index_box9 .items{
    display: flex;
    justify-content: space-between;
}
.index_box9 .items .item{
    width: 32%;
    transition: all .3s;
}
.index_box9 .items .item .img{
    width: 43%;
    float: left;
}
.index_box9 .items .item .content{
    width: 57%;
    float: right;
    padding-right: 20px;
    padding-left: 7%;
    padding-top: 6%;
}
.index_box9 .items .item .content p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin-bottom: 15px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_box9 .items .item .content p:nth-child(2){
    font-size: 16px;
    font-weight: 300;
    color: #252525;
    line-height: 1.4em;
    height: 88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.index_box9 .items .item:hover{
    background: #f7f7f7;
}
.index_box10{
    margin-top: 110px;
    padding: 64px 0;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/form_bg.jpg")no-repeat center;
    background-size: cover;
}
.index_box10 .content{
    padding-top: 80px;
    padding-bottom: 76px;
    background: rgba(0,63,149,.8);
}
.index_box10 .col_box.text{
    padding-right: 100px;
}
.index_box10 h2{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.index_box10 p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 1.4em;
}
.index_box10 .con{
    margin-top: 50px;
}
.index_box10 .con p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.4em;
}
.index_box10 .con p a{
    color: #ec6941;
    font-size: 16px;
    font-weight: 300;
}
.index_box10 .input{
    position: relative;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
}
.index_box10 .input input[type=text],
.index_box10 .input textarea{
    width: 160px;
    height: 40px;
    border: 0;
    background: #fff;
    color: #003f95;
    text-indent: 12px;
}
.index_box10 .input input[type=text]::placeholder,
.index_box10 .input textarea::placeholder{
    color: #003f95;
}
.index_box10 .input textarea{
    width: 536px;
    height: 145px;
    resize: none;
    padding-top: 10px;
}
.index_box10 .input.code input{
    width: 280px;
}
.index_box10 .input .tips{
    display: block;
    color: red;
}
.index_box10 .input .Varify_img{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 38px;
}
.index_box10 .input .sub{
    width: 536px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #ec6941;
    border: 0;
    cursor: pointer;
}

.company_nav{
    padding-top: 50px;
    padding-bottom: 40px;
}
.company_nav .items{
    display: flex;
    justify-content: space-between;
}
.company_nav .items .item{
    width: 23%;
}
.company_nav .item a{
    display: block;
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #ec6941;
    border-radius: 5px;
}
.company_nav .item.on a,
.company_nav .item:hover a{
    background: #003f95;
    color: #fff;
}
.con_title h1,
.con_title h2{
    font-size: 20px;
    color: #2e2e2e;
    font-weight: bold;
    padding-left: 75px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/who-we-are_bg1.jpg")no-repeat left center;
}
.company_box1 h1{
    margin-bottom: 30px;
}
.company_box1 p{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 25px;
}
.company_box2{
    padding-top: 30px;
}
.company_box2 .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.company_box2 .content .img_b{
    width: 52.5%;
    margin-bottom: 20px;
    line-height: 0;
}
.company_box2 .content .img_s{
    width: 46%;
    margin-bottom: 20px;
    line-height: 0;
}
.company_box3{
    padding-bottom: 100px;
}
.company_box3 h2{
    margin-top: 25px;
    margin-bottom: 55px;
}
.company_box3 .content .line{
    background: #fbfbfb;
}
.company_box3 .con_text{
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 40px;
    width: 50%;
}
.company_box3 .con_text p{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.7em;
}
.company_box3 .img{
    position: relative;
    width: 50%;
    line-height: 0;
}
.company_box3 .img img{
    width: 100%;
}
.company_box3 .content .line:nth-child(odd) .con_text{
    float: left;
}
.company_box3 .content .line:nth-child(odd) .img{
    float: right;
}
.company_box3 .content .line:nth-child(odd) .img:after{
    content: '';
    position: absolute;
    left: -51px;
    top: 40px;
    border: 26px solid transparent;
    border-right-color: #eeeee4;
}
.company_box3 .content .line:nth-child(even) .img:after{
    content: '';
    position: absolute;
    right: -51px;
    top: 40px;
    border: 26px solid transparent;
    border-left-color: #003f95;
}
.company_box3 .content .line:nth-child(even) .con_text{
    float: right;
    padding-left: 40px;
}
.company_box3 .content .line:nth-child(even) .img{
    float: left;
}
.company_box3 .content .line:nth-child(1) .con_text{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/who-we-are_bg2.png")no-repeat 20px 20px;
}
.company_box3 .content .line:nth-child(2) .con_text{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/who-we-are_bg3.png")no-repeat 40px 20px;
}
.company_box3 .content .line:nth-child(3) .con_text{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/who-we-are_bg4.png")no-repeat 20px 20px;
}
.company_box3 .content .line:nth-child(4) .con_text{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/who-we-are_bg5.png")no-repeat 40px 20px;
}
.partner_box1{
    padding-bottom: 80px;
}
.partner_box3{
    padding-top: 80px;
    padding-bottom: 100px;
}
.partner_box3 h2{
    margin-bottom: 40px;
}
.partner_box3 .items{
    display: flex;
    justify-content: space-between;
}
.partner_box3 .items .item{
    width: 22%;
}
.organization_box1 h1{
    margin-bottom: 45px;
}
.organization_box2 h2{
    margin-top: 78px;
    margin-bottom: 60px;
}
.organization_box2{
    padding-bottom: 68px;
}
.process_box1{
    padding-bottom: 80px;
}
.process_box1 h1{
    margin-bottom: 15px;
}
.process_box1 .left .line{
    padding-top: 40px;
    padding-right: 55px;
    margin-bottom: 100px;
}
.process_box1 .left{
    position: relative;
}
.process_box1 .left:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 86%;
    height: 1px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/heng_bg.png")repeat-x center;
}
.process_box1 .right{
    padding-top: 130px;
}
.process_box1 .right .line{
    padding-left: 55px;
    margin-bottom: 100px;
}
.process_box1 .line .item{
    display: flex;
    border: 1px solid #ccc;
}
.process_box1 .left .line .item .text{
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 5px;
}
.process_box1 .right .line .item .text{
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 5px;
}
.process_box1 .line .item .img{
    line-height: 0;
}
.process_box1 .line .item .text p:nth-child(1){
    font-size: 18px;
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 25px;
}
.process_box1 .line .item .text p:nth-child(2){
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
}
.process_box1 .left{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/shu_bg.png")repeat-y right center;
}
.process_box1 .left .line:nth-child(1) .img{
    width: 56%;
}
.process_box1 .left .line:nth-child(2) .img{
    width: 44%;
}
.process_box1 .left .line:nth-child(3) .img{
    width: 56%;
}
.process_box1 .left .line:nth-child(4) .img{
    width: 40%;
}
.process_box1 .left .line:nth-child(5) .img{
    width: 38%;
}
.process_box1 .left .line:nth-child(1) .text{
    width: 44%;
}
.process_box1 .left .line:nth-child(2) .text{
    width: 56%;
}
.process_box1 .left .line:nth-child(3) .text{
    width: 44%;
}
.process_box1 .left .line:nth-child(4) .text{
    width: 60%;
}
.process_box1 .left .line:nth-child(5) .text{
    width: 62%;
}

.process_box1 .right .line:nth-child(1) .img{
    width: 56%;
}
.process_box1 .right .line:nth-child(2) .img{
    width: 56%;
}
.process_box1 .right .line:nth-child(3) .img{
    width: 45%;
}
.process_box1 .right .line:nth-child(4) .img{
    width: 39%;
}
.process_box1 .right .line:nth-child(5) .img{
    width: 39%;
}
.process_box1 .right .line:nth-child(1) .text{
    width: 44%;
}
.process_box1 .right .line:nth-child(2) .text{
    width: 44%;
}
.process_box1 .right .line:nth-child(3) .text{
    width: 55%;
}
.process_box1 .right .line:nth-child(4) .text{
    width: 61%;
}
.process_box1 .right .line:nth-child(5) .text{
    width: 61%;
}
.process_box1 .number .num{
    width: 90px;
    height: 80px;
}
.process_box1 .number .num:nth-child(1){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num1.png")no-repeat center;
    margin-bottom: 80px;
}
.process_box1 .number .num:nth-child(2){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num2.png")no-repeat center;
    margin-bottom: 110px;
}
.process_box1 .number .num:nth-child(3){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num3.png")no-repeat center;
    margin-bottom: 80px;
}
.process_box1 .number .num:nth-child(4){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num4.png")no-repeat center;
    margin-bottom: 150px;
}
.process_box1 .number .num:nth-child(5){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num5.png")no-repeat center;
    margin-bottom: 80px;
}
.process_box1 .number .num:nth-child(6){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num6.png")no-repeat center;
    margin-bottom: 150px;
}
.process_box1 .number .num:nth-child(7){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num7.png")no-repeat center;
    margin-bottom: 80px;
}
.process_box1 .number .num:nth-child(8){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num8.png")no-repeat center;
    margin-bottom: 150px;
}
.process_box1 .number .num:nth-child(9){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num9.png")no-repeat center;
    margin-bottom: 80px;
}
.process_box1 .number .num:nth-child(10){
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/num10.png")no-repeat center;
    margin-bottom: 80px;
}
.process_box1 .row{
    position: relative;
}
.process_box1 .number{
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 40px;
}
.application_banner{
    position: relative;
}
.application_banner .img{
    line-height: 0;
}
.application_banner .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.application_banner .content h1{
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1%;
    margin-bottom: 2%;
}
.application_banner .content p{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4em;
    padding: 0 50px;
}
.application_nav{
    padding-top: 50px;
    padding-bottom: 60px;
}
.application_nav .items{
    padding-right: 30px;
}
.application_nav .items .item{
    margin-bottom: 20px;
    background: rgba(236,105,65,1);
    border-radius: 10px;
}
.application_nav .items .item:hover,
.application_nav .items .item.on{
    background: #003f95;
}
.application_nav .items .item:hover a,
.application_nav .items .item.on a{
    font-size: 22px;
}
.application_nav .items .item a{
    display: block;
    line-height: 60px;
    padding-left: 88px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all 0s;
}
.application_nav .content{
    padding: 20px 20px 20px 20px;
    background: #fafafa;
}
.application_nav .content p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 1.4em;
}
.application_nav .items .item:nth-child(1) a{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/app_icon1.png")no-repeat 16px center;
}
.application_nav .items .item:nth-child(2) a{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/app_icon2.png")no-repeat 16px center;
}
.application_nav .items .item:nth-child(3) a{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/app_icon3.png")no-repeat 16px center;
}
.application_nav .items .item:nth-child(4) a{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/app_icon4.png")no-repeat 16px center;
}
.application_content{
    padding-bottom: 15px;
}
.application_content .line{
    margin-bottom: 50px;
    overflow: hidden;
}
.application_content h2{
    margin-top: 5px;
    margin-bottom: 20px;
}
.application_content .line p{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.6em;
}
.application_content h2{
    text-transform: uppercase;
}
.contact_box1{
    position: relative;
}
.contact_box1 .img{
    line-height: 0;
}
.contact_box1 .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.contact_box1 .content h1{
    font-size: 30px;
    font-weight: 400;
    color: #003f95;
}
.contact_box2{
    padding-top: 50px;
}
.contact_box2 h2{
    margin-bottom: 30px;
}
.contact_box2 p{
    font-size: 16px;
    font-weight: 300;
    color: #292929;
    line-height: 1.5em;
}
.contact_box2 p a{
    font-size: 16px;
    font-weight: bold;
    color: #003f95;
}
.contact_box2 .form{
    margin-top: 60px;
}
.contact_box2 .form .left{
    padding-right: 20px;
}
.contact_box2 .form .right{
    padding-left: 20px;
}
.contact_box2 .form .input{
    position: relative;
    margin-bottom: 25px;
}
.contact_box2 .form .input input[type=text],
.contact_box2 .form .input textarea{
    width: 100%;
    font-size: 16px;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    text-indent: 12px;
}
.contact_box2 .form .input textarea{
    padding-top: 10px;
    resize: none;
    height: 85px;
}
.contact_box2 .form .input .Varify_img{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 48px;
    cursor: pointer;
}
.contact_box2 .form .input .tips{
    line-height: 1.8em;
    font-size: 16px;
    color: red;
}
.contact_box2 .form .input .sub{
    width: 224px;
    height: 50px;
    background: rgba(236,105,65,1);
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.contact_box2 .form .input .sub:hover{
    background: #003f95;
}
.contact_box3{
    padding-top: 90px;
    padding-bottom: 130px;
}
.contact_box3 h2{
    margin-bottom: 30px;
}
.contact_box3 .content{
    border: 1px solid #ccc;
    height: 598px;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s;
}
.contact_box3 .content p:nth-child(1){
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 28px;
}
.contact_box3 .content p{
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
    font-weight: 300;
}
.contact_box3 .content .line{
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 18px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_line.png")no-repeat left 6px;
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
    font-weight: 300;
}
.contact_box3 .content:hover{
    background: #003f95;
}
.contact_box3 .content:hover p,
.contact_box3 .content:hover .line{
    color: #fff;
}
.con_box1{
    text-align: center;
    padding: 80px 0;
}
.con_box1 h1{
    position: relative;
    font-size: 44px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.con_box1 h1:after{
    content:'';
    width: 140px;
    height: 1px;
    background: #003f95;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;

}
.con_box1 p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}
.con_box1 .form{
    width: 800px;
    margin:auto;
    text-align: left;
}
.con_box1 .form .input{
    position: relative;
    margin-bottom: 30px;
}
.con_box1 .form .input input[type=text],
.con_box1 .form .input textarea{
    width: 100%;
    font-size: 16px;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    text-indent: 12px;
}
.con_box1 .form .input textarea{
    padding-top: 10px;
    resize: none;
    height: 85px;
}
.con_box1 .form .input .Varify_img{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 48px;
    cursor: pointer;
}
.con_box1 .form .input .tips{
    line-height: 1.8em;
    font-size: 16px;
    color: red;
}
.con_box1 .form .input .sub{
    width: 224px;
    height: 50px;
    background: rgba(236,105,65,1);
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.con_box1 .form .input .sub:hover{
    background: #003f95;
}

.gk_box1{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/gk_banner.jpg")no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 25px;
    text-align: center;
}
.gk_box1 h1{
    font-size: 50px;
    color: #003f95;
    font-weight: bold;
}
.gk_box1 p{
    font-size: 16px;
    color: #292929;
    line-height: 1.5em;
    font-weight: 300;
    margin: 25px 0;
}
.gk_box1 h2{
    font-size: 20px;
    color: #292929;
    font-weight: bold;
}
.gk_box2 .nav_box{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gk_box2 .nav_box .item a{
    display: block;
    width: 280px;
    line-height: 55px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 8px;
}
.gk_box2 .nav_box .item{
    margin-right: 23px;
}
.gk_box2 .nav_box .item:nth-last-of-type(1){
    margin-right: 0;
}




.gk_box2 .nav_box .item a{
    background: rgba(236,105,65,1);

}
.gk_box2 .nav_box .item.on a,
.gk_box2 .nav_box .item a:hover{
    background: rgba(0,63,149,1);
}

.gk_box2 .content{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/gk_bg1.png")no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.gk_box2 .content.con2{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/gk_bg1_0.jpg")no-repeat center;
    background-size: cover;
}
.gk_box2 .container.con1 h2,
.gk_box2 .container.con2 h2,
.gk_box2 .container.con3 h2{
    margin-top: 40px;
}
.gk_box2.on1 .content.con1{
    height: auto;
}
.gk_box2.on2 .content.con2{
    height: auto;
}
.gk_box2.on3 .content.con3{
    height: auto;
}
.gk_box2 .content{
    height: 0;
}

.gk_box2 h2,
.gk_box3 h2{
    font-size: 30px;
    font-weight: bold;
    color: #003f95;
    margin-bottom: 30px;
}
.gk_table .bor{
    position: relative;
    border-left: 0 !important;
    border-right:0 !important;
}
.gk_table .bor:before{
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.gk_table .bor:after{
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.gk_box2 p{
    font-size: 16px;
    color: #0b0b0b;
    font-weight: 300;
    line-height: 1.75em;
}
.gk_box2 .tip p{
    margin-bottom: 40px;
}
.gk_box2 .video_click{
    display: inline-block;
    width: 178px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: rgba(236,105,65,1);
    vertical-align: middle;
}
.gk_box2 .video_click:hover{
    background: rgba(0,63,149,1);
}
.gk_box2 .video_click .icon{
    vertical-align: middle;
    margin-left: 10px;
}
.gk_box2 .video_click:after{
    display: none;
}
.gk_box2 a.more{
    display: inline-block;
    width: 178px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: rgba(236,105,65,1);
    margin-left: 18px;
    vertical-align: middle;
}
.gk_box2 a.more:hover{
    background: #003f95;
}
.gk_box2 .btn{
    padding: 50px 0;
}
.gk_box2.basket .btn{
    padding: 55px 0;
}
.gk_box2 .con_text{
    padding-top: 60px;
    padding-left: 40px;
}
.gk_box2 .tip h2{
    margin-bottom: 20px;
    margin-top: 22px;
}
.gk_box3 .gk_table td{
    padding: 0;
    color: #393939;
    white-space: nowrap;
    padding: 0 11.5px;
}
.gk_box3 .gk_table td,
.gk_box3 .gk_table th{
    text-align: center;
    height: 50px;
    border-bottom-color: transparent;
    font-size: 16px;
    font-weight: 400;
}
.gk_box3 .gk_table th{
    background: #3457aa;
    color: #fff;
}
.gk_box3 .gk_table tr th:nth-child(1),
.gk_box3 .gk_table tr td:nth-child(1){
    text-align: left;
    padding-left: 16px;
}
.gk_box3 .gk_table tr:nth-child(odd) td{
    background: #eee;
}
.gk_box3 .gk_table tr:nth-child(even) td{
    background: #fff;
}
.gk_box3 .gk_table tr:nth-last-child(1) td{
    border-bottom-color:#ccc;
}
.gk_box3{
    padding-bottom: 50px;
}
.gk_box3 h2{
    margin-bottom: 25px;
}
.gk_box2 .container.con1,
.gk_box2 .container.con2,
.gk_box2 .container.con3{
    display: none;
}
.gk_box2.on1 .container.con1,
.gk_box2.on2 .container.con2,
.gk_box2.on3 .container.con3{
    display: block;
}
.gk_box4{
    padding-top: 45px;
    padding-bottom: 65px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/gk_bg2.jpg")no-repeat center;
    background-size: cover;
}
.gk_box4 .img{
    display: none;
}
.gk_box4 h2{
    position: relative;
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 400;
    padding-left: 70px;
    margin-bottom: 40px;
}
.gk_box4 h2:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 60px;
    height: 1px;
    background: #a0a0a0;
}
.gk_box4 h2:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 37px;
    height: 1px;
    background: #ec6941;
}
.gk_box4 p{
    position: relative;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 25px;
}
.gk_box4 p:after{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ec6941;
}
.gk_box5{
    padding-top: 90px;
    padding-bottom: 80px;
}
.gk_box5 h2{
    font-size: 24px;
    color: #383535;
    font-weight: 400;
    margin-bottom: 40px;
}
.gk_box5 p{
    font-size: 16px;
    color: #383535;
    font-weight: 300;
    line-height: 1.75em;
}
.gk_box5 .img{
    margin-top: 20px;
}
.gk_box6{
    padding: 68px 0;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/gk_bg3.png")repeat center;
}
.gk_box6 h2{
    font-size: 24px;
    color: #171717;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}
.gk_box6 p{
    font-size: 16px;
    font-weight: 300;
    color: #171717;
    line-height: 1.75em;
    text-align: center;
    padding: 0 50px;
}
.gk_box7{
    padding-top: 50px;
    padding-bottom: 125px;
}
.gk_box7 h2{
    color: #383535;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.gk_box7 .content{
    position: relative;
    padding: 110px 0;
}
.gk_box7 .content .pro{
    line-height: 0;
    text-align: center;
}
.gk_box7 .content .icon{
    position: absolute;
}
.gk_box7 .content .icon img{
    transition: all .3s;
}
.gk_box7 .content .icon:hover img{
    transform: scale(1.1);
}
.gk_box7 .content .tip{
    width: 210px;
    position: absolute;
    font-size: 16px;
    color: #383535;
    font-weight: 300;
    line-height: 1.5em;
    transition: all .3s;
}
.gk_box7 .content .tip.on{
    color: #003f95;
}
.gk_box7 .content .icon.icon1{
    top: 0;
    left: 50%;
    margin-left: -138.5px;
}
.gk_box7 .content .icon.icon2{
    top: 50%;
    right: 9%;
    margin-top: -110px;
}
.gk_box7 .content .icon.icon3{
    bottom: 0;
    left: 50%;
    margin-left: -138.5px;
}
.gk_box7 .content .icon.icon4{
    top: 50%;
    left: 9%;
    margin-top: -110px;
}
.gk_box7 .content .tip.tip1{
    top: 4%;
    left: 63%;
}
.gk_box7 .content .tip.tip2{
    top: 64%;
    right: 0%;
}
.gk_box7 .content .tip.tip3{
    bottom: 0%;
    left: 63%;
}
.gk_box7 .content .tip.tip4{
    top: 63%;
    left: 3%;
}
.gk_slick .slick_first{
    line-height: 0;
    text-align: center;
}
.gk_slick .slick_first img{
    margin: auto;
}
.gk_slick1 .slick_first{
    line-height: 0;
    text-align: center;
}
.gk_slick1 .slick_first img{
    margin: auto;
}
.process_box1 .m_box{
    display: none;
}
.gk_box7 .content .m_pro{
    display: none;
    text-align: center;
    margin-bottom: 20px;
}
.related_pro .item_box .slick-prev, .related_pro .item_box .slick-next{
    top: 34%;
}

.banner_slick .slick-prev {
    left: 70px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png")no-repeat 20px 0px;
}
.banner_slick .slick-next {
    right: 70px;
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png")no-repeat 20px 0px;
    transform: rotate(180deg);
}












.gk_box1.basket{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/basket_banner1.jpg")no-repeat center;
    background-size: cover;
}
.gk_box1.yk{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1632_img1.jpg")no-repeat center;
    background-size: cover;
}
.gk_box2.basket .content.con1{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1121_img2.jpg")no-repeat center;
    background-size: cover;
}
.gk_box2.basket .content.con2{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1121_img2.jpg")no-repeat center;
    background-size: cover;
}
.gk_box2.basket .content.con3{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1121_img2.jpg")no-repeat center;
    background-size: cover;
}
.gk_box2.yk .content.con1{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1632_img3.jpg")no-repeat center;
    background-size: cover;
}
.gk_box2.yk .content.con2{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1632_img3.jpg")no-repeat center;
    background-size: cover;
}
.gk_box2.yk .nav_box .item a{
    width: 400px;
}
.gk_box2.basket .content .tip p{
    white-space: nowrap;
}
.gk_box2.basket .tip h2{
    margin-top: 0;
}
.gk_box2.basket .content .gk_slick{
    margin-top: 40px;
}
.gk_box4.basket{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1121_img8.jpg")no-repeat center;
    background-size: cover;
}
.gk_box5.basket h3{
    font-size: 18px;
    color: #3457aa;
    font-weight: bold;
    line-height: 1.75em;
    margin-top: 8px;
}
.gk_box5.basket h4{
    font-size: 16px;
    color: #383535;
    font-weight: bold;
    line-height: 1.75em;
}
.gk_box5.basket .img{
    margin-top: 90px;
    text-align: right;
}
.gk_box7.basket .content .tip span{
    font-size: 16px;
    font-weight: bold;
}
.gk_box7.basket .content .tip{
    width: 255px;
}
.gk_box7.basket .content .tip.tip1,
.gk_box7.basket .content .tip.tip3{
    width: 450px;
}
.gk_box4.yk{
    background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/1632_img4.jpg")no-repeat center;
    background-size: cover;
}
.gk_box5.yk .img{
    text-align: right;
}































#google_map{
    width: 100%;
    height: 400px;
}

@media (max-width: 1620px){
    .footer_nav2,
    .footer_nav3,
    .footer_nav4{
        margin-left: 90px;
    }
    .exhibition_slick .slick_first .content{
        top: 110px;
    }
    .header_top .header_info{
        width: 42%;
    }
    .index_box4 .tip{
        width: 28%;
    }
    .index_box4 .content{
        width: 72%;
    }
    .header_top .logo_box{
        width: 30%;
    }
    .index_box6 .items .item a span:nth-child(2){
        margin-bottom: 40px;
    }
    .nav_list > li > a{
        padding: 0 25px;
    }
}
@media (max-width: 1520px){
    .exhibition_slick .slick_first .content{
        width: 240px;
        height: 150px;
        padding-top: 60px;
        margin-left: -120px;
    }
}
@media (max-width: 1420px){
    .exhibition_slick .slick_first .content{
        top: 100px;
        padding-top: 60px;
    }
    .header_top .header_info{
        width: 49%;
    }
    .nav_list > li > a{
        padding:  0 20px;
    }
    .nav_list{
        padding-right: 120px;
    }
    .header_top .logo_box{
        width: 35%;
    }
    .index_box2 .items{
        padding: 0;
    }
    .index_box2 .items .item{
        font-size: 14px;
        white-space: nowrap;
    }
    .index_box5 .items .item{
        width: 180px;
        height: 220px;
    }
    .footer_nav1{
        width: 14%;
    }
    .index_box4 .tip{
        width: 32%;
    }
    .index_box4 .content{
        width: 68%;
    }
    .index_box2 .tip h2{
        font-size: 36px;
    }
    .index_box2 .tip{
        width: 160px;
    }
    .index_box2 .items{
        width: 85.75%;
    }
    .index_box6 .items .item a{
        padding-top: 70px;
    }
    .index_box10 .col_box.text{
        padding-left: 40px;
    }
    .application_banner .content h1{
        font-size: 36px;
        margin-bottom: 1%;
    }
    .application_banner .content p{
        font-size: 18px;
    }
}
@media (max-width: 1220px){
    .header_top .header_info{
        width: 59%;
    }
    .index_box2 .items .item{
        width: 23%;
    }
    .header_top .logo_box span{
        font-size: 12px;
    }
    .header_top .header_info span,
    .header_top .header_info span a,
    .header_top .header_info .lang_box li a{
        font-size: 14px;
    }
    .index_box2 .items{
        width: 83.75%;
    }
    .index_box4 .content{
        padding-top: 100px;
    }
    .index_box6 .items .item a{
        padding-top: 30px;
    }
    .exhibition_slick .slick_first .content{
        top: 50px;
        padding-top: 30px;
        height: 100px;
    }
    .index_box10 .input{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .index_box10 .input input[type=text], .index_box10 .input textarea,
    .index_box10 .input .sub{
        width: 100%;
    }
    .footerCon_box .getFree{
        width: 17%;
    }
    .footerCon_box .getFree h3{
        font-size: 22px;
    }
    .footerCon_box .getFree p{
        font-size: 18px;
    }
    .footerCon_box .getFree a{
        width: 80%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .footerCon_box .getFree{
        display: none;
    }
    .process_box1 .line .item .text p:nth-child(1){
        margin-bottom: 0;
    }
    .process_box1 .right .line .item .text,
    .process_box1 .left .line .item .text{
        padding-left: 5px;
        padding-top: 5px;
    }
    .contact_box3 .content{
        height: 640px;
    }
    .gk_box7 .content .icon.icon2{
        right: 0%;
    }
    .gk_box7 .content .icon.icon4{
        left: 0;
    }
    .nav_list > li > a{
        padding: 0 16px;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        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: #003f95;
        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: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("https://junzhuojx.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/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;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }
    .index_box2 .tip{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .index_box2 .tip a.more{
        margin-top: 0;
    }
    .index_box2 .items{
        width: 100%;
    }
    .index_box3 .items .item{
        width: 49%;
    }
    .index_box4 .tip,
    .index_box4 .content{
        width: 100%;
        float: none;
    }
    .index_box4 .tip{
        padding: 0;
        height: auto;
    }
    .index_box4 .content{
        padding: 0;
        margin-top: 20px;
    }
    .index_box4{
        height: auto;
        padding-bottom: 80px;
    }
    .index_box5 .items{
        flex-wrap: wrap;
    }
    .index_box5 .items .item{
        width: 32.5%;
        background-size: contain !important;
    }
    .index_box5 .items .item p{
        font-size: 14px !important;
    }
    .index_box6 .items .item a span:nth-child(3){
        display: block;
    }
    .index_box6 .items .item a span:nth-child(2){
        margin-bottom: 5px;
    }
    .index_box6 .items .item a{
        background: rgba(0,63,149,.6);
    }
    .exhibition_slick .slick_first .content{
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 60%;
        height: 60%;
        left: 35%;
    }
    .exhibition_slick .slick_first .content h3{
        margin-bottom: 0;
    }
    .exhibition_slick .slick-dots li{
        background: #fff;
    }
    .exhibition_slick .slick-dots li.slick-active{
        background: #003f95;
    }
    .index_box8,
    .index_box9{
        padding-top: 40px;
    }
    .index_box9 .items{
        flex-wrap: wrap;
    }
    .index_box9 .items .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .index_box9 .items .item .content{
        padding-left: 20px;
        padding-top: 10px;
    }
    .index_box9 .items .item .img{
        width: 28%;
    }
    .index_box9 .items .item .content{
        width: 72%;
    }
    .index_box10{
        margin-top: 0;
    }
    .index_box10 .col_box.text{
        padding: 0;
        margin-bottom: 20px;
    }
    .footer_box .footer_info{
        flex-wrap: wrap;
    }
    .footer_box .footer_info .footer_nav1{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_box .footer_info .footer_nav2,
    .footer_box .footer_info .footer_nav3{
        display: none;
    }
    .footer_box .footer_info .footer_nav4{
        width: 100%;
        margin-left: 0;
    }
    .fast_navigation{
        padding: 40px 0;
    }
    .footerCon_box .getFree{
        display: block;
        position: static;
        width: 100%;
    }
    .footerCon_box{
        padding-top: 70px;
    }
    .application_banner .content h1{
        font-size: 20px;
    }
    .application_banner .content p{
        font-size: 14px;
        padding: 0;
    }
    .application_nav .col_lg_24{
        width: 100%;
    }
    .application_nav .items{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 0;
    }
    .application_nav .items .item{
        width: 49%;
    }
    .application_content .line{
        margin-bottom: 30px;
    }
    .application_content .line .con_title{
        padding: 10px 0;
    }
    .company_nav .items{
        flex-wrap: wrap;
    }
    .company_nav .items .item{
        width: 49%;
        margin-bottom: 10px;
    }
    .company_box3 .con_text,
    .company_box3 .img{
        width: 100%;
        float: none;
    }
    .company_box3 .content .line .img:after{
        display: none;
    }
    .company_box3 .content .line{
        margin-bottom: 20px;
    }
    .company_box3 .con_text{
        padding-bottom: 10px;
    }
    .company_box3 .con_text{
        padding: 0 !important;
        padding-top: 100px !important;
        padding-bottom: 10px !important;
    }
    .company_box3{
        padding-bottom: 40px;
    }
    .partner_box3 .items{
        flex-wrap: wrap;
    }
    .partner_box3 .items .item{
        width: 49%;
        margin-bottom: 10px;
    }
    .partner_box3{
        padding-top: 30px;
    }
    .partner_box1{
        padding-bottom: 30px;
    }
    .process_box1 .pc_box{
        display: none;
    }
    .process_box1 .m_box{
        display: block;
    }
    .process_box1 .line .item{
        flex-wrap: wrap;
    }
    .process_box1 .line .item .img{
        width: 100%;
    }
    .process_box1 .line{
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .process_box1 .line .item .text{
        width: 100%;
        padding: 20px 10px;

    }
    .contact_box1 .container_1200{
        width: 100%;
    }
    .contact_box2 .form .right,
    .contact_box2 .form .left{
        padding: 0 10px;
    }
    .contact_box3 .content{
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .contact_box3{
        padding: 40px 0;
    }
    .con_box1 h1{
        font-size: 36px;
    }
    .con_box1 .form{
        width: 100%;
    }
    .con_box1{
        padding: 40px 0;
    }
    #google_map{
        width: 95%;
        margin: auto;
        height: 300px;
    }
    .Crumbs_nav{
        padding-left: 0;
        background: none;
    }
    .gk_box1 h1{
        font-size: 40px;
    }
    .gk_box1 h2{
        font-size: 18px;
    }
    .gk_box2 > .container:nth-child(1){
        display: none;
    }
    .gk_box2 .content{
        background: none;
    }
    .gk_box2.on .content.con1,
    .gk_box2.on .content.con2{
        height: auto !important;
    }
    .gk_box3 .container.con1,
    .gk_box3 .container.con2{
        display: block !important;
    }
    .gk_box2 .content.con2{
        background: none;
    }
    .gk_box2 .con_text{
        padding-left: 10px;
        padding-top: 20px;
    }
    .gk_box2 .container.con1 h2, .gk_box2 .container.con2 h2{
        margin-top: 0;
    }
    .gk_box4{
        padding-top: 0;
        padding-bottom: 30px;
        background: none;
    }
    .gk_box4 .img{
        display: block;
        margin-bottom: 20px;
    }
    .gk_box2.basket .content.con3,
    .gk_box2.basket .content.con2,
    .gk_box2.basket .content.con1,
    .gk_box2.yk .content.con1,
    .gk_box2.yk .content.con2,
    .gk_box4.basket,
    .gk_box4.yk{
        background: none !important;
    }
    .gk_box2 .content{
        height: auto !important;
    }
    .gk_box2.basket .tip h2{
        margin-top: 20px;
    }
    .gk_box5{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .gk_box7 .content .pro{
        display: none;
    }
    .gk_box7 .content .icon{
        text-align: center;
    }
    .gk_box7 .content .icon,
    .gk_box7 .content .tip{
        position: static;
        width: 100% !important;
        margin: 10px auto !important;
        text-align: center;
    }
    .gk_box7 .content .tip{
        margin-bottom: 30px !important;
    }
    .gk_box7 .content{
        padding: 30px 0;
    }
    .gk_box7 .content .m_pro{
        display: block;
    }
    .gk_box6 p{
        padding: 0;
    }
    .gk_box5 h2,
    .gk_box6 h2,
    .gk_box7 h2{
        font-size: 20px;
    }
    .product_box{
        padding-bottom: 60px;
    }
    .page li a{
        color: #000;
    }
    .gk_box7{
        padding-bottom: 50px;
    }
    .process_box1{
        padding-bottom: 40px;
    }
}
@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_box2 .items .item{
        width: 32%;
    }
    .index_box2 .tip h2{
        font-size: 22px;
    }

    .index_box2 .tip a.more{
        font-size: 14px;
    }
    .index_box2{
        padding: 30px 0;
    }
    .index_box4 .tip h2{
        padding: 20px 0;
    }
    .index_box4 .tip p:nth-child(2){
        font-size: 18px;
        margin-bottom: 20px;
    }
    .index_box4 .tip p:nth-child(3), .index_box4 .tip p:nth-child(4){
        font-size: 14px;
    }
    .index_box4 .tip h2,
    .index_box5 h2, .index_box6 h2, .index_box7 h2, .index_box8 h2, .index_box9 h2,
    .index_box10 h2,
    .con_box1 h1{
        font-size: 26px;
    }
    .index_box5 .items .item{
        width: 49%;
    }
    .index_box5 .items .item .icon{
        margin-bottom: 0;
    }
    .index_box6 .items{
        flex-wrap: wrap;
    }
    .index_box6 .items .item{
        width: 50%;
    }
    .exhibition_slick .slick_first .content{
        width: 400px;
        margin-left: -200px;
        left: 50%;
    }
    .index_box10 .content{
        padding: 40px 0;
    }
    .application_banner .content{
        position: static;
        margin-top: 20px;
    }
    .application_banner .content h1{
        color: #000;
    }
    .application_banner .content p{
        color: #000;
    }
    .application_nav .items .item a{
        padding-left: 70px;
    }
    .application_nav{
        padding: 30px 0;
    }
    .application_nav .items .item{
        margin-bottom: 10px;
    }
    .application_nav .items .item a{
        line-height: 40px;
    }
    .company_box2 .content .img_b,
    .company_box2 .content .img_s{
        width: 100%;
    }
    .contact_box1 .content h1{
        font-size: 22px;
    }
    .ejectEmail_form{
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
    .gk_box1 h1{
        font-size: 25px;
    }
    .info.imgVerifyCode{
        width: 100%;
    }
    .page{
        display: none;
    }
    .page_box{
        float: none;
    }
    .m_page{
        display: block;
    }
}
@media (max-width: 640px){

}
@media (max-width: 580px){
    .index_box2 .items .item{
        width: 49.5%;
    }
    .exhibition_slick .slick_first .content{
        width: 250px;
        margin-left: -125px;
        left: 50%;
    }
    .contact_box1 .content h1{
        font-size: 18px;
    }
    .contact_box1  .col_lg_10{
        width: 100%;
        text-align: right;
    }
    .contact_box1 .content{
        padding-bottom: 15px;
    }
    .gk_box2 .btn{
        display: flex;
        padding: 20px 0;
    }
    .gk_box2 .video_click{
        width: 49%;
    }
    .gk_box2 a.more{
        width: 49%;
        margin-left: 1%;
    }
    .index_box3 .items .item span{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media (max-width: 480px) {
    .index_box6 .items .item a{
        padding-top: 10px;
    }
    .exhibition_slick .slick_first .content{
        top: 20px;
    }
    .index_box9 .items .item .img{
        width: 100%;
    }
    .index_box9 .items .item .content{
        width: 100%;
        padding-left: 0;
    }
    .index_box9 .items .item .content p:nth-child(1){
        margin-bottom: 5px;
    }
    .application_nav .items .item,
    .company_nav .items .item{
        width: 100%;
    }
    .contact_box1 .content h1{
        font-size: 15px;
    }
    .logo_box{
        padding: 10px 0;
    }
    .index_box2 .items .item:nth-last-of-type(1),
    .index_box2 .items .item:nth-last-of-type(2){
        margin-bottom: 0;
    }
    .index_box3 .items .item{
        margin-bottom: 25px;
    }
    .index_box3 .items{
        padding-bottom: 10px;
    }
    .index_box6,
    .index_box7,
    .index_box8, .index_box9{
        padding-top: 30px;
    }
    .index_box5 a.more, .index_box6 a.more, .index_box7 a.more, .index_box8 a.more, .index_box9 a.more{
        margin-bottom: 20px;
    }
    .index_box8 .items{
        padding-top: 0;
        flex-wrap: wrap;
    }
    .index_box8 .items .item{
        width: 33.3%;
    }
    .index_box9 .items .item .content p:nth-child(1){
        -webkit-line-clamp:1;
        height: auto;
    }
    .index_box9 .items .item .content{
        padding-right: 0;
    }
    .footerCon_box .getFree h3,
    .footerCon_box .getFree p{
        margin-bottom: 20px;
    }
    .footerCon_box .getFree{
        padding-bottom: 30px;
    }
    .footer_nav1 .img img{
        width: 100px;
    }
    .company_nav,
    .con_box1{
        padding: 20px 0;
    }
    .con_box1 h1{
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .company_box2{
        padding-top: 0;
    }
    .organization_box2 h2{
        margin: 25px 0;
    }
    .contact_box2{
        padding-top: 20px;
    }
    .contact_box2 h2{
        margin-bottom: 20px;
    }
    .contact_box2 .form{
        margin-top: 20px;
    }
    .contact_box3{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .gk_box1{
        padding-top: 30px;
    }
    .gk_box3{
        padding-bottom: 10px;
    }
    .gk_box6{
        padding: 35px 0;
    }
    .gk_box4 h2,
    .gk_box5 h2,
    .gk_box4{
        margin-bottom: 20px;
    }
}