﻿*{padding:0; margin:0; outline:0; border:0; box-sizing:border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p,blockquote,dl, dt, dd, ul, ol, li,pre, form, fieldset, legend, button, textarea, img{border:medium none;margin:0;padding:0;}
/** 设置默认字体 **/
body,textarea,input,button,select,keygen,legend{font:14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif; color:#000; outline:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:lighter;}
em{font-style:normal;}
/** 重置列表元素 **/
ul, li, ol {list-style:none;}
/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{ text-decoration:none;}
/** 重置图片元素 **/
.fl{float:left;} .fr{float:right;} img{border:0px;}
.f1{font-size:24px; color:#fd4753;}
.container{width: 1200px;padding:0;margin:0;margin:0 auto;}
.m_img,.m_nav,.banner_box{
	display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 210px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.header {
	background-color: #fff;
}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #888;
	border-top: 2px solid #f7c433;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .topbar li.c {
	margin-left: 10px;
}
.header .topbar li.c a {
	background-color: #f7c433;
	display: block;
	padding: 0 15px;
	font-weight: bold;
}
.header .logo {
    float: left;
    font-size: 0;
    line-height: 80px;
    text-align: left;
    padding: 15px 0;
    border: 0;
}
.header .tel {
    float: right;
    background: url(../image/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 24px;
    font-size: 16px;
}
.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #2a4f5f;
    margin-top: 5px;
}
.header .text {
    float: left;
    font-size: 12px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
    text-transform: uppercase;
    color: #2a4f5f;
}
.header .text strong {
    display: block;
    font-size: 28px;
    color: #2c4e5a;
    font-weight: 600;
    letter-spacing: 1px;
}
.header .text span {
	color: #015cb5;
}
.header .nav {
	font-size: 0;
	background-color: #015cb5;
	color: #fff;
	border-bottom: 4px solid #022d64;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url(../image/line.jpg) no-repeat right center;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	padding: 0 35px;
	color: #fff;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
	background-color: #022d64 !important;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #022d64;
}
.header .nav li.open .dropdown-box {
	display: block;
}

.nav-bg {
    background-color: #16ac64;
    color: #fff;
}
.navbar {
    position: relative;
    min-height: 54px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: initial;
    border-color: #e7e7e7;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #2a4f5f;
}
.navbar-default {
    background-color: initial;
    border-color: #e7e7e7;
    border: 0;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 34px;
    font-size: 16px;
}

.navbar-nav>li::after {
    content: '';
    width: 1px;
    height: 18px;
    border-right: 1px dashed #77f3b7;
    position: absolute;
    top: 20px;
    right: 0;
}

.navbar-nav>li{
	position: relative;
}

.navbar-nav>li:last-child::after{
	display: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 45px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #2a4f5f;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.nav>li:hover{
	background-color: #16ac64;
}




/* 幻灯片 */
.flexslider{
	width:100%; 
	height:100%; 
	position:relative; 
	overflow:hidden;
}
.slides{position:relative;z-index:1;}
.slides li{height:100%;}
.slides li img{width:100%; display:block;}
.flex-control-nav{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block; width:60px; height:3px; margin:0 5px;}
.flex-control-nav a{display:inline-block; width:60px; height:3px; line-height:40px; overflow:hidden; background:#fff; padding-left:14px; box-sizing:border-box;   cursor:pointer;}
.flex-control-nav .flex-active{background: rgb(247 196 51);}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;display: none;}
.flex-direction-nav li a{display:block;width:40px;height:40px;overflow:hidden;cursor:pointer;position:absolute; padding:10px;background-size:30px 30px !important;}
.flex-direction-nav li a.flex-prev{left:200px;background:url(../images/prev.png) center center no-repeat; border-radius:5px;}
.flex-direction-nav li a.flex-prev:hover{background:rgba(0,0,0,0.5) url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:200px;background:url(../images/next.png) center center no-repeat; border-radius:5px;}
.flex-direction-nav li a.flex-next:hover{background:rgba(0,0,0,0.5) url(../images/next.png) center center no-repeat;}
/* 幻灯片 */




.yunu-sou {
    padding: 10px 0;
    background-color: #f5f5f5;
}
.yunu-sou .hot {
    float: left;
    padding: 5px 0;
    width: 100%;
    line-height: 30px;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hot strong {
    color: #2a4f5f;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}
.yunu-sou .hform button {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 49px;
    height: 30px;
    background: #16ac64;
    color: #fff;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #015cb5;
	padding-bottom: 15px;
}
.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.ghdgcpb {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #2d515f;
}
.ghdgcpb span {
	font-size: 30px;
	font-weight: bold;
	color: #d7030c;
}
.yzswnz {
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 2px;
	height: 70px;
}
.xigtnjd {
	width: 26px;
	height: 25px;
	margin: 0 auto;
	animation: myfirst 2s infinite;
}
.yzswnz:after {
    display: block;
    content: '';
    background: url(../images/cptit.png) no-repeat center bottom / auto 100%;
    height: 18px;
    margin-top: 20px;
}



 @keyframes myfirst {
0% {
 transform: translate(0px, 0px);
}
 50% {
 transform: translate(0px, -10px);
}
 100% {
 transform: translate(0px, 0px);
}
}


.index-product {
    padding-top: 50px;
    background: rgb(146 146 146 / 5%);
    padding-bottom: 50px;
    background: url(../images/cp-bg.jpg) no-repeat center;
    background-size: cover;
}
.in-prd-cate {
	float: left;
	width: 246px;
}
.in-prd-cate dl {
	margin: 0 0 10px;
}
.in-prd-cate dt {
	margin-bottom: 5px;
}

.in-prd-cate dt a {
    display: block;
    line-height: 50px;
    background: url(../images/cpfl.jpg) no-repeat center;
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.in-prd-cate dd {
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px 20px 12px;
    background: #fff;
}
.in-prd-cate dd li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}
.in-prd-con {
	float: right;
	width: 922px;
}


.aboutContact {
    padding: 0 0 0px 0;
    background: #ffffff;
    margin-top: 20px;
}

.aboutContactH {
    padding: 12px 0;
    border-bottom: 1px solid #dadada;
}


.aboutContact ul {
    margin-top: 14px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 35px;
    padding-bottom: 13px;
    border: 1px solid #e9e9e9;
}


.in-prd-con {
	float: right;
	width: 922px;
}
.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 32.333333%;
}
.list-1 .wrap {
    margin: 20px 0 0 20px;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #ddd;
}
.list-1 .img-cover {
	display: block;
}
.list-1 .img-cover span {
	padding-top: 100%;
}
.list-1 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}
.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}
.list-1 .text .bt {
    display: inline-block;
    margin: 0 15px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px;
    background-color: #16ac64;
    border: 1px solid transparent;
}
/* .list-1 .wrap:hover {
	background-color: #f7c433;
} */
/* .list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 .wrap:hover a {
	color: #fff;
} */
/* .list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}
.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}
 */



/* 首页关于我们 */
.index-about-bg {
    display: block;
    width: 100%;
    padding: 5em 0;
}

.index-about-left-body{
	width: 43.33%;
	float: left;
}

.index-about-left-body h3 {
    font-size: 30px;
    position: relative;
    padding-top: 18px;
    font-weight: lighter;
    margin-bottom: 14px;
}

.index-about-left-body h3:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 4px;
    background: #1c4b9e;
}

.index-about-left-body h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.morebtn {
    position: relative;
    display: inline-block;
    background: #2a5eb9;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 15px;
}

.morebtn:after {
    display: block;
    content: '>';
    font-family: 'iconfont';
    position: absolute;
    left: 95%;
    top: 0;
    width: 40px;
    text-align: center;
    color: #fff;
    background: #1c4b9e;
}

.index-about-txt {
    position: relative;
    padding: 10px 0 15px 0;
    line-height: 2;
    color: #656566;
    font-size: 16px;
}
.index-about-about {
    font-size: 100px;
    color: #fbfbfb;
    position: absolute;
    z-index: -1;
    font-weight: bold;
    line-height: 1;
    text-indent: 1em;
}
.index-about-right{
	float: right;
}






.in-se {
    padding: 50px 0;
}
.bg1 {
    background: url(../images/fabg.png) no-repeat center 0 / cover #fafafa;
}
.bg1 .section-title {
	color: #fff;
}
.bg1 .section-title:after {
	display: none;
}
.in-jjfa {
	margin-left: -28px;
}
.in-jjfa li {
	float: left;
	width: 25%;
}
.in-jjfa li a {
	display: block;
	background-color: #fff;
	margin-left: 28px;
	border-bottom: 3px solid #dddddd;
}
.in-jjfa li .img-cover {
	position: relative;
}
.in-jjfa li .img-cover span {
	padding-top: 66.7%;
}
.in-jjfa li .img-cover p {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 12px 0;
}
.in-jjfa li .text {
	height: 200px;
	padding: 30px 20px;
	position: relative;
}
.in-jjfa li .text p {
	margin: 0 0 8px;
	color: #666;
	font-size: 13px;
	padding-left: 24px;
	background: url(../images/faico.jpg) no-repeat 0 5px;
	line-height: 1.85;
}
.in-jjfa li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #adadad;
	color: #fff;
	padding: 0 20px;
}
.in-jjfa li a:hover .img-cover p {
	background-color: #015cb5;
}
.in-jjfa li a:hover .text .more {
	background-color: #015cb5;
}
.hy-menu {
	float: right;
	width: 760px;
	margin-top: -30px;
}
.hy-menu li {
	float: left;
	width: 33.333333%;
}
.hy-menu li a {
	display: block;
	margin: 30px 0 0 30px;
}
.hy-menu li a:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #015cb5;
	margin-top: 15px;
	visibility: hidden;
}
.hy-menu li h4 {
	margin: 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	width: 125px;
	text-align: center;
	line-height: 2;
	font-weight: normal;
}
.hy-menu li h4 small {
	position: absolute;
	font-size: 15px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #f7c433;
	left: -15px;
	top: -15px;
	font-weight: bold;
}
.hy-menu li p {
	margin: 10px 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	height: 46px;
	overflow: hidden;
}
.hy-menu li.active h4 {
	background-color: #015cb5;
}
.hy-menu li.active a:after {
	visibility: visible;
}
.hy-con {
	float: left;
	width: 390px;
}
.hy-con .swiper-slide .img-center {
	position: relative;
	padding: 10px 10px 0 0;
}
.hy-con .swiper-slide .img-center:before {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	content: '';
}
.hy-con .swiper-slide .img-center img {
	position: relative;
}
.section {
    padding: 70px 0;
}




