@charset "utf-8";

/*CSS Document*/
/* ==========================================================================================================================
										全局默认样式
========================================================================================================================== */
body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #363636;
    line-height: 1.6;
}

*,
html,
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul,
li,
dd,
dl,
dt,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

em,
i {
    font-style: normal;
}

hr {
    color: #eee;
    background: #eee;
}

a {
    color: #363636;
    text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
    color: #1d4277;
    text-decoration: none !important;
}

li,
a,
p,
span,
em.i,
div {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
li,
body,
form,
input,
button,
img,
cite,
strong,
em,
table,
td,
th {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: none;
    -webkit-text-fill-color: #825e4c;
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

select:focus,
textarea:focus,
input:focus,
.form-control:focus,
.form-control,
button,
button:focus,
video:focus,
button,
input,
optgroup,
option,
select,
textarea {
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    color: #825e4b;
    border: none;
    background-color: #fff;
    background-clip: padding-box;
}
/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
    color: #a3a3a3;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    width: 180px;
    height: 46px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    border: 1px solid #d2d3d4;
    border-radius: 28px;
    justify-content: center;
    box-sizing: border-box;
    padding-left:20px;
}

.more::before {
    font-size: 26px;
    line-height: 36px;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: 38px;
    height: 38px;
    content: "";
    transition: all 0.56s;
    text-align: center;
    text-indent: 0;
    color: #fff;
    border-radius: 50%;
    background: #1d4277;
}

.more::after {
    font-size: 26px;
    line-height: 36px;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: 38px;
    height: 38px;
    content: "+";
    transition: all 0.56s;
    text-align: center;
    text-indent: 0;
    color: #fff;
    border-radius: 50%;
    background: transparent;
}

.more:hover {
    color: #fff !important;
    padding: 0;
    border: 1px solid #1d4277;
    background: transparent;
}

.more:hover::before {
    content: "";
    transform: scale(10);
}

.more:hover:after {
    color: #1d4277;
}

.more1 {
    color: #a3a3a3;
    font-size:16px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    width: 180px;
    height: 46px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    border: 1px solid #d2d3d4;
    border-radius: 28px;
    justify-content: center;
    box-sizing: border-box;
    padding-left:20px;
}

.more1::before {
    font-size: 26px;
    line-height: 36px;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: 38px;
    height: 38px;
    content: "";
    transition: all 0.56s;
    text-align: center;
    text-indent: 0;
    color: #fff;
    border-radius: 50%;
    background: #00a903;
}

.more1::after {
    font-size: 26px;
    line-height: 36px;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: 38px;
    height: 38px;
    content: "";
    background: url('../images/more1.png') no-repeat center left 10px /18px;
    transition: all 0.56s;
    text-align: center;
    text-indent: 0;
    color: #fff;
    border-radius: 50%;
}

.more1:hover {
    color: #fff !important;
    padding: 0;
    border: 1px solid #00a903;
    background: transparent;
}

.more1:hover::before {
    content: "";
    transform: scale(10);
}

.more1:hover:after {
    color: #00a903;
    background: url('../images/more2.png') no-repeat center left 10px /18px;
}



/*======================================
全局display:flex排列布局
========================================*/
.dflex {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}

/*从左至右*/
.dflex-lr {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

/*从右至左*/
.dflex-rl {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*从上至下*/
.dflex-tb {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*从下至上*/
.dflex-bt {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/*主轴居中*/
.dflex-pack-center {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*主轴居左*/
.dflex-pack-start {
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/*主轴居右*/
.dflex-pack-end {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/*主轴左右不留白*/
.dflex-pack-between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*主轴左右留白*/
.dflex-pack-around {
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/*交叉轴居中对齐*/
.dflex-align-center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

/*交叉轴居左对齐*/
.dflex-align-start {
    -webkit-box-align: start;
    -moz-align-items: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

/*交叉轴居右对齐*/
.dflex-align-end {
    -webkit-box-align: end;
    -moz-align-items: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/**指定子元素居中对齐**/
.self-align-center {
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}

/**指定子元素顶部对齐**/
.self-align-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
}

/**指定子元素底部对齐**/
.self-align-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
}

/**指定子元素拉伸**/
.self-align-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
}

/*--换行--*/
.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*--不换行--*/
.nwrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*允许子元素伸展（1倍）*/
.flex {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    /*如果值是2 那么当前元素就是其他元素宽的2倍了*/
}

/*允许子元素收缩(1倍)*/
.shrink {
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

/**水平居中*/
.dflex-center-center {
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-align: center;
    -moz-box-pack: center;
    text-align: center;
}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis-1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.ellipsis-5 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.ellipsis-6 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
}

.ellipsis-7 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 7;
}

.ellipsis-8 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
}
/*============================================================================================================================
	侧栏样式
/*============================================================================================================================*/
.sider_box{
	border-bottom: 4px solid #e4e4e4;
	height: 110px;
}
.sider_box ul{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 106px;
}
.sider_box ul li{
	padding: 0 25px;
}
.sider_box ul li a{
	font-size: 25px;
	color: #2E2E2E;
	border-bottom: 4px solid transparent;
	position: relative;
	overflow: initial;
}
.sider_box ul li a::after{
	content: '';
	position: absolute;
	background: url(../images/sider-active.png) no-repeat;
	width: 20px;
	height: 20px;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.sider_box ul li a::before{
	content: '';
    position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #1D4277;
	border-radius: 50%;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
	opacity: 0;
}
.sider_box ul li.active a{
	border-bottom: 4px solid #1D4277;
	font-weight: bold;
}
.sider_box ul li.active a::after,
.sider_box ul li.active a::before{
	opacity: 1;
}
/*============================================================================================================================
动画过渡样式
/*============================================================================================================================*/
.transition {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/* ============================================================================================================================
css3动画
===============================================================================================================================*/
@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(4px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-4px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(4px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-4px);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.animate-bounce-up {
    position: absolute;
    top: -20px;
    right: -25px;
    -webkit-animation: bounce-up 1.6s linear infinite;
    animation: bounce-up 1.6s linear infinite;
    display: block;
}

.btn:focus {
    outline: none !important;
}

::-webkit-scrollbar {
    background-color: #f1f1f1;
    display: block;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}


/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
    width: 100%;
    max-width: 1400px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

/* ==========================================================================================================================
										翻页
========================================================================================================================== */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #1d4277!important;
  border-color: #1d4277!important;
  color: #fff;
}
.pagination > li.active span{
	border: 1px solid #ccc;
}
.pagination > li{
	padding-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
  margin-left: -1px;
  font-family: "microsoft yahei";
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin: 50px 0 20px;
}

/* ==========================================================================================================================
										header 头部
========================================================================================================================== */
.header_box {
    position: relative;
    height: 140px;
    z-index: 999;
}
.header_main {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

/*--顶部--*/
.header {
    font-size: 18px;
}
.header {
    background: #fff;
    position: relative;
    width: 100%;
    height: 92px;
    left: 0;
    top: 0;
}
.header a:hover {
    color: #2E2E2E;
}
.header .left {
    padding: 18px 0 18px;
}
.header strong {
    color: #1d4277;
}
.header .left p:first-child strong {
    color: #00a903;
}
.header .right {
    padding: 20px 0 0px 65px;
    background: url(../images/tel.png) left top 10px no-repeat;
    background-size: 60px;
    margin-right: -10px;
}
.header .right li {
    padding: 0 15px;
	position: relative;
}
.header .right li:last-child {
    background: url(../images/ge.png) right center no-repeat;
}
.header .right strong {
    font-size: 22px;
    color: #00a903;
}
.header .right li span{
	width: 55px;
	height: 35px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.header .right li span img{
	max-width: 100%;
}
.header .right li::after{
	content: '';
	
}

/*--顶部logo--*/
.header .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 15px auto 0;
    width:210px;
    z-index: 9999;
}
.header .logo>div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.header .logo .ab{
    position: absolute;
    left: -12px;
    right: 0;
    bottom: 8px;
    margin: 0 auto;
    z-index: 2;
    width: 108px;
}

/* nav_box */
.nav_box {
    position: relative;
    z-index: 999;
    background-color: #ffffff;
    border-top: 2px solid #eee;
    clear: both;
}

.nav_box .container {
    max-width: 1400px;
}

.nav_box .nav_tel {
    display: none;
    color: #1d4277;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
}
.nav_box .nav {
    width: 105%;
    height: 48px;
    box-sizing: border-box;
    margin-left: -3.5%;
}
.nav_box .nav .navli {
    position: relative ;
    float: left;
    width: 10%;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
}
.nav_box .nav .navlia {
    position: relative;
}
.nav_box .nav .navli:nth-child(5) {
    margin-left:19.5%;
    border-left: none;
}
.nav_box .nav li a span {
    font-size: 16px;
    color: #343232;
}
.nav_box .nav li a dd {
    width: 22px;
    height: 22px;
    margin-right: 2px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.nav_box .nav li a dd,
.nav_box .nav li a span {
    display: inline-block;
    vertical-align: middle;
}

/*--经过--*/
.nav_box .nav li:hover .navlia span {
    color: #00a903;
}
.nav_box .nav li:hover a dd {
    background-position: 0px -22px !important;
}

/* .nav_box .nav .navli:nth-child(7) .navsub ul{
    text-align: right;
    padding: 0 15px;
    max-width: 1400px;
} */

/*--导航子类样式-*/
.nav_box .nav .navsub {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    width: calc(100% + 20px);
    z-index: 2;
    display: none;
}
.nav_box .nav .navsub .navbg{
    background:rgba(0, 0, 0, 0.5);
}
.nav_box .nav .navsub ul{
    text-align: center;
/*    height: 40px;
    line-height: 40px; */
}
.nav_box .nav .navsub a{
    color: #ffffff;
}
.nav_box .nav .navsub li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all .4s ease;
    margin: 0 -1px;
    text-align: center;
}
.nav_box .nav .navsub .nav-item-tit::before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(255,255,255,.25);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.nav_box .nav .navsub li:hover .nav-item-tit::before{
    border-top: 3px solid rgba(255,255,255,1);
}
.nav_box .nav .navsub li:hover{
    background:#1d4277;
}
.nav_box .nav .navsub li dl{
    left:0;
    width:200px;
    border-top: 1px solid rgba(255,255,255,.05);
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top:40px;
    background:#1d4277;
    opacity: 0;
}
.nav_box .nav .navsub li:hover dl{
    visibility: visible;
    opacity:1;
}
.nav_box .nav .navsub li dl li:hover{
    background:#00a903;
}
.nav_box .nav .navsub li dl a::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 5px;
    background: url(../images/arrow3.png) no-repeat center/100% auto;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: .3;
}

/*--滑动顶部样式--*/
.header_fixed {
    height: 41px;
    background-color: #f9f9f9;
}

.header_fixed .header {
    display: none;

}
.header_fixed .nav_box .nav {
    border: 0;
    width: 103.5%;
}
.header_fixed .nav_box .nav .navli:nth-child(5) {
    margin: 0;
}
.header_fixed .nav_tel {
    display: block;
    float: right;
    padding-left: 2%;
    line-height: 48px;
    background: url(../images/icon-tel.png) no-repeat center left;
    background-size: 22px;
}
@media (max-width:1440px) {
    .nav_box .nav li a span {
        font-size: 14px;
    }
    .header_fixed .nav_tel {
        font-size: 20px;
    }
}

/* ==========================================================================================================================
										外贸站样式
========================================================================================================================== */
.language-box{
    width:150px;
    height: 40px;
    position: absolute;
    right:15px;
    bottom: -100px;
    padding-left:50px;
    background: url(../images/en1.png) no-repeat left 15px center/28px;
    background-color: rgba(255,255,255,.7);
	opacity: 0;
}
.language-box a{
    line-height: 40px;
    color: #1d4277;
}
.language-boxs{
    bottom: -88px;
    background: url(../images/en.png) no-repeat left 10px center/28px;
    background-color: rgba(29, 66, 119);
	opacity: 1;
}
.language-boxs a{
    color: #ffffff;
}

/* ==========================================================================================================================
										footer 底部
========================================================================================================================== */
.footer {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background: #ffffff;
	border-top: 3px solid #1D4277;
}
.footer_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;
}
.footer_box .footer_nav{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-width: 55%;
}
.footer_box .footer_nav ul {
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
    max-width: 130px;
}
.footer_box .footer_nav ul h2 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: normal;
    position: relative;
}
.footer_box .footer_nav ul h2 a {
    color: #2e2e2e;
	font-weight: bold;
	font-size: 16px;
}
.footer_box .footer_nav ul ol {
    padding: 0;
}
.footer_box .footer_nav ul ol li {
    list-style: none;
    line-height: 35px;
    height: 35px;
}
.footer_box .footer_nav ul ol li a {
    font-size: 14px;
    color: #a3a3a3;
}
.footer_box .footer_code{
	overflow: hidden;
	width: 15%;
}
.footer_box .footer_code ul li{
	width: 49%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	text-align: center;
	font-size: 14px;
	color: #2e2e2e;
}
.footer_box .footer_code ul li img{
	width: 100%;
	display: block;
}
.footer_box .footer_code ul li:last-child{
	margin-right: 0;
}
.footer_box .footer_contact{
	overflow: hidden;
	width: 20%;
}
.footer_box .footer_contact li{
	color: #2e2e2e;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 5px;
}
.footer_box .footer_contact li p{
	font-size: 16px;
	color: #a3a3a3;
}
.footer_box .footer_contact li span{
	font-size: 24px;
	font-weight: bold;
	color: #00a903;
	line-height: 1.2;
}
.footer_box .footer_contact li:first-child{
	background: url(../images/footer_tel.png) no-repeat center left;
	padding-left: 55px;
}

/*--友情链接--*/
.footer .footer_link {
    clear: both;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    color: #2e2e2e;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	display: none;
}
.footer .footer_link a {
    font-size: 16px;
    color: #2e2e2e;
    padding: 0 15px 0 0;
}

/* 版权 */
.footer .footer_copyright {
    overflow: hidden;
    padding: 14px 0;
    border-top: 1px solid #e8e8e8;
}
.footer .footer_copyright .footer_copyright_fl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    float: left;
}
.footer .footer_copyright .footer_copyright_fl p,
.footer .footer_copyright .footer_copyright_fl a {
    font-size: 16px;
    color: #a3a3a3;
    margin: 0;
}
.footer .footer_copyright .footer_copyright_fr {
    float: right;
}
.footer .footer_copyright .footer_copyright_fr a {
    color: #a3a3a3;
    font-size: 16px;
}
.footer .footer_copyright .footer_copyright_fr a .jzl{
	width: 30px;
	display: inline-block;
	vertical-align: top;
}


/* ==========================================================================================================================
										index 首页
========================================================================================================================== */

/* banner 海报 */
.banner_box {
    position: relative;
}
.banner_box,
.banner_box .banner_container,
.banner_box a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.banner_box .swiper-slide {
    position: relative;
}

.banner_box .swiper-slide a {
    position: relative;
    z-index: 1;
}

.banner_box img {
    width: 100%;
    display: block;
}
.banner_box .swiper-pagination-bullet {
    width:10px;
    height:10px;
    position: relative;
    margin: 5px !important;
    opacity: 1;
    background-color: #ffffff;
}
.banner_box .swiper-pagination-bullet-active {
    width:40px;
    border-radius: 5px;
    background-color: #1d4277;
}

.banner_box .banner_prev,
.banner_box .banner_next {
    position: absolute;
    width: 27px;
    height: 49px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;

}
.banner_box .banner_prev {
    left:0px;
    background: url(../images/b-left.png) no-repeat center;
    background-size: 100%;
}

.banner_box .banner_next {
    right:0px;
    background: url(../images/b-right.png) no-repeat center;
    background-size: 100%;
}
.banner_box:hover .banner_prev {
    left:40px;
}

.banner_box:hover .banner_next {
    right:40px;
}
.banner_box:hover .banner_prev,
.banner_box:hover .banner_next {
    opacity:0.5;
}
.banner_box .banner_prev:hover,
.banner_box .banner_next:hover{
    opacity:1;
}
.banner_box .banner_prev:focus,
.banner_box .banner_next:focus {
    outline: none;
}

/* ny-banner 内页海报 */
.page-banner {
    overflow: hidden;
    width: 100%;
}
.page-banner img {
    width: 100%;
    display: block;
}

/* crumb 面包屑 */
.crumb_box {
    overflow: hidden;
    padding: 17px 0;
	background: #f9f9f9;
}
.crumb_box ul li {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.crumb_box ul li a {
    font-size: 16px;
    color: #363636;
}
.crumb_box ul li:first-child i {
    color: #00a903;
    margin-right: 5px;
}
.crumb_box ul li:last-child a {
    color: #1d4277;
}


/* ==========================================================================================================================
										lists 列表
========================================================================================================================== */

/*  pro_list 产品模型 */
.guide_crumb{
	overflow: hidden;
	background: #f9f9f9;
	padding: 25px 30px;
	margin-top: 50px;
}
.guide_crumb .guide_crumb_box{
	overflow: hidden;
}
.guide_crumb .guide_crumb_box ul li{
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.guide_crumb .guide_crumb_box ul li a{
	font-size: 16px;
	color: #363636;
}
.guide_crumb .guide_crumb_box ul li:first-child i{
	color: #00a903;
	margin-right: 5px;
}
.guide_crumb .guide_crumb_box ul li:last-child a{
	color: #1d4277;
}
.guide_crumb .guide_crumb_cate{
	overflow: hidden;
} 
.guide_crumb .guide_crumb_cate h2{
	font-size: 25px;
	color: #1d4277;
	margin-top: 30px;
}
.guide_crumb .guide_crumb_cate ul{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
}
.guide_crumb .guide_crumb_cate ul:last-child{
	border-bottom: 0;
}
.guide_crumb .guide_crumb_cate ul li{
	overflow: hidden;
	float: left;
	border-radius: 25px;
	font-size: 18px;
	border: 1px solid #363636;
	padding: 0 15px;
	margin-right: 20px;
}
.guide_crumb .guide_crumb_cate ul li a{
	color: #363636;
}
.guide_crumb .guide_crumb_cate ul li.active{
	border: 1px solid #1D4277;
}
.guide_crumb .guide_crumb_cate ul li.active a{
	color: #1D4277;
}

.pro_list{
	overflow: hidden;
	padding: 50px 0;
}
.pro_list h2{
	font-size: 30px;
	color: #363636;
	font-weight: normal;
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 20px;
	position: relative;
	line-height: inherit;
}
.pro_list h2::after{
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background: #00A903;
	left: 0;
	bottom: -2px;
}
.pro_list .pro_list_main{
	overflow: hidden;
	margin-top: 40px;
}
.pro_list .pro_list_main li{
	overflow: hidden;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #a3a3a3;
}
.pro_list .pro_list_main li:nth-child(3n){
	margin-right: 0;
}
.pro_list .pro_list_main li dt{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 80%;
}
.pro_list .pro_list_main li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.pro_list .pro_list_main li dd{
	overflow: hidden;
	background: #f9f9f9;
	padding: 25px 20px;
}
.pro_list .pro_list_main li dd h3{
	font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
.pro_list .pro_list_main li dd h3::after{
	content: '';
	position: absolute;
	width: 4px;
	height: 18px;
	background: #1D4277;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
}
.pro_list .pro_list_main li dd p{
	font-size: 16px;
	color: #888888;
	height: 50px;
}
.pro_list .pro_list_main li:hover{
	border: 1px solid #1D4277;
}
.pro_list .pro_list_main li:hover img{
	transform: scale(1.05);
}
.pro_list .pro_list_main li:hover h3{
	color: #1D4277;
}
.pro_list .pro_list_main li:hover p{
	color: #1D4277;
}

/* list_article 文章模型 */

.list_article{
	overflow: hidden;
	padding: 45px 0 55px;
}
.list_article .list_article_main{
	overflow: hidden;
	margin-bottom: -2%;
}
.list_article_main ul li{
	width: 32%;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #e5e5e5;
}
.list_article_main ul li:nth-child(3n){
	margin-right: 0;
}
.list_article_main ul li dt{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50%;
}
.list_article_main ul li dt img{
	width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.list_article_main ul li dd{
	overflow: hidden;
	padding: 25px;
}
.list_article_main ul li dd em{
	font-size: 18px;
	color: #a3a3a3;
}
.list_article_main ul li dd h3{
	font-size: 25px;
	color: #2e2e2e;
	font-weight: normal;
	line-height: 1.4;
	margin: 15px 0;
	height: 70px;
}
.list_article_main ul li dd p{
	font-size: 16px;
	color: #a3a3a3;
	height: 50px;
}
.list_article_main ul li:hover dt img{
	transform: scale(1.05);
}
.list_article_main ul li:hover dd h3{
	color: #1D4277;
}

/* list_equi 生产设备 */
.list_equi{
	overflow: hidden;
	padding: 50px 0;
}
.list_equi .list_equi_main{
	overflow: hidden;
	margin-bottom: -2%;
}
.list_equi_main ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
}
.list_equi_main ul li:nth-child(3n){
	margin-right: 0;
}
.list_equi_main ul li dt{
	width: 100%;
	overflow: hidden;
}
.list_equi_main ul li dt img{
	width: 100%;
	display: block;
}
.list_equi_main ul li dd{
	overflow: hidden;
	background: #e4e4e4;
	padding: 10px;
	text-align: center;
}
.list_equi_main ul li dd h3{
	font-size: 18px;
	color: #2e2e2e;
	text-align: center;
	font-weight: normal;
}
.list_equi_main ul li:hover dt img{
	transform: scale(1.05);
}
.list_equi_main ul li:hover dd{
	background: #1D4277;
}
.list_equi_main ul li:hover dd h3{
	color: #fff;
}

/* list_honor 荣誉资质 */
.list_honor{
	overflow: hidden;
	padding: 50px 0;
}
.list_honor .list_honor_main{
	overflow: hidden;
	margin-bottom: -2%;
}
.list_honor_main ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 2px solid #e4e4e4;
}
.list_honor_main ul li:nth-child(3n){
	margin-right: 0;
}
.list_honor_main ul li dt{
	width: 100%;
	overflow: hidden;
	padding: 25px 52px;
}
.list_honor_main ul li dt img{
	width: 100%;
	display: block;
}
.list_honor_main ul li dd{
	overflow: hidden;
	background: #e4e4e4;
	padding: 10px;
	text-align: center;
}
.list_honor_main ul li dd h3{
	font-size: 18px;
	color: #2e2e2e;
	text-align: center;
	font-weight: normal;
}
.list_honor_main ul li:hover dt img{
	transform: scale(1.05);
}
.list_honor_main ul li:hover dd{
	background: #1D4277;
}
.list_honor_main ul li:hover dd h3{
	color: #fff;
}

/* list_custom 一站式定制 */
.list_custom{
	padding: 40px 0;
	overflow: hidden;
}
.list_custom .list_custom_main{
	margin-bottom: -40px;
	overflow: hidden;
    padding: 10px;
    width: 102%;
}
.list_custom ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 40px;
	height: 402px;
}
.list_custom ul li:nth-child(2n){
	flex-flow: row-reverse;
}	
.list_custom ul li dt{
	width: 70%;
	overflow: hidden;
}
.list_custom ul li:hover dt img{
	transform: scale(1.05);
}
.list_custom ul li dd{
    overflow: hidden;
    height: 100%;
    width: 30%;
    box-shadow: 0px 0 10px 0px rgba(0,0,0,0.2);
    padding: 65px 40px;
}
.list_custom ul li dd span{
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
} 
.list_custom ul li dd h3{
	font-size: 35px;
	color: #00a903;
	margin: 15px 0;
}
.list_custom ul li dd em{
	width: 55px;
	height: 4px;
	display: block;
	background: #00A903;
}
.list_custom ul li dd p{
	font-size: 20px;
	margin-top: 15px;
	color: #2E2E2E;
}

/* lists_adv 服务优势 */	
.list_service{
	overflow: hidden;
	padding: 50px 0;
}
.list_service .list_service_main{
	overflow: hidden;
	margin-bottom: -2%;
}
.list_service ul li{
    height: 486px;
    background: #F9F9F9;
    border-radius: 30px;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;	
	padding: 50px 40px;
}
.list_service ul li:nth-child(3n){
	margin-right: 0;
}
.list_service ul li h3{
	font-size: 30px;
	color: #2E2E2E;
	text-align: center;
}
.list_service ul li p{
    font-size: 20px;
    color: #2E2E2E;
}
.list_service ul li span{
	width: 360px;
	height: 185px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 20px;
    position: absolute;
    bottom: 50px;
}
.list_service ul li span img{
	width: 100%;
	display: block;
}
.list_service ul li:hover h3{
	color: #00A903;
}
.list_service ul li:hover span img{
	transform: scale(1.05);
}
/* list_team 科技团队 */
.list_team{
	overflow: hidden;
	padding: 50px 0;
}
.list_team .list_team_main{
	overflow: hidden;
	margin-bottom: -2%;
}
.list_team_main ul li{
	width: 49%;
	float: left;
	overflow: hidden;
	border-radius: 0 92px 0 0;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 20px 20px 20px 30px;
	position: relative;
}
.list_team_main ul li:nth-child(2n){
	margin-right: 0;
}
.list_team_main ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_team_main ul li dt{
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 50%;
}
.list_team_main ul li:hover dt img{
	transform: scale(1.05);
}
.list_team_main ul li dd{
	overflow: hidden;
	margin-left: 30px;
	flex: 1;
}
.list_team_main ul li dd h3{
	font-size: 30px;
	color: #1D4277;
}
.list_team_main ul li dd h3 i{
	font-size: 18px;
	color: #2e2e2e;
	font-weight: normal;
}
.list_team_main ul li dd h4{
    font-size: 20px;
    color: #2E2E2E;
    font-weight: normal;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}	
.list_team_main ul li dd p{
	font-size: 16px;
	color: #a3a3a3;
}
.list_team_main ul li span{
	position: absolute;
    bottom: 10px;
    right: 25px;
	font-size: 24px;
	color: #fff;
	opacity: 0;
}
.list_team_main ul li:hover{
	background: #1D4277 url(../images/team-bg.png) no-repeat right 10px bottom 30px;
} 
.list_team_main ul li:hover dd h3,
.list_team_main ul li:hover dd h4,
.list_team_main ul li:hover dd p{
	color: #fff;
}
.list_team_main ul li:hover dd h3 i{
	color: #fff;
}
.list_team_main ul li:hover dd h4{
	border-bottom: 1px solid #fff;
}
.list_team_main ul li:hover span{
	opacity: 1;
}

/* lists_case 应用案例 */
.list_case{
	overflow: hidden;
	padding: 40px 0;
}
.list_case .cate_box{
	overflow: hidden;
}
.list_case .cate_box h2{
	font-size: 25px;
	color: #1d4277;
	margin-bottom: 25px;
}
.list_case .cate_box ul li{
	overflow: hidden;
	float: left;
	border-radius: 25px;
	font-size: 18px;
	border: 1px solid #363636;
	padding: 0 15px;
	margin-right: 20px;
}
.list_case .cate_box ul li a {
    color: #363636;
}
.list_case .cate_box ul li.active{
	border: 1px solid #1D4277;
}
.list_case .cate_box ul li.active a{
	color: #1D4277;
}
.list_case .list_case_main{
	overflow: hidden;
	margin-bottom: -2%;
	margin-top: 45px;
}
.list_case .list_case_main ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
}
.list_case .list_case_main ul li:nth-child(3n){
	margin-right: 0;
}
.list_case .list_case_main ul li dt{
	width: 100%;
	display: block;
	overflow: hidden;
}
.list_case .list_case_main ul li dd{
	overflow: hidden;
	padding-top: 20px;
}
.list_case .list_case_main ul li dd h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.list_case .list_case_main ul li dd span{
    font-size: 16px;
    border-bottom: 1px solid transparent;
    color: #737373;
}
.list_case .list_case_main ul li:hover span{
	color: #00A903;
	border-bottom: 1px solid #00A903;
}
.list_case .list_case_main ul li:hover dt img{
	transform: scale(1.05);
}


/* ==========================================================================================================================
										detail 详情
========================================================================================================================== */
/* 图文详情 */
.detail_multi{
	overflow: hidden;
	padding: 45px 0;
}
.detail_multi .detail_multi_main{
    overflow: hidden;
    width: 100%;
    float: left;
    margin-right: 2%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 5px;
}
.detail_multi .detail_multi_main ._title {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.detail_multi .detail_multi_main ._title ._title_top {
    overflow: hidden;
}
.detail_multi .detail_multi_main ._title ._title_top p{
    font-size: 14px;
    color: #2E2E2E;
    float: left;
}
.detail_multi .detail_multi_main ._title h2 {
    font-size: 24px;
    font-weight: normal;
    color: #2E2E2E;
    clear: both;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}
.detail_multi .detail_multi_main ._content {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    min-height: 300px;
}
.detail_multi .detail_multi_main .return{
    overflow: hidden;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}
.detail_multi .detail_multi_main .return a{
    font-size: 16px;
    color: #333;
}

/* 文章详情 */

.detail_article{
	overflow: hidden;
	padding: 45px 0;
}
.detail_article .detail_article_main{
    overflow: hidden;
    width: 73%;
    float: left;
    margin-right: 2%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 5px;
}
.detail_article .detail_article_main ._title {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.detail_article .detail_article_main ._title ._title_top {
    overflow: hidden;
}
.detail_article .detail_article_main ._title ._title_top p{
    font-size: 14px;
    color: #2E2E2E;
    float: left;
}
.detail_article .detail_article_main ._title h2 {
    font-size: 24px;
    font-weight: normal;
    color: #2E2E2E;
    clear: both;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}
.detail_article .detail_article_main ._content {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    min-height: 300px;
}
.detail_article .detail_article_main .return{
    overflow: hidden;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}
.detail_article .detail_article_main .return a{
    font-size: 16px;
    color: #333;
}
.detail_article .recommend-mian{
    overflow: hidden;
    width: 25%;
    float: right;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 30px;
}
.detail_article .recommend-mian h3{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.detail_article .recommend-mian ul{
    overflow: hidden;
}
.detail_article .recommend-mian ul li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #2E2E2E;
    height: 35px;
    line-height: 35px;
}






/* product 产品详情 */
.detail_pro{
	overflow: hidden;
	padding-top: 50px;
}
.detail_pro .detail_pro_thumb{
    position: relative;
    display: flex;
	overflow: hidden;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail_pro .detail_pro_pic{
    position: relative;
    overflow: hidden;
	width: 52%;
}
.detail_pro .detail_pro_pic .detail_pro_top{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.detail_pro .detail_pro_pic .detail_pro_top ul li{
	overflow: hidden;
	text-align: center;
}
.detail_pro .detail_pro_pic .detail_pro_top ul li dd{
	width: 100%;
	height: 495px;
	margin: auto;
	display: inline-block;
	background-color: #f5f5f5;
}
.detail_pro .detail_pro_pic .detail_pro_top ul li img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_pro .detail_pro_text{
	overflow: hidden;
	width: 42%;
	position: relative;
	color: #222222;
	line-height: 2;
	background: url(../images/pro_bg.png) no-repeat top;
}
.detail_pro .detail_pro_text h2{
	font-size: 25px;
	color: #1D4277;
	line-height: initial;
}
.detail_pro .detail_pro_text h3{
	font-size: 16px;
	color: #a3a3a3;
	font-weight: normal;
	line-height: initial;
}
.detail_pro .detail_pro_text ul{
	overflow: hidden;
	border-top: 1px dashed #b1b8bb;
	border-bottom: 1px dashed #b1b8bb;
	padding: 15px 0;
	margin: 15px 0;
}
.detail_pro .detail_pro_text ul li{
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 10px;
}
.detail_pro .detail_pro_text ul li:last-child{
	margin-bottom: 0;
}
.detail_pro .detail_pro_text span{
	display: block;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 1.2;
	background: url(../images/pro_tel.png) no-repeat center left;
	padding-left: 40px;
}
.detail_pro .detail_pro_text span strong{
	color: #00A903;
	font-size: 35px;
    display: inline-block;
    vertical-align: sub;
}
.detail_pro .detail_pro_text a{
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    background: #00A903;
    border-radius: 30px;
    margin-top: 20px;
}
.detail_pro .detail_pro_text a i{
	font-size: 20px;
	margin-right: 5px;
}
.detail_pro .detail_pro_bottom{
	width: 100%;
	padding-top: 40px;
	overflow: hidden;
	clear: both;
	position: relative;
}
.detail_pro .detail_pro_bottom ul li{
	width: 100%;
	overflow: hidden;
	border: 1px solid transparent;
}
.detail_pro .detail_pro_bottom ul li.swiper-slide-thumb-active{
	border: 1px solid #1D4277;
}
.detail_pro .detail_pro_bottom ul li img{
	width: 100%;
	display: block;
}
.detail_pro .detail_pro_next,
.detail_pro .detail_pro_prev{
	width: 56px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}
.detail_pro .detail_pro_next{
	background: url(../images/adv-righth.png) no-repeat center;
	background-size: contain;
	right: 0;
}
.detail_pro .detail_pro_prev{
	background: url(../images/adv-lefth.png) no-repeat center;
	background-size: contain;
	left: 0;
}



.detail_pro .detail_pro_content{
	overflow: hidden;
	margin-top: 60px;
}
.detail_pro .detail_pro_content .title{
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #1D4277;
	margin-bottom: 35px;
}
.detail_pro .detail_pro_content .title::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #1D4277;
    bottom: -20px;
    left: 30px;
}
.detail_pro .detail_pro_content h2{
	font-size: 16px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #1D4277;
}
/* 定制流程 */
.detail_pro_process{
	overflow: hidden;
	padding-top: 45px;
}
.detail_pro_process ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
}
.detail_pro_process ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
	line-height: initial;
}
.detail_pro_process ._title h2 i{
	color: #00A903;
}
.detail_pro_process ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_pro_process .link span{
	display: block;
	margin: 0 10px;
}
.detail_pro_process .link em,
.detail_pro_process .link i{
	width: 100px;
	height: 1px;
	background: #a3a3a3;
}
.detail_pro_process ul{
	overflow: hidden;
	margin-bottom: -80px;
}
.detail_pro_process ul li{
	width: 16.66667%;
	float: left;
	position: relative;
	margin-bottom: 80px;
}
.detail_pro_process ul li::before{
	content: '';
	position: absolute;
	width: 69px;
	height: 8px;
	background: url(../images/icon-cjt.png) center top no-repeat;
	left: 0%;
	top: 25%;
	transform: translate(-50%,-50%);
}
.detail_pro_process ul li:first-child::before,
.detail_pro_process ul li:nth-child(7)::before{
	display: none;
}
.detail_pro_process ul li:hover::before{
	background-position: 0px -8px !important;
}
.detail_pro_process ul li dt{
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	transform: rotateY(0deg);
	transition: transform 0.5s ease;
}
.detail_pro_process ul li:hover dt{
	background-position: 0px -50px !important;
	transform: rotateY(180deg);
}
.detail_pro_process ul li dd{
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	color: #2e2e2e;
	font-size: 18px;
}
.detail_pro_process ul li:hover dd{
	color: #00A903;
}

/* 业务范围 */
.detail_pro_scope{
	overflow: hidden;
	padding-top: 45px;
}
.detail_pro_scope ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.detail_pro_scope ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
	line-height: initial;
}
.detail_pro_scope ._title h2 i{
	color: #00A903;
}
.detail_pro_scope ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_pro_scope .link span{
	display: block;
	margin: 0 10px;
}
.detail_pro_scope .link em,
.detail_pro_scope .link i{
	width: 100px;
	height: 1px;
	background: #a3a3a3;
}
.detail_scope_list{
	overflow: hidden;
	background: url(../images/scope-bg.png) no-repeat;
	height: 975px;
	position: relative;
}
.detail_scope_list .detail_scope_center{
	width: 463px;
	height: 463px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	position: absolute;
}
.detail_scope_list span{
	width: 440px;
	height: 440px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.detail_scope_list span img{
	max-width: 100%;
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.detail_scope_list ul li{
	width: 180px;
	height: 180px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
}

.detail_scope_list ul li dt{
	width: 160px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	font-size: 16px;
	color: #2e2e2e;
}
.detail_scope_list ul li:hover{
	background: rgba(0,169,3,0.3);
}
.detail_scope_list ul li:hover dt{
	background: #00A903;
	color: #fff;
}
.detail_scope_list ul li:nth-child(1){
    top: 5%;
    left: 25%;
}
.detail_scope_list ul li:nth-child(2){
    top: 5%;
    left: 45%;
}
.detail_scope_list ul li:nth-child(3){
    top: 5%;
    left: 65%;
}
.detail_scope_list ul li:nth-child(4){
	top: 45%;
    left: 25%;
}
.detail_scope_list ul li:nth-child(5){
	top: 45%;
    left: 65%;
}
.detail_scope_list ul li:nth-child(6){
	bottom: 5%;
    left: 25%;
}
.detail_scope_list ul li:nth-child(7){
	bottom: 5%;
    left: 45%;
}
.detail_scope_list ul li:nth-child(8){
	bottom: 5%;
    left: 65%;
}

/* 8大优势 */
.detail_pro_adv{
	overflow: hidden;
	padding-top: 45px;
}
.detail_pro_adv ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.detail_pro_adv ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
	line-height: initial;
}
.detail_pro_adv ._title h2 i{
	color: #00A903;
}
.detail_pro_adv ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_pro_adv .link span{
	display: block;
	margin: 0 10px;
}
.detail_pro_adv .link em,
.detail_pro_adv .link i{
	width: 100px;
	height: 1px;
	background: #a3a3a3;
}
.detail_pro_adv ul{
	overflow: hidden;
	margin-bottom: -1.3333%;
}
.detail_pro_adv ul li{
    overflow: hidden;
    background: #f5f5f5;
    height: 220px;
	text-align: center;
    float: left;
    width: 24%;
    margin-right: 1.3333333%;
	margin-bottom: 1.33333%;
    padding: 80px 10px;
	position: relative;
	cursor: pointer;
}
.detail_pro_adv ul li:nth-child(4n){
	margin-right: 0;
}
.detail_pro_adv ul li h2{
	font-size: 25px;
	color: #2e2e2e;
}
.detail_pro_adv ul li p{
	font-size: 16px;
	color: #a3a3a3;
    text-transform: uppercase;
}
.detail_pro_adv ul li span{
	width: 60px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #00A903;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.detail_pro_adv ul li ._img{
	overflow: hidden;
	width: 38px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.detail_pro_adv ul li:hover{
	background: #1D4277 url(../images/advbg.png) no-repeat center;
}
.detail_pro_adv ul li:hover h2{
	color: #fff;
}
.detail_pro_adv ul li:hover p,
.detail_pro_adv ul li:hover ._img{
	display: none;
}

/* 一站式定制 */
.detail_pro_customize{
	overflow: hidden;
	padding-top: 45px;
}
.detail_pro_customize ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.detail_pro_customize ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
	line-height: initial;
}
.detail_pro_customize ._title h2 i{
	color: #00A903;
}
.detail_pro_customize ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_pro_customize .link span{
	display: block;
	margin: 0 10px;
	font-size: 16px;
	color: #a3a3a3;
}
.detail_pro_customize .link em,
.detail_pro_customize .link i{
	width: 100px;
	height: 1px;
	background: #a3a3a3;
}
.detail_pro_customize .detail_customize_list{
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.detail_pro_customize .detail_customize_fl{
	overflow: hidden;
	width: 450px;
	margin-right: 20px;
}
.detail_pro_customize .detail_customize_fl ul li{
	line-height: 100px;
	text-align: center;
	border-bottom: 1px dashed #a3a3a3;
	font-size: 25px;
	color: #2e2e2e;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.detail_pro_customize .detail_customize_fl ul li i{
	float: left;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	display: block;
	margin-right: 10px;
}
.detail_pro_customize .detail_customize_fl ul li.on::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	top: -1px;
	left: 0;
	background: #fff;
}
.detail_pro_customize .detail_customize_fl ul li.on{
	border-radius: 60px;
	background: #1D4277;
	color: #fff;
	border-bottom: none;
}
.detail_pro_customize .detail_customize_fl ul li.on i {
    background-color: #1d4277 !important;
    background-position: center -50px !important;
}
.detail_pro_customize .detail_customize_fr{
	overflow: hidden;
	width: 65.5%;
}
.detail_pro_customize .detail_customize_fr li,
.detail_pro_customize .detail_customize_fr li dt{
	width: 100%;
	overflow: hidden;
}
.detail_pro_customize .detail_customize_fr li dt img{
	width: 100%;
	height: 595px;
	display: block;
	object-fit: cover;
}
.detail_pro_customize .detail_customize_fr li dd{
	overflow: hidden;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail_pro_customize .detail_customize_fr li dd p{
	width: 100%;
	font-size: 18px;
	color: #2e2e2e;
}
.detail_pro_customize .detail_customize_fr li dd a{
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 30px;
	background: #00A903;
	color: #fff;
	font-size: 20px;
	display: block;
	margin-left: 15px;
}

/* 定制方案 */
.detail_pro_program{
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 50px;
}
.detail_pro_program ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.detail_pro_program ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
}
.detail_pro_program ._title h2 i{
	color: #00A903;
}
.detail_pro_program ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_pro_program .link span{
	display: block;
	margin: 0 10px;
	font-size: 16px;
	color: #a3a3a3;
}
.detail_pro_program .link em,
.detail_pro_program .link i{
	width: 100px;
	height: 1px;
	background: #a3a3a3;
}
.detail_pro_program ul{
	overflow: hidden;
	margin-bottom: -2%;
}
.detail_pro_program ul li{
	overflow: hidden;
	width: 32%;
	float: left;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2%;
}
.detail_pro_program ul li:nth-child(3n){
	margin-right: 0;
}
.detail_pro_program ul li dt{
	width: 100%;
	overflow: hidden;
}
.detail_pro_program ul li dt img{
	width: 100%;
	display: block;
}
.detail_pro_program ul li dd{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(29,66,119,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 12;
	opacity: 0;
}
.detail_pro_program ul li:hover dd{
	opacity: 1;
}


/* about 关于我们 */
.detail_about{
	padding-top: 40px;
	position: relative;
}
.detail_about .container{
	position: relative;
}
.detail_about .detail_about_fl{
	overflow: hidden;
	float: left;
	width: 45%;
	padding-top: 35px;
}
.detail_about .detail_about_fl ._title{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.detail_about .detail_about_fl ._title ._txt{
    overflow: hidden;
    background: url(../images/rectangle.png) no-repeat top;
    padding: 20px 30px 0 0;
}
.detail_about .detail_about_fl ._title ._txt h1{
	font-size: 35px;
	color: #2e2e2e;
	line-height: 1.2;
}
.detail_about .detail_about_fl ._title ._txt h1 i{
	color: #1D4277;
}
.detail_about .detail_about_fl ._title ._txt span{
	font-size: 18px;
	color: #2E2E2E;
	letter-spacing: 8px;
}
.detail_about .detail_about_fl ._title ._txt em{
	width: 76px;
	height: 6px;
	display: block;
	background: #1D4277;
	margin-top: 35px;
}
.detail_about .detail_about_fl ._title ._logo{
	overflow: hidden;
	margin-left: 35px;
	padding-top: 20px;
	width: 245px;
}
.detail_about .detail_about_fl ._title ._logo img{
	width: 100%;
	display: block;
}
.detail_about .detail_about_fl ._content{
	overflow: hidden;
	margin-top: 30px;
	font-size: 18px;
	color: #656565;
	letter-spacing: 5px;
}
.detail_about .detail_about_fl ._tel{
	display: block;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 1.2;
	background: url(../images/pro_tel.png) no-repeat center left;
	padding-left: 40px;
	margin-top: 30px;
}
.detail_about .detail_about_fl ._tel strong{
    color: #00A903;
    font-size: 35px;
    display: inline-block;
    vertical-align: sub;
}
.detail_about .detail_about_fl a{
	width: 180px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: block;
	background: #00A903;
	border-radius: 30px;
	margin-top: 20px;
}
.detail_about .detail_about_fl a i {
    font-size: 20px;
    margin-right: 5px;
}
.detail_about .detail_about_fr{
	overflow: hidden;
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	position: relative;
	width: 50%;
}
.detail_about .detail_about_fr ._img{
	display: block;
	position: relative;
}
.detail_about .detail_about_fr ._img i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(98,98,98,0.6);
}
.detail_about .detail_about_fr ._img i img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.detail_about .mask_box{
    position: absolute;
    top: 0;
    right: 0;
    background: #f2f5fa;
    width: 1049px;
    height: 658px;
    z-index: -1;
    border-radius: 0 65px 0 0;
}

.detail_about_intr{
	margin-top: 29px;
	min-width: 1200px;
	background: url(../images/about-intr.png) no-repeat bottom center;
	height: 843px;
	padding-top: 225px;
}
.detail_about_intr ._img{
	width: 86px;
	overflow: hidden;
	margin: 0 auto;
}
.detail_about_intr ._text{
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	margin-top: 55px;
}
.detail_about_intr ul{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 135px;
}
.detail_about_intr ul li{
	width: 25%;
	text-align: center;
	border-right: 2px solid #fff;
	position: relative;
	cursor: pointer;
}
.detail_about_intr ul li::after{
	content: '';
	position: absolute;
	width: 230px;
	height: 230px;
	background: url(../images/number-bg.png) no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.detail_about_intr ul li:last-child{
	border-right: 0;
}
.detail_about_intr ul li dt{
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 9;
}
.detail_about_intr ul li dt h3,
.detail_about_intr ul li dt span{
	display: inline;
	color: #fff;
}
.detail_about_intr ul li dt h3{
    font-size: 60px;
    font-weight: bold;
	line-height: 1;
}
.detail_about_intr ul li dd{
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 9;
}
.detail_about_intr ul li:hover::after{
	opacity: 1;
}

.detail_about_equipment{
	overflow: hidden;
	padding: 45px 0 55px;
}
.detail_about_equipment ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.detail_about_equipment ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
}
.detail_about_equipment ._title h2 i{
	color: #00A903;
}
.detail_about_equipment ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_about_equipment .link span{
	display: block;
	margin: 0 10px;
	font-size: 16px;
	color: #a3a3a3;
}
.detail_about_equipment .link em,
.detail_about_equipment .link i{
	width: 100px;
	height: 1px;
	background: #a3a3a3;
}
.detail_about_equipment ._top{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 569px;;
}
.detail_about_equipment ._top_fl{
	overflow: hidden;
	width: 782px;
	height: 100%;
	margin-right: 10px;
	position: relative;
}
.detail_about_equipment ._top_fl dt{
	width: 100%;
	height: 100%;
}
.detail_about_equipment ._top_fl img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.detail_about_equipment ._top_fl dd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.detail_about_equipment ._top_fl dd a{
	color: #fff;
	font-size: 20px;
}
.detail_about_equipment ._top_fl:hover dd{
	opacity: 1;
} 
.detail_about_equipment ._top_fr{
	overflow: hidden;
	flex: 1;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.detail_about_equipment ._top_fr li{
	height: 49%;
	overflow: hidden;
	position: relative;
}
.detail_about_equipment ._top_fr li dt{
	width: 100%;
	height: 100%;
}
.detail_about_equipment ._top_fr li dt img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.detail_about_equipment ._top_fr li dd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.detail_about_equipment ._top_fr li:hover dd{
	opacity: 1;
} 
.detail_about_equipment ._top_fr li dd a{
	font-size: 20px;
	color: #fff;
}
.detail_about_equipment ._top_fr li:first-child{
	background: #1D4277;
	padding: 20px;
}
.detail_about_equipment ._top_fr li ._txt{
	border: 2px solid #fff;
	text-align: center;
	padding: 30px 0;
}
.detail_about_equipment ._top_fr li ._txt h2{
	font-size: 48px;
	color: #fff;
	line-height: 1.3;
}
.detail_about_equipment ._top_fr li ._txt p{
	font-size: 35px;
	color: #fff;
}
.detail_about_equipment ._bottom{
	overflow: hidden;
	margin-top: 10px;
}
.detail_about_equipment ._bottom ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.detail_about_equipment ._bottom ul li{
	width: 33%;
	overflow: hidden;
	position: relative;
}
.detail_about_equipment ._bottom ul li dt{
	width: 100%;
	height: 100%;
}
.detail_about_equipment ._bottom ul li dt img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.detail_about_equipment ._bottom ul li dd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.detail_about_equipment ._bottom ul li:hover dd{
	opacity: 1;
}
.detail_about_equipment ._bottom ul li dd a{
	font-size: 20px;
	color: #fff;
}
.detail_about_map{
	overflow: hidden;
	background: url(../images/map-bg.png) no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
.detail_about_map ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.detail_about_map ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
}
.detail_about_map ._title h2 i{
	color: #00A903;
}
.detail_about_map ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_about_map .link span{
	display: block;
	margin: 0 10px;
	font-size: 16px;
	color: #2e2e2e;
}
.detail_about_map .link em,
.detail_about_map .link i{
	width: 100px;
	height: 1px;
	background: #2e2e2e;
}
.detail_about_map .map {
    overflow: hidden;
    position: relative;
}
.detail_about_map .imap {
    position: relative;
    width: 100%;
}
.detail_about_map img {
    width: 100%;
}
.detail_about_map ul li {
    position: absolute;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: pointer;
}
.detail_about_map ul li i{
	font-size: 24px;
	color: #00A903;
}
.detail_about_map ul li span {
    display: none;
	width: 72px;
	height: 52px;
	line-height: 35px;
    position: absolute;
    text-align: center;
    color: #2e2e2e;
    bottom: 100%;
    margin-left: 0;
    z-index: 3;
	background: url(../images/icon-xxk.png) no-repeat;
	background-size: cover;
}
.detail_about_map ul li.active i{
	font-size: 28px;
}

.detail_about_brand{
	overflow: hidden;
	padding-bottom: 30px;
}
.detail_about_brand ul li{
	overflow: hidden;
	float: left;
	width: 23.5%;
	text-align: center;
}
.detail_about_brand ul li a{
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 50%;
}
.detail_about_brand ul li img{
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.detail_about_contact{
	overflow: hidden;
	background: #f9f9f9;
	padding: 50px 0;
}
.detail_about_contact ul li{
	overflow: hidden;
	float: left;
	width: 33.3333%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail_about_contact ul li dt{
	width: 100px;
	overflow: hidden;
}
.detail_about_contact ul li dd{
	overflow: hidden;
	flex: 1;
	padding-left: 20px;
}
.detail_about_contact ul li dd h3{
	font-size: 24px;
	font-weight: normal;
	color: #2e2e2e;
}
.detail_about_contact ul li dd span{
	font-size: 16px;
	color: #656565;
	text-transform: uppercase;
}
.detail_about_contact ul li dd p{
	font-size: 18px;
	font-weight: bold;
	color: #2e2e2e;
}

/* 公司文化 */

.detail_culture{
	overflow: hidden;
	padding: 50px 0;
}
.detail_culture ._title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.detail_culture ._title h2{
	font-size: 35px;
	color: #2e2e2e;
	font-weight: normal;
}
.detail_culture ._title h2 i{
	color: #00A903;
}
.detail_culture ._title .link{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.detail_culture .link span{
	display: block;
	margin: 0 10px;
	font-size: 16px;
	color: #2e2e2e;
}
.detail_culture .link em,
.detail_culture .link i{
	width: 100px;
	height: 1px;
	background: #2e2e2e;
}
.detail_culture ._content{
	overflow: hidden;
	margin-bottom: 45px;
}
.detail_culture ul li{
	overflow: hidden;
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	position: relative;
}
.detail_culture ul li:last-child{
	margin-right: 0;
}
.detail_culture ul li dt{
	width: 100%;
	overflow: hidden;
}
.detail_culture ul li dt{
	width: 100%;
	display: block;
}
.detail_culture ul li dd{
	position: absolute;
	width: 100%;
	background: rgba(228,228,228,0.8);
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #2e2e2e;
	padding: 5px;
	text-align: center;
}

.detail_culture_vision{
	overflow:hidden;
	height: 672px;
	margin-bottom: 60px;
}
.detail_culture_vision .container{
	height: 100%;
}
.detail_culture_vision ul{
	overflow:hidden;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail_culture_vision ul li{
    float: left;
    position: relative;
    text-align: center;
    width: 33.33%;
    height: 100%;
}
.detail_culture_vision ul li dd{
	overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.detail_culture_vision ul li dd span{
	width: 58px;
	height: 58px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.detail_culture_vision ul li dd h4{
	color: #fff;
	font-size: 30px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.detail_culture_vision ul li dd i{
	width: 32px;
	height: 5px;
	display: block;
	background: #fff;
}
.detail_culture_vision ul li dl{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(29,66,119,0.8);
	margin-top: -100%;
	opacity: 0;
	content: '';
	z-index: 3;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.detail_culture_vision ul li dl span{
	width: 58px;
	height: 58px;
	display: block;
	overflow: hidden;
	margin: 0 auto;	
}
.detail_culture_vision ul li dl h3{
	color: #fff;
	font-size: 30px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;	
}
.detail_culture_vision ul li dl i{
	width: 32px;
	height: 5px;
	display: block;
	background: #fff;
	margin-bottom: 20px;
}
.detail_culture_vision ul li dl p{
	color: #fff;
}
.detail_culture_vision ul li.on dl{
	opacity: 1;
	margin-top: 0;
} 
.detail_culture_vision ul li.on dd{
	opacity: 0;
}
.detail_culture_vision ul li ._bg{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}


/* 联系我们 */
.detial_contact{
	overflow: hidden;
	padding: 50px 0;
}
.detial_contact ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #f9f9f9;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}
.detial_contact ul li:last-child{
	margin-right: 0;
}
.detial_contact ul li dt{
	overflow: hidden;
	height: 81px;
}
.detial_contact ul li dt img{
	height: 100%;
	display: block;
}
.detial_contact ul li dd{
	overflow: hidden;
	flex: 1;
	margin-left: 20px;
}
.detial_contact ul li dd span{
	font-size: 16px;
	color: #8a8a8a;
	display: block;
	margin-bottom: 20px;
}
.detial_contact ul li dd p{
	font-size: 16px;
	color: #2e2e2e;
}
.detial_contact ul li dd p i{
	color: #00A903;
	font-weight: bold;
}
.detial_contact ul li:hover{
	box-shadow: 0 0 10px rgba(211,211,211,0.5);
}

.detial_contact_inquiry{
	overflow: hidden;
	background: #f9f9f9;
	padding: 90px 0 42px;
}
.detial_contact_inquiry ._title{
	overflow: hidden;
	text-align: left;
	margin-bottom: 50px;
}
.detial_contact_inquiry ._title h2{
	font-size: 35px;
	font-weight: normal;
	color: #2E2E2E;
    margin-bottom: 5px;
}
.detial_contact_inquiry ._title p{
	font-size: 16px;
	color: #8a8a8a;
}
.detial_contact_inquiry form{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -45px;
}
.detial_contact_inquiry form .form-row{
	overflow: hidden;
	width: 48%;
	margin-bottom: 45px;
}
.detial_contact_inquiry form .form-row .row-controls{
	margin-left: 0;
}
.detial_contact_inquiry form .form-row input{
	overflow: hidden;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
    font-size: 16px;
	color: #8a8a8a;
}
.detial_contact_inquiry form .form-row:nth-child(3){
	width: 100%;
}
.detial_contact_inquiry form .form-row textarea{
	width: 100%;
	padding: 25px;
	font-size: 16px;
	color: #8A8A8A;
}
.detial_contact_inquiry form .form-row:nth-child(4) input{
	width: 45%;
}
.detial_contact_inquiry form .form-row:nth-child(4) .verifyimg{
	height: 60px;
	width: 180px;
	cursor:pointer;
	top: 0; 
	position: relative;
	margin-left: 30px;
}
.detial_contact_inquiry form .form-row .btn{
	width: 210px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	background: #1D4277;
	border-radius: 0;
	float: right;
	padding: 0;
}

.detial_contact_map{
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.detial_contact_map .mask_box{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    height: 120px;
	line-height: 120px;
    background: rgba(83,83,83,0.7);
}
.detial_contact_map .mask_box .container{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.detial_contact_map .mask_box p{
	font-size: 30px;
	color: #ffffff;
}
.detial_contact_map .mask_box a{
	width: 225px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	overflow: hidden;
	display: block;
	font-size: 25px;
	color: #ffffff;
	background: #00A903;
	border-radius: 30px;
}
.detial_contact_map .mask_box a i{
	font-size: 26px;
	color: #fff;
	margin-right: 5px;
}

/*--视频--*/
.video_box {
    position:fixed;
    left: 50%;
    top: 32%;
    width: 60%;
    z-index: 100;
    transform: translate(-50%, -20%);
    z-index: 10000;
    display: none;
}

.video_main {
    width: 100%;
}

.video_main span {
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/up.png) no-repeat;
    background-size: 100%;
}

.video_main .vi {
    position: relative;
    z-index: 1;
}
video {
    width: 100%;
    object-fit: fill;
}

@media (max-width: 992px) {
    .video_box {
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .video_main span {
        top: auto;
        bottom: -80px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
}
.videozk {
    display: none;
    position:fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}