﻿@charset "utf-8";
body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    margin: 0px;
    -webkit-text-size-adjust: none;
    position: relative;
    color: #595757;
    padding: 100px 0 0 0;
    margin: auto;
    font-size: 14px;
}
.logo img {
    margin-top: 5px;
}
p {
    line-height: 24px;
}

@media screen and (max-width:768px) {
.ipro {
    margin-top: 20px !important;
}
body {
    padding: 70px 0 0 0;
    font-size: 14px;
}
}
/*::selection {
	background: #c30d2a;
	color: white; /* Safari */
}
*/ ::-moz-selection {
background: #c30d2a;
color: white;  /* Firefox */
}
* {
    margin: 0px;
    padding: 0px;
}
html {
    font-size: 62.5%;
    margin: auto;
}
img {
    max-width: 100%;
    height: auto;
    border: 0px;
}
li {
    list-style-type: none;
}
table {
    border-collapse: collapse;
}
a:link, a:visited {
    color: #555555;
    -webkit-transition: all .25s linear .25s;
    transition: all .25s linear .25s;
    text-decoration: none;
}
a:hover {
    color: #350f04;
    -webkit-transition: all .25s linear .25s;
    transition: all .25s linear .25s;
    text-decoration: none;
}
a {
    outline: 0;
}
b {
    font-weight: normal;
}
.clearFix {
    clear: both;
    width: 100%;
    display: block;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    overflow: hidden;
}
.clear {
    clear: both;
}
.block {
    display: block;
}
.leftBar {
    display: block;
    float: left;
}
.rightBar {
    float: right
}
.FullScreen {
    position: relative;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}
.main {
    max-width: 1200px;
    margin: auto;
    position: relative;
    display: block;
    padding: 0 8%;
}
/*header*/
html {
    height: 100%
}

@media screen and (min-width:1025px) {
head {
    font-family: pc;
}
}
button {
    border: 0;
    border-radius: 0;
}
button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
border:0
}
button:-moz-focusring, input:-moz-focusring {
outline:0
}
button, input, select, textarea {
    box-shadow: none!important;
    outline: 0;
    font-weight: inherit;
    font-style: inherit
}
.l-header .logo a:after, .l-header:after {
    content: " "
}
.min_wrap {
    width: 700px;
    margin: auto
}

@media screen and (max-width:768px) {
.min_wrap {
    width: auto;
    max-width: 700px
}
}
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%
}
.l-header:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 480;
    width: 100%;
    height: 0;
    background: 0 0;
    transition: background .3s cubic-bezier(.25, .46, .45, .94) 0s, height 0s cubic-bezier(.25, .46, .45, .94) .3s
}
.l-header .header_outer {
    position: relative;
    z-index: 490;
    transition: background .3s cubic-bezier(.215, .61, .355, 1) 0s, height .3s cubic-bezier(.25, .46, .45, .94)
}
.l-header .header_inner {
    position: relative;
    z-index: 2;
    height: 100px;
    transition: height .2s cubic-bezier(.25, .46, .45, .94)
}
.l-header .logo {
    /*position: absolute;*/
    position: relative;
    top: 18px;
    left: 15px;
    z-index: 3;
    width: 175px;
    float: left;
}
.l-header .header_outer {
    background: rgba(255,255,255,1)
}
.l-header .header_outer:hover {
    background: rgba(255,255,255,1)
}
.l-header .sd_navs, .l-header .sd_trigger {
    display: none
}
.l-header .navs {
    padding-top: 42px;
    transition: padding-top .2s cubic-bezier(.25, .46, .45, .94) 0s;
    float: left;
    margin-left: 2%;
}
.l-header .navs_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    clear: both;
    flex: 1 1 auto;
}
.l-header .navs_inner .nav_item {
    position: relative;
    padding: 0 15px;
    float: left;
}
.l-header .navs_inner .nav_item+.nav_item {
    margin-left: 5px
}
.l-header .navs_inner .trigger {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #595757;
    font-size: 16px;
    cursor: pointer;
}
}

@media screen and (min-width:1025px) and (max-width:768px) {
.l-header .navs_inner .trigger:before {
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -3px;
    transform-origin: right top
}
}