.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
}

.section-title small {
    display: block;
    font-weight: normal;
    font-size: 18px;
}



.index-about{
	padding:60px 0
}
.bg3 {
    background-color: #ffff;
}
.bg1 .yzswnz{
	height: 50px;
}

.bg1 .yzswnz::after{
	display: none;
}
.bg3 .section-title:after {
	background-image: url(../image/zjtit.jpg);
}
.in-about {
	background-color: #fff;
	margin: 0;
}
.in-about dt {
    float: left;
    width: 48%;
}
.in-about dd {
    margin-left: auto;
    padding: 25px;
    width: 50%;
    float: right;
}
.in-about dd h4 {
    margin: 0 0 20px;
    font-size: 26px;
}
.in-about dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	letter-spacing: -1px;
}
.in-about dd h4:after {
	display: block;
	content: '';
	width: 130px;
	height: 3px;
	background-color: #2a4f5f;
	margin-top: 15px;
}
.in-about dd p {
	margin: 0;
	color: #666;
	line-height: 1.8;
	text-align: justify;
}
.in-about dd .more {
    display: block;
    margin-top: 40px;
    line-height: 40px;
    width: 135px;
    text-align: center;
    color: #fff;
    background-color: #16ac64;
}
.news-bg {
    padding: 60px 0;
    background-color: #ffffff;
}

