* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

@font-face {
  font-family: 'Alibaba PuHuiTi 2.0';
  src:
    url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType');
}


img, a {
    -webkit-touch-callout: none;
    text-decoration: none;
    max-width: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    font-family: -apple-system, Helvetica, sans-serif;
    line-height: 1.5;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cl {
    clear: both;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* 菜单 */
.am-menu {
    bottom: 4rem;
    position: relative;
}

.am-menu-offcanvas1 .am-menu-toggle {
    display: block;
    width: 6rem;
    height: 6rem;
    top: -43px;
    vertical-align: middle;
    background: url(../images/menu.png) no-repeat center;
    background-size: cover;
    text-align: center;
}

header {
    min-width: 320px;
    max-width: 640px;
    width: 100%;
    padding: 1.5rem 1rem;
    position: fixed;
    z-index: 999;
    background: #fff;
}

#header .logo {
    text-align: center;
}

#header .logo img {
    max-width: 70%;
}

.am-slider-default .am-direction-nav a:before {
    content: '<';
    color: #fff;
}

.am-slider-default .am-direction-nav a.am-next:before {
    content: '>';
    color: #fff
}

.am-slider-default .am-control-nav {
    bottom: 14px;
}

.am-slider-default {
    margin: 0;
    padding-top: 6rem;
}

.am-slider-default .am-control-nav li a {
    background: rgba(255, 255, 255, .8);
}

.am-slider-default .am-control-nav li a.am-active {
    width: 3rem;
    background: #1163CF;
    border-radius: 4rem;
}

.product {
    margin-top: 20px;
}

.product .product_title {
    padding-top: 4rem;
    background: url('../images/pro_recommend.png') no-repeat center top;
    background-size: 100%;
    display: flex;
}

.product .product_title .recommend {
    width: 14rem;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #303133;
}

.product .product_title .special {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #909399;
    padding-top: 3px;
}

.product .product_item {
    margin-top: 23px;
    width: 100%;
    height: 52rem;
}

.product .product_item .item {
    width: 48%;
    margin-right: 1.3rem;
    float: left;
}

.product .product_item .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
}

.product .product_item .item a {
    display: block;
}

.product .product_item .item span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #606266;
    display: block;
}

