@charset "UTF-8"; body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
    margin: 0px;
}

input, button, ul, ol {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 130px;
}

body, input, button, form {
    font-size: 14px;
    line-height: 25px;
    font-family: "microsoft yahei", "宋体", "Arial";
    color: #333333;
    /* text-transform:capitalize; */
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img, iframe {
    border: 0px;
    max-width: 100%;
}

em, i {
    font-style: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

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

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.hide,.hidden {
    display: none !important;
}

.nopd {
    padding: 0 !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.w1200 {
    width: 1280px;
    margin: 0 auto;
}

.row {
    width: 100%;
    height: auto;
    clear: both;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

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

a:hover {
    color: #0071bd;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.graybg {
    background: #f7f7f7;
}

.ease, .ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease, .noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
}

html {
    webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-justify: inter-ideograph;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-touch-callout: none;
    margin: 0
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
    background-color: #0071bd;
}

input, textarea {
    -webkit-user-select: text
}

.pc {
    display: block !important;
}

.mob {
    display: none !important;
}

.pglist {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}

.pglist a:hover, .pglist .hover,.pglist .thisclass a {
    display: inline-block;
    color: #fff;
    background: #0071bd;
    border-color: #0071bd;
}

.pglist .pageinfo {
    display: none;
}

#tip {
    padding-top: 30px;
    min-height: 640px;
}

#tip b {
    color: #0071bd;
}

.nav li a,.tab a, .list li h3,.tit1, .title h2, .comt ul li a {
    text-transform: capitalize;
}

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

.flex-center {
    align-items: center !important;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.flex-start {
    justify-content: flex-start!important;
}

.align-start {
    align-items: flex-start !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex .item {
    flex: 0 0 auto;
    overflow: hidden;
}

.col-2 .item {
    flex: 0 0 50%;
}

.col-3 .item {
    flex: 0 0 33.33%;
}

.col-4 .item {
    flex: 0 0 25%;
}

.col-5 .item {
    flex: 0 0 20%;
}

.flex .item i {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.flex .item i.pb75 {
    padding-bottom: 75%;
}

.flex .item i.pb100 {
    padding-bottom: 100%;
}

.flex .item i.pb150 {
    padding-bottom: 150%;
}

/* .flex .item img{
	max-width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
} */
.fullimg ,.fullimg img {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #0071bd !important;
}

/*清除浮动*/
.clearfix {
    *zoom: 1; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*top_main*/
.top_main {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 80;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 12px;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 6px;
}

.top_main li a {
    color: #333333;
    cursor: pointer;
}

.top_main li a:hover {
    color: #0071bd;
}

.top_main .split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #333;
    vertical-align: middle;
    padding: 0;
}

/*header_main*/
.header_main {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background: #fff;
    padding: 0px 0;
    overflow: hidden;
}

.open-menu {
    display: none;
    width: 32px;
    height: 21px;
    text-indent: -9999px;
    overflow: hidden;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 25px;
    right: 15px;
}

.open-menu:after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}

.close-menu {
    display: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 48px;
    font-weight: 100;
    position: absolute;
    right: 15px;
    top: 18px;
    transform: rotate(45deg);
}

.header_main .call {
    display: none;
}

.header_main .logo {
    display: block;
    margin: 0 auto;
}

.header_main .logo img {
    max-width: 100%;
    height: 40px;
    margin: 20px 0;
}

.header_main .tel {
    width: auto;
    height: 50px;
    margin: 15px 0;
    padding: 0 0 0 60px;
    line-height: 25px;
    background: url(../images/ico/lx_telephone.png) left center no-repeat;
    background-size: 50px;
}

.header_main .tel em {
    display: block;
}

.header_main .tel em b {
    color: #0071bd;
}

.header_main .tel .p1 {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    display: inline-block;
}

.header_main .tel .p2 {
    margin-top: 6px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: inline-block;
}

.header_main .tel i {
    width: 17px;
    height: 44px;
    float: left;
    margin-right: 10px;
    background-position: 0 0;
}

.header_main .search {
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-top: 38px;
    border: 1px solid #0071bd;
    position: relative;
    float: right;
}

.header_main .search * {
    font-family: arial;
}

.header_main .search .sbtn {
    width: 81px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -1px;
    top: 0px;
    background: url(../images/search-btnbg.jpg) no-repeat center center;
    cursor: pointer;
}

.header_main .search .stxt {
    width: 218px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    background: none;
    color: #999;
}

/*nav*/
.nav_main {
    width: 100%;
    height: 60px;
    background: #0071bd;
    position: relative;
    z-index: 12;
}

.nav {
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    background: #00376F;
}

.nav .first_line {
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 60px;
    background: #0071bd;
    background-size: 2px 60px;
}

.nav .list {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
}

.nav li.item {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.nav li.item:hover a {
    color: #c53636;
}

.nav .item a {
    display: block;
    color: #fff;
    font-size: 16px;
}

#nav .subnav {
    position: absolute;
    top: 60px;
    left: 0px;
}

#nav .subnav {
    position: absolute;
    left: 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

#nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#nav .subnav .nav1 {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#nav .subnav .nav1:first-child {
    border-top: 0;
}

#nav .subnav .nav1:hover {
    background: #0071bd;
}

#nav .subnav .nav1 a {
    padding: 0;
    height: 50px;
    line-height: 50px!important;
    font-size: 14px;
    color: #333;
}

#nav .subnav .nav1:hover a {
    color: #fff;
}

/* banner */
#swiper1 .swiper-button-next, #swiper1 .swiper-button-prev {
    display: none;
}

#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 600px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner, .banner ul {
    max-height: 600px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 100%;
    display: block;
    position: relative;
}

#banner .tip {
    width: 1000px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 42px;
    z-index: 13;
}

#banner .tip span {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background-position: -260px 0px;
}

#banner .tip span.cur {
    background-position: -240px 0px;
}

#banner #btn_prev, #banner #btn_next {
    width: 34px;
    height: 65px;
    position: absolute;
    top: 250px;
    z-index: 5;
}

#banner #btn_prev {
    background-position: 0 -64px;
    left: 8%;
    transition: all 600ms ease;
}

#banner #btn_next {
    background-position: -50px -64px;
    right: 8%;
    transition: all 600ms ease;
}

#banner #btn_prev:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    left: 7.6%;
}

#banner #btn_next:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    right: 7.6%;
}

#banner .banner_mask {
    z-index: 9;
    position: absolute;
    bottom: -160px;
    width: 100%;
    height: 292px;
    background: url(../images/banner_mask.png) no-repeat center top;
}

/*banner end*/
/*footer*/
.footer {
    width: 100%;
    color: #fff;
    padding: 0px 0;
    background: #00376F;
}

.foot-menu {
    padding: 30px 0;
}

.foot-menu a {
    color: #fff;
}

.foot-bottom {
    background-color: rgba(0, 0, 0, 0.05);
}

.footer .w1200 > .flex .flex {
    flex: 0 0 75%;
    padding: 0 25px;
}

.footer .w1200 > .flex .item span {
    display: inline-block;
    width: 33.33%;
}

.footer .w1200 > .flex .item h3 {
    font-weight: bold;
}

.footer .links {
    padding: 20px 0;
    /* margin-bottom: 40px; */
    font-size: 16px;
    /* border-bottom: 1px solid #333333; */
}

.footer .links span {
    color: #f9f9f9;
    font-weight: bold;
    display: inline-block;
}

.footer .links a {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    padding-right: 10px;
}

.footer .links a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.footer .contact {
    width: 450px;
}

.footer .contact .ewm {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
}

.footer .contact .ewm img {
    display: block;
    width: 100%;
    height: auto;
}

.footer .contact .contact_words {
    color: #ccc;
}

.footer .contact .contact_words h5 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer .contact .contact_words h5:after {
    content: '';
    display: block;
    width: 55px;
    height: 2px;
    background: #515151;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .contact .contact_words h3 {
    display: inline-block;
    margin-right: 10px;
}

.footer .contact .contact_words a {
    color: #ccc;
}

.footer .contact .contact_info {
    margin-left: 16px;
    padding-top: 15px;
}