.in-news {
	margin-left: -45px;
}
.in-news .item {
	float: left;
	width: 370px;
	margin-left: 45px;
}
.in-news .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.in-news .tit small {
	color: #999;
	padding-left: 5px;
	font-weight: normal;
	font-size: 16px;
}
.in-news .tit .more {
	float: right;
	color: #999;
	font-weight: normal;
}
.in-news .tit .more:hover {
	color: #015cb5;
}
.in-news .tit:after {
    margin-top: 20px;
    display: block;
    content: '';
    width: 45px;
    height: 2px;
    background-color: #2a4f5f;
}
.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-news .img-center a:hover img {
	opacity: 0.7;
}
.in-news .list {
	border: 1px solid #ddd;
	padding: 20px;
}
.in-news .list li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}
.in-news .list .btn {
    display: block;
    width: 130px;
    line-height: 36px;
    text-align: center;
    background-color:#2a4f5f;
    color: #fff;
    margin-bottom: -35px;
    margin-top: 20px;
}
.in-ask {
	background-color: #f5f5f5;
	padding: 20px;
}
#marquee {
	height: 350px;
	overflow: hidden;
}
#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}
#marquee li a {
	display: block;
	padding: 20px 0;
}
#marquee li h4 {
	margin: 0;
	background: url(../images/icon_askw.png) no-repeat 0 0;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 30px;
	padding-bottom: 5px;
}
#marquee li p {
	margin: 10px 0 0;
	color: #999;
	background: url(../images/icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
}

.img-center{
	overflow: hidden;
	border:1px solid #dddd
}


.links{
	margin-top: 10px;
}



/* 版权 */
.footer-bg {
    display: table;
    width: 100%;
    background: #333333;
    padding: 40px 0;
    border-top: 5px solid #0048b7;
    padding-bottom: 0;
}

.footer-bg .container{
	width: 90%;
}

.footer-bg ul li {
    width: 14%;
    float: left;
    min-height: 215px;
}

.footer-bg ul li:nth-child(5) {
    width: 25%;
    padding-right: 24px;
}