/*品牌*/
.brand {
    background: url(../images/brand.jpg) no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.brand span:first-child {
    display: block;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.brand span:nth-child(2) {
    display: block;
    font-family: 'Alimama ShuHeiTi';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 5rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: 2rem;
}

.brand .contact_now {
    background: #FF9B31;
    border-radius: 7rem;
    width: 14rem;
    height: 3rem;
    text-align: center;
    margin-top: 2rem;
}

.brand .contact_now a {
    display: block;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    color: #FFFFFF;
    background: url(../images/contact_now.png) no-repeat left center;
    background-size: 2rem;
    margin-left: 2rem;
}

.advantage {
    padding-top: 2rem;
}

.advantage .cname {
    text-align: center;
}

.advantage .cname span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #303133;
}

.advantage .cname .enname {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1163CF;
}

.advantage .advantage_box {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.advantage .advantage_box .advantage_box_l, .advantage .advantage_box .advantage_box_r {
    width: 50%;
}

.advantage .advantage_box .advantage_box_l {
    padding-left: 1rem;
}

.advantage .advantage_box .num {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 6rem;
    line-height: 5rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(225, 226, 230, 0.8) -32.41%, rgba(192, 196, 204, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advantage .advantage_box .title {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.01em;
    color: #303133;
}

.advantage .advantage_box .desc {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 4rem;
    letter-spacing: 0.01em;
    color: #606266;
    position: relative;
}

.advantage .advantage_box .desc::after {
    content: '';
    width: 2.5rem;
    height: 0.5rem;
    background: #093572;
    position: absolute;
    bottom: -3px;
}

.advantage .advantage_box:nth-child(even) .desc::after {
    left: 0;
}

.advantage .advantage_box:nth-child(odd) {
    flex-direction: row-reverse;
}

.advantage .advantage_box:nth-child(odd) .advantage_box_l {
    padding-left: 0;
    padding-right: 1rem;
}

.advantage .advantage_box:nth-child(odd) .num, .advantage .advantage_box:nth-child(odd) .title,
.advantage .advantage_box:nth-child(odd) .desc {
    text-align: right;
}

.advantage .advantage_box:nth-child(odd) .desc::after {
    right: 0;
}

.cases {
    background: url(../images/case.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: 4rem;
    margin-bottom: 4rem;
}

.cases .cat_name {

}

.cases .cat_name .enname {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cases .cat_name .cname {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 5rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.cases .cat_name .desc {
    width: 90%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
    text-align: center;
}

.cases .cat_name .desc span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: block;

}

.case_box .case_one {
    width: 100%;
    position: relative;
}

.case_box .cast_item_box {
    display: flex;
    margin-top: 1rem;
}

.case_box .case_item_flex {
    width: 48%;
    margin-right: 1rem;
    position: relative;
}

.case_box .case_item_flex:nth-child(2n) {
    margin-right: 0;
}

.case_box .title {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(20, 20, 20, 0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}


.cases .more {
    width: 13rem;
    height: 4rem;
    background: #1163CF;
    margin: 4rem auto 0 auto;
}

.cases .more a {
    display: block;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: url(../images/case_more.png) no-repeat right center;
    background-size: 3rem;
    margin-right: 1rem;
}

.about {
    background: #F5F6F8;
    padding-top: 4rem;
}

.about_box .about_l, .about_box .about_r {
    width: 100%;
}

.about .cat_name {
    text-align: center;
}

.about .enname {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;

    /* 主色 */

    color: #1163CF;
}

.about .cname {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #303133;
}

.about .desc {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.01em;
    color: #606266;
    padding-top: 3rem;
}

.about .about_r {
    padding-top: 2rem;
    position: relative;
}

.about .more {
    background: url(../images/about_more.png) no-repeat center center;
    background-size: 14rem;
    width: 14rem;
    height: 4rem;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: block;
    line-height: 4rem;
    padding-left: 30px;
    margin: 2rem auto;

}

.news {

}

.news [data-am-widget=tabs] {
    margin: 0;
}

.news .am-tabs-bd {
    border: 0;
}

.news .recommend .new_con span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 0.01em;
    color: #303133;
}

.news .recommend .new_con .desc {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    height: 4rem;
    overflow: hidden;
    letter-spacing: 0.01em;
    color: #909399;
}

.news ul {
    margin: 3rem auto;
}

.news ul li a {
    display: block;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0.01em;
    color: #303133;
}

/*内页*/
.search-form{
    margin-top: 40px;
}
.search-body{
    text-align: center;
}
.search-form .search-body span{
    font-size:3rem;
    color:#121212;
    margin-bottom: 10px;
}
.search-form span.highlight{
    font-size: 1.8rem;
    color: #f00;

}
.search-form-search{
    height:6rem;
    border:1px solid #e5e5e5;
    border-radius: 10px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding:0 10px;
}
.search-form-search input{
    height:4rem;
    border:none;
    text-indent: .5rem;
    font-size:16px;
    color:#9c9c9c;
    outline: 0;
}
.search-form-search button{
    width:6rem;
    height:4.5rem;
    background: url(../images/search.png) no-repeat center;
    border:0px;
    cursor: pointer;
    margin-left:10px;
}

.search-info {
    margin-top: 1rem;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e60012;
    padding: 1rem 0;
}
.news-ul {
    background: #fff;
    margin: 0 2rem;
    padding: 1.5rem 0;
}

.news-ul ul li {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: 8px;
    padding-right: 2rem;
    border-bottom: 1px solid #eaeaea;
}

.news-ul ul li:last-child {
    border-bottom: 0;
}

.news-ul ul li a {
    font-size: 1.5rem;
    color: #454545;
}

.list li {
    text-align: center;
}

.page {
    padding-bottom: 3rem;
}

.bar-page {
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.bar-page h1 {
    font-size: 2rem;
    color: #fff;
}

.history {
    background: #09326b;
    color: #fff;
    font-weight: bold;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    margin: 2% 2%;
}

.page-view {
    padding: 0 5%;
    margin-top: 1rem;
}

/* 分页 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

.pager {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.pager li {
    display: inline;
}

.pager li span,
.pager li a {
    margin: 0 1rem;
    border: none;
    color: #666666;
    font-size: 1.4rem;
}

.pager li.active span {
    color: #093572;
}

.pagination > .disabled > span {
    background: white !important;
    color: #666666;
}

/* 上下篇 */
.view-tool {
    border-top: 1px #e2e2e2 solid;
    text-align: left;
    padding: 10px 15px 10px 0;

}

.view-tool ul li {
    color: #464646;
    height: 30px;
    line-height: 30px;
    margin: 0px 20px 0px 20px;
    font-size: 14px;
    overflow: hidden;
}

.view-tool ul li a {
    font-size: 14px;
    color: #464646;
}

.page .news-ul {
    margin: 0;
    padding: 1rem 2rem;
}

.view-top {
    line-height: 4vh;
    text-align: center;
    margin: 1rem 0;
}

.view-top p {
    margin: .5rem 0 0 0;
}

.view-title {
    font-size: 1.8rem;
    line-height: 1.2;
}

.view-content {
    margin: 0 1%;
    line-height: 3vh;
}

.view-content p {
    margin: 0;
}

.product-body ul li {
    width: 97%;
    margin: .5rem 2%;
}

.product-body ul li a:last-child {
    justify-content: center;
    padding-top: .5rem;
}

.product-body ul li a:first-child {
    height: auto;
}

/*底部样式*/
.foot {
    background: #313131;;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 0 6rem 0;
}

.foot-contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
}

.foot-contact .cname {
    position: relative;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    height: 6rem;
}

.foot-contact .cname::before {
    content: '';
    width: 2rem;
    height: 2px;
    background: #F9B03D;
    position: absolute;
    top: 30px;
}

.foot-contact .title {
    display: block;
    font-size: 1.8rem;
}

.foot-tels, .foot-addr, .foot-email {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    height: 6rem;
    color: #FFFFFF;
    padding-left: 3rem;
}

.foot-contact span {
    line-height: 4rem;
    color: #C0C4CC;
}

.foot-tels {
    background: url("../images/foot-tel.png") no-repeat;
    background-size: 22px;
}

.foot-tels span {
    color: #1163CF;
    font-size: 2rem;
}

.foot-addr {
    background: url("../images/foot-addr.png") no-repeat;
    background-size: 22px;
}

.foot-email {
    background: url("../images/foot-email.png") no-repeat;
    background-size: 22px;
}

.foot-email span {
    font-size: 1.8rem;
}

.copy {
    text-align: center;
}

.copy span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #909399;
    opacity: 0.4;
}

.copy a {
    color: #909399;
    opacity: 0.4;
}

/* 底部 */
.flexbox {
    position: fixed;
    z-index: 9999;
    height: 5rem;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    background: #1365CF;
}

.flexbox ul {
    display: flex;
    justify-content: center;
}

.flexbox ul li {
    height: 5rem;
    text-align: center;
    width: 25%;
}

/*.flexbox ul .active{*/
/*    background-color:#17875f ;*/
/*    border-left:1px solid #17875f;*/
/*}*/
.flexbox ul li a {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
    display: block;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: right;
    letter-spacing: 1px;
    color: #FFFFFF;
    border-right: 1px solid rgba(235, 238, 245, 0.1);
}

.flexbox ul li:first-child {
    background: url("../images/flexbox-home.png") no-repeat 1.8rem center;
    background-size: 20px;
}

.flexbox ul li:first-child a {
    text-align: center;
    padding-left: 3rem;
}

.flexbox ul li:nth-child(2) {
    background: url("../images/flexbox-product.png") no-repeat 0.3rem center;
    background-size: 20px;
}

.flexbox ul li:nth-child(3) {
    background: url("../images/flexbox-about.png") no-repeat 0.3rem center;
    background-size: 20px;
}

.flexbox ul li:nth-child(4) {
    background: url(../images/flexbox-tel.png) no-repeat 0.3rem center;
    background-size: 20px;
}

/*列表页样式*/
.list li a:last-child {
    margin: 1rem auto;
    display: block;
    text-align: center;
}

.tag ul {

}

.tag ul li {
    width: 46%;
    background: #09326b;
    float: left;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

.tag ul li:last-child {
    margin-bottom: 1rem;
}

.tag ul li a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    color: #fff;
    text-align: center;
}