﻿@charset "utf-8";

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
    font-family: "微软雅黑"
}

em {
    font-style: normal;
}

dt {
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

/* HTML5 重置为较旧版本的浏览器 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 按钮样式 */
input, button, textarea, select {
    outline: none;
    resize: none
}

input[type="button"] {
    cursor: pointer;
    border: 0
}

input[type="submit"] {
    cursor: pointer;
    border: 0
}

input[type="reset"] {
    cursor: pointer;
    border: 0
}

/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*浮动*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

html {
    overflow-y: scroll;
}

/*a 链接*/
a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #1f7b8a;
    text-decoration: none;
}

/*图片居中*/
.middle {
    display: table-cell;
    *display: block;
    overflow: hidden;
    font: 0px/0px 'Arial';
    text-align: center;
    vertical-align: middle;
}

fieldset, img {
    border: 0;
    vertical-align: middle
}

/*常量*/
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBorder {
    border: none !important;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
}

/*main_business*/
.main_business_top{
    width: 1200px;
    height: 92px;
    margin: 0 auto;
}
.main_business_top_logo{
    display: inline-block;
    width: 290px;
    height: 82px;
    float: left;
    margin-right: 126px;
}
.main_business_top_logo img{
    width: 100%;
    height: 100%;
}
.main_business_top_ul{
    float: left;
}
.main_business_top_ul li{
    float: left;
    margin-right: 38px;
}
.main_business_top_ul a {
    display: inline-block;
    height: 92px;
    line-height: 82px;
    font-size: 16px;
    color: #333333;
}
.main_business_top_ul a.on {
    color: #0570b8;
    border-bottom: 4px solid #0570b8;
}
.main_business_top_ul a:hover{
    color: #0570b8;
}
.main_business_top_box{
    float: left;
    position: relative;
}
.main_business_top_box a{
    height: 92px;
    line-height: 88px;
}
.main_business_top_box img{
    width: 28px;
    margin-right: 10px;
}


#code {
    display: none;
    position: absolute;
    top: 80px;
    left: -60px;
    width: 140px;
    height: 140px;
    z-index: 999;
    background-color: white;
    text-align: center;
    -webkit-box-shadow: 0 0 0.5rem #b4b4b4;
    -moz-box-shadow: 0 0 0.5rem #b4b4b4;
    box-shadow: 0 0 0.5rem #b4b4b4;
    border-radius: 0.5rem;
}
#code>img{
    width: 100%;
}
.banner{
    position: relative;
}
.banner ul li a img{
    width: 100%;
}
.banner ul li a{
    display: inline-block;
}


.banner .hd{position: absolute;bottom: 36px;left: 0;right: 0;text-align: center;font-size: 0;}
.banner .hd ul li{display: inline-block; width: 50px;height: 2px;margin: 0 8px; border:1px solid #ffffff;opacity: 0.3;filter:alpha(opacity=30);moz-transition:all 0.4s; /* Firefox 4 */
    -webkit-transition:all 0.4s; /* Safari and Chrome */
    -o-transition:all 0.4s; /* Opera */transition: all 0.4s;}