@media screen and (min-width:1025px) {
.l-header .navs_inner .trigger:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #c30d2a;
    content: " ";
    transition: width 250ms cubic-bezier(.25, .46, .45, .94);
    transform: translateX(-50%)
}
.l-header .navs_inner a.active:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #c30d2a;
    content: " ";
    transition: width 250ms cubic-bezier(.25, .46, .45, .94);
    transform: translateX(-50%)
}
.l-header .navs_inner .nav_item.is_active .trigger:after, .l-header .navs_inner .trigger:hover:after, .l-header .sub_navs {
    width: 100%
}
.l-header .navs_inner .nav_item.is_active {
    height: 95px
}
.l-header .navs_inner button.trigger {
    cursor: default
}
.l-header .sub_navs {
    position: absolute;
    top: 100%;
    left: 0
}
.l-header .sub_navs .sub_nav {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff
}
.l-header .sub_navs .sub_nav:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #1b1a1d;
    content: " ";
    animation: to100vh .3s cubic-bezier(.25, .46, .45, .94) both .2s
}
.l-header .sub_navs .sub_nav .sub_outer {
    overflow: hidden;
    width: 0;
    animation: to100vh 1s cubic-bezier(.25, .46, .45, .94) both .3s
}
.l-header .sub_navs .sub_nav .nav_caption {
    display: none
}
.l-header .sub_navs .sub_nav .sub_inner {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    width: 100vw
}
.l-header .sub_navs .sub_nav .sub_item {
    overflow: hidden;
    position: relative
}
.l-header .sub_navs .sub_nav .sub_item a {
    text-decoration: none;
    color: #fff
}
.l-header .sub_navs .sub_nav .sub_item .ac_trigger {
    display: none
}
.l-header .sub_navs .sub_nav .sub_item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    content: " ";
    transition: transform .5s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .sub_nav .sub_item .sub_item_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: background .3s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .sub_nav .sub_item:hover:before {
    transform: scale(1.08)
}
.l-header .sub_navs .sub_nav .sub_item:hover .sub_item_inner {
    background: rgba(0,0,0,.2)
}
.l-header .sub_navs .sub_nav .sub_item .sub_label {
    position: relative;
    margin: 160px 48px 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
    font-size: 18px;
    transition: padding .2s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .sub_nav .sub_item .sub_label b {
    font-size: 16px;
}
.l-header .sub_navs .sub_nav .sub_item .sub_label a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: padding .2s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .sub_nav .sub_item .sub_label span {
    display: none
}
.l-header .sub_navs .sub_nav .sub_item .sub_label:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c30d2a;
    content: " ";
    transition: width 250ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .sub_nav .sub_item .sub_label:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 11px;
    height: 16px;
    background: url(../img/shared/ico_dash_w02.svg) 100% 100% no-repeat;
    content: " ";
    transition: right 250ms cubic-bezier(.25, .46, .45, .94);
    pointer-events: none
}
.l-header .sub_navs .sub_nav .sub_item.has_nav .sub_label:hover, .l-header .sub_navs .sub_nav .sub_item.has_nav .sub_label:hover a, .l-header .sub_navs .sub_nav .sub_item:not(.has_nav):hover .sub_label, .l-header .sub_navs .sub_nav .sub_item:not(.has_nav):hover .sub_label a {
    padding-left: 8px
}
.l-header .sub_navs .sub_nav .sub_item.has_nav .sub_label:hover:before, .l-header .sub_navs .sub_nav .sub_item:not(.has_nav):hover .sub_label:before {
    width: 100%
}
.l-header .sub_navs .sub_nav .sub_item.has_nav .sub_label:hover:after, .l-header .sub_navs .sub_nav .sub_item:not(.has_nav):hover .sub_label:after {
    right: 8px;
    background-image: url(../img/shared/ico_link_w02.svg)
}
.l-header .sub_navs .sub_nav.ng-leave {
    transition: opacity .4s cubic-bezier(.23, 1, .32, 1)
}
.l-header .sub_navs .sub_nav.ng-leave .sub_item {
    transition: transform .4s cubic-bezier(.23, 1, .32, 1)
}
.l-header .sub_navs .sub_nav.ng-leave.ng-leave-active {
    opacity: 0
}
.l-header .sub_navs .sub_nav.ng-leave.ng-leave-active .sub_item {
    transform: scale(.95)
}
.l-header .sub_navs .is_services .sub_item {
    width: 33.33vw;
    height: 340px
}
.l-header .sub_navs .projectCaseNav .sub_item {
    width: 50vw;
}
.l-header .sub_navs .contactSNav .sub_item {
    width: 50vw;
}
.l-header .sub_navs .is_services .sub_item .sub_label {
    height: 50px;
    line-height: 1.2em;
    transition: margin .7s cubic-bezier(.03, .333, .255, .963), padding .2s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .is_services .sub_item .sub_list {
    overflow: hidden;
    height: 0;
    margin: 28px 48px 0;
    transition: height 0s cubic-bezier(.25, .46, .45, .94) .7s
}
.l-header .sub_navs .is_services .sub_item .sub_list li {
    transition: opacity 150ms cubic-bezier(.25, .46, .45, .94);
    opacity: 0
}
.l-header .sub_navs .is_services .sub_item .sub_list li a {
    display: inline-block;
    position: relative;
    padding: 12px 0;
    transition: padding 250ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .is_services .sub_item .sub_list li a:after {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 1px;
    margin-top: 4px;
    background: #fff;
    content: " ";
    transition: width 250ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .is_services .sub_item .sub_list li a:hover {
    padding: 12px 8px
}
.l-header .sub_navs .is_services .sub_item .sub_list li a:hover:after {
    width: 100%
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_label {
    margin-top: 47px
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list {
    height: 400px;
    transition: height 0s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li {
    transition-duration: .7s;
    opacity: 1
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(1) {
    transition-delay: 390ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(2) {
    transition-delay: 430ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(3) {
    transition-delay: 470ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(4) {
    transition-delay: 510ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(5) {
    transition-delay: 550ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(6) {
    transition-delay: 590ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(7) {
    transition-delay: 630ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(8) {
    transition-delay: 670ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(9) {
    transition-delay: 710ms
}
.l-header .sub_navs .is_services .sub_item.has_nav:hover .sub_list li:nth-child(10) {
    transition-delay: 750ms
}
.l-header .sub_navs .is_services .sub_item:nth-child(1) {
    width: 33.34vw
}
.l-header .sub_navs .projectCaseNav .sub_item:nth-child(1) {
    width: 50vw
}
.l-header .sub_navs .contactSNav .sub_item:nth-child(1) {
    width: 50vw
}
.l-header .sub_navs .is_services .sub_item:nth-child(1):before {
    animation: subNavBgTween .7s cubic-bezier(.25, .46, .45, .94) both .5s
}
.l-header .sub_navs .is_services .sub_item:nth-child(1) .sub_item_inner {
    animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both .8s
}
.l-header .sub_navs .is_services .sub_item:nth-child(2):before {
    animation: subNavBgTween .7s cubic-bezier(.25, .46, .45, .94) both .6s
}
.l-header .sub_navs .is_services .sub_item:nth-child(2) .sub_item_inner {
    animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both .9s
}
.l-header .sub_navs .is_services .sub_item:nth-child(3):before {
    animation: subNavBgTween .7s cubic-bezier(.25, .46, .45, .94) both .7s
}
.l-header .sub_navs .is_services .sub_item:nth-child(3) .sub_item_inner {
    animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both 1s
}
.l-header .sub_navs .is_case_study .sub_item {
    width: 25vw;
    height: 510px
}
.l-header .sub_navs .is_case_study .sub_item .sub_label {
    height: 70px;
    line-height: 1.5em
}
.l-header .sub_navs .is_case_study .sub_item .sub_label:after {
    top: 18px;
    width: 11px;
    height: 16px;
    background-image: url(../img/shared/ico_dash_w02.svg)
}
.l-header .sub_navs .is_case_study .sub_item:hover .sub_label:after {
    width: 10px!important;
    height: 16px!important;
    background-image: url(../img/shared/ico_link_w02.svg)!important
}
.l-header .sub_navs .is_case_study .sub_item:before {
    animation: subNavBgTween 1s cubic-bezier(.25, .46, .45, .94) both .5s
}
.l-header .sub_navs .is_products .sub_inner {
    width: 100vw;
    background: #f7f7f7
}
.l-header .sub_navs .is_products .list {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: auto;
    padding: 50px 0 80px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.l-header .sub_navs .is_products .list li {
    width: 25%
}
.l-header .sub_navs .is_products .list li a {
    margin-right: 70px;
    display: block;
    position: relative;
    padding-top: 40px;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
    text-decoration: none;
    color: #b4b4b5;
    font-size: 16px;
    transition: padding 250ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .is_products .list li a:before {
    position: absolute;
    top: 50px;
    right: 0;
    width: 11px;
    height: 16px;
    background: url(../img/shared/ico_dash_c02.svg) 100% 100% no-repeat;
    content: " ";
    transition: right 250ms cubic-bezier(.25, .46, .45, .94);
    pointer-events: none
}
.l-header .sub_navs .is_products .list li a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c30d2a;
    content: " ";
    transition: width 250ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .is_products .list li a:hover {
    padding-left: 8px;
    color: #000;
}
.l-header .sub_navs .is_products .list li a:hover:before {
    right: 8px;
    background: url(../img/shared/ico_link_c02.svg) 100% 100% no-repeat
}
.l-header .sub_navs .is_products .list li a:hover:after {
    width: 100%
}
.l-header .sub_navs .is_products .list li:nth-child(4n+0) a {
    margin-right: 0px;
}
.l-header .btns {
    position: absolute;
    top: 25px;
    right: 1%;
}
.l-header .btns ul {
    overflow: hidden;
    position: relative;
}
.o-min .btns ul {
    top: 18px;
}
.l-header .btns a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px
}
.l-header .btns a span {
    position: relative;
    z-index: 1
}
.l-header .btns a span:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #fff;
    content: " ";
    transition: width .2s cubic-bezier(.25, .46, .45, .94);
    transform: translateX(-50%)
}
. l-header .btns a:before {
display:block;
position:absolute;
top:0;
left:-100px;
width:100px;
height:100px;
content:"";
transform:rotate(-60deg);
transform-origin:top right
}
.l-header .btns li.contact a {
    width: 12vw;
    padding-right: 42px;
    color: #fff
}
.l-header .btns li.contact a:hover span:after {
    width: 100%
}
.l-header .btns li.search a {
    width: 52px/*3vw*/;
}
.l-header .btns li.search a span {
    display: block;
    text-indent: -9999px;
    background: #fbcbcb;
    border-radius: 60px;
}
.l-header .btns li.search a span:after {
    top: 50px;
    bottom: auto;
    margin-left: -7px
}
.l-header .btns li.en a span{
    text-indent: initial;
    color:#c30d2a;
}
.l-header .btns li.fack-twi a span{
    text-indent: initial;
    color:#c30d2a;
    font-size: 24px;
}
.l-header .btns li.en:hover a span{
    color:#ff042c;
}
.l-header .btns li.search a .ico_search {
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 24px;
    height: 20px;
    margin-left: -16px;
    cursor: pointer;
}
.l-header .btns li.search a .ico_search:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #c30d2a;
    border-radius: 100%;
    content: " ";
    transition: width 150ms cubic-bezier(.25, .46, .45, .94), height 150ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .btns li.search a .ico_search:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 2.8px;
    height: 6px;
    background: #c30d2a;
    content: " ";
    transition: left 150ms cubic-bezier(.25, .46, .45, .94), height 150ms cubic-bezier(.25, .46, .45, .94), transform 150ms cubic-bezier(.25, .46, .45, .94);
    transform: skew(-145deg);
    transform-origin: left bottom
}
.l-header .btns li.search a:hover span:after {
    width: 16px
}
.l-header .btns li.search a:hover .ico_search:before {
    width: 12px;
    height: 12px
}
.l-header .btns li.search a:hover .ico_search:after {
    top: 15px;
    right: 0;
}
.l-header .sd_search {
    display: none
}
.l-header .search_stage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 480;
    width: 100%;
    height: 100%
}
.l-header .search_stage .form {
    position: relative;
    z-index: 10;
    width: 60vw;
    margin: auto;
    padding: 250px 5vw 50px
}
.l-header .search_stage .form_inner {
    position: relative
}
.l-header .search_stage .form_inner .input {
    position: relative;
    background-color: transparent;
    z-index: 2;
    width: 100%;
    padding-right: 60px;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    color: #fff;
    font-size: 24px;
    line-height: 96px
}
.l-header .search_stage .form_inner .input:placeholder-shown {
color:#fff;
font-weight:500
}
.l-header .search_stage .form_inner .submit {
    position: absolute;
    top: 36px;
    background-color: transparent;
    right: 0;
    z-index: 10;
    width: 22px;
    height: 26px;
    cursor: pointer;
}
.l-header .search_stage .form_inner .submit:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 100%;
    content: " ";
    transition: width 150ms cubic-bezier(.25, .46, .45, .94), height 150ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .search_stage .form_inner .submit:after {
    position: absolute;
    top: 24px;
    left: -6px;
    width: 2.8px;
    height: 12px;
    background: #fff;
    content: " ";
    transition: left 150ms cubic-bezier(.25, .46, .45, .94), height 150ms cubic-bezier(.25, .46, .45, .94), transform 150ms cubic-bezier(.25, .46, .45, .94);
    transform: skew(-30deg);
    transform-origin: left bottom
}
}

@media screen and (min-width:1025px) and (min-width:1025px) {
.l-header .search_stage .form_inner .submit:hover:before {
    width: 18px;
    height: 18px
}
.l-header .search_stage .form_inner .submit:hover:after {
    left: 2px;
    height: 8px;
    transform: skew(-32deg)
}
}


@media screen and (min-width:1025px) {
.l-header .search_stage .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9)
}
.l-header .search_stage.ng-enter {
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    opacity: 0
}
.l-header .search_stage.ng-enter.ng-enter-active {
    opacity: 1
}
.l-header .search_stage.ng-leave {
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}
.l-header .search_stage.ng-leave.ng-leave-active {
    opacity: 0
}
.l-header.o-on_trigger:after {
    height: 100%;
    background: rgba(0,0,0,.65);
    transition: background .3s cubic-bezier(.25, .46, .45, .94) 0s, height 0s cubic-bezier(.25, .46, .45, .94) 0s
}
.l-header.o-on_trigger .header_outer, .l-header.o-search_show .header_outer {
rgba(255,255,255,1)
}
.l-header.o-search_show .logo a img {
    opacity: 1!important
}
.l-header.o-search_show .logo a:after {
    opacity: 0!important
}
.l-header.o-search_show .navs_inner .trigger {
    color: #595757;
}
.l-header.o-search_show .navs_inner .trigger:before {
    background-color: #fff!important
}
.l-header.o-search_show .btns li.search .ico_search {
    display: none
}
.l-header.o-search_show .btns li.search .ico_close {
    display: block;
    position: absolute;
    top: 15px;
    left: 63%;
    width: 14px;
    height: 20px;
    margin-left: -14px;
}
.l-header.o-search_show .btns li.search .ico_close:after, .l-header.o-search_show .btns li.search .ico_close:before {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 2.5px;
    height: 18px;
    margin-left: -1px;
    background: #ff042c;
    content: " ";
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.l-header.o-search_show .btns li.search .ico_close:before {
    transform: skew(-30deg)
}
.l-header.o-search_show .btns li.search .ico_close:after {
    transform: skew(30deg)
}
.l-header.o-min .header_outer:not(:hover) .navs_inner .trigger, .l-header.o-set_color .header_outer:not(:hover) .navs_inner .trigger {
    color: #111
}
.l-header.o-search_show .search_stage .form {
    animation: searchOpen .5s cubic-bezier(.215, .61, .355, 1)
}
.l-header.o-set_color .header_outer:not(:hover) .logo a img {
    opacity: 0
}
.l-header.o-set_color .header_outer:not(:hover) .logo a:after {
    opacity: 1
}
.l-header.o-set_color .header_outer:not(:hover) .navs_inner .trigger:before {
    background-color: #111
}
.l-header.o-min {
    position: fixed;
    top: -32px
}
.l-header.o-min .header_outer .logo {
    top: 40px
}
.l-header.o-min .header_inner {
    height: 104px;
    box-shadow: 0 4px 4px rgba(0,0,0,.08)
}
.l-header.o-min .header_inner .navs {
    padding-top: 60px
}
.l-header.o-min .header_outer:not(:hover) {
    background: #fff
}
.l-header.o-min .header_outer .logo a img {
    opacity: 1;
    height: auto;
    margin-top: 3px
}
.l-header.o-min .header_outer:not(:hover) .logo a:after {
    opacity: 1;
}
.l-header.o-min .header_outer:not(:hover) .navs_inner .trigger:before {
    background-color: #111
}
.l-header.o-min.o-on_trigger .header_outer {
    transition: background .3s cubic-bezier(.25, .46, .45, .94) .3s
}
.l-header.o-min.o-on_trigger .header_outer:not(:hover) .logo a img, .l-header.o-min.o-on_trigger .header_outer:not(:hover) .logo a:after {
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .3s
}
.l-header.o-min.o-on_trigger .header_outer:not(:hover) .navs_inner .trigger {
    transition: color .3s cubic-bezier(.25, .46, .45, .94) .3s
}
.l-header.o-min.o-on_trigger .header_outer:not(:hover) .navs_inner .trigger:before {
    transition: background .3s cubic-bezier(.25, .46, .45, .94) .3s
}
}

@media screen and (min-width:1025px) and (max-width:1150px) {
.l-header.o-min .header_outer .logo{
    top: 50px
}
}

@media screen and (min-width:1025px) and (min-width:1025px) {
.l-header.o-search_show .btns li.search:hover .ico_close:before {
    transform: skew(30deg)
}
.l-header.o-search_show .btns li.search:hover .ico_close:after {
    transform: skew(-30deg)
}
}

@media screen and (max-width:1024px) {
.iaboutus {
    max-width: 96%;
}
.ihonor {
    height: 575px !important
}
.pro_top_left {
    width: 100% !important;
}
.picScroll-top .swiper-slide img {
    height: 100%;
    width: auto;
}
.pro_top_right {
    width: auto !important;
    float: none !important
}
.l-header {
    line-height: 1.2
}
.l-header .logo {
    top: 25px;
    font-size: 0
}
.l-header .logo a img, .l-header .logo a:after {
    width: auto;/*height: 48px*/
}
.l-header .header_outer {
    height: 100px
}
.l-header .sd_trigger {
    display: block;
    position: absolute;
    top: 14px;
    right: 40px;
    z-index: 2;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}
.l-header .btns li, .l-header .sd_search .form {
    box-shadow: 0 4px 4px rgba(0,0,0,.08)
}
.l-header .sd_trigger .button {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #000;
}
.l-header .sd_trigger .button span {
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    width: 24px;
    height: 3px;
    background: #000;
    transition: transform 150ms cubic-bezier(.25, .46, .45, .94), top 150ms cubic-bezier(.25, .46, .45, .94), width 150ms cubic-bezier(.25, .46, .45, .94), left 150ms cubic-bezier(.25, .46, .45, .94)
}
.l-header .sd_trigger .button span:nth-child(1) {
    transform: translate(0, -10px)
}
.l-header .sd_trigger .button span:nth-child(2) {
    transform: translate(0, 0)
}
.l-header .sd_trigger .button span:nth-child(3) {
    transform: translate(0, 10px)
}
.l-header .sd_trigger .button:before {
    display: block;
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100px;
    transform-origin: top right
}
.l-header .header_inner {
    overflow-y: scroll;
    top: 100%;
    width: 100%;
    height: calc(100vh - 120px);
    background: #f5f5f5;
    -webkit-overflow-scrolling: touch
}
.l-header .sub_navs .sub_item.has_nav .sub_item_inner, .l-header .sub_navs .sub_list {
    overflow: hidden;
    padding-left: 2.5vw
}
.l-header .header_inner.ng-enter {
    max-height: 0;
    transition: max-height .2s cubic-bezier(.25, .46, .45, .94), opacity .2s cubic-bezier(.25, .46, .45, .94);
    opacity: 0
}
.l-header .header_inner.ng-enter.ng-enter-active {
    max-height: 100vh;
    opacity: 1
}
.l-header .header_inner.ng-leave {
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}
.l-header .header_inner.ng-leave.ng-leave-active, .l-header.o-set_color:not(.o-sd_menu_show) .logo a img {
    opacity: 0
}
.l-header .navs, .l-header.o-sd_menu_show:after {
    display: none
}
.l-header.o-sd_menu_show .header_outer {
    background: #fff
}
.l-header .sub_navs {
    width: 90vw;
    margin: auto;
    padding: 40px 0 80px
}
.l-header .sub_navs a, .l-header .sub_navs button {
    display: block;
    text-decoration: none;
    color: #666
}
.l-header .sub_navs .sub_nav+.sub_nav {
    margin-top: 20px
}
.l-header .sub_navs .nav_caption {
    border-bottom: 1px solid #a5a5a5;
    color: #444;
    font-family: "Inter UI", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 64px;
    letter-spacing: 1.5px
}
.l-header .sub_navs .sub_item .ac_trigger, .l-header .sub_navs .sub_item .sub_label {
    display: block;
    font-family: "Inter UI", sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #a5a5a5;
}
.l-header .sub_navs .sub_item .ac_trigger, .l-header .sub_navs .sub_item .sub_label b {
    font-weight: normal
}
.l-header .sub_navs .sub_outer {
}
.l-header .sub_navs .sub_item .ac_trigger {
    position: relative;
    margin-bottom: -1px;
    line-height: 96px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}
.l-header .sub_navs .sub_item .ac_trigger:after, .l-header .sub_navs .sub_item .ac_trigger:before {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background: #999;
    content: " ";
    transform: rotate(-90deg)
}
.l-header .sub_navs .sub_item .ac_trigger:before {
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
    transform: rotate(0)
}
.l-header .sub_navs .sub_item .ac_trigger.is_active:before {
    transform: rotate(-90deg)
}
.l-header .sd_navs a:after, .l-header .sub_navs .sub_item .sub_label:after {
    top: 50%;
    height: 10px;
    background: #b00f14;
    content: " ";
    transform: skew(-29deg)
}
.l-header .sub_navs .sub_item .sub_label {
    position: relative;
    line-height: 80px
}
.l-header .sub_navs .sub_item .sub_label br {
    display: none
}
.l-header .sub_navs .is_products .sub_inner li a {
    border-bottom: 1px solid #a5a5a5;
    font-family: "Inter UI", sans-serif;
    line-height: 6vh;
    letter-spacing: 1.5px;
    position: relative;
}
.l-header .sub_navs .is_products .sub_inner li a:after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background: #b00f14;
    content: " ";
    transform: skew(-29deg)
}
.l-header .sub_navs .sub_item .sub_label:after {
    position: absolute;
    right: 3px;
    width: 3px;
    margin-top: -4px
}
.l-header .sub_navs .sub_item .ac_item_wrap {
    padding-top: 10px
}
.l-header .sub_navs .sub_item.has_nav {
    border-bottom: 1px solid #a5a5a5
}
.l-header .sub_navs .sub_item.has_nav .sub_item_inner.ng-enter {
    max-height: 0;
    transition: max-height .3s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .sub_item.has_nav .sub_item_inner.ng-enter.ng-enter-active {
    max-height: 400px
}
.l-header .sub_navs .sub_item.has_nav .sub_item_inner.ng-leave {
    max-height: 400px;
    transition: max-height .3s cubic-bezier(.25, .46, .45, .94)
}
.l-header .sub_navs .sub_item.has_nav .sub_item_inner.ng-leave.ng-leave-active {
    max-height: 0
}
.l-header .sub_navs .sub_list ul {
    padding: 30px 0
}
.l-header .sub_navs .sub_list li {
    padding: 15px 0;
    font-size: 20px
}
.l-header .btns a, .l-header .sd_navs a {
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-family: "Inter UI", sans-serif;
    font-weight: 500
}
.l-header .sd_navs {
    padding: 53px 0 64px;
    border-top: 3px solid #e8e8e8
}
.l-header .sd_navs ul {
    width: 70vw;
    margin: auto
}
.l-header .sd_navs a {
    position: relative;
    border-bottom: 1px solid #a5a5a5;
    color: #111;
    line-height: 80px
}
.l-header .sd_navs a:after {
    position: absolute;
    right: 0;
    width: 3px;
    margin-top: -4px
}
.l-header .btns, .l-header .sd_search {
    width: 70vw;
    margin: auto
}
.l-header .btns ul {
    padding: 0 0 24px
}
.l-header .btns a {
    text-align: center;
    line-height: 92px;
    letter-spacing: 1px
}
.l-header .btns li.contact a {
    background: #1a1b1d;
    color: #fff
}
.l-header .btns li.search {
    display: none;
}
.l-header .btns li.fack-twi{
    display: block;
    margin-left: 10px;
}
.l-header .sd_search {
    display: block;
    padding-bottom: 64px
}
.l-header .sd_search .form {
    position: relative
}
.l-header .sd_search .input {
    width: 100%;
    height: 92px;
    padding: 0 66px 0 20px;
    border: 0;
    background: #fff;
    font-size: 20px
}
.l-header .sd_search .input:placeholder-shown {
padding-right:20px;
text-align:center;
color:#000;
font-family:"Inter UI", sans-serif;
font-size:24px;
font-weight:500;
letter-spacing:1px
}
.l-header .sd_search .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 92px
}
.l-header.o-sd_menu_show .sd_trigger span:nth-child(1) {
    left: 0;
    transform: rotate(45deg)
}
.l-header.o-sd_menu_show .sd_trigger span:nth-child(2) {
    left: 70px
}
.l-header.o-sd_menu_show .sd_trigger span:nth-child(3) {
    left: 0;
    transform: rotate(-45deg)
}
.l-header.o-set_color {
    background: #fff
}
.l-header.o-set_color:not(.o-sd_menu_show) .logo a:after {
    opacity: 1
}
.l-header.o-set_color:not(.o-sd_menu_show) .navs_inner .trigger {
    color: #111
}
.l-header.o-set_color:not(.o-sd_menu_show) .navs_inner .trigger:before {
    background-color: #111
}
.l-header.o-min {
    position: fixed;
    top: -32px
}
.l-header.o-min .header_outer {
    height: 104px
}
.l-header.o-min .header_outer .logo {
    top: 48px
}
.l-header.o-min .header_outer .logo a img, .l-header.o-min .header_outer .logo a:after {
    width: 256px;
    height: 36px
}
.l-header.o-min .sd_trigger {
    box-shadow: none
}
.l-header.o-min .header_inner {
    height: calc(100vh - 72px)
}
.l-header.o-min:not(.o-sd_menu_show) .header_outer {
    box-shadow: 0 4px 4px rgba(0,0,0,.08);
    background: #f5f5f5
}
.l-header.o-min:not(.o-sd_menu_show) .header_outer .logo a img {
    opacity: 0
}
.l-header.o-min:not(.o-sd_menu_show) .header_outer .logo a:after {
    opacity: 1
}
}

@media screen and (max-width:768px) {
.l-header .logo {
    top: 15px;
    left: 10px;
}
.l-header .logo a img, .l-header .logo a:after {
    width: auto;
    height: 35px
}
.l-header .header_outer {
    height: 70px
}
.l-header .sd_trigger {
    top: 20px;
}
.l-header .sd_trigger .button span {
    top: 15px;
    width: 24px;
    height: 2px
}
.l-header .btns, .l-header .sd_navs ul, .l-header .sub_navs {
    width: auto
}
.l-header .sd_trigger .button span:nth-child(1) {
    transform: translate(0px, -9px)
}
.l-header .sd_trigger .button span:nth-child(2) {
    transform: translate(0px, 0)
}
.l-header .sd_trigger .button span:nth-child(3) {
    transform: translate(0, 9px)
}
.l-header .sd_trigger .button:before {
    transform: rotate(-65deg)
}
.l-header .header_inner {
    height: calc(100vh - 95px)
}
.l-header .navs {
    display: none
}
.l-header .sub_navs {
    padding: 24px 5vw 5px
}
.l-header .sub_navs .sub_item.has_nav .sub_item_inner, .l-header .sub_navs .sub_list, .l-header .sub_navs .sub_outer {
}
.l-header .sub_navs .sub_nav+.sub_nav {
    margin-top: 20px
}
.l-header .sub_navs .nav_caption {
    line-height: 40px
}
.l-header .sub_navs .sub_item .ac_trigger, .l-header .sub_navs .sub_item .sub_label {
    font-size: 15px;
    line-height: 6vh
}
.l-header .sub_navs .sub_list ul {
    padding: 16px 0
}
.l-header .sub_navs .sub_list li {
    padding: 12px 0;
    font-size: 13px
}
.l-header .sd_navs {
    padding: 23px 5vw 40px
}
.l-header .sd_navs a {
    font-size: 15px;
    line-height: 52px
}
.l-header .btns ul {
    padding: 0 5vw 16px
}
.l-header .btns a {
    font-size: 38px;
    line-height: 60px
}
.l-header .sd_search {
    width: auto;
    padding: 0 5vw 48px
}
.l-header .sd_search .input {
    height: 60px;
    padding: 0 44px 0 20px;
    font-size: 14px
}
.l-header .sd_search .input:placeholder-shown {
padding-right:22px;
font-size:16px
}
.l-header .sd_search .submit {
    width: 44px;
    height: 60px
}
.l-header .sd_search .submit img {
    width: 12px;
    height: 12px
}
.l-header.o-sd_menu_show .sd_trigger span {
    height: 2.5px
}
.l-header.o-sd_menu_show .sd_trigger span:nth-child(1) {
    left: 0;
    transform: rotate(45deg)
}
.l-header.o-sd_menu_show .sd_trigger span:nth-child(2) {
    left: 65px
}
.l-header.o-sd_menu_show .sd_trigger span:nth-child(3) {
    left: 0;
    transform: rotate(-45deg)
}
.l-header.o-min {
    top: -20px
}
.l-header.o-min .header_outer {
    height: 72px
}
.l-header.o-min .header_outer .logo {
    top: 32px
}
.l-header.o-min .header_outer .logo a img, .l-header.o-min .header_outer .logo a:after {
    width: 188px;
    height: 27px
}
.l-header.o-min .header_inner {
    height: calc(100vh - 52px)
}
}
.s-utility .not_found_footer .footer_inner dd {
    width: 30vw
}



@media screen and (max-width:768px) {
.s-utility .utility_header {

    margin-bottom: 20px
}
.s-utility .utility_body .notes {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.55
}
.s-utility .utility_body .notes .item+.item {
    margin-top: 32px
}
.s-utility .utility_body .notes dl dd+dt, .s-utility .utility_body .notes dl.is_box dd+dd, .s-utility .utility_body .notes p+p {
    margin-top: 16px
}
.s-utility .utility_body .notes .c-hdg_dot {
    margin-bottom: 8px
}
.s-utility .utility_body .notes dl dt {
    margin-bottom: 4px
}
.s-utility .utility_body .notes dl.is_box {
    padding: 22px 0;
    font-size: 12px
}
.s-utility .utility_body .notes dl.is_box dt {
    margin-bottom: 8px
}
.s-utility .utility_body .notes .name {
    font-size: 13px
}
.s-utility .utility_body .list dl {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 13px
}
.s-utility .utility_body .list dl:first-child {
    border-top: 1px solid #d9d9d9
}
.s-utility .utility_body .list dl dt {
    width: auto;
    min-width: 0;
    margin-bottom: 4px
}
.s-utility .utility_body .list dl.is_mark img {
    display: block;
    width: 102px;
    height: auto;
    margin-top: 10px;
    margin-right: 16px
}
.s-utility .utility_body .list dl.is_mark span {
    margin-top: 8px
}
.s-utility .not_found_footer {
    height: auto
}
.s-utility .not_found_footer:after {
    background-image: url(../images/section/utility/404_footer_sp.png)
}
.s-utility .not_found_footer .footer_inner {
    display: block;
    height: 356px;
    padding: 60px 5vw 0
}
.s-utility .not_found_footer .footer_inner dt {
    font-size: 28px
}
.s-utility .not_found_footer .footer_inner dd {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%
}
.s-utility .not_found_footer .footer_inner dd a {
    margin: 0 5vw
}
}
@keyframes to100vh {
0% {
width:0
}
100% {
width:100vw
}
}
@keyframes to100per {
0% {
width:0
}
100% {
width:100%
}
}
.l-header .sub_navs .aboutSNav .sub_item:nth-child(1):before {
    background-image: url(../img/navBg_about01.jpg);
}
.l-header .sub_navs .aboutSNav .sub_item:nth-child(2):before {
    background-image: url(../img/navBg_about02.jpg);
}
.l-header .sub_navs .aboutSNav .sub_item:nth-child(3):before {
    background-image: url(../img/navBg_about03.jpg);
}
/*.l-header .sub_navs .aboutSNav .sub_item:nth-child(4):before {
	background-image: url(../img/navBg_about04.jpg);
}*/
.l-header .sub_navs .serviceSNav .sub_item:nth-child(1):before {
    background-image: url(../img/navBg_service01.jpg);
}
.l-header .sub_navs .serviceSNav .sub_item:nth-child(2):before {
    background-image: url(../img/navBg_service02.jpg);
}
.l-header .sub_navs .serviceSNav .sub_item:nth-child(3):before {
    background-image: url(../img/navBg_service03.jpg);
}
.l-header .sub_navs .serviceSNav .sub_item:nth-child(4):before {
    background-image: url(../img/navBg_service04.jpg);
}
.l-header .sub_navs .projectCaseNav .sub_item:nth-child(1):before {
    background-image: url(../img/navBg_news01.jpg);
}
.l-header .sub_navs .projectCaseNav .sub_item:nth-child(2):before {
    background-image: url(../img/navBg_news02.jpg);
}
.l-header .sub_navs .networkSNav .sub_item:nth-child(1):before {
    background-image: url(../img/navBg_network01.jpg);
}
.l-header .sub_navs .networkSNav .sub_item:nth-child(2):before {
    background-image: url(../img/navBg_network02.jpg);
}
.l-header .sub_navs .networkSNav .sub_item:nth-child(3):before {
    background-image: url(../img/navBg_network03.jpg);
}
.l-header .sub_navs .contactSNav .sub_item:nth-child(1):before {
    background-image: url(../img/navBg_contact01.jpg);
}
.l-header .sub_navs .contactSNav .sub_item:nth-child(2):before {
    background-image: url(../img/navBg_contact02.jpg);
}
.sMenuShow {
    overflow: hidden;
}
.sMenuShow li {
    position: relative;
    zoom: 1;
    float: left;
    background-color: #fff;
    cursor: pointer;
}
.sMenuShow li.dob1 {
    width: 25%;
}
.sMenuShow li.dob2 {
    width: calc(50% - 2px);
    overflow: hidden;
}
.sMenuShow li.dob2.in_bo {
    width: calc(25%);
    overflow: hidden;
}

@media screen and (min-width:760px) and (max-width:1024px) {
.sMenuShow li.dob1 {
    width: 50%;
}
.sMenuShow li.dob2 {
    width: 100%;
}
}

@media screen and (max-width:760px) {
.sMenuShow li.dob1 {
    width: 100%;
}
.sMenuShow li.dob2 {
    width: 100%;
}
}
.sMenuShow li.sRight {
}
.sMenuShow li.dob22 div {
    position: relative;
    z-index: 9;
}
.sMenuShow li.dob22 {
    width: 50%;
    overflow: hidden;
    color: #fff;
}

@media screen and (min-width:760px) and (max-width:1024px) {
.sMenuShow li.dob22 {
    width: 100%;
}
}

@media screen and (max-width:760px) {
.sMenuShow li.dob22 {
    width: 100%;
}
}
.sMenuShow li.dob2 div {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    zoom: 1;
}

@media screen and (max-width:760px) {
.sMenuShow li.dob2 div {
    width: 100%;
}
}
.sMenuShow li.dob2 div.f2 {
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.sMenuShow li.dob2 div.f2 img.jt {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    z-index: 55;
}
.sMenuShow li.sRight div.f2 p.jt {
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -20px;
    z-index: 55;
    height: 39px;
    width: 20px;
    background-image: url(../img/sMenuShowJt2.png);
    background-repeat: no-repeat;
}
.sMenuShow li.sLeft div.f2 p.jt {
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -20px;
    z-index: 55;
    height: 39px;
    width: 20px;
    background-image: url(../img/sMenuShowJt.png);
    background-repeat: no-repeat;
}
.sMenuShow li.dob2 div.f2 img.jt2 {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    z-index: 55;
}
.sMenuShow li img.m1 {
    display: block;
    border: 0;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.sMenuShow li:hover img.m1 {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
.sMenuShow li h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 50px 0 0 50px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.sMenuShow li h3 p {
    color: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}
.sMenuShow li b {
    width: 72px;
    height: 35px;
    position: absolute;
    bottom: 50px;
    right: 68px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border: solid 1px #ffffff;
    /*background-image: url(../img/about_more_b.png);*/
    background-repeat: no-repeat;/*background-position: center center;*/
}
.sMenuShow li dl.i1 {
    padding: 10% 50px 0 50px;
    color: #434345;
}
.sMenuShow li.dob22 dl.i1 {
    padding: 5% 0 0 50px;
    color: #fff;
}
.sMenuShow li dl.i1 dt {
    font-size: 80px;
    line-height: 80px;
    vertical-align: bottom;
}
.sMenuShow li dl.i1 dt strong {
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: bottom;
}
.sMenuShow li dl.i1 dd {
    line-height: 2;
}
.sMenuShow li dl.i1 dd td {
    vertical-align: top;
}
.sMenuShow li div.f1 {
    float: right;
}
.sMenuShow li div.f2 {
    float: left;
}
.sMenuShow li.sRight div.f1 {
/*      border-top: solid 1px #cdcecf;
	border-right: solid 1px #cdcecf; */
}
.sMenuShow a:nth-child(4n) li div.f1 {
    float: left!important;
}
.sMenuShow a:nth-child(4n-1) li div.f1 {
    float: left!important;
}
.sMenuShow a:nth-child(4n) li div.f2 {
    float: right;
}
.sMenuShow a:nth-child(4n-1) li div.f2 {
    float: right;
}
.sMenuShow li.sLeft div.f1 {
    border-top: solid 1px #cdcecf;
    border-left: solid 1px #cdcecf;
}
.iFlMenu li:nth-child(1) {
    background-color: #c30d2a;
}
.iFlMenu li:nth-child(1) dl.i1, .iFlMenu li:nth-child(2) dl.i1 {
    color: #fff;
}
/*.iFlMenu li:nth-child(2) {
	background-color: #c30d2a;
}*/
.iFlMenu li:nth-child(2) h3, .iFlMenu li:nth-child(2) h3 span {
    color: #fff;
}
.iFlMenu li:nth-child(4) div.f2 img.jt, .iFlMenu li:nth-child(5) div.f2 img.jt {
    left: auto;
    right: 0px;
}
.iFlMenu li:nth-child(4), .iFlMenu li:nth-child(5) {
    border-bottom: solid 1px #e4e5e5;
}
.iAboutMenu .dob22 {
    float: right;
}
.iAboutMenu li dl.i1 dt {
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
}
.iAboutMenu li dl.i1 dd {
    font-size: 14px;
    line-height: 25px;
    padding-top: 33px;
}
.iAboutMenu li.dob22 dt {
    letter-spacing: 12px;
}
.newsMenu li:nth-child(6) div.f1 {
    border-bottom: solid 1px #cdcecf;
    border-left: solid 0px #cdcecf;
}
.newsMenu li:nth-child(12) div.f1 {
    border-bottom: solid 1px #cdcecf;
    border-left: solid 0px #cdcecf;
}
.caseMenu li:nth-child(5) div.f1 {
    border-bottom: solid 0px #cdcecf;
    border-left: solid 0px #cdcecf;
}
.caseMenu li:nth-child(7) div.f1 {
    border-bottom: solid 1px #cdcecf;
    border-left: solid 0px #cdcecf;
}
.researchMenu li:nth-child(2) div.f1 {
    border-bottom: solid 1px #cdcecf;
}
.proMenu li:nth-child(2) div.f1, .proMenu li:nth-child(12) div.f1 {
    border-left: solid 0px #cdcecf;
}
.proMenu li:nth-child(13) div.f1 {
    border-bottom: solid 1px #cdcecf;
}
.title {
    padding: 80px 8% 0px 8%;
    text-align: center;
    position: relative;
    zoom: 1;
    margin-bottom: 60px;
    font-weight: normal;
    clear: both;
}
.title span {
    font-size: 60px;
    display: block;
    margin-bottom: 20px;
}
.title p {
    display: block;
    font-size: 30px;
    padding-top: 36px;
}
.br {
    display: none;
}

@media screen and (max-width:480px) {
.br {
    display: block;
}
.title {
    padding: 100px 8% 30px 8%;
    margin-bottom: 20px;
}
.title span {
    font-size: 48px;
    margin-bottom: 15px;
}
}
.title img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -24px;
}
.swiper-slide {
    color: #fff;
    text-align: center;
}
.swiper-slide .title {
    padding-top: 200px;
    padding-left: 8%;
    padding-right: 8%;
}

@media screen and (max-width:760px) {
.swiper-slide .title {
    padding-top: 100px;
}
}
.swiper-slide .zw {
    color: #e4e5e5;
    font-size: 18px;
    line-height: 35px;
    padding-left: 8%;
    padding-right: 8%;
}
.swiper-slide .zw span {
    display: inline-block;
    margin: 0 20px;
}
.swiper-slide .zw span img {
    margin-bottom: 15px;
    display: inline-block;
}
.swiper-slide .zw strong {
    font-size: 20px;
    font-weight: normal;
}
.quickNav {
    position: absolute;
    bottom: 33px;
    left: 37px;
    z-index: 9999;    display: none;
}
.quickNav a {
    display: block;
    width: 21px;
    margin-bottom: 29px;
    height: 22px;
    background-image: url(../img/leftQMenuBg.png);
    background-repeat: no-repeat;
    position: relative;
}
.quickNav a.ewm div {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 40px;
    top: -50px;
    opacity: 0;
    -webkit-transition: all .25s linear .25s;
    transition: all .25s linear .25s;
}
.quickNav a.ewm:hover div {
    opacity: 1;
    left: 35px;
    -webkit-transition: all .25s linear .25s;
    transition: all .25s linear .25s;
}
.quickNav a.ewm div img {
    display: block;
}
.quickNav a:nth-child(1) {
    background-position: top left;
}
.quickNav a:nth-child(2) {
    height: 19px;
    background-position: left -52px;
}
.quickNav a:nth-child(3) {
    height: 19px;
    background-position: left -101px;
}
.quickNav a:nth-child(1):hover {
    background-position: top right;
}
.quickNav a:nth-child(2):hover {
    height: 19px;
    background-position: right -52px;
}
.quickNav a:nth-child(3):hover {
    height: 19px;
    background-position: right -101px;
}
.newsMenu li h3 {
    font-size: 16px;
}
.newsMenu li dl.i1 {
    padding: 0 0 0 50px;
}
.newsMenu li dl.i1 dd {
    font-size: 20px;
    line-height: 40px;
    padding-top: 45px;
}
#scrollIco {
    position: fixed;
    right: 65px;
    bottom: 67px;
    z-index: 888;
    opacity: 0;
}
#scrollIco img {
    display: block;
    clear: both;
}
#scrollIco img.up, #scrollIco img.down {
    opacity: 0;
}
.zw {
    font-size: 14px;
    line-height: 30px;
}
.iAbout {
    text-align: center;
    padding-bottom: 160px;
}

@media screen and (max-width:760px) {
.iAbout .zw {
    padding-left: 8%;
    padding-right: 8%;
}
.iAbout {
    padding-bottom: 100px;
}
}
.iAbout .zw strong {
    font-size: 18px;
    font-weight: normal;
}
.iSBanner_01 {
    height: 480px;
    background-image: url(../img/iPic01.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    clear: both;
    width: 100%;
}

@media screen and (max-width:760px) {
.iSBanner_01 {
    height: 300px;
}
}
.iSBanner_02 {
    background-image: url(../img/iPic02.jpg);
}
.iSBanner_03 {
    background-image: url(../img/iPic03.jpg);
}
.iCpsdys {
    margin-bottom: 150px;
    clear: both;    display: none;
}

@media screen and (max-width:760px) {
.iCpsdys {
    margin-bottom: 100px;
}
}
.iCpsdys .main {
    max-width: 1310px;
    vertical-align: top;
}
.iCpsdys .main dl {
    display: inline-block;
    margin-bottom: 90px;
    float: left;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.iCpsdys .main dl:hover {
    margin-top: -25px;
}
.iCpsdys .main dl .iCps_dl {
    /*width: 310px;*/
    text-align: center;
}
.iCpsdys .main dl dt {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}
.iCpsdys .main dl .iCps_dl dd p {
    color: #b7b7b7;
    font-size: 14px;
}
.moreInfo {
    overflow: hidden;
    text-align: center;
}

@media screen and (min-width:760px) and (max-width:1024px) {
.iCpsdys .main dl {
    width: 50%;
    display: block;
}
}

@media screen and (max-width:760px) {
.iCpsdys .main dl {
    width: 50%;
    display: block;
    margin-bottom: 60px;
    text-align: center;
}
.iCpsdys .main dl dt {
    padding-bottom: 18px;
}
}
/*
.moreInfo a {
	text-align:center;
	display:block;
	height:63px;
	line-height:63px;
	vertical-align:middle;
	position:relative;
}
.moreInfo a:hover {
	background-color:#c30d2a;
	color:#fff;
	text-decoration: none;
}
.moreInfo a:before{position:absolute;top:22px;right:22px;width:11px;height:16px;background:url(../img/shared/ico_dash_c02.svg) 100% 100% no-repeat;content:" ";}
.moreInfo a:hover:before{right:22px;background:url(../img/shared/ico_link_w02_w.svg) 100% 100% no-repeat;}
.moreInfo a:after{position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#9e9e9f;content:" ";transition:width 250ms cubic-bezier(.25,.46,.45,.94)}
.moreInfo a:hover:after{width:0px;transition:width 250ms cubic-bezier(.25,.46,.45,.94)}

.moreInfo a,.moreInfo a span{display:block;position:relative;}
.moreInfo a{text-align:left;text-decoration:none;white-space:nowrap; }
.moreInfo a span{z-index:1;color:#fff;transition:color 250ms cubic-bezier(.25,.46,.45,.94),padding 250ms cubic-bezier(.25,.46,.45,.94)}
.moreInfo a:before{position:absolute;top:50%;right:0;width:6px;height:8px;margin-top:-4px;background:url(../img/shared/ico_dash_c.svg) 50% 50% no-repeat;content:" ";transition:right 250ms cubic-bezier(.25,.46,.45,.94)}.moreInfo a[target="_blank"]:after{display:none!important}.moreInfo a:hover{text-decoration:none}@media screen and (min-width:1025px){.moreInfo a:after{position:absolute;top:0;left:-100%;width:100%;height:100%;background:url(../img/shared/ico_link_c.svg) calc(100% - 16px) 50% no-repeat #111;content:" ";transition:left 250ms cubic-bezier(.25,.46,.45,.94)}.moreInfo a:hover span{padding:0 16px;color:#fff}.moreInfo a:hover:after{left:0}}
*/
.c-btn, .c-btn span {
    display: block;
    position: relative
}
.c-btn {
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}
.moreInfo .c-btn {
    text-align: center;
}
.c-btn span {
    z-index: 1;
    border: 1px solid #9F9FA0;
    border-width: 0 0 1px;
    color: #9F9FA0;
    font-size: 14px;
    line-height: 63px;
    transition: color 250ms cubic-bezier(.25, .46, .45, .94), padding 250ms cubic-bezier(.25, .46, .45, .94)
}
.c-btn input {
    z-index: 1;
    width: 100%;
    border: 0;
    border-width: 0 0 1px;
    color: #9F9FA0;
    font-size: 14px;
    line-height: 63px;
    background: #fff0;
    transition: color 250ms cubic-bezier(.25, .46, .45, .94), padding 250ms cubic-bezier(.25, .46, .45, .94)
}
.c-btn:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url(../img/shared/ico_dash_c.svg) 50% 50% no-repeat;
    content: " ";
    transition: right 250ms cubic-bezier(.25, .46, .45, .94)
}
.c-btn[target="_blank"]:after {
    display: none!important
}
.c-btn:hover {
    text-decoration: none
}

@media screen and (min-width:1025px) {
.c-btn:after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../img/shared/ico_link_c.svg) calc(100% - 16px) 50% no-repeat #111;
    content: " ";
    transition: left 250ms cubic-bezier(.25, .46, .45, .94)
}
.c-btn:hover span {
    padding: 0 16px;
    color: #fff
}
.moreInfo .c-btn:hover span {
    padding: 0 0px;
}
.c-btn:hover input {
    padding: 0 16px;
    color: #fff
}
.moreInfo .c-btn:hover input {
    padding: 0 0px;
}
.c-btn:hover:after {
    left: 0
}

}
.iFwlc .zw {
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
}
.iFwlc .fwlcInfo {
    max-width: 1272px;
    margin: auto;
    padding-top: 150px;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}
.iFwlc .fwlcInfo li {
    width: 30%;
    float: left;
    text-align: left;
    margin-bottom: 90px;
    padding: 26px 26px;
    margin-right: 20px;
    border-radius: 5px;
}
.iFwlc .fwlcInfo li:hover {
    box-shadow: 0 0 .25rem rgba(0,0,0,.09);
}
.iFwlc .fwlcInfo li img {
    display: block;
    margin: auto;
}
.iFwlc .fwlcInfo li h3 {
    font-size: 16px;
    padding: 15px 0;
    display: block;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20px;
    line-height: 30px;
}
.iFwlc .fwlcInfo li p {
    color: #999999;
    padding: 0 0 15px;
}
.iFwlc .fwlcInfo li .news_intro {
    text-align: left;
    line-height: 2;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    overflow: hidden;
}
.iFwlc .fwlcInfo li .news_fenlei {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
}
.iFwlc .fwlcInfo li .news_fenlei p {
    width: 70px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}
.iFwlc .fwlcInfo li .news_fenlei i {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/about_more.png) no-repeat center center;
}

@media screen and (max-width:760px) {
.iFwlc .fwlcInfo {
    max-width: 100%;
    padding-top: 20px;
    flex-wrap: wrap;
}
.iFwlc .fwlcInfo {
    padding-left: 4%;
    padding-right: 4%;
}
.iFwlc .fwlcInfo li {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0px;
    padding: 10px;
    box-shadow: 0 0 0.25rem rgba(0,0,0,.09);
}
.iFwlc .fwlcInfo li h3 {
    padding: 20px 35px 15px 35px;
}
}
.iHzkh {
    text-align: center;
    background-color: #f8f8f8;
    padding-bottom: 70px;
    clear: both;    display: none;
}

@media screen and (max-width:760px) {
.iHzkh {
    padding-bottom: 40px;
}
}
.iHzkh .zw {
    padding-left: 8%;
    padding-right: 8%;
}
.iHzkh .moreInfo {
    max-width: 1186px;
    margin: auto;
}
.iHzkhList {
    max-width: 1186px;
    margin: auto;
    padding: 40px 0 0 0;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.iHzkhList li {
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    width: 21.3%;
    float: left;
    margin: 0 1% 26px 1%;
    float: left;
    -webkit-box-shadow: 13px 13px rgba(0,0,0,0.06);
    box-shadow: 13px 13px rgba(0,0,0,0.06);
    -webkit-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
}

@media screen and (max-width:760px) {
.iHzkhList {
    padding: 60px 4% 5px 4%;
}
.iHzkhList li {
    height: 150px;
    line-height: 150px;
    width: 48%;
    margin: 0 1% 26px 1%;
}
.iHzkh .moreInfo {
    margin-left: 8%;
    margin-right: 8%;
}
}
.iHzkhList li:hover {
    -webkit-box-shadow: 13px 13px rgba(0,0,0,0.2);
    box-shadow: 13px 13px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
}
.iHzkhList li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}
footer {
    background-color: #8f0217;
    color: #dbdcdc;
    padding-top: 90px;
    width: 100%;
    clear: both;
}
.footer {
    margin: 0 10%;
    position: relative;
}
.footer .logoFooter {
    position: absolute;
    left: 0px;
    width: 200px;
    top: 0px;
}
.footer .rightBar {
}
.footer ul {
    font-size: 16px;
    vertical-align: top;
    text-align: left;
}
.footerNav {
position: relative;
    width: 35%;
    float: left;
    margin-left: 15%;
}
.footerNav li, .footPprz li {
    vertical-align: top;
    float: left;
    position: relative;
}
.footerNav li:nth-child(1), .footPprz li:nth-child(1) {
    width: 100%;
}
.footerNav li:nth-child(2) {
    width: 15%;
}
.footerNav li:nth-child(3) {
    width: 15%;
}
.footerNav li:nth-child(4) {
    width: 15%;
}
.footerNav li:nth-child(5) {
    width: 15%;
}
.footPprz {
    height: auto;
    overflow: hidden;
    float: right;
}
.footPprz img {
    display: inline-block;
    vertical-align: middle;
}
.footPprz li {
    vertical-align: middle;
    text-align: left;
}
.footPprz li:nth-child(1) {
    background-image: url(../img/footPprzBG.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.footPprz li:nth-child(2) div:nth-child(1), .footPprz li:nth-child(2) div:nth-child(2), .footPprz li:nth-child(2) div:nth-child(3) {
    width: 90%;
    float: left;
    margin-right: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footPprz li:nth-child(2) div:nth-child(4) {
    position: absolute;
    right: 0px;
    top: 0px;
}
.footPprz li div span {
    line-height: 16px;
    font-size: 14px;
}
.footPprz li div.face-twi span{
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}
.footerNav a {
    color: #dbdcdc;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}
.footerNav h3 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 23px;
}
.footerNav table {
    line-height: 32px;
}
.footerNav table th {
    padding-right: 12px;
    background-image: url(../img/footerNavBG.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: normal;
}
.footerNav table td {
    padding-left: 12px;
}
.footPprz li{    width: 100%;}
.footPprz li .erweim{        width: 100% !important;}
.footPprz li .face-twi{
    display: inline-block!important;
    margin-top: 8px;
}
@media screen and (max-width:760px) {
.footerNav table {
    line-height: 26px;
}
footer {
    padding-top: 100px;
}
.footer .rightBar {
    width: 100%;
    float: right;
    display: table;
    padding-top: 100px;
}
.footerNav li {
    margin-bottom: 20px;
}
.footerNav h3 {
    margin-bottom: 15px;
}
.footerNav li:nth-child(1), .footPprz li:nth-child(1) {
    width: 100%;
}
.footerNav li:nth-child(2) {
    width: 49%;
}
.footerNav li:nth-child(3) {
    width: 49%;
}
.footerNav li:nth-child(4) {
    width: 49%;
    position: relative;
    top: auto;
    right: auto;
}
.footPprz {
    padding: 30px 0 98px 0;
}
.footPprz li:nth-child(2) {
    width: 100%;
}
.footPprz li:nth-child(2) div:nth-child(1), .footPprz li:nth-child(2) div:nth-child(2), .footPprz li:nth-child(2) div:nth-child(3), .footPprz li:nth-child(2) div:nth-child(4) {
    width: 25%;
    float: left;
}
.footPprz li:nth-child(2) div:nth-child(4) {
    position: relative;
    right: auto;
    top: auto;
}
.footPprz li img {
    max-width: 80%;
}
}
.copyRight {
    background-color: #8f0217;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyRight .copyRight_box {
    margin: 0 auto;
    padding: 0 97px;
}
.copyRight span {
    float: left;
}
.copyRight a {
    color: #fff;
}
.copyRight span.sup {
    float: right;
}
.copyRight a.icp {
    float: right;
}
.copyRight div.gsrz {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.copyRight div.gsrz img {
    height: 50px;
    width: auto;
}

@media screen and (max-width:760px) {
.copyRight span {
    margin-left: 0px;
    width: auto;
    display: block;
    margin-bottom: 10px;
    float: none
}
.copyRight span.sup {
    float: left;
    float: none
}
.copyRight div.gsrz {
    padding: 10px 0 0 0;
}
.copyRight {
    font-size: 14px;
}
.copyRight a.icp {
    float: none
}
}
.mainBanner {
    padding: 176px 8% 92px 8%;
    text-align: center;
    border-top: solid 1px #f2f2f3;
}
.newsBanner {
    padding: 176px 8% 80px 8%;
    min-height: 400px;
}
.mainBanner img {
    margin: auto;
}
.newsBanner img {
    margin-bottom: 66px;
}
.newsBanner p {
    padding-top: 0px;
}
.newsBanner p b {
    font-size: 16px;
}
.mainBanner h3 {
    display: block;
    padding: 55px 0 30px 0;
    font-weight: normal;
    font-size: 40px;
}
.newsBanner h3 {
    padding: 0px 0 22px 0;
    font-size: 25px;
}
.mainBanner_2 {
    background-image: url(../img/iBanner02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 170px;
}
#iVideo {
    /*position: absolute;*/
    left: 0%;
 //top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: -2;
display:block
}
.newsBanner_2 {
    background-image: url(../img/newsBanner02.jpg);
}
.scienceBanner_2 {
    background-image: url(../img/scienceBanner02.jpg);
}
.caseBanner_2 {
    background-image: url(../img/caseBanner02.jpg);
}
.researchBanner_2 {
    background-image: url(../img/researchBanner02.jpg);
}
.productsBanner_2 {
    background-image: url(../img/productsBanner02.jpg);
}
.mainBar {
    clear: both;
    padding: 70px 100px;
    overflow: hidden;
}
.mainBar .leftBar {
    width: 22%;
    float: left;
}
.mainBar .rightBar {
    width: 74%;
    float: right;
}

@media screen and (max-width:1024px) {
.mainBar {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 40px;
}
.mainBar .leftBar {
    display: none;
}
.mainBar .rightBar {
    width: 100%;
    float: none;
    margin: 0px;
}
}
.about_qy img.im1 {
    float: right;
    margin-right: 48px;
}

@media screen and (max-width:760px) {
.about_qy img.im1 {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px
}
.mainBar .proLeftBar {
    padding-bottom: 0px;
}
}
.leftNav {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-top: 12px;
}
.leftNav a {
    display: block;
    position: relative;
    padding: 10px 0 10px 26px;
    margin-bottom: 12px;
}
.leftNav a:hover, .leftNav a.active {
    color: #c30d2a;
}
.leftNav a:after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 3px;
    height: 0px;
    background: #c30d2a;
    content: " ";
    transition: height 250ms cubic-bezier(.25, .46, .45, .94)
}
.leftNav a:hover:after, .leftNav a.active:after {
    height: 100%;
    transition: height 250ms cubic-bezier(.25, .46, .45, .94)
}
.leftNav div.leftNavSmenu a:hover:after, .leftNav div.leftNavSmenu a.sed:after {
    height: 0px;
    transition: height 250ms cubic-bezier(.25, .46, .45, .94)
}
.leftNav div.leftNavSmenu a {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 0 10px 26px;
}
.proNav div.leftNavSmenu a {
    color: #9F9FA0;
}
.proNav div.leftNavSmenu a {
    color: #9F9FA0;
}
.proNav div.leftNavSmenu a:hover, .proNav div.leftNavSmenu a.sed {
    color: #c30d2a;
}
.leftConatct {
    padding-left: 25px;
    position: relative;
    border: 1px solid #dddd;
}
.leftConatct h3:after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 13px;
    height: 1px;
    background: #c30d2a;
    content: " ";
}
.leftConatct h3 {
    padding-top: 35px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #c30d2a;
}
.leftConatct p {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding: 20px 0;
}
.leftConatct a {
    display: block;
    width: 28px;
    height: 28px;
    border: solid 1px #c30d2a;
    background-image: url(../img/sMenuShowBtBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}
h2.mainTitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-image: url(../img/titleBg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
h2.mainTitle p {
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    display: block;
}
h2.caseTitle {
    padding-bottom: 20px;
}
h2.caseTitle span {
    font-size: 20px;
    font-weight: normal;
    padding-top: 15px;
    display: block;
}
.aboutesnBg {
    background-image: url(../img/about401.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.about_qy p {
    font-size: 16px;
    line-height: 30px;
}
.esnList li {
    width: 25%;
    float: left;
}
.esnList li h3 {
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
    font-weight: normal;
    margin-bottom: 20px;
}
.esnList li h3 span {
    font-size: 16px;
    vertical-align: top;
    padding-left: 17px;
    line-height: 16px;
}
.esnList li p {
    color: #9e9e9f;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}
.esnList li p.i1 {
    color: #3e3a39;
}
.esnList li img {
    margin-left: -16px;
    margin-bottom: 25px;
}
.esnList li:nth-child(1) div:nth-child(2) {
    padding-top: 230px;
}
.esnList li:nth-child(2) {
    padding-top: 65px;
}
.esnList li:nth-child(2) div:nth-child(2) {
    padding-top: 270px;
}
.esnList li:nth-child(3) {
    margin-top: -80px;
}
.esnList li:nth-child(3) div:nth-child(2) {
    padding-top: 330px;
}
.esnList li:nth-child(4) {
    margin-top: -80px;
}
.esnList li:nth-child(4) div:nth-child(2) {
    padding-top: 260px;
}

@media screen and (max-width:760px) {
.aboutesnBg {
    background-image: none;
}
.esnList li {
    width: 100%;
    float: none;
}
.esnList li img {
    display: none;
}
.esnList li:nth-child(1) div:nth-child(2) {
    padding-top: 20px;
}
.esnList li:nth-child(2) {
    padding-top: 20px;
}
.esnList li:nth-child(2) div:nth-child(2) {
    padding-top: 20px;
}
.esnList li:nth-child(3) {
    margin-top: 0px;
    padding-top: 20px;
}
.esnList li:nth-child(3) div:nth-child(2) {
    padding-top: 20px;
}
.esnList li:nth-child(4) {
    margin-top: 0px;
    padding-top: 20px;
}
.esnList li:nth-child(4) div:nth-child(2) {
    padding-top: 20px;
}
.esnList li p.i1 br {
    display: none;
}
}
.newsLeftBar .mainTitle {
    margin-bottom: 28px;
}
.newsSm {
    margin-bottom: 50px;
}
.pageShow {
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    margin-bottom: 48px;
    margin-right: 90px;
    position: relative;
}
.pageShow .page {
    position: absolute;
    right: 0px;
    top: 0px;
}
/*
.page a:link, .page a:visited, .page span {
	display: inline-block;
	padding: 0 0;
	width: 42px;
	text-align: center;
	line-height: 42px;
	height: 42px;
	font-size: 18px;
	top: 0px;
	right: 0px;
	color: #595757;
	text-decoration: none;
	margin-left: 3px;
}
.page a:hover {
	text-decoration: none;
	background-color: #c30d2a;
	color: #ffffff;
}
*/
.newsList, .newsMore {
    margin-right: 90px;
}
.newsList a {
    display: block;
    clear: both;
    margin-bottom: 50px;
}
.newsList a h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 18px;
}
.newsList a:hover h3 {
    color: #c30d2a;
}
.newsList a p {
    color: #717071;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
}
.newsList a span {
    color: #9e9e9f;
}
.newsMore .zw {
    font-size: 16px;
    line-height: 35px;
}
.newsMore .newsDate {
    font-size: 20px;
    padding: 35px 0 78px 0;
}
.newsMoreInfo {
    overflow: hidden;
}
.scienceWhat_01 {
    background-image: url(../img/science-01_1.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #d9d0d5;
    min-height: 772px;
}
.scienceShow_2 li {
    width: 33.3%;
    float: left;
    margin-bottom: 80px;
}
.scienceShow_2 li:nth-child(4), .scienceShow_2 li:nth-child(5) {
    margin-bottom: 0px;
}

@media screen and (max-width:760px) {
.scienceShow_2 li {
    width: 50%;
    margin-bottom: 50px;
}
.scienceShow_2 li:nth-child(4) {
    margin-bottom: 50px;
}
}

@media screen and (max-width:480px) {
.scienceShow_2 li {
    width: 100%;
    margin-bottom: 50px;
}
.scienceShow_2 li:nth-child(4) {
    margin-bottom: 50px;
}
}
.scienceShow_2 li h3 {
    font-size: 16px;
    font-weight: normal;
    height: 50px;
}
.scienceShow_2 li p {
    margin-bottom: 35px;
}
.scienceShow_2 li img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.scienceShow_2 li img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
 filter:;
}
.scienceShow_3 li {
    width: 33.3%;
    float: left;
    position: relative;
    margin-bottom: 50px;
}
.scienceShow_3 li h3 {
    font-weight: normal;
    font-size: 16px;
    padding: 20px 0 35px 0;
}

@media screen and (max-width:480px) {
.scienceShow_3 li h3 {
    padding: 20px 0 15px 0;
}
}
.scienceShow_3 h3:after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #3e3a39;
    content: " ";
}
.scienceShow_3 li img {
    display: block;
    width: 100%;
}
.scienceShow_3 li:nth-child(7), .scienceShow_3 li:nth-child(8) {
    margin-bottom: 0px;
}
.contactBg {
    background-color: #fafafa;
}
.contactMain {
    padding-top: 0px;
}
.conatctMap {
    width: 100%;
    display: block;
    margin-bottom: 80px;
}
.contactAdd {
    margin-bottom: 120px;
}
.contactAdd li {
    width: 33.3%;
    float: left;
    padding-bottom: 45px;
}
.contactAdd li h3 {
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
    margin-bottom: 28px;
}
.contactAdd li h3 img {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width:760px) {
.contactAdd {
    margin-bottom: 0px;
}
.contactAdd li {
    width: 100%;
    float: none;
    padding-bottom: 45px;
    text-align: center;
}
.contactAdd li h3 {
    margin-bottom: 18px;
}
}
.contactAdd li p {
    font-size: 20px;
    line-height: 32px;
}
.contactMessage {
    clear: both;
    width: 100%;
}
.contactMessage .td {
    padding-bottom: 25px;
}
.contactMessage span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.contactMessage input {
    height: 40px;
    line-height: 40px;
    border: 0px;
    padding: 0 5%;
    width: 90%;
    background-color: #eeeeef;
}
.contactMessage input#code {
    height: 40px;
    line-height: 40px;
    border: 0px;
    padding: 0 5%;
    width: calc(93% - 80px);
    background-color: #eeeeef;
}
.contactMessage select {
    height: 40px;
    line-height: 40px;
    border: 0px;
    padding: 0 2.5%;
    width: 100%;
    background-color: #eeeeef;
}
.contactMessage textarea {
    height: 240px;
    border: 0px;
    padding: 20px 2.5%;
    width: 95%;
    background-color: #eeeeef;
    margin-bottom: 50px;
}
.contactMessage .td:nth-child(2n-1) {
    padding-right: 3%;
}
.contactMessage .td {
    float: left;
    width: 48.5%;
}
.customerBt {
    font-size: 22px;
    margin-bottom: 50px;
    letter-spacing: 36px;
    font-weight: normal;
}
.customerSm li {
    width: 33.2%;
    float: left;
}
.customerSm {
    margin-bottom: 35px;
    height: auto;
    overflow: hidden;
}
.customerListTitle {
    padding: 200px 0 80px 0;
    font-size: 20px;
    font-weight: normal;
    clear: both;
}

@media screen and (max-width:760px) {
.customerBt {
    font-size: 22px;
    margin-bottom: 50px;
    letter-spacing: 20px;
    font-weight: normal;
}
.customerSm li {
    width: 100%;
    float: none;
}
.customerListTitle {
    padding: 100px 0 50px 0;
}
}
.customerListTitle span {
    font-size: 14px;
    display: block;
    padding-top: 15px;
    clear: both;
}
.caseList {
    clear: both;
    width: 100%;
}
.caseList dt div {
    width: 33.3%;
    float: left;
}
.caseList dt div h3 {
    display: block;
    font-weight: normal;
    padding-top: 12px;
    font-size: 40px;
}
.caseList dt div p {
    display: block;
    font-weight: normal;
    padding-top: 12px;
}
.caseList dt div p strong {
    font-size: 40px;
    font-family: Arial;
    font-weight: normal;
}
.caseList dt div p span {
    color: #e9245e;
}
.caseList dd {
    padding-top: 60px;
    margin-bottom: 200px;
    clear: both;
}

@media screen and (max-width:480px) {
.caseList dt div {
    width: 100%;
    float: none;
}
.caseList dd {
    padding-top: 30px;
    margin-bottom: 80px;
}
}
.caseList dd img {
    display: block;
    width: 100%;
}
.customerList {
    clear: both;
    border-left: solid 1px #eeeeef;
    height: auto;
    overflow: hidden;
`
}
.customerList li {
    width: 31.33%;
    float: left;
    vertical-align: middle;
    margin: 1%
}
.customerList li:nth-last-child(1), .customerList li:nth-last-child(2), .customerList li:nth-last-child(3) {
    border-bottom: solid 1px #eeeeef;
}
.customerList li img {
    display: inline-block;
    vertical-align: middle;
   /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
}

@media screen and (max-width:760px) {
.customerList li {
    width: 48%;
}
.customerList li img {
    width: 100%;
}
}
.customerList li:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.customerList li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
 filter:;
}
.advantageList, .strengthList {
    padding-top: 20px;
}
.advantageList h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 38px;
}
.advantageList li {
    margin-bottom: 80px;
    width: 33.3%;
    float: left;
    overflow: hidden;
}

@media screen and (max-width:480px) {
.advantageList li {
    margin-bottom: 50px;
    width: 100%;
}
.advantageList h3 {
    margin-bottom: 18px;
}
}
.strengthList li {
    position: relative;
    zoom: 1;
    overflow: hidden;
}
.strengthList li img {
    display: block;
}
.strengthList .dob22 {
    width: 66.6%;
    float: left;
}
.strengthList .dob1 {
    float: left;
    width: 33.3%;
}


.strengthList li div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0);
    z-index: 20;
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.strengthList li:hover div {
    background-color: rgba(0,0,0,0.6);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.strengthList li h3 {
    width: 100%;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 20px;
    z-index: 30;
    color: #fff;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.strengthList li:hover h3 {
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.strengthList li.c1 {
    background-color: #c30d2a;
}
.strengthList li.c2 {
    background-color: #3e3a39;
}
.strengthList li.c3 {
    background-color: #f7f7f7;
}
.strengthList li.c3 h3 {
    color: #3e3a39;
}
.strengthList li.c3 h3, .strengthList li.c2 h3, .strengthList li.c1 h3 {
    opacity: 1;
}
.strengthList li img {
    display: block;
    border: 0;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    z-index: 1;
}
.strengthList li:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}
.honorBg {
    background-image: url(../img/honorBg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #eeeeef;
}
.honorBg .leftNav a {
    color: #fff;
}
.honorBg .leftNav a:hover, .honorBg .leftNav a.sed {
    color: #c30d2a;
}
.honorBg .leftConatct p {
    color: #fff;
}
.honorBg h2.mainTitle {
    color: #fff;
}
.proList h3.t {
    font-size: 20px;
    display: block;
    font-weight: normal;
    padding-bottom: 45px;
}
.proList > div {
    border-bottom: solid 1px rgba(183,183,183,1.00);
    padding-bottom: 60px;
}
.proList > div:last-child {
    border-bottom: solid 0px rgba(183,183,183,1.00);
}
.proListSf {
    margin-bottom: 60px;
    height: auto;
    overflow: hidden;
    clear: both;
}
.proList ul.proshowInfo {
    display: table;
    width: 100%;
    clear: both;
}
.proList .proshowInfo2 {
    display: table;
    width: 66.6%;
    float: left;
    vertical-align: top;
}
.proList .proshowInfo4 {
    display: table;
    width: 100%;
    vertical-align: top;
}
.proList .proshowInfo2 li, .proList .proshowInfo4 li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.proList .proshowInfo3 {
    display: table;
    width: 33.3%;
    float: right;
    vertical-align: top;
    margin-top: -60px;
}
.proList .proshowInfo3 li {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.proList ul.proshowInfo li {
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
}

@media screen and (max-width:480px) {
.proList .proshowInfo2 {
    width: 100%;
    display: block;
}
.proList .proshowInfo2 li, .proList .proshowInfo4 li {
    width: 100%;
    display: block;
}
.proList .proshowInfo3 {
    width: 100%;
    margin-top: -60px;
    display: block;
}
.proList ul.proshowInfo li.zw {
    display: block;
    width: 100%;
}
}
.proList ul.proshowInfoTl, .proList ul.proshowInfoTl2 {
    width: 100%;
    display: table;
}
.proList ul.proshowInfoTl2 {
    margin-bottom: 60px;
}
.proList ul.proshowInfoTl2 li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.proList ul.proshowInfoTl li {
    width: 25%;
    display: table-cell;
}
.proList ul.proshowInfoTl li.hf2 {
    width: 66.6%;
}
.proList .i1 ul.proshowInfo li {
    text-align: center;
}
.proList .i1 ul.proshowInfo li:nth-child(1), .proList ul.proshowInfoTl2 li:nth-child(1) {
    text-align: left;
}
.proList .i2 ul.proshowInfo {
    width: 66.6%;
}

@media screen and (max-width:480px) {
.proList ul.proshowInfoTl li {
    width: 100%;
    display: block;
}
.proList ul.proshowInfoTl li.hf2 {
    width: 100%;
    display: block;
}
.proList .i2 ul.proshowInfo {
    width: 100%;
    display: block;
}
}
.proList .i2 ul.hf3 {
    width: 100%;
}
.proList .i4 ul.proshowInfo, .proList .i5 ul.proshowInfo {
    margin-bottom: 45px;
}
.proList .i4 ul.proshowInfo:last-child, .proList .i5 ul.proshowInfo:last-child {
    margin-bottom: 0px;
}
.proListSf table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0px;
    margin-left: -20px;
    margin-right: -20px;
}
.proListSf table td, .proListSf table th {
    font-weight: normal;
    border-bottom: solid 1px #f3f3f3;
    padding: 8px;
    text-align: center;
}
.proListSf table tr:nth-child(1) th {
    border-top: solid 1px #f3f3f3;
}
.proListSf table.wapTable {
    display: none;
}

@media screen and (max-width:760px) {
.proListSf table td, .proListSf table th {
    padding: 8px 0px;
    font-size: 12px;
}
.proListSf table {
    display: none;
}
.proListSf table.wapTable {
    width: 100%;
    display: table;
    border-spacing: 5px 0px;
    margin-left: -5px;
    margin-right: -5px;
}
}
.wall--is-animated {
    -webkit-perspective: 1300px;
    -o-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.wall--is-animated .is-animated {
    -webkit-transition-duration: .7s;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-delay: .15s;
    -webkit-transition-timing-function: 'ease-in-out';
    -moz-transition-duration: .7s;
    -moz-transition-property: all;
    -moz-transition-delay: .15s;
    -moz-transition-timing-function: 'ease-in-out';
    -o-transition-duration: .7s;
    -o-transition-property: transform, opacity;
    -o-transition-delay: .15s;
    -o-transition-timing-function: 'ease-in-out';
    -ms-transition-duration: .7s;
    -ms-transition-property: transform, opacity;
    -ms-transition-delay: .15s;
    -ms-transition-timing-function: 'ease-in-out';
    transition-duration: .7s;
    transition-property: transform, opacity;
    transition-delay: .15s;
    transition-timing-function: 'ease-in-out';
    -webkit-transform: rotatex(-80deg) translateZ(0);
    transform: rotatex(-80deg) translateZ(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
}
.wall--is-animated .is-animated.revealed {
    -webkit-transform: rotatex(0deg) translateZ(0);
    transform: rotatex(0deg) translateZ(0);
    opacity: 1;
    border: solid 1px #cdcecf;
}
.wall--is-animated .is-animated.revealed.in_bo {
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
.wall--is-animated.wall--fullwidth .is-animated:nth-child(2n+1) {
    transition-delay: .15s;
}
.wall--is-animated.wall--fullwidth .is-animated:nth-child(2n+2) {
    transition-delay: .3s;
}
}

@media (min-width: 768px) and (max-width: 1399px) {
.wall--is-animated.wall--inside .is-animated:nth-child(2n+1) {
    transition-delay: .15s;
}
.wall--is-animated.wall--inside .is-animated:nth-child(2n+2) {
    transition-delay: .3s;
}
}

@media (min-width: 992px) and (max-width: 1399px) {
.wall--is-animated.wall--fullwidth .is-animated:nth-child(3n+1) {
    transition-delay: .15s;
}
.wall--is-animated.wall--fullwidth .is-animated:nth-child(3n+2) {
    transition-delay: .3s;
}
.wall--is-animated.wall--fullwidth .is-animated:nth-child(3n+3) {
    transition-delay: .45s;
}
}

@media (min-width: 1400px) {
.wall--is-animated.wall--inside .is-animated:nth-child(3n+1) {
    transition-delay: .15s;
}
.wall--is-animated.wall--inside .is-animated:nth-child(3n+2) {
    transition-delay: .3s;
}
.wall--is-animated.wall--inside .is-animated:nth-child(3n+3) {
    transition-delay: .45s;
}
}

@media (min-width: 1400px) {
.wall--is-animated.wall--fullwidth .is-animated:nth-child(4n+1) {
    transition-delay: .10s;
}
.wall--is-animated.wall--fullwidth .is-animated:nth-child(4n+2) {
    transition-delay: .20s;
}
.wall--is-animated.wall--fullwidth .is-animated:nth-child(4n+3) {
    transition-delay: .30s;
}
.wall--is-animated.wall--fullwidth .is-animated:nth-child(4n+4) {
    transition-delay: .40s;
}
}
.touch .wall--is-animated .is-animated {
    -webkit-transform: rotatex(0deg) translateZ(0);
    transform: rotatex(0deg) translateZ(0);
    opacity: 1;
}
.map {
    height: 300px;
    margin: 0 0 50px 0;
}
#jobs {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
#jobs>.list-tr {
    background: #e7e7e7;
    height: 40px
}
#jobs>.list-tr div {
    position: relative;
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #444;
    font-size: 16px;
    text-align: center;
}
#jobs>.list-tr div:after {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    content: '';
}
#jobs>.list-tr .td1 {
    width: 15%;
    padding: 0px 2%;
    text-align: left;
}
#jobs>.list-tr .td2 {
    width: 13%;
}
#jobs>.list-tr .td3 {
    width: 13%;
}
#jobs>.list-tr .td4 {
    width: 33%;
}
#jobs>.list-tr .td5 {
    width: 13%;
}
#jobs>.list-tr .td6 {
    width: 9%;
}
#jobs>.list-tr .td6:after {
    display: none;
}
#jobs>.list-td {
    margin: 0px auto;
    height: 40px;
    border-bottom: 1px solid #eee;
}
#jobs>.list-td.A div {
    color: #000;
}
#jobs>.list-td div {
    position: relative;
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}
#jobs>.list-td .td1 {
    width: 15%;
    padding: 0px 2%;
    text-align: left;
}
#jobs>.list-td .td2 {
    width: 13%;
}
#jobs>.list-td .td3 {
    width: 13%;
}
#jobs>.list-td .td4 {
    width: 33%;
}
#jobs>.list-td .td5 {
    width: 13%;
}
#jobs>.list-td .td6 {
    width: 9%;
}
#jobs>.list-td .td6 .btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
#jobs>.list-td .td6 .btn img {
    height: 18px;
    width: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    transition: all .35s;
}
#jobs>.list-td .td6 .btn:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
#jobs>.list-son {
    display: none;
    background: #f7f7f7;
    padding: 20px;
    font-size: 14px;
    text-align: left;
    color: #666;
}
#jobs>.list-son .text {
    padding-bottom: 20px;
}
#jobs>.list-son .text a {
    padding: 11px;
    background: #c30d2a;
    color: #Fff;
}
#jobs>.list-son .text>.item {
    float: left;
    line-height: 24px;
    padding-right: 70px;
}
#jobs>.list-son .tag {
    padding-bottom: 20px;
    line-height: 21px;
    color: #666;
}
#jobs>.list-son .tag h4 {
    display: block;
    font-weight: normal;
    padding: 5px 0px;
}

@media only screen and (max-width: 1280px) {
#jobs {
    width: 93.75%;
}
}

@media only screen and (max-width: 780px) {
#jobs>.list-tr div {
    font-size: 14px;
}
#jobs>.list-td div {
    font-size: 12px;
}
#jobs>.list-son {
    padding: 10px;
    font-size: 12px;
}
}

@media only screen and (max-width:800px) {
.message .mess_form div {
    width: 93%;
}
#jobs>.list-tr .td1 {
    width: 48%;
}
#jobs>.list-tr .td2 {
    display: none;
}
#jobs>.list-tr .td3 {
    width: 24%;
}
#jobs>.list-tr .td4 {
    display: none;
}
#jobs>.list-tr .td5 {
    display: none;
}
#jobs>.list-tr .td6 {
    width: 24%;
}
#jobs>.list-td .td1 {
    width: 48%;
}
#jobs>.list-td .td2 {
    display: none;
}
#jobs>.list-td .td3 {
    width: 24%;
}
#jobs>.list-td .td4 {
    display: none;
}
#jobs>.list-td .td5 {
    display: none;
}
#jobs>.list-td .td6 {
    width: 24%;
}
}
/* end*/



.xgxw {
    padding: 10px;
}
.xgxw li {
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
}
.xgxw li span {
    float: right;
    line-height: 24px;
}
.xgxw li a:hover {
    color: #c30d2a;
}
.proshowInfo {
    line-height: 24px;
}
.pagination {
    text-align: center;
    margin: 30px 0;
}
.page a {
    text-decoration: none;
    color: #999;
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 3px 6px;
    padding-bottom: 2px;
    margin-right: 3px;
    padding: 10px 14px;
    display: inline-block
}
.page a.active {
    background: #c30d2a;
    border: 1px solid #c30d2a;
    color: #fff
}
.page a:hover {
    color: #fff;
    background: #c30d2a;
    border: 1px solid #c30d2a;
}
.xgcp .swiper-container span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

@media screen and (max-width:1024px) {
.sMenuShow li.dob1, .sMenuShow li.dob2.in_bo {
    width: 50%;
}
}

@media screen and (max-width:768px) {
.newsMenu li dl.i1 {
    padding: 0 50px;
}
.contactMessage .td:nth-child(2n-1) {
    padding-right: 0;
}
.contactMessage .td {
    width: 100%;
}
}
/*首页产品*/
.iproduct {
    width: 100%;
    background: #f8f8f8;
    display: inline-block;
}
.iproduct .product-box{
    overflow: hidden;
    padding: 0px 65px 40px;
    margin: 0 auto;
    position: relative;
}
.iproduct .nav_top_l{
    margin: 20px 0 30px;    text-align: center;
}
.iproduct .nav_top_l h2{
    font-size: 24px;
    text-align: center;
}
.swiper-container_product{
    width: 100%;
}
.ihonor .ihon_box .nav_top_l{
    margin: 20px 0 30px;    text-align: center;
}
.ihonor .ihon_box .nav_top_l h2{
    font-size: 24px;
    color: #333;    text-align: center;
}
.ihonor .ihon_box .nav_top_l p{
    color: #333;
}
.iproduct ul {
  /*  display: flex;
    justify-content: space-between;
    align-items: center;*/
}
.iproduct ul li {
    width: 15%;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    /*margin-bottom: 2%;*/
}
.iproduct ul li:nth-child(6n) {
    margin-right: 0;
}
.iproduct ul li div.pro_box {
    text-align: center;
    overflow: hidden;
}
.iproduct ul .partition-line {
    float: left;
    /*  width: 1px;
    height: 60px;*/
    background: #e1e1e1;
}
.iproduct ul .partition-line:nth-child(12) {
    display: none;
}
.iproduct ul li div.pro_box img {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.iproduct ul li img:hover {
    transform: scale(1.1);
}
.iproduct ul li p {
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #c30d2a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 96%;
}
.iproduct .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,.5) url(../img/jt.png) no-repeat center;
    top: 50%;
    border-radius: 50%;
     background-position: 10px center;
}
.iproduct .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,.5) url(../img/jt.png) no-repeat center;
    top: 50%;
    border-radius: 50%;
     background-position: -65px center;
}
.iproduct .swiper-button-prev:hover,.iproduct .swiper-button-next:hover{
opacity: .8;
}
/**/
.iabout {
    padding: 30px 70px;
    margin: 0px auto;
    margin-top: 90px;
    overflow: hidden;
}
.iabout .iabout_l {
    float: left;
    width: 50%;
    margin-right: 5%;
    margin-bottom: 100px;
}
.iabout .iabout_nav_top {
    margin-bottom: 30px;
    height: 50px;
}
.iabout .nav_top_l {
    float: left;
}
.iabout .nav_top_l h2 {
    font-size: 24px;
    width: 140px;
}
.iabout .nav_top_l h2 i {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/jiantou_o.png) no-repeat;
    float: right;
    margin-top: 10px;
}
.iabout .nav_top_r {
    float: right;
    border: 1px solid #ddd;
    padding: 7px 16px;
    background: linear-gradient(#c30d2a 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
}
.iabout .nav_top_r:hover {
    -webkit-animation: myfirst 0.4s 1;
    background-position: 0 0%;
}
 @-webkit-keyframes myfirst {
 0% {
 background-position: 0 100%;
}
 100% {
 background-position: 0 0%;
}
}
.iabout .nav_top_r i {
    display: block;
    width: 21px;
    height: 15px;
    background: url(../img/about_more.png) no-repeat;
    float: right;
    margin-top: 3px;
    margin-left: 10px;
}
.iabout .nav_top_r:hover i {
    background: url(../img/about_more_b.png) no-repeat;
}
.iabout .nav_top_r a {
    color: #595757;
}
.iabout .nav_top_r:hover a {
    color: #fff;
}
.iabout .iabout_nav_cen {
    width: 100%;
    clear: both;
    font-size: 14px;
    line-height: 25px;
}
.iabout_nav_bot {
    margin-top: 57px;
}
.iabout .iabout_nav_bot ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iabout .iabout_nav_bot ul li {
    width: 30%;
    float: left;
    text-align: center;
}
.iabout .iabout_nav_bot ul li img {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.iabout .iabout_nav_bot ul li:hover img {
    margin-top: -30px;
}
.iabout .iabout_nav_bot ul li p {
    margin-top: 22px;
    font-size: 14px;
}
.iabout .iabout_nav_bot ul li span {
    margin-top: 10px;
    font-size: 14px;
}
.iabout .iabout_nav_bot ul li p span {
    font-size: 18px;
    font-weight: 400;
    color: #c30d2a;
}
.iabout .partition-line {
    float: left;
    width: 1px;
    height: 300px;
    margin: 64px 0;
    background: #e1e1e1;
}
.iabout .iabout_r {
    float: right;
    width: 38%;
}
.iabout .iabout_r .iabout_r_top {
    position: relative;
    overflow: hidden;
}
/*.iabout .iabout_r .iabout_r_top:before{content:"";display:block;position:absolute;top:38%;left:45%;width:79px;height:79px;background:url(../img/video_sp.png) no-repeat}*/
.iabout .iabout_r .iabout_r_top img {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.iabout .iabout_r:hover .iabout_r_top img {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
}
.iabout .iabout_r .iabout_r_bot {
    height: 30px;
    line-height: 30px;
}
.iabout .iabout_r .iabout_r_bot i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(../img/jiantou.png) no-repeat;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}
.ihonor {
    width: 100%;    height: 800px;
    clear: both;
    background: url(../img/index_honor.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.ihonor .ihon_box {
    overflow: hidden;
    padding: 0px 65px 40px;
    margin: 0 auto;
    position: relative;
}
.ihonor .ihon_box .ihon_box_total {
    width: 100%;
}
.ihonor .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 45px;
    right: 10px;
    background: url(../img/honor_right.png) no-repeat center center;
}
.ihonor .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 45px;
    left: 10px;
    background: url(../img/honor_left.png) no-repeat center center;
}
.ind_case {
    clear: both;    display: none;
}
#iFwlc {display: none;
}
.iCpsdys .title {
    margin-bottom: 80px;
}
.iCpsdys .title>span {
    font-size: 25px;
    margin-bottom: 0px;
}
.iCpsdys .title>p {
    font-size: 14px;
    padding-top: 0px;
}
.iCpsdys .main dl.nav_plan1 .iCps_dl dt {
    padding-top: 16px;
}
.iCpsdys .main dl.nav_plan2 .iCps_dl dd {
    padding-bottom: 16px;
}
.iCpsdys .main dl.nav_plan3 .iCps_dl dt {
    padding-top: 16px;
}
.iCpsdys .main dl.nav_plan4 .iCps_dl dd {
    padding-bottom: 16px;
}
.ind_case li.dob2 .f2 .case_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.ind_case li.dob2:hover .case_title {
    background: rgba(0, 0, 0, 0.68);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.ind_case li.dob2 .case_title p {
    display: none;
}
.ind_case li.dob2:hover .case_title p {
    display: block;
    color: #fff;
    font-size: 23px;
    text-align: center;
    width: 100%;
}
.iFwlc .title {
    padding: 90px 8% 0px 8%;
    text-align: center;
    position: relative;
    zoom: 1;
    font-weight: normal;
    clear: both;
    margin-bottom: 0px;
}
.iFwlc .title span {
    font-size: 24px;
    margin-bottom: 0;
}
.iHzkh .title {
    padding: 70px 8% 0px 8%;
    text-align: center;
    position: relative;
    zoom: 1;
    font-weight: normal;
    clear: both;
    margin-bottom: 0px;
}
.iHzkh .title>span {
    font-size: 25px;
    margin-bottom: 0px;
}
.iHzkh .title>.zw {
    font-size: 14px;
    padding-top: 0px;
}
/* about  index  */
.iaboutus {
    max-width: 78%;
    margin: 0 auto
}
.about_one {
    padding: 50px 0;
}
.about_one h1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.about_one h1 span {
    font-size: 16px;
    color: #989898;
    font-weight: normal;
    display: block;
    padding: 15px 0 5px;
}
.about_one p {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}
.about_two {
    width: 100%;
    clear: both;
    margin: 70px 0;
    padding: 38px 0;
    position: relative;
    background: url(../img/about_hj.png) no-repeat center center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_two:before {
    content: "";
    background: #c30d2a;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    transform: rotate(90deg);
}
.about_two:after {
    content: "";
    background: #c30d2a;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    transform: rotate(90deg);
}
.about_two h1 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}
.about_two h1 span {
    font-size: 12px;
}
.about_two .ihon_box {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 65px;/*  margin: 0 auto;
    position: relative;*/
}
.about_two .ihon_box .ihon_box_total {
    width: 100%;
    padding: 35px 0px;
}
.about_two .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 45px;
    right: 0;
    background: url(../img/about_right.png) no-repeat center center;
}
.about_two .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 45px;
    left: 0;
    background: url(../img/about_left.png) no-repeat center center;
}
.about_san {
    padding: 50px 0px;
}
.about_san h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    padding: 0px 0px 40px;
}
.about_san p {
    font-size: 14px;
    line-height: 36px;
}
.about_si {
    padding: 50px 15px;
}
.about_si h1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.about_si h1 span {
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
    display: block;
    padding: 15px 0 5px;
}
.about_si ul {
    padding: 50px 0;
    display: table;
}
.about_si li {
    float: left;
    width: 26%;
    margin: 0 0 0 0.5%;
    position: relative;
    display: flex;
    overflow: hidden;
}
.about_si ul li:nth-child(2) {
    margin: 0 0 12px 0.5%;
}
.about_si ul li:nth-child(3) {
    margin: 0 0 12px 0.5%;
}
.about_si ul li:nth-child(1) {
    margin: 0;
    width: 45%;
}
.about_si ul li:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.about_si .about_wh_tit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 18px 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: calc(100% - 60px);
}
.about_si ul li:nth-child(1) .about_wh_tit {
    padding: 25px 30px;
}
.about_si .about_wh_tit h3 {
    border-left: 3px solid #c30d2a;
    font-size: 18px;
    padding: 0 0 0 14px;
    line-height: 18px;
}
.about_si .about_wh_tit span {
    display: block;
    font-size: 14px;
    margin: 14px 0 0 0;
}
/***************************************************************************************/

/* product  index fenlei  list*/

.product {
}
.ipro {
    max-width: 1440px;
    margin: 60px auto 50px;
}
.pro_left {
    float: left;
    width: 20%;
    margin: 0 20px 0 0;
}
.pro_left .pro_list {
    padding: 20px 40px 20px 46px;
    position: relative;
    background: url(../img/pro_b.png) no-repeat 12px center #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.pro_left #pro_fenlei:nth-child(1) .pro_list {

    border-top: 1px solid #ccc;
}
.pro_left .pro_list:hover {
    background: url(../img/pro_w.png) no-repeat 12px center #c30d2a;
    border-left: 1px solid #c30d2a;
    border-right: 1px solid #c30d2a;
    border-bottom: 1px solid #c30d2a;
}
.pro_left #pro_fenlei.active .pro_list {
    background: url(../img/pro_w.png) no-repeat 12px center #c30d2a;
    border-left: 1px solid #c30d2a;
    border-right: 1px solid #c30d2a;
    border-bottom: 1px solid #c30d2a;
}
.pro_left #pro_fenlei:nth-child(1) .pro_list:hover {
    border-top: 1px solid #c30d2a;
}
.pro_left #pro_fenlei:nth-child(1).active .pro_list {
    border-top: 1px solid #c30d2a;
}
.pro_left .pro_list > a {
    line-height: 20px;
    border-left: 1px solid #666;
    color: #666;
    padding: 0px 0px 0px 10px;
    transition: 0s;
}
.pro_left .pro_list:hover > a {
    border-left: 1px solid #fff;
    color: #fff;
}
.pro_left #pro_fenlei.active .pro_list > a {
    border-left: 1px solid #fff;
    color: #fff;
}
.pro_left .pro_list i {
    padding: 0px 7%;
    width: 12px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.pro_left .pro_list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 12px;
    height: 2px;
    background: #666;
}
.pro_left .pro_list:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 12px;
    height: 2px;
    background: #666;
    transform: rotate(90deg);
    transition: 0.5s;
}
.pro_left .pro_list:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 12px;
    height: 2px;
    background: #fff;
}
.pro_left .pro_list:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: rotate(0deg);
}
.pro_left #pro_fenlei.active .pro_list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 12px;
    height: 2px;
    background: #fff;
}
.pro_left #pro_fenlei.active .pro_list:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: rotate(0deg);
}
.pro_left ul {
    display: none;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.pro_left ul a {
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.pro_left #pro_fenlei.active ul {
    display: block;
}
.pro_right {
    float: right;
    width: 78%;
}
.pro_right > ul {
    margin-bottom: 30px;
    display: block;
    clear: both;
}
.pro_right > ul li {
    float: left;
    width: calc(25% - 2px);
    border: 1px solid #e1e1e1;
    position: relative;
}
.pro_right > ul li p {
    padding: 19px 12px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_right > ul li .pro_c {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(230, 0, 19, 0.5);
}
.pro_right > ul li:hover .pro_c {
    display: inline-grid;
    text-align: center;
    color: #fff;
}
.pro_right > ul li:hover .pro_c img {
    align-self: flex-end;
    align-items: center;
    margin: 0 auto;
}
.iproo {
    max-width: 1310px;
    margin: 0px auto 30px;
}
.iproo a {
    margin: 0 8px 0 0;
}
.iproo a:hover {
    color: #c30d2a;
}
.pro_top {
    border: 1px solid #e1e1e1;
    padding: 30px 40px 30px 22px;
}
.pro_top_left {
    width: 60%;
    float: left;
}
 //.pro_top_left_img {
float:left;
}
 //.pro_top_left img {
width:100%;
}
 //.pro_top_left ul {
}
.wrap {
}
.p-box {
    position: relative;
    width: 100%;
}
.tab {
    width: calc(30% - 108px);
    margin: 0 auto;
    display: table;
}
.tab li {
    border: 3px solid #e1e1e1;
    width: calc(100% - 8px);
    margin: 0 0 10% 0;
}
.tab li.on {
    border: 3px solid #c30d2a;
}
.tab .f01 {
    background-position: 0 0;
}
.tab .f02 {
    background-position: 0 -95px;
}
.tab .f03 {
    background-position: 0 -190px;
}
.tab .f04 {
    background-position: 0 -285px;
}
.tab .f05 {
    background-position: 0 bottom;
}
.swiper-container1 {
    z-index: 2;
    width: calc(70% - 34px)!important;
    padding: 17px!important;
    background: #f7f7f7;
    float: left;
}
.swiper-slide img {
    width: 100%;
}
.swiper-container1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c30d2a;
    border: solid 1px #c30d2a;
}
.swiper-container1 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    border: solid 1px #c30d2a;
    opacity: 1;
}
.picScroll-top {
    position: relative;
}
.picScroll-top .hd {
}
.picScroll-top .hd .next {
    background: url(../img/next.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
}
.picScroll-top .hd .prev {
    background: url(../img/prev.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 18px;
}
.picScroll-top .hd .next:hover {
    background: url(../img/next_h.png) no-repeat;
}
.picScroll-top .hd .prev:hover {
    background: url(../img/prev_h.png) no-repeat;
}
.picScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.picScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}
.picScroll-top .hd ul li.on {
    background-position: 0 0;
}
.picScroll-top .bd {
    overflow: hidden;
    width: 100%;
    padding: 41px 0 19px
}
.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}
.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
}
.picScroll-top .bd ul li .pic {
    text-align: center;
}
.picScroll-top .bd ul li .pic img {
    width: 180px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}
.picScroll-top .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-top .bd ul li .title {
    line-height: 24px;
}
.pro_top_right {
    width: 40%;
    float: right;
    position: relative;
}
.pro_top_right h2 {
    font-size: 24px;
}
.pro_top_right h3 {
    font-size: 14px;
    margin: 18px 0;
    padding: 0 24px;
    line-height: 36px;
    background: #c30d2a;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
}
.pro_top_right h3 a {
    color: #fff
}
.pro_top_right p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 18px;
    text-indent: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro_top_right .pro_tel {
    width: 100%;
    text-align: center;
    line-height: 54px;
    margin: 35px 0;
    border-radius: 10px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #c30d2a;
}
.pro_top_right .pro_top_bottom {
    width: 100%;
    bottom: 0;
}
.pro_top_right .pro_tel strong {
    font-size: 20px;
    max-width: 540px;
    margin: 60px auto 100px;
}
.pagination1 {
    position: relative;
    height: 40px;    margin-top: 25px;
}
.pagination1 .pages {
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    line-height: 39px;
    border-radius: 10px;
    border: 1px dashed #bbb;
    color: #c30d2a;
}
.pagination1 a {
    color: #c30d2a;
}
.pagination1 .pages:hover {
    border: 1px dashed #c30d2a;
}
.pagination1 #prev {
    left: 0;
}
.pagination1 #next {
    right: 0;
}
.pro_cont {
    margin: 36px 0 0;
}
.pro_cont h2 i {
    width: 15px;
    height: 15px;
    display: block;
    background: #c30d2a;
    display: -webkit-inline-box;
    line-height: 16px;
    margin: 0 10px 0 0;
}
.pro_cont h2 {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/**************************************************************************************/


/*   news index  list  nei   */
.news_one {
    margin: 70px 0;
}
.inews {
    max-width: 1310px;
    margin: 0px auto;
}
.news_one h2 {
    font-size: 24px;
    font-weight: 300;
}
.news_one .news_fenlei {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}
.news_one .news_list {
    width: 29%;
    background: #fff;
    padding: 17px;
    border: 1px solid #e1e1e1;
}
.news_one .news_nei {
    display: block;
    border: 1px solid #fff;
    padding: 15px;
    transition: 0.5s;
}
.news_one .news_nei h3 {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    font-size: 18px;
    font-weight: 300;
}
.news_one .news_nei p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    margin: 15px 0;
}
.news_one .news_nei span {
    color: #c30d2a;
    background: url(../img/time_o.png) no-repeat left center;
    padding: 0 0 0 20px;
}
.news_one .news_list:hover {
    background: #c30d2a;
    border: 1px solid #c30d2a;
}
.news_one .news_list:hover a h3 {
    color: #fff;
}
.news_one .news_list:hover a p {
    color: #fff;
}
.news_one .news_list:hover a span {
    color: #cecece;
    background: url(../img/time_w.png) no-repeat left center;
}
.news_two {
    background: url(../img/news01.jpg) no-repeat center center;
    background-size: 100%;
}
.news_two .inews {
    max-width: 1310px;
    margin: 0px auto;
}
.news_two h2 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    line-height: 48px;
    padding: 50px 0;
}
.news_two h2 span {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
}
.news_two .news_fenlei {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 123px 0 0;
}
.news_two .news_list {
    width: 19%;
    display: inline-table;
    transition: 0.5s;
    background: #fff;
    border-radius: 0 0 20px 0;
}
.news_two .news_list .news_nei {
    display: grid;
    border-radius: 0 0 20px 0;
}
.news_two .news_list h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 24px 15px;
    font-size: 18px;
}
.news_two .news_list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0px 24px;
    line-height: 24px;
}
.news_two .news_list span {
    display: block;
    background: url(../img/time_w.png) no-repeat left center;
    margin: 18px 24px;
    padding: 0 0 0 20px;
}
.news_two .news_list:hover {
    margin: -10px 0 0 0;
    background: #c30d2a;
}
.news_two .news_list:hover a {
    color: #fff;
}
.news_two .news_list:hover a span {
    color: #cecece;
    background: url(../img/time_w.png) no-repeat left center;
}
.news_two .gdxw {
    padding: 100px 0;
    text-align: center;
}
.news_two .gdxw a {
    padding: 0px 35px;
    line-height: 42px;
    display: table;
    background: #c30d2a;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
}
.news_two .gdxw a:hover {
    background: #f60;
}
.news_san {
    margin: 70px 0;
}
.news_san .inews {
    max-width: 1310px;
    margin: 0px auto;
}
.news_san h2 {
    font-size: 24px;
    font-weight: 300;
}
.news_san .news_fenlei {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}
.news_san .news_list {
    width: 29%;
    background: #fff;
    padding: 17px;
    border: 1px solid #e1e1e1;
}
.news_san .news_nei {
    display: block;
    border: #fff;
    padding: 15px;
    transition: 0.5s;
}
.news_san .news_nei h3 {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    font-size: 18px;
    font-weight: 300;
}
.news_san .news_nei p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    margin: 15px 0;
}
.news_san .news_nei span {
    color: #c30d2a;
    background: url(../img/time_o.png) no-repeat left center;
    padding: 0 0 0 20px;
}
.news_san .news_list:hover {
    background: #c30d2a;
    border: 1px solid #c30d2a;
}
.news_san .news_list:hover a h3 {
    color: #fff;
}
.news_san .news_list:hover a p {
    color: #fff;
}
.news_san .news_list:hover a span {
    color: #cecece;
    background: url(../img/time_w.png) no-repeat left center;
}
.news_fl {
    background: #f7f7f7;
    padding: 30px 0;
}
.news_fl h2 {
    font-size: 24px;
    font-weight: 300;
}
.news_fl .n_fenlei {
    padding: 30px 0;
}
.news_fl .news_list {
    float: left;
    width: calc((100% - 6% - 138px) / 3);
    margin: 0 3% 30px 0;
    padding: 29px 22px;
    border: 1px solid #e1e1e1;
    background: #Fff;
}
.news_fl .news_list:nth-child(3n) {
    margin: 0 0 30px 0;
}
.news_fl .news_list h3 {
    font-size: 18px;
    padding: 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_fl .news_list p {
    height: 70px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_fl .news_list span {
    display: block;
    margin: 20px 0 0 0;
    background: url(../img/time_o.png) no-repeat left center;
    padding: 0 0 0 20px;
    color: #c30d2a;
}
.news_fl .news_list:hover {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.18);
}
.news_cont {
    background: #f7f7f7;
    padding: 0 0 30px 0;
}
.news_cont h2 {
    padding: 30px 0 15px;
    font-size: 24px;
    text-align: center;
}
.news_intro {
    padding-bottom: 10px;
    text-align: center
}
.news_intro span {
    font-size: 14px;
    color: #999;
}
.news_txt {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.news_txt p {
    font-size: 16px;
    line-height: 30px;
}
.news_prev {
    padding: 12px 5px;
}
.news_prev .pages {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;/*单行文本隐藏*/
}
.news_prev a:hover {
    color: #c30d2a;
}
/**************************************************************************************/
/*   gg   nav_two */

.nav_two {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    margin-top: -4px;
}
.nav_two .inav {
    max-width: 1310px;
    margin: 0 auto;
}
.nav_two .inav p {
    padding: 18px 0;
    display: inline-block;
}
.nav_two .inav p a {
    margin: 0 4px;
}
.nav_two .inav p a:nth-child {
    margin: 0 4px 0 0;
}
.nav_two .inav p a:hover {
    color: #c30d2a;
}
.nav_two .nav_fenlei {
    float: right;
}
.nav_two .nav_fenlei a {
    padding: 0 18px;
    line-height: 60px;
    display: inline-block;
}
.nav_two .nav_fenlei a:hover {
    background: #c30d2a;
    color: #Fff;
}
.nav_two .nav_fenlei a.active {
    background: #c30d2a;
    color: #Fff;
}
/**************************************************************************************/
/* honor    */
.honor {
    padding: 70px 0;
    background: #eee;
}
.iho {
    max-width: 1310px;
    margin: 0 auto;
}
.honor h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.honor_list {
    float: left;
    width: calc((100% - 6% ) / 4);
    margin: 0 2% 30px 0;
}
.honor .honor_list:nth-child(4n) {
    margin: 0 0 30px 0;
}
.honor_list .img_m {
    padding: 15px;
    background: #fff;
    text-align: center
}
.honor_list .img_m img {
    width: 100%
}
.honor_list span {
    display: block;
    text-align: center;
    line-height: 42px;
}
.honor_list:hover .img_m {
    background: #c30d2a;
}
/**************************************************************************************/

/* plan*/
.plan {
    padding: 70px 0;
    background: #f7f7f7
}
.iplan {
    max-width: 1310px;
    margin: 0 auto;
}
.plan h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.plan_list {
    float: left;
    width: calc((100% - 10% - 180px) / 2);
    margin: 0 10% 30px 0;
    padding: 41px 45px;
    background: #fff;
    position: relative;
}
.plan_list:nth-child(2n) {
    margin: 0 0 30px 0;
}
.plan_list span {
    display: block;
    margin: 30px 0 0 0;
}
.plan_list span i {
    float: right;
    color: #999;
    font-style: normal
}
.plan_list .plan_m {
    background: url(../img/video_bo.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.plan_list:hover .plan_m {
    display: block;
    background: url(../img/video_guan.png) no-repeat center center rgba(0, 0, 0, 0.33);
}
/**************************************************************************************/

/* co*/
.co {
    padding: 70px 0;
    background: #f7f7f7
}
.ico {
    max-width: 1310px;
    margin: 0 auto;
}
.co h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.co ul {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.co li {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: calc((100% - 8px) / 4);
    float: left;
    line-height: 56px;
}
.co li:nth-child(1) {
    color: #fff;
    background: #666666;
}
.co li:nth-child(2) {
    color: #fff;
    background: #666666;
}
.co li:nth-child(3) {
    color: #fff;
    background: #666666;
}
.co li:nth-child(4) {
    color: #fff;
    background: #666666;
}
.co li a {
    line-height: 32px;
    color: #Fff;
    display: inline-block;
    padding: 0 18px;
    border-radius: 5px;
    margin: 0 4%;
}
.co li a:nth-child(1) {
    background: #c30d2a;
}
.co li a:nth-child(2) {
    background: #00ab4f;
}
/**************************************************************************************/

/* case*/
.case {
    padding: 70px 0;
    background: #fff
}
.icase {
    max-width: 1310px;
    margin: 0 auto;
}
.case h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.case_cont {
    margin: 20px auto;
}
/**************************************************************************************/

/* contact us */
.contact {
    padding: 70px 0;
    background: #f7f7f7
}
.icontact {
    max-width: 1310px;
    margin: 0 auto;
}
.contact h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
#map {
    height: 300px;
}
.cont_txts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cont_list {
    width: 100%;
    background: #fff;
    margin: 0 0 40px 0;
}
.cont_list h2 {
    line-height: 46px;
    background: #c30d2a;
    color: #fff;
    text-align: center;
    margin: 0
}
.cont_list li {
    line-height: 36px;
    width: 25%;
    /* margin: 20px auto 0; */
    float: left;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    height: 120px;
    line-height: 120px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.cont_list li span {
    padding: 0 0 0 42px;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
}
.cont_list li:nth-child(2) {
    background: url(../img/con_tel.png) no-repeat 10px 43px;
}
.cont_list li:nth-child(3) {
    background: url(../img/con_fax.png) no-repeat 10px 43px;
}
.cont_list li:nth-child(4) {
    background: url(../img/con_mob.png) no-repeat 10px 43px;
}
.cont_list li:last-child {
    background: url(../img/con_tel400.png) no-repeat 10px 43px;
}
.cont_list li p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.email .input_div {
    float: left;
    width: calc((100% - 15%) / 3);
    margin: 0 5% 15px 0;
}
.email input {
    background: #fff;
    position: relative;
    border: 0;
    line-height: 40px;
    padding: 0 7%;
    width: 86%;
    height: 40px;
    max-width: 95%;
    background-color: #fff;
    color: #444;
    margin-bottom: 8px;
}
.pro_top_bottom .email input{border: 1px solid #ccc;    margin-bottom: 0;    width: 100%;
    max-width: 100%;}
.pro_top_bottom .code{width: 88% !important;}
.pro_top_bottom .email textarea{border: 1px solid #ccc;    height: 60px;    margin: 0 0 10px 0;}
.pro_top_bottom .email .input_div{    width:44%}
#sex {
    background: #fff;
    position: relative;
    border: 0;
    line-height: 50px;
    height: 50px;
    color: #999;
    padding: 0 7%;
    width: 100%;
}
.email .code_div {
    position: relative;
}
.email img {
    position: absolute;
    right: 0;
    top: calc(72% - 12.5px);
    line-height: 63px;
}
.email textarea {
    width: 96%;
    background: #fff;
    border: 0;
    color: #999;
    padding: 10px 2%;
    height: 65px;
    margin: 0 0 30px 0;
}
.email input.btn-default {
    width: 100%;
    border-bottom: 2px solid #999;
    transition: 0.5s;
}
.email input.btn-default:hover {
    border-bottom: 2px solid #c30d2a;
    background: #c30d2a;
    color: #fff;
}
/**************************************************************************************/

/*  page  */
.pagination {
    text-align: center;
}

/******************************************/

@media screen and (max-width:1440px) {
.iproduct .product-box{
    padding: 20px 30px;
}
}

@media screen and (max-width:800px) {
.iproduct  .product-box{
    /*width: 88%;*/
    height: auto;
    padding: 20px 24px;
}
.iproduct ul {
/*    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
    padding-top: 25px;
}
.iproduct ul li {
    width: 33%;
    margin-bottom: 20px;
    margin-right: 0;
}
.iproduct ul .partition-line:nth-child(6n) {
    display: none;
}
.iproduct ul li div.pro_box img {
}
.iproduct ul .partition-line {
    margin: 80px 0 100px 0px;
}
}

.product .ipro .swiper-pagination {
    display: none;
}

@media screen and (max-width: 1380px) {
.l-header .logo {
    left: 10px;
    top: 18px;
}
.l-header .navs_inner .nav_item {
    margin-left: 60px;
    padding: 0 10px;
}
}

@media screen and (max-width:760px) {
.iproduct ul li {
    width: 49%;
    margin-bottom: 20px;
}
.iproduct ul .partition-line:nth-child(4n) {
    display: none;
}
.iproduct ul li div.pro_box img {
}
.iproduct ul .partition-line {
    margin: 80px 0 100px 0px;
}
.iabout {
    padding: 0 25px;
    margin-top: 60px;
}
.iabout .iabout_l {
    width: 100%;
    margin-bottom: 50px;
}
.iabout .partition-line {
    display: none;
}
.iabout .iabout_r {
    width: 100%;
}
.ihonor {
    height: 660px;
        background: url(../img/index_honor.png) no-repeat center center;
    background-size: cover;
}
.ihonor .ihon_box {
    max-width: 50%;
}
.iFwlc .title {
    padding: 70px 8% 0px 8%;
}
.iHzkh .title {
    padding: 40px 8% 0px 8%;
}
footer {
    padding-top: 0px;
}
.footer {
    display: none;
}
/* about  index  */

.about_two {
    /*height: 660px;*/
    background: url(../img/about_hj.png) no-repeat center center;
    background-size: cover;
}
.about_two .ihon_box {
}
}

@media screen and (max-width:768px) {
.iCpsdys .main dl{
    width: 100%;
}
.copyRight .copyRight_box {
    padding: 0 30px
}
.copyRight .copyRight_box * {
    margin-bottom: 10px
}
.iCpsdys .title {
    margin-bottom: 5px;
}
.iabout .iabout_r .iabout_r_top:before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 39%;
    width: 79px;
    height: 79px;
    background: url(../img/video_sp.png) no-repeat;
}
.product .ipro .swiper-pagination {
    display: block;
}
.about_one {
    padding: 25px 15px;
}
.about_two {
    height: auto;
}
.about_san {
    padding: 25px 15px;
}
.about_si ul {
    padding: 0px 0;
}
.about_si li {
    width: 100%;
    display: initial;
}
.about_si ul li:nth-child(1) {
    width: 100%;
    margin: 12px 0;
}
.about_si ul li:nth-child(2), .about_si ul li:nth-child(3), .about_si ul li:nth-child(4), .about_si ul li:nth-child(5) {
    margin: 12px 0;
}
.mainBanner_2 {
    background-size: cover;
    background-attachment: initial;
}
/**/
.iproo {
    display: none;
}
.pro_left {
    width: 94%;
    margin: 0 auto;
    float: initial;
}
.pro_right {
    width: 94%;
    margin: 0 auto;
    float: initial;
    margin-top: 20px;
}
.pro_right > ul li {
    width: calc(50% - 2px );
    margin-top: 25px;
}
.pro_top {
    padding: 15px 20px 15px 20px;
}
.pro_top_left {
    width: 100%;
    margin-bottom: 20px;
}
.pro_top_right {
    width: 100%;
}
.pro_top_right h3 {
    margin: 18px 0 0;
}
.picScroll-top {
    display: none !important;
}
.swiper-container1 {
    z-index: 2;
    width: 90%!important;
}
/**/
.news_one {
    margin: 70px 0 0;
}
.news_one h2 {
    text-align: center;
}
.news_one .news_list {
    width: 85%;
    margin: 10px auto 0;
}
.news_two .news_list {
    width: 100%;
    margin: -10px auto 30px auto;
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #ddd;
}
.news_two h2 {
    color: #000;
}
.news_two h2 span {
    color: #989898;
}
.news_two .news_fenlei {
    padding: 0px 0 0;
}
.news_two .news_fenlei {
    padding: 0px 0 10px;
}
.news_two .gdxw {
    padding: 0px 0;
}
.news_san h2 {
    text-align: center;
}
.news_san .news_list {
    width: 85%;
    margin: 10px auto 0;
}
.nav_two .inav p {
    display: none;
}
.nav_two .nav_fenlei {
    float: none;
    background: #fff;
    width: 100%;
    overflow: hidden
}
.nav_two .nav_fenlei a {
    padding: 0px 16px;
    display: block;
    float: left;
    line-height: 40px
}
.news_cont {
    padding-top: 45px;
}
.news_cont h2 {
    margin: 0 auto;
    font-size: 20px;
    padding: initial;
    margin-bottom: 10px;
}
.news_intro {
    text-align: center;
}
.news_intro span {
    line-height: 25px;
    display: block;
    padding: 0px 0;
}
.news_intro span:nth-child(1) {
    float: initial;
}
.news_intro span:nth-child(2) {
    float: initial;
}
.news_txt {
    margin: 0 auto;
    text-align: justify;
}
.news_prev, .xgxw_box_div, .xgcp_box_div {
    margin: 0 auto;
}
/**/
.honor {
    padding: 30px 15px
}
.honor_list {
    width: 48%;
    margin: 0 1% 30px;
}
.plan {
    padding: 30px
}
.plan_list {
    width: 75%;
}
.co {
    padding: 30px 15px
}
.co li:nth-child(4n-3) {
    width: 50%;
}
.co li:nth-child(4n-2) {
    display: none;
}
.co li:nth-child(4n-1) {
    display: none;
}
.co li:nth-child(4n) {
    width: 49%;
}
.co li a {
    padding: 0 7px;
}
.case {
    padding: 30px
}
.news_fl .news_list {
    width: auto;
    margin: 0 auto;
    float: initial;
    margin-bottom: 15px;
    padding: 0 15px 20px;
}
.news_fl .news_list img {
    display: none
}
.news_fl .news_list:nth-child(3n) {
    margin: 0 auto;
    margin-bottom: 15px;
}
.contact {
    padding: 30px 15px;
}
.cont_list {
    margin: 0 auto 15px;
}
.cont_list li {
    width: 100%
}
.email {
    width: 95%;
    margin: 0px auto;
}
.email .input_div {
    width: 100%;
}
/*************************************/
}

@media screen and (max-width:460px) {
.copyRight {
    font-size: 14px;
}
}
.ihonor .ihon_box .ihon_box_total .swiper-slide {
    border: 1px solid #ddd;
    box-sizing: border-box
}
.ihonor .ihon_box .ihon_box_total .swiper-slide p{    color: #fff;}
/*相关新闻*/
.xgxw_border {
    border: 1px solid #dddddd;
}
.relatenews {
    padding: 0;
    margin: 0;
}
.relatenews li {
    list-style: none;
    padding: 0 2%;
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    line-height: 36px;
}
.relatenews li a {
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.relatenews li:hover a, .relatenews li:hover .pull-right {
    color: #c30d2a;
}
.relatenews li .pull-right {
    float: right;
}

@media screen and (max-width:767px) {
.l-header .sd_trigger {
    right: 20px
}
.sMenuShow li.dob1, .sMenuShow li.dob1, .sMenuShow li.dob2.in_bo {
    width: 100%
}
.inews {
    padding: 0 15px
}
.relatenews li a {
    width: 100%;
    line-height: 2.5em;
    margin-top: 0.5em;
}
.relatenews li .pull-right {
    display: none;
}
}

/*相关产品*/
@media screen and (max-width:767px) {
}
.xgcp_box_div {   /*width: 100%;  */
    margin: 10px auto;
}
.mob-masonry {
    padding: 0;
    margin: 0;
}
.mob-masonry li {
    list-style: none;
    width: 23%;
    float: left;
    margin: 1%;
}

@media screen and (max-width:767px) {
.mob-masonry li {
    width: 48%;
    float: left;
    margin: 1%;
}
}
.mob-masonry li img {
    width: 100%;
    border: 1px solid #eee;
    padding: 0;
    margin: 0;
    display: block
}
.mob-masonry li .txt {
    display: block;
    text-align: center;
    line-height: 2em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mob-masonry li:hover .txt {
    color: #fff;
    background: #c30d2a;
}
.mob-masonry li:hover img {
    border: 1px solid #c30d2a;
}
/*通用h3*/
.inews .top, .ipro .top {
    background: #c30d2a;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.inews .top h3, .ipro .top h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin-left: 15px;
    font-weight: normal;
}
.inews .top p, .ipro .top p {
    color: #999;
    float: right;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px
}
.inews .top p span, .ipro .top p span {
    display: inline-block;
    padding-left: 30px
}

@media screen and (max-width:1650px) {
.ihonor {
    height: 740px;
    background: url(../img/index_honor.png) no-repeat center center;
    background-size: cover;
}
}

@media screen and (max-width:1550px) {
.l-header .navs_inner .nav_item{
   padding: 0 8px;
}
.ihonor {
    height: 690px;
   background: url(../img/index_honor.png) no-repeat center center;
    background-size: cover;
}
}

@media screen and (max-width:1440px) {
.ihonor {
    height: 650px;
        background: url(../img/index_honor.png) no-repeat center center;
    background-size: cover;
}
}

@media screen and (max-width:1360px) {
.ihonor {
    height: 610px;
        background: url(../img/index_honor.png) no-repeat center center;
    background-size: cover;
}
}

@media screen and (max-width:1240px) {
.l-header .logo {
    width: 160px;
    top: 27px;
}
}

@media screen and (max-width:1150px) {
.l-header .logo {
    width: 160px;
}

}

@media screen and (max-width:768px) {
.l-header .logo {
    top: 10px;
}
#nav ul li {

    padding: 0 8px;

}

}

@media screen and (max-width:1440px) and (min-width: 1024px) {
.iabout {
    max-width: 96%;
}
.iabout .iabout_r .iabout_r_top {
    top: 66px;
}
.ihonor .ihon_box {
}
.iaboutus {
    max-width: 96%;
}
.copyRight .copyRight_box {
    padding: 0
}
}

@media screen and (max-width:1024px) and (min-width: 768px) {
.inews {
    padding: 0 4%
}
.iabout .iabout_r .iabout_r_top {
    margin-top: 20%;
}
.ipro {
    width: 94%
}
.news_cont h2 {
    padding: 30px 15px 15px;
    font-size: 20px;
}
.honor, .case, .co, .contact {
    padding-left: 3%;
    padding-right: 3%;
}
.nav_two .inav p {
    padding: 0
}
.nav_two .inav p, .nav_two .nav_fenlei a {
    line-height: 50px
}
.iabout_nav_bot {
    margin-top: 20px;
}
.iabout .iabout_nav_bot ul li p {
    margin-top: 10px;
}
.iproduct {
    width: 100%;
}
.iabout {
    margin-top: 70px;
    max-width: 98%;
}
.iabout .iabout_l {
    margin-bottom: 15px;
}
.ihonor .ihon_box {
    max-width: 98%;
    padding: 40px 0px;
}
.ihonor {
    height: 610px;
        background: url(../img/index_honor.png) no-repeat center center;
    background-size: cover;
}
.iCpsdys .main dl {
    margin-bottom: 60px;
}
.sMenuShow li.dob2.in_bo {
    width: 50%;
}
.iFwlc .title {
    padding: 50px 8% 0px 8%;
}
.iFwlc .fwlcInfo {
    padding-top: 10px;
}
.iFwlc .fwlcInfo li {
    margin-bottom: 50px;
    padding: 26px 10px;
}
.iHzkh .title {
    padding: 50px 8% 0px 8%;
}
.iHzkh {
    padding-bottom: 10px;
}
footer {
    padding-top: 50px;
}
.footer {
    margin: 0 5% 96px 5%;
}
.footer .rightBar {
    width: 100%;
}
.footer .logoFooter {
    display: none;
}
.footPprz {
    padding: 50px 0 70px 0;    width: 14%;
}
.copyRight {
    padding: 14px 16px;
    line-height: 20px;
}
.footerNav li:nth-child(1), .footPprz li:nth-child(1) {
    width: 45%;
}
.footerNav li:nth-child(2) {
    width: 23%;
}
.footPprz li:nth-child(2) {
    width: 54%;
}
.iaboutus {
    max-width: 96%;
}
.about_two .ihon_box {
    max-width: 96%;
    padding: 40px 0px;
}
.cont_list li {
    width: 90%;
}
.pro_right {
    width: 77%;
}
}

@media screen and (max-width:1240px) {
.pro_top_left, .pro_top_right {
    width: 100%;
    float: none
}
}

.yqlj_bg{
    background: #f5f5f5;
}
.yqlj{
    width: 1225px;
    /* height: 80px; */
    margin: 0 auto;
    font-size: 14px;
    /* margin-bottom: 15px; */
    padding: 15px 0;
    font-weight: bold;
    line-height: 30px;
}
.yqlj a{
    font-size: 14px;
   color: #797979;
}
.yqlj a:hover{
   color:#b93739;
}
@media (max-width: 769px){
.yqlj{
    width: 100%;
}
}



.footer_tot .icontact {
    width: 30%;
    margin: 0;
    float: left;
}

.footer_tot{
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
}


.footer_tot .email input    {background-color: #f1f1f1;
    padding: 0 .8rem;
    width: 100%;
    border-radius: .3rem;
}
.footer_tot .email input.btn-default{
    width: 36%;
    line-height: 0;
}

.footer_tot .email .input_div{    width: 100%;}


.footer_tot .email textarea
{
margin: 0px 0 15px 0;
background: #f1f1f1;
}



.footer_tot .footPprz {
width: 14%;
}


.footer_tot .email .input_div{    margin: 0 5% 8px 0;}


.footer_tot .footPprz h3{
    color: #fff;
    font-weight: normal;
    margin-bottom: 23px;
}

.footer_tot .icontact h3{
    color: #fff;
    font-weight: normal;
    margin-bottom: 23px;
font-size: 18px;
}

footer{
padding-top: 60px;
}
.footer{    padding-bottom: 60px;  border-bottom: 1px solid #7c7c7c;}


.search{
    float: right;
    margin: auto 0px auto 15px;
}

.hemail{
    float: left;
}
.l-header .btns .hemail a{
    border-radius: 60px;
    line-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.hemail a img{
    width: 25px;
    padding: 13px;
}



.ques {
    width: 100%;
    min-height: 660px;
    margin: 0 auto;
    background: url(../img/pques.jpg) no-repeat center 0px fixed;
    background-size: cover;
    overflow: hidden;
}

.pd60 {
    padding-top: 60px;
    clear: both;
}
.pro-fi {
    width: 100%;
    overflow: hidden;
}
.pro-fi .intocntit{    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.1em;}
.pro-fi .intoentit {
    text-align: center;
}

.quesbox {
    margin: 0 auto;
    overflow: hidden;    width: 1310px;
}
.quesbox ul {
    margin: 0px;
    padding: 0px;
}
.quesbox ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #0054a7;
    background: #fafafa !important;
    width: 100%;    line-height: initial;    text-align: inherit;
overflow: hidden;
}

.quesbox ul li .quesh1 {

    height: 30px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    position: relative;
    border-top: 1px solid #e8e8e8;
    cursor: pointer;
}
.quesbox ul li .ques01 {
    padding: 30px 0;
    position: relative;
    border-top: #e8e8e8 1px solid;
    background-color: #fff;
    display: none;
    overflow: hidden;
    clear: both;
}
.quesbox ul li .quesh1 span {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    padding-left: 10px;
    float: left;
}
.quesbox ul li .quesh1 p {
    display: block;
    width: 1024px;
    float: left;
    margin-left: 10px;
    font: bold 15px/30px "微软雅黑";
    color: #222;
    letter-spacing: 0.05em;
}

.quesbox ul li .ques02 {
    position: absolute;
    right: 8px;
    top: 13px;
}
.quesbox ul li .ques03 {
    position: absolute;
    right: 8px;
    top: 13px;
}
.ques01 .ques01le {
    width: 20px;
    height: 20px;
    padding-left: 10px;
    float: left;
}
.ques01 .ques01ri {
    width: 1200px;
    float: left;
    margin-left: 10px;
}
.ques01 .ques01ri p {
    font: 12px/20px "微软雅黑";
    color: #4a4a4a;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}



@media (max-width: 768px){

.quesbox {
    width: 90%;
}
.quesbox ul li .quesh1 p {
    display: block;
    width: 250px;
    float: left;
    margin-left: 10px;
    font: bold 15px/30px "微软雅黑";
    color: #222;
    letter-spacing: 0.05em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ques01 .ques01ri {
    width: 250px;
    float: left;
    margin-left: 10px;
}
.pd60 {
    padding-top: 30px;
    clear: both;
}
footer {
    padding-top: 0px;
}
.ques {

    min-height: 560px;}
.hemail {
    display: none;
}
}

.footer .email img {
    position: absolute;
    right: 71%;
    top: calc(67% - 12.5px);
    line-height: 63px;
}



#nav {
    width: 58%;
    height: 100px;
    margin: 0 auto;
    line-height: 100px;
    color: #595757;
    font-size: 16px;
}
#nav ul {
    background: rgba(255, 255, 255, 0.8);
}
#nav ul li {
    float: left;
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    position: relative;
}
#nav ul li:hover {
    border-bottom: 3px solid #c30d2a;
}
#nav ul li ul li {
    float: none;
}
#nav ul li ul {
    position: absolute;
    left: 0;
    display: none;    width: 150px;    text-align: center;
    box-shadow: 0 4px 4px rgba(0,0,0,.08);
}
#nav ul li:nth-child(3) ul {
    width: 250px;
}
#nav ul li ul li:hover {
    border-bottom: 1px solid #a5a5a5;
}

#nav ul li ul li{
    height: 50px;
    line-height: 50px;padding: 0px 10px;overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.l-header.o-min #nav{    padding-top: 36px;}

.l-header.o-min #nav ul li{    height: 65px;
    line-height: 68px;}

.l-header.o-min #nav ul li ul li{
    height: 55px;
    line-height: 55px;
}

.l-header.o-min #nav {
    height: 65px;
    line-height: 65px;
}

@media screen and (max-width:1550px) {
.search {
    margin: auto 0px auto 8px;
}
}
@media screen and (max-width:1465px) {
#nav ul li {
    padding: 0 10px;
}
}
@media only screen and (max-width: 1380px) {
.search{
    margin: auto 5px;
}
#nav ul li{
    padding: 0 8px;
}
}

@media screen and (max-width:1285px) {
#nav ul li {
    padding: 0 8px;
}
#nav {
    width: 68%;
}
}
@media screen and (max-width:1190px) {
#nav ul li {
    padding: 0px 5px;
}
}
@media screen and (max-width: 1150px){
.l-header .logo {
    width: 160px !important;
}
.search {
    margin: 0;
}
#nav ul li {
    padding: 0 7px;
}
}
@media (max-width: 768px){

#nav {

    display: none;
}
.l-header .header_inner {

    top: 42%;}
.iproduct .nav_top_l {
    margin: 0px;
}
.ihonor .ihon_box .nav_top_l {
    text-align: center;
}
.ihonor {
    height: 470px !important;
}
}



.vg-front-page-title {
    margin: 20px 0;
    padding: 25px 30px;
    position: relative;
    text-align: center;
}
.vg-front-page-title h2 {
    font-size: 22px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}
.vg-front-page-title h2 .word-shadow {
    border-bottom: 2px dotted #002E5B;
    color: rgba(0, 46, 91, 0.1);
    display: block;
    font-size: 33px;
    font-weight: 300;
    left: 50%;
    line-height: 50px;
    position: absolute;
    transform: translate(-50%, -78%);
}

.l-section{
    padding: 65px;
    display: block;
    overflow: hidden;
}
.vc_column-inner{
    float: left;
    width: 30%;
    margin-right: 30px;
}

.vc_column-inner:last-child{    margin-right: 0px;}

.wapimg a img{
    width: 100%;
}

.type_default .vc_column-inner{
    text-align: center;
}

   .type_default .vc_column-inner:hover {background: #fff;}




.w-iconbox-icon img{
    border: 1px solid #c30d2a;
    margin: 25px auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 25px;
}

.type_default .vc_column-inner .w-iconbox-text{
    margin: 20px 80px;
    line-height: 26px;
}

.w-iconbox-icon:hover img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.w-iconbox-icon img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}



.l-about{
    margin-top: 50px;
}


.l-about .vg-front-page-title h2{    font-size: 24px;}


.wapimg:hover img {
    opacity: 0.6;
    transform: scale3d(1, 1, 1);
}


.wapimg a img {
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.wapimg img {
    display: block;
    margin: 0 auto;
    opacity: 0.95;
    position: relative;
    transform: scale3d(1.05, 1.05, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}


.intti{
    text-align: center;
    padding: 0 65px;
    margin-bottom: -25px;
}







@media (max-width: 768px){

.vc_column-inner {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.l-section {
    padding: 40px;
}
.type_default .vc_column-inner .w-iconbox-text {
    margin: 20px 0px;
}
.vg-front-page-title h2 .word-shadow {
    border-bottom: 2px dotted #002E5B;
    color: rgba(0, 46, 91, 0.1);
    display: block;
    font-size: 32px;
    font-weight: 300;
    left: 39%;
    line-height: 50px;
    position: absolute;
    transform: translate(-33%, -78%);
}
.l-about {
    margin-top: 20px;
}
.intti {
    text-align: center;
    padding: 0 40px;
    margin-bottom: -10px;
    line-height: 24px;
}
.pro_top_bottom .email img {
    right: 11px;
    top: calc(82% - 12.5px);
}
}





















































































