/* 鍏叡缁勪欢 */
body{background:#fff}

/* banner start */
.banner {
    width: 100%;
    /* height: 635px; */
    overflow: hidden;
    position: relative;
}

.banner .hd {
    width: auto;
    height: 10px;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 4;
}

.banner .hd ul li {
    width: 10px;
    height: 10px;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/Index/banner_nav.png)center no-repeat;
}

.banner .hd ul li.cur {
    width: 26px;
    background: url(../images/Index/banner_nav_active.png)center no-repeat;
}

.banner .bd {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .bd ul li {
    width: 100%;
    /* height: 635px; */
    overflow: hidden;
    padding: 0;
}

.banner .bd ul li>a>img {
    /* width: 1920px; */
    /* height: 635px; */
    position: relative;
    /* left: calc(50% - 960px); */
}

/* banner end */

/* search start */
.search {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.search .search_content {
    
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 32px;
    padding: 18px 0;
    border-bottom: 3px solid #dedede;
}

.search .search_content>p {
    width: 50%;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: left;
}
.search .search_content>p a{color:#666;}
.search .search_content>p a:after{content:"銆�";}
.search .search_content>p a:last-child:after{display:none;}
.search .search_content>p a:hover{color:#0264b4;}
.search .search_content>p>i {
    color: #111111;
}

.search .search_content .search_form {
    width: 360px;
    height: 32px;
    position: absolute;
    top: 18px;
    right: 0;
}

.search .search_content .search_form form {
    width: 100%;
    height: 100%;
    position: relative;
}

.search .search_content .search_form form input {
    width: 306px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #0264b4;
    padding: 0 32px 0 20px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.search .search_content .search_form form button {
    width: 32px;
    height: 32px;
    background: url(../images/Index/serch_logo.png)left center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

/* search end */

/* trait start */
.trait {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.trait .trait_content {
    
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 140px;
    padding: 16px 0 20px 0;
}

.trait .trait_content ul li {
    width: 25%;
    height: 140px;
    float: left;
}

.trait .trait_content .trait_Li {
    width: 100%;
    height: 100px;
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/Index/round002.png) top center no-repeat;
}

.trait .trait_content .trait_Li span {
    display: inline-block;
    font-size: 48px;
    color: #111111;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    letter-spacing: -3px;
    z-index: 2;
  font-family: "Geometr415_Blk_Bt";
}

.trait .trait_content .trait_Li span::after {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    right: -6px;
    top: 0px;
    background: url(../images/Index/round001.png)center no-repeat;
    z-index: -1;
}

.trait .trait_content .trait_Li p {
    font-size: 16px;
    color: #111111;
    line-height: 20px;
    position: relative;
}

/* trait end */

/* business start */
.business {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
}

.business .business_content {
    margin: 0 auto;
    /* margin-bottom: 70px; */
}

.business .business_content .hd {
    /* width: 340px; */
    /* height: 602px; */
    /* float: left; */
    /* background: url(../images/Index/business_bg001.jpg)right top no-repeat; */
    background-size: 40px 100%;
    min-height: 400px;
}

.business .business_content .hd ul.ul1 li {
    width: 100%;
    height: 86px;
    position: relative;
    /* margin-right: 40px; */

}

.business .business_content .hd ul.ul1 li.cur{
    /* background: url(../images/Index/business_bg.png)no-repeat; */
    background: url(../images/Index/fang_bg2.png)no-repeat;
    /* background-size: 310px 100%; */
    background-size: 100% 100%;
}

.business .business_content .hd ul.ul1 li .businessLi {
    /* width: 300px; */
    margin-right: 12px;
    height: 84px;
    /* text-align: center; */
    position: relative;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    padding-left: 65px;
    display: flex;
    align-items: center;
}
.business .business_content .hd ul.ul1 li .businessLi::before{
    content: "";
    width: 60px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
}
.business .business_content .hd ul.ul1 li:nth-child(1) .businessLi::before{
    background: url(../images/Index/business_logo001.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li:nth-child(2) .businessLi::before{
    background: url(../images/Index/business_logo002.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li:nth-child(3) .businessLi::before{
    background: url(../images/Index/business_logo003.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li:nth-child(4) .businessLi::before{
    background: url(../images/Index/business_logo004.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li:nth-child(5) .businessLi::before{
    background: url(../images/Index/business_logo005.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li:nth-child(6) .businessLi::before{
    background: url(../images/Index/business_logo006.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li:nth-child(7) .businessLi::before{
    background: url(../images/Index/business_logo007.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li.cur:nth-child(1) .businessLi::before{
    background: url(../images/Index/business_logo001_active.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li.cur:nth-child(2) .businessLi::before{
    background: url(../images/Index/business_logo002_active.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li.cur:nth-child(3) .businessLi::before{
    background: url(../images/Index/business_logo003_active.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li.cur:nth-child(4) .businessLi::before{
    background: url(../images/Index/business_logo004_active.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li.cur:nth-child(5) .businessLi::before{
    background: url(../images/Index/business_logo005_active.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li.cur:nth-child(6) .businessLi::before{
    background: url(../images/Index/business_logo006_active.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li.cur:nth-child(7) .businessLi::before{
    background: url(../images/Index/business_logo007_active.png)right center no-repeat;
}
.business .business_content .hd ul.ul1 li .businessLi a {
    font-size: 18px;
    color: #111111;
    line-height: 1.5;
}

.business .business_content .hd ul.ul1 li.cur .businessLi {
    color: #fff;
    background: none;
    border: 0;
}
.business .business_content .hd ul.ul1 li.cur .businessLi a{
    color: #fff;
}
.business .business_content .bd ul.ul2 {
    /* background: #fff; */
}
.business .business_content .bd ul.ul2 li {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 0 15px;

}


.business .business_content .bd {
    /* width: 860px; */
    /* height: 602px; */
    float: left;
    background: #fff;
    background: url(../images/Index/business_bg002.jpg)no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.business .business_content .bd>ul.ul1   {
    width: 100% !important;
    height: 100% !important;
}
.business .business_content .bd>ul.ul1>li {
    position: unset !important;
    width: 100% !important;
    height: 100% !important;
}

.business .business_content .bd>ul>li {
    /* width: 820px; */
    /* height: 562px; */
    overflow: hidden;
    background: none;
    padding: 30px 15px;
}

.business .business_content .bd ul li>a>img {
    /* width: 100%; */
    height: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.business .business_content .bd ul li .business_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.business .business_content .bd .business_list .business_li {
    /* width: 390px; */
    height: auto;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

.business .business_content .bd .business_list .business_li:nth-last-child(1) {
    margin-right: 0;
}

.business .business_content .bd .business_list .business_tit {
    width: 100%;
    height: 70px;
    position: relative;
    border-bottom: 3px solid #d4d4d4;
    margin-bottom: 20px;
}

.business .business_content .bd .business_list .business_tit::after {
    content: "";
    width: 32px;
    height: 3px;
    background: #0264b4;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.business .business_content .bd .business_list .business_tit p {
    font-size: 20px;
    color: #111111;
    line-height: 70px;
    text-align: left;
}

.business .business_content .bd .business_list .business_tit p a {
    font-size: 20px;
    color: #111111;
    line-height: 70px;
    text-align: left;
}

.business .business_content .bd .business_list .business_lr {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.business .business_content .bd .business_lr ul li {
    width: calc(50% - 15px);
    height: 30px;
    float: left;
    position: relative;
    padding-left: 15px;
}

.business .business_content .bd .business_lr ul li:nth-child(2n) {
    width: calc(50% - 30px);
    padding-left: 30px;
}

.business .business_content .bd .business_lr ul li::before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/Index/business_bf.png)left center no-repeat;
}

.business .business_content .bd .business_lr ul li:nth-child(2n)::before {
    left: 15px;
}

.business .business_content .bd .business_lr ul li a {
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}

.business .business_content .bd .business_lr ul li a:hover {
    color: #0264b4;
}

/* business end */

/* 骞垮憡 start */
.ad {
    width: 100%;
    height: 190px;
    position: relative;
    padding-top: 70px;
    background: #f3f3f3;
    overflow: hidden;
}

.ad::before {
    content: "";
    width: 1920px;
    height: 190px;
    position: absolute;
    left: calc(50% - 960px);
    top: 70px;
    background: url(../images/Index/ad_bg004.jpg)top left no-repeat;
    background-size: 1920px 190px;
}

.ad .ad_content {
    
    height: 190px;
    margin: 0 auto;
    position: relative;
}

.ad .ad_map {
    width: 300px;
    height: 242px;
    position: absolute;
    left: 0;
    top: -55px;
}

.ad .ad_map>img {
    width: 100%;
    height: 100%;
    display: block;
}

.ad .ad_text {
    width: 490px;
    height: 190px;
    float: left;
    margin-left: 310px;
}

.ad .ad_text p {
    font-size: 26px;
    color: #111111;
    line-height: 40px;
    margin-top: 30px;
}

.ad .ad_text h5 {
    font-size: 36px;
    color: #111111;
    line-height: 50px;
    font-weight: bold;
}

.ad .ad_text h5 span {
    color: #0264b4;
}

.ad .ad_text>span {
    font-size: 14px;
    color: #cccccc;
    line-height: 20px;
}

.ad .ad_call {
    width: 330px;
    height: 190px;
    float: right;
    text-align: right;
}

.ad .ad_call .ad_tel {
    width: 285px;
    height: 38px;
    margin-top: 30px;
    padding-right: 45px;
    position: relative;
}

.ad .ad_call .ad_tel p {
    font-size: 32px;
    color: #0264b4;
    line-height: 45px;
    font-family: "Geometr415_Blk_Bt";}

.ad .ad_call .ad_tel::after {
    content: "";
    width: 38px;
    height: 38px;
    background: url(../images/Index/ad_bg002.png)no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.ad .ad_call>p {
    font-size: 16px;
    color: #111111;
    line-height: 32px;
}

.ad .ad_xzcall {
    width: 163px;
    height: 53px;
    background: url(../images/Index/ad_bg003.png)no-repeat;
    background-size: 100% 100%;
    float: right;
    text-align: center;
}

.ad .ad_xzcall a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 53px;
}

/* 骞垮憡 end */
/* 鍥版儜 start */
.issue {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.issue .issue_content {
    
    height: auto;
    margin: 0 auto;
}

.issue .issue_inner {
    width: 100%;
    height: 156px;
    margin-top: 52px;
    padding-bottom: 52px;
    position: relative;
    border-bottom: 3px solid #dedede;
}

.issue .issue_inner ul li {
    width: 383px;
    height: 58px;
    background: url(../images/Index/choose_bg.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
}

.issue .issue_inner ul li:nth-child(1) {
    left: 0;
    top: 0;
    animation:fadeinR 1s ease;
}
.issue .issue_inner ul li:nth-child(2) {
    left: 45%;
    top: 0;
    animation:fadeinR 1.5s ease;
}

.issue .issue_inner ul li:nth-child(3) {
    left: 25%;
    bottom: 52px;
    animation:fadeinR 2s ease;
}

.issue .issue_inner ul li:nth-child(4) {
    left: 70%;
    bottom: 52px;
    animation:fadeinR 2.5s ease;
}

.issue .issue_inner ul li a {
    width: calc(100% - 90px);
    height: 100%;
    padding-left: 90px;
    font-size: 22px;
    color: #fff;
    line-height: 58px;
    position: relative;
}

.issue .issue_inner ul li a::before {
    content: "";
    width: 60px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
}

.issue .issue_inner ul .business_li:nth-last-child(1) a::before {
    background: url(../images/Inpage/problem01.png)center no-repeat;
}

.issue .issue_inner ul .business_li:nth-last-child(2) a::before {
    background: url(../images/Inpage/problem02.png)center no-repeat;
}

.issue .issue_inner ul .business_li:nth-last-child(3) a::before {
    background: url(../images/Inpage/problem03.png)center no-repeat;
}

.issue .issue_inner ul .business_li:nth-last-child(4) a::before {
    background: url(../images/Inpage/problem04.png)center no-repeat;
}

.issue .issue_text {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

.issue .issue_text>p {
    font-size: 24px;
    color: #111111;
    line-height: 40px;
}

.issue .issue_text>span {
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}

.issue .issue_text>span>b {
    font-size: 20px;
    color: #0264b4;
    margin-left: 10px;
}

/* 鍥版儜 end */
/* 妗堜緥 start */
.case {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
}

.case .case_content {
    margin: 0 auto;
    
    height: auto;
    overflow: hidden;
}

.case .case_inner {
    width: 100%;
    /* height: 623px; */
    padding-top: 90px;
    overflow: hidden;
    position: relative;
}

.case .case_inner>.hd {
    /* height: 210px; */
    position: absolute;
    top: 0;
    /* left: calc(50% - 600px); */
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case .case_inner>.hd ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.case .case_inner>.hd ul li {
    /* width: 200px; */
    height: 210px;
    float: left;
}

.case .case_inner>.hd ul li.cur {
    background: url(../images/Index/case_bg001.png) no-repeat;
    background-size: 100% 100%;
}

.case .case_inner>.hd .case_li {
    /* width: 200px; */
    height: 150px;
    text-align: center;
    background: white;
    padding: 15px;
}

.case .case_inner>.hd .case_li a {
    width: 100%;
    height: 75px;
    padding-top: 75px;
    display: block;
    font-size: 18px;
    color: #111111;
    line-height: 40px;
    position: relative;
}

.case .case_inner>.hd ul li .case_li a::before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.case .case_inner>.hd ul li:nth-child(1) .case_li a::before {
    background: url(../images/Index/case_logo001.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(2) .case_li a::before {
    background: url(../images/Index/case_logo002.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(3) .case_li a::before {
    background: url(../images/Index/case_logo003.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(4) .case_li a::before {
    background: url(../images/Index/case_logo004.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(5) .case_li a::before {
    background: url(../images/Index/case_logo005.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(6) .case_li a::before {
    background: url(../images/Index/case_logo006.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(1).cur .case_li a::before {
    background: url(../images/Index/case_logo001_active.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(2).cur .case_li a::before {
    background: url(../images/Index/case_logo002_active.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(3).cur .case_li a::before {
    background: url(../images/Index/case_logo003_active.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(4).cur .case_li a::before {
    background: url(../images/Index/case_logo004_active.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(5).cur .case_li a::before {
    background: url(../images/Index/case_logo005_active.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li:nth-child(6).cur .case_li a::before {
    background: url(../images/Index/case_logo006_active.png)bottom center no-repeat;
}

.case .case_inner>.hd ul li.cur .case_li {
    background: none;
}

.case .case_inner>.hd ul li.cur .case_li a {
    color: white;
}

.case .case_inner .bd {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* min-height: 600px; */
}

.case .case_inner>.bd>ul>li {
    width: 100%;
    /* height: 623px; */
    text-align: center;
    position: relative;
}

.case .case_inner .bd ul li .case_inBanner {
    width: 100%;
    /* height: 623px; */
    position: relative;
}

.case .case_inner .bd ul li .case_inBanner .swiper-slide {
    width: 100%;
    /* height: 623px; */
    position: relative;
}

.case .case_inner .case_inBanner .swiper-slide {
    width: 100%;
    /* height: 623px; */
    position: relative;
    overflow: hidden;
}

.case .case_inner .case_inBanner .swiper-slide>img {
    /* width: 1920px;
    height: 623px;
    position: relative;
    left: calc(50% - 960px); */
    width: 100%;
}

.case .case_inner .case_inBanner .caseText {
    width: 1000px;
    /* height: 40px; */
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: calc(50% - 500px);
    bottom: 15px;
    padding: 30px 100px;
    z-index: 2;
}

.case .case_inner .case_inBanner .caseText .caseText_in {
    width: 100%;
    /* height: 40px; */
    padding-right: 100px;
    position: relative;
}

.case .case_inner .case_inBanner .caseText .caseText_in::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .5);
}

.case .case_inner .case_inBanner .caseText .caseText_in p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    margin-left: 15px;
    text-align: left;
}

.case .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.case .swiper-pagination-fraction {
    color: #fff;
    font-size: 14px;
    line-height: 100px;
}

.case .swiper-pagination-current {
    font-size: 16px;
}

.case .swiper-pagination {
    width: 150px;
    height: 100px;
    box-sizing: border-box;
    text-align: left;
    position: unset;
    color: #fff;
}
.case .swiper-pagination span{
    color: #fff;
}

.case .abc {
    width: 150px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    text-align: left;
    bottom: 15px;
    z-index: 1;
    margin-left: 425px;
    position: absolute;
}

.case .swiper-button-next,
.case .swiper-button-prev {
    width: 100px;
    height: 100px;
    position: absolute;
    top: unset;
}

.case .swiper-button-next {
    right: calc(50% - 500px);
    bottom: 15px;
    margin: 0;
    background: url(../images/Index/case_jt002.png)center no-repeat;
}

.case .swiper-button-prev {
    left: calc(50% - 500px);
    bottom: 15px;
    margin: 0;
    background: url(../images/Index/case_jt001.png)center no-repeat;
}


/* 妗堜緥 end */

/* 浼樺娍 start */
.adv {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.adv .adv_content {
    
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.adv .adv_content .headLine {
    margin-bottom: 56px;
}

.adv .adv_in {
    width: 100%;
    height: 682px;
    overflow: hidden;
    position: relative;
}
.adv .adv_in .adv_gm{
    width: 78px;
    height: 78px;
    border: 3px solid #f3f3f3;
    background: #0264b4;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 78px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 42px);
    top: 132px;
}
.adv .adv_in .adv_aq{
    width: 78px;
    height: 78px;
    border: 3px solid #f3f3f3;
    background: #0264b4;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 78px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 42px);
    top: 254px;
}
.adv .adv_in .adv_fw{
    width: 78px;
    height: 78px;
    border: 3px solid #f3f3f3;
    background: #0264b4;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 78px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 42px);
    top: 380px;
}
.adv .adv_in .adv_wd{
    width: 78px;
    height: 78px;
    border: 3px solid #f3f3f3;
    background: #0264b4;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 78px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 42px);
    top: 500px;
}

.adv .adv_in .adv_l {
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #f3f3f3;
}
.adv .adv_in .adv_l .adv_li>ul.active{
    animation: mymove 2s;
    -webkit-animation: mymove 2s;
}
.adv .adv_in .adv_r .adv_li>ul.active{
    animation: mymove1 2s;
    -webkit-animation: mymove1 2s;
}
.adv .adv_in .adv_r {
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #0264b4;
}

.adv .adv_l .adv_li {
    width: 600px;
    float: right;
    height: auto;
    padding-bottom: 70px;
}

.adv .adv_r .adv_li {
    width: 600px;
    float: left;
    height: auto;
    padding-bottom: 70px;
}

.adv .adv_tit {
    width: 100%;
    padding-top: 50px;
}

.adv .adv_l .adv_tit>p {
    font-size: 30px;
    color: #111111;
    line-height: 70px;
    text-align: left;
}

.adv .adv_r .adv_tit>p {
    font-size: 30px;
    color: #111111;
    line-height: 70px;
    font-weight: bold;
    text-align: right;
}

.adv .adv_in .adv_li>ul li {
    width: 450px;
    height: 88px;
    padding-top: 20px;
    margin-bottom: 15px;
    position: relative;
}
.adv .adv_in .adv_l .adv_li>ul,.adv .adv_in .adv_r .adv_li>ul{
    overflow: hidden;
}
.adv .adv_in .adv_l .adv_li>ul li {
    background: url(../images/Index/adv_bg001.png)left no-repeat;
    background-size: 545px 100%;
    width: 425px;
    padding-right: 150px;
    padding-left: 25px;
}

.adv .adv_in .adv_r .adv_li>ul li {
    background: url(../images/Index/adv_bg002.png)right no-repeat;
    background-size: 545px 100%;
    padding-left: 120px;
    width: 480px;
}

.adv .adv_in .adv_r .adv_li>ul li>p {
    font-weight: bold;
}

.adv .adv_in .adv_li>ul li>p {
    font-size: 20px;
    color: #111111;
    line-height: 40px;
}

.adv .adv_in .adv_li>ul li>span {
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.adv .adv_in .adv_li>ul li>span i{margin:0 5px;color:#ccc;}
/* 妗堜緥 end */

/* 瀹炲姏 start */
.strength {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.strength .strength_content {
    
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.strength .strength_in {
    width: 100%;
    height: 320px;
    padding-bottom: 70px;
    margin-top: 30px;
    border-bottom: 4px solid #dedede;
}

.strength .strength_in ul li {
    width: 25%;
    height: 320px;
    float: left;
    padding-top: 40px;
    position: relative;
    box-sizing: border-box;
    border-right: 4px solid #dedede;
    text-align: center;
}

.strength .strength_in ul li:nth-child(1) {
    border-left: 4px solid #dedede;
}

.strength .strength_in ul li>h5 {
    font-size: 24px;
    color: #111111;
    line-height: 65px;
    font-weight: bold;
}

.strength .strength_in ul li>p {
    font-size: 15px;
    color: #111111;
    line-height: 25px;
}

/* 瀹炲姏 end */

/* honor start */
.honor {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: url(../images/Index/honor_bg.jpg)bottom center no-repeat;
    background-size: 1920px auto;
}

.honor .honor_content {
    
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.honor .honor_in {
    width: 100%;
    height: 500px;
    margin-top: 40px;
}

.honor .honor_in .hd {
    width: auto;
    height: 10px;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 4;
}

.honor .honor_in .hd ul li {
    width: 10px;
    height: 10px;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/Index/banner_nav.png)center no-repeat;
}

.honor .honor_in .hd ul li.cur{
    width: 26px;
    background: url(../images/Index/banner_nav_active.png)center no-repeat;
}

.honor .honor_in .bd {
    width: 100%;
    height: 500px;
}

.honor .honor_in .bd li {
    width: 285px;
    float: left;
    margin-right: 20px;
    height: 500px;
    background: url(../images/Index/honor_bg.png)top left no-repeat;
    background-size: 100% auto;
}

.honor .honor_in .bd li:nth-child(4n) {
    margin-right: 0;
}

.honor .honor_in .bd li img {
    width: 275px;
    display: block;
    height: 340px;
    margin-bottom: 10px;
    border:#e0e0e0 solid 1px;
}

.honor .honor_in .bd li p {
    font-size: 16px;
    color: #111111;
    line-height: 65px;
    text-align: center;
}

/* honor end */

/* 娴佺▼ start */
.flow {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
    padding-bottom: 50px;
}

.flow .flow_content {
    
    height: auto;
    position: relative;
    margin: 0 auto;
}

.flow .flow_in {
    width: 100%;
    height: 222px;
    overflow: hidden;
    background: url(../images/Index/flow_bg002.png)center no-repeat;
    background-size: 1920px auto;
}

.flow .flow_in ul {
    overflow: hidden;
    /* transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%); */
    /* transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; */
}
.flow .flow_in ul.active{
    /* transform: translateX(0); */
    animation:mymove 3s;
    -webkit-animation:mymove 3s;
}
.flow .flow_in ul li {
    width: 100px;
    height: 200px;
    float: left;
    margin-right: 22.2px;
    padding-top: 22px;
    position: relative;
}

.flow .flow_in ul li>p {
    font-size: 16px;
    color: #111111;
    line-height: 36px;
    text-align: center;
}

.flow .flow_in ul li:nth-last-child(1) {
    margin-right: 0;
}
.flow .flow_in ul li>img{
    width: 24px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 38px;
    }

/*.flow .flow_in ul li::before {
    content: "";
    width: 100%;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.flow .flow_in ul li:nth-child(1)::before {
    background: url(../images/Index/flow_logo001.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(2)::before {
    background: url(../images/Index/flow_logo002.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(3)::before {
    background: url(../images/Index/flow_logo003.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(4)::before {
    background: url(../images/Index/flow_logo004.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(5)::before {
    background: url(../images/Index/flow_logo005.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(6)::before {
    background: url(../images/Index/flow_logo006.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(7)::before {
    background: url(../images/Index/flow_logo007.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(8)::before {
    background: url(../images/Index/flow_logo008.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(9)::before {
    background: url(../images/Index/flow_logo009.png)top center no-repeat;
}

.flow .flow_in ul li:nth-child(10)::before {
    background: url(../images/Index/flow_logo010.png)top center no-repeat;
}*/

.flow .flow_in ul li .flow_pic {
    width: 92px;
    height: 92px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.flow .flow_in ul li .flow_pic::after {
    content: "";
    width: 1px;
    height: 40px;
    background: url(../images/Index/flow_bg001.png)no-repeat;
    position: absolute;
    left: 50%;
    bottom: 65px;
}

.flow .flow_in ul li .flow_pic>img {
    width: 100%;
    height: 100%;
}

.flow .flow_in ul li .tel {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 52px;
    left: 33px;
}
.flow .flow_in ul li .tel:before{content:"0";}
.flow .flow_in ul li:last-child .tel:before{content:"";}

.flow .flow_in ul li:nth-last-child(odd) .tel {
    background: #0264b4;
}

.flow .flow_in ul li:nth-last-child(even) .tel {
    background: #111111;
}

.flow .flow_call {
    width: 450px;
    margin: 0 auto;
    height: 54px;
    overflow: hidden;
}
.flow .flow_call.active{
    animation:mymove6 1.5s;
    -webkit-animation:mymove6 1.5s;
}

.flow .flow_call .flow_callL {
    width: 200px;
    height: 54px;
    float: left;
    text-align: right;
    padding-right: 50px;
    position: relative;
}

.flow .flow_call .flow_callL>p {
    font-size: 32px;
    color: #0264b4;
    line-height: 40px;
    letter-spacing: -2px;
    font-family: "Geometr415_Blk_Bt";
}

.flow .flow_call .flow_callL>span {
    font-size: 12px;
    color: #111111;
    line-height: 14px;
}

.flow .flow_call .flow_callL::after {
    content: "";
    width: 50px;
    height: 54px;
    background: url(../images/Index/tel_logo003.png)right center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.flow .flow_call .flow_callR {
    width: 163px;
    height: 54px;
    float: right;
    background: url(../images/Index/ad_bg005.png)no-repeat;
    text-align: right;
}

.flow .flow_call .flow_callR a {
    width: 100px;
    height: 54px;
    padding-right: 63px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
}

/* 娴佺▼ end */

/* 鏂伴椈 start */
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .news_content {
    
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.news .news_in {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.news .news_in .newsL {
    width: 775px;
    height: auto;
    float: left;
    position: relative;
}

.news .news_in .newsL .hd {
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.news .news_in .newsL .hd ul li {
    width: 100px;
    height: 60px;
    float: left;
    padding-left: 55px;
    position: relative;
}

.news .news_in .newsL .hd ul li a {
    font-size: 18px;
    color: #111111;
    line-height: 60px;
}

.news .news_in .newsL .hd ul li.cur a {
    color: #fff;
}

.news .news_in .newsL .hd ul li::before {
    width: 47px;
    height: 60px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.news .news_in .newsL .hd ul li:nth-child(1)::before {
    background: url(../images/Index/news_logo001.png)right center no-repeat;
}

.news .news_in .newsL .hd ul li:nth-child(2)::before {
    background: url(../images/Index/news_logo002.png)right center no-repeat;
}

.news .news_in .newsL .hd ul li:nth-child(3)::before {
    background: url(../images/Index/news_logo003.png)right center no-repeat;
}

.news .news_in .newsL .hd ul li.cur:nth-child(1)::before {
    background: url(../images/Index/news_logo001_active.png)right center no-repeat;
}

.news .news_in .newsL .hd ul li.cur:nth-child(2)::before {
    background: url(../images/Index/news_logo002_active.png)right center no-repeat;
}

.news .news_in .newsL .hd>ul>li.cur:nth-child(3)::before {
    background: url(../images/Index/news_logo003_active.png)right center no-repeat;
}

.news .news_in .newsL .hd>ul>li.cur {
    background: #0264b4;
}

.news .news_in .newsL .hd>ul>li::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #ededed;
    position: absolute;
    right: 0;
    top: 15px;
}

.news .news_in .newsL .hd ul li.cur::after {
    content: "";
    width: 7px;
    height: 4px;
    background: url(../images/Index/news_af.png)no-repeat;
    position: absolute;
    left: 74px;
    bottom: -4px;
    right: unset;
    top: unset;
}

.news .news_in .newsL .hd .newMOre {
    width: 100px;
    height: 60px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.news .news_in .newsL .hd .newMOre a {
    font-size: 14px;
    color: #999999;
    line-height: 60px;
}

.news .news_in .newsL .bd,
.news .news_in .newsL .bd>ul>li {
    width: 100%;
    height: 471px;
    overflow: hidden;
}

.news .news_in .newsL .bd .news_tit {
    width: 100%;
    height: 255px;
    margin-bottom: 30px;
}

.news .news_in .newsL .bd .news_titL {
    width: 390px;
    height: 255px;
    float: left;
}

.news .news_in .newsL .bd .news_titL img {
    width: 390px;
    height: 255px;
    display: block;
}

.news .news_in .newsL .bd .news_titR {
    width: 360px;
    height: 255px;
    float: right;
    position: relative;
}

.news .news_in .newsL .bd .news_titR>h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news_in .newsL .bd .news_titR>h5>a {
    font-size: 18px;
    color: #111111;
    line-height: 40px;
}
.news .news_in .newsL .bd .news_titR>h5>a:hover{color:#0264b4;}
.news .news_in .newsL .bd .news_titR>span {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}

.news .news_in .newsL .bd .news_titR>p {
    margin-top: 24px;
}

.news .news_in .newsL .bd .news_titR>p>a {
    font-size: 14px;
    color: #111111;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .news_in .newsL .bd .news_titR .news_more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.news .news_in .newsL .bd .news_titR .news_more a {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.news .news_in .newsL .bd .news_titR .news_more a:hover{color:#0264b4;}
.news .news_in .newsL .newsList {
    width: 100%;
    height: 183px;
}

.news .news_in .newsL .newsList ul li {
    width: 100%;
    height: 61px;
    position: relative;
    background:url(../images/Index/news_list.png)  no-repeat 0 center;
}

.news .news_in .newsL .newsList ul li:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: url(../images/Index/news_line.png)repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.news .news_in .newsL .newsList ul li::before {
    content: "";
    width: 100%;
    height: 1px;
    background: url(../images/Index/news_line.png)repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .news_in .newsL .newsList ul li>a>p {
    padding-left:15px;
    font-size: 16px;
    color: #111111;
    line-height: 61px;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news_in .newsL .newsList ul li>span {
    font-size: 12px;
    color: #999999;
    line-height: 61px;
    float: right;
}
.news .news_in .newsL .newsList ul li>a:hover>p{color:#0264b4;}
.news .news_in .newsR {
    width: 380px;
    height: auto;
    float: right;
    position: relative;
}

.news .news_in .newsR .newsR_tit {
    width: 100%;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.news .news_in .newsR .newsR_titL {
    width: 100px;
    height: 60px;
    float: left;
    padding-left: 55px;
    position: relative;
}

.news .news_in .newsR .newsR_titL a {
    font-size: 18px;
    color: #111111;
    line-height: 60px;
}

.news .news_in .newsR .newsR_titL::before {
    width: 47px;
    height: 60px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/Index/news_logo004.png)right center no-repeat;
}

.news .news_in .newsR .newMOre {
    width: 100px;
    height: 60px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.news .news_in .newsR .newMOre a {
    font-size: 14px;
    color: #999999;
    line-height: 60px;
}

.news .news_in .newsR .newsR_list {
    width: 100%;
    height: 496px;
    overflow: hidden;
}

.news .news_in .newsR .newsR_list ul li {
    width: 100%;
    height: 135px;
    padding-top: 35px;
    position: relative;
}

.news .news_in .newsR .newsR_list ul li:nth-child(1) {
    padding-top: 25px;
}

.news .news_in .newsR .newsR_list ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    background: url(../images/Index/news_line.png)repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .newsR .news_qust {
    width: calc(100% - 35px);
    height: 24px;
    margin-bottom: 10px;
    padding-left: 35px;
}

.news .newsR .news_qust::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/Index/news_q.png)no-repeat;
    position: absolute;
    left: 0;
    top: 35px;
}

.news .newsR .newsR_list ul li:nth-child(1) .news_qust::before {
    top: 25px;
}

.news .newsR .news_qust a {
    font-size: 16px;
    color: #111111;
    line-height: 24px;
}
.news .newsR .news_qust a:hover{color:#0264b4;}
.news .newsR .news_reply {
    width: calc(100% - 35px);
    height: 75px;
    padding-left: 35px;
    position: relative;
    overflow: hidden;
}

.news .newsR .news_reply::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/Index/news_a.png)no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.news .newsR .news_reply a {
    font-size: 14px;
    color: #111111;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 鏂伴椈 end */

/* 鍚堜綔 start */
.partner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.partner .partner_content {
    
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.partner .partner_in {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    text-align: center;
    margin-bottom: 70px;
}

.partner .partner_in ul li {
    width: 170px;
    height: 110px;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

/* 鍚堜綔 end */

/* 鏈嶅姟娴佺▼ start */
.bflow {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 52px;
    background: #f3f3f3;
}

.bflow .bflow_content {
    
    height: auto;
    position: relative;
    margin: 0 auto;
}

.bflow .bflow_in {
    width: 100%;
    height: 157px;
    margin-top: 15px;
    border-bottom: 2px solid #0264b4;
}

.bflow .bflow_in ul li {
    width: 115px;
    height: 157px;
    float: left;
    margin-right: 65px;
    position: relative;
}

.bflow .bflow_in ul li::before {
    content: "";
    width: 34px;
    height: 115px;
    background: url(../images/Index/bf_bg001.png)center no-repeat;
    position: absolute;
    right: -50px;
    top: 0;
}

.bflow .bflow_in ul li .bflow_logo {
    width: 115px;
    height: 115px;
    padding-top: 60px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #0264b4;
    box-sizing: border-box;
}

.bflow .bflow_in ul li .bflow_logo p {
    font-size: 14px;
    color: #111111;
    line-height: 40px;
    text-align: center;
}

.bflow .bflow_in ul li .bflow_logo::before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.bflow .bflow_in ul li:nth-child(1) .bflow_logo::before {
    background: url(../images/Index/bf_logo001.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(2) .bflow_logo::before {
    background: url(../images/Index/bf_logo002.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(3) .bflow_logo::before {
    background: url(../images/Index/bf_logo003.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(4) .bflow_logo::before {
    background: url(../images/Index/bf_logo004.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(5) .bflow_logo::before {
    background: url(../images/Index/bf_logo005.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(6) .bflow_logo::before {
    background: url(../images/Index/bf_logo006.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(7) .bflow_logo::before {
    background: url(../images/Index/bf_logo007.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-last-child(1) {
    margin-right: 0;
}

.bflow .bflow_in ul li:nth-last-child(1)::before {
    display: none;
}

.bflow .bflow_in ul li::after {
    content: "";
    width: 100%;
    height: 31px;
    background: url(../images/Index/bf_bg002.png)center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.bflow .bflow_in ul li:nth-child(1):hover .bflow_logo::before {
    background: url(../images/Index/bf_logo001_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(2):hover .bflow_logo::before {
    background: url(../images/Index/bf_logo002_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(3):hover .bflow_logo::before {
    background: url(../images/Index/bf_logo003_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(4):hover .bflow_logo::before {
    background: url(../images/Index/bf_logo004_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(5):hover .bflow_logo::before {
    background: url(../images/Index/bf_logo005_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(6):hover .bflow_logo::before {
    background: url(../images/Index/bf_logo006_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(7):hover .bflow_logo::before {
    background: url(../images/Index/bf_logo007_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:hover::after {
    display: block;
}

.bflow .bflow_in ul li .bflow_logo:hover {
    background: #0264b4;
}

.bflow .bflow_in ul li:hover .bflow_logo p {
    color: #fff;
}

/* 鏈嶅姟娴佺▼ end */

/* 鐗规晥 */
@keyframes mymove
{
0%{transform: translate(-100%);}
40% {transform: translate(-10%);}
60% {transform: translate(-15%);}
100% {transform: translate(0);}
}

@-webkit-keyframes mymove 
{
    0%{transform: translate(-100%);}
    40% {transform: translate(-10%);}
    60% {transform: translate(-15%);}
    100% {transform: translate(0);}
}

@keyframes mymove1
{
0%{transform: translate(100%);}
40% {transform: translate(10%);}
60% {transform: translate(15%);}
100% {transform: translate(0);}
}

@-webkit-keyframes mymove1
{
    0%{transform: translate(100%);}
    40% {transform: translate(10%);}
    60% {transform: translate(15%);}
    100% {transform: translate(0);}
}
/* 寮瑰箷婊氬姩 */
@keyframes mymove2
{
0{left: -743px;}
100% {left: 0;}
}

@-webkit-keyframes mymove2
{
0{left: -743px;}
100% {left: 0;}
}

@keyframes mymove3
{
0{left: -743px;}
100%{left: 45%;}
}

@-webkit-keyframes mymove3
{
0{left: -743px;}
100%{left: 45%;}
}

@keyframes mymove4
{
0{left: -743px;}
100%{left: 25%;}
}

@-webkit-keyframes mymove4
{
0{left: -743px;}
100%{left: 25%;}
}

@keyframes mymove5
{
0{left: -743px;}
100% {left: 70%;}
}

@-webkit-keyframes mymove5
{
0{left: -743px;}
100% {left: 70%;}
}

@keyframes mymove6
{
0%{transform: translateY(100px);}
100% {transform: translate(0);}
}

@-webkit-keyframes mymove6
{
    0%{transform: translate(100px);}
    100% {transform: translate(0);}
}

/* --public-- */
.wrapper{margin:0 auto;}
.wrap-title{opacity: 1 !important;margin-bottom:40px;text-align:center;overflow:hidden;animation:fadeinT 1s ease;}
.wrap-title h2{font-weight:normal;font-size:32px;line-height:1.5;color:#333;}
.wrap-title h2 a{color:#333;transition:all 0.5s;}
.wrap-title h2 a:hover{color:#0264b4;}
.wrap-title p{margin-top:10px;font-size:18px;color:#333;}
.wrap-title i{display:block;margin:20px auto 0;width:32px;height:4px;background:#0264b4;}
/* --end public-- */

/* --problem-- */
.problem{padding:60px 0;overflow:hidden;background:#fff;}
.problem-list{position:relative;min-height:176px;overflow:hidden;}
.problem-list .item{display: flex;align-items: center;opacity: 1 !important;position:absolute;width:400px;height:58px;line-height:1.25;font-size:20px;color:#fff;background:url(../images/Inpage/problem_list.png?t=1015b) no-repeat;background-size: cover;}
.problem-list .item i{display:block;float:left;width:70px;flex-shrink:0}
.problem-list .item span{display:block;padding-left:15px;overflow:hidden;color:#fff;}
.problem-list .item-1{top:10px;left:0;animation:fadeinR 1s ease;}
.problem-list .item-2{top:10px;left:485px;animation:fadeinR 1.5s ease;}
.problem-list .item-3{bottom:10px;left:335px;animation:fadeinR 2s ease;}
.problem-list .item-4{bottom:10px;left:820px;animation:fadeinR 2.5s ease;}
.problem-tips{margin-top:40px;padding-top:35px;text-align:center;overflow:hidden;border-top:#dedede solid 2px;}
.problem-tips p.p1{font-size:24px;color:#111;line-height:40px;animation:fadeinB 1s ease;}
.problem-tips p.p2{font-family: "Geometr415_Blk_Bt";font-size:16px;color:#111;line-height:30px;animation:fadeinB 2s ease;}
.problem-tips p.p2 strong{color:#0264b4;font-size:24px;}
/* --end problem-- */

@media only screen and (min-width: 320px) and (max-width: 767px){
    .problem .wrap-title h2 {
        font-size: 20px;
    }
    .problem-list {
        height: 280px;
    }
    .problem-list .item {
        font-size: 14px;
        position: unset;
        margin: 0 auto;
        margin-bottom: 10px;
    }

}