@charset "utf-8"; 

:root {
    --primary: #2360b4;
    --dark: #172b46;
    --secondary: #5c6d84;
    --hover: #ec8e26;
}

@font-face {
    font-family: "os";
    src: url("../font/Oswald-Medium.woff") format("woff"),
        url("../font/Oswald-Medium.woff2") format("woff2"),
        url("../font/Oswald-Medium.ttf") format("truetype");
}

::-webkit-scrollbar{  
    width: 10px;  
    height: 10px;  
    background-color: #fff;  
}  
::-webkit-scrollbar-track{  
    border-radius: 10px;  
    background-color: #e5e5e5;  
}    
::-webkit-scrollbar-thumb{  
    border-radius: 10px;  
    background-color: #bdbdbd;  
}  
::-webkit-scrollbar-thumb:hover{
    border-radius: 5px;
    background: #9d9b9b;
}

body{
    overflow-x: hidden;
}

b,blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,legend,li,ol,p,pre,td,textarea,th,ul {
    padding: 0;
    margin: 0;
    border: 0 none
}

img,input {
    border: 0;
    vertical-align: middle
}

li,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

form {
    padding: 0;
    margin: 0
}

td {
    FONT-SIZE: 12px
}

img {
    border: 0
}

html,body {
    font-size:16px;
    color: var(--dark);
    font-family: '微软雅黑';
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

input,textarea,button {
    outline: 0
}

.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}

.content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}

.content.news_detail {
    width: 1200px;
}

.content_mbx {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto
}

.concom {
    width: 1400px;
    overflow: hidden;
    margin: 0px auto;
    position: relative
}

.con_box {
    width: 1400px;
    overflow: hidden;
    margin: 50px auto
}

.title {
    text-align: center;
    overflow: hidden;
    margin: 0px auto 30px auto;
}

.title h3 {
    font-size: 40px;
    text-align: center;
    color: var(--dark);
    font-weight: normal;
}

.title h3 span {
    color: #333;
}

