﻿@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  src: url('/dist/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
       url('/dist/fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('/dist/fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
       url('/dist/fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/dist/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
       url('/dist/fonts/Poppins/Poppins-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Agency';
  src: url('/dist/fonts/Agency-FB-Bold/Agency-FB-Bold.woff2') format('woff2'),
       url('/dist/fonts/Agency-FB-Bold/Agency-FB-Bold.woff') format('woff');
  font-display: swap;
}
/**********样式重置**********/
:root {
    --color:#fff;
    --black-color: #000;
    --white-color: #fff;
    --font-color:#666;
    --main-color:#3657a2;
    --normal-color:#e6a44c;
    --font:Poppins,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-bold:Roboto-Bold,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-med:Roboto,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-light:Poppins,Arial,Helvetica Neue, Helvetica, Tahoma, sans-serif;
    --font-size:16px;
    --font-size-large:48px;
    --font-size-big:24px;
    --font-size-mid:18px;
    --font-size-sm:14px;
    --gap-large:70px;
    --gap-big:40px;
    --gap-mid:35px;
    --gap-sm:15px;
    --line-height:1.5;
    --padding-lr:0 15px;
    --page-width:1430px;
    --border:1px solid #ddd;
}
@media (min-width:1080px) and (max-width:1429px) {
    :root {
        --gap-large:50px;
        --gap-big:30px;
        --font-size:15px;
        --font-size-large:36px;
        --font-size-big:20px;
        --font-size-mid:16px;
    }
}
@media (min-width:1px) and (max-width:1079px){
    :root {
        --font-size:14px;
        --font-size-large:24px;
        --font-size-big:18px;
        --font-size-mid:16px;
        --font-size-sm:12px;
        --gap-large:40px;
        --gap-big:20px;
        --gap-mid:20px;
        --gap-sm:10px;
        --page-width:100%;
    }
}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    max-width:1920px;
    margin:0 auto;
}
html{background:#FFF;font-size:16px;}
@media (min-width:1px) and (max-width:1079px) {
    html{font-size:14px;}
}

body{background-color:#00172b;overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6,dt{font-size:100%;}
q:before,q:after{content:''}
input:visited,input:focus,input,textarea,button:visited,button:focus,textarea:visited,textarea:focus{border:none;outline: none;}
.clearfix:after,.clearfix:before,.container::after,.container:before{display:table;content:" ";}
.clearfix:after,.container::after{clear:both;}
*{box-sizing:border-box;}
a{outline:none;text-decoration:none;color:#222}
a:hover{color:var(--main-color);}
img,li{border:0;vertical-align:top;}
img{max-width:100%;height:auto;}
input::placeholder,textarea::placeholder{
    color: #ccc;
}
b,body,dd,div,form,h4,h5,h6,img,input,textarea,li,p,pre,ul{margin:0 auto;padding:0;font-family:var(--font);color:var(--color);line-height:var(--line-height);font-size:var(--font-size);}
b{font-family:var(--font-bold);}
div.remark,p{color:var(--font-color);}
h1,h2,h3,h4,dt{font-family:var(--font-bold);font-weight:normal;}
.hidden{display:none!important;}
.noinfo{font-size:1rem;text-align:center;margin-top:10px;padding-bottom:30px;}
.item .img{overflow:hidden;position:relative;}
.item .img img{transition:all .4s;transform:scale(1);margin:0 auto;display:block;width:100%;height:100%;object-fit:cover;}
.item:hover .img img{transform:scale(1.05);}
.flex{display:flex;}
.flex_between{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex_around{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flex_column{display:flex;justify-content:space-between;flex-wrap:wrap; flex-direction:column;}
.flex_center{display:flex;justify-content:center;flex-wrap:wrap;}
.flex_vcenter{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.txtcenter{text-align:center;}
.txtright{text-align:right;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{width:100%;padding:var(--padding-lr);max-width:var(--page-width);}
.container2{width:100%;padding:var(--padding-lr);max-width:1750px;}
.ValidationError{border:1px solid red!important;}
.text-center{text-align:center;}
.nopadding{padding:0!important;}
.pc{display:block;}
.wap{display:none!important;}
.tit{font-family:var(--font-bold);}
@media screen and (min-width:1px ) and (max-width:1079px) {
    .pc{display:none;}
    .wap{display:block!important;}
}
.clamp1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.clamp2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.clamp3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.clamp4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.clamp5{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
.clamp8{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden;}
.clamp10{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:10;overflow:hidden;}
.keylink{font-weight:bold;}

@media screen and (min-width:1px ) and (max-width:1429px) {
    .container{width:100%;}
    .container2 .container{padding:0;}
}
@media screen and (min-width:1px ) and (max-width:1079px){
    .inputgroup{margin-bottom:2vw;}
}
/**********样式重置**********/

/**********公共样式**********/
.sctop{scroll-margin-top:80px;}
.frame{padding-top:var(--gap-large);padding-bottom:var(--gap-large);overflow:hidden;position:relative;z-index:2;scroll-margin-top:80px;}
.frame .titbox{margin-bottom:var(--gap-big);position:relative;}
.frame .titbox .tit{font-size:40px;line-height:1.4;position:relative;font-family:var(--font-bold);margin-bottom:10px;}
.frame .titbox .slg{font-size:16px;line-height:1.75;width:100%;color:#fff;}
.frame .titbox .line{margin-bottom:5px;}
.frame .titbox font{color:var(--main-color);font-family:var(--font-bold);display:inline-block;}
.frame .ntitbox{margin-bottom:30px;}
.frame .ntitbox .tit{font-size:35px;}
.frame .ntitbox .slg{font-size:16px;color:#666;line-height:1.4;margin-top:15px;}
.frame .ntitbox .slg p{font-size:16px;color:#666;line-height:1.4;}
.frame .titbox.txtcenter .line{margin-left:auto;}
.nframe .titbox .tit{padding-left:0;border-left:none;color:#fff;}
.txtcenter .morelink{margin:0 auto;}
@media (min-width:1080px) and (max-width:1429px) {
    .frame .titbox .tit{font-size:30px;}
    .frame .titbox .line{margin-bottom:20px;}
    .frame .titbox .slg{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:1079px) {
    .frame .titbox{margin-bottom:20px;width:100%;}
    .frame .titbox .tit{font-size:24px;}
    .frame .titbox .slg{font-size:13px;}
    .frame .titbox .line{margin-bottom:20px;}
}


.border_box{display:block;width:216px;height:60px;border:1px solid #fff;border-image:url(/dist/images/borderbg.png) 0 stretch;-webkit-border-image: url(/dist/images/borderbg.png) 0 stretch;position: relative;z-index: 1; overflow: hidden;display:flex;align-items:center;justify-content:center;}
.border_box_2{border-image:url(/dist/images/borderbg_2.png) 0 stretch;-webkit-border-image: url(/dist/images/borderbg_2.png) 0 stretch;}
.border_box span{ position: relative; transition: transform .4s ease-in-out; color:#fff;display:inline-block;}
.border_box i{color:#fff;margin-left:10px;}
.border_box span:after{ content: attr(data-title); position: absolute; left: 0; top: 200%; display:inline-block;}
.border_box:hover span{ transform: translateY(-200%);}
.morelink{position:relative;padding:4px 20px 4px 20px;transition:all 0.3s;font-size:18px;line-height:30px;z-index:1;background-color:transparent;overflow:hidden;border:2px solid var(--main-color);border-radius:8px;color:#fff;display:flex;width:fit-content;}
.morelink:before{content:"";position:absolute;top:0;left:0;bottom:0;width:0;background-color:var(--main-color);transition:all 0.3s;z-index:-1;}
.morelink:hover{color:#fff;}
.morelink:hover:before{width:100%;}
@media (min-width:1080px) and (max-width:1429px) {
    .border_box{width:200px;height:54px;}
    .morelink{padding:8px 16px;font-size:14px;line-height:24px;min-width:initial;}
    .morelink:before{}
}
@media (min-width:1px) and (max-width:1079px) {
    .border_box{width:180px;height:48px;}

    .morelink{font-size:14px;padding:5px 15px 5px 15px;line-height:24px;min-width:150px;}
}
/**********公共样式**********/

/**********头部样式**********/
header{width:100%;z-index:99;position:fixed;top:0;transition:all 0.3s;border-bottom:1px solid rgba(255,255,255,0.26);}
header .getainquiry{margin-left:34px;background-color:var(--normal-color);width:226px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-family:var(--font-med);}
header.fixed{background:rgba(0,23,43,0.75);}
#logo{position:relative;margin-left:0;margin-right:0;transition:all 0.3s;height:100px;padding:0 3.64%;border-right:1px solid rgba(255,255,255,0.26);margin-right:30px;}
#logo img{top:50%;transform:translate(0,-50%);position:relative;transition:all 0.3s;width:initial;}

#Menu{transition:all .3s;margin:0;flex:1;padding-left:30px;}
#Menu ul.menunav{display:flex;margin:0;flex:1;}
#Menu ul.menunav>li{display:inline-block;padding:0;margin:0;height:100%;}
#Menu ul.menunav>li>a{position:relative;display:flex;line-height:30px;padding:15px 0px 15px 25px;font-size:22px;transition:all 0.3s;color:#fff;height:100%;align-items:center;font-family:var(--font-bold);margin-right:60px;border-bottom:2px solid transparent;}
#Menu ul.menunav>li>a:before{content:"";width:3px;height:18px;background-color:var(--main-color);position:absolute;top:calc(50% - 9px);margin-left:-20px;transform:skew(-10deg);}
#Menu ul.menunav>li>a::after{content:"";width:0;height:2px;background-color:#fff;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);transition:all 0.3s;}
#Menu ul.menunav>li.active>a:after,#Menu ul.menunav>li>a:hover:after{width:100%;}
#Menu ul>li{}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;z-index:2;margin-top:30px;transition:all 0.3s;visibility:hidden;opacity:0;left:0%;min-width:100%;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.16);}
#Menu ul>li ul.dropdown-menu>li{display:block;padding:0 30px 0 0;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 0 10px 25px;display:block;white-space:nowrap;text-align:left;position:relative;position:relative;z-index:2;color:#000;}
#Menu ul>li ul.dropdown-menu>li>a:before{content:"\e8d4";font-family:iconfont;position:absolute;left:-50px;font-size:12px;transition:all 0.3s;opacity:0;color:#fff;}
#Menu ul>li ul.dropdown-menu>li>a.icon_right:after{content:"\e8d4";font-family:iconfont;display:inline-block;margin-left:5px;font-size:14px;position:absolute;right:-10px;display:none;}
#Menu ul>li ul.dropdown-menu>li:not(:last-child){border-bottom:1px solid #dcdcdc;}
#Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;line-height:24px;position:absolute;right:10px;}
#Menu ul>li ul.dropdown-menu>li:hover{background-color:var(--main-color);}
#Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{color:#fff;}
#Menu ul>li ul.dropdown-menu>li:hover>a:before,#Menu ul>li ul.dropdown-menu>li>a:hover:before{left:8px;opacity:1;}
#Menu ul>li:hover ul.dropdown-menu{margin-top:0;visibility:visible;opacity:1;}
#Menu ul>li ul.dropdown-menu ul.catemenu{left:calc(100%);top:0;border-left:1px solid #fff;display:none;transform:initial;}
#Menu ul>li ul>li:hover>ul.catemenu{display:block;}

#Menu ul.menunav > li .submenu{position:absolute;top:100%;left:0;width:100%;background:rgba(0,23,43,0.75);padding:35px 0;transition:all 0.3s;visibility:hidden;opacity:0;}
#Menu ul.menunav > li .submenu dl{margin:0;}
#Menu ul.menunav > li .submenu dl>dt{margin-bottom:20px;padding-bottom:20px;position:relative;}
#Menu ul.menunav > li .submenu dl>dt:before{content:"";width:21px;height:3px;background-color:var(--normal-color);position:absolute;left:0;bottom:0;}
#Menu ul.menunav > li .submenu dl>dt a{color:#fff;font-size:23px;}
#Menu ul.menunav > li .submenu dl>dd{margin-bottom:10px;}
#Menu ul.menunav > li .submenu dl>dd a{color:#fff;font-size:16px;line-height:24px;display:inline-block;font-family:var(--font-light);}
#Menu ul.menunav > li .submenu dl>dd a:hover{text-decoration:underline;}
#Menu ul.menunav > li:hover .submenu{visibility:visible;opacity:1;}
#Menu ul.menunav > li .submenu.hide{visibility:hidden!important;opacity:0!important;}
#Menu ul.menunav > li .submenu_3 .container{max-width:initial;}
#Menu ul.menunav > li .submenu_3 .topimg{margin:0;}
@media (min-width:1px) and (max-width:1079px) {
    #Menu ul.menunav > li .submenu{position:relative;top:initial;left:initial;visibility:visible;opacity:1;padding:0 0;background-color:transparent;}
    #Menu ul.menunav > li .submenu .container{padding-right:0;}
    #Menu ul.menunav > li .submenu dl{width:100%;}
    #Menu ul.menunav > li .submenu dl > dt{margin-bottom:10px;padding-bottom:10px;}
    #Menu ul.menunav > li .submenu dl > dt a{font-size:16px;}
    #Menu ul.menunav > li .submenu dl > dd{margin-bottom:5px;}
    #Menu ul.menunav > li .submenu dl > dd a{font-size:14px;line-height:20px;}
}


#search{margin:0;position:relative;display:flex;align-items:center;}
#search .btnsearch{}
#search .btnsearch>i{display:block;font-size:20px;line-height:1;cursor:pointer;text-align:center;color:#fff;}
#search #sform{width:300px;box-sizing:border-box;transition:all 0.3s;overflow:hidden;display:flex;align-items:center;height:0;background-color:#fff;position:absolute;top:100%;right:0;opacity:0;visibility:hidden;}
#search #sform input{width:calc(100% - 60px);padding-left:10px;font-size:14px;height:100%;background-color:transparent;color:#000;}
#search #sform input::placeholder{color: #999;font-size:16px;}
#search #sform button{width:60px;position:relative;text-align:center;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;height:100%;background-color:transparent;}
#search #sform button>i{font-size:24px;line-height:1;color:var(--normal-color);}
#search.show #sform{opacity:1;visibility:visible;height:60px;}

#lang{position:relative;margin:0 0 0 30px;display:flex;align-items:center;}
#lang:before{content:"";width:1px;height:21px;background-color:rgba(255,255,255,0.26);position:absolute;margin-left:-15px;top:calc(50% - 10.5px);}
#lang .link{display:flex;justify-content:space-around;align-items:center;color:#fff;}
#lang .link>i{display:inline-block;color:#fff;}
#lang .link>i.yuyan{font-size:24px;margin-right:5px;}
#lang .link>i.jiantou{margin-left:5px;font-size:18px;}
#lang .link>span{display:inline-block;color:#000;margin:0 5px;}
#lang ul.dropdown-menu{position:absolute;top:100%;background-color:#fff;z-index:2;min-width:100px;box-shadow:0 5px 10px rgba(0,0,0,0.17);padding:5px 15px 10px;margin-top:30px;transition:all 0.3s;visibility:hidden;opacity:0;left:50%;transform:translate(-50%,0);overflow:hidden;}
#lang ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:8px 0 8px 0;display:block;white-space:nowrap;text-align:left;position:relative;position:relative;z-index:2;color:#888;}
#lang ul.dropdown-menu>li:hover>a{color:var(--main-color);}
#lang ul.dropdown-menu>li:not(:last-child)>a{border-bottom:1px solid #ddd;}
#lang:hover ul.dropdown-menu{margin-top:0;visibility:visible;opacity:1;}

header .share{margin-right:0;margin-left:25px;}
header .share .ico{color:var(--main-color);}
header .share .ico:not(:last-child){margin-right:15px;}
header .share .ico.blog i{font-family:var(--font-bold)!important;font-size:14px;}

header .headCateList{display:flex;justify-content:space-between;margin-right:0;}
header .headCateList .catelink{text-align:center;}
header .headCateList .catelink:not(:last-child){margin-right:20px;}
header .headCateList .catelink .img{height:30px;display:flex;justify-content:center;align-items:center;margin-bottom:2px;}
header .headCateList .catelink .img img{filter:grayscale(100%);opacity:0.5;}
header .headCateList .catelink p{font-size:14px;line-height:20px;}
header .headCateList .catelink:hover p{color:var(--main-color);}
header .headCateList .catelink:hover .img img{filter:grayscale(0);opacity:1;}

/*手机导航*/
header #menu_btn{cursor:pointer; position: relative;display:inline-block;border-radius:50px;text-align:center;margin-top:15px;float:right;display:none;}
header #menu_btn>i{display:inline-block;font-size:24px;line-height:40px;margin-top:8px;}
header #menu_btn>i:before{content:"\e622";}
header #menu_btn.show>i:before{content:"\e641";}
@media (min-width:1430px) and (max-width:1599px) {
    #logo{padding:0 2%;}
    #Menu{padding-left:0;}
    #Menu ul.menunav > li > a{margin-right:40px;}
}
@media (min-width:1080px) and (max-width:1429px) {
    #logo{padding:0 15px;max-width:230px;margin-right:20px;height:80px;}
    #Menu{padding:0;}
    #Menu ul.menunav > li > a{margin-right:25px;font-size:18px;}
    header .getainquiry{width:150px;}
}
@media (min-width:1px) and (max-width:1079px) {
    header{position:sticky!important;padding:0;background:rgba(0,23,43,0.75);}
    header .logo{display:block;}
    header.iheader:not(.fixed) #logo img{filter:initial;}
    

    #logo{height:60px;}
    #logo img{max-width:200px;max-height:50px;}
    header .getainquiry{margin-left:0;width:100%;height:40px;font-size:16px;}

    header #search{margin-left:auto;}
    header #search>a{display:none;}
    #search{padding:0;margin: 0 0 15px;}
    #search #sform{height:40px;width:100%;display:flex;position:relative;top:initial;right:initial;border:1px solid #fff;opacity:1;visibility:visible;}
    #search.show #sform{height:40px;}
    #search #sform input{width:calc(100% - 40px);}
    #search #sform button{width:40px;}
    #search #sform button > i{font-size:20px;}
    #search #sform span{display:none;}
    #search #sform font{display:none;}
    #search::before{display:none;}
    #search #sform input::placeholder{font-size:14px;}

    #lang ul.dropdown-menu{padding:0 15px;}

    header #menu_btn{display:block;margin-top:3px;margin-right:15px;margin-left:10px;}
    
    header.show #Menu{left:0;z-index:2;padding:20px 15px 30px;}
    #Menu{display:block;width:220px;position:fixed;top:0;left:-230px;bottom:0;background-color:var(--main-color);box-shadow:0 0 3px #eee;padding-top:20px;overflow-y:scroll;padding-bottom:60px;transition:all 0.3s;margin-left:0;}
    #Menu ul.menunav{width:100%;display:block;padding-left:0;margin-bottom:30px;}
    #Menu ul.menunav>li{display:block;margin:0;}
    #Menu ul.menunav>li>a{padding:6px 15px 6px 0;color:#fff;text-align:left;font-size:16px;margin-right:0;padding-right:0;}
    #Menu ul.menunav>li.active>a{color:#fff;}
    #Menu ul>li ul.dropdown-menu{display:block;background-color:initial;position:relative;padding-left:0;padding-right:0;box-shadow:none;border-bottom:none;opacity:1;visibility:visible;margin-top:0;padding-top:0;background:none;}
    #Menu ul>li ul.dropdown-menu>li{padding:0;}
    #Menu ul>li ul.dropdown-menu>li>a{color:#fff;font-size:14px;padding:4px 10px 4px 15px;white-space:initial;margin:0;}
    #Menu ul>li ul.dropdown-menu>li>a.icon_right::after{right:10px;}
    #Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border:none;}
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;position:relative;left:0;border-left:none;padding:0 0 0 15px;}
    #Menu ul>li ul.dropdown-menu ul.catemenu>li>a{font-size:12px;padding:4px 0 4px 15px;}

    #Menu ul.menunav > li.btninquiry > a{margin-left:0;padding:5px;display:flex;justify-content:center;font-size:14px;}

    #Menu .procate{display:none!important;}
    header .headCateList{display:none;}

    #lang{margin:0;}
    #lang .link{display:none;}
    #lang ul.dropdown-menu{position:relative;top:initial;margin-top:0;visibility:visible;opacity:1;left:initial;transform:initial;margin-bottom:15px;}
}
/**********头部样式**********/
.feedbackbox ul{}
.feedbackbox ul>li{margin:0 0 15px;width:100%;position:relative;}
.feedbackbox ul>li:last-child{margin-right:0;}
.feedbackbox ul>li.half{width:48%;}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:16px;line-height:30px;color:#666;margin-bottom:8px;display:block;}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:18px;line-height:30px;display:inline-block;vertical-align:top;margin-right:5px;}
.feedbackbox ul>li>.input{margin:0;height:45px;width:100%;border:1px solid #d5d5d5;padding-left:15px;background-color:transparent;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:16px;padding-top:6px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{display:inline-block;margin-top:0;background-color:var(--main-color);color:#fff;text-align:center;padding:11px 25px;font-size:18px;line-height:30px;}
.feedbackbox .submit>i{margin-right:8px;font-size:18px;display:inline-block;vertical-align:top;}
@media (min-width:1230px) and (max-width:1429px) {
}
@media (min-width:1080px) and (max-width:1429px) {
    .feedbackbox ul>li{margin-bottom:15px;}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .feedbackbox ul>li.half{margin-bottom:20px;width:100%;}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li textarea.input{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:16px;line-height:32px;}
    .feedbackbox .submit{font-size:14px;}
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**********底部样式**********/
.category{ position: fixed; top: 0; bottom: 52px; left: 0; width: 300px; background: #ddd; z-index: 20; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--main-color); display: flex; justify-content: space-between; align-items: center; height: 55px; overflow: hidden;}
.category .top .logo{ width: 50%; margin: 0; display: inline-block; padding:0px 15px;}
.category .top .logo img{ height: 35px; width: auto;}
.category .top .close{ margin: 0; display: inline-block; cursor: pointer; padding: 15px;}
.category .top .close i{ font-size: 21px; color: #fff;}
.category .list{ position: relative; z-index: 1; height: calc(100% - 81px); box-sizing: border-box; padding: 30px 15px; overflow: hidden; overflow-y: auto;}
.category .list>ul{}
.category .list>ul>li{ display: block; border-bottom: 1px solid #fff;}
.category .list>ul>li>a{ display: block; font-size: 16px; padding: 10px 15px; color: #666; position: relative;}
.category .list ul>li>a:before{ content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; background: var(--main-color);}
.category .list ul>li:hover>a{ color: var(--main-color);}
.category .list ul>li:last-child{ border-bottom: 0;}
.category .list ul>li>ul{ padding: 10px 20px;}
.category .list ul>li>ul>li{ margin-bottom: 10px; border-bottom: 1px dotted var(--main-color);}
.category .list ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px;}
.category .list ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list ul>li>ul>li:last-child{ border-bottom: 0;}


footer{background-color:#00172b;padding:100px 3.64% 0;border-top:1px solid rgba(255,255,255,0.26);}

.footercontent .left{width:50%;max-width:800px;margin:0;}
.footercontent .right{width:100%;max-width:530px;margin:0;}
.footercontent .left .menulist{margin-top:70px;}
.footercontent .left .menulist .menulink{font-size:20px;color:#fff;border-bottom:1px solid #fff;padding-bottom:8px;font-family:var(--font-med);}
.footercontent .left .menulist .menulink:not(:last-child){margin-right:75px;}
.footercontent .left .menulist .menulink:hover{color:var(--normal-color);border-bottom-color:var(--normal-color);}
.footercontent .tit_foot{font-size:56px;line-height:1.14;color:#fff;margin-bottom:30px;font-family:var(--font-med);}

.footcontact p{color:#fff;display:flex;justify-content:flex-start;line-height:30px;margin-bottom:30px;}
.footcontact p a,.footcontact p span{display:inline-block;color:#fff;line-height:28px;}
.footcontact p a:hover{color:#fff;text-decoration:underline;}
.footcontact p i{color:var(--main-color);line-height:28px;font-size:20px;margin-right:8px;}

.footimgbox{align-items:flex-end;}
.footimgbox .img1{margin:0;}
.footimgbox .img2{margin:0;}

.subscribe{background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;}
.subscribeBox{width:100%;}
.subscribeBox .input{margin:0;height:60px;padding-left:20px;flex:1;border:1px solid #ddd;background-color:transparent;margin:0;color:#fff;}
.subscribeBox .input::placeholder{color:#fff;}
.subscribeBox .btnSubscribe{width:138px;height:60px;margin:0 0 0 10px;color:#fff;font-size:21px;}
@media (min-width:1080px) and (max-width:1429px) {
    footer{padding:50px 15px 0;}
    .footercontent .right{width:48%;}
    .footercontent .tit_foot{font-size:36px;}

    .subscribeBox{}
}
@media (min-width:1px) and (max-width:1079px) {
    footer{padding:30px 15px 50px;}

    .subscribe{padding-top:30px;padding-bottom:30px;}
    .foologo{width:100%;text-align:center;margin-bottom:15px;}
    .subscribe .subtit{width:100%;margin-bottom:15px;font-size:15px;text-align:center;}
    .subscribeBox{width:100%;flex-wrap:initial;}
}

.footshare{margin:0;width:40%;}
.footshare a{display:inline-block;}
.footshare a>i{display:block;font-size:20px;color:#fff;width:43px;height:43px;line-height:43px;text-align:center;background-color:#072845;border-radius:1px;}
.footshare a:not(:last-child){margin-right:7px;}
.footshare a:hover>i{background-color:var(--main-color);}
.foot_cont{margin:0;width:50%;max-width:710px;}
.foot_cont .item{margin:0;padding-left:40px;position:relative;}
.foot_cont .item i{color:#fff;font-size:24px;line-height:1.5;position:absolute;left:0;top:0;}
.foot_cont .item a{color:#fff;font-family:var(--font-bold);font-size:20px;line-height:1.5;display:block;}
.foot_cont .item .intro{color:#9f9f9f;font-size:18px;margin-top:5px;}

.footcopy{margin-top:50px;}
.copyright{margin-top:60px;border-top:1px solid rgba(255,255,255,0.26);padding-top:55px;padding-bottom:50px;align-items:center;}
.copyright .footdiv{margin:0;color:#e0e0e0;}
.copyright .footdiv.right{text-align:right;}
.copyright .footdiv>a{color:#e0e0e0;font-size:16px;}
.copyright .footdiv>a:hover{color:var(--main-color);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1429px) {
    footer dl dt,footer .tit_foot{font-size:22px;}
    footer dl dd{margin-bottom:10px;}
    footer dl dd > a{font-size:15px;}
    

    .footshare a>i{width:48px;height:48px;line-height:48px;font-size:20px;}
    .copyright .footdiv{}
    .copyright .footdiv > a.menulink{margin-right:20px}
}
@media (min-width:1px) and (max-width:1079px) {
    
    .footercontent{display:none;}
    .footimgbox {display:none;}
    
    .foot_cont{width:100%;margin-top:10px;}
    .foot_cont .item a{font-size:16px;}
    .foot_cont .item .intro{font-size:14px;}
    .footshare a>i{width:36px;height:36px;line-height:36px;font-size:16px;}

    .footcopy{margin-top:20px;}

    .copyright{margin-top:0;padding:0 0 15px 0;border-top:none;}
    .copyright .footdiv{flex:initial;text-align:center;}
    .copyright .footdiv.left{width:100%;padding:0;}
    .copyright .footdiv.right{width:100%;padding:0;text-align:center;}
}


#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:10;background-color:#fff;}
#mobMenu .foot_nav{text-align:center;color: #898989;font-size:12px;flex:1;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:1079px) {
    #mobMenu{display:flex;}
}


#float{position:fixed;right:0;top:60%;z-index:55;transform:translate(0,-50%);display: flex;  flex-direction: column;  align-items: flex-end;}
#float .ico{display:block;width:50px;height:50px;text-align:center;background:var(--main-color);position:relative;cursor:pointer;margin-bottom:6px;overflow:hidden;display:flex;justify-content:center;align-items:center;}
#float .ico>i{font-size:28px;line-height:50px;display:block;color:#fff;width:50px;}
#float .ico>.img{position:absolute;right:50px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico>i.icon_whatsapp{background-color:#1bc73a;}
#float .ico:hover>.img{display:block;}
#float .ico.email{background-color:#f7aa3c;}
#float .ico.whatsapp{background-color:#25d366;}
#float .ico.getainquiry{background-color:#a4c6f9;}
@media (min-width:1px) and (max-width:1079px){
    #float .ico{width:40px;height:40px;margin-bottom:5px;}
    #float .ico>i{font-size:20px;line-height:40px;}
    #float .ico>.img{right:40px;}
}
#float .ico p{width:0;color:#fff;transition:all 0.3s;white-space:nowrap;}
#float .ico i .number{position:absolute;width:25px;height:25px;font-size:16px;border-radius:50%;left:-5px;z-index:13;line-height:25px;background-color:#c6171e;color:#fff;top:-5px;}
#float .ico.getainquiry i{animation:blink 1.6s infinite;}
#float .ico:hover{width:auto;}
#float .ico:hover p{width:auto;padding:0 15px 0 5px;min-width:30px;}
@keyframes blink {
    0% {
        opacity: 1;
        color: #fff
    }

    50% {
        opacity: 0.4
    }

    100% {
        opacity: 1
    }
}

#floatForm{position:fixed;right:20px;bottom:-30px;z-index:999;transform: translateY(100%);transition: all 0.35s;}
#floatForm.show{transform: translateY(0);bottom:0;}
#floatForm .bg{width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--main-color) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #f5f5f5; background:#000; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;position:relative;z-index:1;box-shadow:0 0 10px 1px var(--main-color);padding:30px 20px;background-color:#f3f3f3;border:1px solid #e1eaec;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none;}
#floatForm .contactForm .submit{padding:10px 20px;min-width:120px;font-size:16px;line-height:20px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block;}
#floatForm .contactForm .submit:hover{}
/**********底部样式**********/

/**********首页样式**********/
#ibframe{position:relative;z-index:2;}
#ibframe:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0);}
#ibframe .txt{position:absolute;top:50%;left:0;width:100%;transform:translate(0,-50%);text-align:center;}
#ibframe .txt .tit{font-size:48px;line-height:1.58;font-family:var(--font-bold);color:#fff;}
#ibframe .txt .remark{font-size:16px;color:#fff;margin-top:10px;}
#ibframe .txt .morelink{margin:30px auto 0;background-color:var(--main-color);border-radius:8px;color:#fff;padding:11px 23px;}
#ibframe .txt .morelink:before{background-color:rgba(0,0,0,0.2);}
#ibframe .txt .morelink:after{display:none;}
#ibframe img{width:100%;}
#ibframe .swiper-slide a{display:block;}
#ibframe .swiper-pagination{bottom:3vw;}
#ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 2px;background-color:#fff;transition:all 0.3s;border-radius:0;opacity:0.57;}
#ibframe .swiper-pagination-bullet-active{width:48px;opacity:1;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);z-index:1;background-color:rgba(0,0,0,0.3);border-radius:50%;transition:all 0.3s;display:none;}
#ibframe .btnlist .swbtn>i{font-size:30px;display:block;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(4vw);transform:rotateY(180deg);}
#ibframe .btnlist .swbtn.btn-next{right:calc(4vw);}
#ibframe .btnlist .swbtn:hover{background-color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    #ibframe .txt .tit{font-size:40px;}
}
@media (min-width:1px) and (max-width:1079px){
    #ibframe{position:relative;}
    #ibframe .swiper{height:initial;}
    #ibframe .swiper-slide img{width:100%;height:initial;object-fit:initial;}


    #ibframe .swiper-pagination{bottom:5px;}
    #ibframe .swiper-pagination-bullet{width:30px;}
    #ibframe .swiper-pagination-bullet-active{width:45px;}

    #ibframe .btnlist .swbtn{width:36px;height:36px;line-height:36px;}
    #ibframe .btnlist .swbtn>i{font-size:20px;}
    #ibframe .btnlist .swbtn.btn-prev{left:15px;}
    #ibframe .btnlist .swbtn.btn-next{right:15px;}

    #ibframe .txt .tit{font-size:18px;line-height:1.3;}
    #ibframe .txt .remark{font-size:13px;display:none;}
    #ibframe .txt .morelink{padding:5px 15px;margin-top:15px;display:none;}
}

.iframe {position:relative;}
.iframe .txt{padding:0 3.64%;position:absolute;bottom:10%;}
.iframe .txt .tit{font-size:135px;line-height:1;color:#fff;font-family:Agency,Arial, Helvetica, sans-serif;text-transform:uppercase;}
#iframe1 .content{padding-left:280px;position:relative;}
#iframe1 .content .border_box{position:absolute;left:0;top:45%;transform:translate(0,-45%);}
#iframe1 .content .remark{font-size:16px;color:#fff;}
#iframe2{margin-bottom:-1px;}
#iframe2 .content{max-width:850px;}
#iframe2 .content .border_box{position:absolute;bottom:12%;left:53%;}
@media (min-width:1080px) and (max-width:1429px){
    .iframe .txt .tit{font-size:70px;}
    #iframe1 .content{padding-left:250px;}
    #iframe2 .content .border_box{position:relative;bottom:initial;left:initial;margin-top:10px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .iframe .txt .tit{font-size:36px;}
    #iframe1 .content{padding-left:0;position:relative;}
    #iframe1 .content .remark{font-size:13px;display:none;}
    #iframe1 .content .border_box{position:relative;left:initial;top:initial;transform:initial;margin-top:5px;}
    #iframe2 .content .border_box{position:relative;bottom:initial;left:initial;margin-top:10px;}

}


#HomeFeedback{background-color:#fff;}
#HomeFeedback .left{width:47%;margin:0;}
#HomeFeedback .left .img{border-radius:5px;overflow:hidden;}
#HomeFeedback .left .contbox{position:relative;padding:28px 0 28px 0;border-bottom:1px solid #ebebeb;align-items:center;}
#HomeFeedback .left .contbox i{width:82px;height:82px;line-height:82px;text-align:center;font-size:36px;border-radius:50%;color:var(--normal-color);border:1px solid #ebebeb;margin-left:0;margin-right:20px;}
#HomeFeedback .left .contbox div{margin:0;flex:1;}
#HomeFeedback .left .contbox span{display:block;font-size:18px;color:#000;font-weight:bold;margin-bottom:5px;}
#HomeFeedback .left .contbox a{color:#666;}
#HomeFeedback .left .contbox a:hover{color:var(--normal-color);}
#HomeFeedback .feedbackbox{width:48%;margin:0;border:2px solid #ebebeb;border-radius:5px;overflow:hidden;padding:45px 40px;}
#HomeFeedback .feedbackbox .titbox{margin-bottom:30px;}
#HomeFeedback .feedbackbox .titbox span{color:var(--normal-color);font-weight:bold;display:block;margin-bottom:10px;}
#HomeFeedback .feedbackbox ul>li{position:relative;}
#HomeFeedback .feedbackbox ul>li:not(:last-child){margin-bottom:25px;}
#HomeFeedback .feedbackbox ul>li.half{width:47%;}
#HomeFeedback .feedbackbox ul>li>label{display:block;}
#HomeFeedback .feedbackbox ul>li>.input{padding:0 10px;border-radius:4px;height:42px;}
#HomeFeedback .feedbackbox ul>li>.input::placeholder{color:#ccc;}
#HomeFeedback .feedbackbox ul>li textarea.input{height:145px;}
#HomeFeedback .feedbackbox ul>li .iconfont{color:#333;font-size:24px;line-height:45px;}
#HomeFeedback .feedbackbox .morelink{margin-top:10px;}
@media (min-width:1080px) and (max-width:1429px){
    #HomeFeedback .feedbackbox{width:50%;padding:30px;}
    #HomeFeedback .feedbackbox .titbox{margin-bottom:15px;}
    #HomeFeedback .feedbackbox .titbox .slg{font-size:14px;}
    #HomeFeedback .feedbackbox p{font-size:16px;}
    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #HomeFeedback{margin-bottom:0;}
    #HomeFeedback .left{width:100%;margin:0;}
    #HomeFeedback .left .contbox{padding:15px 0 15px 0;}
    #HomeFeedback .left .contbox i{width:60px;height:60px;line-height:60px;font-size:30px;}

    #HomeFeedback .feedbackbox{width:100%;margin-top:20px;padding:20px;}
    #HomeFeedback .feedbackbox .titbox{margin-bottom:15px;}
    #HomeFeedback .feedbackbox .titbox .slg{font-size:14px;}
    #HomeFeedback .feedbackbox ul > li.half{width:100%;}
    #HomeFeedback .feedbackbox ul > li:not(:last-child){margin-bottom:15px;}
    #HomeFeedback .feedbackbox p{font-size:14px;}
}
/**********首页样式**********/


#bframe{position:relative;z-index:2;}
#bframe img{width:100%;height:100%;object-fit:cover;}
#bframe .txt{position:absolute;width:100%;top:60%;transform:translate(0,-50%);}
#bframe .tit{font-size:50px;line-height:1.5;font-family:Agency,Arial, Helvetica, sans-serif;color:#fff;text-transform:uppercase;}
#bframe .slg{color:#fff;margin-bottom:15px;line-height:1.875;}
#bframe .line{display:inline-block;}
@media (min-width:1230px) and (max-width:1429px) {
}
@media (min-width:1080px) and (max-width:1429px) {
    #bframe{height:300px;}
    #bframe .txt{}
    #bframe .tit{font-size:30px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #bframe{height:150px;}
    #bframe .txt{top:50%;}
    #bframe .tit{font-size:18px;line-height:1.2;}
    #bframe .line{display:none;}
    #bframe .slg{display:none;}
    #bframe img{}
}

/*共用*/
#Location{width:100%;position:relative;margin-top:8px;}
#Location .crumbs{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;}
#Location .crumbs a{font-size:15px;line-height:24px;color:#fff;}
#Location .crumbs a:hover{text-decoration:underline;}
#Location .crumbs a:not(:last-child)::after{content:">";margin:0 10px;display:inline-block;}
#Location .crumbs span{display:inline-block;font-size:16px;line-height:24px;color:#fff;}

#Location.prolocation{position:relative;top:initial;background-color:#f2f2f2;padding:20px 0;}
@media (min-width:1080px) and (max-width:1429px) {
    #Location .container{padding:0 15px;}
    #Location .crumbs:before{font-size:16px;}
    #Location .crumbs a{font-size:14px;}
    #Location .crumbs span{font-size:14px;}

    #Location.prolocation{width:100%;left:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #Location .container{padding:0 15px;}
    #Location .crumbs{flex-wrap:wrap;}
    #Location .crumbs:before{line-height:18px;}
    #Location .crumbs a{font-size:13px;line-height:18px;}
    #Location .crumbs a:not(:last-child)::after{line-height:18px;}
    #Location .crumbs a:first-child:before{font-size:16px;}
    #Location .crumbs span{font-size:13px;line-height:18px;}
}


.numlist{position:absolute;top:58%;transform:translate(0,-50%);width:100%;}
.numlist .flex_between{}
.numlist .line{width:1px;background-color:rgba(255,255,255,0.4);}
.numlist .item{margin:0 auto;display:inline-block;}
.numlist .item .flex_svcenter{display:flex;justify-content:flex-start;align-items:flex-end;}
.numlist .item .num{font-size:40px;line-height:1;font-family:var(--font-bold);color:#fff;}
.numlist .item sup{font-size:40px;line-height:1;font-family:var(--font-bold);color:#fff;}
.numlist .item sub{font-size:16.5px;line-height:1;color:#fff;margin-left:5px;margin-bottom:5px;}
.numlist .item p{font-size:16.5px;line-height:24px;margin-top:5px;color:#fff;}
@media (min-width:1080px) and (max-width:1429px) {
    .numlist .item .num{font-size:36px;}
    .numlist .item sup{font-size:36px;}
    .numlist .item sub{font-size:16px;}
    .numlist .item p{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .numlist{display:none;}
}

/*左侧菜单*/
#left_nav{width:325px;margin:0;}
#right_nav{width:calc(100% - 400px);margin:0;}
#left_nav .leftbox{margin-bottom:35px;}
#left_nav .leftbox dl>dt,#left_nav .leftbox .tit{font-size:24px;line-height:30px;position:relative;margin-bottom:15px;color:#000;font-weight:bold;text-transform:uppercase;padding-left:20px;}
#left_nav .leftbox dl>dt:before,#left_nav .leftbox .tit:before{content:"";position:absolute;left:0;top:3px;width:4px;background-color:var(--main-color);height:24px;}
#left_nav .leftbox dl{}
#left_nav dl{border:1px solid #e7e2d8;background-color:#f4f5f5;}
#left_nav dl>dd{position:relative;overflow:hidden;}
#left_nav dl>dd>a{display:block;font-size:18px;line-height:30px;padding:10px 40px 10px 20px;position:relative;overflow:hidden;transition:all 0.3s;color:#666;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:var(--main-color);}
#left_nav dl>dd.active>i,#left_nav dl>dd:hover>i{color:var(--main-color);}
#left_nav #LeftCateList dl>dd:not(:last-child){border-bottom:1px solid #e7e2d8;}
#left_nav #LeftCateList dl>dd>a{font-size:18px;line-height:30px;position:relative;padding:10px 40px 10px 20px;z-index:1;color:#333;}
#left_nav #LeftCateList dl>dd>a:before{content:"";width:0;height:100%;background-color:var(--main-color);position:absolute;left:0;top:0;bottom:0;transition:all 0.3s;z-index:-1;}
#left_nav #LeftCateList dl>dd>i{font-size:18px;line-height:30px;position:absolute;right:10px;top:10px;color:#333;z-index:1;}
#left_nav #LeftCateList dl>dd>i:before{content:"\e601";font-family:iconfont;}
#left_nav #LeftCateList dl>dd.active>a,#left_nav #LeftCateList dl>dd:hover>a{color:#fff;}
#left_nav #LeftCateList dl>dd.active>a:before,#left_nav #LeftCateList dl>dd:hover>a:before{width:100%;}
#left_nav #LeftCateList dl>dd.active>i,#left_nav #LeftCateList dl>dd:hover>i{color:#fff;}
#left_nav dl>dd ul{padding-top:10px;display:none;}
#left_nav dl>dd.active ul{display:block;border-top:1px solid #e1e1e1;padding-left:40px;}
#left_nav dl>dd ul>li{position:relative;}
#left_nav dl>dd ul>li>a{display:block;font-size:16px;line-height:30px;position:relative;color:#8c8c8c;padding-bottom:5px;margin-bottom:5px;}
#left_nav dl>dd ul>li>i{width:12px;height:12px;border:1px solid #e3e3e3;position:absolute;right:10px;top:9px;display:none;}
#left_nav dl>dd ul>li:not(:last-child)>a{}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:var(--main-color);}
#left_nav dl>dd ul>li.active>i,#left_nav dl>dd ul>li:hover>i{background-color:var(--main-color);border-color:var(--main-color);}
#left_nav dl>dd ul>li.active>i:before,#left_nav dl>dd ul>li:hover>i:before{content:"\eaf1";font-family:iconfont;color:#fff;position:absolute;left:1px;top:0;font-size:10px;line-height:1;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}

#left_nav #LeftSearch{padding:10px 20px;border-radius:5px;overflow:hidden;border:none;}
#left_nav #sform2{overflow:hidden;border-radius:5px;}
#left_nav #sform2 #stext2{width:calc(100% - 42px);height:42px;padding-left:15px;}
#left_nav #sform2 #sbut2{width:42px;height:42px;background-color:var(--main-color);border:none;}
#left_nav #sform2 #sbut2>i{color:#fff;font-size:16px;cursor:pointer;}

#LeftPro .list{}
#LeftPro .list .item{border:1px solid #e7e7e7;position:relative;background-color:#fff;border-radius:5px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;overflow:hidden;}
#LeftPro .list .item .img{width:100px;border-right:1px solid #e7e7e7;}
#LeftPro .list .item h4{width:calc(100% - 100px);padding:0 15px;font-size:18px;line-height:1.4;color:#111;word-break:keep-all;}
#LeftPro .list .item:hover h4{color:var(--main-color);}

#LeftFeedback.leftbox{padding-top:20px;padding-bottom:25px;}
.leftbox .feedbackbox{}
.leftbox .feedbackbox ul>li{margin-bottom:22px;}
.leftbox .feedbackbox ul>li>.input{height:42px;background-color:#f9f9f9;border-color:#f9f9f9;border-radius:8px;font-size:14px;}
.leftbox .feedbackbox ul>li>.input::placeholder{color:#818181;}
.leftbox .feedbackbox ul>li textarea.input{height:100px;}
.leftbox .feedbackbox .morelink:after{display:none;}

#LeftNews.leftbox{padding-top:20px;padding-bottom:25px;}
#LeftNews .list{}
#LeftNews .list .item{display:flex;justify-content:space-between;align-items:center;background-color:#fff;margin-bottom:10px;overflow:hidden;padding:5px;}
#LeftNews .list .item .img{width:94px;margin:0;}
#LeftNews .list .item .txt{width:calc(100% - 110px);margin:0;}
#LeftNews .list .item h3{font-size:16px;font-family:var(--font);color:#000;}
#LeftNews .list .item:hover h3{color:var(--main-color);text-decoration:underline;}

#LeftContact{background-color:#f4f4f4;padding:12px 12px 12px 12px;}
#LeftContact .txt{padding:25px 20px 20px 8px;}
#LeftContact .contbox{width:100%;display:flex;}
#LeftContact .contbox:not(:last-child){margin-bottom:20px;}
#LeftContact .contbox i{margin-right:8px;font-size:18px;line-height:28px;color:var(--main-color);}
#LeftContact .contbox span{font-size:16px;line-height:28px;color:#333;}
#LeftContact .contbox a{font-size:16px;line-height:28px;color:#333;}
#LeftContact .contbox a:hover{color:var(--main-color);text-decoration:underline;}
@media (min-width:1080px) and (max-width:1429px) {
    #left_nav{width:29%;}
    #right_nav{width:68%;}
    #left_nav .leftbox dl > dt, #left_nav .leftbox .tit{font-size:20px;}
    #left_nav dl > dd > a{font-size:16px;}
    #left_nav #LeftCateList dl > dd > a{}
    #left_nav #LeftCateList dl > dd .img{left:0;}
    #left_nav .leftbox dl{}

    .leftbox .feedbackbox{}
    .leftbox .feedbackbox ul > li{margin-bottom:15px;}
    .leftbox .feedbackbox ul > li textarea.input{height:150px;}

    #left_nav #LeftProduct dl>dd>a{font-size:16px;}
    #left_nav dl>dd ul>li>a{font-size:15px;}
    #LeftNews .list .item{}
    #LeftNews .list .item .txt{padding:10px;}
    #LeftNews .list .item .morelink{padding:3px 30px;margin-top:10px;}

    #LeftContact .contbox span{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #left_nav{display:none;}
    #right_nav{width:100%;}
}

#right_nav .title{}
#right_nav .title h2{font-size:30px;}
@media (min-width:1080px) and (max-width:1429px) {
    #right_nav .title p{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #right_nav .title h2{font-size:24px;line-height:1.2;}
}

article.context,article.context>*{color:#fff;line-height:2;font-size:16px;}
@media (min-width:1px) and (max-width:1079px) {
    article.context,article.context>*{line-height:1.8;font-size:14px;}
}

/*关于我们*/
.abframe1 .tit{font-size:140px;font-family:Agency,Arial, Helvetica, sans-serif;}
.abframe1 article *{color:#fff;line-height:2.25;font-size:16px;}
.abframe2{background:url(/dist/images/ab_bg.jpg) no-repeat center;}
.abframe2 .tit{font-size:32px;margin-bottom:30px;}
.abframe2 .list{position:relative;}
.abframe2 .swiper{padding-right:150px;}
.abframe2 .swiper:before{content:"";width:100%;height:3px;background-color:#95ecfe;position:absolute;left:0;top:calc(50% - 1.5px);}
.abframe2 .swiper-slide{height:300px;padding-top:25px;}
.abframe2 .swiper-slide.swiper-slide-prev{opacity:0;}
.abframe2 .swiper-slide:nth-child(2n){margin-top:300px;}
.abframe2 .item{padding-left:55px;position:relative;}
.abframe2 .item:before{content:"";width:50px;height:100%;background:url(/dist/images/line.png) no-repeat right 8px bottom 14px;position:absolute;left:0;bottom:0;transform: scaleY(-1);}
.abframe2 .item .tit_his{font-size:25px;font-family:var(--font-bold);}
.abframe2 .item .remark{font-size:16px;line-height:1.75;color:#fff;width:360px;}
.abframe2 .item .point{width:19px;height:19px;background-color:#fff;border-radius:50%;border:5px solid #35cfe1;position:absolute;left:30px;bottom:-9.5px;}
.abframe2 .item:nth-child(2n):before{background:url(/dist/images/line.png) no-repeat right 8px bottom 14px;transform: initial;}
.abframe2 .item:nth-child(2n) .point{top:-9.5px;bottom:initial;}
.abframe2 .btnlist {text-align:center;margin-top:40px;}
.abframe2 .btnlist .swbtn{display:inline-block;width:42px;height:38px;line-height:38px;margin:0 5px;text-align:center;color:#fff;z-index:1;transition:all 0.3s;background:url(/dist/images/btnbg.png) no-repeat center/cover;}
.abframe2 .btnlist .swbtn>i{font-size:18px;display:block;}
.abframe2 .btnlist .swbtn.btn-prev>i{transform:rotateY(180deg);}
.abframe2 .btnlist .swbtn.btn-next{}
.abframe2 .btnlist .swbtn:hover{color:var(--main-color);background:url(/dist/images/btnbg_h.png) no-repeat center/cover;}
#ab_3{border-top:1px solid rgba(255,255,255,0.26);}
.abframe3{background:linear-gradient(to bottom,#011a30,#062946,#011a30);}
.abframe3 .flex_between{align-items:center;}
.abframe3 .left{width:100%;max-width:625px;margin:0;}
.abframe3 .left .tit{font-size:133px;font-family:Agency,Arial, Helvetica, sans-serif;color:rgba(255,255,255,0.18);line-height:1.2;}
.abframe3 .left .tit1{font-size:33px;font-family:var(--font-bold);margin-bottom:20px;}
.abframe3 .left .tit1>font{color:#35cfe1;}
.abframe3 .left .remark{color:#fff;line-height:2.25;font-size:16px;margin-bottom:45px;}
.abframe3 .left .border_box{width:195px;}
.abframe3 .right{width:50%;margin:0;}
.abframe3 .right .imgbox{margin-right:-11vw;}
.abframe4 .tit{font-size:32px;margin-bottom:30px;}
.abframe4 .item{width:48.1%;margin:0;}
.abframe4 .item .img{border-radius:8px;margin-bottom:30px;}
.abframe4 .item .img img{width:100%;}
.abframe4 .item .tit_1{font-size:23px;font-family:var(--font-bold);margin-bottom:15px;}
.abframe4 .item .remark p{font-size:16px;color:#fff;line-height:1.625;position:relative;padding-left:12px;}
.abframe4 .item .remark p:before{content:"";width:5px;height:5px;border-radius:50%;background-color:#35cfe1;position:absolute;left:0;top:11px;}
.abframe5 .title{font-size:32px;margin-bottom:30px;font-family:var(--font-bold);}
.abframe5 .item{width:48.5%;margin:0 0 3%;border-radius:36px;overflow:hidden;padding:60px 50px 50px 35px;box-shadow:inset 0 0 250px rgba(144, 143, 147, 0.5);background-color:#00172b;}
.abframe5 .item i{display:block;font-size:80px;color:#fff;line-height:1;margin-bottom:50px;}
.abframe5 .item .tit{font-size:22px;margin-bottom:15px;}
.abframe5 .item .remark{font-size:16px;line-height:1.75;color:#fff;}
@media (min-width:1080px) and (max-width:1429px) {
    .abframe1 .tit{font-size:100px;}
    .abframe1 article *{line-height:2;}
    .abframe2 .item .remark{line-height:1.5;font-size:15px;}
    .abframe3 .left{width:50%;}
    .abframe3 .left .tit{font-size:100px;}
    .abframe3 .left .tit1{font-size:28px;}
    .abframe3 .left .remark{font-size:15px;line-height:2;margin-bottom:30px;}
    .abframe3 .right .imgbox{margin-right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .abframe1 .tit{font-size:60px;}
    .abframe1 article *{line-height:1.6;font-size:14px;}
    .abframe2{padding-top:0;}
    .abframe2 .item .remark{line-height:1.5;font-size:14px;width:300px;}
    .abframe3{padding-bottom:0;}
    .abframe3 .left{width:100%;}
    .abframe3 .left .tit{font-size:60px;}
    .abframe3 .left .tit1{font-size:18px;}
    .abframe3 .left .remark{font-size:14px;line-height:1.5;margin-bottom:20px;}
    .abframe3 .right{width:100%;margin-top:20px;}
    .abframe3 .right .imgbox{margin-right:0;}
    .abframe4{padding-bottom:0;}
    .abframe4 .tit{font-size:24px;}
    .abframe4 .item{width:100%;margin-bottom:20px;}
    .abframe4 .item .img{margin-bottom:15px;}
    .abframe4 .item .tit_1{font-size:20px;}
    .abframe4 .item .remark p{font-size:14px;}
    .abframe5 .title{font-size:24px;}
    .abframe5 .item{width:100%;margin-bottom:20px;padding:25px 25px;}
    .abframe5 .item i{font-size:40px;margin-bottom:25px;}
    .abframe5 .item .tit{font-size:18px;}
    .abframe5 .item .remark{font-size:14px;line-height:1.6;}
}


.seframe .titbox .tit{font-size:26px;}
.seframe .titbox .slg{font-size:16px;color:#666;line-height:1.625;}
#seframe1{padding-bottom:0;}
#seframe1.seframe .titbox {margin-bottom:0;}
#seframe1 .list{position:relative;margin-bottom:40px;}
#seframe1 .list .swbtn{position:absolute;width:43px;height:43px;line-height:43px;text-align:center;z-index:1;color:var(--main-color);top:calc(50% - 21.5px);opacity:1;background-color:#e5e5e5;}
#seframe1 .list .swbtn>i{font-size:24px;display:inline-block;}
#seframe1 .list .swbtn.btn-prev{left:-75px;transform:rotateY(180deg);}
#seframe1 .list .swbtn.btn-next{right:-75px;}
#seframe1 .list .swbtn:hover{opacity:1;background-color:var(--main-color);color:#fff;}
#seframe1 .list .swbtn:hover>i{}

#seframe2{padding-top:45px;padding-bottom:70px;}
#seframe2 .flex_between{align-items:center;}
#seframe2.seframe .titbox .slg{font-size:15px;color:#999;line-height:1.6;}
#seframe2 .left{width:49%;margin:0;}
#seframe2 .right{width:49%;margin:0;}
#seframe2 .remark p{position:relative;font-size:18px;line-height:2;color:#666;padding-left:35px;}
#seframe2 .remark p:before{content:"\e608";font-family:iconfont;font-size:18px;color:var(--main-color);position:absolute;left:0;top:0}

#seframe3{padding-top:0;}
#seframe3 .box{background:#f2f8f5 url(/dist/images/se_01.png) no-repeat center;padding:50px 15px;}
#seframe3 .remark{max-width:860px;margin:0 auto;font-size:16px;color:#333;line-height:1.625;}
#seframe3 .tit_se{font-size:18px;color:#000;margin-top:20px;}

#seframe4{padding-bottom:70px;}
#seframe4.seframe .titbox .slg{font-size:15px;line-height:1.6;}
#seframe4 .box{background:#f2f8f5;padding:50px 80px 70px 65px;}
#seframe4 .flex_between{align-items:center;}
#seframe4 .left{width:44%;margin:0;}
#seframe4 .tit_se{font-size:17px;color:#000;}
#seframe4 .item:not(:last-child){margin-bottom:20px;}
#seframe4 .remark{font-size:15px;color:#999;line-height:1.6;}
#seframe4 .right{width:51%;margin:0;text-align:right;}

#seframe5{}
#seframe5 .container{background:url(/dist/images/se_02.png) no-repeat right 15px top;}
#seframe5 .item{margin:0;background-color:#f1f1f1;}
#seframe5 .item .txt{padding:8px 15px;display:flex;align-items:center;height:64px;}
#seframe5 .item .txt p{font-size:16px;line-height:24px;max-height:48px;color:#000;}
@media (min-width:1080px) and (max-width:1429px) {
    .seframe .titbox .slg{font-size:15px;}

    #seframe1 .list .swbtn.btn-prev{left:0;}
    #seframe1 .list .swbtn.btn-next{right:0;}

    #seframe2.seframe .titbox{margin-bottom:20px;}
    #seframe2.seframe .titbox .slg{font-size:14px;}
    #seframe2 .remark p{font-size:15px;padding-left:25px;}
    #seframe2 .remark p:before{font-size:15px;}

    #seframe4 .box{padding:40px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .seframe .titbox .tit{font-size:22px;}
    .seframe .titbox .slg{font-size:13px;}

    #seframe1 .list .swbtn.btn-prev{left:0;}
    #seframe1 .list .swbtn.btn-next{right:0;}

    #seframe2{padding-bottom:30px;padding-top:30px;}
    #seframe2 .left{width:100%;}
    #seframe2 .right{width:100%;margin-top:20px;}
    #seframe2.seframe .titbox .slg{font-size:13px;}
    #seframe2 .remark p{font-size:14px;padding-left:25px;}
    #seframe2 .remark p:before{font-size:14px;}

    #seframe3{padding-bottom:40px;}
    #seframe3 .box{padding:30px 15px;}
    #seframe3 .remark{font-size:13px;}

    #seframe4{padding-bottom:40px;}
    #seframe4 .box{padding:30px 15px;}
    #seframe4.seframe .titbox .slg{font-size:13px;}
    #seframe4 .left{width:100%;}
    #seframe4 .remark{font-size:13px;}
    #seframe4 .right{width:100%;margin-top:20px;}

    #seframe5 .item{width:calc((100% - 15px)/2);margin:0 0 15px;}
    #seframe5 .item .txt{height:auto;display:block;}
    #seframe5 .item .txt p{font-size:14px;}
}


#FaqPage{}
.faqlist:not(:last-child){margin-bottom:55px;}
.faqlist .item{transition:all 0.3s;padding:25px 30px 30px 110px;position:relative;cursor:pointer;box-shadow:0 5px 21px rgba(0,0,0,0.1);}
.faqlist .item:not(:last-child){margin-bottom:30px;}
.faqlist .item .point{width:42px;height:80px;background-color:var(--main-color);text-align:center;color:#fff;line-height:80px;position:absolute;left:36px;top:-12px;font-size:20px;font-weight:bold;}
.faqlist .item .point:before{content:"";border-style:solid;border-width:23px 21px;border-color:var(--main-color) transparent transparent transparent;position:absolute;top:100%;left:0;}
.faqlist .item .tit{font-size:20px;line-height:30px;position:relative;font-family:var(--font);font-weight:bold;color:#000;margin-bottom:10px;}
.faqlist .item .remark{overflow:hidden;font-size:16px;line-height:30px;position:relative;transition:all 0.3s;color:#666;}
@media (min-width:1080px) and (max-width:1429px) {
    .faqlist .item .remark{font-size:15px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:1079px) {
    .faqlist .item{padding:15px 15px 15px 60px;}
    .faqlist .item .point{left:10px;height:60px;line-height:60px;}
    .faqlist .item .tit{font-size:16px;line-height:1.6;}
    .faqlist .item .remark{font-size:13px;line-height:1.6;}
}


.DownloadCatePage .titbox{margin-bottom:80px;}
.DownloadCatePage .titbox .tit{max-width:700px;font-size:50px;}
.DownloadCatePage .titbox .slg{max-width:800px;color:#fff;}
.DownloadCateList .item{width:42.5%;margin:0 auto 3%;}
.DownloadCateList .item:nth-child(2n+1){margin-right:0;}
.DownloadCateList .item .imgbox{padding:8px;background-color:#63717d;border-radius:8px;box-shadow:0 0 18px rgba(255,255,255,0.9);}
.DownloadCateList .item .img{display:block;border-radius:8px;}
.DownloadCateList .item .tit{display:block;color:#fff;margin-top:45px;text-align:center;font-size:30px;}


#DownloadPage .item{width:calc((100% - 75px)/4);margin:0 25px 80px 0;}
#DownloadPage .item:nth-child(4n){margin-right:0;}
#DownloadPage .item .txt{padding-top:15px;}
#DownloadPage .item .tit_down{font-size:25px;}
#DownloadPage .item .border_box{margin:15px auto 0;width:160px;}
#DownloadPage .item .border_box i{font-size:28px;}
@media (min-width:1080px) and (max-width:1429px){
    .DownloadCatePage .titbox .tit{font-size:36px;max-width:100%;}
    .DownloadCateList .item .tit{font-size:24px;margin-top:30px;}

    #DownloadPage .item{width:calc((100% - 40px)/3);margin:0 20px 40px 0;}
    #DownloadPage .item:nth-child(4n){margin-right:15px;}
    #DownloadPage .item:nth-child(3n){margin-right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .DownloadCatePage .titbox{margin-bottom:30px;}
    .DownloadCatePage .titbox .tit{font-size:24px;}
    .DownloadCatePage .titbox .slg{font-size:14px;}
    .DownloadCateList .item{width:100%;margin:0 0 30px;padding:0 15px;}
    .DownloadCateList .item .tit{font-size:18px;margin-top:20px;}

    #DownloadPage .item{width:calc((100% - 15px)/2);margin:0 15px 25px 0;}
    #DownloadPage .item:nth-child(2n){margin-right:0;}
    #DownloadPage .item .tit_down{font-size:16px;}
}

.DownFeedback{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:222;}
.DownFeedback .bg{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.2);z-index:1;}
.DownFeedback #feedback{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:1200px;background-color:#00172b;padding:50px 50px;z-index:2;}
.DownFeedback #feedback .titbox{padding-bottom:15px;margin-bottom:20px;}
.DownFeedback #feedback .feedbackbox .border_box{margin-top:5px;}
.DownFeedback #feedback .feedbackbox li{margin-bottom:15px;}
.DownFeedback #feedback .close{cursor:pointer;font-size:24px;line-height:1;color:#fff;position:absolute;right:30px;top:30px;}
/*.DownFeedback #feedback .titbox .slg{color:#000}
.DownFeedback #feedback .feedbackbox label{color:#000;}
.DownFeedback #feedback .feedbackbox .input{color:#000;}
.DownFeedback .border_box span{color:#000;}
.DownFeedback .border_box i{color:#000;}*/
@media (min-width:1px) and (max-width:1079px) {
    .DownFeedback #feedback{padding:20px;width:95%;}
}



.GalleryList2 .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList2 .item:nth-child(4n){margin-right:0;}
.GalleryList2 .item p{text-align:center;padding-top:10px;padding-bottom:5px;}
.GalleryList2 .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:1080px) and (max-width:1429px) {
    .GalleryList2 .item{width:calc((100% - 60px)/3);margin:0 30px 30px 0;padding:5px;}
    .GalleryList2 .item p{margin-top:8px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList2 .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:5px;}
    .GalleryList2 .item:nth-child(3n){margin-right:15px;}
    .GalleryList2 .item:nth-child(2n){margin-right:0;}
    .GalleryList2 .item p{margin-top:8px;font-size:14px;}
}

.GalleryList1{}
.GalleryList1 .item{width:calc((100% - 100px)/6);margin:0 20px 20px 0;display:block;padding:5px;border:1px solid #ddd;transition:all 0.3s;}
.GalleryList1 .item:nth-child(6n){margin-right:0;}
.GalleryList1 .item p{text-align:center;padding-top:10px;padding-bottom:5px;}
.GalleryList1 .item:hover{box-shadow:0 0 15px #ddd;}
@media (min-width:1080px) and (max-width:1429px) {
    .GalleryList1 .item{width:calc((100% - 60px)/4);}
    .GalleryList1 .item:nth-child(6n){margin-right:20px;}
    .GalleryList1 .item:nth-child(4n){margin-right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .GalleryList1 .item{width:calc((100% - 20px)/2);}
    .GalleryList1 .item:nth-child(2n){margin-right:0;}
}

/*联系我们*/
#ContactPage{}
#contact .titbox{width:40%;margin:0;}
#contact .tit{font-size:40px;line-height:1.25;color:#fff;margin-bottom:30px;}
#contact .remark p{font-size:18px;line-height:2;color:#fff;padding-left:35px;position:relative;}
#contact .remark p:before{content:"\e616";font-family:iconfont;color:var(--normal-color);font-size:20px;position:absolute;left:0;top:50%;transform:translate(0,-50%);}
#contact .contlist{width:56%;margin:0;}
#contact .contbox{width:calc((100% - 25px)/2);position:relative;background-color:#011a30;padding:35px;margin:0 0 25px;border:1px solid #032849;border-radius:8px;}
#contact .contbox i{display:block;width:58px;height:58px;line-height:58px;background-color:var(--normal-color);color:#fff;text-align:center;font-size:30px;border-radius:50%;margin-bottom:10px;}
#contact .contbox span{display:block;font-size:20px;line-height:28px;color:#fff;margin-bottom:5px;}
#contact .contbox p{font-size:16px;line-height:22px;color:#fff;}
#contact .contbox a{font-size:16px;line-height:22px;color:#fff;display:block;}
#contact .contbox a:hover{text-decoration:underline;}
#ContactPage .sharelist{margin-top:40px;}
#ContactPage .sharelist span{margin:0;font-size:18px;line-height:1.2;color:#333;margin-right:15px;}
#ContactPage .sharelist a{}
#ContactPage .sharelist a:not(:first-child){margin-left:15px;}
#ContactPage .sharelist a>i{display:block;font-size:20px;color:#fff;}
/*#ContactPage .sharelist a.facebook{color:#3c5a99;}
#ContactPage .sharelist a.linkedin{color:#0077b5;}
#ContactPage .sharelist a.twitter{color:#000000;}
#ContactPage .sharelist a.youtube{color:#d54029;}
#ContactPage .sharelist a.pinterest{color:#e10600;}
#ContactPage .sharelist a.instagram{color:#cf3d6b;}
#ContactPage .sharelist a.whatsapp{color:#25d366;}
#ContactPage .sharelist a.tiktok{color:#000;}*/
#map{padding-top:0;position:relative;z-index:1;}
@media (min-width:1080px) and (max-width:1429px) {
    #ContactPage .titbox .tit{font-size:30px;}
    #contact .contbox{padding:25px;}
    #contact .contbox p.intro{font-size:14px;}
    #contact .contbox a{font-size:15px;}
    #contact .contbox.cont_address p{font-size:15px;line-height:24px;}

    #contact .tit_web{font-size:28px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #contact{width:100%;}
    #contact .titbox{width:100%;}
    #contact .tit{font-size:24px;}
    #contact .remark p{font-size:14px;}
    #contact .remark p::before{top:15px;}
    #contact .slg{line-height:1.6;font-size:13px;}
    #contact .contlist{width:100%;}
    #contact .contbox{width:100%;padding:20px;}
    #contact .contbox span{font-size:18px;}
    #contact .contbox a{font-size:14px;line-height:24px;}
    #contact .contbox.cont_address p{font-size:14px;line-height:24px;}

    #ContactPage .sharelist{margin-top:20px;}
    #ContactPage .sharelist span{width:100%;margin-bottom:15px;font-size:22px;}
    #ContactPage .sharelist .line{display:none;}
}

#feedback{padding-top:0;}
#feedback .titbox{margin-bottom:50px;padding-bottom:30px;border-bottom:1px solid #364858;}
#feedback .titbox .tit{font-size:40px;margin-bottom:20px;}
#feedback .titbox .slg{font-size:16px;}
#feedback .feedbackbox label{color:#fff;font-size:16px;display:block;margin-bottom:3px;}
#feedback .feedbackbox li{margin-bottom:25px;}
#feedback .feedbackbox .half2{width:31%;}
#feedback .feedbackbox .input{font-size:16px;border:1px solid #364858;height:40px;border-radius:4px;}
#feedback .feedbackbox .input::placeholder{color:#727980;font-size:13px;}
#feedback .feedbackbox textarea.input{height:110px;}
#feedback .feedbackbox .submit{padding:6px 25px;font-size:18px;line-height:30px;background-color:var(--main-color);color:#fff;border-radius:5px;text-transform:uppercase;display:flex;align-items:center;width:fit-content;margin-top:20px;}
#feedback .feedbackbox .submit i{margin-right:12px;font-size:20px;line-height:1;}
#feedback .feedbackbox .border_box{margin-top:30px;height:45px;width:160px;}
#map{margin-top:90px;}
@media (min-width:1080px) and (max-width:1429px) {
    #feedback{}
    #feedback .titbox{margin-bottom:20px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #feedback{width:100%;margin-bottom:25px;}
    #feedback .titbox{margin-bottom:10px;}
    #feedback .titbox .tit{font-size:24px;}
    #feedback .titbox .slg{font-size:14px;}
    #feedback .feedbackbox li{margin-bottom:15px;}
    #feedback .feedbackbox .input{height:45px;font-size:14px;}
    #feedback .feedbackbox textarea.input{height:90px;}
    #feedback .feedbackbox .submit{margin-top:0;}
    #feedback .feedbackbox .half2{width:100%;}

    #map{margin-top:40px;}
}


/*分类页面*/
.cateframe .item{}
.cateframe .item .flex_between{align-items:center;}
.cateframe .item .picbox{width:60%;margin:0;}
.cateframe .item .pic{text-align:center;}
.cateframe .item .txt{max-width:500px;width:35%;margin:0;}
.cateframe .item .tit_cate{font-size:40px;line-height:1.4;margin-bottom:20px;color:#000;}
.cateframe .item .remark{font-size:20px;line-height:1.5;margin-bottom:30px;color:#000;}
.cateframe .item .border_box{margin-left:0;color:#000;}
.cateframe1 .item:nth-child(2n+1) .pic{margin-left:-11vw;}
.cateframe1 .item:nth-child(2n+1) .tit_cate{color:#fff;}
.cateframe1 .item:nth-child(2n+1) .remark{color:#fff;}
.cateframe1 .item:nth-child(2n+1) .border_box{margin-left:0;color:#000;}
.cateframe .item:nth-child(2n) .flex_between{flex-flow:row-reverse;}
.cateframe1 .item:nth-child(2n) .pic{margin-right:-11vw;}
.cateframe1 .item:nth-child(2n) .border_box{border-image:url(/dist/images/borderbg_2.png) 0 stretch;-webkit-border-image: url(/dist/images/borderbg_2.png) 0 stretch;}
.cateframe1 .item:nth-child(2n) .border_box span{color:#000;}
.cateframe1 .item:nth-child(2n) .border_box i{color:#000;}
.cateframe .item .intro{margin-top:65px;}
.cateframe .item .intro p{font-size:18px;line-height:30px;padding:17px 0 17px 0;border-top:1px solid #acacac;color:#000;}
.cateframe .item .intro p:before{content:"\e689";font-family:iconfont;font-size:20px;color:#000;margin-right:20px;}
.cateframe .item .intro p:last-child{border-bottom:1px solid #acacac;}
.cateframe .item .IntroImg{margin-top:70px;}
.cateframe .item .IntroImg .tit_proimg{font-size:22.5px;color:#000;margin-bottom:15px;}
.cateframe .item .IntroImg .img1{position:relative;border:1px solid #d6d6d6;display:block;border-radius:9px;padding:25px;}
.cateframe .item .IntroImg .new{position:absolute;top:24px;left:30px;padding:1px 15px;color:#fff;font-size:24px;line-height:30px;font-family:var(--font-bold);border-radius:4px;background:linear-gradient(to right,#0a90f8,#1362ff);}
.cateframe .item:nth-child(2n+1) .IntroImg .tit_proimg{color:#fff;}
.cateframe2 .item .picbox{width:50%;}
.cateframe2 .item .txt{width:41%;max-width:600px;}
.cateframe2 .item .remark{font-size:16px;line-height:2.25;}
.cateframe2 .item .pic{margin-right:0!important;margin-left:0!important;}
.cateframe2 .item:nth-child(2n+1) .pic{text-align:left;}
.cateframe2 .item:nth-child(2n) .pic{text-align:right;}
.cateframe2 .item:nth-child(2n) .tit_cate{color:#fff;}
.cateframe2 .item:nth-child(2n) .remark{color:#fff;}
.cateframe2 .item:nth-child(2n+1) .border_box{border-image:url(/dist/images/borderbg_2.png) 0 stretch;-webkit-border-image: url(/dist/images/borderbg_2.png) 0 stretch;}
.cateframe2 .item:nth-child(2n+1) .border_box span{color:#000;}
.cateframe2 .item:nth-child(2n+1) .border_box i{color:#000;}
@media (min-width:1080px) and (max-width:1429px) {
    .cateframe .item{padding-top:30px;padding-bottom:30px;}
    .cateframe .item .picbox{width:50%;}
    .cateframe .item .pic img{max-height:600px;}
    .cateframe .item .txt{width:45%;}
    .cateframe .item .tit_cate{font-size:30px;}
    .cateframe .item .remark{font-size:16px;}
    .cateframe .item .IntroImg{margin-top:40px;}
    .cateframe .item:nth-child(2n+1) .pic{margin-left:-5vw;}
    .cateframe .item:nth-child(2n) .pic{margin-right:-5vw;}
    .cateframe .item .IntroImg .img1{max-width:400px;padding:15px;}
    .cateframe .item .intro{margin-top:40px;}
    .cateframe2 .item:nth-child(2n+1) .pic{text-align:center;}
    .cateframe2 .item .remark{line-height:1.8;font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .cateframe .item{padding-bottom:30px;}
    .cateframe .item:nth-child(2n) .flex_between{flex-flow:column;}
    .cateframe .item .picbox{width:100%;height:250px;}
    .cateframe .item .picbox .pic{height:100%;}
    .cateframe .item .picbox .pic img{height:100%;}
    .cateframe .item:nth-child(2n+1) .pic{margin-left:0;}
    .cateframe .item:nth-child(2n) .pic{margin-right:0;}
    .cateframe .item .txt{width:100%;margin-top:20px;}
    .cateframe .item .tit_cate{font-size:24px;}
    .cateframe .item .remark{font-size:14px;margin-bottom:20px;}
    .cateframe .item .IntroImg{margin-top:30px;}
    .cateframe .item .IntroImg .img1{padding:15px;}
    .cateframe .item .intro{margin-top:30px;}
    .cateframe .item .intro p{font-size:15px;padding:10px 0;}
    .cateframe2 .item:nth-child(2n+1) .pic{text-align:center;}
    .cateframe2 .item .remark{line-height:1.5;font-size:14px;}
}


/*产品中心*/
.productsearch{padding-top:140px;}
#ProPage .catesection{padding:55px 35px 20px 35px;box-shadow:0 0 21px rgba(0,0,0,0.14);}
#ProPage .catesection .item{width:calc((100% - 45px)/2);margin:0 45px 45px 0;display:flex;flex-flow:column;justify-content:space-around;}
#ProPage .catesection .item:nth-child(2n){margin-right:0;}
#ProPage .catesection .bigcatename{display:block;font-size:18px;line-height:1.5;margin-bottom:15px;padding:12px;font-weight:bold;background-color:#f5f5f5;position:relative;}
#ProPage .catesection .bigcatename .caret{width:14px;height:2px;background-color:var(--main-color);display:block;transition:all 0.3s;position:absolute;right:30px;top:25px;}
#ProPage .catesection .bigcatename .caret:before{content:"";border-style:solid;border-color:transparent transparent transparent var(--main-color);border-width:5px 8px;position:absolute;left:100%;top:-4px;}
#ProPage .catesection .bigcatename:hover .caret{width:60px;}
#ProPage .catesection .remark{font-size:14px;line-height:24px;margin-bottom:18px;padding:0 12px;margin-top:0;width:100%;}
#ProPage .catesection .img{display:block;max-height:430px;overflow:hidden;margin-bottom:0;margin-top:auto;}
@media (min-width:1080px) and (max-width:1429px) {
}
@media (min-width:1px) and (max-width:1079px) {
    #ProPage .catesection{padding:20px;}
    #ProPage .catesection .item{width:100%;margin:0 0 30px;}
    #ProPage .catesection .bigcatename{margin-bottom:10px;font-size:16px;}
    #ProPage .catesection .remark{margin-bottom:10px;}
    #ProPage .catesection .img{max-height:200px;}
}

.mobProCatelist{display:flex;justify-content:center;flex-wrap:wrap;}
.mobProCatelist .link{display:inline-block;font-size:16px;line-height:24px;padding:10px 22px 10px 15px;border:1px solid #707070;text-align:center;margin:0 9px 16px;border-radius:50px;}
.mobProCatelist .link.active,.mobProCatelist .link:hover{background-color:var(--main-color);color:#fff;border-color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    .mobProCatelist .link{min-width:120px;padding:8px 15px;font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .mobProCatelist{justify-content:flex-start;}
    .mobProCatelist .link{min-width:initial;padding:5px 15px;font-size:13px;margin:0 5px 5px 0;}
    .mobProCatelist .link:before{margin-right:5px;}
}

.nframe{padding-top:70px;padding-bottom:70px;}

#ProductPage .titbox .tit{font-size:40px;color:#fff;}
#ProductPage .titbox article{}
#ProductPage .titbox article *{font-size:20px;line-height:1.75;color:#fff;}
#ProductPage .catelist{}
#ProductPage .catelist .item{font-size:16px;color:var(--main-color);margin-right:15px;padding-right:15px;margin-bottom:10px;position:relative;margin-left:0;}
#ProductPage .catelist .item:not(:last-child):before{content:"";width:2px;height:16px;background-color:var(--main-color);position:absolute;top:4px;right:0;}
#ProductPage .catelist .item:hover{color:var(--normal-color);text-decoration:underline;}

.ProList{margin-bottom:30px;}
.ProList .item{width:calc((100% - 76px)/3);margin:0 38px 38px 0;border:1px solid #434343;background-color:#00172b;border-radius:8px;overflow:hidden;}
.ProList .item:nth-child(3n){margin-right:0;}
.ProList .item .img{border-bottom:1px solid #434343;}
.ProList .item .txt{padding:20px 30px;}
.ProList .item .tit_pro{font-size:20px;line-height:30px;height:60px;color:#fff;}
.ProList .item .remark{margin-top:0;margin-bottom:auto;}
.ProList .item .link{font-size:18px;line-height:24px;color:#fff;display:flex;justify-content:space-between;align-items:center;width:100%;border-top:1px solid var(--main-color);padding-top:15px;margin-top:15px;}
.ProList .item .link:after{content:"\e707";font-family:iconfont;font-size:18px;line-height:24px;}
.ProList .item:hover{border-color:var(--main-color);}
.ProList .item:hover .tit_pro{color:var(--main-color);}
.ProList .item:hover .link{color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    #ProductPage .titbox .tit{font-size:30px;}
    #ProductPage .titbox article *{font-size:15px;}
    
    .ProList .item{width:calc((100% - 50px)/3);margin:0 25px 25px 0;}
    .ProList .item .txt{padding:20px 15px 20px;}
    .ProList .item .tit_pro{font-size:16px;height:auto;}
    .ProList .item .link{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .nframe{padding-top:30px;padding-bottom:30px;}
    #ProductPage .titbox{margin-bottom:15px;}
    #ProductPage .titbox .tit{font-size:24px;}
    #ProductPage .titbox article *{font-size:13px;}
    
    .ProList{margin-top:30px;}
    .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .ProList .item:nth-child(3n){margin-right:15px;}
    .ProList .item:nth-child(2n){margin-right:0;}
    .ProList .item .txt{padding:15px 8px 10px;}
    .ProList .item .tit_pro{font-size:15px;height:auto;line-height:24px;}
    .ProList .item .link{font-size:13px;margin-top:8px;padding-top:8px;}
}
.CateFAQ .faqlist dl:first-child{border-top:1px solid #ebebeb;}
.CateFAQ .faqlist dl>dt:after{content:"\e604";font-family:iconfont;position:absolute;right:0;top:0;display:block;}
.CateFAQ .faqlist dl.active>dt:after{transform:rotate(45deg);}

.currertkeywords{margin-bottom:30px;font-size:18px;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:var(--main-color);font-weight:normal;}


/***********产品详情***********/
/*产品详情部分 样式还原*/
.table-responsive{overflow-x:auto;}
.prosection .panel ol,.prosection .panel ul,.prosection .panel li{all: revert;}
.prosection .panel ul{padding-left:15px;}
.prosection .panel li{padding-left:5px;}
.prosection .panel ol{padding-left:15px;}
.prosection .panel p{margin:revert;margin:revert-layer;line-height:2!important;}
.prosection .panel table{border-collapse:collapse}
.prosection .panel table td{line-height:2;padding:6px 0;font-size:14px;}
.prosection .panel table[border]:not([border="0"]):not([style*=border-width]) td,.prosection .panel table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}
.prosection .panel table[border]:not([border="0"]):not([style*=border-style]) td,.prosection .panel table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}
.prosection .panel table[border]:not([border="0"]):not([style*=border-color]) td,.prosection .panel table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}
.prosection .panel table tr td:first-child{background-color:var(--main-color);color:#fff;}
.prosection .panel table tr:nth-child(2n) td:not(:first-child){background-color:#ffeed2;}
/*产品详情部分 样式还原*/
.pro_intro{background-repeat:no-repeat;background-size:cover;background-position:center;align-items:center;padding-top:150px;padding-bottom:75px;}
.pro_intro .IntroText{width:44%;margin:0;}
.pro_intro .IntroText .tit_pro{color:#fff;font-size:80px;line-height:1;margin-bottom:10px;}
.pro_intro .IntroText .tit_cate{color:#fff;font-size:50px;line-height:1.2;margin-bottom:30px;}
.pro_intro .IntroText .remark{color:#fff;font-size:16px;line-height:1.75;}
.pro_intro .IntroImg{width:48%;margin:0;text-align:center;}
#ProDetailPage{padding-bottom:var(--gap-large);}
#ProDetailPage .icolist{background:linear-gradient(to bottom,rgba(255,255,255,0.3),rgba(3,35,64,1));backdrop-filter: blur(40px);border-radius:30px;padding:50px 10px;margin-bottom:80px;}
#ProDetailPage .icolist .item{width:20%;display:flex;justify-content:flex-start;align-items:center;}
#ProDetailPage .icolist .item .pic{margin-right:10px;}
#ProDetailPage .icolist .item .pic img{width:80px;}
#ProDetailPage .icolist .item .name{color:#fff;font-size:16px;line-height:1.75;flex:1;}
.prosection{padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #273847;}
.prosection.noline{border-bottom:none;}
.prosection .tit{color:#fff;font-size:32px;line-height:1.3;margin-bottom:30px;}
.prosection .slg{color:#fff;font-size:16px;}
.pro_down .slg{margin-bottom:50px;}
.pro_down .pdfdown{display:flex;align-items:center;margin-bottom:20px;}
.pro_down .pdfdown i{font-size:24px;line-height:1;margin-right:8px;}
.pro_down .pdfdown:hover{color:var(--main-color);}
.prosection .panel *{color:#fff;}
.prosection .ProList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
.prosection .ProList .item:nth-child(3n){margin-right:15px;}
.prosection .ProList .item:nth-child(4n){margin-right:0;}
.prosection .ProList .item .txt{padding:15px 25px;}
.prosection .ProList .item .tit_pro{font-size:16px;line-height:24px;height:48px;}
.prosection .ProList .item .link{font-size:14px;padding-top:10px;margin-top:10px;}
.downimg{padding-top:40px;align-items:center;}
.downimg .img{width:43%;margin:0;}
.downimg .txt{width:51%;margin:0;}
.downimg .txt .tit{color:#fff;font-size:50px;line-height:1.4;margin-bottom:50px;}
.downimg .txt .stit{color:#fff;font-size:30px;margin-bottom:60px;}
.downimg .txt .border_box{width:160px;}
.pro_inquiry{padding-bottom:50px;}
.pro_inquiry .feedbackbox ul > li > label{color:#fff;}
.pro_inquiry .feedbackbox ul > li textarea.input{height:120px;}
.pro_inquiry .feedbackbox .border_box{margin-top:15px;}
@media (min-width:1080px) and (max-width:1429px) {
    .pro_intro .IntroText .tit_pro{font-size:60px;}
    .pro_intro .IntroText .tit_cate{font-size:36px;}
    .pro_intro .IntroText .remark{font-size:15px;}
    .prosection .tit{font-size:30px;}
    .downimg .txt .tit{font-size:36px;margin-bottom:30px;}
    .downimg .txt .stit{font-size:24px;margin-bottom:30px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .pro_intro{padding-top:50px;flex-flow:column-reverse;padding-bottom:30px;}
    .pro_intro .IntroText{width:100%;margin-top:20px;}
    .pro_intro .IntroText .tit_pro{font-size:24px;}
    .pro_intro .IntroText .tit_cate{font-size:20px;margin-bottom:15px;}
    .pro_intro .IntroText .remark{font-size:14px;}
    .pro_intro .IntroImg{width:100%;}
    #ProDetailPage .icolist{padding:20px 15px 10px;margin-bottom:40px;}
    #ProDetailPage .icolist .item{width:45%;margin:0 0 15px;align-items:center;}
    #ProDetailPage .icolist .item .pic{width:30px;text-align:center;}
    #ProDetailPage .icolist .item .pic img{max-width:30px;max-height:40px;}
    #ProDetailPage .icolist .item .name{font-size:13px;line-height:20px;flex:1;}
    .prosection .tit{font-size:24px;margin-bottom:15px;}
    .prosection .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .prosection .ProList .item:nth-child(2n){margin-right:0;}
    .prosection .ProList .item .txt{padding:15px 8px 10px;}
    .prosection .ProList .item .tit_pro{height:auto;font-size:14px;}
    .prosection .ProList{margin-bottom:0;}
    .pro_down .slg{margin-bottom:20px;}
    .pro_inquiry{padding-bottom:30px;}
    .downimg{padding-top:0;}
    .downimg .img{width:100%;}
    .downimg .txt{width:100%;margin-top:20px;}
    .downimg .txt .tit{font-size:20px;margin-bottom:20px;}
    .downimg .txt .stit{font-size:16px;margin-bottom:20px;}
}
/***********产品详情***********/

/*新闻*/
.NewsCateList .item{width:100%;margin-bottom:1.5%;}
.NewsCateList .item .img{width:49.25%;margin:0;}
.NewsCateList .item .txt{width:49.25%;margin:0;background-color:#000;justify-content:center;align-items:center;text-align:center;}
.NewsCateList .item .txt .tit{width:100%;color:#fff;font-size:35px;margin-bottom:8%;}
.NewsCateList .item:nth-child(2n+1){flex-flow:row-reverse;} 

#NewsPage{}
.NewsList .item{width:calc((100% - 44px)/3);margin:0 22px 50px 0;}
.NewsList .item:nth-child(3n){margin-right:0;}
.NewsList .item .txt{padding-top:15px;}
.NewsList .item .time{color:#666;font-size:13.7px;margin-bottom:10px;}
.NewsList .item .tit_news{color:#fff;font-size:22px;text-transform:uppercase;}
@media (min-width:1080px) and (max-width:1429px) {
    .NewsCateList .item .txt .tit{font-size:30px;}
    .NewsList .item .tit_news{font-size:18px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .NewsCateList .item{margin-bottom:20px;}
    .NewsCateList .item:nth-child(2n+1){flex-flow:column;} 
    .NewsCateList .item .img{width:100%;margin:0;}
    .NewsCateList .item .txt{width:100%;margin:0;padding:30px 15px;}
    .NewsCateList .item .txt .tit{font-size:24px;}

    .NewsList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .NewsList .item:nth-child(3n){margin-right:15px;}
    .NewsList .item:nth-child(2n){margin-right:0;}
    .NewsList .item .tit_news{font-size:15px;}
}

#NewsDetailPage{}
#NewsDetailPage .title{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:20px;}
#NewsDetailPage .title .tit{font-size:30px;color:#fff;}
#NewsDetailPage .title p{margin-top:5px;}
.prevlist{margin-top:40px;background-color:#fff;padding:20px 25px;}
.prevlist>.link{font-size:16px;display:block;}
.prevlist>.link:nth-child(1){margin-bottom:5px;}
.prevlist>.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
.proprevlist{display:flex;justify-content:space-between;padding:15px 20px;flex-wrap:wrap;}
.proprevlist .link{display:flex;justify-content:flex-start;align-items:center;}
.proprevlist>.link:nth-child(1){margin-bottom:0;}
.proprevlist .img{width:36px;height:36px;border-radius:50%;overflow:hidden;margin-right:8px;}
.proprevlist .link span{font-weight:bold;font-size:17px;}
.proprevlist .link:hover span{color:var(--main-color);}
.proprevlist .link.prev:before{content:"\e601";font-family:iconfont;font-size:28px;line-height:1;margin-right:8px;transform:rotateY(180deg);}
.proprevlist .link.next:after{content:"\e601";font-family:iconfont;font-size:28px;line-height:1;margin-left:8px;}
@media (min-width:1080px) and (max-width:1429px) {
    #NewsDetailPage .title .tit{font-size:24px;line-height:1.3;margin-bottom:10px;}
    .prevlist{padding:15px;}
}
@media (max-width:1079px){
    #NewsDetailPage .title .tit{font-size:20px;}
    .prevlist{padding:15px;margin-top:25px;}
    .prevlist>.link{font-size:14px;}
    .proprevlist .link.prev{margin-bottom:5px;}
    .proprevlist .link span{font-size:13px;font-weight:normal;}
}



#CaseList{}
#CaseList .list .item{width:calc((100% - 105px)/4);margin:0 35px 15px 0;position:relative;transition:all 0.3s;}
#CaseList .list .item:nth-child(4n){margin-right:0;}
#CaseList .list .item .txt{background-color:#fff;padding:15px 5px;text-align:center;}
#CaseList .list .item .txt h4{font-size:20px;font-family:var(--font);}
#CaseList .list .item:hover .txt h4{color:var(--normal-color);}
#CaseList .list .item:hover .more{color:var(--normal-color);text-decoration:initial;}
@media (min-width:1230px) and (max-width:1429px) {
}
@media (min-width:1080px) and (max-width:1429px) {
    #CaseList .list .item{width:calc((100% - 45px)/4);margin:0 15px 20px 0;}
    #CaseList .list .item .txt h4{font-size:16px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #CaseList .list .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #CaseList .list .item:nth-child(2n){margin-right:0;}
    #CaseList .list .item .txt h4{font-size:14px;line-height:1.4;}
}
#CasesPage .item{width:calc((100% - 40px)/3);margin:0 20px 20px 0;background-color:#f5f5f5;}
#CasesPage .item:nth-child(3n){margin-right:0;}
#CasesPage .item .txt h3{flex:1;width:calc(100% - 116px);font-size:14px;line-height:18px;color:#000;padding:15px 20px;}
#CasesPage .item .txt span.point{width:116px;background-color:var(--main-color);height:75px;color:#fff;align-items:center;display:flex;justify-content:center;font-size:14px;}
#CasesPage .item .txt span.point>i{margin-right:5px;}
#CasesPage .item:hover .txt h3{color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    #CasesPage .item .txt h3{padding:10px 15px;width:calc(100% - 100px);}
    #CasesPage .item .txt span.point{height:65px;width:100px;font-size:13px;}
}
@media (min-width:1px) and (max-width:1079px) {
    #CasesPage .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #CasesPage .item:nth-child(3n){margin-right:15px;}
    #CasesPage .item:nth-child(2n){margin-right:0;}
    #CasesPage .item .txt{padding:10px 10px;}
    #CasesPage .item .txt h3{padding:0;width:100%;font-size:13px;}
    #CasesPage .item .txt span.point{height:65px;width:100px;font-size:13px;display:none;}
}


.SectorsList .item{width:calc((100% - 120px)/3);margin:0 60px 60px 0;}
.SectorsList .item:nth-child(3n){margin-right:0;}
.SectorsList .item .img{display:block;}
.SectorsList .item .txt{padding-top:30px;}
.SectorsList .item .tit_sectors{display:block;color:#fff;font-size:32px;margin-bottom:5px;}
.SectorsList .item .remark{color:#fff;font-family:var(--font-light);margin-bottom:30px;}
.SectorsList .item .border_box{margin:0 auto;width:160px;}
.SectorsList .item .tit_sectors:hover{color:var(--main-color);}
@media (min-width:1080px) and (max-width:1429px) {
    .SectorsList .item{width:calc((100% - 60px)/3);margin:0 30px 30px 0;}
    .SectorsList .item .txt{padding-top:20px;}
    .SectorsList .item .tit_sectors{font-size:24px;}
    .SectorsList .item .remark{font-size:14px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .SectorsList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .SectorsList .item:nth-child(3n){margin-right:15px;}
    .SectorsList .item:nth-child(2n){margin-right:0;}
    .SectorsList .item .txt{padding-top:15px;}
    .SectorsList .item .tit_sectors{font-size:16px;}
    .SectorsList .item .remark{font-size:13px;display:none;}
    .SectorsList .item .border_box{height:40px;width:120px;margin-top:10px;}
}
.SectorsDetail .context{padding-bottom:70px;}
.SectorsDetail .context *{color:#fff;}
.SectorsDetail .titbox .tit{color:#fff;font-size:50px;}
.SectorsDetail .imgbox{text-align:right;max-width:50%!important;}
.SectorsDetail ul{margin-bottom:25px;}
.SectorsDetail ul li{position:relative;padding-left:18px;font-size:20px;line-height:1.8;}
.SectorsDetail ul li:before{content:"";width:6px;height:6px;background-color:var(--main-color);position:absolute;left:0;top:15px;border-radius:50px;}
.SectorsDetail .context_1{align-items:center;margin-bottom:40px;}
.SectorsDetail .context_1 .left{width:600px;}
.SectorsDetail .context_1 p{color:#fff;font-size:24px;}
.SectorsDetail .context_2{margin-bottom:40px;}
.SectorsDetail .context_2 .left{width:600px;}
.SectorsDetail .context_2 h3{color:#fff;font-size:30px;}
.SectorsDetail .context_2 .right p{color:#fff;font-size:20px;line-height:1.625;}
.SectorsDetail .context_3{margin-bottom:40px;}
.SectorsDetail .context_3 .left{width:600px;}
.SectorsDetail .context_3 h3{color:#fff;font-size:32px;line-height:1.4;margin-bottom:20px;}
.SectorsDetail .context_3 p{font-size:16px;line-height:2.25;margin-bottom:25px;}
.SectorsDetail .context_3 .remark{font-size:16px;line-height:1.625;}
.SectorsDetail .context_4 .left{width:600px;}
.SectorsDetail .context_4 h3{font-size:32px;line-height:1.25;margin-bottom:18px;}
.SectorsDetail .context_4 .remark{font-size:16px;line-height:1.625;}
.SectorsDetail .context_4 .right{}
.SectorsDetail .relatecontent .tit{color:#fff;font-size:32px;margin-bottom:30px;}

.SolutionList .item{width:calc((100% - 225px)/4);margin:0 75px 35px 0;}
.SolutionList .item:nth-child(4n){margin-right:0;}
.SolutionList .item .txt{padding:30px 15px 0;}
.SolutionList .item .tit_solu{color:#fff;font-size:17px;margin-bottom:5px;}
@media (min-width:1080px) and (max-width:1429px) {
    .SectorsDetail .titbox .tit{font-size:40px;}
    .SectorsDetail .context_2 h3{font-size:28px;}
    .SectorsDetail ul li{font-size:18px;}
    .SectorsDetail .context_4 h3{font-size:28px;}
    .SectorsDetail .imgbox{width:50%!important;}

    .SolutionList .item{width:calc((100% - 60px)/4);margin:0 20px 20px 0;}
    .SolutionList .item .txt{padding:15px 5px 0;}
    .SolutionList .item .tit_solu{font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .SectorsDetail .context{padding-bottom:30px;}
    .SectorsDetail .titbox .tit{font-size:30px;}
    .SectorsDetail .context_1{margin-bottom:20px;}
    .SectorsDetail .context_1 .left{max-width:100%!important;width:100%;margin-bottom:15px!important;}
    .SectorsDetail .context_1 p{font-size:14px;}
    .SectorsDetail .imgbox{width:100%;max-width:100%!important;}
    .SectorsDetail .context_2{margin-bottom:20px;}
    .SectorsDetail .context_2 .left{max-width:100%!important;width:100%;}
    .SectorsDetail .context_2 h3{font-size:24px;margin-bottom:10px!important;}
    .SectorsDetail .context_2 .right{max-width:100%!important;}
    .SectorsDetail .context_2 .right p{font-size:14px;}
    .SectorsDetail .context_3{margin-bottom:20px;}
    .SectorsDetail .context_3 .left{max-width:100%!important;width:100%;margin-bottom:15px!important;}
    .SectorsDetail .context_3 h3{font-size:24px;}
    .SectorsDetail .context_3 p{font-size:14px;line-height:1.8;}
    .SectorsDetail ul{margin-bottom:15px;}
    .SectorsDetail ul li{font-size:15px;}
    .SectorsDetail ul li::before{top:10px;}
    .SectorsDetail .context_3 .remark{font-size:14px;}
    .SectorsDetail .context_4 .left{max-width:100%!important;width:100%;margin-bottom:15px!important;}
    .SectorsDetail .context_4 h3{font-size:24px;}
    .SectorsDetail .context_4 .remark{font-size:14px;}
    .SectorsDetail .context_4 .right{max-width:100%!important;width:100%;}

    .SolutionList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    .SolutionList .item:nth-child(2n){margin-right:0;}
    .SolutionList .item .txt{padding:10px 5px 0;}
    .SolutionList .item .tit_solu{font-size:14px;}
}
.IntegrationList .item{width:calc((100% - 75px)/4);margin:0 25px 25px 0;background:linear-gradient(to right,#0e376b,#086499);}
.IntegrationList .item:nth-child(4n){margin-right:0;}
.IntegrationList .item .txt{padding:25px 15px 30px;}
.IntegrationList .item .tit_int{font-size:17px;color:#fff;line-height:24px;height:48px;overflow:hidden;margin-bottom:15px;}
.IntegrationList .item .border_box{width:125px;height:45px;margin:0 auto;}
@media (min-width:1080px) and (max-width:1429px) {
    .IntegrationList .item{width:calc((100% - 50px)/3);margin:0 25px 25px 0;}
    .IntegrationList .item:nth-child(4n){margin-right:15px;}
    .IntegrationList .item:nth-child(3n){margin-right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    .IntegrationList .item{width:calc((100% - 15px)/2);margin:0 15px 25px 0;}
    .IntegrationList .item:nth-child(2n){margin-right:0;}
    .IntegrationList .item .txt{padding:15px 5px;}
    .IntegrationList .item .tit_int{font-size:14px;}
}




/*分页*/
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;margin:20px 0 0;padding-left:0;display:flex;justify-content:center;}
ul.pagination li{display:inline-block;margin:3px;border-radius:6px;overflow:hidden;}
ul.pagination li a,ul.pagination li span{display:inline-block;font-size:16px;border-radius:0px;width:36px;height:36px;line-height:36px;position:relative;background-color:#fff;color:#333;text-decoration:none;}
ul.pagination li.active span,ul.pagination li.active a{background-color:var(--main-color);border-color:var(--main-color);color:#fff;}
ul.pagination li:hover a{background-color:var(--main-color);color:#fff;}

#VideoPage{}
#VideoPage .VideoList{}
#VideoPage .VideoList .item{width:calc((100% - 60px)/4);overflow:hidden;margin:0 20px 20px 0;cursor:pointer;position:relative;}
#VideoPage .VideoList .item:nth-child(4n){margin-right:0;}
#VideoPage .VideoList .item .img{position:relative;border-radius:4px;}
#VideoPage .VideoList .item .img i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:50px;line-height:1;color:red;}
#VideoPage .VideoList .item .txt{padding:15px 0 15px;}
#VideoPage .VideoList .item .txt p{font-size:16px;line-height:1.5;margin-top:6px;}
#VideoPage .VideoList .item .txt .tit_video{font-size:16px;color:#333;}
#VideoPage .VideoList .item:hover .txt p{color:var(--main-color);}
video{width:100%;display:block;}
@media (min-width:1080px) and (max-width:1429px) {
    #VideoPage .VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #VideoPage .VideoList .item:nth-child(4n){margin-right:15px;}
    #VideoPage .VideoList .item:nth-child(3n){margin-right:0;}
}
@media (min-width:1px) and (max-width:1079px) {
    #VideoPage .VideoList .item{width:100%;margin:0 0 15px;}
    #VideoPage .VideoList .item .txt{padding:15px;}
    #VideoPage .VideoList .item .txt .tit_video{font-size:16px;}
    #VideoPage .VideoList .item .txt p{height:auto;font-size:14px;}
}

#PrivacyPolicyPage .title{margin-bottom:20px;}
#PrivacyPolicyPage article h4{font-size:20px;margin-bottom:10px;}
#PrivacyPolicyPage article p{font-size:16px;line-height:1.5;color:#999;margin-bottom:10px;}
@media (max-width:1079px) {
    #PrivacyPolicyPage article h4{font-size:16px;}
    #PrivacyPolicyPage article p{font-size:13px;}
}


.img-wrapper{position:relative;overflow:hidden;}
.img-wrapper:after {
  background:#fff;
  content:"";
  filter:blur(6px);
  height:300%;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  opacity:.6;
  position:absolute;
  transform:translate(-100%,-100%) rotate(45deg);
  width:25px;
}
.img-hover:hover .img-wrapper:after {
  animation:move 1s ease-out;
  display:block
}
@keyframes move {
  0% {
    transform:translate(-200px,-200px) rotate(45deg)
  }
  to {
    transform:translate(200px,200px) rotate(45deg)
  }
}

.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:74px;height:74px;line-height:74px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:30px;background-color:rgba(255,255,255,0.6);border-radius:50%;color:#fff;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}


/*Warning System Technology*/
.WSTbframe{position:relative;}
.WSTbframe .container{position:absolute; left:50%; top:50%; transform:translate(-50%,-30%);}
.WSTbframe .container .txt{max-width:1134px; width:100%; margin:0 auto; background:rgba(255,255,255,0.62); padding:50px 115px;}
.WSTbframe .container .txt p{display:block; font-size:var(--font-size); color:var(--black-color); line-height:1.625; font-family:var(--font-light); text-align:justify;}


.wstframe{background:#00172b; padding:23px 0;}
.wstframe .item{width:calc((100% - 23px)/2); margin-left:0; margin-right:23px;}
.wstframe .item:last-child{ margin-right:0px;}
.wstframe .item.txt{background:#000000;  min-height:498px; position:relative;display:flex;align-items:center;}
.wstframe .item.txt .content{padding:60px 60px 60px 260px;}
.wstframe .item.txt h2{font-size:var(--gap-mid); font-family:var(--font-bold); color:var(--white-color);}
.wstframe .item.txt p{font-size:var(--font-size); font-family:var(--font-light); line-height:2.25;  color:var(--white-color); margin-top:30px;}
.wstframe .item img{height:100%;width:100%;object-fit:cover;}

.wstframe2{background:#00213e;}
.wstframe2 .item.txt{background:#00213e; }
.wstframe2 .item.txt .content{padding:60px 260px 60px 60px;}

.wstframe3 .item.txt{background:#000000;  min-height:646px; position:relative;}

.wstframecore{ background:#00213e; padding:90px 0;}
.wstframecore .container{max-width:1430px;}
.wstframecore .tit h2{color:var(--white-color);font-size:32px; font-family:var(--font-bold);}
.wstframecore .list{ margin-top:45px;}
.wstframecore .list .item{ width:calc((100% + 2px)/3);border:solid 1px var(--white-color);text-align:center; padding:73px 40px;}
.wstframecore .list .item:not(:first-child){margin-left:-1px;}
.wstframecore .list .item i{font-size:70px;color:var(--white-color);}
.wstframecore .list .item h3{font-size:24px;  font-family:var(--font-bold);color:var(--white-color); margin-top:50px;}
.wstframecore .list .item p{font-size:var(--font-size); font-family:var(--font-light); line-height:1.875;  color:var(--white-color); margin-top:30px;}

.product_integration{background:#00172b; padding:73px 0px 107px 0px;}
.product_integration .container{max-width:1430px;}
.product_integration .tit h2{color:var(--white-color);font-size:32px; font-family:var(--font-bold);}
.product_integration .tit a{color:var(--white-color);font-size:16px; font-family:var(--font-light); text-align:center; line-height:60px; width:161px; height:60px; background:url(/dist/images/morebg.png) no-repeat center center;}
.product_integration .tit a:hover{color:var(--main-color); background:url(/dist/images/morebghover.png) no-repeat center center;}
.product_integration .list{ margin-top:50px;}
.product_integration .list .item{ width:calc((100% - 60px)/3); margin-left:0; margin-right:30px;background:#0d386d;}
.product_integration .list .item:last-child{margin-right:0px;}
.product_integration .list .item img{ width:100%;} 
.product_integration .list .item .txt{ padding:40px 30px;text-align:center;} 
.product_integration .list .item .txt h3{font-size:23px;  font-family:var(--font-bold);color:var(--white-color);}
.product_integration .list .item .txt a{display:block; margin:45px auto 10px auto; color:var(--white-color);font-size:16px; font-family:var(--font-light); text-align:center; line-height:60px; width:161px; height:60px; background:url(../images/morebg.png) no-repeat center center;}
.product_integration .list .item .txt a:hover{color:var(--main-color);background:url(/dist/images/morebghover.png) no-repeat center center;}
@media (min-width:1080px) and (max-width:1429px) {
    .WSTbframe .container .txt{padding:50px;}
    .wstframe .item.txt{min-height:initial;}
    .wstframe .item.txt .content{padding:40px 50px;}
    .wstframe .item.txt p{line-height:2;margin-top:20px;}
    .wstframe .item.txt h2{font-size:30px;}
    .wstframecore{padding:60px 0;}
    .wstframecore .list .item{padding:40px 30px;}
    .wstframecore .list .item h3{font-size:24px;margin-top:30px;}
    .wstframecore .list .item p{margin-top:20px;}
    .product_integration .list .item .txt{padding:20px;}
    .product_integration .list .item .txt h3{font-size:20px;}
    .product_integration .list .item .txt a{margin:25px auto 0;width:150px;height:54px;line-height:54px;background-size:100% 100%;}
}
@media (min-width:1px) and (max-width:1079px) {
    .WSTbframe .container .txt{padding:20px;display:none;}
    .wstframe .item{width:100%;}
    .wstframe .item.txt{min-height:initial;}
    .wstframe .item.txt .content{padding:20px 15px;}
    .wstframe .item.txt p{line-height:2;margin-top:20px;font-size:13px;}
    .wstframe .item.txt h2{font-size:24px;}
    .wstframecore{padding:60px 0;}
    .wstframecore .list .item{padding:30px 15px;width:100%;margin-top:-1px;}
    .wstframecore .list .item:not(:first-child){margin-left:0;}
    .wstframecore .list .item i{font-size:45px;}
    .wstframecore .list .item h3{font-size:18px;margin-top:15px;}
    .wstframecore .list .item p{margin-top:15px;font-size:13px;}
    .product_integration{padding:40px 0px 40px 0px}
    .product_integration .tit h2{font-size:24px;}
    .product_integration .tit a{width:150px;height:48px;line-height:48px;background-size:100% 100%;margin-top:10px;}
    .product_integration .list .item{width:100%;margin:0 0 15px;}
    .product_integration .list .item .txt{padding:20px;}
    .product_integration .list .item .txt h3{font-size:18px;}
    .product_integration .list .item .txt a{margin:15px auto 0;width:150px;height:48px;line-height:48px;background-size:100% 100%;}
}

/*Counter-UAS Technology*/
.cutbframe{position:relative;}
.cutbframe .container{position:absolute; left:50%; top:50%; transform:translate(-50%,-30%);}
.cutbframe .container .list{max-width:1134px; }
.cutbframe .container .list .item{width:calc(100%/3); border-right:solid 1px #887f8b; text-align:left; padding-left:120px;}
.cutbframe .container .list .item:last-child{border-right:0;}
.cutbframe .container .list .item h3{font-size:var(--font-size);color:var(--white-color);}
.cutbframe .container .list .item h3 b{font-size:40px;color:var(--white-color);margin-right:10px;}
.cutbframe .container .list .item p{ font-size:var(--font-size);color:var(--white-color);}

.cutframe{background:#00172b; padding:85px 0;}
.cutframe .container{max-width:1430px;}
.cutframe .list{align-items:center;}
.cutframe .list .item:first-child{width:calc(100% - 820px); margin-left:0;}
.cutframe .list .item:last-child{width:747px; margin-right:0;}
.cutframe .list .item h2{display:block; font-size:32px; color:var(--white-color);}
.cutframe .list .item p{display:block; font-size:16px; color:var(--white-color); line-height:1.75; margin-top:30px; }
.cutframe .list .item .pic{position:relative;}
.cutframe .list .btnlink{display:block;height:40px;padding:5px 15px;background-color:#fff;color:#000;font-size:15px;border-radius:50px;display:flex;align-items:center;width:fit-content;position:absolute;}
.cutframe .list .btnlink i{margin-right:15px;}
.cutframe .list .btnlink:hover{background-color:var(--main-color);color:#fff;}
.cutframe .list .btnlink:nth-child(2){top:20%;left:40%;}
.cutframe .list .btnlink:nth-child(3){bottom:5%;left:15%;}
.cutframe .list .btnlink:nth-child(4){bottom:20%;left:48%;}
.cutframe .list .btnlink:nth-child(5){top:50%;left:20%;}
.cutframe .txt_remark{margin-top:40px;}
.cutframe .txt_remark p{display:block; font-size:16px; font-family:var(--font-light); color:var(--white-color); line-height:1.75; text-align:left;}

.cutframe .list2{align-items:center; background: linear-gradient(to bottom, #3b4c5d, #12293e); border-radius:40px; padding:60px 6%; margin-top:95px;}
.cutframe .list2 .item{ margin:0; text-align:center;}
.cutframe .list2 .item i{display:block; font-size:50px; color:var(--white-color);}
.cutframe .list2 .item span{display:block; font-size:20px; font-family:var(--font-light); color:var(--white-color); line-height:1.75; margin-top:10px; }

.cutframe .list3{ padding-top:90px;}
.cutframe .list3 .tit{display:block;width:100%;}
.cutframe .list3 .tit h2{display:block;font-size:32px;font-family:var(--font-light); font-weight:bold;  color:var(--white-color);}
.cutframe .list3 .item{ margin-left:0; width:calc((100% - 195px)/4); margin-right:65px; text-align:left; margin-top:35px;}
.cutframe .list3 .item:last-child{margin-right:0;}
.cutframe .list3 .item i{display:block; font-size:50px; color:var(--white-color);}
.cutframe .list3 .item h3{display:block;font-size:20px;font-family:var(--font-light); font-weight:bold;  color:var(--white-color); margin-top:15px;}
.cutframe .list3 .item p{display:block; font-size:16px; font-family:var(--font-light); color:var(--white-color); line-height:1.75; margin-top:15px; text-align:left;}


.cutframe .list4{margin-top:90px;}
.cutframe .list4 .cutfarme_mySwiper{ width:100%;}
.cutframe .list4 .cutfarme_mySwiper .swiper-wrapper{width:681px; margin-left:0;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination{width:670px; margin-right:0; left:auto;right:0; top:0; bottom:auto;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet{border:none; width:100%; height:auto; background:none; opacity:1; display:block; margin-bottom:25px;}

.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .title{display:flex; flex-wrap:nowrap;justify-content:space-between;align-items:center; width:100%;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .title span{ width:42px; height:42px; text-align:center;line-height:42px;border-radius:50%; background:#062744; font-size:14px;  color:var(--white-color);}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .title b{ width:calc(100% - 60px); font-weight:normal; margin-right:0;line-height:42px; font-size:26px;color:var(--white-color); text-align:left;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .remark{display:none; padding-left:60px; font-size:16px; font-family:var(--font-light); color:var(--white-color); line-height:1.75; margin-top:15px; text-align:left;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet-active{ background:none;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet-active .remark{ display:block;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet .em{display:block; width:100%; height:2px; background:#273847; margin-top:30px;}
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet-active .em{ background:#273847; }
.cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet-active .em i{display:block; background:#005bac; width:0px; height:2px;animation: myfirst 4s;-webkit-animation: myfirst 4s;}
@keyframes myfirst
{
    from {width:0px;}
    to {width:100%;}
}
 
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
   from {width:0px;}
    to {width:100%;}
}


.cutframe .list5{padding-top:90px;}
.cutframe .list5 .tit{display:block;width:100%;}
.cutframe .list5 .tit h2{display:block;font-size:32px;font-family:var(--font-light); font-weight:bold;  color:var(--white-color);}

.cutframe .list5 .item{ margin-left:0; width:calc((100% - 75px)/2); margin-right:75px; text-align:left; margin-top:35px; background:url(/dist/images/cut3.jpg) no-repeat center top; background-size:cover; padding:65px;}
.cutframe .list5 .item:last-child{margin-right:0;}
.cutframe .list5 .item .img{display:block;text-align:center;}
.cutframe .list5 .item .img img{display:block; width:auto; height:auto;}
.cutframe .list5 .item h3{display:block;font-size:26px;font-family:var(--font-light);  color:var(--white-color); margin-top:55px; line-height:2; font-weight:bold;}
.cutframe .list5 .item p{display:block;font-size:16px;font-family:var(--font-light); line-height:1.625;  color:var(--white-color); margin-top:5px;}


.cutframe .list6{padding-top:90px;}
.cutframe .list6 .tit{display:block;width:100%;display:block;font-size:32px;font-family:var(--font-bold); color:var(--white-color);}
.cutframe .list6 .item{ margin-left:0; width:calc((100% - 120px)/3); margin-right:60px; text-align:left; margin-top:35px; background: linear-gradient(to right, #0e376c, #076399);}
.cutframe .list6 .item:last-child{margin-right:0;}
.cutframe .list6 .item .img{display:block;text-align:center;}
.cutframe .list6 .item .img img{display:block; width:auto; height:auto;}
.cutframe .list6 .item .txt{ padding:30px;}
.cutframe .list6 .item .txt h3{font-size:22px;font-family:var(--font-light);  color:var(--white-color);  line-height:1.36; }
.cutframe .list6 .item .txt p{font-size:16px;font-family:var(--font-light); line-height:1.625;  color:var(--white-color); margin-top:15px;}
.cutframe .list6 .item .txt a{display:block; margin:30px auto 20px auto; color:var(--white-color);font-size:16px; font-family:var(--font-light); text-align:center; line-height:60px; width:161px; height:60px; background:url(../images/morebg.png) no-repeat center center;}
.cutframe .list6 .item .txt a:hover{color:var(--main-color);background:url(/dist/images/morebghover.png) no-repeat center center;}
@media (min-width:1080px) and (max-width:1429px) {
    .cutframe .list .item:first-child{width:45%;}
    .cutframe .list .item:last-child{width:55%;}
    .cutframe .list .item h2{font-size:28px;}
    .cutframe .list .item p{font-size:15px;}
    .cutframe .list .btnlink:nth-child(3){left:5%;}
    .cutframe .list .btnlink:nth-child(4){left:initial;right:0;}
    .cutframe .list2{margin-top:50px;padding:40px;}
    .cutframe .list2 .item span{font-size:17px;}
    .cutframe .list3{margin-top:50px;}
    .cutframe .list3 .tit h2{font-size:28px;}
    .cutframe .list3 .item{width:calc((100% - 90px)/4);margin-right:30px;}
    .cutframe .list3 .item p{font-size:15px;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-wrapper{width:50%;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-slide{width:100%!important;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination{width:48%;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination .title b{font-size:22px;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination .remark{font-size:14px;line-height:1.6;}
    .cutframe .list5 .item{width:calc((100% - 40px)/2);margin-right:40px;padding:40px;}
    .cutframe .list5 .item h3{margin-top:20px;font-size:24px;line-height:1.5;}
    .cutframe .list5 .item p{margin-top:10px;font-size:15px;}
    .cutframe .list6 .item{width:calc((100% - 60px)/3);margin-right:30px;}
    .cutframe .list6 .item .txt{padding:20px;}
    .cutframe .list6 .item .txt h3{font-size:20px;}
    .cutframe .list6 .item .txt p{font-size:15px;}
    .cutframe .list6 .item .txt a{width:150px;height:48px;line-height:48px;background-size:100% 100%;margin:20px auto 15px auto;font-size:15px;}
}
@media (min-width:1px) and (max-width:1079px) {
    .cutframe{padding-top:40px;}
    .cutframe .list .item:first-child{width:100%;}
    .cutframe .list .item:last-child{width:100%;}
    .cutframe .list .item h2{font-size:24px;}
    .cutframe .list .item p{font-size:14px;margin-top:15px;}
    .cutframe .list .btnlink{display:none;}
    .cutframe .txt_remark p{font-size:14px;}
    .cutframe .list2{margin-top:40px;padding:20px;}
    .cutframe .list2 .item{width:48%;margin:0 0 15px;}
    .cutframe .list2 .item i{font-size:40px;line-height:1.2;}
    .cutframe .list2 .item span{font-size:15px;line-height:1.4;}
    .cutframe .list3{padding-top:40px;}
    .cutframe .list3 .tit h2{font-size:24px;}
    .cutframe .list3 .item{width:100%;margin-right:0;}
    .cutframe .list3 .item:nth-child(2n){margin-right:0;}
    .cutframe .list3 .item i{font-size:40px;line-height:1;}
    .cutframe .list3 .item p{font-size:14px;}
    .cutframe .list4{margin-top:40px;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-wrapper{width:100%;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-slide{width:100%!important;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination{width:100%;position:initial;bottom:initial;left:initial;right:initial;margin-top:20px;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination .title b{font-size:18px;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination .remark{font-size:14px;line-height:1.6;margin-top:8px;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet{margin:0 0 15px;}
    .cutframe .list4 .cutfarme_mySwiper .swiper-pagination .swiper-pagination-bullet .em{margin-top:15px;}
    .cutframe .list5{padding-top:40px;}
    .cutframe .list5 .tit h2{font-size:24px;}
    .cutframe .list5 .item{width:100%;margin-right:0;padding:15px;}
    .cutframe .list5 .item h3{margin-top:20px;font-size:20px;line-height:1.5;}
    .cutframe .list5 .item p{margin-top:10px;font-size:14px;}
    .cutframe .list5 .item .img img{max-width:200px;}
    .cutframe .list6{padding-top:30px;}
    .cutframe .list6 .tit{margin-bottom:15px;}
    .cutframe .list6 .item{width:100%;margin:0 0 15px;}
    .cutframe .list6 .item .txt{padding:15px;}
    .cutframe .list6 .item .txt h3{font-size:18px;}
    .cutframe .list6 .item .txt p{font-size:14px;}
    .cutframe .list6 .item .txt a{width:150px;height:48px;line-height:48px;background-size:100% 100%;margin:20px auto 15px auto}
}