﻿
body {
    font-family: microsoft yahei, open sans, sans-serif;
    font-size: 14px;
    color: #333
}
input, select, textarea {
    font-family: 微软雅黑, open sans, sans-serif;
    font-size: 1em
}
.wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative
}
img, a {
    border: 0
}
ul, li {
    list-style: none
}
* {
    margin: 0;
    padding: 0
}
.flt {
    float: left
}
.frt {
    float: right
}
.clear {
    clear: both
}
.clear:after, .clear:before {
    content: '';
    clear: both;
    display: table
}
img {
    max-width: 100%
}
.img {
    overflow: hidden;
    position: relative
}
.img:hover img {
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg)
}
h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.2em
}
p {
    line-height: 32px;
    color: #666
}
*, *:after, *:before {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}
.modal, .fp_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}
.fp_modal {
    display: table
}
.modal {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    background: rgba(0,0,0,.7)
}
.fp_modal .cell {
    display: table-cell;
    vertical-align: middle
}
.modal_cont {
    max-width: 990px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    position: relative
}
.modal_cont .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../img/close.png) no-repeat center center #ccc;
    border-radius: 100%;
    cursor: pointer
}
.modal_cont .box {
    padding: 45px
}

.top{ height: 35px; background: #EEEEEE; border-bottom:1px solid #CCC;}
.top-txt{ line-height:35px; font-size: 12px; color: #333;}


/*首页产品导航*/
.wraps {
    width: 96%;
    margin: 0 auto;
    max-width: 1100px;
}
.ipro {
    background: #f9f9f9;
	
}
.pc20 {
    width: 18%;
    float: left;
	font-size: 40px;
	margin: 40px 0;
	
}
.pc20 a{display:block;}
.pc20 a:hover{ color: #0c61a1;}
.pc20 .l-cn-title {
    width: 54px;
	float: left;
    height: 172px;
    display: block;
    line-height: 56px;
	border-right: 2px solid #ddd;
	font-weight: bold;
}
.pc20 .l-en-title {
    width: 171px;
    height: 24px;
	float: left;
    display: block;
	text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
	position:relative;
	top: 80px;
	transform: rotate(90deg);
	margin-left: -60px;
	
}

.pc20 .r-cn-title {
    width: 54px;
	float: right;
	text-align: right;
    height: 172px;
    display: block;
    line-height: 56px;
	border-left: 2px solid #ddd;
	font-weight: bold;
}
.pc20 .r-en-title {
    width: 171px;
    height: 24px;
	float: right;
    display: block;
	text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
	position:relative;
	top: 80px;
	margin-right: -60px;
	transform: rotate(90deg);
}

.pc40 {
    width: 28%;
    float: left;
	height: 252px;
	text-align: center;
}
.pc40 a{ width: 100%; height: 252px; display:block; background: url("../images/yuanquan.png") center no-repeat;
	background-size:auto 100%;}
.pc40 a:hover{ background: url("../images/yqhover.png") center no-repeat;
	background-size:auto 100%;}
.pc40 img{max-height: 100%; width: auto;}


.top-logo{ padding: 15px 0;}
.top-logo-pic{ float: left;}
.top-logo-tel{ background: url("../img/telico.jpg") left center no-repeat; background-size: 20%; padding-left: 50px; float: right;}
.top-logo-tel .a1{font-size: 18px; color: #000;}
.top-logo-tel .a2{font-size: 20px;
    color: #f15900;
    font-weight: bold;}


.pro_bj{ background:#F2F2F2;}
.ys_bj{ background:url("../img/ys_bg.jpg") center no-repeat;}
.header .logo {display: none;}
.about_list {
    padding: 20px 0;
}
.about_list .item {
    position: relative;
}
.about_list .item:nth-child(2n+1) .img {
    float: left;
}
.about_list .item .img {
    width: 50%;
}
.about_list .item img {
    display: block;
}
.about_list .item:nth-child(2n+1) .text {
    left: 50%;
}
.about_list .item .text {
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about_list .item .box {
    padding: 0 40px;
}
.about_list .item h3 {
    font-size: 20px;
    font-weight: 400;
}
.about_list .item label {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #0c61a1;
    margin: 10px 0;
}

.about_list .item h4 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.about_list .item p {
    height: auto;
    overflow: hidden;
    text-align: left;
    margin-top: 40px;
    line-height: 30px;
    color: #222;
    text-align: justify;
}

.about_list .item:nth-child(2n) .img {
    float: right;
}

.img:hover {
    background: #000;
}
.img:before {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    z-index: 100;
}
.img:hover:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255,255,255,.5);
}

.pro_img {
    width: 46%;
    margin-right: 5%;
    float: left;
}
.pro_img .img_owl {
    padding: 0 45px;
    margin-top: 35px;
}
.pro_text {
    overflow: hidden;
	padding-top: 10px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
    width: 100%;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-item * {
    transition: all .5s;
}
.img_owl .item {
    background: #faad39;
    position: relative;
}
.owl-carousel .owl-item img {
    display: block;
}
.img_owl .item span {
    display: block;
    position: absolute;
    width: 100%;
    top: 60%;
    opacity: 0;
    left: 0;
    height: 16px;
    margin-top: -8px;
    background: url(../img/icon6-2.png) no-repeat center center;
}

.pro_img .owl-theme .owl-controls {
    bottom: 50%;
    margin-bottom: 5px;
}
.owl-theme .owl-controls {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}
.pro_img .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -40px;
}
.pro_img .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 11px;
    margin: 0;
    padding: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pro_img .owl-theme .owl-controls .owl-nav .owl-next {
    right: -40px;
}

.pro_text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.pro_text .text {
    line-height: 30px;
    color: #999;
    margin: 15px 0;
}
.more {
    margin-top: 30px;
}

.pro_text .more a {
    padding: 0 15px;
    line-height: 50px;
}
.more a {
    display: block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    background: #0c61a1;
}

.pro_text .more a span {
    font-size: 16px;
}
.more a:hover span {
    padding-right: 55px;
}
.more a span {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 45px;
    display: inline-block;
    background: url(../img/icon7.png) no-repeat right center;
}
.newstext{ padding-top: 15px;}

.title-h2 {
    text-align: center;
    overflow: hidden;
    margin: 50px 0;
}
.title-h2-ch {
    font-size: 26px;
    position: relative;
    width: 260px;
    margin: auto;
}
.title-h2-en {
    font-size: 16px;
    color: #bfbfbf;
	line-height: 30px;
}
h2.title-h2-ch:before {
    left: -60px;
}
h2.title-h2-ch:before, h2.title-h2-ch:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #DEDEDE;
    top: 30px;
}


h2.title-h2-ch:after {
    right: -60px;
}
h2.title-h2-ch:before, h2.title-h2-ch:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #DEDEDE;
    top: 30px;
}

.text-content {
    line-height: 1.8;
    font-size: 16px;
    max-width: 1260px;
    margin: 0 auto 40px;
}
.white {
    background: #fff;
    padding: 30px;
}
.jj_h {
    font-size: 24px;
    font-weight: normal;
    color: #444;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4eaec;
}
.text_con {
    overflow: hidden;
}
.lxtext {
    width: 40%;
    float: left;
}
.lxweixin {
    width: 50%;
    float: right;
}
.lxtext li {
    border-bottom: 1px solid #e4eaec;
    padding: 10px 0 5px;
    font-size: 16px;
}
.lxweixin li {
    width: 100%;
    float: right;
    text-align: center;
}


/*产品优势*/
.ysbg{ background:url(../images/ysbj.jpg) top center repeat #d5e7cd; background-size: cover;}
.hao{ overflow: hidden; padding: 50px 0;}
.hao dt{font-size: 34px; text-align: center; font-weight: bold;}
.hao em{display: block; font-size: 18px; font-style: normal;text-align: center; color: #0c61a1; padding: 10px 0 30px 0;}

.hao-l,.hao-r{overflow: hidden; width:25%;}
.hao-l ul,.hao-r ul{margin: 0;}
.hao-l ul li,.hao-r ul li{display: block; background-color: rgba(255,255,255,0.8); margin-bottom: 20px; border-radius: 10px; height: 115px;}
.hao-l ul li i,.hao-r ul li i{float: left; font-style: normal; font-size: 34px; padding: 30px 10px;}
.hao-l ul li span,.hao-r ul li span{float: left; font-size: 22px;color: #0c61a1; width: 200px; padding-top: 10px; font-weight: bold;}
.hao-l ul li span small,.hao-r ul li span small{ display: block; color: #000; font-size: 12px; padding-top: 10px; line-height: 20px; font-weight: normal;}
.hao-r ul li .tel>i{float: left; color: #0c61a1; font-size: 70px;}
.hao-r ul li .tel>span{ float: left; width: 194px; color: #333; font-size: 16px;}
.hao-r ul li .tel>span small{color: #0c61a1; font-size: 22px;}

.hao-c{overflow: hidden; margin-left: 3%; margin-right: 3%;  width: 44%;}
.hao-c img{width:100%; height: auto;}
.fl{float:left;}
.fr{float:right;}


.header {  
    width: 100%;
    z-index: 1000;
}
.header.fixed .logo {
    padding: 5px 0
}
.header.fixed .menu ul li a {
    line-height: 50px;
	font-size: 15px;
}
.header.fixed .menu ul li li a {
    line-height: 35px;
	font-size: 16px;
}
.header.fixed {position: fixed; background: #FFF; box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    top: 0;
    left: 0;
}
.head {
    line-height: 42px;
    border-bottom: 1px solid #eee
}
.logo {
    padding: 18px 0;
    line-height: 28px;
    font-size: 16px;
}
.logo span {
    display: inline-block;
    position: relative;
    color: #FFF;
    padding-left: 53px;
    margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
    background: url(../img/icon1.png) no-repeat 20px center
}
.logo img {
    vertical-align: middle;
    height: 60px
}
.menu ul li {
    position: relative;
    float: left;
    margin: 0px 25px;
    font-size: 14px;
	padding:5px 0;
}
.fixed .menu ul li {
    position: relative;
    float: left;
    margin: 0px 30px;
    font-size: 14px
}
.menu ul li .drop {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 142px;
    left: 50%;
    margin-left: -71px;
    padding-top: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
	z-index: 3;
}
.menu ul li .drop ul {
    background: #fff;
    margin: 0 auto;
}
.menu ul li .drop ul li a {
    line-height: 42px;
    color: #000;
	font-size: 15px;
}
.menu ul li .drop ul li a:after {
    display: none
}
.menu ul li .drop ul li {
    float: none;
    margin: 0 auto;
    text-align: center;

}
.menu ul li .drop ul li.on a, .menu ul li .drop ul a:hover {
    color: #0c61a1;
	background: #F2F2F2;
}
.menu ul li a {
    line-height: 50px;
    display: block;
    color: #111;
    position: relative;
	font-size: 16px;
}
.menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 3px;
    bottom: -1px;
    background: #f15900;
}
.menu ul li.on a:after, .menu ul li a:hover:after {
    width: 50%;
	border-radius: 2px;
}
.menu ul li a:hover, .menu ul li.on a {
    color: #f15900;
}
.menu ul {
    margin: 0 ;
}
.banner .item {
    position: relative;
    font-family: Arial
}
.banner .item .text {
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 24px
}
.banner .text h2 {
    font-size: 2em;
    margin-bottom: 1em
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 5px;
    border-radius: 0;
    margin: 0 5px;
    opacity: .8;
    background: #FFF;
	border-radius: 10px;
}
.owl-theme .owl-dots {
    margin-bottom: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f15900;
	transition: 0.5s all ease;
    opacity: 1;
    width: 28px;
}
ul:after {
    content: '';
    display: block;
    clear: both
}
.banner .img1 {
    overflow: hidden
}
.team_list ul li {
    width: 25%;
    float: left
}
.team_list {
    margin-bottom: 20px
}
.team_list a {
    border-bottom: 1px solid #212121;
    overflow: hidden;
    display: block;
    margin: 20px;
    position: relative;
    padding-bottom: 98px
}
.team_list .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #212121;
    border-bottom: 0
}
.team_list p {
    color: #999
}
.team_list h3 {
    font-size: 22px
}
.team_list .text2 {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #cea76e;
    border-top: 0;
    padding: 30px 0;
    border-bottom: 0
}
.team_list .text2 label {
    display: block;
    margin: 10px auto;
    margin-bottom: 15px;
    width: 35px;
    height: 3px;
    background: #cea76e
}
.team_list .text2 h3 {
    color: #cea76e
}
.team_list .text2 p {
    width: 90%;
    margin: 0 auto;
    line-height: 26px;
    color: #666
}
.team_list ul {
    margin: 0 -20px
}
.team_list a:hover {
    border-bottom-color: #cea76e
}
.team_list a:hover .text2 {
    bottom: 0
}
.team_list img {
    display: block
}
.team_list .img {
    position: relative
}
.team_list .img span {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 14px;
    height: 89px
}
.center {
    text-align: center
}
.news_list ul li {
    margin-top: 24px
}
.news_list ul li:first-child {
    margin-top: 0
}
.news_list ul li .img {
    height: 210px;
    overflow: hidden;
    float: left;
    width: 280px
}
.news_list ul li:after {
    content: '';
    display: block
}
.news_list ul li .text {
    overflow: hidden;
    border: 10px solid #f4f4f4;
    border-left: 0;
    height: 130px;
    padding: 30px
}
.news_list ul li .text .time {
    color: #cea76e
}
.news_list ul li .text h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 5px
}
.news_list ul li .text p {
    color: #666;
    height: 64px;
    overflow: hidden
}
.news_list ul li a:hover .text h3, .news_list ul li a:hover .text p {
    color: #cea76e
}
.page {
    overflow: hidden;
    position: relative;
    padding: 82px 0
}
.page .bg_fff {
    position: absolute;
    left: 0;
    right: 0;
    height: 25%;
    background: #fff;
    bottom: 0
}
.page .bg_000 {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    bottom: 0;
    opacity: .4
}
.page.on {
    background: #f8f8f8;
}
.page_tit {
    text-align: center;
    margin-bottom: 40px
}
.page_tit h3 {
    font-size: 32px;
    font-weight:bold;
	color: #0c61a1;
}
.page_tit label {
    display: block;
    margin: 15px auto;
    width: 44px;
    height: 3px;
    background: #007eff
}
.page_tit p {
    margin-top: 20px;
    font-size: 14px
}
.about_img {
    float: right;
    margin-left: 85px;
	padding-top: 70px;
}
.about_txt {
    overflow: hidden
}
.about_txt h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 45px;
    padding-top: 20px;
	font-weight: bold;
	color: #0c61a1;
}
.about_txt .text {
}
.btn a {
    display: inline-block;
    text-align: center;
    width: 122px;
    line-height: 38px;
    color: #fff;
    background: #0c61a1;
	margin-top: 20px;
}
.btn a:hover {
	padding-left: 10px;
	background: #123d68;
}
.full {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1001
}
.full li a {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 1px;
    position: relative;
    background: rgba(0,0,0,.5);
    z-index: 1
}
.full li a:hover span, .full li a:hover label {
    background-color: #cea76e!important
}
.full li:last-child a {
    border-bottom: 0
}
.full li a span {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
    z-index: 2
}
.full li a label {
    display: block;
    width: 100px;
    white-space: nowrap;
    padding: 0 20px;
    position: absolute;
    line-height: 52px;
    color: #fff;
    z-index: -1;
    background: #000;
    bottom: 0;
    left: 100%;
    box-sizing: inherit;
    max-width: 300%
}
.full li a:hover label {
    left: -120px
}
.full li a .lbl_img {
    padding: 10px;
    height: auto;
    line-height: normal
}
.full li a span.span1 {
    background-image: url(../img/full1.png)
}
.full li a span.span2 {
    background-image: url(../img/full2.png)
}
.full li a span.span3 {
    background-image: url(../img/full3.png)
}
.full li a span.span4 {
    background-image: url(../img/full4.png)
}
.service_list ul li {
    position: relative;
    z-index: 10;
    width: 33.333%;
    float: left
}
.service_list ul li a {
    border-radius: 15px;
    display: block;
    margin: 25px;
    background: #fff;
    text-align: center;
    position: relative
}
.service_list ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #fff;
    z-index: -1;
	border-radius: 0 0 15px 15px;
}

.service_list ul {
    margin: -25px
}
.service_list .img {
    height: 167px
}
.service_list .img.img1 {
    background: url(../img/icon2.png) no-repeat center center
}
.service_list .img.img2 {
    background: url(../img/icon3.png) no-repeat center center
}
.service_list .img.img3 {
    background: url(../img/icon4.png) no-repeat center center
}
.service_list .img.img4 {
    background: url(../img/icon5.png) no-repeat center center
}
.service_list .img.img5 {
    background: url(../img/icon6.png) no-repeat center center
}
.service_list .img.img6 {
    background: url(../img/icon7.png) no-repeat center center
}

.service_list p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    max-width: 265px;
    margin: 20px auto;
    width: 95%
}
.service_list .text {
    padding-bottom: 20px
}
.footer {
    background: #272727
}
.page3 {
    padding: 150px 0;
    clear: both;
    background: url(../img/page3.jpg) no-repeat center center;
    background-attachment: fixed
}
.banner_txt {
    color: #fff
}
.banner_txt .span_tit {
    width: 90px;
    height: 117px;
    border: 4px solid #fff;
    display: block;
    float: left;
    text-align: center;
    font-size: 28px;
    padding-top: 20px;
    margin-right: 30px
}
.banner_txt .span_tit label {
    display: block;
    height: 40px;
    background: url(../img/icon8.png) no-repeat center center
}
.banner_txt .text {
    overflow: hidden
}
.banner_txt .text h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px
}
.banner_txt .text p {
    font-size: 18px;
    color: #fff;
    max-width: 700px
}
.pagesize {
    text-align: center;
    padding: 70px 0
}
.pagesize a {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 16px;
    padding: 0 10px;
    margin: 5px;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    color: #666
}
.pagesize a:hover, .pagesize a.on {
    background-color: #cea76e;
    border-color: #cea76e;
    color: #fff
}
.pagesize a.prev {
    background-image: url(../img/cur5.png)
}
.pagesize a.next {
    background-image: url(../img/cur6.png)
}
.pagesize a.prev:hover {
    background-image: url(../img/cur1.png)
}
.pagesize a.next:hover {
    background-image: url(../img/cur2.png)
}
.foot {
    padding: 60px 0
}
.f_logo {
    float: left;
    padding-top: 40px;
    margin-right: 40px;
    text-align: center
}
.f_logo h3 {
    margin-top: 20px;
    color: #fff
}
.address {
    border-left: 1px solid #fff;
    float: left;
    color: #fff;
    padding: 10px 0;
    padding-left: 40px
}
.address p, .address h3 {
    color: #fff;
    line-height: 24px
}
.address h3 {
    font-size: 22px
}
.address p {
    min-height: 24px
}
.ewm {
    float: right;
    width: 125px;
    text-align: center;
    color: #fff
}
.ewm span {
    display: block;
    margin-top: 15px
}
.copyright {
    text-align: center;
    color: #fff;
    border-top: 1px solid #303030;
    line-height: 30px;
    padding: 17px 0
}
.copyright a {
    color: #fff
}
.copyright a:hover {
    color: #999
}
.his_list {
    padding-top: 20px;
    position: relative
}
.his_list .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background: #cea76e
}
.his_list ul li {
    text-align: right;
    margin: 20px 0;
    width: 50%;
    padding-right: 50%;
    clear: both;
    position: relative
}
.his_list ul li i {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #cea76e;
    border: 4px solid #fff
}
.his_list ul li i:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 60px;
    height: 1px;
    background: #d3d3d3;
    top: 4px
}
.his_list ul li:nth-child(2n) i:after {
    margin-left: 20px
}
.his_list ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 50%;
    text-align: left
}
.his_list ul li:nth-child(2n) .text {
    padding-left: 100px;
    padding-right: 0
}
.his_list ul li .text {
    padding: 0 100px;
    padding-left: 0;
    line-height: 28px;
    color: #000
}
.his_list ul li .text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px
}
.ry_list {
    margin: 0 auto
}
.ry_list li {
    width: 25%;
    float: left;
    margin: 14px 0%;
    text-align: center;
    line-height: 40px
}
.ry_list li h3 {
    margin-top: 20px;
    font-size: 18px
}
.ry_list li .img {
    border: 1px solid #efefef;
    margin: 0 14px
}
.ry_list li:nth-child(4n+1) {
    clear: both
}
.ry_list li .img img {
    display: block
}
.zp_p_list {
    margin: 0 auto;
    line-height: 28px;
    color: #4c4c4c
}
.zp_p_list a {
    color: #be9a78
}
.bold {
    font-weight: 700
}
.zp_p_list .list {
    color: #666
}
.zp_p_list .list:last-child {
    border-bottom: 0
}
.zp_p_list .list h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    line-height: 40px
}
.zp_p_list .box {
    padding: 0 20px
}
.zp_p_list .box .list {
    padding: 20px 0
}
.zp_p_list .text h4 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 4px solid #cea76e;
    height: 16px;
    margin: 10px 0;
    line-height: 16px
}
.zp_p_list .title {
    border-bottom: 1px solid #e7e3e2;
    cursor: pointer;
    line-height: 78px;
    background: url(../img/icon12.png) no-repeat 98% center;
    padding: 0 20px
}
.zp_p_list .title span {
    display: inline-block;
    margin-right: 75px;
    color: #666
}
.zp_p_list .title span.span1 {
    font-size: 22px;
    color: #000
}
.zp_p_list .box {
    display: none;
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
    background: url(../img/icon12-1.png) no-repeat 98% center
}
.news_details .d_text {
    background: #f6f6f6;
    padding: 38px
}
.news_details .d_text h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px
}
.news_details .d_text .tit {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 20px
}
.news_details .d_text h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600
}
.news_details .d_text .text {
}
.news_details .d_text .text p {
    margin-bottom: 15px
}
.news_details {
    padding-left: 320px;
    position: relative
}
.news_details.product {
    padding-left: 300px
}
.news_details .news_list, .pro_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px
}
.pro_menu {
    width: 260px
}
.news_details .news_list .text {
    height: auto;
    border: 0;
    padding: 15px 0
}
.news_details .news_list .img {
    float: none
}
.news_details .news_list li {
    margin: 0
}
.txt_cur {
    padding-top: 10px;
    color: #ccc;
    border-top: 1px solid #dfdfdf;
    margin-top: 15px
}
.txt_cur a {
    color: #999;
    display: inline-block;
    padding: 0 20px
}
.txt_cur a:hover {
    color: #cea76e
}
.txt_cur a:last-child {
    padding-right: 0
}
.pro_menu .tit {
    display: none
}
.pro_menu ul li {
    line-height: 52px;
    border-bottom: 1px solid #fff
}
.pro_menu ul li a {
    display: block;
    padding: 0 20px;
    background: url(../img/cur4.png) no-repeat 95% center #f6f6f6
}
.pro_menu ul li.on a, .pro_menu ul li a:hover {
    background: url(../img/cur2.png) no-repeat 95% center #cea76e
}
.pro_menu ul li.on a span, .pro_menu ul li a:hover span {
    color: #fff
}
.pro_menu ul li.on a span:after, .pro_menu ul li a:hover span:after {
    background: #fff
}
.pro_menu ul li span {
    display: block;
    padding-left: 26px;
    position: relative;
    color: #666
}
.pro_menu ul li span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #dedede;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px
}
.contact_list li {
    width: 33.333%;
    float: left;
    text-align: center
}
.contact_list li .img {
    width: 116px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    border-radius: 100%;
    background: rgba(255,255,255,.05);
    border: 1px solid #cea76e;
    margin: 0 auto;
    margin-bottom: 20px
}
.contact_list {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: -30px
}
.contact_list li .img img {
    vertical-align: middle
}
.contact_list li .text p, .contact_list li .text h3 {
    color: #ecb564
}
.contact_list li .text h3 {
    font-size: 22px;
    line-height: 40px
}
.contact_list li .text p {
    max-width: 145px;
    margin: 0 auto
}
.foot_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(206,167,110,.6)
}
.page_banner {
    text-align: center;
    line-height: 510px;
    padding-top: 100px;
    background: url(../img/bg1.jpg) no-repeat top center;
    background-attachment: fixed
}
.page_banner img {
    vertical-align: middle
}
.page_banner.page_banner1 {
    background: 0 0;
    line-height: 430px
}