.title p.gradient-text {
    font-size: 120px;
    text-transform: uppercase;
    font-family: 'os';
    line-height: 1;
    color: #eee;
    background: linear-gradient(to bottom, #eeeeee, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title b {
    color: #333
}

.title1 {
    text-align: center;
    padding: 50px 0 25px;
    overflow: hidden;
    margin: 0px auto;
}

.title1 h3 {
    font-size: 48px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin: 0px auto 0
}

.title1 h3 span {
    color: #333;
}

.title1 p {
    overflow: hidden;
}

.title1 b {
    color: #333
}



/*-----头部-----*/

.head {
    width: 100%;
}

.head .content{
    justify-content: space-between;
    align-items: center;
}

.hot p {
    font-family: "os";
    font-size: 32px;
    color: var(--primary);
}

.hot span{
    font-size: 14px;
    display: block;
    color: var(--secondary);
}

.hot span i{
    margin-right: 6px;
}

.nav {
}

.nav ul {
    display: flex;
}

.nav ul li {
    text-align: center;
    position: relative;
}

.nav ul li a {
    display: block;
    padding: 42px 20px;
    font-size: 18px;
    position: relative;
}

.nav ul li a:after{
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    height: 3px;
    top: calc(50% + 1.2em);
    transform: translateX(-50%);
    background: var(--primary);
    transition: all ease 0.4s;
}

.nav ul li a:hover,
.nav ul li a.current{
    color: var(--primary);
}

.nav ul li a:hover:after,
.nav ul li a.current:after{
    width: 4em;
}



/*-----banner-----*/

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner img {
    width: 100%
}

.banner .swiper-slide{
    height: 700px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.banner .swiper-pagination{
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px #fff solid;
    background: transparent;
    border-radius: 14px;
    transition: all ease 0.4s;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 30px;
}



/*-----产品-----*/

.index_pro{
    padding: 50px 0 60px 0;
}

.index_pro .title h3{
    margin: -60px auto 0;
}

.index_pro .content{
    flex-direction: column;
}

.anli_lb{
    position: relative;
}

.inner_pro .anli_lb{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.inner_pro .anli_lb:after{
    content: "";
    flex: auto;
}

.index_pro .more_btn {
    margin: 20px auto 0 auto;
}

.anli_lb .swiper-slide {
}

.anli_lb p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

.anli_lb .pro_item{
    flex: 0 0 24%;
    margin-right: 1.333%;
    margin-bottom: 20px;
}

.anli_lb .pro_item:nth-child(4n){
    margin-right: 0;
}

.anli_lb .swiper-slide:hover p,
.anli_lb .pro_item:hover p {
    color: var(--primary);
}

.anli_lb .img_cover {
    overflow: hidden;
    position: relative;
    width: calc(100% - 2px);
    height: 0;
    padding-top: 100%;
    border: 1px #eee solid
}

.anli_lb .img_cover img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%
}

.anli_lb .img_cover:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.anli_lb .swiper-button-prev,
.anli_lb .swiper-button-next{
   width: 50px;
   height: 50px;
   top: calc(100% + 20px);
   margin-top: 0;
   border: 2px var(--primary) solid;
   border-radius: 50px;
   box-sizing: border-box;
   transition: all ease 0.4s;
}

.anli_lb .swiper-button-prev:hover,
.anli_lb .swiper-button-next:hover{
    background: var(--primary);
}

.anli_lb .swiper-button-prev{
    text-indent: -0.1em;
    right: 50%;
    left: auto;
    margin-right: 114px;
}

.anli_lb .swiper-button-next{
    left: 50%;
    margin-left: 114px;
    text-indent: 0.1em;
}

.anli_lb .swiper-button-prev:after,
.anli_lb .swiper-button-next:after{
    font-size: 20px;
    color: var(--primary);
    transition: all ease 0.4s;
}

.anli_lb .swiper-button-prev:hover:after,
.anli_lb .swiper-button-next:hover:after{
    color: #fff;
}





/*-----首页关于-----*/

.about_box{
    background: #f5f5f5;
    position: relative;
    padding-top: 120px;
}

.about_box .title h3{
    text-align: left;
}

.about_box .title p{
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
}

.about_box .content{
    flex-direction: row;
    justify-content: space-between;
}

.iabout-cont {
    flex: 0 0 45%;
}

.iabout-cont .ti p{
    font-size: 28px;
    font-weight: normal;
    color: var(--dark);
}

.iabout-cont .ti p:before {
    content: "";
}

.iabout-cont .desc {
    line-height: 1.8;
    font-size: 16px;
    color: var(--secondary);
    text-align: justify;
    margin-bottom: 50px;
}

.iabout-img {
    display: block;
    flex: 0 0 50%;
    position: relative;
    margin-top: -50px;
    z-index: 2;
}

.iabout-img:after {
    content: "";
    position: absolute;
    height: 50%;
    background: var(--primary);
    width: calc(50vw + 50px);
    left: -55px;
    bottom: -55px;
    z-index: -1;
}

.iabout-img img {
    max-width: 100%;
    padding: 12px;
    background: #f5f5f5;
    box-sizing: border-box;
}





/*-----首页优势-----*/

.ys {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 60px;
}

.ys .title h3 {
    margin: -60px auto 0;
}

.ys .content{
    flex-direction: row;
    justify-content: space-between;
}

.ys .youshi_item {
    width: 20%;
}

.ys .d_img {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    border: 1px #eaeaea solid;
    padding: 10px;
}

.ys .d_img img {
    width: 100%;
    border-radius: 100%;
}

.ys .num{
    font-family: 'os';
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    background: var(--primary);
    transition: all ease 0.4s;
}

.ys .youshi_item:hover .num{
    background: var(--hover);
}

.ys .d_item {
    position: relative;
    overflow: hidden;
}

.ys .d_item h3 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 10px 0;
    font-weight: normal;
    transition: all 0.4s ease;
}

.ys .youshi_item:hover .d_item h3 {
    margin-top: 14px;
}

.ys .d_item p{
    color: var(--secondary);
    font-size: 14px;
    line-height: 1.725;
    text-align: center;
    padding: 0 10px;
}




/*-----首页新闻-----*/

.news_box {
    background: #f5f5f5;
    width: 100%;
    padding: 50px 0;
}

.news_box .content{
    flex-direction: column;
}

.news_box .title h3 {
    margin: -60px auto 0;
}

.news_box p.gradient-text{
    color: #ddd;
    background: linear-gradient(to bottom, #ddd, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news li {
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 49%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
}

.news li:hover{
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);
}

.news li span {
    display: block;
    flex: 0 0 90px;
    background: var(--primary);
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin-right: 20px;
}

.news li span b {
    font-family: 'os';
    font-weight: normal;
    display: block;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    padding: 16px 0;
}

.news li span i {
    display: block;
    font-size: 16px;
    color: #fff;
    border-top: 1px rgba(255, 255, 255, 0.15) solid;
    padding: 5px 0;
    font-style: normal;
}

.news .text_box h3 {
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.news li:hover .text_box h3{
    color: var(--primary);
}

.news .text_box p {
    line-height: 1.6;
    font-size: 14px;
    color: var(--secondary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




/*-----底部-----*/

.footer {
    width: 100%;
    background: url(../image/footer_bg.png) var(--dark) right center no-repeat;
}

.footer .box1{
    padding: 50px 0;
    align-items: flex-end;
}

.footer .info{
    flex: 0 0 30%;
}

.footer .info p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
    line-height: 1.2;
}

.footer .info p:last-child {
    margin-bottom: 0;
}

.footer .info p.tel {
    color: #fff;
    font-family: 'os';
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
}

.footer .info1 {
    color: #fff;
    line-height: 41px;
    font-size: 16px;
    text-align: left;
    float: left
}

.footer .info h3 {
    margin-bottom: 20px;
}

.bnav {
    flex: 0 0 30%;
}

.bnav h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 4px;
}

.bnav ul {
    display: flex;
    flex-wrap: wrap;
}

.bnav ul li {
    flex: 0 0 50%;
    margin-top: 12px;
}

.bnav ul li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.footer .ewm {
    margin-left: auto;
}

.footer .ewm img {
    width: 130px;
}

.footer .ewm p{
    text-align: center;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.8);
}

.copyright {
    width: 100%;
    font-size: 14px;
    border-top: 1px rgba(255, 255, 255, 0.15) solid;
    padding: 20px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}





/*-----侧边悬浮-----*/

.side {
    position: fixed;
    right: 6px;
    z-index: 9999;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
}

.side .side_item a{
    position: relative;
    font-size: 14px;
    text-align: center;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px #ededed solid;
    padding: 20px 10px;
}

.side .side_item:last-child a{
    border-bottom: 0;
}

.side ul li i {
    font-size: 20px;
    margin-bottom: 4px;
    transition: all ease 0.4s;
}

.side ul li:hover i{
    color: var(--primary);
}

.side ul li.sideetel .telBox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    height: 100%;
    right: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: left;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--secondary);
    transition: all ease 0.4s;
}

