html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
    /*margin-top:105px;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.in-pro-left dl {
    overflow: hidden;
}

#weima {
    width: 9%;
    padding: 10px;
    margin-left: 115px;
}

.header h1 {
    position: absolute;
    left: 46%;
    top: 50px;
    font-size: 24px;
    font-weight: normal;
    bottom: 5%;
    z-index: 6666;
    margin-left: -357px;
    height: 40px;
}

.header #p {
    position: absolute;
    left: 46%;
    top: 85px;
    font-size: 16px;
    font-weight: normal;
    bottom: 5%;
    z-index: 6666;
    margin-left: -357px;
    height: 40px;
}
#pc {
    display: block;
}

#wps {
    display: none;
}

.endit-content table {
    margin-top: 30px;
}

.endit-content tr td {
    font-size: 18px;
    line-height: 39px;
    border: 1px solid #e4e4e4;
    height: 30px;
    padding: 15px;
}

.contentbox {
    padding-bottom: 40px;
    text-align: justify;
}

.contentbox h3 {
    text-indent: 0;
    font-size: 18px;
    margin: 30px 0;
}

.contentbox table {
    width: 90%;
    margin: 20px auto;
}

.contentbox table tr td {
    text-align: center;
    border: 1px solid #666;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern"
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
    display: block
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

audio,
video,
canvas {
    display: inline-block
}

template,
[hidden] {
    display: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #004f2c;
}

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

.img-center {
    width: 40%;
    text-align: center;
    font-size: 0;

}

/*.swiper-slide .img-center img{
	height: 201px;
}*/
.img-center img {
    display: inline-block;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.img-cover {
    overflow: hidden;
    position: relative
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.container {
    padding: 0 10px;
    top: 30%;
    left: 0;
    width: 1200px;
    margin: 0 auto
}

.le {
    position: absolute;
    top: 300px;
    left: -520px;
}

.re {
    position: absolute;
    top: 300px;
    right: -520px;
}

.po {
    position: relative;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001
}

#message .m-content {
    margin-top: 8%
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.m-message {
    width: 494px;
    margin: 48px auto 0
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6)
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px
}

.m-message label.code {
    line-height: 34px
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%
}

.btn1 {
    display: block;
    line-height: 32px;
    padding-left: 15px;
    background-color: #333;
    color: #fff;
    margin-top: 10px
}

.btn1:hover {
    background-color: #444;
    color: white
}

.btn1 span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/template/aodejixie/skin/img/btn-r.png)
}

.btn1-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s
}

.btn1-1 {
    padding-left: 100px
}

.btn1-1 input.focus {
    background: #004f2c;
    color: #fff
}

.btn1-1 input.focus:hover {
    background: #444
}

.btn1-1 input:hover {
    background: #ccc
}

.kf {
    width: 208px;
    position: fixed;
    right: -208px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(/template/aodejixie/skin/img/kefu.png) 12px center no-repeat #004f2c;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff
}

