* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.box {
    display: flex;
}

.justifyBetween {
    justify-content: space-between;
}

.index-top-tile {
    margin-bottom: 20px;
    text-align: center;
}

.index-top-tile .t-tile {
    font-size: 40px;
}

.index-top-tile .t-tile::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #00469c;
    display: block;
    margin: 10px auto;

}

.index-a-container .index-a {
    box-sizing: border-box;
    padding: 0px 6%;
    color: #fff;
    width: 50%;
    position: relative;
    background: url(../s-images/a_images.jpg) center 0px no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease;
}

.index-a-container .index-a:hover {
    background-size: 110% 110%;
}

.index-a-container .index-a>p {
    line-height: 33px;
    margin: 20px 0px;
}

.index-a-more {
    display: inline-block;
    width: 150px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
    padding-left: 15px;
    color: inherit;
}

.index-a-more:hover {
    color: #fff;
    background: #00479c;
}

.index-a-more::after {
    position: absolute;
    content: "";
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.index-a-container .index-a .i-title {
    margin-top: 12rem;
    position: relative;
    background: url(../s-images/addd.png) 0px 0px no-repeat;
}

.index-a-container .index-a .i-title .title {
    padding: 30px;
}

.index-a-container .index-a .i-title p {
    font-size: 16px;
}

.index-a-container .index-a .i-title>div {
    font-size: 28px;
}

.index-a-container .index-honor {
    width: 50%;
    transition: 0.2s;
}

.index-a-container .index-a::before {
    transition: 0.2s;
    border: 5px solid rgba(255, 255, 255, 0);
}

.index-a-container .index-a:hover::before {
    position: absolute;
    top: 4%;
    width: 92%;
    height: 92%;
    content: "";
    left: 4%;
    border: 5px solid rgba(255, 255, 255, 0.7);
}

/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.line-scale-party>div:nth-child(1) {
    -webkit-animation-delay: 0.77s;
    animation-delay: 0.77s;
    -webkit-animation-duration: 1.26s;
    animation-duration: 1.26s;
}

.line-scale-party>div:nth-child(2) {
    -webkit-animation-delay: 0.29s;
    animation-delay: 0.29s;
    -webkit-animation-duration: 0.43s;
    animation-duration: 0.43s;
}

.line-scale-party>div:nth-child(3) {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
}

.line-scale-party>div:nth-child(4) {
    -webkit-animation-delay: 0.74s;
    animation-delay: 0.74s;
    -webkit-animation-duration: 0.73s;
    animation-duration: 0.73s;
}

.line-scale-party>div {
    background-color: #7aba1e;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/


.listheader {
       position: fixed;
    width: 100%;
    height: 100px;
    padding: 0px 6%;
    z-index: 222;
    box-sizing: border-box;
    background: #fff;
	box-shadow:0px 0px 5px #ccc;

}

.listheaderimg {
    display: block;
    margin: auto;
}

.listheadermuyy {
    max-width: 1362px;
    padding: 0 10px;
    margin: auto;
    height: 68px;
    position: relative;
}




.listheaderRight {
    width: 56%;
    position: relative;
    float: left;
    margin: auto;
}

.nas {
    display: flex;
    margin: 0;
}

.nas>li {
    position: relative;
    flex: 1;
    line-height: 100px;
}

.nas>li>a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    color: #464646;
    width: 100%;
    text-align: center;
    position: relative;
}

.nas>li>a img {
    margin-left: 1rem;
}

.navs {
    transition: 0.3s linear;

}

.nas>li:last-child>a {
    border: 0;
}

/*.nas>li:hover>a{
    color: #d5a65e;
}*/
/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/

.listheadereng {
    margin-top: 17px;
    float: right;
    line-height: 68px;
    margin-right: 2%;
}

.listheadereng img {}

.listheadEn {
    float: right;
    line-height: 68px;
    height: 68px;
}

.listheadEn a {
    font-size: 20px;
    color: #fff;
    font-family: Arial;
}

/**/
.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}

.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s, top 0.3s;
}

header .nav-btn span.line1,
header .nav-btn span.line3,
header .nav-btn span.line3 {
    left: 15px;
}

header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .nav-btn.hover span.line2 {
    left: 12px;
}

header .nav-btn.hover span.line0 {
    top: 0;
}

header .nav-btn.hover span.line1 {
    top: 0;
    left: 24px;
}

header .nav-btn.hover span.line3 {
    top: 24px;
    left: 0;
}

header .nav-btn.hover span.line4 {
    top: 24px;
    left: 24px;
}

.headerphone {
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}

.headerphone img {
    margin-left: 2.5rem;
    margin-right: 1rem;
}

.clear {
    clear: both;
}

.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}

.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}



.search {
    cursor: pointer;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 100px;
    display: none;
    z-index: 10;
    background: #00469c;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
}

.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box form .text::-moz-placeholder {
    color: #fff;
}

.search-box form .text:-ms-input-placeholder {
    color: #fff;
}

/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.nas>li .more {
    position: absolute;
    top: 87px;
    width: 100%;
    background-color: #00469c;
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}

.nas>li .more a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    transition: all 0.3s linear 0s;
}