.side ul li.sideetel .telBox:after{
    content: "";
    display: block;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
    border-style: solid;
    border-width: 8px 0px 8px 8px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
}

.side ul li.sideetel .telBox p{
    color: var(--primary);
    font-family: "os";
    font-size: 30px;
    line-height: 1;
}

.side ul li.sideetel:hover .telBox {
    opacity: 1;
    visibility: visible;
}





.zizhi {
    width: 100%;
    overflow: hidden;
    position: relative ;
    position: relative
}

.more_btn a {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    background: var(--primary);
    transition: all ease 0.4s;
}

.more_btn a:hover {
    background: var(--hover);
}


.news_nav {
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
}

.news_nav a {
    overflow: hidden;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    width: 250px;
    display: inline-block;
    ;margin: 0 5px;
    border-radius: 6px;
    border: 1px #ccc solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_nav a:hover {
    color: #fff;
    background: #009966
}

.a2_list1 {
    overflow: hidden;
    padding: 10px;
}

.ys-item {
    float: left;
    width: 50%;
    height: 190px;
    background: #ffffff;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 20px;
}

.ys-item img {
    display: block;
    margin: 0 auto;
}

.ys-item img:last-child {
    display: none;
}

.ys-item:hover img:last-child {
    display: block;
}

.ys-item:hover img:first-child {
    display: none;
}