.footer-bg ul li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.footer-bg ul li a {
    width: 100%;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

.footer-text {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}


.ewm{
	display: table;
	float: left;
}

.ewm img{
	width: 110px;
}
.about-a1{
	width: 100%;
	display: table;
}

.footer-bottom {
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    margin-top: 0;
    text-align: center;
    background: #02234e;
    height: 60px;
    margin-top: 30px;
}

.footer-bottom a{
	color:red;
}

.footer-bg .col-lg-9 ul li h3 {
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}


.footer-bg .col-lg-9 ul li {
    width: 33%;
    float: left;
    margin-right: 45px;
}

.footer-bg .col-lg-9 ul li:nth-child(1){
	border-right: 1px solid #b5b5b5;
}

.footer-bg .col-lg-9 ul li a {
    text-align: left;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 6px;
    width: 48%;
}

.footer-gg {
    color: #dfa480;
    font-size: 18px;
    margin-top: 41px;
    margin-bottom: 22px;
    margin-left: 45px;
    margin: 14px auto;
    display: table;
    text-align: center;
}

.footer-bg .col-lg-3 img {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}


.footer-bg .col-lg-9 ul li:nth-child(3){
	width: 10%;
	float: left;
}

.footer-code img{
	width: 125px;
}
/* 版权 */


/* 内页 */
.cpMain {
    overflow: hidden;
    margin: 35px 0;
}
.cpMain .container{ margin-top:20px;padding-bottom:20px;}

.cpMain .container {
    margin-top: 20px;
    padding-bottom: 20px;
}
.cpMain .pleft{ overflow:hidden; float:left; width:240px; }
.cpMain .pleft h3{width: 100%;
    height: 60px;
    background: url(../images/pro_h.jpg) no-repeat center;
    font-weight: normal;
    font-size: 24px;
    line-height: 60px;
    text-align: center;}
.cpMain .pleft h3 a{ color:#fff;}
.cpMain .pleft h3 span{ display:none; }

.cpMain .pleft>ul {
    overflow: hidden;
    width: 240px;
    margin-bottom: 15px;
    border-top: none;
    padding-top: 10px;
    border: 1px solid #bbbbbb;
    padding-bottom: 10px;
}
.cpMain .pleft li{     
	overflow: hidden;
    width:100%;
    margin: 0 auto;}
.cpMain .pleft li>a{overflow: hidden;
    text-indent: 15px;
    width: 100%;
    height: 45px;
    display: block;
    font-size: 16px;
    background: url(../../static/images/pro_m.png) no-repeat 175px center;
    background-color: #e8e8e8;
    line-height: 45px;}
.cpMain .pleft li:hover>a,.cpMain .pleft li>a.cur{ background-color:#f7f7f7}
.cpMain .pleft li>a.cur{color:#d02127;}
.cpMain .pleft .pnav {
    overflow: hidden;
    width: 95%;
    padding-left: 15px;
}
.cpMain .pleft .pnav a {
    display: block;
    padding-left: 10px;
    background: url(../images/pro_list.png) no-repeat left center;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}
.cpMain .pleft li.cur>a,.cpMain .pleft li>a:hover{ color:#fff; background:url(../../static/images/n01.png) no-repeat 185px center; background-color:#d02127;}
.cpMain .pleft .pnav a:hover,.cpMain .pleft .pnav a.cur{ color:#16ac64}
.cpMain .phone { overflow:hidden; width:240px; padding:10px 0;/* padding-left:75px; border-radius:10px; background:url(../../static/images/pro_phone.png) no-repeat 20px center;*/ background-color:#d02127;}
.cpMain .phone p{ font-size:14px; color:#fff;}
.cpMain .phone b{ display:block; font-size:16px; color:#fff; /*font-family:'Times New Roman'*/}

.cpMain .lianxi_a{background:url(../../static/images/pro_phone_1.png) no-repeat 20px center; display:block;width: 170px;
    padding-left: 70px; margin-bottom: 10px;  height: 50px;}
.cpMain .lianxi_b{background:url(../../static/images/pro_phone_2.png) no-repeat 20px center; display:block;width: 170px;
    padding-left: 70px;    height: 50px;}


.aboutContactH {
    padding: 12px 0;
    border-bottom: 1px solid #dadada;
}

.aboutContactH h2 {
    height: 20px;
    padding-left: 18px;
    line-height: 20px;
    font-size: 16px;
    border-left: 3px solid #f7c433;
}


#rtop{padding-top: 18px; padding-bottom: 15px;margin: 12px 20px 0 20px;}
.rtop {
    overflow: hidden;
    background: #fff;
    padding: 18px 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 10px;
}

.rtop h5 {
    float: left;
    padding-left: 10px;
    border-left: 3px solid #16ac64;
    font-weight: normal;
    line-height: 20px;
}
.rtop h5 a {
    font-size: 20px;
    color: #16ac64;
}
.rtop span {
    float: right;
    font-size: 15px;
    margin-top: 2px;
}
.rtop span em{ color:#999;}
.rtop span a{ color:#999;}


.cpright {
    background: none;
    width: 76%;
    margin-left: 0;
    float: right;
}

.rightbox {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 30px;
}


.noMl{ margin-right:0!important;}


.about-center {
    line-height: 30px;
    font-size: 15px;
    display: table;
    width: 100%;
}



/* 内页产品中心 */

.pro_c_s_i .list {
    overflow: hidden;
    width: 32%;
    margin-right: 10px;
    height: auto;
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
}
.pro_c_s_i{ }
.pro_c_s_i .list::after {
    overflow: hidden;
    width: 32%;
    margin-right: 15px;
    height: auto;
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
}

.pro_c_s_i .list .img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
    border: 1px solid #ddd;
}
.pro_c_s_i .list a img {
    display: block;
    width: 100%;
    margin-left: 0;
    height: auto;
    position: relative;
    transition: all .5s;
    opacity: 0.95;
}
.pro_c_s_i .list a img:hover{  transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); opacity:1;}
.pro_c_s_i .list .til {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding-top: 0;
    line-height: 40px;
}

.pro_c_s .list .img{ display:block; width:276px; height:225px; overflow:hidden;    padding-bottom: 20px;}
.pro_c_s .list a img{ display:block; width:276px;  height:225px;  position: relative;transition:all .5s;opacity:0.95;}
.pro_c_s .list a img:hover{ opacity:0.7; transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); opacity:1;}
.prodbaseinfo_a {
    float: right;
    width:45%;
    z-index: 1;
}

.h2_prodtitle{font-size:22px;color:#414141;padding:2px 0 10px;line-height:1.6em; border-bottom: 1px solid  #DCDCDC;}

.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}


.ul_prodinfos {
    padding: 15px 15px;
    width: 100%;
    margin-top: 25px;
    height: 110px;
    overflow: hidden;
    zoom: 1;
    /* background: #eee; */
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
 .ul_prodinfos b{display: block;
    font-size: 16px;
    font-weight: normal;
    margin-left: 66px;
    padding-top: 25px;}
.ul_prodinfos li{padding: 25px 0 10px;
    height: 60px;
    float: left;}
.ul_prodinfo li{font-size: 14px;float:left;padding:6px 0; height:155px;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; }
.li_normalprice img{ margin-top:35px;}

.li_first{ width: 200px!important;}
.li_weight{}

.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title{
color:#999;}
.ul_prodinfo .li_brand{width:180px; }
.li_prono{line-height:2.9em;}
.ul_prodinfo .b_proprice{font-size:14px;color:#ce1919;font-weight:normal;}
.ul_prodinfo a.a_brand{color:#c00;}
.ul_prodinfo a.a_brand:hover{text-decoration:underline;}

.ul_prodinfo .li_jf{clear:both;width:300px; }
.ul_prodinfo .li_jf b{font-weight:normal;color:#c00;}
.ul_prodinfo .li_jf a.a_usejf{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{filter:alpha(opacity=100);opacity:1.0;}

.prodbaseinfo_a .div_choose{background:#fcf0f0; border:1px solid #fbd2d2;margin-top:7px;padding:10px;}
.prodbaseinfo_a .div_choose h3{font-weight:normal;padding:0 0 5px; }



.mod_goods_info {clear:both;margin-bottom:10px;position:relative; background-color:#eee; height:45px;margin-top:35px;}
.mod_goods_info .hds {height:45px;_overflow:hidden;}
.mod_goods_info .hds li {float:left;cursor:pointer;border-right:1px solid #fff}
.mod_goods_info .hds li h3 {display:block;width:128px;height:45px;line-height:45px;text-align:center;font-size:18px;border-bottom:0; font-weight:normal}
.mod_goods_info .hds li h3 a {color:#666;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on { height:45px; line-height:45px;border-top:3px solid #015cb5;position:relative;}
.mod_goods_info .hds .status_on h3 {height:45px; line-height:45px;background-color:#fff;color:#015cb5}
.mod_goods_info .hds .status_on h3 a {color:#099c4e;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{text-decoration:none;color:#099c4e;}
.mod_goods_info .more a:hover{color:#D4105A;}
.pright { width:280px; float:left; margin-left:20px;}


.propar{padding-left: 40px;}
.propar .line{ font-weight:normal; text-decoration:line-through;}
.propar .span_1 { font-weight:bold; font-size:14px; color:#f00;}
.propar .span_2 { font-size:16px;}
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#d02127; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px;}
.hottel {
    color: #f7c433;
    font-weight: normal;
    font-size: 17px;
    float: left;
    font-weight: bold;
}

.proinfo {
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 18px;
}


.cp {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding-bottom: 12px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.cptab { border-bottom:1px solid #d7d7d7; background:#f7f7f7;  }
.cptab {
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    padding: 0 8px;
}
.cptab a:hover {text-decoration:none;}
.cptab a.cr { background:#eee; font-weight:bold; }

.cp dl {
    width: 24.5%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 12px 0px 0 11px;
}
.cp dt {     width: 100%;   overflow:hidden;  }
.cp dt a {    width: 100%; display:block; border:1px solid #D5D5D5; padding:1px;}
.cp dt a:hover { border:solid 1px #d02127;} /*äº§å“å›¾ç‰‡è¾¹æ¡†è¿žæŽ¥*/
.cp dt img {
    width: 100%;
    display: block;
}

.cp dd {
    line-height: 24px;
    padding-top: 8px;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
}





.description {
    margin: 20px 0;
	margin-bottom: 25px;
}

.description .title {
    border-bottom: 1px solid #dddddd;
    height: 45px;
    text-align: left;
    color: #ddd;
}

.description .title span.cur {
    border-bottom: 1px solid #333333;
    color: #333333!important;
    padding-bottom: 9px;
}

.description .contents {
    line-height: 180%;
    min-height: 150px;
    padding: 10px 0;
	display: block;
}
#global_editor_contents p {
    margin: 5px 0;
}

#global_editor_contents p {
    font-family: "QuattrocentoSans-Regular";
}

.description .title span {
    font-size: 25px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px;
    font-family: "WorkSans-Bold";
	height: 45px;
}

.ueeshop_responsive_article_feedback{padding-top:10px;margin-bottom: 0;}
.ueeshop_responsive_article_feedback .article_feedback_title{text-align: center;margin-bottom: 2%;}
.ueeshop_responsive_article_feedback .article_feedback_title .title{font-size: 24px;color: #333;}
.ueeshop_responsive_article_feedback .article_feedback_title span{display: block;width: 28px;height: 2px;background: #333;margin:15px auto 10px;}
.ueeshop_responsive_article_feedback .article_feedback_title .txt{font-size: 16px;color: #555;}
.ueeshop_responsive_article_feedback .rows{padding:10px 1%;position: relative;}
.ueeshop_responsive_article_feedback .rows.input_rows{float:left; width:50%;text-align: center;box-sizing: border-box;}
.ueeshop_responsive_article_feedback .rows .input{width:100%; height:43px; line-height:43px; font-size:12px; color:#888; text-indent:10px;box-sizing: border-box;border:1px solid #000}
.ueeshop_responsive_article_feedback .rows textarea{width:100%; height:150px; padding:5px; font-size:12px; color:#888;box-sizing: border-box;border:1px solid #000}
.ueeshop_responsive_article_feedback .rows .fc_red{margin-right:8px;position: absolute;right: 0;bottom: 7px;z-index: 1;}
.ueeshop_responsive_article_feedback .rows.input_rows .fc_red{bottom: 18px;}
.ueeshop_responsive_article_feedback .rows.vcode .input{width:150px; max-width:80%;}
.ueeshop_responsive_article_feedback .rows.vcode img{margin-top:3px;}
.ueeshop_responsive_article_feedback .rows.vcode .fc_red{position: static;margin: 0 0 0 8px;}
.ueeshop_responsive_article_feedback .rows .form_button{width:160px; height:40px;line-height: 40px; background:#222; color:#fff;font-size:14px; border:none;text-transform: uppercase;cursor: pointer;}
.ueeshop_responsive_article_feedback .rows.textarea_rows{clear:both;}
.ueeshop_responsive_article_feedback.s1>form>.rows.input_rows{width:100%; float:none;}
.ueeshop_responsive_article_feedback.s1>form>.rows.textarea_rows textarea{width:90%; max-width:90%;}

.ueeshop_responsive_feedback{margin:30px 0; overflow:hidden;}
.ueeshop_responsive_feedback form{padding:0 30px;}
.ueeshop_responsive_feedback .rows{padding:10px 0;}
.ueeshop_responsive_feedback .rows label{font-size:16px; display:block; padding-bottom:8px;}
.ueeshop_responsive_feedback .rows label span{color:red; font-size:14px;}
.ueeshop_responsive_feedback .rows .input{width:360px; max-width:70%; border-radius:5px; padding:0 5px; height:44px; line-height:44px; font-size:16px; color:#888;}
.ueeshop_responsive_feedback .rows textarea{width:500px; max-width:80%; height:150px; border-radius:5px; padding:5px; font-size:16px; color:#888;}
.ueeshop_responsive_feedback .rows .vcode .input{width:120px; max-width:80%;}
.ueeshop_responsive_feedback .rows .vcode img{margin-top:6px;}
.ueeshop_responsive_feedback .form_button{width:160px; height:50px; background:#222; border-radius:5px; color:#fff; font-size:16px; border:none;}
/* 内页产品中心 */




/* 内页生产实力 */
.image-list .pic{display: table; width: 100%;}
.image-list .pic li {
    width: 31%;
    display: inline-block;
    margin: 1.1%;
	margin-bottom: 0;
}
.image-list .pic li img{
	transition: all 0.5s;
}

.image-list .pro-img {
    overflow: hidden;
    border: 1px solid #ddd;
}

.image-list .pic li:hover img{
	transform: scale(1.1);
}

.image-list .pic li:nth-child(3n+1){margin-left: 0;}
.image-list .pic li:nth-child(3n){margin-right: 0;}
.image-list .pic li img{width: 100%;}
.image-list .pic li span {display: table;width: 100%;line-height: 40px;text-align: center;font-size: 14px;}
.image-list .pro-img{
	overflow: hidden;
}

.image-list .pic li:hover:after {
	display:none
}

.image-list{
}

/* 内页生产实力 */



.list-4 li {
	margin-bottom: 10px;
}
.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5;
}
.list-4 li .more {
	float: right;
	line-height: 36px;
	width: 90px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 20px;
}
.list-4 li .date {
	float: left;
	width: 76px;
	background-color: #fff;
	text-align: center;
	padding: 14px 0;
}
.list-4 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}
.list-4 li .text {
	margin: 0 110px 0 95px;
}
.list-4 li .text h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.list-4 li .text p {
	margin: 5px 0 0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	color: #666;
	text-align: justify;
}
.list-4 li:nth-of-type(even) a {
	background-color: #edf6f4;
}
.list-3 {
	margin-top: -15px;
}
.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .img-center {
	overflow: hidden;
}
.list-3 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .text {
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-7 li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #015cb5;
}
.content-title {
	margin-bottom: 20px;
	text-align: center;
}
.content-title h1 {
	font-size: 22px;
	margin: 0;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.content-body {
	line-height: 1.8;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
}
.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-content-tit {
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 16px;
}
.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px;
}




.center {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.center .title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}

.news_info {
    font-size: 16px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-align: left;
    border-bottom: 1px solid #aea375;
    padding-bottom: 10px;
    text-align: center;
}

.details-txt {
    font-size: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 20px 0;
    min-height: 150px;
}

.page_bg{
    line-height: 26px;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 14px;
}
.page_bg span {
    display: block;
}


.page_bg{
    line-height: 26px;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 14px;
}
.page_bg span {
    display: block;
}
/* 新闻中心 */


/* 人才招聘 */
.jobs {
    display: block;
    width: 100%;
    /* margin-top: 30px; */
    /* padding: 45px 0; */
}

.jobs-title h3 {
    font-size: 25px;
    border-bottom: 1px solid #30a1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.inst-join{width:100%; margin:auto; font-size:14px; color:#4d4d4d; line-height:22px; overflow:hidden;}
.inst-join p{ font-size:14px; color:#4d4d4d; line-height:22px; margin-bottom:10px;}
.flod-box{ width:100%; margin-left:30px; margin-top:30px; }
.flod-title{ width:100%; margin-bottom:10px;  background:url(../images/icon-join.png) no-repeat left 20px center; background-size:30px; background-color:#ebebeb;}
.flod-title p{color:#4d4d4d; line-height:60px; font-size:15px; text-indent:80px;cursor:pointer;}
.flod-title:hover p,.flod-title:hover p strong{color:#1a2c7a;}
.flod-title2{background-color:#f2f2f2;}
.flod-title2 p{ color:#1a2c7a !important;}
.flod-title2 p strong{ color:#1a2c7a !important;}
.flod-content{display:none; width:96%; margin:auto; margin-bottom:30px; font-size:13px; color:#4d4d4d; line-height:22px;}
.flod-content p{ margin-bottom:8px;}

/* 人才招聘 */



.con {
    font-size: 16px;
    line-height: 35px;
}


/* 在线留言 */
.hza {
    margin-top: 10px;
    padding: 0px;
    color: #0f83d2;
    width: 100%;
}
.hza:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0;
}
.soka {
    width: 47%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 45px;
    margin-right: 5px;
    background: inherit;
    float: left;
    margin: 10px 17px;
    text-transform: uppercase;
    background: #fff;
}

.hza .soka {
    width: 48%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 45px;
    margin-right: 5px;
    background: inherit;
    float: left;
    margin: 10px 5px;
    text-transform: uppercase;
    background: #fff;
}

.sokb {
    height: 75px;
    border: 1px solid #D8D8D8;
    line-height: 38px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 96%;
    color: #000000;
    margin: 0;
    margin-left: 0px;
    margin-top: 0;
    margin-right: 10px;
    background: inherit;
    display: inline-block;
    margin-top: 0px;
    float: left;
    margin-left: 5px;
    margin-top: 9px;
    margin-bottom: 14px;
    background: #fff;
}
.tj {
    display: table;
    width: 170px;
    line-height: 45px;
    height: 45px;
    background: #f7c433;
    margin-right: 10px;
    margin-top: 25px;
    color: #fff;
    border-radius: 25px;
    margin-left: 25px;
    border: 0;
    margin: 0 auto;
    margin-top: 15px;
    float: left;
    margin-right: 10px;
}
/* 在线留言 */


/* 内页 */

/* 内页幻灯片 */
.ny-banner {
    overflow: hidden;
    min-height: auto;
    height: auto;
    padding-top: 0;
}
.ny-banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/* 内页幻灯片 */








/* 首页服务 */
.index-service {
    width: 100%;
    background: url(../images/ad-bg.jpg);
    padding: 25px 0;
    padding-top: 25px;
    position: relative;
}

.index-service::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/wenli.png);
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
}


.index-title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

.index-title h3 {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: table;
    margin-top: 45px;
    margin-bottom: 35px;
}

.color {
    background: #f3ae15;
}

.color:after {
    display: block;
    content: '>';
    font-family: 'iconfont';
    position: absolute;
    left: 95%;
    top: 0;
    width: 40px;
    text-align: center;
    color: #fff;
    background: #e07214;
}

.data-cell {
    font-size: 18px;
    line-height: 1;
    margin-bottom: auto;
}

.data-heading .counter {
    font-size: 20px;
	color:#fff
}
.data-cell .data-txt {
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

.data-heading {
    color: #fff;
    text-align: center;
}

.data-row{
	margin-top: 10px;
}

.index-service .container{
	position: relative;
	z-index: 999;
}

.data-row .col-xs-3:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    border-right: 1px dashed #fff;
}
.data-row .col-xs-3:last-child::after{
	display: none;
}

/* 首页服务 */



/* 优势 */
.adv-bg{
	margin:30px 0;
	margin-bottom: 60px;
}


.box3_tit p {
    font-size: 35px;
    color: #000;
    width: 100%;
    text-align: center;
}

.box3_tit p i {
    font-size: 35px;
    color:#16ac64;
    font-weight: bold;
    margin-right: 5px;
}

.box3_tit small {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    background: url(../images/xian.png) no-repeat center;
    text-transform: uppercase;
    color: #8e8e8e;
}
.box3_tit em {
    font-size: 16px;
    font-style: normal;
    line-height: 180%;
    display: block;
    text-align: center;
    color: #666;
    margin-top: 15px;
}

.ys-class {
    display: table;
    width: 100%;
    position: relative;
}
/* .item::after{
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	display: table;
	position: absolute;
	bottom: 0;
} */

.ys-class .text {
    width: 40%;
}

.ys-class .text .text_tit {
    height: 112px;
    background: url(../images/ysbg1.png) no-repeat left center;
}

.ys-class .text .text_tit em {
    width: 60px;
    height: 60px;
    background: #16ac64;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-style: normal;
    font-size: 32px;
    display: block;
    color: #fff;
    float: left;
    margin-left: -30px;
    margin-top: 25px;
}

.ys-class .text .text_tit p {
    padding-top: 33px;
    padding-left: 60px;
}

.ys-class .text .text_text span {
    font-size: 14px;
    color: #666;
    line-height: 200%;
    padding-left: 30px;
    display: block;
    background: url(../images/dian.png) no-repeat left 9px;
    margin-bottom: 5px;
}


.ys-class .text .text_tit p strong {
    font-size: 24px;
    color: #2a4f5f;
    display: block;
}

.ys-class .text .text_tit p i {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #999;
}

.ys-class .text .text_text p {
    margin-top: 30px;
    width: 300px;
    height: 40px;
    background: url(../images/phone.png) no-repeat 10px center;
    font-size: 14px;
    color: #2a4f5f;
    background-size: 10%;
    padding-left: 50px;
    line-height: 40px;
    border: 1px solid #efefef;
}

.ys-class .text .text_text p i {
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}

.box3_pic img {
    display: block;
    margin: 0 auto;
}

.ys-class .text .text_text {
    margin-top: 30px;
}

.ys-class .pic {
    width: 46%;
}

.ys-class .text {
    width: 45%;
    margin-top: 35px;
}

.box3_tit{
	margin-bottom: 30px;
}



/*  广告横幅 */
.index-ggt {
    background: url(../images/se.jpg)no-repeat top center;
    overflow: hidden;
    height: 150px;
}
.index-ggt-wz {
    width: 100%;
    float: left;
    padding: 0;
    padding-top: 50px;
}
.index-ggt-wz-zq {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.index-ggt-wz-zqyy {
    font-size: 18px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.index-ggt-dh {
    margin-top: 13px;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.index-ggt-dh-pic{margin-top:6px;}
.index-ggt-dh-wz{margin-left:15px;color:#fff;font-size:24px;}
.index-ggt-dh-fwrx{font-size:18px;}
.index-ggt-zxzx{border:1px solid #fff;width:133px;height:49px;line-height:49px;text-align:center;border-radius:10px;}
.index-ggt-zxzx a{font-size:16px;color:#fff;}
.index-ggt-dhk{margin:15px 0 0 5px;}
/*  广告横幅 */



/* index product */
.index-pic {
    background: #f5f5f5;
    padding: 3em 0;
    padding-bottom: 5em;
}

.index-product-top-left {
    width: 80%;
    float: left;
}
.index-product-top-left span {
    font-size: 28px;
    font-weight: bold;
    color: #2a4f5f;
}
.index-product-top-left span font {
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: initial;
}
.index-more {
    font-size: 18px;
    text-transform: uppercase;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #16ac64;
    float: right;
    margin-top: 14px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.index-more a{
	color:#fff
}
.index-product-body{
	display: table;
	width: 100%;
	margin-top: 5px;
}
.text-case-name h3 {
    font-size: 15px;
    text-align: left;
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 5;
    text-indent: 10px;
    border-bottom: 1px solid #16ac64;
}
.text-case-name h3::after{
	content: ">";
	display: table;
	position: absolute;
	top: 0%;
	right: 5px;
}
.hezuo_p li:hover .text-case-name h3{
	color:#fff;
}
.hezuo_p li .text-case-name h3::before {
    content: "";
    width: 100%;
    height: 0;
    background: #16ac64;
    display: table;
    z-index: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    transition: all 0.1s;
}
.hezuo_p li:hover .text-case-name h3:before{
	height: 100%;
}

.hezuo_w {position: relative;}
.h_pre,.h_next{ position:absolute; top:50%; transform: translateY(-50%); display:block; width:39px; height:40px;  }
.h_pre{ left:-50px; cursor:pointer; background:url('../images/prev.jpg') no-repeat center;}
.h_next{ right:-50px; cursor:pointer; background:url('../images/next.jpg') no-repeat center;}
.hezuo_p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}
.hezuo_p ul{ width:10000%;}
.hezuo_p li{ float:left; display:inline; width:0.235%; margin:0 0.02% 0 0; text-align:center;}
.hezuo_p li a{ font-size:14px; color:#666; font-weight:bold; line-height:25px;}
.hezuo_p li img{ width:100%;transition: all 0.5s;}
.hezuo_p li font {
    display: block;
    margin: 6px 0 0 0;
    font-weight: normal;
}
.hezuo_p li:hover img{
	transform: scale(1.1);
}
.picture_img{
	overflow: hidden;
	border:#ccc 1px solid;
	display: table;
	width: 100%;
}
/* index product */



.footer_bg {
    width: 100%;
    margin: 0px auto 0;
    background: #2a4f5f;
    padding: 0px 0 15px 0;
}
.footer {
    width: 1200px;
    margin: auto;
    display: table;
    margin-top: 35px;
}

.foot_list {
    float: left;
    margin-right: 25px;
    width: 34%;
	text-align: center;
	position: relative;
}
.foot_list:nth-child(5n) {
    margin-right: 0;
    width: 270px;
}
.foot_list ul li{width:180px; float:left;}
.foot_list ul li.foot_l_bt a{color:#fff; font-size:18px; float:left; margin-bottom:10px;}
.foot_list ul li a{line-height:30px; font-size:14px; color:#fff;}
.foot_list ul li a:hover{color:#fff;}

.con-bottom:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #28434e;
    display: table;
    position: absolute;
    top: 0;
    left: -95px;
}
.con-bottom::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #444;
    display: table;
    position: absolute;
    top: 0;
    right: -95px;
}





.footer_text {
    width: 100%;
    display: block;
    background: #16ac64;
    height: 55px;
    text-align: center;
}
.footer_text ul li {
    float: none;
    width: 160px;
    line-height: 55px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.footer_text ul li::after {
    content: "";
    height: 30%;
    width: 2px;
    position: absolute;
    top: 20px;
    background: #fff;
    right: 0px;
}

.footer_text ul li:last-child::after{
	display: none;
}

.footer_text ul li a{
	color:#fff;
	font-size: 16px;
}
.foot_ewm{width:140px; float:right; text-align:center;}
.foot_ewm img{width:140px; height:140px; float:left; border:1px solid #fff; padding:5px;}
.foot_ewm span{width:140px; float:left; font-size:14px; margin-top:10px; line-height:30px;color:#fff}

.copy_bg {
    width: 100%;
    margin: 15px auto 0;
    padding-top: 15px;
    background: url(../images/copy_fgx.jpg) repeat-x;
    text-align: center;
    border-top: 1px solid #263f4a;
}
.copy{width:1200px; margin:auto; line-height:30px; font-size:14px;color:#fff}

.con-bottom {
    display: table;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9