.banner .hd ul li.on{ width: 52px;height: 4px;  background: #ffffff;filter:alpha(opacity=100);opacity:1;border-radius: 4px;border: none;}
.banner .prev{position: absolute;top: 0;left: 0;width: 50%;height: 100%;display: block;}
.banner .next{position: absolute;top: 0;right: 0;width: 50%;height: 100%;display: block;}

.bottom {
    width: 100%;
    height: 562px;
    background: url("../images/bottom_3.png")no-repeat center;
    background-size: cover;
}
.bottom_box{
    width: 1200px;
    margin: 0 auto;
}
.bottom_box_p01 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: white;
    padding-left: 46px;
    background: url("../images/bottom01_3.png") no-repeat 0 center;
    background-size: 28px 28px;
    margin: 78px auto 52px;
    display: inline-block;
}
.bottom_form>div{
    font-size: 16px;
    color: white;
    margin-bottom: 48px;
}
.bottom_form_span01{
    font-size: 16px;
    color: white;
}
.bottom_form_span02 {
    font-size: 16px;
    color: red;
}
.bottom_form input {
    border: none;
    background: rgba(255, 255, 255, 0.3);
    width: 470px;
    height: 40px;
    font-size: 18px;
    border-radius: 6px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bottom_form p{
    width: 80px;
    float: left;
}
.bottom_form_submit {
    display: table;
    width: 600px;
    height: 50px;
    border-radius: 6px;
    background-color: white;
    margin: 0 auto;
    color: #0570b8;
    font-size: 18px;
}
.bottom_box_ul{
    margin: 82px 98px 0 0;
    float: left;
}
.bottom_box_ul li {
    font-size: 18px;
    color: white;
    margin-bottom: 4px;
}
.bottom_btm{
    width: 100%;
    height: 76px;
}
.bottom_btm_p01 {
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.main_business_box {
    width: 100%;
    height: 82px;
    line-height: 82px;
    background-color: #f2f2f2;
}
.main_business_box_txt {
    width: 1200px;
    margin: 0 auto;
}
.main_business_box_txt_p01 span {
    font-size: 18px;
    color: #666666;
}
.main_business_box_txt_span01{
    color: #2b2b2b;
    font-weight: bold;
}
.main_business_box_txt_span02{
    margin-right: 36px;
}
.main_business_box01_p01 {
    width: 1200px;
    font-size: 18px;
    color: #666666;
    margin: 20px auto;
    padding-bottom: 16px;
    border-bottom: 1px dashed #f2f2f2;
}
.search_box {
    display: inline-block;
    margin-top: 20px;
    width: 492px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    overflow: hidden;
}
.search_box_input01 {
    display: inline-block;
    width: 80%;
    height: 100%;
    background: white url("../images/search_3.png")no-repeat 10px center;
    background-size: 16px 16px;
    border: none;
    float: left;
    padding-left: 36px;
    color: #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_box_submit {
    width: 20%;
    height: 100%;
    background-color: #0570b8;
    border: none;
    float: right;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.main_business_box01 {
    width: 1200px;
    margin: 0 auto;
}
.main_business_box01_left {
    width: 240px;

}
.main_business_box01_left_top{
    width: 100%;
    height: 74px;
    background-color: #0570b8;
    text-align: center;
    margin-bottom: 2px;
}
.left_top_p01 {
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto 8px;
}
.left_top_p02{
    color: white;
    font-size: 12px;
}
.left_select{
    cursor: pointer;
}
.left_select > li{
    margin-bottom: 2px;
    width: 100%;
    line-height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left_select > li > p{
    padding-left: 40px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #333333;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #dcdee0 url("../images/plus_3.png")no-repeat 85% center;
    background-size: 18px;
    transition-duration: 0.6s;
}
.left_select > li > p.on{
    padding-left: 26px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0570b8 url("../images/subtract_3.png")no-repeat 85% center;
    background-size: 18px;
    transition-duration: 0.6s;
}
.left_select > li > p:hover{
    color: white;
    background: #0570b8 url("../images/plus01_3.png")no-repeat 90% center;
    background-size: 18px;
}
.left_select > li > p.on:hover{
    background: #0570b8 url("../images/subtract_3.png")no-repeat 90% center;
    background-size: 18px;
}
.left_select_ul02,.left_select_ul01 {
    display: none;
}
.left_select_ul01>li>p{
    color: #666666;
    padding-left: 35px;
    background: #dcdee0 url("../images/plus_3.png")no-repeat 85% center;
    background-size: 18px;
    transition-duration: 0.6s;
}
.left_select_ul01>li>p.on{
    color: #ffffff;
    padding-left: 35px;
    background: #1999ef url("../images/subtract_3.png")no-repeat 85% center;
    background-size: 18px;
    transition-duration: 0.6s;
}
.left_select_ul01>li>p.on a{
    color: #ffffff;
}
.left_select_ul01>li>p.on:hover{
    color: #ffffff;
    padding-left: 35px;
    background: #1999ef url("../images/subtract_3.png")no-repeat 90% center;
    background-size: 18px;
    transition-duration: 0.6s;
}
.left_select_ul01>li>p:hover a{
    color: #ffffff;
}
.left_select_ul01>li>p:hover{
    color: #ffffff;
    background: #1999ef url("../images/plus01_3.png")no-repeat 90% center;
    background-size: 18px;
}
.left_select_ul02 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 56px;
    color: #666666;
    font-size: 16px;
    background: #dcdee0 url("../images/arrows02_3.png") no-repeat 85% center;
    background-size: 14px;
    transition-duration: 0.6s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left_select_ul02 a.on{
    color: #ffffff;
    background: #76c6fc url("../images/arrows01_3.png") no-repeat 85% center;
}
.left_select_ul02 a:hover{
    color: #ffffff;
    background: #76c6fc url("../images/arrows01_3.png") no-repeat 90% center;
    background-size: 14px;
}
.main_business_box01_right{
    width: 948px;
}
.main_business_box01_right>ul>li>a {
    width: 290px;
    border: 1px solid #e5e5e5;
    display: inline-block;
}
.main_business_box01_right img{
    width: 100%;
}
.main_business_box01_right>ul>li{
    float: left;
    margin: 0 12px 42px 12px;
}
.box01_right_p01 {
    font-size: 18px;
    color: #666666;
    width: 90%;
    margin: 24px auto 26px;
    text-align: center;
}
.main_business_box01_right a:hover .box01_right_p01{
    color: #0570b8;
}
.box01_right_p02{
    font-size: 14px;
    color: #7d7d7d;
    width: 244px;
    margin: 0 auto 26px;
}
.paging{
    display: table;
    margin: 48px auto 66px;
}
.paging li{
    float: left;
}
.paging a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    margin-right: 6px;
}
.paging a.on{
    color: #fff;
    background-color: #0570b8;
}
.paging a:hover{
    color: #fff;
    background-color: #0570b8;
}
/*news_information*/
.news_information_right {
    width: 936px;
    float: right;
}
.news_information_right>ul>li>a {
    width: 100%;
    height: 180px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-bottom: 28px;
    transition-duration: 0.6s;
}
.news_information_right_div {
    width: 136px;
    text-align: center;
    float: left;
}
.news_information_p01 {
    color: #333333;
    font-size: 24px;
    margin-top: 58px;
 }
.news_information_p02 {
    color: #999999;
    font-size: 14px;
}
.news_information_right_div01{
    float: left;
}
.news_information_p03{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 6px;
}
.news_information_p04 {
    color: #999999;
    font-size: 14px;
    width: 714px;
    margin-bottom: 24px;
}
.news_information_right_div02 p {
    float: left;
    color: #b9bcbf;
    font-size: 12px;
    margin-right: 38px;
    padding-left: 22px;
}
.news_information_right_div02 p:first-child{
    background: url("../images/com_3.png") no-repeat 0 center;
    background-size: 16px 16px;
}
.news_information_right_div02 p:last-child{
    background: url("../images/views_3.png") no-repeat 0 center;
    background-size: 16px 10px;
}
.news_information_right>ul>li>a:hover{
    background-color: #0570b8;
    transition-duration: 0.6s;
}
.news_information_right>ul>li>a:hover .news_information_right_div01 p,.news_information_right>ul>li>a:hover .news_information_p01,.news_information_right>ul>li>a:hover .news_information_p02{
    color: #fff;
    transition-duration: 0.6s;
}
.news_information_right>ul>li>a:hover .news_information_right_div02 p:first-child{
    background: url("../images/com01_3.png") no-repeat 0 center;
    background-size: 16px 16px;
    transition-duration: 0.6s;
}
.news_information_right>ul>li>a:hover .news_information_right_div02 p:last-child{
    background: url("../images/views01_3.png") no-repeat 0 center;
    background-size: 16px 10px;
    transition-duration: 0.6s;
}
/*news_details*/
.news_details_box {
    width: 910px;
    border: 1px solid #e5e5e5;
    padding: 52px 22px 72px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 46px;
}
.details_box_top_p01 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 12px;
}
.details_box_top_p02{
    font-size: 12px;
    color: #b9bcbf;
    text-align: center;
}
.details_box_top_p02 span{
    padding-left: 22px;
    margin: auto 24px;
}
.details_box_top_span01 {
    background: url("../images/date_3.png") no-repeat 0 center;
    background-size: 16px ;
}
.details_box_top_span02 {
    background: url("../images/com_3.png") no-repeat 0 center;
    background-size: 16px ;
}
.details_box_top_span03 {
    background: url("../images/views_3.png") no-repeat 0 center;
    background-size: 16px ;
}
.details_box_top_p03{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin: 42px auto 30px;
}
.details_box_img {
    display: table;
    margin: 0 auto;
    width: 704px;
}
.details_box_top_p04{
    font-size: 14px;
    color: #555555;
    margin-top: 28px;
}
.news_details_box01{
    display: flex;
    align-items: center;
    height: 42px;
    line-height: 42px;
}
.news_details_box01 a {
    display: inline-block;
    width: 370px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e5e5e5;
    padding-left: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 30px 74px 0;
    font-size: 14px;
    color: #666666;
 

}
.news_details_box01 a.on {
    background-color: #0570b8;
    color: white;
}
.news_details_box01 a:hover {
    background-color: #0570b8;
    color: white;
}
/*product_details*/
.product_details_box{
    width: 928px;
}
.product_details_box_left{
    width: 400px;
    float: left;
}
.product_details_box_left_box{
    width: 400px;
    height: 298px;

}
.product_details_box_left_box img {
    width: 100%;
    height: 100%;
}
.product_details_box_left_box01 {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.product_details_box_left_box01>li>img {
    width: 78px;
    height: 56px;
}
.product_details_box_left_box01>li.on{
    outline: 1px solid #0570b8;
}
.product_details_box_left_box01 span {
    color: #666666;
    width: 24px;
    height: 56px;
    display: inline-block;
    background-color: #dedcdc;
    text-align: center;
    line-height: 56px;
}
.product_details_box_left_box01 span img{
    width: 8px;
}
.product_details_box_right {
    width: 488px;
    float: right;
}
.product_details_box_right_p01 {
    color: #0570b8;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.product_details_box_right_ul{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 62px;
}
.product_details_box_right_box {
    border-top: 2px solid #e5e5e5;
    width: 100%;
    height: 68px;
}
.product_phone > img {
    width: 50px;
    float: left;
    margin-right: 16px;
}
.product_phone_box_p01{
    color: #414141;
    font-size: 16px;
}
.product_phone_box_p02{
    color: #414141;
    font-size: 22px;
}
.product_phone{
    margin-top: 22px;
}
a.product_details_box_right_box_right {
    float: right;
    color: white;
    font-size: 18px;
    display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #0570b8;
    margin-top: 26px;
    line-height: 40px;
    text-align: center;
}
.product_details{
    margin-bottom: 68px;
}
.product_details01{
    width: 928px;
}
.product_details01_p01 {
    color: white;
    font-size: 16px;
    width: 100%;
    height: 48px;
    background-color: #0570b8;
    line-height: 48px;
    text-align: center;
    margin: 68px auto 30px;
}
.product_details01_img01{
    width: 604px;
    height: 346px;
    margin: 0 auto 40px;
}
.product_details01_img02 {
    width: 564px;
    height: 354px;
    margin: 0 auto 40px;
}
.product_details01_img01 img,.product_details01_img02 img {
    width: 100%;
    height: 100%;
}
/*about_us*/
.about_us{
    width: 1200px;
    margin: 0 auto;
}
.about_us_top_p01{
    color: #666666;
    font-size: 40px;
    text-align: center;
    margin: 48px auto 10px;
}
.about_us_top_p02 {
    color: #0570b8;
    font-size: 32px;
    text-align: center;
}
.about_us_top_p02 img {
    width: 30px;
    margin: auto 14px;
}
.about_us_box_left{
    width: 520px;
    float: left;
}
.about_us_box{
    margin: 56px auto 142px;
}
.about_us_box_left p {
    color: #333333;
    font-size: 16px;
    line-height: 31px;
}
.about_us_box_img {
    width: 642px;
    height: 622px;
    float: right;
}
/* .about_us_box_img img {
    width: 100%;
    height: 100%;
} */
.about_us_box01_box{
    width: 186px;
    text-align: center;
    float: left;
    margin: auto 54px;
}
.about_us_box01 {
    margin-bottom: 102px;
}
.about_us_box01_box>img {
    width: 144px;
}
.about_us_box01_box_p01 {
    color: #000000;
    font-size: 22px;
    margin: 30px auto 16px;
    background: url("../images/about_us06_3.png") no-repeat center bottom;
    background-size: 22px;
    padding-bottom: 18px;
}
.about_us_box01_txt p {
    color: #757783;
    font-size: 14px;
    line-height: 22px;
}
/*contact_us*/
.contact_us {
    width: 1200px;
    height: 598px;
    margin: 60px auto 152px;
}
/*business_case*/
.business_case {
    margin: 58px auto 78px;
    width: 1200px;
}
.business_case_box {
    width: 360px;
    background-color: #f7f7f7;
    float: left;
    margin: 20px;
    transition-duration: 0.5s;
}
.business_case_box p{
    margin: 0 0 12px 48px;
    color: #222222;
    font-size: 16px;
}
.business_case_box:hover{
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px  rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px  rgba(0, 0, 0, 0.5);
}
.business_case_box_p {
    width: 100%;
    height: 226px;
    overflow: hidden;
}
.business_case_box_p img{
    width: 100%;
}
.business_case_box_p01 {
    color: #222222;
    font-size: 18px;
    margin: 26px 0 24px 28px;
    padding-left: 16px;
    border-left: 3px solid #0570b8;
}
.business_case_box_p02 {
    margin: 0 0 12px 48px;
    color: #222222;
    font-size: 16px;
}
a.business_case_box_a {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    padding-left: 18px;
    color: white;
    font-size: 16px;
    background-color: #0570b8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px 0 26px 48px;
    position: relative;
}
.business_case_box_a img {
    width: 40px;
    position: absolute;
    right: -20px;
    top: 16px;
}
/*index*/
.index {
    margin-top: 72px;
}
.index_p {
    padding-bottom: 20px;
    background: url("../images/index_3.png") no-repeat center bottom;
    background-size: 46px;
    margin-bottom: 66px;
    color: #222222;
}
.index_box{
    width: 1200px;
    margin: 0 auto;
}
.index_box_left {
    width: 336px;
    float: left;
    margin-right: 60px;
}
.index_box_left_p1{
    color: #666666;
    font-size: 18px;
}
.index_box_left_p2{
    color: #a7a7a7;
    font-size: 12px;
    margin: 6px auto 42px;
}
.index_box_left_ul li {
    margin-bottom: 8px;
    display: table;
    border-radius: 0 38px 38px 0;
}
.index_box_left_ul li a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border-radius: 0 38px 38px 0;
    color: #666666;
    font-size: 18px;
    padding-left: 22px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_box_left_ul li.on:hover .index_box_left_ul li a{
    background-color: #0570b8;
    color: white;
}
.index_box_left_ul li.on a {
    background-color: #0570b8;
    color: white;
}
.index_box_left_ul{
    position: relative;
    z-index: 999;
}
a.index_box_left_ul_a {
    display: inline-block;
    width: 114px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 22px;
    border-radius: 32px;
    border: 1px solid #1e439b;
    color: #1e439b;
}
.toggle{
    height: 800px;
}
.toggle>div{
    position: absolute;
}
.toggle_show_box {
    width: 100%;
}
.toggle_hide{
     display: none;
 }
.toggle_show{
    width: 1200px;
    display: block;
}
.index_box_right {
    width: 548px;
    height: 406px;
    float: right;
    margin-right: 270px;
    position: relative;
    margin-bottom: 40px;
}
.index_box_right_img {
    width: 100%;
    height: 100%;
}
.index_box_right_box {
    width: 310px;
    height: 262px;
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    right: -258px;
    top: 72px;
    border-radius: 4px;
    padding: 50px 26px 30px 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_box_right_box_p01{
    color: #0570b8;
    font-size: 20px;
}
.index_box_right_box_p02{
    color: #7d7d7d;
    font-size: 16px;
    margin: 20px auto 38px;
}
a.index_box_right_box_a01 {
    display: inline-block;
    width: 114px;
    height: 32px;
    border-radius: 32px;
    background-color: #f28707;
    color: white;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
a.index_box_right_box_a02 {
    display: inline-block;
    width: 114px;
    height: 32px;
    border-radius: 32px;
    background-color: #0570b8;
    color: white;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    float: right;
}
.index_box_bottom{
    margin-bottom: 68px;
}
.index_box_bottom_img {
    width: 280px;
    height: 210px;
    overflow: hidden;
}
.index_box_bottom_img img{
    width: 100%;
}
.index_box_bottom_box{
    width: 280px;
    float: left;
    margin: auto 10px;
}
.index_box_bottom_p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}
.index_box01 {
    width: 1200px;
    margin: 0 auto;
}
.index_box01_left{
    width: 548px;
    position: relative;
}
.index_box01_left_p {
    font-size: 20px;
    color: #222222;
}
.index_box01_left_p01 {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 44px;
}
.index_box01_left_p02 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
    line-height: 24px;
}
a.index_box01_left_a{
    margin: 0 0 60px 0;
}
.index_box01_left_div{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.index_box01_left_box_p{
    font-size: 26px;
    color: #0570b8;
}
.index_box01_left_box_p01{
    font-size: 16px;
    color: #333333;
}
.index_box01_left_img {
    width: 920px;
    height: 392px;
    overflow: hidden;
    position: absolute;
    left: 640px;
    top: 0;
}
.index_box01_left_img img {
    width: 920px;
}
.index_box02 {
    width: 100%;
    height: 620px;
    background: url("../images/index02_3.png") no-repeat center;
    background-size: 100%;
    margin: 72px auto;
}
.index_box02_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.index_box02_box_box {
    width: 180px;
    height: 250px;
    background-color: white;
    border-radius: 14px;
    display: inline-block;
}
.index_box02_box_box:hover .index_box02_box_box_p01 img{
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
}
.index_box02_box_box_p01 img {
    display: table;
    width: 86px;
    margin: 26px auto 20px;
    transition-duration: 1s;
}
.index_box02_box_box_p02 {
    color: #0570b8;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 22px;
}
.index_box02_box_box_p03{
    color: #0570b8;
    font-size: 15px;
    width: 156px;
    margin: 0 auto;
}
.index_box03{
    width: 1200px;
    margin: 0 auto;
}
.index_box04{
    display: table;
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 80px;
    padding-bottom: 80px;
}
.index_box04_p {
    padding-bottom: 20px;
    background: url("../images/index_3.png") no-repeat center bottom;
    background-size: 46px;
    color: #222222;
    margin: 90px auto 64px;
}
.index_box04_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.index_box04_box_img{
    width: 550px;
    height: 404px;
    overflow: hidden;
    position: relative;
}
.index_box04_box_img>img{
    width: 100%;
}
.index_box04_box_a {
    width: 100%;
    height: 102px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_box04_box_div_txt {
    width: 82px;
    text-align: center;
    margin: 30px 30px 0 30px;
    float: left;
}
.index_box04_box_div_txt_p01 {
    color: white;
    font-size: 24px;
}
.index_box04_box_div_txt_p02 {
    color: white;
    font-size: 14px;
}
.index_box04_box_div_txt02_p01 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.index_box04_box_div_txt02_p02 {
    color: white;
    font-size: 14px;
}
.index_box04_box_div_txt02{
    float: left;
    margin-top: 30px;
}
.index_box04_box_right_box {
    width: 650px;
    height: 100px;
    background-color: white;
    border-bottom: 1px solid #f7f7f7;
    transition-duration: 0.5s;
}
.index_box04_box_right_box_txt {
    width: 82px;
    text-align: center;
    margin: 30px 30px 0 30px;
    float: left;
}
.index_box04_box_right_box_txt_p01 {
    color: #333333;
    font-size: 24px;
    transition-duration: 0.5s;
}
.index_box04_box_right_box_txt_p02 {
    color: #999999;
    font-size: 14px;
    transition-duration: 0.5s;
}
.index_box04_box_right_txt02_p01 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.index_box04_box_right_txt02_p02 {
    color: #999999;
    font-size: 14px;
    transition-duration: 0.5s;
}
.index_box04_box_right_txt02{
    float: left;
    margin-top: 30px;
    transition-duration: 0.5s;
}
.index_box04_box_right {
    position: absolute;
    top: 0;
    left: 550px;
    z-index: 999;
}
.index_box04_box_right_box>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
}
.index_box04_box_right_box:hover {
    background-color: #0570b8;
    position: relative;
    left: -30px;
    width: 680px;
    border-bottom: none;
}
.index_box04_box_right_box:hover .index_box04_box_right_box_txt p, .index_box04_box_right_box:hover .index_box04_box_right_txt02 p{
    color: white;
}


.page{display: table;margin: 0 auto 60px;}
.page a{float: left;display: inline-block;padding: 10px 15px;background: #f2f2f2;color: #666;font-size: 14px;margin: 0 5px;}
.page a:hover{background: #0570b8;color: #fff;}
.page a.current{background: #0570b8;color: #fff;}