.nas>li .more a:hover {
    color: #fff;
	background:#0a5cbd;
}
.nas>li:nth-of-type(3) .more{
    width: 210px;
    left: -37px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner .bannerswiperpagination span.swiper-pagination-bullet-active {
    background: #f9bd00;
}

.banner .bannerswiperpagination {}

.banner .bannerswiperpagination span {}


.hongqiang_a {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.hongqiang_as {
    max-width: 1230px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.hongqiang_asLeft {
    float: left;
    height: 65px;
    line-height: 65px;
}

.hongqiang_asLeft label {
    margin: 0;
    font-size: 16px;
    color: #1262b9;
}

.hongqiang_asLeft a {
    color: #676363;
    display: inline-block;
    border-right: 1px solid #676363;
    line-height: 100%;
    padding-right: 10px;
    padding-left: 10px;
}


.hongqiang_asRight {
    float: right;
    margin-top: 15px;
}

.hongqiang_asRight input {
    width: 194px;
    height: 36px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    outline: none;
    padding-left: 15px;
    float: left;
    border-radius: 20px 0 0 20px;
}

.hongqiang_asRight button {
    width: 44px;
    height: 36px;
    background: url(../image/images/4_03.jpg)center 0 no-repeat;
    float: left;
    outline: none;
    border: 0;
}






.hongqiang_b {
    max-width: 1230px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 4rem;
    margin-bottom: 6rem;
}


.hongqiang_b a {
    display: block;
    float: left;
    width: 33.333%;
    text-align: center;
    overflow: hidden;
}

.hongqiang_b a img {}

.hongqiang_b a span {
    font-size: 23px;
    color: #131415;
    display: block;
    margin: 19px 0;
}

.hongqiang_b a div {
    font-size: 15px;
    color: #545050;
    padding: 0 34px;
    line-height: 29px;
}





.hongqiang_c {
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    padding: 7rem 0;
}

.hongqiang_cs {
    max-width: 1230px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.hongqiang_csLeft {
    overflow: hidden;
    background: #1369c0;
    float: left;
    width: 24%;
    padding: 0 9px;
    padding-bottom: 9px;
}

.hongqiang_csLeft_a {
    text-align: center;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 5.5rem;
}

.hongqiang_csLeft_a div {
    font-size: 30px;
}

.hongqiang_csLeft_a span {
    font-size: 26px;
    text-transform: uppercase;
}

.hongqiang_csLeft_b {
    width: 100%;
}

.hongqiang_csLeft_b a {
    display: block;
    background: #f2f2f2;
    height: 65px;
    border-bottom: 2px solid #fff;
    line-height: 65px;
    font-size: 17px;
    color: #221414;
}

.hongqiang_csLeft_b a:last-child {
    border: 0;
}

.hongqiang_csLeft_b a img {
    margin-left: 11%;
    margin-right: 5%;
}

.hongqiang_csLeft_b a span {}


.hongqiang_csRight {
    float: right;
    width: 74%;
    overflow: hidden;
}

.hongqiang_csRight_a {
    overflow: hidden;
    background: #fff;
    padding: 9px;
    margin-bottom: 60px;
}

.hongqiang_csRight_a img {
    float: left;
    width: 58%;
}

.hongqiang_csRight_a div {

    float: right;
    width: 37%;
    margin-right: 2%;
    margin-top: 12%;

}

.hongqiang_csRight_a div label {
    font-size: 20px;
    color: #0a0b0b;
}

.hongqiang_csRight_a div p {
    font-size: 16px;
    color: #525355;
    line-height: 27px;
}

.hongqiang_csRight_a div a {
    background: #f5c105;
    color: #fff;
    padding: 7px 17px;
    display: inline-block;
}

.index-honor {
    width: 50%;
}

.index-honor .item .left {
    width: 50%;
    box-sizing: border-box;
    padding: 80px 30px 0px 30px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
}

.index-honor .item .left::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #fff;
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.index-honor .item .left .title {
    font-size: 28px;
    line-height: 45px;
}

.index-honor .item .tu_i {
    width: 50%;
}


.index-honor .item:nth-of-type(2) {
    flex-direction: row-reverse;
}

.index-honor .item:nth-of-type(2) .left::before {
    left: -15px;
}

/* 新闻 */

.new {
    width: 100%;
    margin-top: 55px;
}

.news {
    width: 100%;
    float: left;
}

.new_pic img {
    width: 100%;
}

.new_con {
    width: 80%;
    margin: auto;
    background: #fff;
    margin-top: -100px;
    padding: 0 35px;
    padding-bottom: 40px;
    position: relative;
    -webkit-box-shadow: #f1f1f1 0px 0px 10px;
    -moz-box-shadow: #f1f1f1 0px 0px 10px;
    box-shadow: #f1f1f1 0px 0px 10px;
}

.newtitle {
    color: #163a86;
    font-weight: bold;
    font-size: 20px;
    padding-top: 40px;
}

.newline {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 20px;
    position: relative;
}

.newline:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: -2px;
}

.newcon {
    line-height: 30px;
    font-size: 16px;
    color: #565656;
    margin-top: 25px;
}

.newmore {
    width: 180px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #163a86;
    padding: 0 20px;
    margin-top: 50px;
}

.newmore:hover {
    background: #163a86;
}

.newmore span:first-child {
    font-size: 16px;
    float: left;
    color: #163a86;
}

.newmore span:nth-child(2) {
    float: right;
    font-size: 20px;
    color: #0068b7;
}

.newmore:hover span:first-child,
.newmore:hover span:nth-child(2) {
    color: #fff;
}

.index-application {
    background:#000;
    position: relative;
    height: 705px;
    margin-top: 60px;
    width: 100%;
}

.category-container {
    z-index: 22;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%)
}

.category-container .container {
    flex-wrap: wrap;
    width: 100%;

}

.category-container .container .item {
    border: 1px solid #1766b2;
    text-align: center;
    padding: 30px 0px;
    width: 25%;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.category-container .container .item-active {
    background-color: #1766b2;
}

.category-container .container .item:nth-of-type(4) {
    margin-left: 25%;
}

.category-container .container .item i {
    display: block;

}

.category-container .container .item .iconfont {
    display: block;
    color: #fff;
    font-size: 45px;
}

.image-container {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0px;
    left: 0px;
}

.image-item {
	    height: 705px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.8s ease;
}

.image-item-active {
    opacity: 1;
}

/* foot */

/* footer */
footer{
	width: 100%;
	height: auto !important;
	background: #333333;
	padding: 85px 0 0 0;
}
.foot-top{
	padding: 0 0 70px 0;
}
.foot-lm{
	float: left;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
width: 103px;
	margin-left: 30px;
}
.category-container {
    z-index: 22;
    position: absolute;
    /* width: 50%; */
    /* left: 50%; */
    top: 50%;
    transform: translateY(-50%);
}
.foot-lm .item:first-child{
	margin-left: 0;
}

.foot-top h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
}
.foot-lm .item .link-a{
	margin-top: 22px;
}
.foot-lm .item .link-a a{
	display: block;
	line-height: 35px;
	font-size: 15px;
	color: #999999;
	      width: 235px;
}
.foot-lm .item .link-a a:hover{
	color: #fff;
}
.foot-lx{
	float: left;
	margin-left: 10px;
}
.foot-lx .info{
	margin-top: 22px;
}
.foot-lm .item:nth-of-type(2){
	        width: 531px;
}
.foot-lm .item:nth-of-type(2) .link-a a{
	float:left;
	margin-right:20px;
}
.foot-lx .info p{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	padding-left: 28px;
}
.foot-lx .info p.dz{
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-lx .info p.dh{
	background: url(../images/f-dh.png) no-repeat left center;
}
.foot-lx .info p.yx{
	background: url(../images/f-yx.png) no-repeat left center;
}
.foot-lx .info  a{
	color: #fff;
}
.foot-lx .info a:hover{
	text-decoration: underline;
}
.foot-ly{
	display: block;
	width: 300px;
	line-height: 50px;
	background: #1766b2;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	height: 56px;
	font-size: 18px;
	margin-top: 24px;
} 
.foot-ly i{
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-right: 12px;
}
.foot-share{
	margin-top: 35px;
	text-align: center;
}
.foot-share a{ 
	padding: 0 !important;
	width: 39px !important; 
	height: 39px !important;
	background: url(../images/f-fx.jpg) !important;
}
.foot-share a.bshare-sinaminiblog{
	background-position: -44px 0 !important;
}
.foot-copy{
	border-top: 1px solid #464648; 
	line-height: 28px;
	padding: 22px 0 25px;
	font-size: 15px;
	color: #8a8a8a;
}
.container_index{
    overflow: hidden;
    box-sizing: border-box;

    padding:0 6%;
}
.foot-copy a{
	color: #8a8a8a;
}
.foot-copy a:hover{
	color: #fff;
}
.foot-ewm{
	float: right;
	width: 126px;
}
.foot-ewm p{
	text-align: center;
	font-size: 15px;
	color: #adacac;
	line-height: 25px;
	margin-top: 8px;
}


/* 新闻结束 */
.hongqiang_csRight_b {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
    padding: 6rem 0px;
}
.hongqiang_csRight_bswiper{
    padding-bottom: 100px!important;
}

.hongqiang_csRight_b .hongqiang_csRight_bswiper a {
    display: block;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    width: 100%;
}

.hongqiang_csRight_b .hongqiang_csRight_bswiper a img {
    width: 100%;
}
.logo{
    margin-top: 10px;
}
.hongqiang_csRight_b .hongqiang_csRight_bswiper a span {
    display: block;
    font-size: 15px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    background: #00479c;
}

.hongqiang_csRight_b .hongqiang_csRight_bswipernext {
    width: 51px;
    height: 51px;
    border:1px solid #dfdfdf;
    background: url(../s-images/jian01.png) center center no-repeat #fff;
    margin-top: -23.5px;
    right:calc(50% - 22px - 34px) !important;
    bottom: 0!important;
    top: auto!important;
    transition: 0.5s;
}
.hongqiang_csRight_b .hongqiang_csRight_bswipernext:hover{
    background: url(../s-images/jian01_h.png) center center no-repeat #00469c;
}
.hongqiang_csRight_b .hongqiang_csRight_bswiperprev:hover{
    background: url(../s-images/jian02_h.png) center center no-repeat #00469c;
}
.hongqiang_csRight_b .hongqiang_csRight_bswiperprev {
    width:51px;
    height: 51px;
    border:1px solid #dfdfdf;
    background: url(../s-images/jian02.png) center center no-repeat #fff;
    margin-top: -23.5px;
    left: calc(50% - 22px - 34px)!important;
    bottom: 0!important;
    top: auto!important;
    transition: 0.5s;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

/* 应用领域 */
.homeApplMenu {
    width: 100%;
    height: 716px;
    overflow: hidden;
}

.homeApplMenu ul li {
    cursor: pointer;
    float: left;
    position: relative;
}

.homeApplMenu ul li .img {
    height: 716px;
}

.homeApplMenu ul li .img img {
    width: 100%;
    height: 100%;
}

.homeApplMenu ul li .title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.homeApplMenu .layer .text .ico {
    display: block;
    width: 76px;
    height: 76px;
    background-size: cover;
}

.homeApplMenu ul li h6 {
    font-size: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homeApplMenu ul li .info {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.homeApplMenu .layer {
    width: 19.4%;
    float: left;
}

.homeApplMenu .layer .bg {
    background: #1369c0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.homeApplMenu .layer .wz {
    position: absolute;
    top: 140px;
    right: -30px;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #56595c;
    padding: 16px 0 0 60px;
    text-transform: uppercase;
    transform: rotate(90deg) translate(-40px, -5px);
}

.homeApplMenu .layer .text {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 40px;
}

.homeApplMenu .layer .ico {
    margin-bottom: 30px;
}

/*.homeApplMenu .layer .ico1{ background: url(../images/main17.png) no-repeat center;}
.homeApplMenu .layer .ico2{ background: url(../images/main18.png) no-repeat center;}
.homeApplMenu .layer .ico3{ background: url(../images/main19.png) no-repeat center;}
.homeApplMenu .layer .ico4{ background: url(../images/main20.png) no-repeat center;}*/
.homeApplMenu .layer h6 {
    color: #fff;
}

.homeApplMenu .layer h6::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 20px 0;
    background: #fff;
}

.homeApplMenu .layer .info {
    color: #fff;
}

.homeApplMenu .layer .more {
    display: none;
}

.homeApplMenu .curr {
    width: 41.8%;
}

.homeApplMenu .curr .bg {
    display: none;
}

.homeApplMenu .curr .wz {
    display: none;
}

.homeApplMenu .curr .text {
    width: 67%;
    background: #fff;
    position: absolute;
    bottom: 180px;
    left: 0;
    padding: 70px 80px 70px 0;
}

.homeApplMenu .curr .ico {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -38px;
}

/*.homeApplMenu .curr .ico1{ background: url(../images/main21.png) no-repeat center;}
.homeApplMenu .curr .ico2{ background: url(../images/main22.png) no-repeat center;}
.homeApplMenu .curr .ico3{ background: url(../images/main23.png) no-repeat center;}
.homeApplMenu .curr .ico4{ background: url(../images/main24.png) no-repeat center;}*/
.homeApplMenu .curr h6 {
    color: #333;
    text-align: right;
}

.homeApplMenu .curr h6::after {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    margin: 34px 0 20px 0;
    background: url(../image/main25.png) no-repeat right center;
    background-size: cover;
}

.homeApplMenu .curr .info {
    width: 58%;
    margin-left: 42%;
    color: #707070;
    text-align: right;
}

.homeApplMenu .curr .more {
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 30px;
    color: #252323;
    text-transform: uppercase;
}

.homeApplMenu .curr .more::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 3px;
    margin: 4px 12px;
    background: #f5c105;
}

@media (max-width:1440px) {
    .homeApplMenu ul li .text {
        width: 85%;
    }
}

@media (max-width:1230px) {
    .homeAppl {
        padding: 10px 0 0 0;
    }

    .homeApplTab .pic {
        margin: 10px 5px 10px 5px;
    }

    .homeApplTab .pic a {
        color: #333;
    }

    .homeApplTab .pic .img {
        height: auto;
        overflow: hidden;
    }

    .homeApplTab .pic h6 {
        font-size: 16px;
        margin: 10px 0 5px 0;
        height: 20px;
        overflow: hidden;
    }

    .homeApplTab .pic .info {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .homeApplTab .slick-dots {
        position: static;
        z-index: 10;
        margin-top: 3%;
        height: 6px;
    }

    .homeApplTab .slick-dots li {
        vertical-align: top;
        width: 6px;
        height: 6px;
        background: #a7a7a7;
        margin: 0 4px;
        border-radius: 6px;
        cursor: pointer;
        text-indent: -999px;
        overflow: hidden;
    }

    .homeApplTab .slick-dots .slick-active {
        background: #f5c105;
    }
}

@media (max-width:640px) {
    .homeApplTab .pic {
        margin: 10px 0 10px 0;
    }
}

/* 品牌案例 */
.homeBran {
    padding: 120px 0;
}

.homeBranTab {
    margin: 0 -24px;
}

.homeBranTab .pic {
    margin: 25px 24px 30px 24px;
    position: relative;
}

.homeBranTab .text {
    width: 82%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: -30px;
    padding: 20px 40px;
    background: #f5f5f5;
}

.homeBranTab .text h6 {
    font-size: 20px;
    margin-bottom: 10px;
    height: 26px;
    overflow: hidden;
}

.homeBranTab .text .info {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
}

.homeBranTab .text .more {
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.homeBranTab .text .more::before {
    content: "";
    display: inline-block;
    margin: 3px 20px;
    width: 57px;
    height: 1px;
    background: #d6d6d6;
}

.homeBranTab .pic:hover .text {
    background: #f5c105;
}

.homeBranTab .pic:hover .text h6 {
    color: #fff;
}

.homeBranTab .pic:hover .text .info {
    color: #fff;
}

.homeBranTab .pic:hover .text .more {
    color: #fff;
}

.homeBranTab .pic :hover.text .more::before {
    background: #e95f5f;
}

@media (max-width:1400px) {
    .homeBran {
        padding: 60px 0;
    }

    .homeBranTab {
        margin: 0 -15px;
    }

    .homeBranTab .pic {
        margin: 15px 15px 30px 15px;
    }
}

@media (max-width:1023px) {
    .homeBran {
        padding: 20px 0;
    }

    .homeBranTab {
        margin: 0 -5px;
    }

    .homeBranTab .pic {
        margin: 10px 5px 20px 5px;
    }

    .homeBranTab .text {
        width: 82%;
        height: 90px;
        padding: 5px 10px;
    }

    .homeBranTab .text h6 {
        font-size: 16px;
        margin-bottom: 0;
        height: 22px;
    }

    .homeBranTab .text .info {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }

    .homeBranTab .text .more::before {
        margin: 3px 10px;
        width: 27px;
    }

    .homeBranTab .slick-dots {
        position: static;
        z-index: 10;
        margin-top: 3%;
        height: 6px;
    }

    .homeBranTab .slick-dots li {
        vertical-align: top;
        width: 6px;
        height: 6px;
        background: #a7a7a7;
        margin: 0 4px;
        border-radius: 6px;
        cursor: pointer;
        text-indent: -999px;
        overflow: hidden;
    }

    .homeBranTab .slick-dots .slick-active {
        background: #f5c105;
    }
}

@media (max-width:640px) {
    .homeBranTab .pic {
        margin: 10px 0 20px 0;
    }
}


.hongqiang_dTop {
    text-align: center;
    margin-top: 49px;
    margin-bottom: 59px;
}

.hongqiang_dTop label {
    font-size: 42px;
    color: #0f0c0c;
}

.hongqiang_dTop div {
    font-size: 18px;
    color: #130e0e;
    background: url(../image/10.png)center 0 no-repeat;
    background-position: center;
}



.hongqiang_d {
    max-width: 1230px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.hongqiang_dnav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin: 0;
}



.hongqiang_dnav li {
    position: relative;
    cursor: pointer;
    float: left;
    width: 171px;
    position: relative;
}

.hongqiang_dnav li i {
    display: block;
    width: 54px;
    height: 50px;
    margin: 0 auto 23px;
    transition: all 0.5s ease-in-out;
}

.hongqiang_dnav li .dz1 {
    background: url(../image/lc1.png) no-repeat center;
}

.hongqiang_dnav li .dz2 {
    background: url(../image/lc2.png) no-repeat center;
}

.hongqiang_dnav li .dz3 {
    background: url(../image/lc3.png) no-repeat center;
}

.hongqiang_dnav li .dz4 {
    background: url(../image/lc4.png) no-repeat center;
}

.hongqiang_dnav li .dz5 {
    background: url(../image/lc5.png) no-repeat center;
}

.hongqiang_dnav li .dz6 {
    background: url(../image/lc6.png) no-repeat center;
}

.hongqiang_dnav li .dz7 {
    background: url(../image/lc7.png) no-repeat center;
}

.hongqiang_dnav li em {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
    margin-bottom: 9px;
}

.hongqiang_dnav li p {
    font-size: 10px;
    line-height: 10px;
    color: #AAAAAA;
    text-transform: uppercase;
    text-align: center;
}

.hongqiang_dnav li:before {
    width: 1px;
    height: 66px;
    background: #d2d2d2;
    content: "";
    position: absolute;
    top: 22px;
    right: -1px;
}

.hongqiang_dnav li.last:before {
    display: none;
}

.hongqiang_dnav li:hover .dz1 {
    background: url(../image/lc1_h.png) no-repeat center;
}

.hongqiang_dnav li:hover .dz2 {
    background: url(../image/lc2_h.png) no-repeat center;
}

.hongqiang_dnav li:hover .dz3 {
    background: url(../image/lc3_h.png) no-repeat center;
}

.hongqiang_dnav li:hover .dz4 {
    background: url(../image/lc4_h.png) no-repeat center;
}

.hongqiang_dnav li:hover .dz5 {
    background: url(../image/lc5_h.png) no-repeat center;
}

.hongqiang_dnav li:hover .dz6 {
    background: url(../image/lc6_h.png) no-repeat center;
}

.hongqiang_dnav li:hover .dz7 {
    background: url(../image/lc7_h.png) no-repeat center;
}

.hongqiang_dnav li:hover em {
    color: #DD9615;
}

.hongqiang_dnav li:hover p {
    color: #DD9615;
}

.hongqiang_dnav li:hover i {
    transform: rotate(360deg);
}

.hongqiang_dnav li.on .dz1 {
    background: url(../image/lc1_h.png) no-repeat center;
}

.hongqiang_dnav li.on .dz2 {
    background: url(../image/lc2_h.png) no-repeat center;
}

.hongqiang_dnav li.on .dz3 {
    background: url(../image/lc3_h.png) no-repeat center;
}

.hongqiang_dnav li.on .dz4 {
    background: url(../image/lc4_h.png) no-repeat center;
}

.hongqiang_dnav li.on .dz5 {
    background: url(../image/lc5_h.png) no-repeat center;
}

.hongqiang_dnav li.on .dz6 {
    background: url(../image/lc6_h.png) no-repeat center;
}

.hongqiang_dnav li.on .dz7 {
    background: url(../image/lc7_h.png) no-repeat center;
}

.hongqiang_dnav li.on em {
    color: #DD9615;
}

.hongqiang_dnav li.on p {
    color: #DD9615;
}

.hongqiang_dnav li.on i {
    transform: rotate(360deg);
}

.hongqiang_dnav li.on img {
    opacity: 1;
}

.hongqiang_dnav li img {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -17px;
    opacity: 0;
}

.hongqiang_dtext {
    overflow: hidden;
    margin-bottom: 76px;
}

.hongqiang_dtextbox {
    display: none;
}



.hongqiang_dtextboxLeft {
    float: left;
    width: 47%;
    color: #fff;
    background: #2163c6;
    height: 355px;
    padding: 44px;
    position: relative;
}

.hongqiang_dtextboxLeft label {
    font-size: 26px;
}

.hongqiang_dtextboxLeft span {
    position: absolute;
    right: 57px;
    width: 57px;
    height: 57px;
    border: 1px solid #fff;
    font-size: 25px;
    text-align: center;
    line-height: 57px;
    top: 35px;
}

.hongqiang_dtextboxLeft i {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.hongqiang_dtextboxLeft div {
    margin-top: 37px;
    line-height: 32px;
    font-size: 16px;
}

.hongqiang_dtextboxRight {
    float: right;
    width: 53%;
    height: 355px;
    overflow: hidden;
}

.hongqiang_dtextboxRight img {
    width: 100%;
    height: 100%;
}




.hongqiang_e {
    width: 100%;
    background: url(../image/images/7_03.jpg)center 0 no-repeat;
    height: 995px;
    overflow: hidden;
}




.hongqiang_eTop {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 59px;
}

.hongqiang_eTop label {
    font-size: 42px;
    color: #0f0c0c;
}

.hongqiang_eTop label span {
    font-size: 90px;
    color: #1369c0;
}

.hongqiang_eTop div {
    font-size: 18px;
    color: #130e0e;
    background: url(../image/10.png)center 0 no-repeat;
    background-position: center;
}


.hongqiang_esall {
    position: relative;
    width: 100%;
}

.hongqiang_es {
    max-width: 1230px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.hongqiang_estext {
    overflow: hidden;

}

.hongqiang_estextbox {
    overflow: hidden;
    display: none;
}

.hongqiang_estextbox label {
    font-size: 49px;
    color: #35393c;
    position: relative;
    z-index: 10;
    margin-top: 78px;
}

.hongqiang_estextbox span {
    font-size: 31px;
    display: block;
    color: #1369c0;
    position: relative;
    z-index: 10;
    font-weight: 700;
    margin-bottom: 18px;
}

.hongqiang_estextbox div {
    color: #444749;
    position: relative;
    z-index: 10;
    font-size: 16px;
    width: 321px;
    line-height: 34px;
}

.hongqiang_estextbox img {
    position: absolute;
    right: 0;
    top: 0;
    width: 62%;
}


.hongqiang_esnav {
    width: 583px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: 33px;
}

.hongqiang_esnav a {
    display: block;
    font-size: 24px;
    float: left;
    width: 33.333%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #1369c0;
    height: 108px;
    line-height: 108px;
    transition: all 0.3s;
}

.hongqiang_esnav a img {
    margin-right: 12px;
}

.hongqiang_esnav a.on {
    background: #f5c105;
}



.allTop {
    width: 100%;
    text-align: center;
    background: url(../image/10.png)center 0 no-repeat;
    background-position: center;
    margin-top: 50px;
    margin-bottom: 33px;
}

.allTop label {
    font-size: 36px;
    color: #372d2d;
    line-height: 100%;
    display: block;
    margin-bottom: 12px;

}

.allTop div {
    font-size: 16px;
    color: #454444;
}


.index_g {
    max-width: 1230px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 85px;
}

.index_gLeft {
    float: left;
    width: 54%;
    overflow: hidden;
}

.index_gLeft .index_gLeftTop {
    overflow: hidden;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    width: 100%;
    height: 63px;
    line-height: 63px;
    margin-bottom: 32px;
}

.index_gLeftTop span {
    float: left;
    width: 33%;
    background: #1369c0;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 4px;
}

.index_gLeftTop div {
    float: left;
    font-size: 17px;
    color: #ccc;
    margin-left: 2%;
}

.index_gLeftTop a {
    float: right;
    height: 100%;
}

.index_gLeftTop a img {}

.index_gLeft_a {
    width: 100%;
    overflow: hidden;
}

.index_gLeft_a_as {
    overflow: hidden;
    float: left;
    width: 42%;
}

.index_gLeft_a_as img {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.index_gLeft_a_as img:hover {
    transform: scale(1.1);
    cursor: pointer;
}


.index_gLeft_a_bs {
    float: right;
    width: 53%;
    overflow: hidden;
}

.index_gLeft_a_bs span {
    font-size: 16px;
    color: #464646;
    line-height: 36px;
}

.index_gLeft_a_bs p {
    color: #878787;
    margin: 0;
    line-height: 28px;
}

.index_gLeft_a_bs a {
    display: block;
    width: 173px;
    height: 40px;
    background: #f5c105;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 4rem;
}



.index_gLeft_b {
    display: block;
    height: 74px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 74px;
    overflow: hidden;
    margin-top: 32px;
}

.index_gLeft_b .index_gLeft_b_a {
    float: left;
    border-right: 1px solid #ccc;
    height: 48px;
    line-height: 166%;
    width: 17%;
    text-align: center;
    margin-top: 10px;
    margin-right: 17px;
}

.index_gLeft_b .index_gLeft_b_a div {
    color: #333;
    font-size: 22px;
    margin-top: 2px;
}

.index_gLeft_b .index_gLeft_b_a span {
    color: #666;
}

.index_gLeft_b .index_gLeft_b_b {
    float: left;
    font-size: 16px;
    color: #464646;
}

.index_gLeft_b img {
    float: right;
    margin-top: 19px;
}



.index_gRight {
    float: right;
    width: 43%;
    overflow: hidden;
}

.index_gRight .index_gRightTop {
    overflow: hidden;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    width: 100%;
    height: 63px;
    line-height: 63px;
    margin-bottom: 32px;
}

.index_gRightTop span {
    float: left;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
}

.index_gRightTop div {
    float: left;
    font-size: 17px;
    color: #ccc;
    margin-left: 2%;
}

.index_gRightTop a {
    float: right;
    height: 100%;
}

.index_gRightTop a img {}


.index_gRightbottom {
    overflow: hidden;
}

.index_gRightbottom a {
    display: block;
    background: url(../image/q.jpg)left 26px no-repeat;
    padding: 26px 0;
    padding-left: 48px;
    border-top: 1px dashed #ccc;
}

.index_gRightbottom a div {
    color: #464646;
    font-size: 16px;
    margin-bottom: 11px;
}

.index_gRightbottom a p {
    color: #878787;
    line-height: 28px;
    margin: 0;

}



.hongqiang_f {
    width: 100%;
    background: url(../image/16.png)center 0 no-repeat;
    height: 832px;
    overflow: hidden;
}


.hongqiang_fs {
    max-width: 1210px;
    margin: auto;
    overflow: hidden;
    background: #fff;
}


.hongqiang_fs video {
    height: 478px;
    float: left;
    display: block;
    object-fit: fill;
    width: 51%;
    outline: none;
}

.hongqiang_fRight {
    width: 49%;
    background: #FFF;
    float: left;
    padding: 65px 0 0 53px;
}

.hongqiang_fRight div {}

.hongqiang_fRight div label {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #082647;
    font-weight: bold;
    margin-bottom: 42px;
}

.hongqiang_fRight div em {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 18px;
}

.hongqiang_fRight div p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 29px;
    padding-right: 68px;
    line-height: 26px;
}

.hongqiang_fRight ul {
    overflow: hidden;
}

.hongqiang_fRight ul li {
    float: left;
    width: 99px;
    position: relative;
}

.hongqiang_fRight ul li i {
    display: block;
    width: 37px;
    height: 34px;
    margin: 0 auto 12px;
}

.hongqiang_fRight ul li .ab1 {
    background: url(../image/ab1.png) no-repeat center;
}

.hongqiang_fRight ul li .ab2 {
    background: url(../image/ab2.png) no-repeat center;
}

.hongqiang_fRight ul li .ab3 {
    background: url(../image/ab3.png) no-repeat center;
}

.hongqiang_fRight ul li .ab4 {
    background: url(../image/ab4.png) no-repeat center;
}

.hongqiang_fRight ul li em {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    text-align: center;
}

.hongqiang_fRight ul li:before {
    width: 1px;
    height: 41px;
    background: #bfbfbf;
    content: "";
    position: absolute;
    right: -1px;
    top: 3px;
}

.hongqiang_fRight ul li.last:before {
    display: none;
}

.hongqiang_fRight ul li:hover .ab1 {
    background: url(../image/ab1_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover .ab2 {
    background: url(../image/ab2_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover .ab3 {
    background: url(../image/ab3_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover .ab4 {
    background: url(../image/ab4_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover em {
    color: #DD9615;
}



.hongqiang_fbottom {
    float: left;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}


.hongqiang_fbottom a {
    display: block;
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
}

.hongqiang_fbottom a label {
    color: #161b1f;
    font-size: 31px;
}

.hongqiang_fbottom a label span {
    color: #f5c105;
    font-size: 55px;
    font-family: Arial;
}

.hongqiang_fbottom a div {
    font-size: 17px;
    color: #17191a;
}



.pz_down {
    width: 100%;
    background: #1e1e1e;
    z-index: 6;
    position: relative;
    overflow: hidden;
}




.footerHead {
    width: 100%;
    float: left;
    padding: 53px 0 43px 0;
    position: relative;
}

.containerfooter {
    max-width: 1636px;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.footerHead .footerHeadLeft {
    width: 14%;
    float: left;
    margin-left: 7%;
}

.footerHead .dt {
    width: 100%;
    font-size: 24px;
    color: white;
    line-height: 38px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 14px;
}

.footerHead .dt:before {
    content: '';
    width: 48px;
    height: 2px;
    background: #1369c0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerHead .footerHeadLeft .dt {
    margin-bottom: 19px;
}

.footerHead .footerHeadLeft ul {
    width: 100%;
}

.footerHead .footerHeadLeft ul li {
    width: 100%;
}

.footerHead .footerHeadLeft ul li a {
    width: 100%;
    font-size: 14px;
    color: white;
    line-height: 44px;
    opacity: 0.6;
}

.footerHead .footerHeadLeft ul li a:hover {
    opacity: 1;
}

.footerHead .footerHeadCenter {
    width: 40.13%;
    float: left;
    position: relative;
    padding: 0 60px 0 95px;
}

.footerHead .footerHeadCenter:before,
.footerHead .footerHeadCenter:after {
    content: '';
    width: 1px;
    height: 90%;
    background: white;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 5%;
}

.footerHead .footerHeadCenter:after {
    left: auto;
    right: 0;
}

.footerHead .footerHeadCenter .title {
    width: 100%;
    margin-top: 29px;
    font-size: 20px;
    color: white;
    line-height: 34px;
}

.footerHead .footerHeadCenter .ewm {
    width: 145px;
    margin-top: 29px;
    float: left;
}

.footerHead .footerHeadCenter .ewm img {
    width: 100%;
    background: white;
    padding: 5px;
}

.footerHead .footerHeadCenter .ewm h5 {
    width: 100%;
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    opacity: 0.6;
    letter-spacing: 2px;
    color: white;
}

.footerHead .footerHeadCenter ul {
    margin-left: 176px;
    margin-top: 7px;
}

.footerHead .footerHeadCenter ul li {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: white;
    line-height: 24px;
    opacity: 0.5;
    padding-left: 22px;
    position: relative;
}

.footerHead .footerHeadCenter ul li img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
}

.footerHead .footerHeadCenter ul li p {
    display: contents;
    vertical-align: top;
}

.footerHead .footerHeadCenter dl {
    margin-left: 176px;
    margin-top: 26px;
}

.footerHead .footerHeadCenter dl dd {
    float: left;
    margin-right: 20px;
}

.footerHead .footerHeadCenter dl dd a {
    display: block;
    width: 42px;
    height: 42px;
    background: white;
    opacity: 0.3;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.footerHead .footerHeadCenter dl dd:hover a {
    opacity: 1;
}

.footerHead .footerHeadRight {
    float: right;
    width: 31.65%;
}

.footerHead .footerHeadRight ul {
    width: 100%;
    margin-top: 19px;
}

.footerHead .footerHeadRight ul li {
    width: 49%;
    margin-top: 16px;
    float: left;
}

.footerHead .footerHeadRight ul li:nth-child(2) {
    float: right;
}

.footerHead .footerHeadRight ul li input,
.footerHead .footerHeadRight ul li textarea {
    outline: none;
    border: 0;
    display: block;
    width: 100%;
    background: white;
    height: 36px;
    padding: 8px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.footerHead .footerHeadRight ul li.l1 {
    width: 100%;
}

.footerHead .footerHeadRight ul li textarea {
    height: 115px;
}

.footerHead .footerHeadRight ul li.l2 {
    margin-top: 34px;
}

.footerHead .footerHeadRight ul li.l2 input {
    width: 144px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #1369c0;
    letter-spacing: 2px;
    color: white;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 17px;
}

.footerHead .footerHeadRight ul li.l2 input:hover {
    box-shadow: inset 3px 3px 3px #99472a;
}

.footerHead .footerHeadLink {
    padding-left: 7%;
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-top: 45px;
    border-top: solid 1px white;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: white;
    line-height: 24px;
}

.footerHead .footerHeadLink a {
    display: inline-block;
    color: white;
    opacity: 0.6;
}

.footerHead .footerHeadLink span {
    opacity: 0.6;
    margin: 0 12px;
}

.footerHead .footerHeadLink a:hover {
    opacity: 1;
}

.footerDown {
    background: #141414;
    padding: 22px 0;
}

.container-fluid {
    width: 100%;
    float: left;
}

.allbootom {
    text-align: center;
    color: #fff;
}

.allbootom a {
    color: #fff;
}

@media screen and (max-width: 1660px) {
    .footerHead .footerHeadCenter {
        padding: 0 20px 0 66px;
    }
}

.footerDown {
    background: #141414;
    padding: 22px 0;
}

.footerDown .footer_down_left {
    float: left;
    width: 75%;
    font-size: 14px;
    line-height: 24px;
    color: white;
    opacity: 0.6;
    letter-spacing: 1px;
}

.footerDown .footer_down_right {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: white;
}

.footerDown .footer_down_right a {
    color: white;
    opacity: 0.6;
}

.footerDown .footer_down_right span {
    opacity: 0.6;
    margin: 0 16px;
}

.footerDown .footer_down_right a:hover,
.footer .footer_down_left .link a:hover {
    opacity: 1;
}

@media screen and (max-width: 1366px) {
    .footerHead .footerHeadCenter {
        width: 50%;
        padding: 0 20px 0 40px;
    }


}

@media screen and (max-width: 1199px) {
    .footerHead .footerHeadCenter .ewm {
        width: 120px;
    }

    .footerHead .footerHeadCenter ul,
    .footerHead .footerHeadCenter dl {
        margin-left: 135px;
    }

    .footerHead .footerHeadRight ul li {
        width: 100%;
    }

    .footerHead .footerHeadCenter {
        width: 55%;
    }

    .footerHead .footerHeadRight {
        width: 28%;
    }

}

@media screen and (max-width: 991px) {
    .footerHead {
        padding: 32px 5% 22px 5%;
    }

    .footerHead .footerHeadLeft {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .footerHead .footerHeadLeft ul li {
        width: 16.66%;
        float: left;
    }

    .footerHead .dt {
        display: none;
    }

    .footerHead .footerHeadCenter {
        width: 65%;
        padding-left: 0;
    }

    .footerHead .footerHeadCenter:before {
        display: none;
    }

    .footerHead .footerHeadRight {
        width: 30%;
    }

    .footerHead .footerHeadLink {
        margin-top: 20px;
        padding-top: 23px;
    }

    .footerDown {
        padding: 16px 20px 60px 20px;
    }

    .footerDown .footer_down_left,
    .footerDown .footer_down_right {
        width: 100%;
        text-align: center;
    }

    .footerDown .footer_down_left,
    .footerDown .footer_down_right {
        font-size: 12px;
    }

}

@media screen and (max-width: 767px) {
    .footerHead {
        padding: 21px 3% 11px 3%;
    }

    .footerHead .footerHeadCenter {
        width: 100%;
        text-align: center;
    }

    .footerHead .footerHeadCenter:before {
        display: none;
    }

    .footerHead .footerHeadRight {
        display: none;
    }

    .footerHead .footerHeadLeft ul li a {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 20px;
        white-space: nowrap;
    }

    .footerHead .footerHeadLeft ul li {
        max-width: 22%;
        width: auto;
        margin: 0 5px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .footerHead .footerHeadLeft ul li:first-child {
        display: none;
    }

    .footerHead .footerHeadCenter .title {
        display: none;
    }

    .footerHead .footerHeadCenter .ewm {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .footerHead .footerHeadCenter ul {
        margin-left: 0;
        width: 100%;
    }

    .footerHead .footerHeadCenter dl {
        display: none;
    }

    .footerHead .footerHeadCenter ul li {
        margin-top: 3px;
        font-size: 12px;
    }

    .footerHead .footerHeadCenter ul li img {
        position: relative;
        left: auto;
        top: auto;
        vertical-align: middle;
        margin: -3px 5px 0 0;
    }

    .footerHead .footerHeadCenter:after {
        display: none;
    }

    .footerHead .footerHeadLink {
        margin-top: 10px;
        padding-top: 12px;
        font-size: 12px;
    }

    .footerHead .footerHeadLink span {
        margin: 0 6px;
    }

    .footerDown {
        padding: 10px 10px 10px 10px;
    }

    .allbootom {
        font-size: 12px;
        padding: 13px 17px;
        line-height: 25px;
    }

    .footerDown .footer_down_left {
        font-size: 12px;
        line-height: 20px;
    }

    .footerDown .footer_down_right {
        font-size: 12px;
        line-height: 20px;
    }

    .footerDown .footer_down_right span {
        margin: 0 10px;
    }
}



























/*lei*/

.proone {
    width: 100%;
    background: #e5e5e5;
    overflow: hidden;
}


.proones {
    max-width: 1326px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.proones a {
    display: block;
    background: #fff;
    width: 47%;
    margin-bottom: 53px;
    padding: 42px;
    overflow: hidden;
}

.proones a .proonesImg {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.proones a .proonesImg img {
    transition: all 0.3s;
}

.proones a:hover .proonesImg img {
    transform: scale(1.1);
}

.proones a label {
    font-size: 21px;
    color: #0f6dc2;
    cursor: pointer;
}

.proones a p {
    color: #110f0f;
    margin: 0;
    line-height: 28px;
    margin-top: 15px;

}

.proones a .proonestext {
    overflow: hidden;
    font-size: 0;
    margin-top: 18px;
}

.proones a .proonestext div {
    display: inline-block;
    font-size: 14px;
    color: #110f0f;
    padding: 9px 25px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    margin-bottom: 10px;
}




.alllistsearch {
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div {
    max-width: 1220px;
    margin: auto;
    ;
    overflow: hidden;
    padding: 0 10px;
}

.alllistsearchLeft {
    float: left;
    font-size: 16px;
    color: #464646;
}

.alllistsearchLeft img {
    margin-right: 7px;
}

.alllistsearchLeft i {
    font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
    color: #464646;
}


.listnavRight {
    float: right;
}

.listnavRight a {
    display: block;
    float: left;
    font-size: 16px;
    color: #464646;
    padding: 0 3rem;
    transition: 0.3s linear;
}

.listnavRight a.on {
    background: #0f6dc2;
    color: #fff;
}

.listnavRight a:hover {
    background: #0f6dc2;
    color: #fff;
    transition: 0.3s linear;
}




.p12-aboutinfo-1 {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}






.g-gywm {
    height: 530px;
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #00479c;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}






.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1210px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}



.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #e6e6e6;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}


.listcontactsTextarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: url(../image/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #0f6ec2;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}


.listpro {
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #666565;
}

.listpronav {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 45px;
}

.listpronav li {
height: 40px;
    width: 291px;
    padding: 0px 15px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
}

.listpronav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.listpronav li:hover {
    background: #0f6dc2;
    border: 1px solid #0f6dc2;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #0f6dc2;
    border: 1px solid #0f6dc2;
}



.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.listpros a .listprosimg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.listpros a .listprosimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpros a .listprosimg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.listpros a .listprosimg div span {
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.listpros a p {
    font-size: 18px;
    color: #444;
    line-height: 44px;
    margin: 0;
}

.listpros a:nth-child(3n) {
    margin-right: 0;
}


.listpros a:hover .listprosimg img {
    transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
    opacity: 1;
}




.listnew {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}

.listnew a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.listnew a img {
    float: left;
    width: 20%;
}

.listnew .listnewright {
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}

.listnew .listnewright .listnewrighttop {
    overflow: hidden;
    line-height: 34px;
}

.listnew .listnewright .listnewrighttop span {
    font-size: 24px;
    transition: all 0.3s;
    color: #333;
}

.listnew .listnewright .listnewrighttop div {
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}

.listnew .listnewright .listnewrighttop div i {}

.listnew .listnewright .listnewrighttop div label {
    margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.listnew .listnewright>span {
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #0f6dc2;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
    color: #0f6dc2;
}

.listnew .listnewright>span:hover {
    background: #000;
}








.listdetailpro {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.listdetailpro>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.listdetailpros {
    margin: 4rem;
    overflow: hidden;
}


.listdetailprosTop {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 6rem 0;
}

.listdetailprosTop li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
}

.listdetailprosTop li:last-child {
    border: 0;
}

.listdetailprosTopimg {
    position: relative;
    height: 7rem;
}

.listdetailprosTopimg div img {
    max-width: 100%;
}

.listdetailprosTopimg div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.listdetailprosTopimg div:nth-child(1) {
    z-index: 1;
}

.listdetailprosTopimg div:nth-child(2) {}

.listdetailprosTop li span {
    font-size: 18px;
    color: #424040;
}

.listdetailprosTop li.on .listdetailprosTopimg div:nth-child(2) {
    z-index: 2;
}


.ContBoxdetail {
    position: relative;
}

.ContBoxdetail .Boxdetail {
    /*display: none;*/

    width: 100%;
}



.proshows {
    max-width: 1266px;
    margin: 3rem auto;
    overflow: hidden;
    width: 100%;
}

.proshowLeft {
    float: left;
    width: 50%;
    overflow: hidden;
}

.bigImg {
    width: 100%;
    padding-left: 1rem;
}

.swiper-containerDetail {
    width: 70%;
    margin: auto;
}

.swiper-containerDetail img {
    width: 100%;
    border: 1px solid #ccc;
}

.detailLefts {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
}

.detailnext {
    background: url(../image/20_03.jpg)center 0 no-repeat !important;
    width: 14px !important;
    height: 21px !important;
    background-size: 100% 100% !important;
    margin-top: 0 !important;
    top: 41% !important;
}

.detailprev {
    background: url(../image/21_03.jpg)center 0 no-repeat !important;
    width: 14px !important;
    height: 21px !important;
    background-size: 100% 100% !important;
    margin-top: 0 !important;
    top: 41% !important;
}


.proshowRight {
    float: right;
    width: 35%;
    overflow: hidden;
    margin-top: 1rem;
    margin-right: 6rem;
}

/*.proshowRight div{
    font-size: 16px;
    color: #37383a;
    margin-bottom: 9px;
}
*/
.proshowRight label {
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    color: #37383a;
}

.proshowRight label em {
    font-style: normal;
}


.dm {
    max-width: 1543px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    width: 100%;
    padding: 3rem;
}

.cpxq_tit {
    width: 94%;
    margin: auto;
    margin-bottom: 4rem;
}

.cpxq_tit span {
    display: inline-block;
    width: 207px;
    height: 45px;
    line-height: 45px;
    background: url(../image/images/prodetail_27.png) no-repeat center center;
    text-align: center;
    color: #fff;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 20px;
}

.cpxq_tit div {
    line-height: 28px;
}

.cpxq_tit div img {
    max-width: 100%;
}


.p1-pho-1 {
    background: url(../image/VISkins-p1.png) no-repeat 0 -3px;
    min-height: 50px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 30px;
    margin-right: 50px;
    color: #0f6dc2;
    margin-top: 3rem;
}


.p1-pho-1 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.p1-pho-1 i {
    font-style: normal;
}



.p12-aboutinfo-1-nr {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.endit-content {
    line-height: 28px;
}



.p12-aboutinfo-1-nr .tit {
    text-align: center;
    font-weight: normal;
    margin: 50px auto 30px;
}

.p12-aboutinfo-1-nr .tit span {
    display: block;
    font-size: 38px;
    color: #333;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: 2px;
}

.p12-aboutinfo-1-nr .tit i {
    display: block;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
    position: relative;
    line-height: 14px;
    text-transform: uppercase;
    color: #adadad;
}

.p12-aboutinfo-2 {
    margin: 15px 0;
    font-size: 15px;
    line-height: 32px;
    padding: 40px 130px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    text-align: center;
    margin-bottom: 15px;

}





/*    .list {
        margin-top: 20px;
    }
    .list ul{
    }
    .list li {
        float: left;
        border: 1px solid #eee;
        width: 31%;
        height: 180px;
        text-align: center;
        margin-right: 42px;
        color: #666;
        margin-bottom: 30px;
        line-height: 160%;
        padding: 10px 15px;
        font-family: 微软雅黑;
        background: #f7f7f7;
        border-radius: 30px;
        transition: all 0.6s;
        box-sizing: border-box;
    }
    
    .list li:nth-child(3n) {
        margin-right: 0px;
        float: right;
    }
    
    .list li:hover {
        box-shadow: 0px 0px 5px #eee;
        transform: translate(0, -10px);
    }
    
    .list li img {
        margin-top: 20px;
        width: 75px;
    }
    
    .list li i {
        display: block;
        font-size: 14px;
        color: #333;
        padding-bottom: 8px;
        font-style: normal;
        padding-top: 10px;
    }
*/
.banner {
	    padding-top: 100px!important;
}

.sco {
    overflow: hidden;
    margin-bottom: 2rem;
}

.sco li {
    float: left;
    width: 500px;
    padding-left: 50px;
    position: relative;
    overflow: hidden;
}

.sco li:nth-child(2n) {
    float: right;
}

.sco li img {
    width: 500px;
    height: 250px;
}

.sco li p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 46px;
    padding-bottom: 15px;
    position: relative;
}

.sco li p:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    background: #0f6dc2;
    height: 2px;
}

.sco li em {
    font-style: normal;
    position: absolute;
    display: block;
    width: 170px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #0f6dc2;
    z-index: 1;
    left: 0;
    top: 82px;
    font-size: 24px;
    color: #fff;
}


.p12-about {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}






.ab_1_1 {
    max-width: 1200px;
    margin: 70px auto;
    overflow: hidden;
}

.ab_1_2 {
    width: 38%;
    float: left;
    overflow: hidden;
}

.ab_1_2 img {
    width: 100%;
    height: auto;
}


.ab_1_3 {
    width: 56%;
    float: right;
}


.ab_1_3 h1 {
    font-size: 40px;
    color: #0f6dc2;
}

.ab_1_3 h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 22px;
}

.ab_1_3 p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 100px;
}







.ab_2_1 {
    max-width: 1200px;
    margin: 66px auto;
    background-color: #FFF;
    font-size: 0;
}

.ab_2 {
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
}

.ab_2_1 ul {
    list-style-type: none;
    display: block;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


.ab_2_1 ul li {
    display: block;
    float: left;
    width: 50%;
    height: 335px;
}





.ab_2_1 ul li h1 {
    font-size: 40px;
    color: #0f6dc2;
    padding-top: 24px;
    padding-left: 46px;
}



.ab_2_1 ul li h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 27px;
    margin-left: 46px;
    border-left: 3px solid #0f6dc2;
}

.ab_2_1 ul li p {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
    width: 100%;
    height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
    padding-left: 12px;
    margin-top: 73px;
}









.brand-three .brand-three-t {
    padding: 30px 0;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 28px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative;
    list-style: none;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #0f6dc2;
    margin-left: -50px;
}

.brand-three .brand-three-t p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}


.brand-honor .brand-honor-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-honorswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
    margin: 20px auto;
    color: #666;
}

.brand-honor .brand-honor-box .brand-honor-item img {
    width: 100%;
}

.news-next,
.news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.news-next {
    right: 0;
    background: url(../image/new-right.png) no-repeat center center;
}

.news-prev {
    left: 0;
    background: url(../image/new-left.png) no-repeat center center;
}






.brand-jin .brand-jin-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-jinswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-jin .brand-jin-box .brand-jin-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-jin .brand-jin-box .brand-jin-item li {
    margin: 20px auto;
    color: #666;
}

.brand-jin .brand-jin-box .brand-jin-item img {
    width: 100%;
}

.jinnews-next,
.jinnews-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.jinnews-next {
    right: 0;
    background: url(../image/new-right.png) no-repeat center center;
}

.jinnews-prev {
    left: 0;
    background: url(../image/new-left.png) no-repeat center center;
}










.listWrapper {
    padding: 40px 0 60px 0;
    overflow: hidden;
    background: #f4f4f4;
}

.grWidth {
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
}

.pTitle {
    font-size: 30px;
    font-weight: normal;
    color: #0f6dc2;
    margin: 0;
    margin-bottom: 20px;
}


.proIndex {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex ul {
    width: 100%;
    overflow: hidden;
}


.proIndex li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex li .font p {
    text-align: left;
}

.proIndex li:nth-child(1) {
    width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
    width: 100%;
}

.proIndex li:nth-child(1) .font {
    padding: 10px 35px 5px 35px;
    font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
    font-size: 18px;
    height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
    color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
    color: #0f6dc2;
}

.proIndex li:nth-child(1) .box {
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
    display: inline-block;
    width: 90px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
    background: #0f6dc2;
}

.proIndex li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
    color: #0f6dc2;
}



.pTitle a {
    float: right;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}


.proIndex1 {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex1 ul {
    width: 100%;
    overflow: hidden;
}


.proIndex1 li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex1 li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex1 li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex1 li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex1 li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex1 li .font p {
    text-align: left;
}

.proIndex1 li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
    color: #0f6dc2;
}




/* 采购表单样式 */
.orderBox {
    padding: 25px;
    max-width: 1220px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.orderBox h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: "微软雅黑";
}

.orderBox .table {
    padding-top: 20px;
    overflow: hidden;
}

.orderBox .table li {
    width: 46%;
    float: left;
    height: 35px;
    margin-bottom: 10px;
}

.orderBox .table li span {
    float: left;
    border: 1px solid #ddd;
    line-height: 33px;
    height: 33px;
    width: 24%;
    display: inline-block;
    text-align: center;
    background: #f5f5f5;
}

.orderBox .table li .iptTxt {
    outline: none;
    float: right;
    width: 76%;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #f5f5f5;
    color: #666;
    padding-left: 10px;
}

.orderBox .table li .iptCode {
    float: left;
    width: 48%;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #f5f5f5;
    color: #666;
    padding-left: 10px;
    outline: none;
}

.orderBox .table li .checkcode {
    width: 63px;
    height: 36px;
    float: left;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #eee;
    margin-left: 2px;
    padding: 6px;
}

.orderBox .table li .btn {
    padding: 0;
    width: 72%;
    height: 35px;
    line-height: 35px;
    background: #333;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
}

.orderBox .table li .btn:hover {
    background: #0f6dc2;
    color: #fff;
}

.orderBox .table li.areLi {
    width: 47%;
    float: right;
    height: 171px;
    overflow: hidden;
}

.orderBox .table li.areLi .txtContent {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 15px;
    color: #666;
    line-height: 18px;
    background: #f1f1f1;
}




.sWrapper .sMain {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    max-width: 1200px;
    margin-bottom: 20px;
}


/* 产品详情 */
.productshow_top {
    height: ;
    overflow: hidden;
}

.product-show-pic {
    width: 52%;
}

.product-show-pic img {
    max-width: none;
}

.jqzoom>img {
    width: 100%;
    height: auto;
}

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 310px;
    background: #fff;
    border: 1px solid #CCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/* 图片小图样式 */
.spec-preview {
    width: 78%;
    float: left;
}

.spec-scroll {
    width: 18%;
    overflow: hidden;
    float: right;
    margin-top: 3px;
}

.spec-scroll a.prev {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/gotop.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

.spec-scroll a.prev:hover {
    background: url(../img/gotop2.gif) no-repeat center top;
}

.spec-scroll a.next {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/gobottom.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}

.spec-scroll a.next:hover {
    background: url(../img/gobottom2.gif) no-repeat center top;
}

.spec-scroll .items {
    width: 100%;
    height: 445px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    position: absolute;
    width: 100%;
}

.spec-scroll .items ul li {
    width: 100%;
    height: 115px;
    text-align: center;
}

.spec-scroll .items ul li img {
    width: 100%;
    height: 90px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,
.spec-scroll .items ul .on img {
    border: 1px solid #0f6dc2;
}

/* 产品右侧简介样式 */
.proShwo_right {
    width: 45%;
    overflow: hidden;
    font-size: 14px;
}

.proShwo_right .title {
    font-size: 30px;
    color: #0f6dc2;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
}

.proShwo_right .font strong {
    font-size: 18px;
    color: #333;
}

.proShwo_right .phone {
   
    padding-left: 25px;
    margin-bottom: 25px;
    color: #f1811e;
}

.proShwo_right .phone span {
    font-size: 22px;
    font-family: Arial;
}

.proShwo_right .btn {
    padding: 0;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f1811e;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}

.proShwo_right .btn2 {
    background: #0f6dc2;
}

.proShwo_right .btn:hover {
    opacity: .8;
}


.gr-tab-list {
    overflow: hidden;
    margin-top: 40px;
}

.gr-tab-list .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.gr-tab-list .hd li.on {
    background: #0f6dc2;
    color: #fff;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #0f6dc2;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}





.houjia {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.houjia .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.houjia .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}

.houjia .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.houjia .houjiaswiper {
    width: 100%;
    overflow: hidden;
}

.houjia .houjiaswiper a {
    display: block;
}

.houjia .houjiaswiper a img {
    width: 100%;
}

.houjia .houjiaswiper a span {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}


.houjia .houjianext {}

.houjia .houjiaprev {}

.houjiamore {
    max-width: 130px;
    margin: auto;
    height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 36px;
    margin-top: 4rem;
    border-radius: 33px;
}

.houjiamore a {
    display: block;
}