.ys-item h3 {
    padding: 20px 0;
    color: #333;
    font: 400 20px/20px "Microsoft YaHei";
}

.ys-item p {
    color: #666;
    padding: 0 20px;
    font: 400 12px/20px "Microsoft YaHei";
}

.ys-item:hover {
    box-shadow: 0px 0px 10px #6f9fd9;
    position: relative;
    z-index: 22;
}

.ys-item:hover h3 {
    color: #009966;
    font: 700 20px/20px "Microsoft YaHei";
}

.x_banner {
    width: 100%;
    position: relative;
    height: 180px;
    margin: 50px auto 0;
    max-width: 1920px;
    min-width: 1400px;
    overflow: hidden;
}

.x_banner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.x_banner img:last-child {
    display: none
}

.lc_box {
    width: 100%;
    position: absolute;
    z-index: 99;
    height: 100%
}

.lc_box ul {
    overflow: hidden;
    width: 1267px;
    margin: 0px auto;
}

.lc_box ul li {
    float: right;
    overflow: hidden;
    padding: 18px 25px 19px;
    background: #ce0202;
    margin: 40px 5px 0;
    border-radius: 16px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.lc_box ul li p {
    color: #fff;
}

.lc_box ul li img {
    position: relative;
    left: inherit;
    margin-left: inherit;
}

.lc_box ul li:hover {
    transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.fll {
    overflow: hidden ;
    padding: 40px 0 0px
}





.liucheng {
    width: 100%;
    position: relative;
    height: 187px;
    margin: 0px auto 0;
    max-width: 1920px;
    min-width: 1400px;
    overflow: hidden;
}

.liucheng img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.fl {
    float: left;
}

#leftsead {
    width: 180px;
    position: fixed;
    top: 258px;
    right: 0px;
    z-index: 999
}

*html #leftsead {
    margin-top: 258px;
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
    width: 180px;
    height: 53px;
    position: relative;
}

#leftsead li img {
    float: right;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#leftsead li a {
    height: 49px;
    float: right;
    display: block;
    min-width: 47px;
    max-width: 180px;
    background: #333
}

#leftsead li a .shows {
    display: block;
}

#leftsead li a .hides {
    margin-right: -166px;
    cursor: pointer;
    cursor: hand;
}

#leftsead li a.youhui div {
    display: none;
    position: absolute;
    right: 50px;
    bottom: 2px;
}

#leftsead li a:hover {
    background: #009966;
}

#leftsead li a.dhh:hover {
    width: 180px;
}

#leftsead li span {
    float: left;
    position: absolute;
    line-height: 25px;
    top: 11px;
    left: 5px;
    display: block;
    color: #fff;
    font-size: 20px;
    display: none;
}

#leftsead li:hover span {
    display: block;
}

#leftsead li a.youhui:hover div {
    display: block;
}

.anli {
    width: 1400px;
    overflow: hidden;
    margin: 40px auto 0;
}

.anli ul li {
    width: 290px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 17px;
}

.anli ul li div {
    overflow: hidden;
    width: 290px;
    border-bottom: none;
}

.anli ul li div img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%
}

