@media(min-width: 1250px) and (max-width: 1499px) {
    .tgfour_bt {
        margin: 20px 0 12px;
    }
}

.ximgs img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 !important;
}

.content {
    width: 1400px;
    margin: 0 auto;
    clear: both;
}

img {
    vertical-align: middle;
}

.xbtn {
    width: 170px;
    text-align: center;
    font-size: 16px;
}

.xbtn a {
    display: block;
    line-height: 40px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #ccc;
    color: #616161;
    overflow: hidden;
    transition: 300ms;
    /*20201127 sx*/
    background: #4683ff;
    border: 1px solid #4683ff;
    color: #fff;
}

/*搜索推广start*/
/*x_head,x_nr为标题统一样式*/
.x_head {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.x_head span {
    color: #2264e8;
    font-weight: bold;
}

.x_nr {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}

.tgone {
    padding: 90px 0 70px;
}

.tgone_head {
    margin-bottom: 18px;
    color: #2264e8;
}

.tgone_state {
    color: #2264e8;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 24px;
}

.tgone_nr {
    text-align: center;
    padding: 0 7.2%;
    /*20201118*/
    text-indent: 2em;
}

.tgone_img {
    text-align: center;
    margin: 32px 0 30px;
}

.tgone_btn {
    margin: 0 auto;
}

.tgtwo {
    background: #f7faff;
    padding: 98px 0;
}

.tgtwo_data {
    width: 100%;
    height: auto;
    display: inline-flex;
}

.tgtwo_item {
    width: 31.4%;
    float: left;
    padding: 24px 20px 32px;
    background: #fff;
    text-align: center;
    margin-right: 2.9%;
    overflow: hidden;
    height: auto;
    border-radius: 10px;
    border: 1px solid #daf0ff;
    box-shadow: 0px 10px 0 0px #e3f4ff;
}

.tgtwo_item:nth-child(3n) {
    margin-right: 0px;
}

.tgtwo_icon {
    margin-bottom: 20px;
}

.tgtwo_bt {
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    color: #2264e8;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.tgtwo_nr {
    color: #4c4c4c;
}

.tgtwo_nr span {
    color: #2264e8;
    font-weight: bold;
}

.tgthree {
    padding: 90px 0 110px;
}

.tgthree_slide {
    box-shadow: 0px 13px 50px 0 rgba(14, 5, 10, .1);
    border-radius: 0 0 14px 14px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tgthree_tab {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tgthree_tab_item {
    width: 50%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    float: left;
    line-height: 68px;
    height: 68px;
    overflow: hidden;
    background: #fff;
    color: #3a8bff;
    transition: 300ms;
    cursor: pointer;
}

.tgthree_tab_item img {
    margin-right: 10px;
}

.tgthree_tab_item img.img_b {
    display: inline;
}

.tgthree_tab_item img.img_w {
    display: none;
}

.tgthree_tab_item:hover,
.tgthree_tab_item.on {
    color: #fff;
    background: #3a8bff;
}

.tgthree_tab_item:hover img.img_b,
.tgthree_tab_item.on img.img_b {
    display: none;
}

.tgthree_tab_item:hover img.img_w,
.tgthree_tab_item.on img.img_w {
    display: inline;
}

.tgthree_data {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.tgthree_data_item {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    top: 30px;
}

.tgthree_data_item.cur {
    z-index: 5;
    filter: alpha(opacity=100);
    opacity: 1;
    position: relative;
    top: 0;
    transition: 600ms;
}

.tgthree_nr {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
}

.tgfour {
    padding: 75px 0 80px;
    background: url(../images/tgfour_bg.png) #f7f8fa center center no-repeat;
    background-size: cover;
}

.tgfour_head {
    color: #2264e8;
}

.tgfour_data {
    width: 100%;
    height: auto;
}

.tgfour_item {
    width: 33%;
    float: left;
    padding: 0 4.6%;
    height: auto;
    text-align: center;
    position: relative;
}

.tgfour_item:after {
    content: "";
    width: 36.6%;
    height: 120px;
    background: url(../images/tgfour_decor.png) center center no-repeat;
    position: absolute;
    right: -18.3%;
    top: 0;
}

.tgfour_item:nth-child(4n):after {
    display: none;
}

.tgfour_icon {
    width: 120px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 20px 30px 0px rgba(13, 13, 13, .1);
    border-radius: 50%;
    background: #fff;
}

.tgfour_bt {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #2264e8;
    margin: 25px 0 15px;
}

.tgfour_nr {
    color: #4c4c4c;
}

.tgfive {
    padding: 80px 0 90px;
}

.tgfive_data {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tgfive_item {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2px;
    background: #daedfe;
    padding-left: 21.4%;
    position: relative;
}

.tgfive_bt {
    background: #3a8bff;
    font-size: 20px;
    color: #fff;
    width: 21.4%;
    float: left;
    padding-left: 4.2%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.tgfive_bt img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 24px;
    padding: 0px !important;
    margin: 0 !important;
    margin-right: 16px !important;
}

.tgfive_nr {
    display: flex;
    padding: 18px 30px;
}

.tgfive_item:nth-child(even) {
    background: #eaf5ff;
}

.tgfive_item:nth-child(even) .tgfive_bt {
    background: #68a6ff;
}

.tgsix {
    padding-bottom: 95px;
}

.tgsix_table {
    border: 1px solid #b6d8fa;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.tgsix_table tr {
    border-top: 1px solid #b6d8fa;
}

.tgsix_table tr:first-child {
    border-top: none;
    background: #3a8bff;
}

.tgsix_table tr td {
    border-right: 1px solid #b6d8fa;
    padding: 18px 30px;
    /*20201124*/
    padding: 18px 28px;
    font-size: 16px;
    line-height: 30px;
}

.tgsix_table tr td:nth-child(1) {
    width: 20%;
}

.tgsix_table tr td:nth-child(2) {
    width: 17%;
}

.tgsix_table tr td:nth-child(3) {
    width: 42.8%;
    text-align: left;
}

.tgsix_table tr td:nth-child(4) {
    width: 20.2%;
    border-right: none;
}

.tgsix_table tr:first-child td {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0 30px;
}

.tgsix_table tr:first-child td:nth-child(3) {
    text-align: center;
}

/*搜索推广end*/
@keyframes fadeInUpM {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 35%, 0);
        transform: translate3d(0, 35%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftM {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}