.footer .contact .contact_info p {
    font-size: 14px;
    color: #ccc;
    line-height: 14px;
}

.footer .contact .contact_info .tel {
    margin-top: 16px;
    margin-bottom: 12px;
    font: normal 34px "arial";
    color: #fff;
    line-height: 28px;
}

.footer .contact .contact_info .qq {
    width: 20px;
    height: 20px;
    background: url(../images/qq.png);
    display: inline-block;
    margin: -8px 2px 0px;
}

.footer .contact .contact_info .p2 {
    margin-bottom: 14px;
}

.footer .contact .contact_info .line {
    width: 30px;
    height: 2px;
    margin-top: 14px;
    margin-bottom: 20px;
    background: #999;
}

.footer .bNav {
    width: 610px;
    margin-left: 100px;
    margin-top: 0px;
}

.footer .bNav dl {
    width: 170px;
    height: 150px;
    margin-top: 6px;
    padding: 0px 0 0px 36px;
    line-height: 18px;
    float: left;
    background: url("../images/footer-split.png") no-repeat right top;
}

.footer .bNav dl:first-child {
    padding-left: 0;
}

.footer .bNav dl dt {
    color: #333;
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
}

.footer .bNav dl dt a {
    display: block;
    color: #fff;
    text-transform: capitalize;
}

.footer .bNav dl dt a:hover {
    display: block;
    color: #ccc;
}

.footer .bNav dl dd {
    line-height: 26px;
    text-align: left;
}

.footer .bNav dl dd:first-child {
    margin-top: 30px!important;
}

.footer .bNav dl dd a {
    display: block;
    color: #ccc;
    font-size: 12px;
    text-transform: capitalize
}

