@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table,
td {
    border: 1px solid #eaeaea;
    padding: 5px 10px !important
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: visible;
}

.clearfix{
    zoom: 1;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.sidebar .container{
    width:1200px
}

.warpper .container{
    width:1200px
}

.header {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.top_out {
    background-color: #000000;
    height: 26px;
    line-height: 26px;
    width: 100%;
    padding: 3px 0;
    color: #e61438;
}

.top_out a {
    color: #e61438;
}

.top_out span {
    display: block;
    float: left;
}

.top_out .top_tel {
    background: url(../images/index_06.png) 0 no-repeat;
    padding-left: 25px;
    margin-left: 20px;
}

.top_out .fr img {
    vertical-align: middle;
}

.top_out .fr span {
    margin: 0 5px;
}

.top_out .fr .len {
    font-size: 16px;
}

.sb_search {
    float: left;
    position: relative;
    width: 25px;
    height: 26px;
    cursor: pointer
}

.sb-icon-search {
    float: left;
    display: block;
    width: 25px;
    height: 26px;
    cursor: pointer;
    background: url(../images/index_03.png) no-repeat;
    margin-right: 5px;
}

.sb_search_in {
    display: none;
    position: absolute;
    z-index: 9;
    width: 200px;
    height: 36px;
    right: -5px;
    top: 30px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border: 1px solid #eee;
}

.sb-search-input {
    display: block;
    float: left;
    width: 158px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #fff;
    z-index: 9;
    border: none
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    margin: 8px 5px;
    background-position: -49px 1px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/sea_btn2.png) no-repeat;
}



.head_out {
    height: 120px;
}

.header_logo {
    margin-top: 30px;
}

.logo_name {
    font-size: 18px;
    color: #202020;
    font-weight: bold;
    margin-top: 44px;
    float: left;
    margin-left: 10px;
}

.nav_out {
    width: 60%;
    float: left;
    margin-left: 8%;
}

nav ul li {
    width: 14%;
    background: #fff;
    float: left;
    text-align: center;
    height: 120px;
    position: relative;
}

nav ul li:nth-child(6n) {
    margin-right: 0;
}

nav ul li i {
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

nav ul li.on1 {
    background: #000
}

nav ul li.on1 p {
    color: #e61438;
}

nav ul li:nth-child(1) .icon{
    background: url(../images/index_14.png) -2px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(2) .icon {
    background: url(../images/index_14.png) -115px 2px no-repeat;
}

nav ul li:nth-child(4) .icon {
    background: url(../images/index_14.png) -223px 2px no-repeat;
}

nav ul li:nth-child(3) .icon {
    background: url(../images/index_14.png) -335px 2px no-repeat;
}

nav ul li:nth-child(5) .icon {
    background: url(../images/index_14.png) -446px 2px no-repeat;
}

nav ul li:nth-child(6) .icon {
    background: url(../images/index_14.png) -566px 2px no-repeat;
}

nav ul li:nth-child(7) .icon {
    background: url(../images/index_14.png) -685px 2px no-repeat;
}

nav ul li:nth-child(8) .icon {
    background: url(../images/index_14.png) -804px 2px no-repeat;
}

nav ul li:hover {
    background: #000
}

nav ul li p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

nav ul li:hover p {
    color: #e61438;
}

nav ul li:nth-child(1):hover .icon,
nav ul li:nth-child(1).on1 .icon{
    background: url(../images/index_14.png) -2px 2px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(2):hover .icon,
nav ul li:nth-child(2).on1 .icon{
    background: url(../images/index_14.png) -115px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(4):hover .icon,
nav ul li:nth-child(4).on1 .icon {
    background: url(../images/index_14.png) -223px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(3):hover .icon,
nav ul li:nth-child(3).on1 .icon {
    background: url(../images/index_14.png) -335px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(5):hover .icon,
nav ul li:nth-child(5).on1 .icon {
    background: url(../images/index_14.png) -446px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(6):hover .icon,
nav ul li:nth-child(6).on1 .icon {
    background: url(../images/index_14.png) -566px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(7):hover .icon,
nav ul li:nth-child(7).on1 .icon {
    background: url(../images/index_14.png) -685px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li:nth-child(8):hover .icon,
nav ul li:nth-child(8).on1 .icon {
    background: url(../images/index_14.png) -804px -30px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

nav ul li dl{
    z-index: 99;
    position: absolute;
    top: 120px;
    width: 140px;
    background: rgba(0,0,0,.5);
    left: 50%;
    padding:0 10px;
    display: none;
    transform: translateX(-50%);
}

nav ul li dl a{
    display:block;
    line-height:40px;
    border-bottom:1px dashed #2f2e2e;
    color:#eee
}

nav ul li dl a:hover{
    color:#e61438;
    border-bottom:1px dashed #e61438;
}

nav ul li dl a:last-child{
    border-bottom:none;
}

.header_tel {
    float: right;
    margin-top: 26px;
}

.header_tel p a {
    display: block;
    background-color: #2c88c7;
    color: #fff;
    border-radius: 8px;
    width: 95px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    float: right;
}

.header_tel h5 {
    clear: both;
    font-size: 24px;
    color: #2c88c7;
    line-height: 35px;
}


.banner_bottom {
    height: 94px;
    width: 100%;
    -moz-box-shadow: 0px 10px 15px #eee;
    box-shadow: 0px 10px 15px #ccc;
    margin-bottom: 15px;
}

.banner_bottom li {
    float: left;
    width: 20%;
    padding: 0 2%;
    height: 70px;
    margin-top: 16px;
    border-right: 1px solid #eee;
}

.banner_bottom li:last-child {
    border-right: 0px;
}

.banner_bottom li i {
    float: left;
    width: 55px;
    height: 55px;
    display: block;
    margin-right: 1%;
}

.bico01 i {
    background: url(../images/b-tb.png) -14px -19px no-repeat
}

.bico02 i {
    background: url(../images/b-tb.png) -14px -118px no-repeat
}

.bico03 i {
    background: url(../images/b-tb.png) -14px -218px no-repeat
}

.bico04 i {
    background: url(../images/b-tb.png) -14px -316px no-repeat
}

.banner_bottom li div {
    float: left;
}

.banner_bottom li span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 30px;
}

.banner_bottom li p {
    font-size: 14px;
    color: #737373;
}

.page_bg{
    height: 400px;
}

.bico01 span {
    color: #ee333e;
}

.bico02 span {
    color: #f8a900;
}

.bico03 span {
    color: #5cc628;
}

.bico04 span {
    color: #2c88c7;
}

.itit_out {
    background: url(../images/tit_bg_03.png) center bottom no-repeat;
    padding-bottom: 10px;
}

.itit_out span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 50px;
}

.itit_out p {
    line-height: 32px;
    color: #ebebeb;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.mt60 {
    padding-top: 60px;
}

.proclass {
    margin-top: 60px;
    overflow: hidden;
}

.pleft_out {
    float: left;
    width: 49%;
    min-height: 625px;
    display: block;
    overflow: hidden;
}

.pleft_out dl {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.pleft_out dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pleft_out dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.pleft_out dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.pleft_out dl dd {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
}

.pleft_out dl dd i {
    width: 142px;
    height: 126px;
    display: block;
    margin: 16% auto 20px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.pleft_out dl dd h3 {
    font-size: 46px;
    color: #e61438;
    line-height: 60px;
}

.pleft_out dl dd span {
    width: 180px;
    border-radius: 15px;
    padding: 12px 0 12px 40px;
    text-align: center;
    display: block;
    margin: 15px auto;
    background: url(../images/jt02.png) 130px no-repeat rgba(230, 20, 56, 0.59);
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.pleft_out dl:hover dd {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.pleft_out dl:hover dd i {
    margin-top: 14%;
}



.pright_out {
    float: right;
    width: 50%
}

.pright_top {
    width: 100%;
    margin-bottom: 2%;
}

.pright_top dl {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.pright_top dl:nth-child(2) h3{
    color:#f8a900
}

.pright_top dl:nth-child(3) h3{
    color:#5cc628
}

.pright_top dl:nth-child(4) h3{
    color:#2c88c7
}

.pright_top dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pright_top dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.pright_top dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.pright_top dl dd {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
}

.pright_top dl dd i {
    width: 67px;
    height: 67px;
    display: block;
    margin: 12% auto 15px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.pright_top dl dd h3 {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
}

.pright_out .pright_top dl dd h3 {
    color: #f8a900;
}

.pright_out .pright_bottom01 dl:nth-child(1) dd h3 {
    color: #5cc628;
}

.pright_out .pright_bottom01 dl:nth-child(2) dd h3 {
    color: #2c88c7;
}

.pright_top dl dd span {
    width: 150px;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-size: 14px;
    color: #fff;
    background: #f8a9007d;
    border-radius: 10px;
}

.pright_top dl:hover dd {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.pright_top dl:hover dd i {
    margin-top: 10%;
}


.pright_bottom01 {
    display: block;
    overflow: hidden;
}

.pright_bottom01 dl {
    width: 49%;
    float: left;
    border-radius: 8px;
    position: relative;
    margin-right: 2%;
    overflow: hidden;
}

.pright_bottom01 dl:nth-child(2) {
    margin-right: 0;
}

.pright_bottom01 dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pright_bottom01 dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.pright_bottom01 dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.pright_bottom01 dl dd {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
}

.pright_bottom01 dl dd i {
    width: 67px;
    height: 67px;
    display: block;
    margin: 15% auto 15px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.pright_bottom01 dl dd h3 {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
}

.pright_bottom01 dl dd span {
    width: 150px;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}

.pright_bottom01 dl:nth-child(1) dd span {
    background: #5cc628a1;
}

.pright_bottom01 dl:nth-child(2) dd span {
    background: #2c88c7a6;
}

.pright_bottom01 dl:hover dd {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.pright_bottom01 dl:hover dd i {
    margin-top: 10%;
}


.adv_out {
    background: url(../images/adv_02.jpg) center no-repeat;
    height: 228px;
    width: 100%;
    margin-top: 40px;
}

.adv_con {
    width: 704px;
    margin: 0 auto;
}

/* 优势  */
.ys_list {
    display: block;
    overflow: hidden;
}

.ys_list dl {
    width: 23%;
    display: block;
    float: left;
    overflow: hidden;
    background: url(../images/ys_bg.jpg) center no-repeat;
    border: 2px solid #e61539;
    border-radius: 20px;
    margin-right: 1.5%;
    min-height: 360px;
    text-align: center;
}

.ys_list dl:last-child {
    margin-right: 0;
}

.ys_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 22px 0 0px;
}

.ys_list dl dt i {
    width: 185px;
    height: 155px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    transition: all .5s;
}

.ys_list dl dt .a01 {
    background: url(../images/ys-tb.png) 0px -20px no-repeat
}

.ys_list dl dt .a02 {
    background: url(../images/ys-tb.png) 0px -200px no-repeat
}

.ys_list dl dt .a03 {
    background: url(../images/ys-tb.png) 0px -380px no-repeat
}

.ys_list dl dt .a04 {
    background: url(../images/ys-tb.png) 0px -560px no-repeat
}

.ys_list dl dd {
    display: block;
    overflow: hidden;
    padding: 5px 0 30px;
}

.ys_list dl dd h3 {
    font-size: 28px;
    color: #222222;
    line-height: 36px;
}

.ys_list dl dd span {
    font-size: 16px;
    color: #aeaeae;
    line-height: 30px;
    text-transform: uppercase;
}

.ys_list dl dd p {
    font-size: 18px;
    color: #7e7e7e;
    line-height: 26px;
    text-align: justify;
    padding: 0 10%;
}

.ys_list dl:hover dt .a01 {
    background: url(../images/ys-tb.png) -190px -20px no-repeat
}

.ys_list dl:hover dt .a02 {
    background: url(../images/ys-tb.png) -190px -200px no-repeat
}

.ys_list dl:hover dt .a03 {
    background: url(../images/ys-tb.png) -190px -380px no-repeat
}

.ys_list dl:hover dt .a04 {
    background: url(../images/ys-tb.png) -190px -560px no-repeat
}

.ys_list dl:hover {
    background-image: linear-gradient(35deg, #fbcad2, #e6163a);
    transition: all .5s;
}

.ys_list dl:hover dd h3 {
    color: #fff;
}

.ys_list dl:hover dd span {
    color: #fff;
}

.ys_list dl:hover dd p {
    color: #fff;
}

/* 我们的专利  */
.index_zl {
    width: 100%;
    display: block;
    overflow: hidden;
}

.zl_list {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/honor_bg.jpg) top center no-repeat;
    padding: 50px 0;
    margin-top: 20px;
    height: 427px;
}

.p01_lb {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.p01_lb .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.p01_lb .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide .zz_img {
    margin: 10px;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
}

.p01_lb .swiper-slide .zz_img img {
    width: 100%;
    display: block
}

.p01_lb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgb(255, 0, 12);
}


/* 我们的优势  */
.index_goods {
    display: block;
    overflow: hidden;
}

.goods_01,
.goods_02 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.good_txt,
.good_txt2 {
    width: 52%;
    display: block;
    overflow: hidden;
}

.good_txt dl {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/ys01.png) top left no-repeat;
    min-height: 480px;
}

.good_txt dl dd {
    margin-left: 153px;
    display: block;
    overflow: hidden;
    margin-top: 5%;
}

.good_txt dl dd h3 {
    font-size: 24px;
    color: #e61438;
    line-height: 40px;
}

.good_txt dl dd hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    border: none;
    margin: 10px 0 20px;
}

.good_txt dl dd p {
    font-size: 14px;
    color: #727272;
    line-height: 26px;
}

.good_txt dl dd:nth-child(2) h3 {
    color: #f8a900;
}

.goods_img {
    width: 47%;
    display: block;
    overflow: hidden;
}

.good_txt2 dl {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/ys02.png) top left no-repeat;
    min-height: 480px;
}

.good_txt2 dl dd {
    margin-left: 153px;
    display: block;
    overflow: hidden;
    margin-top: 5%;
}

.good_txt2 dl dd h3 {
    font-size: 22px;
    color: #81d359;
    line-height: 40px;
}

.good_txt2 dl dd hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    border: none;
    margin: 10px 0 20px;
}

.good_txt2 dl dd p {
    font-size: 14px;
    color: #727272;
    line-height: 26px;
}

.good_txt2 dl dd:nth-child(2) h3 {
    color: #2c88c7;
}

/*  服务流程  */
.index_lc {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/lc_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 60px 0;
}

.lc_tit {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.lc_tit h3 {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
}

.lc_tit h3 i {
    color: #e61438;
    font-style: normal;
}

.lc_cc {
    overflow: hidden;
}

.lc_cc ul {
    display: block;
    overflow: hidden;
    padding: 20px 10px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 40px;
}

.lc_cc ul li {
    float: left;
    width: 9.8%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.lc_cc ul .jt {
    width: 24px;
    height: 24px;
    margin: 40px 6px;
    float: left;
    background: url(../images/jt.png) no-repeat;
}

.lc_cc ul li .lc_ico {
    width: 110px;
    height: 110px;
    display: block;
    overflow: hidden;
    border: 1px solid #c6c6c6;
    border-radius: 100%;
    margin: 0 auto;
}

.lc_cc ul li h3 {
    font-size: 20px;
    color: #343434;
    line-height: 40px;
    margin: 8px 0;
}

.lc_cc ul li .lc_ico i {
    width: 84px;
    height: 84px;
    margin: 20px auto;
    display: block;
    overflow: hidden;
}

.lc_cc ul li .lc_ico .c01 {
    background: url(../images/lc-tb.png) 0 -10px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li .lc_ico .c02 {
    background: url(../images/lc-tb.png) 0 -103px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li .lc_ico .c03 {
    background: url(../images/lc-tb.png) 0 -200px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li .lc_ico .c04 {
    background: url(../images/lc-tb.png) 0 -285px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li .lc_ico .c05 {
    background: url(../images/lc-tb.png) 0 -380px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li .lc_ico .c06 {
    background: url(../images/lc-tb.png) 0 -470px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li .lc_ico .c07 {
    background: url(../images/lc-tb.png) 0 -565px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li .lc_ico .c08 {
    background: url(../images/lc-tb.png) 0 -650px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.lc_cc ul li:hover .lc_ico {
    background: #343434;
}

.lc_cc ul li:hover .lc_ico .c01 {
    background: url(../images/lc-tb.png) -84px -10px no-repeat
}

.lc_cc ul li:hover .lc_ico .c02 {
    background: url(../images/lc-tb.png) -84px -103px no-repeat
}

.lc_cc ul li:hover .lc_ico .c03 {
    background: url(../images/lc-tb.png) -84px -200px no-repeat
}

.lc_cc ul li:hover .lc_ico .c04 {
    background: url(../images/lc-tb.png) -84px -285px no-repeat
}

.lc_cc ul li:hover .lc_ico .c05 {
    background: url(../images/lc-tb.png) -84px -380px no-repeat
}

.lc_cc ul li:hover .lc_ico .c06 {
    background: url(../images/lc-tb.png) -84px -470px no-repeat
}

.lc_cc ul li:hover .lc_ico .c07 {
    background: url(../images/lc-tb.png) -84px -565px no-repeat
}

.lc_cc ul li:hover .lc_ico .c08 {
    background: url(../images/lc-tb.png) -84px -650px no-repeat
}


.lc_tel {
    width: 615px;
    display: block;
    overflow: hidden;
    background: #e61438;
    border-radius: 30px;
    margin: 0 auto;
    min-height: 60px;
    text-align: center;
}

.lc_tel h3 {
    display: inline-block;
    background: url(../images/lc_tel.png) left no-repeat;
    padding-left: 55px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    margin-right: 15px;
}

.lc_tel span {
    width: 150px;
    background: rgba(255, 255, 255, 0.32);
    text-align: center;
    line-height: 34px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
}

/* 新闻资讯  */
.index_news {
    padding: 60px 0;
    overflow: hidden;
}

.news_con {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_tj {
    width: 48%;
    display: block;
    overflow: hidden;
}

.news_tj dl {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.news_tj dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_tj dl dt img {
    display: block;
    width: 100%;
}

.news_tj dl dd {
    width: 98%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
}

.news_tj dl dd h3 {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

.news_tj dl dd p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.news_list {
    width: 51%;
    display: block;
    overflow: hidden;
}

.hot_news {
    width: 100%;
    display: block;
    overflow: hidden;
}

.hot_news dl {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.hot_news dl:nth-child(1) {
    padding-top: 0;
}

.hot_news dl dt {
    margin-right: 15px;
    width: 25%;
    float: left;
}

.hot_news dl dt img {
    border-radius: 15px;
    width: 100%;
    display: block;
    height: 130px;
}

.hot_news dl dd {
    display: inline-block;
    padding: 15px 0 0;
    width: 70%;
}

.hot_news dl dd h3 {
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}

.hot_news dl dd p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin: 8px 0;
}

.hot_news dl dd span {
    font-size: 14px;
    color: #000000;
}

.xwdt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.xwdt ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.xwdt ul li {
    display: block;
    overflow: hidden;
    height: 38px;
    margin-top: 6px;
}

.xwdt ul li i {
    width: 35px;
    height: 28px;
    background: #2c88c7;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    float: left;
    margin-right: 8px;
    font-style: normal;
    font-weight: bold;
    margin-top: 5px;
}

.xwdt ul li a {
    float: left;
    font-size: 14px;
    color: #6d6d6d;
    background: url(../images/hot.png) 100% no-repeat;
    line-height: 38px;
    width: 75%;
}

.xwdt ul li span {
    float: right;
    font-size: 14px;
    color: #9d9d9d;
    line-height: 38px;
}

.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #000;
}

.footer .db_con {
    display: block;
    overflow: hidden;
    padding: 50px 0 30px;
}

.db_logo {
    width: 241px;
    display: block;
    margin-right: 30px;
}

.db_logo img {
    width: 100%;
    display: block;
}

.db_lx {
    width: 20%;
    display: block;
    overflow: hidden;
}

.db_lx p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.db_lx ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.db_lx ul li {
    margin-top: 10px;
    display: block;
    padding-left: 40px;
}

.db_lx ul li:nth-child(1) {
    background: url(../images/ico_tel.png) left 5px no-repeat;
}

.db_lx ul li:nth-child(2) {
    background: url(../images/ico_mess.png) left 5px no-repeat;
}

.db_lx ul li h3 {
    font-size: 16px;
    color: #e61438;
    line-height: 36px;
}

.db_lx ul li span {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.db_nav {
    display: block;
    overflow: hidden;
    width: 40%;
}

.db_nav dl {
    float: left;
    display: block;
    overflow: hidden;
    width: 21%;
    margin-right: 5%;
}

.db_nav dl:last-child {
    margin-right: 0;
}

.db_nav dl dt {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    display: block;
}

.db_nav dl dd {
    display: block;
    overflow: hidden;
    padding: 15px 0;
}

.db_nav dl dd a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: block;
}

.db_ewm {
    width: 200px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.db_ewm p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.db_ewm img {
    max-width: 100%;
    display: block;
}

.link {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    display: block;
    overflow: hidden;
}

.link ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    display: block;
}

.link ul li a {
    font-size: 14px;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    color: #eee;
}

.copyright {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.copyright p {
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 30px;
}

.copyright p a {
    color: #6e6e6e;
}

/* 关于我们  */

.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
    -webkit-animation: banner_inside 20s ease 1 forwards;
    -moz-animation: banner_inside 20s ease 1 forwards;
    -o-animation: banner_inside 20s ease 1 forwards;
    animation: banner_inside 20s ease 1 forwards;
}


@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }

}

@-o-keyframes banner_inside {

    from {
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes banner_inside {

    from {
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}

.sidebar {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #f8f8f8;
}

.sidebar ul {
    width: 70%;
    display: block;
    overflow: hidden;
    list-style: none;
}

.sidebar ul li {
    float: left;
    display: block;
    width: 180px;
}

.sidebar ul li a {
    font-size: 16px;
    color: #484949;
    line-height: 16px;
    border-right: 1px solid #e2e2e2;
    padding: 30px 0;
    display: block;
    text-align: center;
}

.sidebar ul li.on2 {
    background: url(../images/arrow_03.png) 90% no-repeat #e61438;
}

.sidebar ul li:hover {
    background: url(../images/arrow_03.png) 90% no-repeat #e61438;
}

.sidebar ul li:hover a,
.sidebar ul li.on2 a {
    color: #fff;
}

.sidebar span,
.mbx {
    font-size: 14px;
    color: #666;
    padding-left: 30px;
    background: url(../images/positions.png) left no-repeat;
    line-height: 70px;
}

.mbx a{
    font-size: 18px;
}

.warp {
    width: 100%;
    display: block;
    overflow: hidden;
}

.warp .container{
    width:1200px
}

.com_pany {
    display: block;
    overflow: hidden;
    padding: 30px 0
}

.com_txt {
    width: 50%;
    display: block;
    overflow: hidden;
}

.com_txt p {
    font-size: 16px;
    color: #424242;
    line-height: 34px;
    text-indent: 2em;
    text-align: justify;
}

.com_img {
    width: 48%;
    display: block;
    overflow: hidden;
}

.com_tit {
    display: block;
    overflow: hidden;
}

.com_tit h3 {
    font-size: 40px;
    color: #000000;
    line-height: 50px;
}

.com_tit hr {
    width: 50px;
    height: 3px;
    background: #e61438;
    border: none;
    margin: 10px 0 15px;
}


.index_hj {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0;
    background: #f2f2f2;
}

.hj_list {
    width: 100%;
    display: block;
    position: relative;
    margin: 50px 0
}

.hj_lb {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.hj_lb .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.hj_lb .swiper-slide .hj_img {
    margin: 10px;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
    background: #fff;
    padding: 10px;
}

.hj_lb .swiper-slide .hj_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.hj_lb .swiper-button-prev {
    width: 27px;
    height: 44px;
    background: url(../images/ico_fl.jpg) no-repeat;
    left: -38px;
}

.hj_lb .swiper-button-next {
    width: 27px;
    height: 44px;
    background: url(../images/ico_fr.jpg) no-repeat;
    right: -27px;
}

.index_honor {
    overflow: hidden;
    padding: 60px 0;
}

.honor_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.honor_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.honor_list ul li {
    width: 23%;
    margin-right: 2%;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    float: left;
}

.honor_list ul li:nth-child(4) {
    margin-right: 0;
}

.honor_list ul li .h_img {
    background: #f0f0f0;
    width: 100%;
    height: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor_list ul li .h_img img {
    max-width: 100%;
    max-height: 100%;
}

.honor_list ul li p {
    font-size: 16px;
    color: #858585;
    text-align: center;
    line-height: 45px;
}

.index_qywh {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/about_33.jpg) 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    ;
    padding: 60px 0 100px;
}

.qywh_lb {
    width: 100%;
    display: block;
    overflow: hidden;
}

.qywh_lb dl {
    padding: 40px 0;
    text-align: center;
    width: 31%;
    background: #fff;
    display: block;
    overflow: hidden;
    margin-right: 3.5%;
    float: left
}

.qywh_lb dl:nth-child(3) {
    margin-right: 0;
}

.qywh_lb dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.qywh_lb dl dt i {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.qywh_lb dl dt .i01 {
    background: url(../images/ico01.png) 0 0 no-repeat;
}

.qywh_lb dl dt .i02 {
    background: url(../images/ico01.png) 0 -110px no-repeat;
}

.qywh_lb dl dt .i03 {
    background: url(../images/ico01.png) 0 -220px no-repeat;
}

.qywh_lb dl dd {
    margin-top: 30px;
    display: block;
    overflow: hidden;
    min-height: 140px;
}

.qywh_lb dl dd h3 {
    font-size: 30px;
    color: #e61438;
    line-height: 45px;
}

.qywh_lb dl dd p {
    font-size: 22px;
    color: #000;
    line-height: 40px;
    margin-top: 10px;
}


/* 产品分类  */
.p_con {
    padding: 50px 0;
    overflow: hidden;
}

.side_product {
    width: 280px;
    display: block;
    overflow: hidden;
}

.fl_bg {
    display: block;
    overflow: hidden;
    background-image: linear-gradient(0deg, #fbcad2, #e6163a);
}

.pro_tit {
    display: block;
    overflow: hidden;
    padding: 60px 0 0;
    background: url(../images/p_it.png) center 20px no-repeat;
    text-align: center;
}

.pro_tit h3 {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    line-height: 45px;
}

.pro_tit span {
    font-size: 14px;
    color: #ff748c;
    text-transform: uppercase;
    line-height: 32px;
}

.sideMenu {
    margin: 13px;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    border-radius: 15px;

}

.sideMenu h3 {
    height: 42px;
    line-height: 42px;
    background: url(../images/ico_sj.png) 85% no-repeat;
    font-size: 18px;
    font-weight: normal;
    color: #191919;
    cursor: pointer;
    padding: 0 10px 0 35px;
    margin-top: 21px;
    border-radius: 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
}

.sideMenu h3:hover,
.sideMenu .on {
    background: url(../images/ico_sj2.png) 85% no-repeat #e61438;
    color: #fff !important;
}

.sideMenu h3:hover a,
.sideMenu .on a {
    color: #fff !important;
}

.sideMenu h3 a {
    color: #191919;
}

.sideMenu ul {
    display: none;
    margin: 15px 0;
}

.sideMenu ul li {
    height: 42px;
    line-height: 42px;
    padding: 0 10px 0 55px;
    font-size: 14px;
    color: #737373;
    margin: 0 10px;
    background: url(../images/jian.png) 18px no-repeat;
    border-bottom: 1px solid #f1f1f1;

}

.sideMenu ul li a {
    color: #737373;
    font-size: 16px;
    display: block;
}

.sideMenu ul li a.on2 {
    color: #004b99;
    text-decoration: underline
}

.sideMenu ul li a:hover {
    color: #333;

    display: block;
}

.p_tel2 {
    display: block;
    overflow: hidden;
    padding: 20px 0 30px 91px;
    background: url(../images/p_tel.png) 11px no-repeat;
}

.p_tel2 p {
    font-size: 20px;
    color: #000000;
    line-height: 32px;
}

.p_tel2 h3 {
    font-size: 30px;
    color: #e61438;
    line-height: 36px;
    font-family: Impact;
}

.cp_lb,
.cp_lb02 {
    width: 900px;
    display: block;
    overflow: hidden;
}

.cp_lb ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.cp_lb ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}

.cp_lb ul li:nth-child(3n) {
    margin-right: 0;
}

.cp_lb ul li .cp_img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.cp_lb ul li .cp_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.cp_lb ul li:hover .cp_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.cp_lb ul li p {
    width: 100%;
    background: #f8f8f8;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #5c5c5c;
    border-radius: 10px;
}

.cp_lb ul li:hover p {
    background: #e61438;
    color: #fff;
}


/* 联系我们  */
.con_lx {
    display: block;
    overflow: hidden;
    width: 100%;
}

.con_tit {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.con_tit h3 {
    font-size: 32px;
    color: #191919;
    line-height: 45px;
    font-weight: normal;
}

.con_tit hr {
    width: 100%;
    height: 1px;
    background: #cccccc;
    border: none;
    margin: 10px 0;
}

.lx_detail {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.lx_detail .lx_txt {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.lx_detail .lx_txt h3 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    text-align: center;
}

.lx_detail .lx_txt hr {
    width: 50px;
    height: 3px;
    background: #e61438;
    border: none;
    margin: 12px auto 35px;
}

.lx_detail .lx_txt ul{
    overflow: hidden;
    width: 930px;
    margin: 0 auto;
}

.lx_detail .lx_txt ul li{
    margin: 0 55px;
    float: left;
    width: 200px;
}

.lx_detail .lx_txt ul li:nth-child(3) p{
    text-align:center;
}

.lx_detail .lx_txt ul li img{
    width: 70px;
    margin: 0 auto;
    display: block;
}

.lx_detail .lx_txt ul li h6{
    font-size: 18px;
    text-align: center;
    margin: 15px 0 0;
}

.lx_detail .lx_txt p {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 36px;
}

.lx_img {
    display: inline-block;
    overflow: hidden;
}

.lx_list {
    padding: 30px 0;
    display: block;
    overflow: hidden;
}

.lx_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.lx_list ul li {
    width: 46%;
    margin-right: 8%;
    float: left;
    border-bottom: 1px dashed #ccc;
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}

.lx_list ul li:nth-child(2) {
    margin-right: 0;
}

.lx_list ul li .cc_ico {
    width: 110px;
    height: 110px;
    display: block;
    float: left;
    background: #e6e6e6;
    border-radius: 12px;
    margin-right: 30px;
}

.lx_list ul li .cc_ico i {
    width: 70px;
    height: 80px;
    display: block;
    margin: 20px auto;
}

.lx_list ul li .cc_ico .b01 {
    background: url(../images/ico02.png) 0 0 no-repeat;
}

.lx_list ul li .cc_ico .b02 {
    background: url(../images/ico02.png) 0 -80px no-repeat;
}

.lx_list ul li .cc_add {
    padding: 20px 0;
    display: block;
}

.lx_list ul li .cc_add h3 {
    font-size: 18px;
    color: #191919;
    line-height: 36px;
}

.lx_list ul li .cc_add p {
    font-size: 16px;
    color: #191919;
    line-height: 30px;
}


@media (max-width:1520px) {
    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .nav_out {
        margin-left: 4%;
    }

    .banner_bottom li {
        width: 22%;
        padding: 0 1%;
    }

}

/*banner*/
#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}


.flash {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 700px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 700px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/*左侧分栏*/

lside {
    display: block;
    position: relative;
    float: left;
    width: 222px;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}


/*右侧内容*/

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}


/*新闻列表*/

.module_list_article {
    display: block;
    overflow: hidden;
    width: 900px;
    float: right;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
    border: 1px solid #eee;
}

.module_list_article dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    max-height: 140px;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    line-height: 28px;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #999;
}

.module_list_article dl:hover dd h3 a {
    color: #1d8132;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 0 10px;
}

.article_content {
    padding: 20px 0;
}


/*图片列表*/

.module_list_img {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.module_list_img li {
    width: 31%;
    float: left;
    margin: 15px 10px;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #eee;
    line-height: 50px;
}

.module_list_img li:hover h3 {
    background: #1d8132;
    color: #fff;
}


/*图片详情*/

.banner {
    width: 450px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 400px;
}

.large_box li {
    width: 400px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 370px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {

    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr h4 {
    font-size: 20px;
    color: #e61438;
    line-height: 36px;
    padding-left: 10px;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    display: block;
    width: 120px;
    border-radius: 15px;
    background: #e61438;
    float: left;
    margin-right: 20px;
}





.p_show .met_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.p_show .met_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.p_show .met_nav li a {
    display: block;
    padding: 0 40px
}

.p_show .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
    background: #f7f8fa
}

.tab-hd2 li {
    padding: 0 40px;
}

.p_show .met_nav li.active02 {
    background: #004b97;
    color: #fff;
}

.side_lx,
.side_news,
.side_key {
    width: 99%;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3,
.side_key h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #b3001f;
}

.side_key .hot-keys {
    padding: 20px 7px 8px 7px;
    overflow: hidden;
}

.side_key .hot-keys li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px 14px 5px;
}

.side_key .hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.side_key .hot-keys li:hover a {
    border: 1px dashed #b3001f;
    color: #b3001f
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.con_section {
    position: relative;
    padding: 20px 0 50px;
}

.con_section aside {
    position: relative;
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

.con_section article {
    float: left;
    margin-left: -240px;
    width: 100%;
}

.con_section article .met_article {
    margin-left: 240px;
    background: #fff;
    padding: 15px 20px;
}

.met_section_asidenone article {
    float: none;
    margin-left: 0;
}

.met_section_asidenone article .met_article {
    margin-left: 0;
}

.con_section aside section {
    display: block;
}

.con_section aside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0f7925;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

.con_section aside .met_aside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

.con_section aside .met_aside dl {
    border-bottom: 1px solid #dfdfdf;
}

.con_section aside .met_aside dl dt {
    padding-left: 15px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 200px no-repeat;
    display: block;
}

.con_section aside .met_aside dl dt a {
    display: block;
    padding: 12px 0 12px 20px;
    color: #4b4b4b;
}

.con_section aside .met_aside dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0f7925;
    display: block;
}

.con_section aside .met_aside dl dt:hover a {
    color: #fff;
}

.con_section aside .met_aside dl dt.on {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0f7925;
    display: block;
}

.con_section aside .met_aside dl dt.on a {
    color: #fff;
}

.con_section aside .met_aside dl dd {
    padding: 6px 0 6px 0;
}

.con_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

.con_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    background: #efefef;
}


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e70012;
    border-color: #e70012;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.about_c {
    padding: 50px 0;
    overflow: hidden;
}

.contact-1 ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px
}

.contact-1 ul li {
    width: 28%;
    overflow: hidden;
    float: left
}

.contact-1 ul li:nth-child(3) {
    width: 450px;
}

.contact-1 ul li i {
    text-align: center;
    font-size: 40px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    color: #0068b6;
    float: left;
    display: block;
    margin-right: 20px;
    border-radius: 40px;
    line-height: 80px
}

.contact-1 ul li div p.en {
    font-size: 20px
}

.contact-1 ul li div {
    float: left
}

.contact-1 ul li div h2 {
    color: #8C9199;
    line-height: 30px;
    font-size: 18px;
    padding-top: 10px
}

.contact-1 ul li div p {
    color: #212121;
    line-height: 30px;
    padding-bottom: 10px;
    font-size: 16px
}

.contact-2 {
    overflow: hidden;
    height: 680px;
    margin-top: 60px;
    width: 100%
}

.contact-main {
    padding: 60px
}

.contact-2 #map {
    height: 680px;
    width: 100%
}

.contact-2 #map img {
    width: 100%
}

.contact-main .tit h1 {
    font-size: 30px;
}

.contact-main .tit {
    text-align: center
}

.contact-main .tit h1:after {
    content: '';
    width: 80px;
    height: 3px;
    background: #0068b6;
    display: block;
    margin: 20px auto
}


/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #e61438;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-zuoji:after {
    background-position: 0 -675px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #e61438;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #e61438;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #e61438;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #e61438;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-zuoji:after {
    background-position: -30px -675px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.cases_list {
    padding: 50px 0;
    overflow: hidden;
}

.cases_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.cases_list ul li {
    width: 32%;
    margin: 0px 2% 20px 0px;
    float: left;
    background: #fff;
    transition: all .3s
}

.cases_list ul li:nth-child(3n) {
    margin: 0px 0px 20px 0px
}

.cases_list ul li .c_img01 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cases_list ul li .c_img01 img {
    width: 100%
}

.cases_list ul li:hover {
    top: 10px;
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.08);
}

.case-item-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.case-item-txt p {
    padding: 25px 30px 25px 0;
    flex: 1;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.cases_list li h3 {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    font-weight: normal
}

/* 视频中心  */
.case_list_article {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}

.case_list_article dl {
    width: 23%;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 2.6%;
    margin-bottom: 40px;
}

.case_list_article dl:nth-child(4n) {
    margin-right: 0;
}

.case_list_article dl dt {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
}

.case_list_article dl dt .zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.case_list_article dl dt .zhezhao .zz_img {
    position: absolute;
    top: 45%;
    left: 45%;
}

.case_list_article dl dt img {
    max-width: 100%;
    max-height: 100%;
}

.case_list_article dl dd {
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    padding: 12px 0;
    line-height: 40px;
}

.case_list_article dl dd h3 {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
}

.case_list_article dl dd span {
    float: right;
    margin-right: 12px;
}

.case_list_article dl:hover dt .zhezhao {
    display: block;
}



.product-info {
    display: block;
    overflow: hidden;
}

.product-img {
    width: 52%;
    float: left;
    border-right: 1px solid #eee;
}


.product-arr {
    float: right;
    width: 45%;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.product-arr p {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}


.con_section {
    padding: 40px 0;
    overflow: hidden;
}

.case_list {
    display: block;
    overflow: hidden;
}

.case_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list ul li {
    width: 23%;
    margin-right: 2.5%;
    display: block;
    overflow: hidden;
    float: left;
    margin-bottom: 25px;
}

.case_list ul li:nth-child(4n) {
    margin-right: 0;
}

.case_list ul li .honor_img {
    border: 8px solid #d0d0d0;
    display: block;
    overflow: hidden;
}

.case_list ul li .honor_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.case_list ul li h3 {
    font-size: 16px;
    color: #999;
    line-height: 45px;
    text-align: center;
    font-weight: normal;
}

.zz_img img{
    width: 100%;
}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #e61438;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #e61438;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #e61438;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #e61438;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #e61438;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.xypg-detail-tags {
    margin-top: 40px;
}

.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #e61438;
    line-height: 40px;
    border-bottom: 3px solid #e61438;
    margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.xypg-detail-tags .tags-content {
    padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
    font-size: 14px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
    color: #e61438;
}


/* 产品列表栏目  */
.position01 {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.position01 p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.position01 p a {
    color: #666;
}

.cp_mm {
    display: block;
    overflow: hidden;
}

.box-title {
    display: block;
    overflow: hidden;
    background: url(../images/title-bg.png) center no-repeat;
    text-align: center;
    width: 100%;
}

.box-title h2 {
    font-size: 30px;
    color: #333;
}

.box-title hr{
    width: 80px;
    height: 2px;
    display: block;
    margin: 10px auto 5px;
    background: #e61438;
}

.box-title span{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.scene-type {
    display: block;
    width: 100%;
    margin: 30px 0 50px;
    position: relative;
}

.scene-type ul {
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.scene-type ul li {
    width: 129px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 24px 20px 0 0px;
    display: inline-block;
}

.scene-type ul li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.scene-type ul li:hover a,
.scene-type ul li.on2 a {
    background: #333;
    color: #fff;
}

.cp_lbs {
    display: block;
    overflow: hidden;
    width: 100%;
}

.scene-type ul li dl {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;

}

.scene-type ul li dl dt {
    background: #eee;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.scene-type ul li dl dt a {
    font-size: 14px;
    color: #333 !important;
    display: block;
    height: 45px;
    padding: 0 35px;
    background: none !important;
    width: 100px;
    line-height: 45px;
}

.scene-type ul li dl dt:hover a {
    background: #666 !important;
    color: #fff !important;
}

.scene-type ul li dl dt a.on3 {
    background: #666 !important;
    color: #fff !important;
}

.article_editor img{
    max-width: 100%;
}

.con {
    width: 100%;
    margin: 30px auto 0;
    display: block;
    overflow: hidden;
}

.con ul li {
    width: 32%;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #eee;
}

.con ul li img {
    width: 100%;
    height: 100%;
}

.con ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.con ul li .txt {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    /*透明背景色，不透明其文字内容*/
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: "微软雅黑";
}

.con ul li:hover .txt {
    background: rgba(0, 0, 0, 0.6)
}

.txt h3 {
    font-size: 18px;
    font-weight: 100;
    height: 60px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    color: #fff;
}

.txt p {
    font-size: 16px;
    text-align: center;
    padding: 0 20px 15px;
    line-height: 30px;
}

.txt span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
}

.pro_d_tj span{
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    color: #e61438;
    font-weight: 700;
    line-height: 40px;
    padding-left: 13px;
    position: relative;
    margin-bottom: 20px;
}

.pro_d_tj span::after{
    content: "";
    width: 91px;
    display: block;
    height: 3px;
    position: absolute;
    top: 40px;
    left: 0;
    background: #e61438;
}

.pro_d_tj ul{
    overflow: hidden;
}

.pro_d_tj ul li{
    width: 32%;
    margin-right: 1.5%;
    float: left;
    border: 1px solid #eee;
}

.pro_d_tj ul li:nth-child(3){
    margin-right: 0;
}

.pro_d_tj ul li .p_t_img{
    width: 100%;
    height: 218px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.pro_d_tj ul li .p_t_img img{
    max-width: 100%;
    max-height: 100%;
}

.pro_d_tj ul li h3{
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
    padding: 0 10px;
}

.article_i_con{
    width: 900px;
}

.n_r_tit{
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.n_r_tit::after{
    content: "";
    position: absolute;
    top: 29px;
    left: 0;
    width: 57px;
    height: 2px;
    background: #e61438;
    display: block;
}

.n_r_tit a{
    position: absolute;
    top: 0;
    right: 10px;
}

.news_r{
    width: 270px;
    padding: 0 10px 0 0;
}

.n_s_tj ul li{
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    padding: 8px 0 5px;
}

.n_s_tj ul li .n_img{
    width: 80px;
    float: left;
}

.n_s_tj ul li .n_img img{
    width: 100%;
}

.n_s_tj ul li .n_txt{
    width: 185px;
    float: right;
}

.n_s_tj ul li .n_txt h3{
    font-size: 14px;
    line-height: 16px;
}

.n_s_tj ul li .n_txt p{
    font-size: 12px;
    line-height: 16px;
}

.textflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.n_p_tj{
    margin-top: 20px;
}

.n_p_tj ul{
    overflow: hidden;
    height: 420px;
    margin-top: 15px;
}

.n_p_tj ul li{
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.n_p_tj ul li .n_p_img{
    width: 100%;
    height: 210px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.n_p_tj ul li .n_p_img img{
    width: 100%;
}

.n_p_tj ul li h3{
    text-align: center;
    font-weight: 400;
    padding: 0 10px;
}
.area {
    height: 66px;
    width: 100%;
}

.area li {
    float: left;
    line-height: 66px;
    color: #666;
    padding-right: 30px;
}

.area li a {
    color: #333;
}



.module_list_article02{ display: block; overflow: hidden; }