.zhuce{}
.zhuce ul{}
.zhuce ul li{ width:24%; float: left; margin:0 0.5%;  box-shadow: 0px 3px 7px 0px rgb(153 153 153 / 20%); margin-bottom: 20px; background: #FFF;}
.zhuce ul li img{ width:100%; height: auto;}
.zhuce ul li .tit{ padding: 30px 0; text-align: center; font-size: 15px; color: #666;}
.zhuce ul li:hover{box-shadow: 0px 20px 25px 0px rgb(153 153 153 / 20%);}
.zhuce ul li:hover .tit { color: #0c61a1;}

.banner img{ width:100%; height: auto;}
.qyfw{}
.qyfw ul{}
.qyfw ul li{ width:32%; float: left; margin-right: 2%;  box-shadow: 0px 3px 7px 0px rgb(153 153 153 / 20%); background: #FFF; margin-bottom: 15px;}
.qyfw ul li .box{ padding:15px 15px 15px 70px;}
.qyfw ul li .box .tit{ font-size: 16px; font-weight: bold; line-height: 30px;}
.qyfw ul li .box .smtext{ padding: 5px 0;}
.fw1{ background:url("../img/fw1.png") 10px center no-repeat;}
.fw2{ background:url("../img/fw2.png") 10px center no-repeat;}
.fw3{ background:url("../img/fw3.png") 10px center no-repeat;}
.fw4{ background:url("../img/fw4.png") 10px center no-repeat;}
.fw5{ background:url("../img/fw5.png") 10px center no-repeat;}
.fw6{ background:url("../img/fw6.png") 10px center no-repeat;}

.index_news{}
.index_news .n_l{ width: 48%; float: left;}
.index_news .n_r{ width: 48%; float: left; margin-left: 4%;}
.index_news .n_title{ width: 100%; margin-bottom: 40px;}
.index_news .n_title h4{font-size: 18px; float: left; color: #0c61a1; padding-left: 10px; border-left: 4px solid #0c61a1;}
.index_news .n_title span{ float:right; font-size: 14px;}
.index_news .n_title span a{ text-decoration:underline;}
.index_news ul{ padding:10px;}
.index_news ul li{ padding: 15px 0;font-size: 15px; border-bottom: 1px solid #F0F0F0;}
.index_news ul li span{ float:right; padding: 0 10px; font-size: 13px; color: #888;}
.index_news ul li a{ color:#666;}
.index_news ul li a:hover{ color: #0c61a1; padding-left: 10px;}
.index_news dl{ padding: 10px 0;}
.index_news dl dt{ line-height: 30px; font-size: 16px;}
.index_news dl dt a{ color: #0c61a1; font-weight: bold;}
.index_news dl dt a:hover{ text-decoration:underline}
.index_news dl dd{ font-size: 14px; color: #666; text-indent: 2rem; padding: 10px 0; line-height: 25px;}

.inav{ font-size:16px; color: #333; margin: 20px auto; text-align: center;  }
.inav ul{}
.inav ul li{ line-height: 40px;display: inline-block;  vertical-align: middle; margin-right: 5px; }
.inav ul li a{ display:block; padding: 0 10px; border:1px solid #eee;border-radius: 5px; background: #FFF;}
.inav ul li a:hover{ background:#0c61a1; color: #FFF }
.inav ul li .on{ background:#0c61a1; color: #FFF }

.index_tit {
    height: 40px;
    margin: 20px 0.5%;
    border-bottom: solid 1px #ddd;
}
.index_tit h3 {
    font-weight: 400;
    color: #0c61a1;
    float: left;
    border-bottom: solid 1px #000;
    line-height: 40px;
    font-size: 28px;
}
.fz-serve {
    float: left;
    font-weight: 400;
    color: #666;
    font-size: 14px;
	margin-left: 20px;
	max-width: 580px;
	height: 41px;
	overflow: hidden;
}
.fz-serve a {
    padding: 0 15px;
    color: #666;
	line-height: 40px; display: block; float: left;
}
.fz-serve a:hover{color: #0c61a1; border-bottom: solid 1px #000;line-height: 40px; }
.index_tit .mores {
    float: right;
    padding: 15px 0 0 15px;
    font-size: 14px;
    color: #666666;
}
.index_tit .mores a:hover{text-decoration: underline;color: #0c61a1;}




.bottom-main{background: #2c2c2c url(../images/bottom/bg.jpg) no-repeat center bottom; color: #959797;}
.bottom-main a{color: #959797;}
.bottom-main a:hover{color: #fff;}
.bottom-main .code{ text-align: center;}
.bottom-main .code{border: 1px solid #8e8e8e; padding: 10px;color: #fff;}
.bottom-main .code .wap-tit{display: none;}
.bottom-main .code .pc-tit{font-size: 12px;padding: 15px 0 10px 0;}
.bottom-main .code .wap-tit{font-size: 0.16rem;padding-top: 0.1rem;}


.bottom-main .bshare-custom{overflow: hidden; padding-top: 23px;}
.bottom-main .bshare-custom a{float: left; width: 36px; height: 36px; border: 1px solid rgba(147,147,147,0.2); border-radius: 50%; margin: 0; background: url(../images/bottom/shared_img1.png) no-repeat center center;background-size: auto 25px; padding: 0;}
.bottom-main .bshare-custom a:not(:last-child){margin: 0 10px 0 0;}
.bottom-main .bshare-custom a.bshare-sinaminiblog{background-image: url(../images/bottom/shared_img2.png);}
.bottom-main .bshare-custom a.bshare-more{background: url(../images/bottom/shared_img3.png) no-repeat center center;background-size: auto 20px;}
.bsBox,
#bsPanel,
#bsPanel *,
.bsBox *{box-sizing: content-box;}

.bottom-main .hotline .logo{padding-bottom: 55px;}
.bottom-main .hotline .tit{font-size: 16px; line-height: 25px; background: url(../img/wap_ico-1_gray.png) no-repeat left center; padding-left: 34px; background-size: 24px; margin-bottom: 15px;}

.auto-inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.bottom-main .nav{font-size: 0; white-space: nowrap;}
.bottom-main .nav dl{ display: inline-block; vertical-align: top; margin-right: 60px;}
.bottom-main .nav dl:last-child{margin-right:0;}
.bottom-main .nav dt{font-size: 18px; border-bottom: 1px solid #838383;padding-bottom: 30px; margin-bottom: 23px;}
.bottom-main .nav dt a{color: #ccc; }
.bottom-main .nav dt a:hover{color: #fff; }
.bottom-main .nav dd{ line-height: 22px; padding: 7px 0; float: left; width: 50%; font-size: 14px;}

.bottom-main .copyright{text-align: right;}
.bottom-main .copyright .txt{font-weight: bold;color: #fff; font-size: 24px;padding-bottom: 15px;}
.bottom-main .copyright .txt:before{background: #636363; content: ''; display: block; height: 1px; margin-left: 56%;margin-bottom: 50px;}
.bottom-main .copyright dt:first-child a:not(:last-child):after{display: inline-block; content: ''; width: 1px; height: 10px; margin: 0 12px; background: #6a6a6a; vertical-align: middle;}
.bottom-main .hotline b{display: inline-block; padding: 0 31px; line-height: 43px; font-size: 30px; font-family: Arial; border:1px dashed #4c4c4c; border-radius: 30px;}



.bottom-main{padding-bottom: 4.6875%; padding-top: 3.646%;}
.bottom-main .auto-inner > *{float: left;}
.bottom-main .copyright{float: right; max-width: 30%;}
.bottom-main .hotline{width: 27.507%;}
.bottom-main .nav{width:22%; margin-left: 2%; }
.bottom-main .share{width: 19.136%;}
.bottom-main .share > *{margin: 0 auto; max-width: 130px;}
.bottom-main .copyright dt a{color: #6a6a6a;}
.bottom-main .copyright dt a:hover{text-decoration: underline;}
.bottom-main .copyright dt,
.bottom-main .copyright dt:last-child a{color: #979797;}
.bottom-main .copyright dd{padding: 20px 0; color: #d7d7d7;}

/*bottom END*/

.pro{}
.pro_sbar{}

.pro_sbar{ width:18%; border-right: 1px solid #F5F5F5;}
.pro_sbar .pro-tit {
    color: #333;
    height: 50px;
    line-height: 60px;
	padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
	border-bottom: 1px solid #e1e1e1;

}
.pro_sbar .pro-category {
    margin-top: 10px;
	margin-bottom: 20px;
}
.pro_sbar .pro-category li {
    height: 32px;
    line-height: 32px;
    color: #fff;
	width: 100%;
	float: left;
    font-size: 16px;
    padding: 6px 0;
	background: url("../img/snav.jpg") left center no-repeat;
}
.pro_sbar .pro-category li .on{ color: #0c61a1; font-weight: bold;}

.pro_sbar .pro-category li a {
    display: block;
    color: #333;
	padding-left: 22px;
}
.pro_sbar .pro-category li a:hover{ color: #0c61a1;}
.pro_box{ width: 80%;}
.pro_box ul{}
.pro_box ul li:nth-child(3n){ margin-right: 0;}
.pro_box ul li{ width:300px; height:225px; float:left; margin:0 20px 20px 0; display:inline; overflow:hidden;}
.pro_box ul li img{width:300px; height:225px;transition: all 0.5s ease;}
.pro_box ul li img:hover{    transform: scale(1.2);
    -webkit-transform: scale(1.2);}
.pro_box ul li dt{position: absolute;
text-align:center;
width:300px;
	margin-top:-40px;
    height: 40px;
    line-height: 40px;
	background:url(../img/dtbj.png) repeat;}
.pro_box ul li dt a{ color:#FFFFFF;}
.fl{float:left;}
.fr{float:right;}

.l-contact span {
    color: #FF0004;
    font-size: 16px;
    font-weight: bold;
}

/*inner*/
.inner-text{ padding:20px 10px; line-height: 30px; font-size: 15px; color: #222;}


/*products*/
.pro .contact{}
.pro .contact .c-pic{ width: 48%;}
.pro .contact .c-pic img{ width:100%; height: auto;}
.pro .contact .c-box{ width: 48%;}
.pro .contact .c-box dl{border-bottom: 1px solid #DDD; min-height: 78px; padding-left:15%; margin-bottom: 10px; padding-bottom: 10px;}
.pro .contact .c-box .telico{ background:url("../img/tel.jpg") left 15px no-repeat; background-size: 10%;}
.pro .contact .c-box .emailico{ background:url("../img/email.jpg") left 15px no-repeat; background-size: 10%;}
.pro .contact .c-box .addressico{ background:url("../img/address.jpg") left 15px no-repeat; background-size: 10%;}
.pro .contact .c-box dl dt{font-size: 18px; padding-top: 15px; line-height: 35px;}
.pro .contact .c-box dl dd{ font-size:14px;}

.pro .m-box{ padding:20px 0; width: 100%;}
.pro .m-box .m-box-litter{ width:48%; margin-right:2%; }
.pro .m-box .m-box-litter .title{margin-bottom: 5px; font-size: 12px; color: #000; font-weight: bold;}
.pro .m-box .m-box-litter .title span{ padding:0 10px;}
.pro .m-box .m-box-litter .bd{ margin-bottom: 10px;}
.pro .m-box .m-box-litter .bd input{outline:none;}
.pro .m-box .m-box-litter .bd .form-control {
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
	width: 100%;
    border: 1px solid #e0e0e5;
    font-size: 14px;
    color: #555;
    padding: 0 4%;
    border-radius: 0;
	border-radius:6px;
}
.pro .m-box .m-box-systext{ width:100%; margin-top: 20px;}
.pro .m-box .m-box-systext .title{margin-bottom: 5px; font-size: 12px; color: #000; font-weight: bold;}
.pro .m-box .m-box-systext .form-control {
    width: 100% !important;
    font-size: 12px;
    height: 188px;
    margin: 0;
	padding:5px 10px;
	line-height: 30px;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
.pro .m-box .m-box-systext textarea{ outline:none;}
.pro-title{ line-height:50px; text-align: center; font-weight: bold; margin-bottom: 30px; font-size: 20px; color: #222;}
.message{ padding:20px 0}
.message .col-55{ width:55%;}
.message .col-44{ width:44%;}
.index_title {
    text-align: left;
    line-height: 40px;
    margin-bottom: 20px;
}
.index_title span {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    border-bottom: #666 solid 3px;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.index_title font {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    border-bottom: #cc0000 solid 3px;
    height: 40px;
    vertical-align: top;
	padding-left: 10px;
    box-sizing: border-box;
    line-height: 44px;
    min-width: 270px;
	font-weight: 350;
}
.ThemeFborder {
    border-color: #f15900 !important;
}
.message .contact{}
.message .contact .c-pic{ width: 400px;}
.message .contact .c-pic img{ width:100%; height: auto;}
.message .contact .c-box{ width: 220px;}
.message .contact .c-box dl{border-bottom: 1px solid #DDD; min-height: 78px; padding-left:25%; margin-bottom: 10px; padding-bottom: 10px;}
.message .contact .c-box .telico{ background:url("../img/tel.jpg") left 15px no-repeat; background-size: 20%;}
.message .contact .c-box .emailico{ background:url("../img/email.jpg") left 15px no-repeat; background-size: 20%;}
.message .contact .c-box .addressico{ background:url("../img/address.jpg") left 15px no-repeat; background-size: 20%;}
.message .contact .c-box dl dt{font-size: 18px; padding-top: 15px; line-height: 35px;}
.message .contact .c-box dl dd{ font-size:14px;}

.message .m-box{}
.message .m-box .m-box-litter{ width:31%; margin-right:2%; }
.message .m-box .m-box-litter:nth-child(3n){ }
.message .m-box .m-box-litter .title{margin-bottom: 5px; font-size: 12px; color: #000; font-weight: bold;}
.message .m-box .m-box-litter .title span{ padding:0 10px;}
.message .m-box .m-box-litter .bd{}
.message .m-box .m-box-litter .bd input{outline:none;}
.message .m-box .m-box-litter .bd .form-control {
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
	width: 100%;
    border: 1px solid #DDD;
    font-size: 14px;
    color: #555;
    padding: 0 4%;
    border-radius: 0;
}
.message .m-box .m-box-systext{ width:100%; margin-top: 20px;}
.message .m-box .m-box-systext .title{margin-bottom: 5px; font-size: 12px; color: #000; font-weight: bold;}
.message .m-box .m-box-systext .form-control {
    width: 100% !important;
    font-size: 12px;
    height: 188px;
    margin: 0;
	padding:5px 10px;
	line-height: 30px;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
.message .m-box .m-box-systext textarea{ outline:none;}

 .btn-primary {
    font-size: 16px;
    width: 122px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    float: right;
	 background: #0c61a1;
   text-align:center;
	 margin-top: 10px;
}


.fixs {
    display: none;
}

/*解决方案*/

.solution{background: #F8F8F8; padding-bottom: 50px; padding: 50px 0;}
.solution_l{ width:50%; float: left;}
.solution_l .l_bj{background:url("../img/s01.webp") left center no-repeat; background-size:cover; width: 100%;}
.solution_r{ width:50%; float: left;}
.solution_r .l_bj{background:url("../img/s02.webp") left center no-repeat; background-size:cover; width:100%;}
.solution_l_txt{ width:600px; float: right; padding:50px 0; text-align: center;}
.solution .s_title{ color: #FFF; font-size: 22px; padding-bottom: 10px;}
.solution .s_ftitle{ color: #FFF; font-size: 14px; padding:0 0 20px; }
.solution .s_txt{ padding: 0px 20px 50px; line-height: 28px; color: #FFF;}
.solution .s_more{ background-color: transparent; font-size: 14px; text-align: center;}
.solution .s_more a{padding: 15px 60px; border:1px solid #fff;  color: #FFF; }
.solution .s_more a:hover{ background: #FFF; color: #118cd2;}
.solution_r_txt{ width:600px; float:left; padding:50px 0; text-align: center;}

#snav{padding: 10px 0;}
.snav{ background:url("../img/home.png") left center no-repeat;  padding: 5px 0 5px 28px; font-size: 13px; color: #000;}
.ibanner{ margin:0; padding: 0;}
.ibanner img{ width:100%; height: auto;}


/* inner */
.inner_txt {
}
.inner_txt .i_l {
    width: 20%;
    float: left;
}
.inner_txt .i_r {
    width: 78%;
    float: right;
}
.inner_txt .i_l .sbar {background: #f2f2f2;
}
.inner_txt .i_l .sbar h3 {
    background-color: #0c61a1;
    color: #fff;
    padding: 20px;
    font-size: 24px;
}
.inner_txt .i_l .sbar h3 span{ font-size:16px; color:#E6E6E6; padding-left: 10px;}
.inner_txt .i_l .sbar ul {  padding: 5px 15px 5px 13px;  
}

.inner_txt .i_l .sbar h6 {
    margin: 10px 0 0px;
    background: #444444;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    border-radius: 5px;
	color: #FFF;
}
.inner_txt .i_l .sbar h6 a{ color:#FFF;}
.inner_txt .i_l .sbar .on{background: #f15900; color: #FFF;}

.inner_txt .i_l .sbar ul li {
    background: url(../img/cblli.png) left center no-repeat;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    border-bottom: dashed 1px #e8e8e8;
    background-position-x: 15px;
}
.inner_txt .i_l .sbar ul .active{color: #f15900}
.inner_txt .i_l .sbar ul li a{}
.inner_txt .i_l .sbar ul li a:hover{ color: #f15900}


.inner_txt .i_r .ititle {
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.inner_txt .i_r .newstext {
    font-size: 14px;
    color: #222;
    line-height: 28px;
    padding: 20px 0;
}
.inner_txt .i_r .newstext img{max-width:100%; height:auto;
}

.message{ padding: 30px 0;}
.message .m_l{ width: 48%; float: left;}
.message .m_l .liuyan{}
.message .m_l .liuyan .box{ margin-bottom: 20px;}
.message .m_l .liuyan .boxs{ margin-bottom: 10px;}
.message .m_l .liuyan .m-name{ width:20%; float: left; text-align: right;}
.message .m_l .liuyan .m-input{ width:76%; float: right;}
.input-text{ border: 1px solid #DDD; height: 28px; padding: 0 10px; line-height: 30px; font-size: 14px; background: hsla(0,0%,90.6%,.3);}
.input-texts{ border: 1px solid #DDD; height:120px; width: 90%; padding: 0 10px; line-height: 30px; font-size: 14px;}
.message .m_r{ width:48%; float: right;}
.message .m_r img{ width:100%; height: auto;}

.btn-blue {
    background: linear-gradient( 0deg, #009944 0%, #025d2a 100%);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
.btn {
    width: 120px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 18px;
}

input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #ccc; 
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #ccc; 
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #ccc; 
}

textarea::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #ccc; 
} 
textarea:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
} 
textarea::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #ccc; 
} 
textarea:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #ccc; 
}



@media only screen and (max-width:1600px) {
.banner .item .text {
    font-size: 22px
}
}

@media only screen and (max-width:1200px) {
.banner .item .text {
    font-size: 20px
}
.banner img {
    width: 120%;
    margin-left: -10%;
    max-width: initial
}
.about_img {
    margin-left: 30px;
    width: 50%;
	padding-top:0;
}
.about_txt .text {
    height: 400px
}
.service_list ul li a {
    margin: 10px
}

.service_list ul {
    margin: -10px
}
.team_list a {
    margin: 10px
}
.team_list ul {
    margin: -10px
}
.menu ul li {
    margin: 0 30px
}
}

@media only screen and (max-width:1000px) {
.banner .item .text {
    font-size: 18px
}
.banner img {
    width: 150%;
    margin-left: -25%
}
}

@media only screen and (max-width:1024px) {
	
.top{ display:none;}
.top-logo{ display:none;}
.menu {
    position: fixed;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    background: #fff;
	z-index: 2;
}
.menu ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0;
	width: 100%;
}
.menu ul li a {
    line-height: 50px;
    font-size: 18px
}
.menu ul {
    padding-top: 60px
}
.header .logo {
    position: relative;
    z-index: 1001;
    line-height: 40px;
	display: block;
}
.menu_wrap {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../img/menu.png) no-repeat center center;
    background-size: 15px auto;
    right: 20px
}
.h_menu .menu_wrap {
    background: url(../img/menu-1.png) no-repeat center center #0c61a1;
    background-size: 25px auto;
	z-index: 3;
}
.h_menu .menu {
    left: 0;
    overflow-y: auto
}
.menu ul {
    margin: 0
}
.menu ul li a {
    color: #333
}
.menu ul li .drop {
    position: initial;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: none
}
.menu ul li .drop ul {
    padding: 0
}
.menu ul li .drop ul a {
    padding-left: 30px;
    text-align: left;
    line-height: 40px
}
.header.fixed .menu ul li li a {
    line-height: 40px
}
.header {
    line-height: 60px
}
.wrap {
    padding: 0 2%
}
.header .logo {
    padding: 15px 0
}
.about_txt .text {
    height: auto;
    margin-bottom: 20px
}
.page {
    padding: 40px 0
}
.foot {
    padding: 40px 0
}
	
	
	
}

@media only screen and (max-width:900px) {
.about_img {
    width: 100%;
    margin: 0 auto;
    float: none
}
.full {
    display: none
}
.hao-l, .hao-r {
    overflow: hidden;
		width: 100%;}
	.hao-c {
    overflow: hidden;
    padding: 0;
    width: 100%;
	margin-bottom: 20px;}		
.hao-l ul li span,.hao-r ul li span{float: left; font-size: 22px;color: #0c61a1; width: 260px; padding-top: 10px; font-weight: bold;}
	
.ys_bj{ background:#c8c8c8;}
.solution_l{ width:100%; float: left; margin-bottom: 20px;}
.solution_r{ width:100%; float: left;}	
.solution_l_txt{ width:100%; float:right; padding:50px 0; text-align: center;}
.solution_r_txt{ width:100%; float:left; padding:50px 0; text-align: center;}		
.inner_txt .i_l{width:100%;}
.inner_txt .i_r{width:100%;}	
.message .m_l {
    width: 100%;
    float: left;
}	
.message .m_r {
    width: 100%;
    float: left;
}		
	
	
}

@media only screen and (max-width:750px) {
	
.index_tit h3 {
    font-weight: 400;
    color: #0c61a1;
    float: left;
    border-bottom: solid 1px #000;
    line-height: 40px;
    font-size: 20px;
}	
.fz-serve{display:none;}
.inner_txt .i_l .sbar ul {
    padding: 5px 5px 5px 5px;
}
.inner_txt .i_l .sbar ul li {width:40%; float: left; overflow: hidden;}	
.inner_txt .i_l .sbar ul li {
    background: url(../img/cblli.png) left center no-repeat;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    border-bottom: dashed 1px #e8e8e8;
    background-position-x: 15px;
}

.menu ul li.on a:after{display:none;}
.qyfw ul li{ width:100%; float: left; margin-right: 0%;  box-shadow: 0px 3px 7px 0px rgb(153 153 153 / 20%); background: #FFF; margin-bottom: 15px; }
	
.inav ul li{ line-height: 35px; font-size: 14px; display: inline-block; margin-bottom: 10px; vertical-align: middle; }
.inav ul li a{ display:block; padding: 0 10px; background: #EAEAEA;border-right:1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5;}
.inav ul li a:hover{ background:#0c61a1; color: #FFF }
.inav ul li .on{ background:#0c61a1; color: #FFF }	

.pc20{ width:24.5%; text-align: center;}	
.pc20 .l-en-title { display:none;}
.pc20 .r-en-title { display:none;}
.pc20 { border-right:1px solid #DDD;}	
.pc20:last-child{border-right:none;}	
.pc40	{ display:none;}
.pc20 .l-cn-title { border-right: 0; margin: 0 auto; float: none; font-size: 30px; text-align: center;}
.pc20 .r-cn-title { border-left: 0; margin: 0 auto; float: none; font-size: 30px; text-align: center;}	

.zhuce ul li .tit {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #666;
	
}	
.menu ul li a:hover, .menu ul li.on a {
    color: #0c61a1;

}	

.about_list .item:nth-child(2n+1) .img, .about_list .item .img {
    float: none;
    margin: 0 auto;
    width: 100%;
}	

.about_list .item:nth-child(2n+1) .text, .about_list .item .text {
    position: initial;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    text-align: left;
}
.about_list .item .box {
    padding: 20px 0;
}
.about_list .item p {
    height: auto;
	margin-top: 2px;
}	
.about_list, .news_p_list {
    padding: 20px 0;
}	

	
.pro_img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.pro_img .img_owl {
    margin-top: 20px;
}	
	
.white {
    background: #fff;
    padding: 10px;
}	
.lxtext {
    width: 100%;
    float: left;
}	
.lxweixin {
    width: 100%;
    float: right;
}	

.fixs {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999;
	display: block;
}
.juzhong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.kfsxs a {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 8px 0px;
}
.lix {
    background-image: linear-gradient(to bottom right, #1acfae, #39b5c4);
}

.zix {
    background-image: linear-gradient(to bottom right, #ea6b40, #ff4840);
}

.kfsxs a img {
    max-width: 30px;
    margin-right: 10px;
    display: block;
}

.news {
    width: 100%;
}	
		
	
.pro .m-box{ padding:20px 0; width: 100%;}
.index_news .n_l{ width: 100%; float: left;}
.index_news .n_r{ width: 100%; float: left; margin-left: 0%; margin-top: 15px;}

.bottom-main .hotline {
    float: left;
    margin-left: 0.48rem;
}
.l-contact{ padding-top: 10px;}	

.bottom-main .share {
    float: left;
    width: 100%;
    margin-bottom: 10px;
	margin-top: 20px;
}
	
.bottom-main .nav {
     display: none;
}
	
.bottom-main .hotline {
    width: 100%;
}	
.bottom-main .copyright {
    float: right;
    max-width: 100%;
}	
.bottom-main .copyright .txt{ display:none;}	
	
.zhuce ul li{ width:48%; float: left; margin:0 1%;  box-shadow: 0px 3px 7px 0px rgb(153 153 153 / 20%); margin-bottom: 20px;}	
.pro_sbar {
    width: 100%;
    border-right: 1px solid #F5F5F5;
}	
.pro_box {
    width: 100%;
}	
.pro_sbar .pro-category li {
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: 50%;
    float: left;
    font-size: 16px;
    padding: 6px 0;
    background: url(../img/snav.jpg) left center no-repeat;
}	
.left-contact{ display:none;}	
	
.pro .contact{}
.pro .contact .c-pic{ width: 100%;}
.pro .contact .c-pic img{ width:100%; height: auto;}
.pro .contact .c-box{ width: 100%;}
.pro .contact .c-box dl{border-bottom: 1px solid #EEE; min-height: 78px; padding-left:15%; margin-bottom: 10px; padding-bottom: 10px;}
.pro .contact .c-box .telico{ background:url("../img/tel.jpg") left 15px no-repeat; background-size: 10%;}
.pro .contact .c-box .emailico{ background:url("../img/email.jpg") left 15px no-repeat; background-size: 10%;}
.pro .contact .c-box .addressico{ background:url("../img/address.jpg") left 15px no-repeat; background-size: 10%;}
.pro .contact .c-box dl dt{font-size: 18px; padding-top: 15px; line-height: 35px;}
.pro .contact .c-box dl dd{ font-size:14px;}

.pro-title{ line-height:50px; text-align: center; font-weight: bold; margin-bottom: 10px; font-size: 20px; color: #222;}	
	
	
	
.logo img {
    height: 40px!important
}
.logo span {
    margin-left: 10px;
    padding-left: 10px;
    background: 0 0
}
.header .logo {
    padding: 10px 0
}
.owl-theme .owl-dots {
    margin-bottom: 15px
}
.service_list ul li {
    width: 33.3333%
}
.service_list .img {
    height: 100px
}
.banner_txt .text p {
    font-size: 14px;
    line-height: 25px
}
.team_list ul li {
    width: 50%
}
.team_list a {
    margin: 5px;
    padding-bottom: 80px
}
.team_list .text {
    padding: 11px 0
}
.team_list .text2 {
    bottom: -150%
}
.team_list .text2>p {
    height: 125px;
    overflow: hidden
}
.team_list .text2 {
    padding: 15px 0
}
.team_list ul {
    margin: 0
}
.news_list ul li .img {
    width: 110px;
    height: 82px
}
.news_list ul li .text {
    padding: 10px;
    border: 0;
    height: auto
}
.news_list ul li .text h3 {
    margin: 0 auto;
    margin-bottom: 5px
}
.news_list ul li .text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto
}
.foot {
    padding: 20px 0
}
.f_logo {
    float: none;
    padding-top: 0;
    text-align: center;
    margin: 0 auto
}
.address p {
    min-height: 5px
}
.address {
    padding-left: 0;
    border-left: 0;
    text-align: center;
    float: none
}
.ewm {
    float: none;
    text-align: center;
    clear: both;
    margin: 0 auto
}
.news_list ul li .text .time {
    display: none
}
.page_banner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
    padding-bottom: 50px;
    height: auto;
    line-height: normal
}
.about_txt h3 {
    font-size: 26px
}
.his_list ul li {
    width: auto!important;
    padding: 0!important;
    text-align: left!important;
    padding-left: 20px!important
}
.his_list .line {
    left: 5px;
    margin-left: 0
}
.his_list ul li i {
    left: 5px;
    top: 5px
}
.his_list ul li i:after {
    display: none
}
.zp_p_list .title span.span1 {
    font-size: 18px
}
.zp_p_list .title {
    line-height: 50px
}
.zp_p_list .box .list {
    padding: 10px 0
}
.his_list ul li .text {
    padding: 0!important
}
.ry_list li {
    width: 50%
}
.ry_list li:nth-child(2n+1) {
    clear: both
}
.news_details .news_list, .pro_menu {
    position: initial;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 10px
}
.pro_menu.on ul {
    display: block
}
.news_details, .news_details.product {
    padding-left: 0
}
.pro_menu .tit {
    display: block;
    font-size: 18px;
    line-height: 50px;
    background: #f1f2f3 url(../img/cur6-1.png) no-repeat 95% center;
    padding: 0 15px
}
.pro_menu ul li {
    line-height: 40px
}
.pro_menu ul {
    display: none
}
.news_details .d_text {
    padding: 15px
}
.news_details .news_list li {
    width: 30.333%;
    float: left;
    margin: 0 1.5%
}
.news_details .news_list ul li .text h3 {
    font-size: 14px
}
.news_details .news_list .img {
    width: 100%
}
.page_banner.page_banner1 {
    line-height: initial
}
.contact_list li {
    width: 100%
}
.contact_list li .img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    float: left;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7)
}
.contact_list {
    width: 100%;
    margin: 0 auto
}
.contact_list .text {
    overflow: hidden;
    text-align: left;
    padding-top: 5px
}
.contact_list li .text p {
    text-align: left;
    max-width: initial
}
.contact_list li .text h3 {
    font-size: 20px
}
.pagesize a {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 2px
}
.pagesize {
    padding: 40px 0
}
.page {
    padding: 20px 0
}
}
.about_txt div {
    line-height: 30px;
    color: #666;
	font-size: 16px;
	
}
.news_details .d_text {
    min-height: 300px
}
.news_details .d_text .text div {
    line-height: 32px;
    color: #666
}
.news_details .d_text .text {
    line-height: 32px;
    color: #666
}
.dede_pages {
    height: 28px;
    padding: 20px 0;
    font-size: 12px;
    text-align: center
}
.dede_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}
.dede_pages ul li {
    float: left;
    font-family: microsoft yahei;
    margin: 0 2px;
    padding: 0 10px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf
}
.dede_pages ul li a {
    float: left;
    color: #555;
    display: block
}
.dede_pages ul li:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #333 solid;
    background-color: #333
}
.dede_pages ul li:hover a {
    color: #fff
}
.dede_pages ul li:hover a:hover {
    color: #fff;
    text-decoration: none
}
.dede_pages ul li.thisclass {
    background-color: #333;
    color: #fff;
    border: 1px #333 solid
}
.dede_pages ul li.thisclass a {
    color: #fff
}
.dede_pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}
.dede_pages strong {
    font-weight: 400
}


#maximg img {
    max-width: 100%!important;
    height: auto!important
}

.pagelist{text-align:center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}