.anli ul li div:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.anli ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px #ccc solid;
}

.anli ul li a {
    color: #333
}

.anli ul li:hover p {
    color: #009966;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px #009966 solid
}

.zizhi .swiper-container {
    position: relative;
}

.zz {
    overflow: hidden;
    margin: 10px;
    background: #fff;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.zz div {
    overflow: hidden;
    margin: 30px 30px 30px;
    background: #fff;
}

.zz div img {
    width: 100%
}

.zz p {
    height: 36px;
    line-height: 36px;
    background: #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
}

.zz:hover {
    transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -webkit-transition: all .5s;
    transition: all .5s;
}


.about {
    width: 1400px;
    margin: 0px auto;
    position: relative;
}

.aabut {
    background: #fff;
    overflow: hidden;
    ; margin: 75px auto 40px;
    border-radius: 30px;
    width: 50%;
    float: right
}




.shebei {
    width: 1400px;
    margin: 0px auto;
}

.slide {
    width: 100%;
}

.faq {
    overflow: hidden;
}

.faq h3 {
    color: #555555;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}

.faq h3 span {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px;
}

.faq h3 span a {
    color: #009966
}

.faq h3 i {
    color: #666;
    font-size: 14px;
    font-style: normal;
    margin-left: 10px;
}


.fiv {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #e13531;
    padding: 10px 0;
    z-index: 999
}

.fiv .tmb {
    width: 1400px;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    font-weight: 700
}

.fiv .tmb span {
    color: #ff11aa550
}

.fiv .tmb em {
    float: right;
    font-style: normal;
    font-weight: 400;
    font-size: 24px
}

.fiv .tmb em b {
    font-size: 24px
}

.fiv .tmb em a.anniu {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px #fff solid;
    font-size: 14px
}

.fiv {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #e13531;
    padding: 10px 0;
    z-index: 999
}

.fiv .tmb {
    width: 1400px;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    margin: 0px auto;
    font-weight: bold;
}

.fiv .tmb span {
    color: #fff000
}

.fiv .tmb em {
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}

.fiv .tmb em b {
    font-size: 24px;
}

.fiv .tmb em a.anniu {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px #fff solid;
    font-size: 14px;
}

.toolbar {
    width: 52px;
    position: fixed;
    right: 1%;
    top: 44%;
    z-index: 999
}

.toolbar dd {
    width: 51px;
    height: 51px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    border: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.toolbar dd i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 8px 0 0 8px;
    background: url(../image/rightfixicon.png) no-repeat 0 0
}

.toolbar dd.gottop {
    display: none
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    padding: 0 0 0 53px;
    top: -1px;
    right: -2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -65px;
    background: #009966;
    display: none
}

.toolbar .pop-code {
    width: 160px
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0
}

.toolbar .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap
}

.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: 400
}

.toolbar .qq span {
    background-position: -35px -47px
}

.toolbar .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block
}

.toolbar .qq:hover {
    background-color: #009966;
    border-radius: 100%
}

.toolbar .qq:hover span {
    background-position: 0 -47px
}

.toolbar .tel span {
    background-position: -35px 0
}

.toolbar .tel:hover {
    background: #009966
}

.toolbar .tel:hover span {
    background-position: 0 0
}

.toolbar .code span {
    background-position: -35px -95px
}

.toolbar .code:hover {
    background-color: #009966;
    border-radius: 100%;
    overflow: inherit
}

.toolbar .code:hover span {
    background-position: 0 -95px
}

.toolbar .top span {
    background-position: -36px -142px
}

.toolbar .top:hover {
    background-color: #009966;
    border-radius: 100%
}

.toolbar .top:hover span {
    background-position: 0px -142px
}

