@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    vertical-align: middle;
}
li {
    vertical-align: middle;
}
s {
    text-decoration: none;
}
ol,
ul,
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
input,
button,
select,
textarea,
a {
    outline: none;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    background: transparent;
    text-decoration: none;
    color: #666;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
a:active,
a:hover {
    outline: 0;
}
body {
    color: #666;
    font: 14px/2 arial, 'Microsoft Yahei', 微软雅黑, 宋体, Tahoma, Helvetica, STHeiti;
    word-break: normal;
}
.o8 {
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
}
.o8:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
div,
p {
    max-height: 10000rem;
}
::selection {
    color: #fff;
    background-color: #061034;
}
::-moz-selection {
    color: #fff;
    background-color: #061034;
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type='button'],
input[type='submit'],
input[type='reset'] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
/* .clearfix { *zoom:1;}
.op70 { filter:alpha(opacity=70); opacity:0.7;}

a.aftl{position: relative;}
a.aftl::after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; 
   border-bottom: 1px solid #fff; -webkit-transition: .3s; transition: .3s;}
a.aftl:hover::after{ width: 100%; left:0; transition: width 0.3s; -webkit-transition: width 0.3s;}

::-webkit-input-placeholder{ color:#888;}
::-moz-placeholder{ color:#888;}
::-moz-placeholder{ color:#888;}
::-ms-input-placeholder{ color:#888;} */

/*轮播图*/
.newban .flex-direction-nav a {
    width: 60px;
    height: 60px;
    display: block;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 4;
    border-radius: 50%;
    margin-top: -30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newban .flex-direction-nav a.flex-prev {
    left: 10px;
    background-image: url('../images/banner_left.png');
}
.newban .flex-direction-nav a.flex-next {
    right: 10px;
    background-image: url('../images/banner_right.png');
}
.newban .flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.newban .flex-control-paging {
    font-size: 0;
    position: absolute;
    bottom: 82px;
    left: 50%;
    z-index: 3;
    margin-left: -800px;
}
.newban .flex-control-paging li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    width: 20px;
}
.newban .flex-control-paging li + li {
    margin-left: 20px;
}
.newban .flex-control-paging li a {
    width: 100%;
    height: 24px;
    padding-top: 28px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 24px;
    position: relative;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.newban .flex-control-paging li.ac a {
    color: #fff;
}
.newban .flex-control-paging li a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: 2px;
    height: 0;
    background-color: #fff;
    margin-left: -1px;
}
.newban .flex-control-paging li.ac a:before {
    height: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.newban {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.flexslider {
    position: relative;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.flexslider .flex-viewport {
    height: 100%;
}
.flexslider .slides {
    overflow: hidden;
    height: 100%;
    font-size: 0;
}
.flexslider .slides li {
    height: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
}
.flexslider .slides li .wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.flexslider .slides .wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.vd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000;
    object-fit: cover;
}

/* 头部 */
.head {
    width: 100%;
    /* min-width: 480px; */
    height: 110px;
    line-height: 110px;
    position: fixed;
    z-index: 60;
    top: 0;
    background-color: #fff;
    -webkit-transition: height 0.4s, opacity 0.4s;
    transition: height 0.4s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.headin {
    width: 90%;
    margin: 0 auto;
}
.head > .headin {
    /* position: relative; */
    z-index: 7;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo {
    height: 100%;
    font-size: 0;
    /* position: absolute;
    left: 0;
    top: 0; */
    z-index: 1;
    flex: 2.5;
    margin-right: 20px;
}
.head .logo img {
    /* max-height: 70%; */
    /*width: 100%;*/
}
.headshadow {
    width: 100%;
    height: 100px;
    /* display: none;  */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

/* .head.mini{ 
	height:110px; 
	line-height:110px; 
} */
.head.disappear {
    opacity: 0;
}

.headright {
    /* position: absolute;
    right: 0;
    top: 0; */
    height: 100%;
    z-index: 4;
    font-size: 0;
    text-align: center;
    margin-left: 20px;
}
.headright a {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.headright a.glass {
    width: 24px;
    background: url('../images/glass.png') center no-repeat;
}
.headright a.topewm {
    width: 16px;
    background: url('../images/sewm.png') center no-repeat;
    margin-left: 14px;
    position: relative;
}
.headright a.glass.on {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

a.tbtn.topewm:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 0;
    width: 0;
    height: 0;
    margin-left: -4px;
    border: 4px solid transparent;
}
a.tbtn.topewm:hover:after {
    border-top-color: #fff;
}
.topewm .bigewm {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 100%;
    right: 0;
    z-index: 1;
    display: none;
    line-height: 100px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.topsouout {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: none;
    z-index: 5;
    width: 100%;
    right: 0;
    top: 100%;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}
.topsouout .topsou {
    position: relative;
    width: 580px;
    padding-right: 110px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}
.topsou input.shuru {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    color: #666;
    text-indent: 20px;
}
.topsou input.anniu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 110px;
    height: 100%;
    border: none;
    cursor: pointer;
    background-color: #00a1e9;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.topsou input.anniu:hover {
    background-color: rgba(0, 161, 233, 0.8);
}

.nav {
    /* position: absolute;
    right: 60px;
    top: 0; */
    z-index: 3;
    height: 100%;
}
.nav > li {
    float: left;
    height: 100%;
    position: relative;
    z-index: 1;
}
.nav > li > a {
    display: block;
    padding: 0 23px;
    height: 100%;
    position: relative;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.nav > li:hover > a,
.nav > li.on > a {
}
.nav > li:first-child > a:before {
    display: none;
}
.nav > li > a:after {
    left: 50%;
    position: absolute;
    bottom: -1px;
    content: ' ';
    width: 0;
    margin-left: 0;
    border-bottom: 1px solid #4c167d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}
.nav > li:hover > a:after,
.nav > li.on > a:after {
    width: 80px;
    margin-left: -40px;
}
.nav > li:hover > a i,
.nav > li.on > a i {
    opacity: 1;
    margin-top: -26px;
}

dl.navtwo {
    min-width: 120px;
    width: auto;
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    z-index: 1;
    padding-top: 15px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
dl.navtwo.on {
    top: 90%;
}
dl.navtwo .inner {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 13px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
}
dl.navtwo:after {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -11px;
    content: ' ';
    width: 23px;
    background: url('../images/sju1.png') center no-repeat;
    height: 15px;
    z-index: 1;
}

dl.navtwo dd {
    height: 36px;
    line-height: 36px;
    text-align: center;
}
dl.navtwo dd > a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
}
dl.navtwo dd:hover > a {
    color: #fff;
    background-color: #2778be;
}
dl.navtwo dd > a:after {
    left: 100%;
    position: absolute;
    bottom: 0;
    content: ' ';
    width: 0;
    display: none;
    border-bottom: 1px solid #da251d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
dl.navtwo dd > a:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

.navvtwo {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    border-radius: 0 0 60px 60px;
    position: fixed;
    top: 100px;
    left: 0;
    max-height: calc(100% - 100px);
    z-index: 110;
    display: none;
    background: url('../images/navbg.jpg') center/cover no-repeat;
}
.navvtwo .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 28px 30px 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.navvtwo dl {
    display: inline-block;
    width: 20%;
    padding: 20px 0;
}
.navvtwo dt {
    overflow: hidden;
    margin-bottom: 10px;
}
.navvtwo dt a {
    display: block;
    font-size: 16px;
    color: #2778be;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
}
.navvtwo dl:hover dt a {
    text-decoration: underline;
}
.navthree {
    width: 100%;
}
.navthree li {
    width: 100%;
    padding: 5px 0;
    line-height: 26px;
}
.navthree li {
    color: #38bab1;
    font-size: 16px;
}
.navthree li a {
    display: inline-block;
    font-size: 14px;
    color: #35434f;
    padding: 0 10px;
    margin-left: -10px;
    overflow: hidden;
    vertical-align: top;
}
.navthree li:hover a[href] {
    color: #fff;
    background-color: #38bab1;
}

.head.mini .navvtwo {
    top: 70px;
}

/* 手机导航 */
.navsjout {
    width: 100%;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 55;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #333;
}
.navsjout.on {
    opacity: 1;
    left: 0;
}

.navsj {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #333;
    position: absolute;
    top: 80px;
    left: 0;
}
.navsj > li {
    position: relative;
}
.navsj > li > a {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.navsj > li > a:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 0;
    height: 1px;
    background-color: #666;
}

.navsjtwo {
    width: 100%;
    overflow: hidden;
    display: none;
    padding: 10px 0;
    background-color: #f1f1f1;
}
.navsjtwo > li {
    width: 100%;
    border-bottom: 1px solid #fff;
}
.navsjtwo > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #432a23;
    position: relative;
    z-index: 1;
    background-color: #ada;
    text-align: center;
    background: url('../images/nav-jtr1.png') 80% center no-repeat;
}

.navsj li i {
    position: absolute;
    right: 13%;
    top: 0;
    z-index: 1;
    width: 20px;
    height: 60px;
    display: block;
    cursor: pointer;
    background: url('../images/nav-jtd1.png') center no-repeat;
    background-size: 16px;
}
.navsj li.on i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navsj,
.navsj li i {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#close {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.navbtn {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 20;
    width: 100px;
    height: 100%;
    display: none;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.navbtn s {
    position: absolute;
    left: 25%;
    display: block;
    width: 50%;
    height: 4%;
    background-color: #333;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.navbtn > s:nth-child(1) {
    top: 35%;
}
.navbtn > s:nth-child(2) {
    top: 46%;
    width: 40%;
    transform: rotate(0deg) scale(1, 1);
}
.navbtn > s:nth-child(3) {
    top: 60%;
}
.navbtn.on s:nth-child(1) {
    top: 48%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.navbtn.on s:nth-child(2) {
    transform: rotate(-180deg) scale(0, 1);
}
.navbtn.on s:nth-child(3) {
    top: 48%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*新闻中心*/
.w1400 {
    max-width: 1400px;
    margin: 0px auto;
}
.home-tit {
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #000;
}
.home-news {
    padding: 60px 0;
    background-image: url(../images/newsa-bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*首页新闻切换
/* 本例子css */
.slideTxtBox {
    width: 100%;
}
.slideTxtBox .hd {
    margin: 40px 0;
    position: relative;
    height: 48px;
}
.slideTxtBox .hd ul {
    position: absolute;
    text-align: center;
    width: 100%;
}
.slideTxtBox .hd ul li {
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin: 0 15px;
    padding: 0 35px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    border-radius: 24px;
}
.slideTxtBox .hd ul li.on {
    background: #01599d;
    color: #fff;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow {
    position: absolute;
    right: 10px;
    top: 0;
}
.slideTxtBox .arrow a {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url('../images/arrow.png') 0 0 no-repeat;
}
.slideTxtBox .arrow .next {
    background-position: 0 -50px;
}
.slideTxtBox .arrow .prevStop {
    background-position: -60px 0;
}
.slideTxtBox .arrow .nextStop {
    background-position: -60px -50px;
}

.home-news-box {
    width: 100%;
}
.home-news-fl {
    float: left;
    width: 31.5%;
}
.home-news-fl-div {
    margin-right: 30px;
    background-color: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
.home-news-nr {
    padding: 30px;
    height: 135px;
}
.home-news-h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden; /*超出部分隐藏*/
    　　text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.home-news-p,
.home-news-more {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    color: #666;
    overflow: hidden;
}
.home-news-more {
    margin-top: 0px;
    display: block;
}
.home-news-more:hover {
    color: #01599d;
}
.home-news-bg {
    width: 100%;
    height: 220px;
}
.home-news-bg a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-news-center {
    float: left;
    width: 31.5%;
}
.home-news-center ul {
    margin-right: 30px;
}
.home-news-center ul li:first-child {
    background-image: url(../images/new-bg_03.jpg);
}
.home-news-center ul li:last-child {
    background-image: url(../images/new-bg1_03.jpg);
}
.home-news-center ul li {
    width: 100%;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-news-center ul li:first-child {
    margin-bottom: 30px;
}
.home-news-center-div {
    padding: 31px 30px;
}
.home-news-right {
    float: right;
    width: 36.6%;
    height: 414px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: solid 1px #eee;
    overflow: hidden;
}
.home-news-right ul {
    padding: 30px;
}

.home-news-right-tit span {
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.home-news-right-tit h4 {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    margin-right: 20px;
}
.home-news-right ul li p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.home-news-right ul li:first-child {
    padding-top: 0;
}
.home-news-right ul li {
    padding: 13px 0;
    border-bottom: solid 1px #ddd;
}
.home-news-right ul li a:hover h4,
.home-news-right ul li a:hover p {
    color: #01599d;
}

.home-product {
    padding: 60px 0;
}
.home-product-box {
    margin-top: 40px;
}
.home-product-box ul li {
    width:33.33%;
    float: left;
    margin-bottom: 30px;
}
.home-product-box ul li:nth-child(3n) .pro-item {
    margin-right: 0px;
}
.pro-item {
    margin-right: 30px;
    position: relative;
    border: solid 1px #eee;
    overflow: hidden;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
.pro-item-a {
    width: 100%;
    height: 100%;
    display: block;
}

.pro-item-a {
    width: 100%;
    height: 100%;
    display: block;
}
.portfolio_sec .item {
    width: 100%;
    height: 348px;
}
.portfolio_sec .project_content {
    width: 100%;
    height: 348px;
    position: absolute;
    overflow: hidden;
}
.portfolio_sec .item .my_img,
.portfolio_sec .item .my__img {
    height: 348px;
    overflow: hidden;
    object-fit: contain;
}

.portfolio_sec .item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio_sec .item:hover img {
    transform: scale(1.3);
}
.display-table {
    padding: 20px;
}
.video-popup {
    display: block;
    border: solid 1px #fff;
}
.portfolio_sec .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pro_mark_03.png);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.portfolio_sec .item .pro-tit {
    background-image: url(../images/pro_mask.png);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 14px 20px;
    width: 439px;
}
.portfolio_sec .item .pro-tit h3 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.portfolio_sec .item .pro-tit p {
    font-size: 16px;
    color: #e2e7fc;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}
.portfolio_sec .item .info i {
    width: 30px;
    height: 30px;
}
.portfolio_sec .item .info i img {
    width: 30px;
    height: 30px;
}
.display-table-cell {
    padding: 20px;
}
.portfolio_sec .item:hover .info {
    opacity: 1;
}
.portfolio_sec .item:hover .pro-tit {
    opacity: 0;
    background-image: url(../imges/men-bg.png);
}
.portfolio_sec .item:hover .info h3,
.portfolio_sec .item:hover .info p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_sec .item .info h3 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;

    vertical-align: middle;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.portfolio_sec .item .info h3 p {
}
.portfolio_sec .item .info p {
    line-height: 30px;
    color: #e2e7fc;
    margin-bottom: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    margin-top: 6px;
    letter-spacing: 0.3px;
}
.display-table-cell {
    width: 439px;
    height: 268px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.display-table-cell a {
    display: block;
    vertical-align: middle;
}

.home-menu-fl {
    width: 50%;
    background-image: url(../images/about-bg_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
.home-menu-fl .home-menu-div {
    max-width: 614px;
    float: right;
    padding: 40px 86px 40px 0;
    text-align: center;
}
.home-menu-div h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.home-menu-div p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}
.home-menu-a {
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: solid 1px #fff;
    margin-top: 20px;
}
.home-menu-a:hover {
    background-color: #fff;
    color: #01599d;
}
.home-menu-fr {
    width: 50%;
    background-image: url(../images/zhuti-bg_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
.home-menu-fr .home-menu-div {
    max-width: 614px;
    float: left;
    padding: 40px 0px 40px 86px;
    text-align: center;
}
.home-copyright {
    background-color: #3b3c3f;
    padding: 40px 0;
}
.home-copyright-div {
    width: 90%;
    margin: 0 auto;
}
.home-copyright-fl {
    float: left;
}
.home-copyright-fl h3 {
    font-size: 20px;
    color: #fff;
}
.home-copyright-fl p {
    font-size: 16px;
    color: #a4a5a5;
    line-height: 36px;
}
.home-copyright-fl a:hover {
    text-decoration: underline;
}
.home-copyright-fr {
    float: right;
    margin-top: 10px;
}
.home-copyright-ewm {
    float: left;
    margin-left: 30px;
}
.home-copyright-ewm img {
    width: 98px;
    height: 98px;
}

/*内页banner*/
.inbanner {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}
.inbanner > img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.ibbg {
    -webkit-animation: pagebgfd 6s linear infinite alternate;
    animation: pagebgfd 6s linear infinite alternate;
}
.ibcatein {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1;
    color: #fff;
    text-align: center;
    margin-top: -62px;
}
.ibcatein .cn {
    font-size: 28px;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
}
.ibcatein .en {
    font-size: 34px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ibcatein .hx {
    width: 50px;
    height: 5px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.ibcatein .jux {
    width: 50%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(#01599d), to(#54e116));
    background-image: linear-gradient(to right, #01599d, #54e116);
    -webkit-animation: juxmove 2s linear 0s both infinite;
    animation: juxmove 2s linear 0s both infinite;
}
.ibcatein .jux.jux2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1222), to(#fdcb1e));
    background-image: linear-gradient(to right, #ff1222, #fdcb1e);
}
.ibcatein .fig {
    height: 17px;
    background: url('../images/zuan.png') center no-repeat;
    -webkit-animation: movt 4s linear 0s both infinite;
    animation: movt 4s linear 0s both infinite;
    margin: 20px 0 18px;
}

.outnavbg {
    width: 100%;
    height: 70px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #e6e6e6;
}
.outnav7 {
    height: 70px;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
    width: 40px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    display: none;
    background-position: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.outnav7 .nav-left {
    left: 0;
    background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
    right: 0;
    background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
    background-image: url('../images/lt3h.png');
    background-color: #01599d;
}
.outnav7 .nav-right:hover {
    background-image: url('../images/gt3h.png');
    background-color: #01599d;
}
.outnav7 #wrapper77 {
    width: 100%;
    height: 100%;
    position: relative;
}
.outnav7.on {
    padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
    display: block;
}
.nav7,
.nav8 {
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}
.nav7 li,
.nav8 li {

    display: inline-block;
    height: 100%;
    overflow: hidden;
    padding:0 20px;
}
.nav7.fen2 li,
.nav8.fen2 li {
    width: 50%;
}
.nav7.fen3 li,
.nav8.fen3 li {
    width: 33.3%;
}
.nav7.fen4 li,
.nav8.fen4 li {
    width: 25%;
}
.nav7.fen5 li,
.nav8.fen5 li {
    width: 20%;
}
.nav7 li a,
.nav8 li a {
    display: block;
    position: relative;
    color: #666;
    line-height: 70px;
    font-size: 16px;
}
.nav7 li a:before {
    content: '';
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 6px 7px;
    border-color: #01599d transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    font-size: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: -12px;
    z-index: 0;
    margin-left: -7px;
}
.nav7 li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 0;
    height: 2px;
    background-color: #01599d;
    margin-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav7 li.on a,
.nav7 li:hover a {
    color: #01599d;
}
.nav7 li.on a:after,
.nav7 li:hover a:after {
    width: 74px;
    margin-left: -37px;
}
.nav7 li.on a:before,
.nav7 li:hover a:before {
    top: 0;
}
.greybg {
    background-color: #f5f5f5;
}
.case-out {
    padding: 40px 0;
}
.newslist {
    padding: 0 0 40px;
    margin: 0 -14px;
    overflow: hidden;
}
.newslist li {
    float: left;
    width: 25%;
    margin-bottom: 40px;
}
.newslist li .lin {
    padding: 0 15px;
}
.newslist li a {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 38px 25px 40px;
}
.newslist .pic {
    width: 100%;
    height: 0;
    padding-bottom: 49.06%;
    margin: 14px 0 18px;
    overflow: hidden;
    position: relative;
}
.newslist img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.newslist li h3 {
    font-size: 18px;
    color: #222;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 10px;
}
.newslist li .txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.newslist li .date {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    height: 22px;
    font-family: 'arial';
}
.newslist li:hover a {
    background-color: #01599d;
}
.newslist li:hover h3 {
    color: #fff;
}
.newslist li:hover .date {
    color: #fff;
}
.newslist li:hover .txt {
    color: #fff;
}
.newslist h3,
.newslist .date,
.newslist .txt {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.cer {
    max-width: 1400px;
    margin: 0 auto;
}
.cer {
    padding: 0 2%;
}

.pic102 img,
.pic104 img,
.pic101 img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.poa,
.poa1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
/*翻页*/

div.pageList {
    padding: 0 0px;
    text-align: center;
}
div.pageList ul.l {
    display: none;
}
div.pageList ul li {
    font-size: 0;
    line-height: 36px;
    display: inline;
}

div.pageList ul li a {
    display: inline-block;
    line-height: 34px;
    background-color: #fff;
    padding: 0 14px;
    margin: 0 4px;
    height: 34px;
    color: #999;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

div.pageList ul li:hover a {
    border-color: #01599d;
    color: #01599d;
}
div.pageList .current {
    background-color: #01599d;
    border-color: #01599d;
    color: #fff;
    display: inline-block;
    line-height: 36px;

    padding: 0 14px;
    margin: 0 4px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


.dang-red div.pageList ul li:hover a {
    border-color: #d41e2d;
    color: #d41e2d;
}
.dang-red div.pageList ul li a.selected {
    border-color: transparent;
    color: #fff;
    background-image: linear-gradient(to right, #d10d1d, #d8810a);
}


/*产品*/
.caselist {
    padding: 0 0 30px;
    margin: 0 -15px;
    overflow: hidden;
}
.caselist li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}
.caselist li .lin {
    padding: 0 15px;
}
.caselist li a {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
.caselist .pic {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 66%;
}
.caselist img {
    -o-object-fit: cover;
    object-fit: cover;
}
.caselist li .wz {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.caselist li h3 {
    font-size: 16px;
    color: #333;
    line-height: 84px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.caselist li .info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 6px;
    background-color: #01599d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.caselist li i {
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 8px 8px;
    border-color: #01599d transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    font-size: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    bottom: -16px;
    z-index: 0;
    margin-left: -8px;
}
.caselist li:hover h3 {
    color: #fff;
    line-height: 70px;
}
.caselist li:hover .info {
    height: 100%;
}
.caselist li:hover i {
    bottom: 0;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

/*新闻详情*/
.atc {
    padding: 40px 70px 70px;
    background-color: #fff;
}
.atc-h {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    position: relative;
}
.atc-h h1 {
    font-size: 30px;
    color: #333;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.atc-date {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    text-align: center;
}
.atc-date span {
    display: inline-block;
    margin: 0 24px;
}
.atc-con {
    padding: 44px 0 44px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-align: justify;
}
.atc-con p {
    text-indent: 2.1em;
    margin-bottom: 15px;
}

.atc-con img,
.atc-con p img {
    max-width: 100%;
    margin-left: -2.1em;
}

.atc-pn {
    position: relative;
    padding-top: 26px;
    padding-right: 160px;
    border-top: 1px solid #ddd;
}
.atc-pn a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 10px;
}
.atc-pn a:hover {
    color: #2778be;
}
.atc-pn a label {
    display: inline-block;
    border: 1px solid #ccc;
    width: 98px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.atc-pn a:hover label {
    border-color: #2778be;
}
.atc-pn a.ret {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    background-color: #2778be;
    width: 110px;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-top: 0;
}
.atc-pn a.ret:hover {
    opacity: 0.8;
}
.pro-content {
    width: 70%;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
}
.pro-content .left {
    flex: 2;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}
.left .left-content {
    width: 100%;
}
.pro-content .left .left-content h2 {
    text-align: center;
    height: 58px;
    line-height: 58px;
    background: #17489d;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
}
.pro-content .left .left-content p {
    background-color: #e5e5e5;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}
.pro-content .right {
    flex: 8;
    margin-left: 20px;
}
.right .title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 32px;
}
.right img {
    width: 100%;
}
.right .title span {
    font-size: 18px;
    font-weight: 600;
    color: #dde3ed;
    margin: 0;
    padding: 0;
}
.right .content {
    width: 100%;
}
.w100 {
    width: 100%;
}
@media screen and (max-width: 1640px) {
    .newban .flex-control-paging {
        left: 5%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1300px) {
    .newban .flex-control-paging {
        bottom: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .newban {
        padding-bottom: 0;
        /* height: 500px; */
    }
}
@media screen and (max-width: 640px) {
    .head {
        height: 110px;
        line-height: 110px;
    }
    .newban {
    }
}
@media screen and (max-width: 750px) {
    .topsouout .topsou {
        width: 64%;
        padding-right: 16%;
    }
    .topsou input.anniu {
        width: 20%;
    }
}
@media screen and (max-width: 1780px) {
    .headin {
        position: relative;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1660px) {
    .nav {
        right: 40px;
    }
    .nav > li > a {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1380px) {
    .nav > li > a {
        padding: 0 8px;
    }
}
@media screen and (max-width: 1200px) {
    .nav > li > a {
        padding: 0 15px;
    }
    .nav > li:first-child {
        display: none;
    }
    .nav > li > a:before {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .nav > li > a {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1023px) {
    .navvtwo {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .navvtwo {
        top: 70px;
        max-height: calc(100% - 70px);
    }
}
@media screen and (max-height: 700px) {
    /* .head{ 
		height: 60px; 
		line-height: 60px;
	} */
    .navvtwo {
        top: 60px;
        max-height: calc(100% - 60px);
    }

    .navvtwo .inner {
        padding: 20px 30px;
    }
    .navvtwo dt a {
        line-height: 26px;
        height: 26px;
    }
    .navthree li {
        padding: 2px 0;
    }
    .newban {
    }
}
@media screen and (max-width: 1380px) {
    .slideTxtBox .hd {
        margin-top: 20px;
    }
    .slideTxtBox .hd ul li {
        font-size: 16px;
        margin: 0 10px;
        padding: 0 20px;
        line-height: 40px;
        height: 40px;
    }
    .slideTxtBox .hd {
        height: 40px;
    }
}
@media screen and (max-width: 1380px) {
    .home-news {
        padding: 30px 0;
    }
    .home-tit {
        font-size: 26px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1024px) {
    .navsjout {
        display: none;
    }
}
@media screen and (max-width: 1360px) {
    .nav {
        display: none;
    }
    .navbtn {
        display: block;
    }
    .navsjout {
        display: block;
    }
    .headright {
        right: 2%;
    }
}
@media screen and (max-width: 750px) {
    .navbtn {
        width: 50px;
    }
    .headright {
        right: 2%;
    }
}
@media screen and (max-width: 1400px) {
    .home-news-box {
        width: 98%;
        margin: 0px auto;
    }
    .home-news-nr {
        padding: 20px;
    }
    .home-news-center-div {
        padding: 28px 20px;
    }
    .home-news-center ul li:first-child {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .home-news-box {
        width: 96%;
        margin: 0px auto;
    }
    .home-news-fl {
        width: 54%;
    }
    .home-news-center {
        width: 46%;
        float: right;
    }
    .home-news-fl-div {
        margin-right: 20px;
    }
    .home-news-center ul {
        margin-right: 0;
    }
    .home-news-right {
        width: 100%;
        margin-top: 20px;
    }
    .home-news-right ul {
        padding: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .home-tit {
        font-size: 20px;
        line-height: 30px;
    }
    .home-news {
        padding: 20px 0;
    }
    .slideTxtBox .hd {
        margin: 10px 0;
    }
    .slideTxtBox .hd ul li {
        font-size: 16px;
        margin: 0 5px;
        padding: 0 14px;
        line-height: 30px;
        height: 30px;
    }
    .home-news-fl-div {
        margin-right: 10px;
    }
    .home-news-nr {
        padding: 10px;
    }
    .home-news-h4 {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }
    .home-news-p,
    .home-news-more {
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
    }
    .home-news-nr {
        height: auto;
    }
    .home-news-bg {
        height: 130px;
    }
    .home-news-center-div {
        padding: 10px 10px;
    }
    .home-news-center ul li:first-child {
        margin-bottom: 10px;
    }
    /* .head .logo {
        height: 70%;
    } */
    .newban .flex-direction-nav a {
        width: 40px;
        height: 40px;
    }
    .flexslider .slides .wrap > img {
        width: 160%;
        height: 160%;
        margin-left: -30%;
    }
    .newban .flex-control-paging {
        bottom: 20px;
    }
    .headshadow {
        height: 70px;
    }
}
@media screen and (max-width: 1080px) {
    .home-news-right {
        width: 100%;
        margin-top: 10px;
    }
    .home-news-right ul {
        padding: 10px;
    }
    .home-news-right-tit h4 {
        line-height: 30px;
        height: 30px;
    }
    .home-news-right-tit span {
        line-height: 30px;
        height: 30px;
    }
    .home-news-right ul li p {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
    .home-news-right ul li {
        padding: 6px 0;
    }
    .home-news-right {
        height: auto;
    }
}
@media screen and (max-width: 1200px) {
    .home-product-box {
        width: 96%;
        margin: 0px auto;
    }
    .home-product-box ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .home-product-box ul li:nth-child(3) .pro-item {
        margin-right: 20px;
    }
    .pro-item {
        margin-right: 20px;
    }
    .home-product-box ul li:nth-child(2n) .pro-item {
        margin-right: 0px;
    }
}
@media screen and (max-width: 1200px) {
    .home-product {
        padding: 20px 0;
    }
    .home-product .home-tit {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1380px) {
    .home-product {
        padding: 30px 0 0 0;
    }
    .home-product-box {
        width: 96%;
        margin: 30px auto 0 auto;
    }
    .home-product-box ul li {
        margin-bottom: 20px;
    }
    .pro-item {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .home-menu-fl .home-menu-div {
        padding: 40px 46px 40px 40px;
    }
    .home-menu-fr .home-menu-div {
        padding: 40px 40px 40px 46px;
    }
}
@media screen and (max-width: 1200px) {
    .home-menu-fl .home-menu-div {
        padding: 20px 46px 20px 40px;
    }
    .home-menu-fr .home-menu-div {
        padding: 20px 40px 20px 46px;
    }
    .portfolio_sec .item {
        height: 300px;
    }
}
@media screen and (max-width: 1080px) {
    .home-menu-div h3 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
    }
    .home-copyright-fl {
        float: none;
    }
    .home-menu-fl .home-menu-div {
        padding: 10px;
    }
    .home-menu-fr .home-menu-div {
        padding: 10px;
    }
    .home-menu-div p {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
    }
    .home-menu-a {
        margin-top: 10px;
        width: 80px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        border-radius: 16px;
    }
    .home-copyright {
        padding: 20px 0;
    }
    .home-copyright-div {
        width: 96%;
        margin: 0px auto;
    }
    .home-copyright-fl p {
        font-size: 14px;
        line-height: 24px;
    }
    .home-copyright-fr {
        float: none;
        margin-top: 10px;
    }
    .home-copyright-ewm {
        margin-right: 20px;
        margin-left: 0;
    }
    .home-copyright-ewm img {
        width: 70px;
        height: 70px;
    }
    .portfolio_sec .item {
        height: 110px;
    }
    .portfolio_sec .project_content {
        height: 110px;
    }
    .portfolio_sec .item .my_img,
    .portfolio_sec .item .my__img {
        height: 110px;
    }
    .home-product-box ul li:nth-child(3) .pro-item {
        margin-right: 10px;
    }
    .pro-item {
        margin-right: 10px;
    }
    .home-product .home-tit {
        margin-bottom: 0px;
    }
    .home-product-box {
        margin: 10px auto 0 auto;
    }
    .home-product {
        padding: 20px 0 10px 0;
    }
    .home-product-box ul li {
        margin-bottom: 10px;
    }
    .portfolio_sec .item .info {
    }
    .display-table {
        padding: 10px;
    }
    .display-table-cell {
        width: 100%;
        height: 86px;
        padding: 0px 10px;
    }
    .portfolio_sec .item .info h3 {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@media screen and (max-width: 1023px) {
    .inbanner {
        height: 180px;
    }
    .ibcatein {
        margin-top: -40px;
    }
    .ibcatein .cn {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }
    .ibcatein .en {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .ibcatein .hx {
        height: 2px;
    }
    .case-out {
        padding: 20px 0;
    }
}
@media screen and (max-width: 1440px) {
    .newslist li {
        width: 33.33%;
    }
}
@media screen and (max-width: 1200px) {
    .newslist {
        margin: 0 -15px;
    }
    .newslist li {
        margin-bottom: 30px;
    }
    .newslist li .lin {
        padding: 0 15px;
    }
}
@media screen and (max-width: 960px) {
    .newslist li {
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    .newslist {
        padding: 0 0 10px;
    }
}
@media screen and (max-width: 640px) {
    .newslist li {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .case-out {
        padding: 20px 0;
    }
    .newslist li {
        margin-bottom: 10px;
    }
    .newslist li a {
        display: block;
        position: relative;
        background-color: #fff;
        padding: 14px;
    }
    .newslist li h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .outnavbg {
        height: 50px;
    }
    .outnav7 {
        height: 50px;
    }
    .nav7 li a,
    .nav8 li a {
        line-height: 50px;
    }
    .newslist .pic {
        margin: 5px 0;
    }
    .newslist {
        margin: 0px;
    }
    .newslist li .lin {
        padding: 0px;
    }
}
@media screen and (max-width: 1200px) {
    .caselist li {
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    .leiout {
        margin-bottom: 50px;
    }
    .leiout a {
        padding: 0 24px;
    }
}
@media screen and (max-width: 640px) {
    .caselist li {
        width: 50%;
    }
}
@media screen and (max-width: 1023px) {
    .caselist {
        padding-bottom: 10px;
        margin: 0px;
    }
    .caselist li {
        margin-bottom: 10px;
    }
    .caselist li h3 {
        height: 40px;
        line-height: 44px;
        font-size: 14px;
    }
    .caselist li:hover h3 {
        color: #fff;
        line-height: 44px;
    }
    .caselist li .lin {
        padding: 0 8px;
    }
    .caselist li .wz {
        width: 100%;
        height: 40px;
    }
    .caselist li .info {
        height: 3px;
    }
}
@media screen and (max-width: 1023px) {
    .greybgnews {
        padding: 60px 0 80px;
        background-color: #fff;
    }
    .atc {
        padding: 0 30px;
    }
}
@media screen and (max-width: 960px) {
    .atc-con {
        padding-bottom: 60px;
    }
    .atc-date span {
        margin: 0 12px;
    }
}
@media screen and (max-width: 1080px) {
    .atc {
        padding: 14px 10px 0 10px;
    }
    .atc-h h1 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 30px;
    }
    .atc-date {
        font-size: 14px;
        line-height: 30px;
    }
    .atc-h {
        padding-bottom: 6px;
    }
    .atc-con {
        padding: 10px 0 10px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .atc-con p {
        margin-bottom: 10px;
    }
    .atc-pn {
        padding-top: 10px;
    }
    .atc-date span.atc-brow {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .atc-pn {
        display: none;
        /* padding-right: 0;
	  padding-top: 10px; */
    }
    .atc-pn a.ret {
        position: static;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        display: block;
        margin: 20px auto 0;
        font-size: 16px;
    }
}

/** 小于1360  大于750 适配样式 */
@media screen and (max-width: 1360px) and (min-width: 750px) {
    .head {
        height: 110px;
        line-height: 110px;
    }
    .headshadow {
        height: 110px;
        line-height: 110px;
    }
    .head > .headin {
        justify-content: start;
    }
    .headright {
        flex: 1;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .head .logo {
        flex: none;
        margin-right: 0;
    }
    .navbtn {
        width: 75px;
    }
    .navsj {
        top: 110px;
    }
    .pro-content .left {
        display: none;
    }
    .pro-content .right .title {
        text-align: center;
    }
}

/** 小于750 适配样式 */
@media screen and (max-width: 749px) {
    .head {
        height: 80px;
        line-height: 80px;
    }
    .headshadow {
        height: 80px;
        line-height: 80px;
    }
    .head .logo {
        margin-right: 60px;
    }
    .navsj {
        top: 80px;
    }
    .pro-content .left {
        display: none;
    }
    .pro-content .right .title {
        text-align: center;
    }
    .head .logo img{
        width: 100%;
    }
}