.kt-top span:hover {
    transform: rotate(90deg)
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.kf .con {
    overflow: hidden;
    background: #fff
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block
}

.kf .qq li a img {
    padding-right: 6px
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(/template/aodejixie/skin/img/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0
}

.kf .contact {
    margin-top: 1px;
    height: auto;
    background-color: #fff
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px
}

.kf .con h5.qr-icon {
    background: url(/template/aodejixie/skin/img/erweima.png) 16px center no-repeat
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px
}

.kf .con .qr img {
    width: 110px;
    height: 110px
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(/template/aodejixie/skin/img/huidaodingbu.png) center center no-repeat #004f2c;
    background-size: 18px auto;
    cursor: pointer
}

.kf-side {
    padding: 18px 10px 10px;
    background: #004f2c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(/template/aodejixie/skin/img/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px
}

.kf-side span.on {
    background: url(/template/aodejixie/skin/img/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none
}

.footer-fix li {
    float: left;
    width: 25%
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px
}

.footer-fix li i.i1 {
    background-image: url(/template/aodejixie/skin/img/f_01.png)
}

.footer-fix li i.i2 {
    background-image: url(/template/aodejixie/skin/img/f_02.png)
}

.footer-fix li i.i3 {
    background-image: url(/template/aodejixie/skin/img/f_03.png)
}

.footer-fix li i.i4 {
    background-image: url(/template/aodejixie/skin/img/f_04.png)
}

.swiper-button-prev,
.swiper-button-next {
    outline: none
}

.swiper-pagination-bullet {
    background: #ca0000
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

.topbar {
    padding: 7px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
}

.topbar em {
    font-style: normal;
    color: #aeaeae;
    padding: 0 15px
}

.topbar a {
    color: #000
}

.header {
    background-color: #fff
}

.header .logo {
    background: url(/template/aodejixie/skin/img/head_line.png) left center no-repeat;
    background-position: 150px 15px;
    float: left;
    font-size: 0;
    height: 78px;
    line-height: 78px;
    text-align: left;
    padding: 5px 0;
}

.header .tel {
    float: right;
    background: url(/template/aodejixie/skin/img/tel.png) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 15px;
    color: #000;
    height: 42px;
    font-size: 18px;
}

.header .tel strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #004f2c;
}

.header .nav {
    font-size: 0;
    /*background: url(/template/aodejixie/skin/img/nav.png) repeat-x;*/
    height: 60px;
    position: relative;
    z-index: 2;
    /*margin-top: -10px;*/
    background: #004f2c;
}

.header-logo {
    height: 110px;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    /*padding: 0 0 16px;*/
    color: #FFF;
    width: 149px;
    text-align: center;
}

.lanmu li a:hover {
    background: #004f2c;
    color: #fff;
}

.header .nav li.active a {
    background: #f9a50e;
    padding-bottom: 0;
}

.header .nav li:hover a {
    background: #f9a50e;
    padding-bottom: 0;
}

.header .nav li a:hover {
    color: #fff;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px
}

/*.header .nav li.active>a,
.header .nav li.open>a,
.header .nav li>a:hover {
	background: url(/template/aodejixie/skin/img/nav-h.png) no-repeat top center;
}*/

.header .nav li.dropdown {
    position: relative
}

.nav ul li:nth-child(3):hover .dropdown-box,
.nav ul li:nth-child(4):hover .dropdown-box,
.nav ul li:nth-child(5):hover .dropdown-box,
.nav ul li:nth-child(6):hover .dropdown-box {
    display: block;
}

.header .nav ul li:nth-child(2):hover .dropdown-box:before,
.header .nav ul li:nth-child(3):hover .dropdown-box:before,
.header .nav ul li:nth-child(4):hover .dropdown-box:before,
.header .nav ul li:nth-child(5):hover .dropdown-box:before,
.header .nav ul li:nth-child(6):hover .dropdown-box:before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header .nav .dropdown-box p a {
    width: 100%;
    color: #333 !important;
    font-size: 15px;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 107%;
    z-index: 10;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #ffffff;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 14px;
    background-color: transparent !important;
    line-height: 40px;
    color: #FFF !important
}

.header .nav .dropdown-box a:hover {
    background-color: #f9a50e !important;
    color: #FFF !important
}

.header .nav li.open .dropdown-box {
    display: block
}

.header .nav .search {
    float: right;
    margin-top: 17px;
    position: relative;
}

.header .nav .search .soso {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 250px;
}

.header .nav .search .soso input {
    padding: 5px 12px;
    display: inline-block;
}

.header .nav .search .soso button {
    display: inline-block;
    background: #004f2c;
    color: #FFF;
    border: none;
    padding: 6px 12px;
}

.menu-btn {
    display: none;
    padding: 12px 0;
    float: right;
    margin-left: 15px
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #004f2c;
    content: ''
}

.menu-btn:before {
    width: 24px
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px
}

.banner {
    width: 100%;
    max-width: 1920px;
    margin: -17px auto 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .swiper-pagination-bullet {
    background: #004f2c;
    width: 49px;
    height: 4px;
    border-radius: 0
}

.banner .swiper-pagination-bullet-active {
    background-color: #004f2c;
}

.banner .swiper-slide img {
    max-width: 100%;
    display: block;
}

.yunu-link {
    padding: 20px 0
}

.yunu-link h4 {
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    font-size: 18px;
    color: #004f2c;
    padding-bottom: 15px
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999
}

.yunu-link ul {
    margin-left: -20px
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px
}

.pc-slide {
    float: left;
    width: 420px
}

.view .swiper-slide .img-center {
    width: 100%;
    height: 330px;
    line-height: 330px;
}

.view .swiper-container {
    width: 100%
}

.preview {
    width: 100%;
    padding: 10px 0;
    position: relative
}

.preview .swiper-container {
    margin: 0 30px
}

.preview .swiper-slide .img-center {
    height: 80px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    position: relative;
    line-height: 80px
}

.preview .arrow-left {
    background: url(/template/aodejixie/skin/img/feel3.png) no-repeat left top;
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .arrow-right {
    background: url(/template/aodejixie/skin/img/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .active-nav .img-center {
    border-color: #004f2c
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomMask {
    position: absolute;
    background: url(/template/aodejixie/skin/img/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
    width: 140px !important;
    height: 140px !important;
}

.yunu-showcase {
    margin: 0 0 40px
}

.yunu-showcase-info {
    margin-left: 430px
}

.yunu-showcase-info h3 {
    font-size: 20px;
    /* margin: 0 0 30px; */
    /* font-weight: normal; */
    padding-left: 20px;
    margin-top: 30px;
}

.yunu-showcase-info .pro_content {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
    min-height: 227px;
}

.yunu-showcase-info .pro_content dl {
    width: 92%;
    display: table;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
}

.yunu-showcase-info .pro_content dl dt {
    float: left;
    font-size: 15px;
    width: 20%;
    display: inline-block;
}

.yunu-showcase-info .pro_content dl dd {
    float: left;
    font-size: 17px;
    margin-left: 15px;
    font-weight: bold;
    color: #666;
    display: inline-block;
    width: 76%;
    text-align: justify;
}

.yunu-showcase-info .pro_content dl:first-child {
    padding-top: 20px;
}

.yunu-showcase-info p {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
    min-height: 250px
}

.yunu-showcase-info .tel {
    border-top: 1px solid #e4e4e4;
    margin-top: 15px;
    padding-top: 36px;
    height: 42px;
    line-height: 21px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.yunu-showcase-info .tel strong {
    color: #004f2c;
    margin-top: 10px;
    display: inline-block;
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 25px;
    background-color: #004f2c;
    color: #fff
}

.section {
    padding: 60px 0
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    color: #000;
    background: url(/template/aodejixie/skin/img/tit1.png) no-repeat center 18px;
}

.section-title p {
    color: #343434;
    font-size: 20px;
    margin-top: 20px;
}

.section-title1 {
    text-align: center;
    font-size: 36px;
    color: #FFF;
    background: url(/template/aodejixie/skin/img/tit2.jpg) no-repeat center top;
    padding: 30px 0 48px;
}

.section-title1 p {
    font-size: 16px;
    margin-top: 15px;
}


.section-title2 p {
    font-size: 16px;
    margin: 0;
    color: #f2f2f2;
    padding: 15px 0;
}

.section-title3 {
    text-align: center;
    font-size: 36px;
    color: #004f2c;
    background: url(/template/aodejixie/skin/img/tit5.png) no-repeat center 30px;
}

.section-title3 strong span {
    color: #000;
}

.section-title3 p {
    font-size: 22px;
    margin: 0
}

.section-title4 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    color: #FFF;
    background: url(/template/aodejixie/skin/img/white_tit6.png) no-repeat center 30px;
}

.section-title4 p {
    font-size: 22px;
    margin: 0
}

.section-title5 {
    color: #333;
}

.section-title5 p {
    color: #a1a0a0;
}

.in-pro {
    height: auto;
    display: table;
    width: 100%;
}

.in-pro-left {
    float: left;
    width: 258px;
    border: 1px solid #004f2c;
    border-top: none;
}

.in-pro-right {
    float: right;
    width: 922px;
    background: url(/template/aodejixie/skin/img/xian1.png) no-repeat top;
}

.in-pro-left .tit {
    background: #004f2c;
    color: #FFF;
    text-align: center;
    padding: 17px 0 17px;
}

.in-pro-left .tit span {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.in-lanmu {
    padding: 20px 0 20px;
}

.in-lanmu li {
    padding-top: 10px;
}

.in-lanmu li a {
    width: 243px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    background: url(/template/aodejixie/skin/img/in-nav.png) no-repeat center;
    display: block;
    margin: 0 auto;
}

.in-lanmu li a:hover {
    background-image: url(/template/aodejixie/skin/img/in-nav-on.png);
    color: #FFF;
}

.in-lanmu li span {
    padding-left: 25px;
}

.in-tel {
    padding: 10px 20px 10px
}

.in-tel span {
    color: #004f2c;
    font-size: 18px;
}

.in-tel p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.in-pro-hot {
    padding: 30px 70px 20px;
    border: 2px solid #dddddd;
    background: #FFF;
    position: relative;
    background: url(/template/aodejixie/skin/img/xian1.png) no-repeat top;
}

.in-pro-hot .img-cover {
    float: right;
    width: 45%;
    padding-top: 45%;
    margin: 0 2.5%;
}

.in-pro-hot a:hover .img-cover span {
    transform: scale(1.2)
}

.in-pro-hot .text {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 50px 30px;
}

.in-pro-hot .text h2 {
    color: #0066cc;
    border-bottom: 1px dashed#e8ebef4a;
    padding-bottom: 8px;
    font-size: 30px;
    margin: 0;
}

.in-pro-hot .text h4 {
    color: #000;
    margin: 8px 0 0;
    font-size: 12px;
}

.in-pro-hot .text p {
    line-height: 23px;
    color: #000;
    margin: 0;
    font-size: 12px;
}

.in-pro-hot .text .btn {
    margin-top: 40px;
    background: #454545;
    transform: skew(-20deg);
    color: #FFF;
    display: inline-block;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.in-pro-hot .text .btn span {
    width: 150px;
    display: inline-block;
}

.in-pro-hot .text .btn span:first-child {
    background: #0066cc;
}

.in-pro-hot .text .btn span a {
    transform: skew(20deg);
    color: #FFF;
    display: block;
}

.in-pro-hot .swiper-button-prev {
    background: url(/template/aodejixie/skin/img/prev.png) no-repeat;
    width: 55px;
    height: 44px;
    opacity: 1
}

.in-pro-hot .swiper-button-next {
    background: url(/template/aodejixie/skin/img/next.png) no-repeat;
    width: 55px;
    height: 44px;
    opacity: 1
}

.in-pro-hot .swiper-button-prev:hover {
    background-image: url(/template/aodejixie/skin/img/prev-h.png);
    width: 55px;
    height: 44px;
    opacity: 1
}

.in-pro-hot .swiper-button-next:hover {
    background-image: url(/template/aodejixie/skin/img/next-h.png);
    width: 55px;
    height: 44px;
    opacity: 1
}

/*.in-pro-right ul {
	margin-top: 20px;
}*/

.in-pro-right ul li {
    float: left;
    width: 290px;
    margin-right: 25px;
    position: relative;
    margin-top: 25px;
    padding: 10px;
    border: 1px solid #dce1e6;
}

.in-pro-right ul li:hover {
    box-shadow: 0 2px 12px 0 rgb(177 179 182);
}

.in-pro-right ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.in-pro-right ul li p {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    background: #dce1e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 15px;
}

.in-pro-right ul li:hover span {
    opacity: 1;
}

.in-pro-right ul li span {
    position: absolute;
    font-size: 18px;
    border: 2px solid #ffffff;
    padding: 5px 10px;
    left: 34%;
    top: 34%;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.in-pro-right ul li:nth-child(3n) {
    margin-right: 0;
}

.in-pro-right ul li:last-child {
    margin-right: 0;
}

.in-pro-right ul li .img-cover {
    padding-top: 85%;
}

.in-pro-right ul li .text {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    display: none;
}

.in-pro-right ul li .text a {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 16px;
    padding: 5px 20px;
}

.in-pro-right ul li:hover .text {
    display: block;
}

.in-pro-right ul li .btns {
    text-align: center;
    margin-top: 10px;
}

.in-pro-right ul li .btns a {
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #dedede;
    color: #666;
    width: 142px;
    height: 37px;
    line-height: 37px;
}

.in-pro-right ul li .btns a.hui {
    background: #dedede;
    margin-left: 0;
}

.in-pro-right ul li .btns a:hover {
    background: #0066cc;
    border-color: #0066cc;
    color: #FFF;
}



.in-case-menu {
    text-align: center;
    margin: 30px 0;
}

.in-case-menu li {
    display: inline-block;
}

.in-case-menu li a {
    display: block;
    line-height: 65px;
    padding: 0 85px;
    margin-left: -5px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
}

.in-case-menu li a:hover {
    background: #11519b;
    color: #FFF;
}

.in-case-con a {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 16px;
}

.in-case-con .img-cover {
    padding-top: 50%;
}

.in-case-con .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    background: url(/template/aodejixie/skin/img/tit3.png) no-repeat;
    text-align: center;
}

.in-case-con2 li {
    float: left;
    width: 33.33%;
}

.in-case-con2 li a {
    display: block;
    margin: 30px 30px 0 0;
}

.in-case-con2 li:last-child a {
    margin-right: 0;
    padding: 50px 50px;
    box-sizing: border-box;
    min-height: 223px;
    color: #FFF;
    background: #004f2c;
}

.in-case-con2 li .img-cover {
    padding-top: 60%;
}

.in-case-con2 h2 {
    font-weight: normal;
    border-bottom: 1px solid #4187da;
    padding-bottom: 5px;
    margin: 0;
}

.in-case-con2 .tel {
    background: url(/template/aodejixie/skin/img/tel2.jpg) no-repeat 0 20px;
    padding-left: 55px;
    border-top: 1px solid #4187da;
    padding-top: 15px;
    margin-top: 2px;
}

.in-case-con2 .tel strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
}

.in-yd {
    background: url(/template/aodejixie/skin/img/bg1.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0;
}

.in-yd li {
    float: left;
    width: 20%;
}

.in-yd li a {
    display: block;
    background: url(/template/aodejixie/skin/img/ys-ico.png) no-repeat top center;
    padding: 96px 0 60px;
    margin: 30px 10px 0;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.in-yd li h2 {
    font-size: 40px;
    margin: 0;
}

.in-yd li h2 span {
    font-weight: normal;
    font-size: 24px;
}

.in-yd li p {
    margin: 0;
}

.in-ys {
    padding: 60px 0;
}

.in-ys .fl {
    width: 685px;
}

.in-ys .fr {
    width: 507px;
}

.in-ys-con {
    overflow: hidden;
    margin-top: 50px;
}

.in-ys-con .ys-tit {
    padding: 15px 0 20px;
    background-repeat: no-repeat;
}

.in-ys-con .ys-tit h2 {
    margin: -20px 0 0;
    color: #004f2c;
    font-size: 30px;
}

.in-ys-con .ys-tit p {
    margin: 0;
    color: #004f2c;
    font-size: 20px;
    font-weight: bold;
}

.in-ys-con .desc {
    color: #545353;
    font-size: 16px;
    padding: 15px 0;
}

.in-ys-con .desc p {
    margin: 0;
    line-height: 30px;
}

.y1 .ys-tit {
    background-image: url(/template/aodejixie/skin/img/yt1.png);
    padding-left: 100px;
}

.y2 .ys-tit {
    background-image: url(/template/aodejixie/skin/img/yt2.png);
    padding-left: 80px;
}

.y3 .ys-tit {
    background-image: url(/template/aodejixie/skin/img/yt3.png);
    padding-left: 80px;
}

.y4 .ys-tit {
    background-image: url(/template/aodejixie/skin/img/yt4.png);
    padding-left: 90px;
}

.y5 .ys-tit {
    background-image: url(/template/aodejixie/skin/img/yt5.png);
    padding-left: 90px;
}

.in-ys .y2 .fl,
.in-ys .y4 .fl {
    float: right;
}

.in-ys .y2 .fr,
.in-ys .y4 .fr {
    float: left;
}

.in-about {
    background: url(/template/aodejixie/skin/img/bg2.jpg) no-repeat top center;
    padding: 40px 0;
    text-align: center;
}

.in-about-con {
    display: flex;
    justify-content: space-around;
    padding: 22px;
    margin-top: 65px;
    background: url(../img/abobg.png) no-repeat 4% 4%;
}

.in-about-con .text {
    width: 50%;
    padding: 0 20px;
}

.in-about-con .text h3 {
    text-align: left;
    color: #fff;
    margin: 20px 0 0;
}

.in-about-con .text p {
    margin-top: 8px;
    color: #fff;
    line-height: 40px;
    display: block;
    text-indent: 2rem;
    text-align: justify;
}

.in-photo-bg {
    padding-bottom: 60px;
}

.in-photo-bg .tit {
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 25px;
}

.in-photo-bg .tit span {
    display: inline-block;
    border-bottom: 3px solid #004f2c;
    font-size: 18px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #004f2c;
}

.in-photo-bg .tit a {
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #e4e4e4;
    color: #666;
}

.in-photo {
    position: relative;
}

.in-photo .swiper-slide a {
    display: block;
    text-align: center;
}

.in-photo .swiper-slide .img-center {
    padding: 5px;
    border: 1px solid #d4d4d4;
}

.in-photo .swiper-button-prev {
    left: -50px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%237b7b7b'%2F%3E%3C%2Fsvg%3E")
}

.in-photo .swiper-button-next {
    right: -50px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%237b7b7b'%2F%3E%3C%2Fsvg%3E")
}

.in-photo .swiper-slide .text {
    padding-top: 8px;
}

.in-news {
    background: url(/template/aodejixie/skin/img/bg3.png) no-repeat top center;
    padding-top: 60px;
}

.in-news-con {
    float: left;
    width: 580px;
    margin-right: 40px;
}

.in-news-con:last-child {
    margin-right: 0;
}

.in-news-con .tit {
    background-color: #f2f2f2;
    color: #FFF;
    position: relative;
}

.in-news-con .tit span {
    display: inline-block;
    background-color: #004f2c;
    padding: 15px 40px;
    text-align: center;
}

.in-news-con .tit span b {
    display: block;
    font-size: 18px;
}

.in-news-con .tit a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 10px 15px;
    background-color: #004f2c;
    color: #FFF;
    font-size: 16px;
}

.in-news-con li {
    overflow: hidden;
    border-bottom: 1px solid #e7e6e6;
    padding: 12px 0;
}

.in-news-con li a {
    color: #666;
}

.in-news-con li .date {
    float: left;
    width: 18%;
    text-align: center;
    padding-top: 8px;
}

.in-news-con li .date span {
    display: block;
    color: #000;
    font-size: 22px;
}

.in-news-con li .text {
    float: right;
    width: 82%;
    line-height: 25px;
}

.in-news-con li .text h2 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.in-news-con li .text p {
    margin: 0;
}

.in-news-con li a:hover h2 {
    color: #004f2c
}

.in-faq {
    margin-top: 50px;
}

.in-faq .fl {
    width: 174px;
    height: 199px;
    background-color: #13519c;
}

.in-faq .fr {
    width: 980px;
}

.in-faq .fl .tit {
    padding: 45px 30px;
    font-size: 18px;
    color: #FFF;
}

.in-faq .fl .tit span {
    display: block;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.in-faq li {
    margin-left: 90px;
    float: left;
    width: 265px;
}

.in-faq li:first-child {
    margin-left: 0;
}

.in-faq li span {
    display: block;
}

.in-faq li h2 {
    margin: 5px 0 15px;
    font-weight: normal;
}

.in-faq li h2 a {
    font-size: 14px;
}

.in-faq li p {
    margin: 5px 0;
    line-height: 25px;
    color: #666
}

.in-faq li .more {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #aaa9a9;
}

.footer {
    background: #2e2e2e;
    color: #a8a6a6;
    padding-top: 50px;
}

.footer a {
    color: #fff
}

.footer .flogo {
    float: left;
    width: 260px;
    text-align: left;
}

.footer .flogo .text {
    padding-top: 10px;
}

.footer .fnav {
    float: left;
    width: 580px;
    margin-left: 20px;
}

.footer .fnav .dh {
    border-bottom: 1px solid #a8a6a6;
    padding-bottom: 10px;
}

.footer .fnav .dh a {
    margin-right: 48px;
    display: inline-block;
    line-height: 30px;
}

.footer .fnav .contact .fl {
    float: left;
    width: 220px;
}

.footer .fnav .contact .fr {
    float: left;
    width: 360px;
}

.footer .fnav .contact p {
    margin: 5px 0 0;
}

.footer .fnav .contact p img {
    position: relative;
    top: 5px;
}

.footer .ewm {
    float: right;
    width: 310px;
}

.footer .ewm img {
    float: left;
    width: 120px;
}

.footer .ewm .tel {
    float: right;
    width: 180px;
    padding-top: 15px;
}

.footer .ewm .tel strong {
    color: #FFF;
    font-size: 24px;
    display: block;
    font-weight: normal;
}

.footer-copy {
    padding: 20px 0;
    margin-top: 50px;
    color: #FFF;
    background: #1b1b1b;
    text-align: center;
}



.sub-tit {
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    color: #004f2c;
    font-weight: bold;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}

.curmbs {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    background: url(/template/aodejixie/skin/img/hom1.jpg) no-repeat 0 center;
    padding-left: 20px;
}

.curmbs em {
    font-style: normal;
    padding: 0 5px;
}

.ct2-sd {
    float: left;
    width: 250px
}

.ct2-mn {
    float: right;
    width: 920px;
}

.panel-sd {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}

.panel-sd:last-child {
    margin-bottom: 0
}

.panel-sd .tit {
    text-align: left;
    font-size: 12px;
    padding: 20px 0 20px 35px;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../img/inpagesidebar01_icon01.png) no-repeat 200px center #004f2c;
}

.panel-sd .tit span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #FFF;
}

.panel-sd .tit i {
    font-style: normal;
    font-size: 18px;
    color: #FFF;
    margin-right: 15px;
}

.contact-sd {
    padding: 20px;
}

.contact-sd .tel {
    background: url(/template/aodejixie/skin/img/ny-tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    height: 37px;
    line-height: 37px;
}

.contact-sd .tel strong {
    color: #5b5b5b;
    font-size: 18px;
    display: block;
}

.contact-sd .cont {
    margin-top: 8px;
}

.contact-sd .cont p {
    margin: 0;
    line-height: 25px;
}

.lanmu {
    background: #FFF;
}

.lanmu li {
    line-height: 45px;
    margin: 10px;
    border: 1px solid #e4e4e4;
    position: relative;
}

.lanmu li:last-child {
    /*border-bottom: none;*/
}

.nav1 {
    background: linear-gradient(90deg, #004f2c 0%, #ffffff 100%);
    padding: 0 0 0 25px;
    display: block;
    color: #fff;
}

.lanmu li>a {
    color: #333;
    font-size: 16px;
    background: #f6f9f9;
    position: relative;
}

.lanmu li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(/template/aodejixie/skin/img/p14-icon5.png) no-repeat right center;*/
}

.lanmu li .sub-nav-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 51px;
    height: 51px;
    /*transition: all 0.5s ease-in;*/
    line-height: 54px;
    font-weight: 100;
    /*transition: all 0.5s ease-in;*/
    color: #999;
    cursor: pointer;
    background: url(/template/aodejixie/skin/img/p14-icon5.png) no-repeat right center;
    z-index: 666;
}

/*.lanmu li.active .sub-nav-toggle,.lanmu li:hover .sub-nav-toggle{
	background: url(/template/aodejixie/skin/img/p14-icon2.png) no-repeat right center;
}*/
.lanmu li.active>a:before,
.lanmu li:hover>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(/template/aodejixie/skin/img/p14-icon2.png) no-repeat right center;*/
}

.lanmu li.active dl {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
}

.lanmu .on dl {
    display: none;
}

.lanmu li dl dd {
    margin: 0 8px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
    margin-top: 8px;
    padding-left: 20px;
    background: url(http://www.ounuozhineng.com/static/images/prod_icon1.png) no-repeat 1px;
}

.lanmu li dl dd.cur {
    /*background: #d54848;*/
    color: #d54848;
}

.lanmu li dl dd a {
    display: inline-block;
    width: 100%;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #1977c2;
    border-left: 2px solid #1977c2;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid #fff;
    padding-left: 15px
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px
}

.lanmu li:hover>a,
.lanmu li.active>a {
    color: #fff;
    background-color: #004f2c;
}

.lanmu li.active .arr:after {
    border-color: #fff;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    transform: rotate(225deg);
}


.list-3 li:nth-child(3n+1) {
    margin-left: 0;
}

.list-3 li {
    float: left;
    width: 293px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 20px;
    border: 1px solid #dce1e6;
}

.list-3 li:hover {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgb(177 179 182);
}

.list-3 li:hover .text {
    background: #fff;
}

.list-3 li a {
    display: block;
    text-align: center;
}

.list-3 li .img-cover {
    height: 225px;
}

.list-3 li .img-cover img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.list-3 li:hover .img-cover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list-3 li .text {
    height: 45px;
    line-height: 45px;
    position: relative;
    padding: 0 14px;
    font-size: 16px;
    background: #dce1e675;
}

.list-3 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.list-3 li .btn {
    text-align: center;
}

.list-3 li .btn a {
    margin-top: 0;
    display: inline-block;
    background: #555555;
    padding: 3px 20px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
}

.list-3 li .btn a.blue {
    background: #2d56a4;
}

.list-4 {
    margin: 10px 0 0 0px !important;
}

.list-4 li {
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
}

.list-4 li a {
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0;
    color: #545555;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-4 li span {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #bbbbbc;
}

.list-5 li {
    height: 195px;
    border-top: 1px solid #e4e4e4 !important;
}

.list-5 li:last-child {
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4 !important;
}

.list-5 li a {
    display: block;
    /*border: 1px solid #e4e4e4;*/
    padding: 15px;
    overflow: hidden
}

.list-5 li .img-center {
    float: left;
    width: 250px;
    height: 162px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.list-5 li .img-center img {
    width: 100%;
    height: 162px;
}

.list-5 li:hover .img-center img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list-5 li .text {
    margin-left: 270px
}

.list-5 li:hover .text h4 {
    text-indent: 1rem;
}

.list-5 li .text h4 {
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-5 li .text span:nth-child(2) {
    line-height: 35px;
    display: block;
    color: #797979;
}

.list-5 li .text p {
    color: #797979;
    margin: 10px 0;
}

.list-5 li .text h4 span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal
}

.list-5 li .text p {
    color: #797979
}

.list-5 li .text .more {
    float: right;
    padding: 5px 12px;
    color: #fff;
    background-color: #B6B6B6
}

.list-5 li a:hover {
    border-color: #004f2c
}

.list-5 li a:hover .text h4 {
    color: #004f2c
}

.list-5 li a:hover .text .more {
    background-color: #004f2c
}

.list-6 li {
    float: left;
    width: 25%;
    margin: 0;
}

.list-6 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}

.list-6 li .img-cover {
    border: 1px solid #e4e4e4;
    padding-top: 76%
}

.list-6 li .text {
    margin: 8px 0 0;
}

.list-6 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.yunu-infocontent-title {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
}

.yunu-infocontent-title h3 {
    margin: 0;
    font-size: 24px;
    color: #004f2c;
}

.yunu-infocontent-title p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999
}

.yunu-infocontent-title p span {
    padding: 0 5px;
    font-size: 14px;
}

.yunu-infocontent-desc {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    padding: 20px;
    text-indent: 2rem;
    line-height: 33px;
    font-size: 16px;
}

.yunu-infocontent-desc img {
    width: 600px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

.yunu-infocontent-desc p {
    display: block;
    margin: 0;
}

.yunu-infocontent-body {
    line-height: 2;
    margin-bottom: 20px;
    /*padding: 0 20px;*/
    font-size: 17px;
    text-indent: 2rem;
}

.content_introduction {
    width: 100%;
    display: block;
    height: auto;
    padding: 0 20px;
}

.content_introduction table {
    width: 100% !important;
}

.content_introduction table tr td {
    border: 1px solid #e4e4e4;
    text-align: center;
}

.yunu-infocontent-body h3 {
    text-indent: 0;
    margin: 15px 0;
    font-size: 17px;
}

.yunu-infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto;
    display: block;
}

.yunu-infocontent-epx {
    margin-bottom: 20px
}

.yunu-infocontent-epx li {
    line-height: 32px;
    margin-bottom: 5px
}

.yunu-infocontent-epx li span {
    display: inline-block;
    background-color: #A2A2A2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px
}

.yunu-infocontent-epx li em {
    float: right;
    font-style: normal
}

.yunu-infocontent-return {
    border-top: 1px solid #000;
    line-height: 32px
}

.yunu-infocontent-return a {
    margin-right: 10px
}

.yunu-infocontent-return .more {
    margin: 0;
    float: right;
    background-color: #000;
    color: #fff;
    padding: 0 10px
}

.yunu-infocontent-rem {
    margin-bottom: 20px
}

.yunu-infocontent-rem h4 {
    margin: 0;
    font-size: 24px;
    line-height: 55px
}

.yunu-infocontent-rem li {
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px
}

.yunu-infocontent-rem li span {
    float: right
}

.prod-menu {
    margin-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
}

.prod-menu li {
    float: left;
    margin-right: 7px
}

.prod-menu li a {
    display: block;
    padding: 0 35px;
    line-height: 50px;
    background-color: #F1F1F1;
    font-size: 16px;
}

.prod-menu li.active a {
    background-color: #004f2c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}


/*分页样式*/
.page {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 40px;
}

.page a,
.page .page-status {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    color: #004f2c;
    font-size: 16px;
    padding: 5px 16px;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.page a.page-num-current,
.page a:hover {
    background: #004f2c;
    color: #fff;
    cursor: pointer;
    border-color: #004f2c;
}

/*分页样式 end */

/* 面包屑导航 */
.crumbsbox {
    height: 60px;
    background: #e8ebef4a;
}

.crumbs {
    width: 1200px;
    display: block;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    color: #848790;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 15px 0;
}

.crumbs b {
    font-weight: normal;
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    text-indent: 1.2rem;
    display: inline-block;
}

.crumbs b span {
    font-size: 25px;
    position: absolute;
    left: -28%;
    top: 1%;
}

.crumbs a {
    font-size: 14px;
    color: #848790;
}

/* 面包屑导航 end */



/* 联系我们 */
.banner-sub {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-sub img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-sub .submenu {
    position: absolute;
    bottom: 0;
    width: 1200px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 80px;
    background: rgba(255, 255, 255, 0.96);
}

.banner-sub .submenu ul {
    display: flex;
    justify-content: center;
}

.banner-sub .submenu ul li {
    float: left;
    padding: 0 15px;
    margin: 0 15px;
    position: relative;
}

.banner-sub .submenu ul li:hover:after,
.banner-sub .submenu ul li.cur:after {
    width: 60%;
    height: 2px;
}

.banner-sub .submenu ul li:after {
    content: "";
    width: 0;
    background-color: #ec6900;
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translateX(-50%);
    transition: all .5s;
}

.banner-sub .submenu ul li a {
    font-size: 18px;
}

.section-sub {
    padding: 20px 0;
    padding-bottom: 60px;
}

.content {
    width: 100%;
    height: auto;
}

.warp {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.title_h3 {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 30px;
}

.title_h3 h3 {
    font-size: 34px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    position: relative;
}

.title_h3 p {
    font-size: 15px;
    font-weight: 400;
    color: #e8ebef4a;
    line-height: 22px;
    text-align: center;
    margin-top: 30px;
}

.f2_form {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border: 1px solid #e4e4e4;
    margin-bottom: 60px;
    margin-top: 60px;
}

.f2_form .layui-form {
    width: 90%;
    margin: auto;
}

.f2_form .layui-form .f2_div_input {
    width: 100%;
}

.fix:before,
.fix:after,
.clear {
    display: table;
    clear: both;
    content: '';
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.f2_form .layui-form .f2_div_input .f2_input {
    width: 49.1%;
    float: left;
    margin-right: 1.8%;
    position: relative;
    background: #e8ebef4a;
    margin-bottom: 20px;
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(2n) {
    margin-right: 0;
}

.f2_form .layui-form .f2_div_input .f2_input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.f2_form .layui-form .f2_div_input .f2_input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: #004f2c;
    right: 27px;
}

.f2_form .layui-form .f2_div_input .f2_input input {
    height: 64px;
    width: 72.5%;
    background: url(/template/aodejixie/skin/img/f2_icon4.png) no-repeat center left 30px;
    border: 0;
    padding-left: 106px;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #33336b;
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(2) input {
    padding-left: 140px;
    background: url(/template/aodejixie/skin/img/f2_icon1.png) no-repeat center left 30px;
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(3) input {
    background: url(/template/aodejixie/skin/img/f2_icon5.png) no-repeat center left 30px;
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(4) input {
    background: url(/template/aodejixie/skin/img/f2_icon2.png) no-repeat center left 30px;
}

.lay2 {
    width: 61.5% !important;
}

.f2_form .layui-form .f2_tearme {
    width: 100%;
    position: relative;
    background: #e8ebef4a;
}

.f2_form .layui-form .f2_tearme label {
    position: absolute;
    top: 24px;
    left: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.f2_form .layui-form .f2_tearme textarea {
    width: 84.5%;
    height: 200px;
    background: url(/template/aodejixie/skin/img/f2_icon3.png) no-repeat top 32px left 30px;
    font-size: 16px;
    font-weight: 400;
    color: #33336b;
    border: 0;
    padding: 30px;
    padding-left: 140px;
    overflow: hidden;
    resize: none;
}

.f2_form .layui-form .f2_buttom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.f2_form .layui-form .f2_buttom input {
    width: 240px;
    height: 64px;
    background: #004f2c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 90px;
    color: #FFFFFF;
    line-height: 33px;
}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: none;
    line-height: normal !important;
    border-radius: 0;
}

.f2_list {
    width: 1200px;
    padding: 30px 0;
    border: 1px solid #EAEAEA;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: -150px;
}

.f2_list ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.f2_list ul li {
    width: 25%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 26px;
}

.f2_list ul li .f2_list_img {
    width: 35px;
    margin-bottom: 30px;
}

.f2_list ul li .f2_list_img img {
    width: 100%;
}

.f2_list ul li .f2_list_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.f2_list ul li .f2_list_text p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 33px;
    margin-bottom: 10px;
}

.f2_list ul li .f2_list_text h3,
.f2_list ul li .f2_list_text h3 a {
    font-size: 20px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    width: 100%;
}

.ncontent34box {
    width: 1200px;
    margin: 0 auto;
}

.ncontent34box {
    padding-bottom: 60px;
}

.ncontent34box .pea {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    color: #666666;
    padding-top: 55px;
}

.ncontent34box .list {
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.ncontent34box .conl {
    width: 45%;
    float: left;
}

.ncontent34box .list h3 {
    font-size: 20px;
    color: #333;
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.ncontent34box .list p {
    color: #333;
    padding-bottom: 25px;
    font-size: 16px;
    padding-left: 40px;
}

.ncontent34box .conl p:nth-child(6) span {
    background: url(/template/aodejixie/skin/img/iconnew.png) no-repeat -96px -318px;
}

.ncontent34box .conl p:nth-child(2) span {
    background: url(/template/aodejixie/skin/img/iconnew.png) no-repeat -158px -318px;
}

.ncontent34box .conl p:nth-child(3) span {
    background: url(/template/aodejixie/skin/img/iconnew.png) no-repeat -288px -318px;
}

.ncontent34box .conl p:nth-child(4) span {
    background: url(/template/aodejixie/skin/img/iconnew.png) no-repeat -188px -318px;
}

.ncontent34box .conl p:nth-child(5) span {
    background: url(/template/aodejixie/skin/img/iconnew.png) no-repeat -254px -318px;
}

.ncontent34box .list span {
    display: inline-block;
    width: 27px;
    vertical-align: middle;
    height: 27px;
    margin-right: 7px;
}

.ncontent34box .list .imgdiv {
    width: 50%;
    float: right;
    margin: 20px;
}

/* 联系我们end */

/* 关于我们 */
.tl-fdh-02 {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.blk {
    margin-bottom: 20px;
}

.tl-fdh-02 li {
    width: 11.1%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(/template/aodejixie/skin/img/p16-icon6.png) no-repeat bottom center #004f2c;
    border-color: #fff;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #333;
}

.p12-aboutinfo-1-nr {
    padding: 0 0 20px;
}

.endit-content {
    line-height: 28px;
    border: 1px solid #e4e4e4;
    padding: 40px;
}

.p12-aboutinfo-1-tit {
    display: none
}

.p1 {
    background: rgb(245, 245, 245);
    padding: 15px 20px;
    border-left: 10px solid #e6a13a
}

.plan_t {
    width: 100%;
    height: auto;
    display: table;
    font-size: 38px;
    color: #333;
    font-weight: normal;
    text-align: center;
    background: url(/template/aodejixie/skin/img/ys_line.png) no-repeat center center;
    line-height: 44px;
}

.plan_t a {
    font-size: 38px;
    color: #333;
}

/*.plan_t span {
	display: block;
	font-size: 16px;
	color: #999;
}*/
.endit-content .img-block {
    text-indent: 0px;
    padding-top: 14px;
    margin: 0px;
    text-align: center;
}

.endit-content img {
    max-width: 100%;
}

.endit-content p {
    margin: 15px 0;
    font-size: 16px;
    text-indent: 2rem;
}

/* 关于我们 end */


/* 合作伙伴 */
.albumbox {
    display: table;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.albumbox dl {
    float: left;
    width: 283px;
    margin-left: 20px;
    border: 1px solid #dce1e6;
    margin-top: 20px;
}

.albumbox dl dt {
    margin: 10px;
    overflow: hidden;
}

.albumbox dl dt img {
    height: auto;
    width: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.albumbox dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.albumbox dl:nth-child(4n+1) {
    margin-left: 0;
}

.albumbox dl dd {
    background: #e8ebef4a;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
}

/* 合作伙伴 end */

/* 详情页面上下页版块儿样式 */
.actdetailmodel {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #e4e4e4;
    padding: 0 20px;
}

.actdetailmodel .up_down {
    height: 50px;
    line-height: 50px;
}

.prod-con .up_down ul li:first-child {
    margin-left: 0;
}

.prod-con .up_down ul li:last-child {
    margin-right: -96px;
}

.up_down ul li:first-child {
    width: 50%;
    float: left;
    height: 56px;
    line-height: 56px;
    display: inline-flex;
    margin-left: -55px;
    margin-top: 7px;
}

.up_down ul li:last-child {
    width: 50%;
    float: right;
    text-align: right;
    height: 56px;
    line-height: 56px;
    display: inline-flex;
    margin-right: -80px;
    margin-top: 8px;
}

.actdetailmodel a {
    display: inline-block;
    font-size: 14px;
    width: 250px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 40px;
    height: 40px;
    margin-top: 7px;
    background: #f6f9f9;
    border: 1px solid #e1e1e1;
    color: #2d2d2d;
    text-indent: 1rem;
    padding-right: 10px;
}

/* 详情页面上下页版块儿样式 end */


/* 主页新闻中心 */
.in-news {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.section {
    padding: 50px 0;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.container,
.wrap {
    margin: 0 auto;
}

.section-title2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #aaaaaa;
    border-bottom: 1px solid #fff;
}

.section-title2 strong {
    color: #fff;
    font-size: 24px;
}

.section-title2 strong span {
    font-size: 20px;
    color: #aaaaaa;
}

.section-title2 em {
    float: right;
    font-style: normal;
    padding-top: 10px;
}

.section-title2 em a {
    border: 1px solid #aaaaaa;
    padding: 3px 5px;
    color: #aaaaaa;
}

.in-news-left {
    float: left;
    width: 780px;
}

.in-news-left a {
    display: block;
    color: #333;
}

.in-news-left .img-cover {
    border: 1px solid #e4e4e4;
}

.in-news-left .img-cover img {
    width: 100%;
    height: 242px;
    object-fit: cover;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.in-news-left .text {
    margin: 2px 0 0;
    position: relative;
    padding: 14px;
}

.in-news-left .text h3 {
    margin: 0;
    font-size: 16px;
}

.in-news-left .text p {
    margin: 0;
    margin-top: 8px;
    line-height: 25px;
}

.in-news-tit {
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
}

.in-news-tit strong {
    border-bottom: 2px solid #004f2c;
    display: inline-block;
    padding: 8px 4px;
    font-size: 20px;
    s
}

.in-news-tit span {
    float: right;
    font-size: 12px;
    margin-top: 13px;
}

.in-news-center ul li {
    border-bottom: 1px dashed #cfcfcf;
    padding: 6px 0 4px 15px;
    position: relative;
}

.in-news-center ul li:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
}

.in-news-center ul li a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.in-news-center ul li span {
    float: right;
    color: #bbbbbc;
}

.in-news-center {
    float: left;
    width: 388px;
}

.in-news-right {
    float: right;
    width: 388px;
    margin-right: 32px;
}

.qa {
    margin-top: 15px;
    height: 373px;
    background: none !important;
}

.str_wrap {
    position: relative;
    overflow: hidden;
}

.str_move {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    white-space: nowrap;
}

.mauto:before,
.mauto:after,
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.qa li {
    padding: 10px 15px 10px 35px;
    border-bottom: 1px dashed #e4e4e4;
}

.qa li span {
    font-size: 14px;
    margin: 0;
    line-height: 35px;
    position: relative;
    font-weight: bold;
}

.qa li p {
    font-size: 14px;
    margin: 0;
    color: #555555;
    line-height: 25px;
    position: relative;
}

.qa li span:before {
    position: absolute;
    content: '';
    left: -30px;
    width: 17px;
    height: 35px;
    background: url(/template/aodejixie/skin/img/q.jpg) no-repeat left center;
}

.qa li span a {
    color: #444444;
}

.qa li p:before {
    position: absolute;
    content: '';
    left: -30px;
    width: 17px;
    height: 25px;
    background: url(/template/aodejixie/skin/img/a.jpg) no-repeat left center;
}

.newleft_type {
    width: 100%;
    display: table;
    border-bottom: 1px solid #e4e4e4;
}

.newleft_type dl {
    margin: 0;
}

.newleft_type dl dd {
    float: left;
    margin-left: 0;
    padding: 8px 4px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}

.newleft_type dl dd:hover:after,
.newleft_type dl dd.cur:after {
    width: 100%;
}

.newleft_type dl dd:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    background: #004f2c;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .5s;
}

.newleft_pic {
    width: 40%;
    float: left;
}

.newleft_pic dl {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    margin-top: 16px;
}

.in-news-left a {
    display: block;
    color: #333;
}

.newleft_pic dl dt img {
    width: 100%;
    height: 239px;
    object-fit: cover;
}

.newleft_pic dl dd {
    margin: 0;
    padding: 0 10px;
    padding-bottom: 15px;
}

.newleft_pic dl dd p {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bold;
    padding-top: 12px;
}

.newleft_pic dl dd i {
    font-size: 14px;
    display: block;
    font-style: normal;
    height: 35px;
    line-height: 35px;
}

.newleft_pic dl dd span {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newleft_recommend {
    width: 60%;
    float: left;
}

.newleft_recommend dl {
    display: table;
    height: auto;
    margin: 0 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 9px;
    margin-top: 17px;
}

.newleft_recommend dl dt {
    width: 30%;
    float: left;
    overflow: hidden;
    height: 104px;
}

.newleft_recommend dl dt img {
    width: 100%;
    height: 104px;
    object-fit: cover;
}

.newleft_recommend dl dd {
    width: 68%;
    float: right;
    margin: 0;
}

.newleft_recommend dl dd p {
    width: 291px;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.newleft_recommend dl dd span {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newleft_recommend dl dd strong {
    display: block;
    margin-bottom: 10px;
}

.newleft_recommend dl dd strong i {
    font-style: normal;
    font-weight: normal;
    margin-right: 15px;
}

/* 主页新闻中心 end */

/* 主页案例展示 */
.case_presentationbox {
    width: 10000px;
    left:-608px;
    display: table;
    height: auto;
    margin-top: 60px;
}

.case_presentationbox dl {
    width: 278px;
    float: left;
    margin-right: 26px;
    border: 1px solid #dce1e6;
    margin-bottom: 26px;
}

.case_presentationbox dl:hover {
    box-shadow: 0 2px 12px 0 rgb(177 179 182);
}

.case_presentationbox dl a {
    margin: 10px;
    display: block;
}

.case_presentationbox dl dt {
    width: 100%;
    height: 184px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.case_presentationbox dl dt img {
    object-fit: cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.case_presentationbox dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case_presentationbox dl dd {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-left: 0;
    background: #dce1e6;
}

.case_presentationbox dl dd p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 15px;
}

/* 主页案例展示 end */

/* 主页营销版块儿 */
.ys_bg {
    background: url(/template/aodejixie/skin/img/ys_bg.png) repeat-x;
    height: 765px;
    padding: 52px 0 0;
    overflow: hidden;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.pr {
    position: relative;
}

/*.plan_t {
    font-size: 38px;
    color: #333;
    font-weight: normal;
    height: 120px;
    text-align: center;
    background: url(https://www.ounengjixie.cn/images/plan_line.png) no-repeat center 62px;
    line-height: 44px;
}*/
.plan_t span {
    display: block;
    font-size: 16px;
    color: #999;
}

.ys_l {
    width: 960px;
    height: 633px;
    position: absolute;
    top: 100px;
    right: 50%;
}

.ys_l img {
    width: 960px;
    height: 634px;
    object-fit: cover;
}

.ys_r {
    width: 640px;
    position: relative;
    z-index: 30;
    /*padding: 30px 0 0;*/
}

.fr {
    float: right;
}

.ys_r dl {
    width: 640px;
    height: 110px;
    overflow: hidden;
    padding: 15px 0 0;
}

.ys_r dl dt {
    width: 100px;
    float: left;
}

.yin ul li:hover img,
.fuw dl:hover dt img,
.ys_r dl:hover dt img {
    transform: rotateY(180deg);
}

.yin ul li em img,
.fuw dl dt img,
.ys_r dl dt img {
    width: 76px;
    height: 76px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.ys_r dl dd {
    width: 540px;
    float: left;
    border-bottom: #494846 1px solid;
    height: 109px;
    margin-left: 0;
}

.ys_r dl dd h5 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 22px;
    color: #333;
    font-weight: normal;
}

.ys_r dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 30px;
    display: inline;
}

.six {
    padding: 60px 0 0px;
}

.plan_t a {
    font-size: 38px;
    color: #333;
}

.plan_t span {
    display: block;
    font-size: 16px;
    color: #999;
}

.six_bot {
    padding: 0 0 60px;
    display: table;
}

.six_bot ul li {
    border-left: #d2d2d2 1px solid;
    width: 200px;
    height: 120px;
    float: left;
    box-sizing: border-box;
    padding: 10px 0 0;
    text-align: center;
    color: #333;
    overflow: hidden;
    cursor: pointer;
}

.six_bot ul li.six_li02 {
    background: #f7f7f7;
}

.six_bot ul li span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 0;
}

.six_bot ul li i {
    display: block;
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.six_bot ul li:hover i,
.six_bot ul li.on i {
    color: #fff;
}

.six_bot ul li em {
    display: block;
    line-height: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.six_bot ul li em img {
    width: 50px;
    height: 100px;
}

.six_bot ul li:hover,
.six_bot ul li.on {
    background: #004f2c;
    color: #fff;
}

.six_bot ul li:hover em img,
.six_bot ul li.on em img {
    margin-top: -50px;
}

.six_qie:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid #353431;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
}

.six_qie {
    width: 1200px;
    height: 322px;
    background: #353431;
    position: relative;
}

.six01:before {
    left: 88px;
    top: -15px;
}

.six02:before {
    left: 288px;
    top: -15px;
}

.six03:before {
    left: 488px;
    top: -15px;
}

.six04:before {
    left: 688px;
    top: -15px;
}

.six05:before {
    left: 888px;
    top: -15px;
}

.six06:before {
    left: 1088px;
    top: -15px;
}

.six_m {
    margin-bottom: 45px;
    height: 322px;
}

.six_m p {
    font-size: 14px;
    color: #c1c1c1;
    line-height: 28px;
    width: 600px;
    text-indent: 2em;
    text-align: left;
    padding: 25px 0 0;
    text-transform: uppercase;
    float: left;
}

.six_m p strong {
    font-size: 24px;
    color: #FFF;
    width: 440px;
    display: inline-block;
    padding-bottom: 40px;
}

.six_m p em {
    font-size: 32px;
    border: 3px solid #dfdfdf;
    display: inline-block;
    text-align: center;
    height: 60px;
    text-indent: 0;
    width: 50px;
    line-height: 60px;
    font-style: normal;
}

.six_m p b {
    font-weight: normal;
    text-indent: 2em;
    padding: 15px;
    display: block;
    padding: 0 180px 0 30px;
}

.six_m img {
    float: left;
    width: 600px;
}

/* 主页营销版块儿 end */


/* 推荐列表 */
.left_newsbox {
    width: 100%;
    display: table;
    height: auto;
    margin-bottom: 20px;
}

.news_title p,
.problem_title p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-top: 1px solid #e4e4e4;
    position: relative;
    margin: 0;
    padding: 15px 0;
}

.news_title p:after,
.problem_title p:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 15%;
    background: #004f2c;
    height: 2px;
}

.left_newsbox dl:nth-child(2) {
    position: relative;
    display: table;
}

.left_newsbox dl:nth-child(2) dt {
    width: 100%;
    height: 180px;
}

.left_newsbox dl:nth-child(2) dt img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.left_newsbox dl:nth-child(2) dd {
    width: 100%;
    position: absolute;
    left: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0;
    bottom: 0;
    background: #333333a6;
}

.left_newsbox dl:nth-child(2) dd p {
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
    font-size: 16px;
}

.left_newsbox dl {
    width: 100%;
    display: table;
    text-align: justify;
    margin-bottom: 15px;
}

.left_newsbox dl dt {
    width: 44%;
    float: left;
    border: 1px solid #e4e4e4;
    object-fit: cover;
    height: 75px;
    border-radius: 3px;
    overflow: hidden;
}

.left_newsbox dl dt img {
    width: 100%;
    height: 75px;
    object-fit: cover;
}

.left_newsbox dl dd {
    width: 55%;
    float: left;
    margin-left: 0;
}

.left_newsbox dl dd p {
    margin: 0;
    padding: 0 11px;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.left_newsbox dl dd span {
    padding: 0 10px;
    margin-top: 10px;
    display: block;
}

.common_problembox {
    width: 100%;
    height: auto;
    display: block;
}

.common_problembox dl {
    width: 100%;
    height: auto;
    display: table;
}

.common_problembox dl dd {
    height: 45px;
}

.common_problembox dl {
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 20px;
}

.common_problembox dl dd {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background: url(http://www.ounuozhineng.com/static/images/xiangang_img.png) no-repeat 15px 15px;
    position: relative;
    font-size: 15px;
    display: block;
    width: 67%;
    margin: 0;
}

.common_problembox dl dd:before {
    content: "1";
    position: absolute;
    left: 0;
    font-size: 19px;
    top: -1px;
    color: #004f2c;
    font-weight: bold;
}

.common_problembox dl dd:nth-child(2):before {
    content: "2";
}

.common_problembox dl dd:nth-child(3):before {
    content: "3";
}

.common_problembox dl dd:nth-child(4):before {
    content: "4";
}

.common_problembox dl dd:nth-child(5):before {
    content: "5";
}

.common_problembox dl dd a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/* 推荐列表 end */

/* 应用案例列表页面 */
.casebox {
    width: 100%;
    display: table;
    height: auto;
}

.casebox dl {
    float: left;
    width: 293px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 20px;
    border: 1px solid #e4e4e4;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.casebox dl:hover {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgb(177 179 182);
}

.casebox dl:nth-child(3n+1) {
    margin-left: 0;
}

.casebox dl dt {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.casebox dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.casebox dl dt img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.casebox dl dd {
    margin-left: 0;
    background: #f6f9f9;
    padding: 15px 10px;
}

.casebox dl dd p {
    font-size: 18px;
    /*font-weight: bold;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding-bottom: 15px;
}

.casebox dl dd span {
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
    color: #aaa;
}

/* 应用案例列表页面 end */


/* 为什么奥德是您的选择? */
p {
    margin: 0;
}

.linian {
    background: url(/template/aodejixie/skin/img/ysbg.jpg) center no-repeat;
    height: 1652px;
    padding-top: 42px;
    background-size: cover;
    border-top: 5px solid #004f2c;
}

.center {
    max-width: 1200px;
    margin: 0 auto;
}

.title {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 2rem;
    overflow: hidden;
}

.title h2 {
    color: #222;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    margin: 0.4rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.title div {
    width: 1200px;
    height: 4px;
    background: url(http://taoan.7ud.cn/static/images/title.png) center no-repeat;
}

.title p {
    color: #666;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin-top: 0.6rem;
    font-family: "Adobe Caslon Pro";
    font-weight: 100;
}

.linian .float_l {
    width: 50%;
    overflow: hidden;
    margin-top: 2rem;
}

.float_l {
    float: left;
}

.linian .float_l .box01 {
    overflow: hidden;
    width: 100%;
}

.linian .float_l .box01 div {
    float: left;
    margin-right: 1rem;
}

.linian .float_l .box01 .p01 {
    font-size: 1.8rem;
    color: #222;
    margin: 0;
}

.linian .float_l .box01 .p01 strong {
    color: #161747;
}

.linian .float_l .box01 span {
    margin-top: 0.6rem;
    display: block;

}

.linian .float_l .box01 .p02 {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8rem;
    margin-top: 1rem;
}

.linian .float_l .box02 {
    overflow: hidden;
    width: 100%;
    margin-top: 5rem;
}

/*.linian .float_l .tu1 {
    margin-top: 4rem;
}*/
.linian .float_r {
    width: 45%;
    overflow: hidden;
    margin-top: 2rem;
}

.float_r {
    float: right;
}

.linian .float_r .box01 div {
    float: left;
    margin-right: 1rem;
}

.linian .float_r .box02 div {
    float: left;
    margin-right: 1rem;
}

.linian .float_l .box02 div {
    float: left;
    margin-right: 1rem;
}

.linian .float_r .box01 .p01 {
    font-size: 1.8rem;
    color: #222;
}

.linian .float_r .box02 .p01 {
    font-size: 1.8rem;
    color: #222;
}

.linian .float_r .box02 {
    overflow: hidden;
    width: 100%;
    margin-top: 4rem;
}

.linian .float_r .box01 {
    overflow: hidden;
    width: 100%;
    margin-top: 4rem;
}

/*.linian .float_r .tu3 {
    margin-top: 8rem;
}*/
.linian .float_r .box02 .p02 {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8rem;
    margin-top: 1rem;
}

.linian .float_r .box01 .p02 {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8rem;
    margin-top: 1rem;
}

.linian .float_l .box02 .p02 {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8rem;
    margin-top: 2rem;
}

.linianone,
.liniantwo,
.linianthree,
.linianfore {
    width: 100%;
    display: table;
    height: auto;
}

.g_ys {
    background: #f2f2f2 url(/template/aodejixie/skin/img/ysbg.jpg) no-repeat center top;
    width: 100%;
    padding: 50px 0;
    background-size: cover;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.whychoose h2 {
    padding-top: 23px;
    background: url(/template/aodejixie/skin/img/ystit.png) no-repeat center center;
    height: 156px;
    color: #004f2c;
    font-size: 40px;
    font-weight: bold;
    color: #004f2c;
    text-align: center;
    max-width: 1150px;
}

.g_ys h2 a {
    color: #004f2c;
    display: block;
}

.g_ys h2 em {
    display: block;
    font-weight: normal;
    font-size: 24px;
    color: #004f2c;
    padding-top: 0px;
    font-style: normal;
}

.margin-top-30 {
    margin-top: 30px;
}

.nyoushi h3 {
    width: 70px;
    height: 70px;
    border: 1px solid #e3b74e;
    line-height: 73px;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    color: #e3b74e;
    font-family: impact;
    margin-bottom: 15px;
    border-radius: 50%;
    transition: all 1.2s ease;
    cursor: pointer;
}

.nyoushi h5 {
    color: #004f2c;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.nyoushi h5 em {
    line-height: 18px;
    font-family: arial;
    font-size: 14px;
    color: #333333;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
}

.nyoushi .m_p {
    color: #626262;
    font-size: 13px;
    line-height: 24px;
    /* background: #333; */
    height: 144px;
    margin-top: 14px;
    padding: 12px 18px 0 20px;
    /* -webkit-box-shadow: 0 0 10px #ccc; */
    /* -moz-box-shadow: 0 0 10px #ccc; */
    /* box-shadow: 0 0 10px #ccc; */
    transition: all 0.5s ease;
    padding-bottom: 20px;
}

.col-md-5 img {
    height: 330px;
    position: relative;
    border-radius: 0 20%;
}

.margin-top-30:last-child {
    margin-bottom: 50px;
}

.nyoushi .m_p p {
    background: url(/template/aodejixie/skin/img/ysicoh.png) no-repeat left 10px;
    color: #333;
    font-size: 16px;
    width: 88%;
    line-height: 30px;
    padding-left: 20px;
}

.qingchu {
    clear: both;
}

#box dl {
    width: 290px;
}

#box .probox_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prices {
    text-align: center;
    margin: 0 auto;
    height: 30px;
    margin-top: 60px;
}

.prices a {
    background: #f9a50e;
    padding: 10px 40px;
    margin: 10px;
    color: #FFF;
}

.prices a.dingzhi {
    background: #6d6b6c;
}

/* 为什么奥德是您的选择? end */

/* 公司相册 */
.in-about-con .img-center img {
    width: 100%;
    border: 5px solid #fff;
}

.in-photo .img-center img {
    /* width: 100%; */
}

.pc-slide .img-center img {
    /* width: 100%; */
}

.preview .active-nav .img-center img {
    height: 75px;
}

/* 公司相册 end */

/* 新闻列表 */
.new_tab {
    display: none;
}

/* 新闻列表 end */

.prod-con img{
    margin: auto;
    display: block;
}
/* 产品详情 */
.providerbox {
    width: 100%;
    background: #e2b74f;
    line-height: 50px;
    color: #FFF;
    padding-left: 10px;
    display: table;
    margin-top: 30px;
    height: auto;
}

.providerbox ul li {
    width: 50%;
    float: left;
    text-indent: 0;
    padding-left: 15px;
}

.providerbox ul li:nth-child(2) {
    text-align: right;
    padding-right: 20px;
}

.headliner {
    margin-top: 20px;
}

.headliner h4 {
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-indent: 0;
}

.headliner span {
    letter-spacing: 0;
    font-size: 18px;
    color: #ddd;
}

.product_advantage_list dl {
    width: 25%;
    float: left;
    position: relative;
}

.product_advantage_list dl:last-child:before {
    width: 0;
}

.product_advantage_list dl:before {
    content: "";
    position: absolute;
    right: 0;
    top: 29%;
    height: 25%;
    width: 2px;
    background: #e4e4e4;
}

.product_advantage_list dl dt {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    font-size: 26px;
    background: #e3b74e;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-style: normal;
    text-indent: 0;
}

.product_advantage_list dl dd {
    text-align: center;
}

.product_advantage_list dl dd p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
}

.product_advantage_list dl dd span {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding: 0 18px;
    text-indent: 0;
    text-align: center;
    margin-top: 15px;
}

.brand_advantage {
    width: 100%;
    height: auto;
    display: table;
}

.quality_advantage_list {
    display: table;
    width: 96%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

.quality_advantage_list dl {
    width: 32.33%;
    float: left;
    margin-right: 13px;
    border: 1px solid #ddd;
    height: 360px;
}

.quality_advantage_list dl:last-child {
    margin-right: 0;
}

.quality_advantage_list dl dt {
    width: 100%;
    height: 181px;
    overflow: hidden;
}

.quality_advantage_list dl dt img {
    width: 100%;
    height: 181px;
    object-fit: cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.quality_advantage_list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.quality_advantage_list dl dd {
    padding: 0 10px;
}

.quality_advantage_list dl dd p {
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.quality_advantage_list dl dd p:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    background: #cd0000;
    height: 2px;
    width: 10%;
    border-radius: 5px;
}

.quality_advantage_list dl dd span {
    line-height: 25px;
    display: inline-block;
    text-indent: 0;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.team_strength {
    display: table;
    height: auto;
    width: 100%;
}

.team_strength p {
    text-indent: 0;
    text-align: center;
    width: 100%;
    background: #e2b74f;
    line-height: 50px;
    color: #FFF;
    display: table;
    margin-top: 15px;
    height: auto;
    margin-bottom: 20px;
}

/* 产品详情页面 end */
.left_probox {
    width: 100%;
    display: table;
    height: auto;
}

.pro_title p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-top: 1px solid #e4e4e4;
    position: relative;
    margin: 0;
    padding: 15px 0;
}

.pro_title p:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 15%;
    background: #004f2c;
    height: 2px;
}

.probox_list {
    width: 100%;
    display: table;
    height: auto;
}

.probox_list dl {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #e4e4e4;
}

.probox_list dl dt {
    width: 100%;
    height: 196px;
    overflow: hidden;
}

.probox_list dl dt img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.probox_list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.probox_list dl dd {
    background: #f6f9f9;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}

/* 发货实拍 */
.deliverybox {
    width: 100%;
    display: table;
    height: auto;
}

.deliverybox dl:nth-child(3n+1) {
    margin-left: 0;
}

.deliverybox dl {
    float: left;
    width: 293px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 20px;
    border: 1px solid #e4e4e4;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-bottom: 0;
}

.deliverybox dl:hover {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgb(177 179 182);
}

.deliverybox dl dt {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.deliverybox dl dt img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.deliverybox dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.deliverybox dl dd {
    margin-left: 0;
    line-height: 55px;
}

.deliverybox dl dd p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
    text-align: center;
}

/* 发货实拍 end */