.active .animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.delay100 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.delay200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay300 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 1
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 1
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.active .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes down-ico {
    0% {
        top: 0;
        opacity: 1
    }

    35% {
        top: 20%;
        opacity: 0
    }

    65% {
        top: -20%;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes down-ico {
    0% {
        top: 0;
        opacity: 1
    }

    35% {
        top: 20%;
        opacity: 0
    }

    65% {
        top: -20%;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes scale-three2 {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@-webkit-keyframes scale-three2 {
    0% {
        -webkit-transform: scale(1);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0
    }
}

@-moz-keyframes scale-three2 {
    0% {
        -moz-transform: scale(1);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0
    }
}

@-o-keyframes scale-three2 {
    0% {
        -o-transform: scale(1);
        opacity: .7
    }

    100% {
        -o-transform: scale(1.3);
        opacity: 0
    }
}


.mbx {
    width: 100%;
    height: 46px;
    line-height: 46px;
    position: relative;
    z-index: 2;
    margin-top: -46px;
    background: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.mbx p i{
    margin-right: 4px;
}

.n_banner {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.n_banner h3{
    font-family: 'os';
    font-weight: normal;
    color: rgba(255, 255, 255, 0.2);
    font-size: 110px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: -0.3em;
}

.n_banner h2{
    font-size: 40px;
    font-weight: normal;
    margin-top: -1.5em;
    line-height: 1;
}

.news_mbt {
    margin: 40px auto 0
}

.news_mbt .swiper-container {
    padding-bottom: 50px;
}

.news_mbt .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.news_mbt .swiper-pagination-bullet-active {
    background: #009966;
}

.n_box {
    overflow: hidden;
    margin: 0px auto 0;
    padding: 0 0 15px;
    background: #fff;
    border-radius: 10px;
}

.n_box h3 {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding: 0 15px;
    margin: 20px auto 0
}

.n_box h3:after {
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #009966
}

.n_box dd {
    font-size: 14px;
    margin: 10px 15px;
    color: #666;
    display: block;
}

.n_box p {
    font-size: 16px;
    color: #666;
    margin: 0 15px 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.n_box div {
    overflow: hidden;
    margin: 0 15px ;
}

.n_box div img {
    width: 100%;
}

.article-detailed {
    padding: 60px 0;
}

.content.inner_pro .article-detailed{
    width: 100%;
}

.article-detailed .intro,
.article-detailed .intro p,
.article-detailed .intro span{
    line-height: 1.8;
    font-size: 16px;
    color: var(--secondary);
}

.article-detailed .intro img {
    max-width: 100%;
}

.content.inner_about .article-detailed{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content.inner_about .article-detailed .intro{
    flex: 0 0 50%;
}

.content.inner_about .article-detailed .img_cover{
    flex: 0 0 46%;
    text-align: right;
}

.content.inner_about .article-detailed .img_cover img{
    max-width: 100%;
}




.map {
    width: 100%;
    height: 400px;
}

.lxwmmt {
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0
}

.mssg-intro {
    overflow: hidden;
    margin: 0 auto;
    ;padding-bottom: 2%;
    margin-bottom: 20px;
    background: url(../image/z.png) no-repeat;
    width: 1400px;
}

.mssg-intro form {
    margin: 5%;
    background: rgba(255,255,255,.8);
    padding: 5%;
    overflow: hidden;
}

.mssg-intro form h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.mssg-intro form ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px
}

.mssg-intro form ul li input {
    height: 50px;
    border: none;
    width: 100%;
    outline: 0;
    text-indent: 10px;
    color: #999;
    font-size: 16px;
    background: 0 0;
}

.mssg-intro form ul li textarea {
    width: 788px;
    height: 100px;
    border: none;
    outline: 0;
    resize: none;
    background: 0 0;
    text-indent: 10px;
    padding-top: 10px;
    color: #999;
    font-size: 16px
}

.mssg-intro form .btn input {
    width: 49%;
    display: block;
    float: left;
    padding: 3% 0;
    background: #009966;
    outline: 0;
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
}

.mssg-intro form .btn input:last-child {
    background: #999;
    margin-left: 2%
}

.slider {
    display: none;
}

.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}




.inner_pro_detail .img_box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.inner_pro_detail .img{
    flex: 0 0 44%;
}

.inner_pro_detail .img img{
    max-width: 100%;
    border: 10px #eaeaea solid;
}

.inner_pro_detail .img_box .info{
    flex: 0 0 50%;
}

.inner_pro_detail p.tit{
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #eaeaea dashed;
}

.inner_pro_detail p.tel{
    border-bottom: 1px #eaeaea dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "os";
    font-size: 32px;
    color: var(--primary);
}

.inner_pro_detail p.tel i{
    margin-right: 6px;
}

.inner_pro_detail p.tel span{
    font-size: 14px;
    display: block;
    color: var(--secondary);
}

.inner_pro_detail p.btn a{
    display: inline-block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    background: var(--primary);
    transition: all ease 0.4s;
}

.inner_pro_detail p.btn a:nth-child(2){
    background: var(--hover);
    margin-left: 20px;
}

.inner_pro_detail .text_box{
    margin-top: 40px;
}

.inner_pro_detail .text_box > p{
    background: var(--dark);
    width: 170px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.inner_pro_detail .text_box .intro{
    padding: 40px;
    border: 1px #eaeaea solid;
    margin-bottom: 20px;
}

.inner_pro_detail .page_change{
    display: flex;
    justify-content: space-between;
    color: var(--secondary);
}

.inner_pro_detail .page_change a:hover{
    color: var(--primary);
}

.inner_pro_detail .page_change p{
    max-width: 50%;
}



.inner_news{
    flex-direction: column;
}

.news_lb .news_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border: 1px #eaeaea solid;
    margin-bottom: 20px;
    transition: all ease 0.4s;
}

.news_lb .news_item .info_box .tit{
    color: var(--dark);
    font-size: 22px;
    margin-bottom: 10px;
}

.news_lb .news_item .info_box .tit:hover{
    color: var(--primary);
}

.news_lb .news_item .info_box .date{
    color: var(--secondary);
    font-size: 14px;
    margin-bottom: 10px;
}

.news_lb .news_item .info_box .desc{
    color: var(--secondary);
    font-size: 15px;
    line-height: 1.625;
}

.news_lb .news_item .info_box{
    flex: 0 0 82%;
}

.news_lb .news_item .arrow_box{
    flex: 0 0 8%;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    border-left: 1px #eaeaea solid;
    transition: all ease 0.4s;
}

.news_lb .news_item:hover .arrow_box{
    transform: translateX(14px);
}

.news_lb .news_item:hover{
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.content.news_detail .pro-intro h3{
    font-size: 28px;
    color: var(--dark);
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}

.content.news_detail .pro-intro .share{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #f2f2f2;
    color: var(--secondary);
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}

.fy {
    border: 1px solid #eaeaea;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

.fy p {
    width: 50%;
    height: 50px;
    line-height: 50px;
    color: var(--secondary);
    font-size: 15px;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 14px;
}

.fy p:last-child {
    border: none;
    text-align: right;
}

.fy p a:hover {
    color: var(--primary);
}



input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color: rgba(92, 109, 132, 0.8); }
input::-moz-placeholder,textarea::-moz-placeholder{ color: rgba(92, 109, 132, 0.8); }
input:-moz-placeholder,textarea:-moz-placeholder{ color: rgba(92, 109, 132, 0.8); }
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color: rgba(92, 109, 132, 0.8); }

.content.liuyan{
    width: 1200px;
}
.content.liuyan .intro{
    margin-bottom: 20px;
}
.liuyanbox{
    width: 100%;
}
.form-div {
    position: relative;
}

.form-div .feed-ul2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-div .feed-ul2 li {
    position: relative;
    width: 49.2%;
}
.form-div .feed-ul2 li:first-child {
    margin-right: 1.6%;
}
.form-div .feed-ul2 li:last-child {
    width: 100%;
    margin-top: 20px;
}

.form-div .feed-ul2 li .text {
    height: 50px;
    line-height: 1.5;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}
.form-div .feed-ul2 li .text input {
    padding-left: 30px;
    font-size: 15px;
    color: var(--dark)!important;
    background-color: transparent;
    width: calc(100% - 30px);
    height: 50px;
    line-height: 50px;
    outline: none;
}

.form-div .feed-ul3 {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 14px 20px 14px 50px;
    margin-top: 20px;
    position: relative;
}

.form-div .feed-ul2 li .text:focus-within,
.form-div .feed-ul3:focus-within {
    border-color: var(--primary);
}


.form-div .feed-ul3 textarea {
    min-height: 180px;
    width: 100%;
    font-size: 15px;
    color: var(--dark)!important;
    resize: vertical;
    line-height: 1.4;
    font-family: inherit;
}

.form-div .feed-bottom {
    margin-top: 16px;
}

.form-div .feed-bottom a {
    display: block;
    transition: all 0.3s ease;
    color: #fff;
    background-color: var(--primary);
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
}

.form-div .feed-bottom a:hover {
    background-color: var(--hover);
}

.mes_ico{
    display: flex;
    height: 50px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: flex-end;
    align-items: center;
    z-index: 9;
    font-size: 18px;
    color: #999;
}
.mes_ico.large{
    font-size: 20px;
}


.content.contact .article-detailed{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content.contact .left{
    flex: 0 0 40%;
    padding-left: 2%;
}

.content.contact .left p.info{
    line-height: 2;
}
.content.contact .left p.tit{
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
}

.content.contact .left p.tit:after{
    content: "";
    width: 60px;
    height: 2px;
    background: #eaeaea;
    display: block;
    position: absolute;
    left: 0;
    top: calc(1.3em + 25px);
}

.content.contact .left p.intro{
    margin-bottom: 20px;
}

.content.contact .right{
    flex: 0 0 50%;
}

.iframe_map{
    border: 10px #eaeaea solid;
    width: 100%;
    height: 500px;
}


.sec_nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.sec_nav a{
    margin: 0 10px;
    display: block;
    width: 164px;
    height: 46px;
    border: 1px #eaeaea solid;
    text-align: center;
    line-height: 46px;
}
.sec_nav a:hover,
.sec_nav a.current{
    color: #fff;
    background: var(--primary);
}




.pagelist{
    width: 100%;
    text-align: center;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
    width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: var(--primary);
    color: #fff;
}


@media screen and (max-width: 1440px) {
    .content {
        width:1200px;
    }

    .nav ul li a {
        padding: 40px 14px;
        font-size: 16px;
    }

    .banner .swiper-slide{
        height: 600px;
        width: 100%;
        background-position: center;
        background-size: cover;
    }

    .x_banner {
        height: inherit;
        max-width: 100%;
        min-width: 100%;
    }

    .x_banner img {
        position: relative;
        width: 100%;
        left: 0%;
        margin-left: 0px;
    }

    .ys .d_item h3 {
        font-size: 22px;
    }
    .n_banner{
        height: 320px;
    }
}

@media screen and (max-width: 1199px) {
    .content {
        width: auto;
    }

    .content {
        width: inherit;
        margin: 0 10px
    }

    .had {
        width: auto;
        margin: 0 10px;
    }

    .head {
        width: auto;
        min-width: auto;
    }

    .about {
        width: auto;
        margin: 0px auto 65px;
        overflow: hidden;
    }

    .ys {
        width: auto;
        max-width: auto;
        margin: 0px auto 0;
        padding: 40px 0 80px;
    }

    .youshi {
        width: auto ;
        margin: 0px auto;
        padding: 0 10px;
    }

    .news_box,.nav ul {
        width: auto;
    }
    .n_banner{
        height: 300px;
    }
}