body{
font-family: ΢���ź�;
}
.container {
    max-width: 100%;
}

.aiTop {
    position: relative;
    margin-top: 5rem;
    z-index: 1;
}

.aiTop>img {
        width: 40%;
    position: relative;
    top: 2rem;
    z-index: -1;
}

.Top_scratch {
    width: 5rem;
    height: 0.2rem;
    background-color: #DE0212;
    margin: 0.5rem auto 2.5rem;
}

.dial {
    position: relative;
    padding: 0%;
}

.dial>img {
    width: 40%;

}

.dial_adv1 {
    color: #5e5e5e;
    width: 7.5rem;
    position: absolute;
}

.mini-box {
    border-radius: 1rem;
}

.mini-box img {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
}

.mini-box strong {
    color: #DE0212;
}

.icon_grid {
    list-style: none;
    margin: 5rem auto;
}

.icon_grid li {
    position: relative;
    display: inline-block;
    height: 10rem;
    padding: 4rem 2rem 0rem;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    border-image: linear-gradient(to top, #FFFFFF, #FFFFFF, #DF0616, #DF0616, #DF0616, #FFFFFF, #ffffff);
    border-image-slice: 10;
}

.icon_grid li:last-child {
    border-right: 0.2rem solid transparent;
    border-image: linear-gradient(to top, #FFFFFF, #FFFFFF, #DF0616, #DF0616, #DF0616, #FFFFFF, #ffffff);
    border-image-slice: 10;
}

.icon_grid h2,
span {
    color: #5e5e5e;
}

.icon_grid h2 {
    font-size: 24px;
}

.grid_scratch {
    width: 4rem;
    background-color: #484848;
    height: 0.15rem;
    margin: 1rem auto;
}


.adv_grid1 {
    background: url(../../image/adv_11.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.adv_grid1:hover {
    background: url(../../image/adv_1.png) no-repeat top center;
    background-size: 3rem 3rem;
    transform: rotateY(360deg);
    transition: 2s;
    transform-style: preserve-3d;
}

.adv_grid2 {
    background: url(../../image/adv_22.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.adv_grid2:hover {
    background: url(../../image/adv_2.png) no-repeat top center;
    background-size: 3rem 3rem;
    transform: rotateY(360deg);
    transition: 2s;
    transform-style: preserve-3d;
}

.adv_grid3 {
    background: url(../../image/adv_33.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.adv_grid3:hover {
    background: url(../../image/adv_3.png) no-repeat top center;
    background-size: 3rem 3rem;
    transform: rotateY(360deg);
    transition: 2s;
    transform-style: preserve-3d;
}

.adv_grid4 {
    background: url(../../image/adv_44.png) no-repeat top center;
    background-size: 3rem 3rem;

}

.adv_grid4:hover {
    background: url(../../image/adv_4.png) no-repeat top center;
    background-size: 3rem 3rem;
    transform: rotateY(360deg);
    transition: 2s;
    transform-style: preserve-3d;
}

.adv_grid5 {
    background: url(../../image/adv_55.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.adv_grid5:hover {
    background: url(../../image/adv_5.png) no-repeat top center;
    background-size: 3rem 3rem;
    transform: rotateY(360deg);
    transition: 2s;
    transform-style: preserve-3d;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none
}

em,
i {
    font-style: normal
}

div.site {
    overflow: hidden
}

div.wrapper {
    position: relative;
    width: 100%;
    background-color: #F0F1F5;
}

div.wrapper.demo1 {
    margin: 60px auto 0
}

div.wrapper:not(.demo1) {
    margin: 0px auto;
}

div.wrapper>h3 {
    display: inline-block;
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-radius: 1.4rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222
}

div.wrapper>ul.container {
    position: relative;
    height: 25rem;
    margin: 0 auto;
    transform: translate3d(0, 0, 0)
}

div.wrapper ul.container>li.cards_list {
    padding: 2%;
    border-radius: 0.8rem;
    background-color: #fff;
    overflow: hidden;

}

ul.container>li.cards_list>div.img>img {
    display: block;
    width: 9rem;
    height: 7.7rem;
    margin: 15% auto;
}

ul.container>li.cards_list>div.main_con {
    padding: 0 1rem;
    box-sizing: border-box
}

ul.container>li.cards_list>div.main_con h4.name {
    padding-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #424242
}

ul.container>li.cards_list>div.main_con p.content {
    
    height: 4.5rem;
    font-size: .9rem;
    color: #777;
    text-align: justify;
    line-height: 1.5rem
}

ul.container>li.cards_list>div.main_con p.label {
    font-size: .9rem;
    color: #555;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

div.wrapper.horizontal>ul.container {
    max-width: 900px;
    overflow: hidden;
}

div.wrapper.vertical>ul.container {
    width: 40rem;
}

div.wrapper.horizontal ul.container>li.cards_list {
    width: 16rem;
    height: 19rem;
}

div.wrapper.vertical ul.container>li.cards_list {
    display: flex;
}

i.btn-direct {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    transition: opacity ease 300ms;
}

div.wrapper:hover i.btn-direct {
    opacity: .6
}

i.btn-direct:hover {
    opacity: .9 !important
}

i.btn-direct.btn-left {
    left: 16rem
}

i.btn-direct.btn-right {
    right: 16rem
}

i.btn-direct>span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-top: .125rem solid #fff;
    border-left: .125rem solid #fff
}

div.wrapper.horizontal i.btn-direct>span.shift-left {
    transform: translate(-30%, -50%) rotate(-45deg)
}

div.wrapper.horizontal i.btn-direct>span.shift-right {
    transform: translate(-70%, -50%) rotate(135deg)
}

div.wrapper.vertical i.btn-direct>span.shift-left {
    transform: translate(-50%, -30%) rotate(45deg)
}

div.wrapper.vertical i.btn-direct>span.shift-right {
    transform: translate(-50%, -70%) rotate(-135deg)
}

.banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.imgbox {
    width: 40%;
    height: 32rem;
    position: relative;
    /* background-color: #222; */
    overflow: hidden;
    margin: 0 auto;
}

.img1 {
    width: 100%;
    /* position: absolute;
    display: none;
    left: 50%;
    margin-left: -683px */
}

.liyou_right{
	position: relative;
}

.liyou_right>div{
	position: absolute;
    font-size: 26px;
    color: #fff;
}

.im {
    display: block
}

.change {
    height: 3rem;
    display: block;
    position: absolute;
    z-index: 20;
    opacity: .4;
    transition: .4s;
    top: 50%;
    margin-top: -50px
}

.change:hover {
    opacity: 1
}

.pre {
    left: 15%;
    top: 35%;
}

.next {
    right: 15%;
    top: 35%;
}

.cirbox {
    width: 88px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
    left: 50%;
    margin-left: -44px;
    cursor: pointer
}

.cir {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .4;
    float: left;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer
}

.cir:hover {
    background-color: cyan;
    transition: .8s
}

.cr {
    opacity: 1
}

.cr:hover {
    background-color: #fff
}

.icon1_red {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #FB201F;
    position: absolute;
    top: 38%;
    left: -0.8%;
}




a {
    text-decoration: none
}

.w1200 {
    width: 100%;
    margin: 0 13%;
    height: auto;
    /* padding: 0% 5%; */
}

.w1200:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both
}

.ai_card {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px
}

.ai_card h2.t {
    padding-top: 80px;
    font-size: 36px;
    text-align: center;
    font-weight: 400
}

.ai_card p.sub_t {
    padding-top: 15px;
    font-size: 16px;
    text-align: center;
    padding-bottom: 60px
}

.ai_card ul {
    padding-bottom: 70px
}

.ai_card ul li {
    float: left;
    position: relative;
    width: 25%;
    height: 428px;
    border: 1px solid #e7e7e7;
    margin-left: -1px;
    z-index: 10
}

.ai_card ul li:before {
    content: "";
    width: 0;
    height: 2px;
    background: #D60C1A;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    transition: 1s
}

.ai_card ul li .info {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    transition: .5s
}

.ai_card ul li .info .img {
    width: 100%;
    /* height: 90px; */
    text-align: center
}

.ai_card ul li .info h3 {
    font-weight: 400;
    color: #333;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 24px;
    text-align: center
}

.ai_card ul li .info p {
    width: 83%;
    height: 85px;
    line-height: 24px;
    margin: 0 auto;
    color: #73747b;
    font-size: 14px;
    text-align: center;
}

.ai_card ul li a.btn {
    position: absolute;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    left: 50%;
    margin-left: -60px;
    bottom: 50px;
    color: #fff;
    background: #00b8ff;
    opacity: 0;
    border-radius: 2px;
    transition: .5s;
    font-size: 16px;
    text-align: center
}

.ai_card ul li.active {
    box-shadow: 0 2px 20px rgba(175, 175, 175, .3)
}

.ai_card ul li.active:before {
    width: 100%;
    height: 2px
}

.ai_card ul li.active .info {
    top: 50px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.ai_card ul li.active a.btn {
    opacity: 1
}

.zhaomu {
    padding: 2%;
    border-radius: 1rem;
    -webkit-box-shadow: 5px 5px 10px #ADADAD;
    -moz-box-shadow: 5px 5px 10px #ADADAD;
    box-shadow: 5px 5px 10px #ADADAD;
}

.bohao {
    padding: 5% 25%;
    border-radius: 2rem;
    font-size: 1.5rem;
    color: #ffffff;
    background-color: #D2001E;
}