.footer .bNav dl dd a:hover {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/*copyright*/
.copyright {
    height: auto;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.copyright span {
    margin: 0 12px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.copyright a {
    color: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.copyright a:hover {
    color: #ddd;
}

/***********index css end***********/
.ctbox {
    align-items: center;
}

.ctbox h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px auto 20px;
}

.ctbox h3 {
    font-weight: bold;
}

.ctbox > .item:last-child {
    flex: 0 0 30%;
}

.toolbar {
    width: 50px;
    position: fixed;
    right: 1%;
    top: 44%;
    z-index: 999;
}

.toolbar dd {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    position: relative;
    background: url(../images/black20.png) repeat 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 7px 0 0 7px;
    background: url(../images/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
    display: none;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 50px;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -51px;
    background: #0071bd;
    display: none;
}

.toolbar .pop-code {
    width: 160px;
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
    height: 50px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.toolbar .qq span {
    background-position: 0 -47px;
}

.toolbar .qq a {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
}

.toolbar .qq:hover {
    background: #0071bd;
}

.toolbar .tel span {
    background-position: 0 0;
}

.toolbar .tel:hover {
    background: #0071bd;
}

.toolbar .code span {
    background-position: 0 -95px;
}

.toolbar .code:hover {
    background: #0071bd;
}

.toolbar .top span {
    background-position: 0 -142px;
}

.toolbar .top:hover {
    background: #0071bd;
}

/*******index css*******/
.indexTit {
    color: #0071bd;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 56px;
}

.indexTit .en {
    text-transform: uppercase;
    line-height: 35px;
    font-family: didot;
    font-size: 24px;
}

.indexTit h3 {
    font-size: 24px;
    color: #835026;
}

.index .in_title {
    padding-top: 80px;
    height: auto;
    overflow: hidden;
}

.index .case .in_title {
    padding-top: 0;
}

.index .in_title .entit {
    margin-bottom: 12px;
    font: normal 40px "arial";
    color: #666;
    text-align: center;
}

.index .in_title .tit {
    margin-top: 10px;
    font-weight: bold;
    height: auto;
    line-height: 40px;
    text-align: center;
    color: #0071bd;
    overflow: hidden;
    background: url("../images/titline.png") no-repeat;
}

.index .look_more {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #333;
    border: 1px solid #0071bd;
    border-radius: 20px;
    transition: all .5s;
}

.index .look_more:hover {
    background: #0071bd;
    color: #fff;
    transition: all .5s;
}

/*slip*/
.index_slip {
    height: 180px;
    margin-top: -2px;
    background: url("../images/ixbannerbg.png") no-repeat center center;
}

.index_slip .slip_tit {
    width: 942px;
}

.index_slip .slip_tit .tit1 {
    padding-top: 40px;
    font: bold 45px "黑体";
    color: #fff;
    font-style: italic;
}

.index_slip .slip_tit .tit2 .p1 {
    float: left;
    margin-top: 18px;
    font: normal 28px "microsoft yahei";
    color: #fff;
    font-style: italic;
}

.index_slip .slip_tit .tel {
    float: left;
    margin-top: 12px;
    margin-left: 30px;
    width: 310px;
    height: 40px;
    font: normal 30px "arial";
    line-height: 40px;
    text-align: center;
    text-indent: 24px;
    color: #125927;
    background: url("../images/tel_bg.png") no-repeat;
    background-size: 310px 40px;
}

.index_slip .slip_btn {
    display: block;
    margin-left: 30px;
    margin-top: 60px;
    width: 228px;
    height: 71px;
    background: url("../images/ixbanner-btn.png") no-repeat;
    font: bold 20px "microsoft yahei";
    line-height: 50px;
    text-align: center;
    color: #125d27;
    transition: all 600ms ease;
    -webkit-animation: change 2s linear infinite;
}

.index_slip .slip_btn:hover {
    margin-top: 54px;
    transition: all 600ms ease;
}

.index_slip1 {
    margin-top: -180px;
    background: none;
}

/*服务流程*/
.index .floor_4 .in_title .entit {
    color: #666;
}

.index .floor_4 .in_title .tit {
    color: #0071bd;
    background: url("../images/titline1.png") no-repeat center center;
}

.index .floor_4 .serviceList {
    padding-top: 60px;
}

.index .floor_4 .serviceList .list {
    width: 104%;
}

.index .floor_4 .serviceList .list li {
    position: relative;
    float: left;
    width: 120px;
    height: 260px;
    margin-left: 62px;
    background: url("../images/ita_bg.png") no-repeat;
}

.index .floor_4 .serviceList .list li:first-child {
    margin-left: 0px;
}

.index .floor_4 .serviceList .list li .img {
    padding: 30px 36px 0 30px;
}

.index .floor_4 .serviceList .list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    *width: 47px;
    *height: 36px;
    transition: all ease 600ms;
}

.index .floor_4 .serviceList .list li .tit {
    width: 26px;
    height: 108px;
    margin-top: 20px;
    *margin-top: 12px;
    margin-left: 40px;
    font: bold 26px "Microsoft YaHei";
    text-align: center;
    color: #333;
    display: block;
    vertical-align: text-top;
    line-height: 26px;
    *line-height: 30px;
    word-break: break-all;
    word-wrap: break-word;
    z-index: 3;
    position: relative;
}

.index .floor_4 .serviceList .list li .num {
    position: absolute;
    bottom: 0;
    left: 26px;
    width: 61px;
    height: 33px;
}

.index .floor_4 .serviceList .list li .num img {
    display: block;
    width: 100%;
    height: 100%;
}

.index .floor_4 .serviceList .list li.ita7 {
    width: 120px;
    background: url("../images/ita1_bg.png") no-repeat;
}

.index .floor_4 .serviceList .list li:hover .img img {
    transform: rotate(360deg);
    transition: all ease 600ms;
}

/*关于我们*/
.index #floor_2_main {
    height: auto;
    background: #fff no-repeat center center;
    background-size: cover;
}

.index .about_main {
    padding: 0px 0;
    background: #fff;
}

.index .about_main .about {
    position: relative;
    margin: 0px auto 0;
    z-index: 10;
    width: 100%;
    padding: 50px;
    background: #fff;
}

.index .about_main .about a {
}

.index .about_main .about a:hover {
    color: #fff;
}

.index .about_main .about .part1 {
    position: relative;
    float: left;
    width: 100%;
    flex: 0 0 50%;
}

.index .about_main .about .part1 .title {
    padding-top: 80px;
}

.index .about_main .about .part1 .title .entit {
    font: normal 40px "Akzidenz-Grotesk BQLight";
    line-height: 50px;
    color: #666;
    text-transform: uppercase;
}

.index .about_main .about .part1 .title .tit {
    width: 510px;
    font: bold 30px "Microsoft YaHei";
    color: #0071bd;
    background: url("../images/aboutline.png") no-repeat right center;
}

.index .about_main .about .part1 .view_detail {
    position: absolute;
    top: 70px;
    right: 0;
    display: block;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #0071bd;
    border: 1px solid #0071bd;
    border-radius: 15px;
    transiton: all .5s;
}

.index .about_main .about .part1 .view_detail:hover {
    background: #0071bd;
    color: #fff;
    transition: all .5s;
}

.index .about_main .about .part1 .cont {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: justify;
}

.index .about_main .about .part1 .tips {
    width: 630px;
    height: 118px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.index .about_main .about .part1 .tips .item {
    float: left;
    margin-top: 30px;
}

.index .about_main .about .part1 .tips .item:first-child {
    margin-left: 30px;
    margin-right: 0px;
}

.index .about_main .about .part1 .tips .item .img {
    float: left;
    width: 55px;
    height: 55px;
}

.index .about_main .about .part1 .tips .item .img img {
    display: block;
    width: 55px;
    height: 55px;
    transition: all ease 600ms;
}

.index .about_main .about .part1 .tips .item .stit {
    width: 232px;
    float: left;
    margin-left: 12px;
}

.index .about_main .about .part1 .tips .item .stit .tit1 {
    padding-top: 6px;
    font: bold 20px "Microsoft YaHei";
    color: #333;
}

.index .about_main .about .part1 .tips .item .stit .cont1 {
    margin-top: -3px;
    font-size: 14px;
    color: #666;
}

.index .about_main .about .part2 {
    position: relative;
    float: left;
    width: 100%;
    flex: 0 0 50%;
    height: auto;
    background: #fff;
    color: #333;
    padding: 40px 40px;
    text-align: justify;
}

.index .about_main .about .in_title {
    padding: 0;
}

.index .about_main .about .in_title p {
    color: #000;
    text-align: left;
}

.in_title p small {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.index .about_main .about .view_detail, .view_detail {
    display: inline-block;
    line-height: 40px;
    width: 140px;
    background: #004b97;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.index .about_main .about .view_detail:hover,.view_detail:hover {
    background: #000;
    color: #fff;
}

.index .about_main .about .part2 .video {
    position: absolute;
    top: -20px;
    left: -20px;
}

.index .about_main .about .part2 .video img {
    display: block;
    width: 100%;
    height: auto;
}

.index .about_main .about .part1 .tips .item:hover .img img {
    transform: rotate(360deg);
    transition: all ease 600ms;
}

/*******内页样式********/
#home .nybanner {
    display: none;
    height: 0;
}

.nybanner {
    width: 100%;
    height: auto;
    max-height: 280px;
    overflow: hidden;
    position: relative;
}

.nybanner img {
    width: 100%;
    display: block;
}

.bread {
    padding: 15px 0;
}

.bread a:first-child {
    padding-left: 22px;
    background: url(../images/ico/i_home.png) left center no-repeat;
    background-size: 16px;
}

.aboutpage {
}

.aboutinfo .aboutbox .aboutct {
    padding: 15px 0;
}

.aboutinfo .aboutbox .aboutct img {
    margin: 0 30px 10px 0;
}

.aboutinfo .flex {
    margin: 50px auto;
}

.aboutinfo .flex .item {
    flex: 0 0 110px;
}

.aboutinfo .flex .item h3 {
    font-size: 48px;
    line-height: 1.5;
    color: #000;
}

.aboutinfo .flex .item h3 sup {
    font-size: 18px;
    transform: translate(-10px);
    margin-left: 10px;
}

.aboutinfo .flex .item p {
    text-indent: 3px;
    color: #666;
}

.aboutlist {
    margin: 50px auto;
    align-items: center;
}

.aboutlist:first-child {
    margin-top: 0px;
}

.aboutmain .flex:nth-child(even) {
    flex-direction: row-reverse;
}

.aboutlist h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
}

.aboutlist h3:after {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    background: #fa7c92;
    position: absolute;
    left: 0;
    bottom: 0;
}

.submian {
    padding: 0 0 50px 0;
}

.submian .sobtitle {
    height: auto;
    line-height: 30px;
    padding: 10px 0px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.submian .sobtitle s {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-position: -213px 0px;
}

.submian .sobtitle a {
    font-size: 14px;
    color: #333
}

.submian .sobtitle a:hover {
    color: #0071bd;
}

.submian .sobtitle a.now {
    color: #0071bd;
    font-size: 14px;
    font-weight: bold;
}

.submian .sobtitle a.now:hover {
    text-decoration: underline;
}

.submian .subleft {
    width: 245px;
    background: #fff;
}

.submian .subleft .title {
    background: #f1f1f1;
    height: 50px;
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
}

.submian .subleft .title h2 {
    line-height: 50px;
    /* font-size: 16px; */
    font-weight: bold;
    color: #00376F;
}

.submian .subleft .title i {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.submian .subleft ul {
    border: 0px solid #ddd;
}

.submian .subleft ul li a {
    background: #fff url(../images/tb9.png) right 15px center no-repeat;
    border-top: 1px solid #eaeaea;
    line-height: 40px;
    height: 40px;
    display: block;
    padding-left: 15px;
    font-size: 14px;
    overflow: hidden;
}

.submian .subleft ul li .box {
    padding: 10px 0px;
    display: none;
}

.submian .subleft ul li .box a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #888;
    border: 0px;
}

.submian .subleft ul li .box a:hover {
    color: #0071bd;
    background: none;
}

.submian .subleft ul li.hover a.hover {
    background: url(../images/tb10.png) right 15px center no-repeat;
    color: #0071bd;
}

.submian .subleft ul li .sub-nav {
    padding: 0 5px;
}

.submian .subleft ul li .sub-nav li a {
    background: none;
}

.submian .subleft ul li .sub-nav li a:before {
    content: '-';
    margin-right: 5px;
}

.submian .subleft ul li .sub-nav li.this a {
    color: #00376F;
}

.submian .subleft ul li .sub-nav li.this a:before {
    content: '·';
    font-weight: bolder;
    margin-right: 5px;
}

.submian .subleftul li.hover .box a {
    background: none;
    font-weight: normal;
}

.submian .subleft ul li.hover .box a.hover {
    color: #0071bd;
    font-weight: bold;
}

.submian .subleft ul li .boxlist {
    padding: 0;
    display: none;
    border: none;
}

.submian .subleft ul li .boxlist li {
    line-height: 50px;
    background: #b1aeae;
}

.submian .subleft ul li .boxlist li a {
    height: 40px;
    padding-left: 45px;
    color: #333;
    font-weight: normal;
    border-bottom: 0;
    line-height: 40px;
    background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;
    border-top: none;
}

.submian .subleftul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
    color: #0071bd;
    font-weight: bold
}

.subright > h3 {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.subright > h1 {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}

.subright > .time {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.subright .content {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
}

.subright .content>h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.subright .content p, .subright .content div {
    margin-bottom: 10px;
    white-space: normal !important;
}

.subright .content p *, .subright .content div * {
    white-space: normal !important;
}

.submian .subleft ul li.hover .boxlist {
    display: block;
}

.submian .subright .anlitopH4, .submian .subright .divanli {
    background: #fff;
}

.submian .subright .anlitopH4 {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
}

.submian .subright .anlitopH4 span {
    border-left: 5px solid #0071bd;
    height: 38px;
    line-height: 38px;
    padding-left: 22px;
    display: block;
    float: left;
    color: #0071bd;
    font-weight: bold;
    font-size: 14px;
}

.submian .subright .anlitopH4 span .org {
    color: #ff7e00;
}

.submian .subright .anlitopH4 span .org {
    display: inline
}

.submian .subright .anlitopH4 a {
    float: right;
    padding-right: 20px;
}

.submian .subright .anlitopH4 .tel {
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #007eb9;
}

.submian .subright .divanli {
    border: 1px solid #e4e4e4;
    border-top: none;
    margin-bottom: 10px;
    padding: 15px;
}

.submian .subright .divanli ul {
    width: 105%;
    height: 185px;
}

.submian .subright .divanli ul li {
    float: left;
    margin-left: 10px;
}

.submian .subright .divanli ul li:first-child {
    margin-left: 0;
}

.submian .subright .divanli ul li a img {
    width: 194px;
    height: 143px;
    display: block;
    border: solid 1px #e4e4e4;
}

.submian .subright .divanli ul li a span {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    width: 170px;
}

.submian .subright .divanli ul li a:hover img {
    border-color: #007eb9;
}

.submian .subright .divanli ul li a:hover span {
    color: #007eb9;
    font-weight: bold;
}

.submian .subright .divanli_mess {
    border: 1px solid #e4e4e4;
    border-top: none;
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
}

.submian .subright .divanli_mess p {
    line-height: 24px;
}

.submian .subright .divremmnews {
    border: 1px solid #e4e4e4;
    border-top: none;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
}

.submian .subright .divremmnews ul {
    width: 100%;
    overflow: hidden;
}

.submian .subright .divremmnews ul li {
    float: left;
    width: 47%;
    height: 35px;
    line-height: 35px;
    margin: 0 1.5%;
    border-bottom: 1px dashed #ccc;
}

.submian .subright .divremmnews ul li a {
    height: 35px;
    line-height: 35px;
    float: left;
    overflow: hidden;
}

.submian .subright .divremmnews ul li span {
    color: #666;
    float: right;
    height: 35px;
    line-height: 35px;
    white-space: nowrap
}

.submian .subright .divremmnews ul li a:hover {
    color: #0071bd;
}

.map_ul {
    list-style: outside none none;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.map_ul li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DCDBDB;
    margin-left: 10px;
    float: left;
}

.map_ul li a {
    font-size: 14px;
    float: left;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
}

.map_ul .list-inline {
    display: block;
    margin-left: 14%;
    width: 80%;
    min-height: 30px;
}

.map_ul .list-inline a {
    font-weight: normal;
    width: auto;
    float: none;
    line-height: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 10px;
}

.map_ul .list-inline a:hover {
    background: #0071bd;
    color: #fff;
}

.submian .subleft .adv {
    margin-bottom: 10px;
    background: #000;
}

.submian .subleft .adv a img {
    display: block;
    width: 100%;
}

.submian .subleft .adv a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}

.submian .subleft .leftnews {
    margin-bottom: 10px;
}

.submian .subleft .leftnews .title {
    height: 60px;
    padding: 15px;
    text-align: center;
}

.submian .subleft .leftnews .leftnewscomt {
    background: #fff;
    padding: 10px;
}

.submian .subleft .leftnews .leftnewscomt ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.submian .subleft .leftnews .leftnewscomt ul li a {
    font-size: 14px;
    display: block;
    padding-left: 10px;
}

.submian .subleft .leftnews .leftcont {
    background: #fff;
    padding: 10px;
}

.submian .subleft .leftnews .leftcont h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0071bd;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.submian .subleft .leftnews .leftcont span {
    line-height: 24px;
    font-size: 12px;
    padding-top: 10px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

.submian .subleft .leftnews .leftcont p {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    line-height: normal;
}

.submian .subleft .leftnews .leftcont p i {
    font-size: 22px;
    color: #0071bd;
    display: block;
}

.submian .subright {
    width: calc(100% - 280px);
    padding-bottom: 20px;
    line-height: 28px;
}

.submian .subright .bigtitle {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
}

.submian .subright .aboutlist {
    color: #333;
}

.submian .subright .aboutlist p {
    margin-bottom: 10px;
}

.submian .subright img {
    max-width: 100%;
}

.submian .subright .goodsinfo img {
    width: auto;
    height: auto;
}

.submian .subright .newslist .textlist li {
    padding: 25px 0px 25px;
    height: 110px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 25px;
}

.submian .subright .newslist .textlist li a {
    display: block;
    cursor: pointer;
}

.submian .subright .newslist ul li a img {
    width: 147px;
    float: left;
    margin-right: 18px;
    border: 1px solid #eee;
    height: 110px;
    display: block;
}

.submian .subright .newslist ul li a .txt {
    color: #888;
    line-height: 24px;
    font-size: 12px;
}

.submian .subright .newslist .textlist li a p {
    height: 40px;
    line-height: 40px;
}

.submian .subright .newslist .textlist li a b {
    color: #0071bd;
    font-size: 14px;
}

.submian .subright .newslist .textlist li a:hover b {
    color: #0071bd;
}

.submian .subright .newslist .textlist li a i {
    color: #999;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
}

.submian .subright .newslist .textlist li a span {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    display: block;
    color: #666;
}

.submian .subright .newslist .textlist2 li {
    height: 40px;
    line-height: 40px;
}

.submian .subright .newslist .textlist2 li a {
    display: block;
}

.submian .subright .newslist .textlist2 li s {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #007eb9;
    margin-right: 10px;
    border-radius: 100%;
}

.submian .subright .newslist ul li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.submian .subright .newslist ul li a:hover p b {
    text-decoration: underline;
}

.submian .subright .newslist ul li a:hover span {
    color: #777;
}

.submian .subright .caselist ul li {
    padding: 20px 0px;
    border-bottom: 1px dotted #c2c2c2;
    height: 176px;
}

.submian .subright .caselist ul li a {
    display: block;
}

.submian .subright .caselist ul li a img {
    width: 220px;
    height: 162px;
    display: block;
    border: 7px solid #e2e2e2;
}

.submian .subright .caselist ul li a .txt {
    width: 470px;
    float: left;
    padding-left: 20px;
}

.submian .subright .caselist ul li a .txt p {
    height: 40px;
    line-height: 40px;
    color: #007eb9;
    font-size: 14px;
    font-weight: bold;
}

.submian .subright .caselist ul li a .txt i {
    color: #666;
    padding-bottom: 10px;
    display: block;
}

.submian .subright .caselist ul li a .txt span {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    display: block;
    color: #666;
}

.submian .subright .caselist ul li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    border-color: #007eb9;
}

.submian .subright .caselist ul li a:hover p {
    text-decoration: underline;
}

.submian .subright .caselist ul li a:hover span {
    color: #777;
}

.submian .subright .mess {
    background: #fff;
    padding: 0px 40px 30px;
    width: 596px;
    margin-left: 80px;
}

.submian .subright .mess h1 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
}

.submian .subright .mess p {
    text-align: center;
    padding-bottom: 30px;
}

.submian .subright .mess .left {
}

.submian .subright .mess .left li {
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
}

.submian .subright .mess .left label {
    width: 150px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: none;
    color: #0071bd;
    font-size: 16px;
    float: left;
    border-radius: 3px 0 0 3px;
    border: 1px solid #0071bd;
}

.submian .subright .mess .left input {
    border: 1px solid #ccc;
    border-left: none;
    float: left;
    height: 21px;
    line-height: 21px;
    padding: 11px 10px;
    width: 404px;
    color: #666;
    border-radius: 0px 3px 3px 0;
    outline: none;
}

.submian .subright .mess .left select {
    border: 1px solid #ccc;
    border-left: none;
    float: left;
    height: 45px;
    line-height: 45px;
    width: 424px;
    color: #666;
    border-radius: 0px 3px 3px 0;
    outline: none;
    text-indent: 10px;
}

.submian .subright .mess .right {
    float: left;
    width: 585px;
    padding-top: 10px;
    *padding-top: 20px;
}

.submian .subright .mess .right input, .submian .subright .mess .right a {
    width: 40%;
    margin-right: 2%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border: none;
    background: #0071bd;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: ease-in-out .2s;
    float: left
}

.submian .subright .mess .right a {
    color: #333;
    background: #ffcc00;
    float: right
}

.submian .subright .mess .right a:hover {
    background: #cda503;
}

.submian .subright .mess .right input:hover {
    background: #2bba72;
}

.goodsinfo .item:last-child {
    padding-left: 30px;
}

.goodsinfo .item:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goodsinfo .item > h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.goodsinfo .item figure {
    text-align: center;
    width: 100%;
}

.goodsinfo .item .desc {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.goodsinfo .item .btnbox a {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 6px;
    background: #0071bd;
    color: #fff;
    margin-right: 25px;
}

.goodsinfo .item .btnbox a:hover {
    background: #00376F;
}

.tab-container {
    width: 100%;
    margin: 20px auto;
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 0px solid #ddd;
}

.tab-item {
    padding: 10px 25px;
    cursor: pointer;
    margin-right: 3px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 0;
}

.tab-item.active {
    background: #0071bd;
    border: 1px solid #0071bd;
    color: #fff;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 20px 0;
    border: 0px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.tab-content.active {
    display: block;
}

.channelist li {
    margin-bottom: 100px;
    background: #f7f7f7;
}

#indexshop .channelist li:last-child {
    margin-bottom: 20px;
}

.channelist li .item {
    display: flex;
    /* align-items:center; */
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}

.channelist li .item.text {
    padding: 0 6% 0 2%;
    position: relative;
}

.channelist li .item.text .arrow-down {
    position: absolute;
    bottom: 30px;
    border: 1px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.channelist li .item i {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s linear;
}

#listshop .channelist li .item i, .channelist li:hover .item i {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .3s linear;
}

.channelist li h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.channelist h3:after {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    background: #fa7c92;
    position: absolute;
    left: 0;
    bottom: 0;
}

.channelist li .view_detail {
    display: inline-block;
    line-height: 40px;
    width: 140px;
    background: #fa7c92;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.channelist li .view_detail:hover {
    background: #000;
}

.listitle {
    padding-left: 25px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.listitle:before {
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background: #fa7c92;
    position: absolute;
    left: 0;
    top: 15px;
}

.listitle h3 {
    font-size: 24px;
    line-height: 2;
}

.twlist {
    margin-bottom: 30px;
}

.twlist ul.list {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.twlist ul.list li.item {
    float: left;
    width: 30%;
    flex: 0 0 30%;
    margin: 10px 0;
}

.r3 .twlist ul.list li.item:nth-child(3n-1) {
    margin-left: 5%;
    margin-right: 5%;
}

.twlist ul.list li.item a:hover img {
    opacity: 1;
}

.t7 .twlist ul.list li.item i {
    padding-bottom: 150%;
}

.c2 .twlist ul.list li.item {
    float: left;
    width: 47.5%;
    flex: 0 0 47.5%;
    margin: 10px 0;
}

.c2 .twlist ul.list li.item:nth-child(3n-1) {
    margin: 10px 0;
}

.c2 .twlist ul.list li.item:nth-child(2n) {
    margin: 10px 0 10px 5%;
}

.twlist ul.list li.item span {
    text-transform: capitalize;
    width: 100%;
    height: 45px;
    text-align: left;
    display: block;
    line-height: 45px;
    background: #fff;
    margin: 1px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    font-size: 12px;
}

.twlist ul.list li.item img {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.titlelist {
    margin-top: 10px;
}

.titlelist .twlist ul.list li.item {
    margin: 0px;
}

.titlelist .twlist ul.list li.item span {
    height: 25px;
    line-height: 25px;
}

.r5 .twlist ul.list li.item {
    float: left;
    width: 18%;
    flex: 0 0 18%;
    margin: 10px 2.5% 10px 0;
}

.r5 .twlist ul.list li.item:nth-child(5n) {
    margin-right: 0;
}

.r4 .twlist ul.list li.item {
    float: left;
    width: 23.5%;
    flex: 0 0 23.5%;
    margin: 10px 2% 10px 0;
}

.r4 .twlist ul.list li.item:nth-child(4n) {
    margin-right: 0;
}

.backbtn {
    text-align: center;
}

.backbtn a {
    display: inline-block;
    line-height: 40px;
    width: 140px;
    background: #fa7c92;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

/* formData */
.submian .subright .anlitopH4, .submian .subright .divanli {
    background: #fff;
}

.submian .subright .anlitopH4 {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}

.submian .subright .anlitopH4 span {
    border-left: 5px solid #0071bd;
    height: 38px;
    line-height: 38px;
    padding-left: 22px;
    display: block;
    float: left;
    color: #0071bd;
    font-weight: bold;
    font-size: 14px;
}

.submian .subright .anlitopH4 span .org {
    color: #ff7e00;
}

.submian .subright .anlitopH4 span .org {
    display: inline
}

.submian .subright .divanli_mess {
    margin-bottom: 10px;
    padding: 15px 0;
    background: #fff;
    margin-top: 0px;
}

.submian .subright .divanli_mess p {
    line-height: 24px;
}

.submian .subright .divanli_mess ul {
    margin: 20px;
    width: 80%;
}

.submian .subright .divanli_mess ul li {
    padding-bottom: 15px;
    height: 31px;
    position: relative;
    display: block;
}

.submian .subright .divanli_mess ul li .tit {
    float: left;
    width: 80px;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    line-height: 31px;
    height: 31px;
}

.submian .subright .divanli_mess ul li .tit font {
    color: #ff7e00;
}

.submian .subright .divanli_mess ul li input {
    width: 245px;
    height: 29px;
    line-height: 29px;
    padding: 0px 10px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    float: left;
    outline: none;
}

.submian .subright .divanli_mess ul li.beizhu {
    height: 200px;
    width: 100%;
}

.submian .subright .divanli_mess ul li.beizhu textarea {
    height: 200px;
    width: 622px;
    line-height: 29px;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    float: left;
    outline: none;
    text-indent: 10px;
}

.submian .subright .divanli_mess ul li.yanzhenm input {
    width: 100px;
}

.divanli_mess img {
    max-width: 100%;
}

.submian .subright .divanli_mess ul li.yanzhenm img {
    position: absolute;
    left: 220px;
    top: 4px;
}

.submian .subright .divanli_mess ul li.yanzhenm .msg-box {
    margin-left: 65px;
}

.submian .subright .divanli_mess ul .bot {
    text-align: center;
}

.submian .subright .divanli_mess ul .bot input {
    width: 141px;
    background: #0071bd;
    cursor: pointer;
    border: 0px;
    color: #fff;
    height: 43px;
    line-height: 43px;
}

.submian .subright .divanli_mess ul .bot input:hover {
    opacity: 0.8;
}

.ArticleTencont {
    line-height: 28px;
    padding-top: 30px;
}

.ArticleTencont img {
    margin-bottom: 10px;
}

.ArticleTencont table {
    width: 100%;
    border: 1px solid #999 !important;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.ArticleTencont table td, .ArticleTencont table th {
    border: 1px solid #999 !important;
    padding: 5px !important;
}

/* formData */
#winbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.3);
    z-index: 900;
    display: none;
}

.winmain {
    width: 720px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 30px 30px;
}

.formData {
}

.formData h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.formData .form-group {
    float: left;
    color: #999;
    font-weight: normal;
    width: 100%;
    height: auto;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.formData .form-group label {
    display: block;
    margin: 0;
    color: #666;
}

.formData .form-group input {
    outline: none;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 5px;
}

.formData .form-group textarea {
    background: none;
    resize: none;
    outline: none;
    width: 100%;
    height: 75px;
    line-height: 25px;
    border: 1px solid #ddd;
    padding: 0 5px;
}

.formData .form-group button {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 6px;
    background: #0071bd;
    color: #fff;
    border: none;
    resize: none;
    outline: none;
    cursor: pointer;
}

.formData .close-win {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 36px;
    font-weight: 100;
    position: absolute;
    right: 18px;
    top: 28px;
    transform: rotate(45deg);
    cursor: pointer;
}

/** 新闻中心 **/
.submian .subright .thumblist {
}

.submian .subright .thumblist .list {
    padding-bottom: 20px;
}

.submian .subright .thumblist .item {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 30px;
    transition: all .5s;
}

.submian .subright .thumblist .item a {
    display: block;
}

.submian .subright .thumblist .item .img {
    position: relative;
    width: 180px;
    height: 135px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.submian .subright .thumblist .item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}

.submian .subright .thumblist .item a:hover img {
    transform: scale(1.1, 1.1);
}

.submian .subright .thumblist .item .txt {
    width: calc(100% - 210px);
    cursor: pointer;
}

.submian .subright .thumblist .item .txt h3 {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.submian .subright .thumblist .item .txt .mark {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
}

.submian .subright .thumblist .item .txt .mark span {
    display: inline-block;
    padding-right: 18px;
}

.submian .subright .thumblist .item .txt p.desc {
    color: #666;
    line-height: 25px;
    margin: 10px auto;
}

.submian .subright .thumblist .item .txt p span {
    display: inline-block;
    padding: 0 20px;
    display: inline-block;
    line-height: 32px;
    background: #f1f1f1;
    border: 1px solid #999;
    color: #666;
}

.submian .subright .thumblist .item .txt p span:hover {
    color: #fff;
    background: #0071bd;
    border: 1px solid #0071bd;
}

.submian .subright .thumblist .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

.reLink {
    height: 38px;
    border: 1px solid #f1f1f1;
    margin: 40px auto 10px;
    padding: 0px 10px;
}

.reLink .prevLink, .reLink .nextLink {
    height: 38px;
    line-height: 38px;
}

.reLink .prevLink a, .reLink .nextLink a {
    height: 38px;
    line-height: 38px;
}

.reLink .prevLink a:hover, .reLink .nextLink a:hover {
    color: #0071bd;
}

.reLink .prevLink {
    float: left;
}

.reLink .nextLink {
    float: right;
}

.submian .subright .conBox .ArticleTitle h1 {
    font-size: 24px;
    text-align: left;
    padding: 0px 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
    text-transform: capitalize;
}

.submian .subright .conBox .about {
    margin-top: 15px;
}

.submian .subright .conBox .ArticleMessage {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    border-top: 1px dotted #f1f1f1;
    text-align: center;
}

.submian .subright .conBox .ArticleMessage span.sp {
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
    float: left;
    margin-top: 5px;
}

.submian .subright .conBox .ArticleTencont {
    padding: 60px 0px 0px 0px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
}

.submian .subright .showproduct .ArticleTencont img {
    max-width: 100%;
}

.submian .subright .conBox .ArticleTencont img {
    max-width: 100%;
}

.ArticleTencont .bdSwiper {
    padding-bottom: 30px;
}

.ArticleTencont .bdSwiper .swiper-pagination {
    bottom: 0;
}

.ArticleTencont .bdSwiper .swiper-slide i {
    padding-bottom: 66.66%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ArticleTencont .bdSwiper .swiper-slide i img {
    display: none;
    opacity: 0;
}

.subright .searchList {
    border-top: 1px solid #ddd;
}

.subright .searchList li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.subright .searchList li:first-child {
    border-top: none;
}

.subright .searchList li:hover a h2 {
    color: #0071bd;
    font-weight: bold;
}

@keyframes change {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    10% {
        -webkit-transform: translate(0px, -3px);
    }

    20% {
        -webkit-transform: translate(0px, -6px);
    }

    30% {
        -webkit-transform: translate(0px, -9px);
    }

    40% {
        -webkit-transform: translate(0px, -12px);
    }

    50% {
        -webkit-transform: translate(0px, -15px);
    }

    60% {
        -webkit-transform: translate(0px, -12px);
    }

    70% {
        -webkit-transform: translate(0px, -9px);
    }

    80% {
        -webkit-transform: translate(0px, -6px);
    }

    90% {
        -webkit-transform: translate(0px, -3px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

.index .adv_main {
    padding: 0 0 30px 0;
    background: #f7f7f7;
    height: auto;
    overflow: hidden;
}

.index .adv_main .flex {
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
}

.index .adv_main .flex .item {
    flex: 0 0 25%;
    transition: all .3s linear;
    position: relative;
    padding: 10px;
}

.index .adv_main .flex .item:last-child {
    margin-right: auto;
}

.index .adv_main .flex .item a {
    display: block;
    /* box-shadow: 5px 5px 10px rgba(0,0,0,.05); */
}

.index .adv_main .flex .item i {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: all .3s linear;
}

.index .adv_main .flex .item:hover a {
    box-shadow: 5px 5px 10px rgba(0,0,0,.05);
    transition: all .3s linear;
}

.index .adv_main .flex .item .text {
    background: #fff;
    padding: 20px 10px;
    margin: 0 auto;
}

.index .adv_main .flex .item h5 {
    position: relative;
    padding: 0px 0;
    font-size: 16px;
    width: 100%;
}

.index .adv_main .flex .item p {
    color: #999;
}

.index .adv_main .flex .item img {
    max-width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0,0);
}

.index .data_main {
    padding: 50px 0;
    background: #f7f7f7;
}

.index .data_main .item {
    flex: 0 0 25%;
    text-align: center;
    border-right: 1px solid #ddd;
}

.index .data_main .item:last-child {
    border-right: 0;
}

.index .data_main h3 {
    font-size: 36px;
}

.index .data_main h3 sup {
    font-size: 16px;
}

.teamSwiper {
    padding-bottom: 50px !important;
    margin: 50px auto 0;
}

.teamSwiper i {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    background: #fff;
}

.teamSwiper .swiper-slide {
    background: #fff;
    height: auto;
    box-shadow: 5px 5px 5px rgba(0,0,0,.05);
    border: 1px solid #f1f1f1;
}

.teamSwiper .swiper-slide .text {
    padding: 20px 30px;
    margin: 0 auto;
}

.teamSwiper .swiper-slide h3 {
    font-weight: bold;
    mar }

.teamSwiper .swiper-slide h4 {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.teamSwiper .swiper-pagination-bullet-active {
    background: #fa7c92;
}

.news_main .fullimg {
    margin-top: 50px;
    border: 1px solid #f1f1f1;
}

.index .news_main {
    margin-bottom: 30px;
}

.index .news_main .w1200 > .flex {
    float: left;
    margin: 50px 0;
}

.index .news_main .w1200 > .flex > .item {
    flex: 0 0 50%;
    padding: 10px;
}

.index .news_main .w1200 > .flex .flex {
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
    transition: all .3s linear;
}

.index .news_main .w1200 > .flex .flex:hover {
    border: 2px solid #0071bd;
    transition: all .3s linear;
}

.index .news_main .w1200 > .flex .flex:hover a {
    color: #0071bd;
}

.index .news_main .w1200 > .flex .item .pic {
    flex: 0 0 240px;
}

.index .news_main .w1200 > .flex .item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    flex: 0 0 calc(100% - 240px);
}

.index .news_main .w1200 > .flex .item .pic i {
    background-size: cover;
}

.index .news_main .flex time {
    background: #f1f1f1;
    padding: 10px 15px;
}

.index .news_main .flex time b {
    font-size: 48px;
    font-weight: normal;
}

.index .news_main .flex time b,.index .news_main .flex time i {
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

.index .news_main .flex a {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .news_main .flex h5 {
    line-height: 25px;
    margin-bottom: 10px;
}

.index .news_main .flex p {
    color: #666;
    line-height: 25px;
}

.in_title p {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.in_title h6 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #666;
    text-transform: capitalize
}

.in_title h6 span {
    margin: 0 auto;
    padding: 0 60px;
    display: inline-block;
    position: relative;
}

.in_title h6 span:before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
}

.in_title h6 span:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #999;
    position: absolute;
    right: 0;
    top: 50%;
}

.submian .in_title {
    margin: 50px auto;
}

.index .in_title h6 em {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #ccc;
    vertical-align: super;
}

.index .tab {
    text-align: center;
    padding-top: 40px;
}

.index .tab a {
    padding: 0 16px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin: 5px;
    color: #fff;
    border-radius: 50px;
    background: #0071bd;
    transition: all .5s;
}

.index .tab a:hover {
    background: #333;
}

.moreBtn {
    margin: 50px auto;
    text-align: center;
}

.moreBtn a {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0071bd;
    background-color: #0071bd;
    border-radius: 20px;
    color: #fff;
    transition: all .5s;
}

.moreBtn a:hover {
    color: #fff;
    border-color: #00376F;
    background: #00376F;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}

/*三大优势*/
.index .advantage {
    padding-bottom: 60px;
}

.index .advantage .title {
    background: url(../images/title_bg.jpg) center center no-repeat;
    margin: 40px auto 30px;
    line-height: 24px;
}

.index .advantage .title h2 {
    color: #0071bd;
    text-align: center;
    font-size: 45px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.index .advantage .title h2 span {
    font-size: 28px;
}

.index .advantage .title p {
    text-align: center;
}

.index .advantage li {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.index .advantage li:nth-child(3n) {
    margin-right: 0;
}

.index .advantage li a {
    display: block;
    /* padding-bottom: 40px; */
    box-shadow: #e6e6e6 1px 1px 10px;
}

.index .advantage li img {
    width: 100%;
    height: auto;
}

.index .advantage li h3 {
    display: block;
    margin: 25px 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    border-left: 6px solid #0071bd;
    padding-left: 16px;
}

.index .advantage li p {
    color: #999;
    line-height: 24px;
    padding-left: 22px;
    height: 72px;
    overflow: hidden;
}

.index .advantage li span {
    display: block;
    margin-top: 20px;
    padding-left: 22px;
    color: #777;
    font-size: 14px;
}

.index .advantage li:hover a {
    box-shadow: #ccc 1px 1px 30px;
}

.index .case {
    padding: 50px 0;
    background: #f6f6f6;
}

.index .case .proCase {
    position: relative;
    padding-top: 40px;
}

.index .case .proCase .bd {
    overflow: hidden;
}

.index .case .proCase .list {
    width: 100%;
}

.index .case .proCase .list li {
    position: relative;
    display: block;
    float: left;
    width: 380px;
    height: 400px;
    margin: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    transition: all .5s;
}

.index .case .proCase .list li a {
    display: block;
    padding: 30px;
}

.index .case .proCase .list li a img {
    display: block;
    width: auto;
    height: 300px;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 100%;
}

.index .case .proCase .list li h3 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    transition: all .5s;
}

.index .case .proCase .list li .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #0071bd;
    color: #fff;
    transition: all .5s;
}

.index .case .proCase .list li:hover {
    border: 1px solid #0071bd;
    background: #0071bd;
}

.index .case .proCase .list li:hover h3 {
    color: #fff;
}

.index .case .proCase .list li:hover .more {
    background: #fff;
    color: #0071bd;
}

.index .case .proCase .hd {
    position: absolute;
    width: 100%;
}

.index .case .proCase .hd span {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: -220px;
    opacity: .5;
    background: url(../images/prev.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
}

.index .case .proCase .hd .prev {
    background-position: 0 0;
    left: -80px;
}

.index .case .proCase .hd .next {
    background-position: -40px 0;
    right: -80px;
}

.index .case .proCase .hd .prev:hover,.index .case .proCase .hd .next:hover {
    opacity: 1;
}

.ctlist {
    margin: 20px auto;
}

.ctlist p {
    padding: 10px 10px 10px 40px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
}

.ctlist p.c_com {
    padding-left: 0;
}

.ctlist p.c_tel {
    background-image: url(../images/c_tel.png);
}

.ctlist p.c_mail {
    background-image: url(../images/c_mail.png);
}

.ctlist p.c_add {
    background-image: url(../images/c_add.png);
}

@media screen and (max-width: 1024px) {
    body {
        width:100%;
        overflow-x: hidden;
        padding: 0;
    }

    body, input, button, form {
        font-size: 12px;
    }

    .flex {
        display: block;
        overflow: hidden;
    }

    .w1200 {
        width: 100%;
        margin: 0 auto;
    }

    .pc {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .header_main {
        padding: 0 0px;
        text-align: center;
        position: relative;
    }

    .header_main .header {
        padding: 0 15px;
    }

    .header_main .logo {
        /* float:none; */
    }

    .header_main .logo img {
        max-width: 100%;
        height: 30px;
    }

    .header_main .call {
        display: block;
        border: 1px solid #ddd;
        border-bottom: 0;
        border-radius: 10px 10px 0 0;
        width: auto;
        height: 35px;
        line-height: 35px;
        position: fixed;
        left: 50%;
        bottom: 0;
        background: #f9f9f9 url(../images/c_tel.png) 10px 50% no-repeat;
        background-size: 25px;
        padding-left: 35px;
        padding-right: 10px;
        transform: translateX(-50%);
    }

    .nav {
        position: fixed;
        height: 100vh;
        padding: 50px 0;
        top: 0;
        background: #fff;
        display: none;
    }

    .open-menu,.close-menu {
        display: block;
    }

    .nav .list {
        height: auto;
        line-height: 30px;
        margin: 0 auto;
    }

    .nav li.item {
        width: 100%;
        float: left;
        padding: 5px 10px;
        overflow: hidden;
    }

    .nav .item a {
        height: 30px;
        line-height: 30px;
        color: #333;
    }

    .header_main .tel {
        display: none;
    }

    #banner_main {
        overflow: hidden;
        position: relative;
        z-index: 2;
        max-width: 100%;
        margin: 0 auto;
    }

    #banner_main .banner {
        height: 150px;
    }

    #banner, .banner ul {
        max-height: 150px;
        overflow: hidden;
    }

    #banner {
        width: 100%;
        min-width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }

    #banner .tip {
        width: 100%;
        height: 20px;
        line-height: 0;
        font-size: 0;
        text-align: center;
        position: absolute;
        left: 0;
        margin-left: auto;
        bottom: 5px;
        z-index: 13;
    }

    .banner li img {
        width: 480px;
        display: block;
        position: relative;
        left: 50%;
        margin-left: -240px;
        top: 0;
    }

    #banner #btn_prev,#banner #btn_next {
        display: none;
    }

    .nybanner {
        height: 100px;
        /* display: none; */
    }

    .nybanner img {
        width: auto;
        max-width: 150%;
        display: block;
        position: absolute;
        left: 0%;
        margin-left: auto;
        top: 0;
        height: 100px;
    }

    .index {
    }

    .index .adv_main {
        padding: 0 10px;
    }

    .index #floor_3_main {
        padding: 20px 15px;
    }

    .index .data_main .item {
        width: 50%;
        float: left;
        margin: 20px 0;
    }

    .index .data_main .item:nth-child(2n) {
        border-right: 0;
    }

    .index .adv_main .flex .item {
        float: left;
        width: 50%;
        flex: 0 0 50%;
        padding: 5px;
    }

    .index .adv_main .flex .item .text {
        background: #fff;
        padding: 10px;
        margin: 0 auto;
        display: flex;
    }

    .index .adv_main .flex .item h5, .index .adv_main .flex .item p {
        font-size: 14px;
    }

    .index .about_main {
        padding: 0;
    }

    .index .about_main .about .part1 {
        display: none;
    }

    .index .about_main .about .part2 {
        width: 100%;
        padding: 0;
    }

    .index .about_main .about {
        position: relative;
        margin: 0px auto;
        z-index: 10;
        width: 100%;
        padding: 30px 15px;
        background: #fff;
    }

    .index .news_main {
        padding: 0 10px;
        margin-bottom: 00px;
    }

    .index .news_main .w1200 > .flex > .item {
        padding: 5px;
        width: 50%;
        float: left;
    }

    .index .news_main .w1200 > .flex .item .text {
        padding: 15px;
    }

    .index .news_main .flex p {
        display: none;
    }

    .index .news_main .flex a strong {
        font-weight: normal;
    }

    .index .news_main .flex h5 {
        margin-bottom: 0;
    }

    .index .news_main ul .flex {
        width: 100%;
        padding-top: 20px;
        display: flex;
        margin: 10px auto;
    }

    .index .news_main ul .flex:nth-child(2n) {
        margin-left: 0;
    }

    .index .news_main ul .flex:nth-child(2) {
        border-top: 1px dotted #ddd;
    }

    .index .news_main ul .flex p {
        /* display:none; */
        height: 75px;
        overflow: hidden;
    }

    .bread {
        padding: 15px;
    }

    .submian {
        padding: 0px 15px 50px;
    }

    .submian .subright .thumblist .item {
        padding: 30px 0;
        border-bottom: 0;
    }

    .submian .subright .thumblist .item a {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .submian .subright .thumblist .item .img {
        position: relative;
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

    .submian .subright .thumblist .item .txt {
        width: calc(100% - 120px);
        padding-left: 15px;
    }

    #listarc .submian .subright .thumblist .item .txt {
        padding: 0 15px 0 0;
    }

    .submian .subright .thumblist .item .txt h3 {
        margin-top: 0px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .submian .subright .thumblist .item .txt p.desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
    }

    #listarc .submian .subright .thumblist .item .txt p.desc {
        margin: 0 auto;
    }

    .goodsinfo {
        margin-top: 15px;
    }

    .goodsinfo .item:last-child {
        padding-left: 0px;
        margin-top: 30px;
    }

    .goodsinfo .item .btnbox {
        text-align: center;
    }

    .goodsinfo .item .btnbox a {
        margin: 0 15px;
    }

    .tabs {
        background: #f1f1f1;
    }

    .tab-item {
        padding: 5px 15px;
    }

    .contact_words {
        display: none;
    }

    .twlist ul.list li.item {
        float: left;
        width: 48%;
        flex: 0 0 48%;
        margin: 10px 1%;
    }

    .twlist ul.list li.item:nth-child(3n-1) {
        margin: 10px 1%;
    }

    .r3 .twlist ul.list li.item:nth-child(3n-1) {
        margin-left: 1%;
        margin-right: 1%;
    }

    .titlelist .twlist ul.list li.item {
        margin-left: 1%;
        margin-right: 1%;
    }

    .titlelist .twlist ul.list li.item:nth-child(3n-1) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .index .in_title {
        padding-top: 30px;
    }

    .index .tab {
        padding-top: 20px;
    }

    .index .case {
        padding: 30px 0;
    }

    .index .ipro_main .list li {
        width: 48%;
        float: left;
        margin: 10px 1%;
    }

    .index .ipro_main .list li:nth-child(3n) {
        margin: 10px 1%;
    }

    .index .ipro_main .list li a {
        padding: 0;
    }

    .index .ipro_main .list li img {
        width: 100%;
        height: auto;
    }

    .index .case .proCase {
        padding: 0 40px;
        width: 100%;
        overflow: hidden;
    }

    .index .case .proCase .tempWrap {
        width: 100% !important;
        overflow: hidden;
    }

    .index .case .proCase .list li {
        width: 280px !important;
        height: 400px;
    }

    .index .case .proCase .list li a {
        padding: 10px;
    }

    .index .case .proCase .list li img {
        width: 100%;
    }

    .index .case .proCase .hd .prev {
        left: -40px;
    }

    .index .case .proCase .hd .next {
        left: auto;
        right: 40px;
    }

    .index #floor_5_main {
        padding: 0 15px;
    }

    .index .floor_5 .about .part1 .tips .item:first-child {
        margin: 10px 0;
    }

    .index .floor_5 .about .part1 .title {
        padding-top: 30px;
    }

    .index .floor_5 .about .part1 .view_detail {
        top: 20px;
    }

    .index .floor_5 .about .part1 {
        position: relative;
        float: left;
        width: 100%;
    }

    .index .floor_5 .about .part1 .tips {
        width: 100%;
        height: auto;
    }

    .index .floor_5 .about .part2 {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 0;
        background: transparent;
        margin-left: auto;
    }

    .index .floor_5 .about .part2 .video {
        position: relative;
        left: auto;
        top: 20px;
    }

    .aboutinfo {
        padding: 50px 15px;
    }

    .aboutinfo .aboutbox .aboutct {
        width: 100%;
    }

    .aboutinfo .flex {
        margin: 50px auto;
        display: flex;
        flex-wrap: wrap;
    }

    .aboutinfo .flex .item {
        flex: 0 0 50%;
        text-align: center;
    }

    .aboutmain {
        padding: 0 15px;
    }

    .aboutlist {
        margin: 25px auto;
    }

    .aboutlist:first-child {
        margin-top: 50px;
    }

    .aboutlist .video {
        margin-top: 10px;
    }

    #indexshop .channelist li {
        margin-bottom: 50px;
        background: #fff;
        float: left;
        width: 48%;
        flex: 0 0 48%;
        margin: 10px 1%;
    }

    .channelist li {
        margin-bottom: 50px;
    }

    .channelist li .item.text {
        padding: 10px;
        position: relative;
    }

    #indexshop .channelist li .item.text {
        padding: 10px 0;
        position: relative;
    }

    #indexshop .channelist li .item.text p {
        display: none;
    }

    #indexshop .channelist li h3 {
        font-size: 14px;
        margin: 0 0 0px 0;
        float: left;
        position: relative;
        padding-bottom: 0px;
    }

    .channelist li .view_detail {
        display: none;
    }

    .channelist li .item.text .arrow-down {
        position: relative;
        bottom: 0px;
        margin-top: 10px;
        display: none;
    }

    .submian .subright .conBox .ArticleTencont {
        padding-top: 10px;
    }

    .index .about_main .about .view_detail, .view_detail {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .ctbox .flex .item {
        margin-bottom: 50px;
    }

    .footer .foot-menu {
        /* display: none; */
    }

    #home .footer {
        display: block;
    }

    .footer .contact {
        width: 100%;
        padding: 0 15px;
    }

    .footer .contact .contact_info {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer .contact .ewm {
        margin: 0 auto;
        float: none;
    }

    .footer .contact .contact_info .line {
        display: none;
    }

    .footer .bNav {
        width: 100%;
        margin-left: auto;
        margin-top: 0px;
        padding: 0 15px;
        display: none;
    }

    .footer .bNav dl {
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
    }

    .footer .bNav dl dd {
        display: inline-block;
    }

    .footer .w1200 > .flex .item {
        margin-top: 10px;
    }

    .footer .w1200 > .flex .item:first-child {
        display: none;
    }

    .copyright {
        text-align: center;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .submian .subleft {
        width: 100%;
        display: none;
    }

    #listshop .submian .subleft, #shop .submian .subleft {
        display: block;
    }

    .submian .subleft .lefta {
        width: 100%;
    }

    .submian .subleft .title {
        height: 40px;
        border-radius: 0;
        line-height: 40px;
        padding: 0 15px;
    }

    .submian .subleft .title h2 {
        line-height: 40px;
        position: relative;
    }

    .submian .subleft .title h2 span {
        display: block;
        width: 20px;
        height: 13px;
        text-indent: -9999px;
        overflow: hidden;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
    }

    .submian .subleft .title h2 span:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #666;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.5px;
    }

    .submian .subleft .title h2 span.show {
        border: 10px solid transparent;
        border-top: 13px solid #666;
    }

    .submian .subleft .title h2 span.show:after {
        content: none;
    }

    .submian .subleft > ul {
        display: none;
    }

    .submian .subleft ul li.hover a, .submian .subleft ul li a {
        padding-left: 15px;
        background-position: right 5% center;
    }

    .submian .subright {
        width: 100%;
    }

    .subright > h1 {
        position: relative;
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.5;
    }

    .subright > h3 {
        display: none;
    }

    .submian .subright .aboutlist {
        padding: 15px;
    }

    .subright .content table {
        display: block;
        width: 100%;
        overflow-x: scroll;
    }

    .subright .content table tbody {
        display: table;
        width: 952px;
    }

    .aboutlist > table {
        width: 100%;
        height: auto;
    }

    .aboutlist > table td {
        vertical-align: middle;
    }

    .aboutlist img {
        max-width: 100% !important;
    }

    .reLink {
        height: auto;
    }

    .reLink .nextLink {
        float: left;
    }

    .reLink > div {
        width: 100%;
    }

    .winmain {
        height: 100vh;
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, 0);
    }
}
