/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

* {
	font-family: Microsoft YaHei, iconfont !important;
}

body {
	font: 14px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}

.fy {
	text-align: center;
	padding: 20px 0 20px 0;
}

.fy a {
	padding: 5px 15px 5px 15px;
	margin: 0 6px 0 6px;
	border: 1px solid #fff;
	color: #4a4a4a;
}

.fy a:hover {
	border: 1px solid #ffca0a;
	background: #ffca0a;
	color: #f00;
}

.fy .cur {
	border: 1px solid #ffca0a;
	background: #ffca0a;
	color: #f00;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	color: #222
}

address, cite, dfn, em, var {
	font-style: normal
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 12px
}

s ol, ul {
	list-style: none
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: none;
	color: #666;
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

fieldset, img {
	border: 0;
}

button, input, select, textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix:before, .clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}

/*清除浮动*/
.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


/*顶部新闻滚动*/
.swiper_wrap {
	position: relative;
	width: 695px;
	height: 51px;
	margin: 0 auto;
	overflow: hidden;
}

.swiper_wrap ul {
	position: relative;
	top: 0;
	left: 0;
	width: 695px;
	float: right;
	color: #fff;
	font-size: 14px;
	margin-top: 1px;
}

.swiper_wrap ul li {
	line-height: 51px;
	padding-left: 24px;
}

.swiper_wrap .lt {
	position: absolute;
	left: -1px;
	top: 7px;
	font-family: "宋体";
	font-weight: bold;
	color: #AAAAAA;
}

.swiper_wrap .gt {
	position: absolute;
	right: 26px;
	top: 7px;
	font-family: "宋体";
	font-weight: bold;
	color: #AAAAAA;
}

.swiper_wrap .font_inner a {
	color: #fff;
}

.swiper_wrap a:hover {
	color: #FA9101;
}

/*banner*/
#banner {
	background: #ddd;
	min-width: 1200px;
	position: relative;
	top: -13px;
}

/*标题样式*/
.box-title {
	position: relative;
}

.box-title:before, .box-title:after {
	content: '';
	position: absolute;
}

/*首页主体*/
#index {
	width: 1200px;
	margin: 15px auto;
}

/*首页关于我们*/
#index-about {
	width: 650px;
	height: 250px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

.index-about-title {
	height: 40px;
}

.index-about-title:before {
	width: 3px;
	height: 20px;
	top: 10px;
	left: 8px;
	background: #147b32;
}

.index-about-title:after {
	width: 630px;
	height: 1px;
	top: 45px;
	left: 10px;
	background: #eee;
}

h2.index-about-h2 {
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

h3.index-about-h3 {
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.index-about-contact {
	padding: 20px;
}

.index-about-text {
	width: 350px;
}

.index-about-img {
	width: 250px;
}

/*首页联系我们*/
#index-connect {
	width: 530px;
	border: 1px solid #fff;
	height: 250px;
	margin-bottom: 20px;
}

.index-connect-title {
	height: 40px;
}

.index-connect-title:before {
	width: 3px;
	height: 20px;
	top: 10px;
	left: 8px;
	background: #147b32;
}

.index-connect-title:after {
	width: 510px;
	height: 1px;
	top: 45px;
	left: 10px;
	background: #eee;
}

h2.index-connect-h2 {
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

h3.index-connect-h3 {
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.index-connect-contact {
	padding: 20px;
}

/*首页新闻*/
#index-cnew, #index-inew {
	width: 590px;
	border: 1px solid #fff;
	height: 300px;
	margin-bottom: 20px;
}

.index-cnew-one {
	padding: 20px 20px 10px 20px;
	position: relative;
}

.index-cnew-one-img {
	position: absolute;
	width: 75px;
	height: 75px;
}

.index-cnew-one h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-left: 85px;
}

.index-cnew-one span {
	margin-left: 85px;
	display: block;
}

.index-new-title {
	height: 40px;
}

.index-new-title:before {
	width: 3px;
	height: 20px;
	top: 10px;
	left: 8px;
	background: #147b32;
}

.index-new-title:after {
	width: 570px;
	height: 1px;
	top: 45px;
	left: 10px;
	background: #eee;
}

h2.index-new-h2 {
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

h3.index-new-h3 {
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.index-new-list {
	padding: 20px;
}

.index-new-list > li {
	height: 29px;
	border-bottom: 1px dashed #fff;
}

.index-new-list > li:last-child {
	border: none;
}

.index-new-list > li > a {
	display: inline-block;
	line-height: 29px;
}

.index-new-list > li > span {
	float: right;
	display: inline-block;
	line-height: 29px;
}

/*首页展品展示*/
#index-product {
	height: 300px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

.index-product-title {
	height: 40px;
}

.index-product-title:before {
	width: 3px;
	height: 20px;
	top: 10px;
	left: 8px;
	background: #147b32;
}

.index-product-title:after {
	width: 1180px;
	height: 1px;
	top: 45px;
	left: 10px;
	background: #eee;
}

h2.index-product-h2 {
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

h3.index-product-h3 {
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.index-product-sort {
	padding: 20px;
	width: 200px;
	position: relative;
}

.index-product-sort:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 230px;
	background: #fff;
	top: 18px;
	right: 0;
}

.index-product-sort > li {
	height: 40px;
	margin: 10px 0px;
	position: relative;
}

.index-product-sort > li > a {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	background: #efefef;
}

.index-product-sort > li > a:hover {
	background: #147b32;
	font-size: 15px;
	color: #fff;
}

.index-product-scroll {
	padding: 20px;
	width: 918px;
}

.index-product-scroll-title {
	text-align: center;
	line-height: 24px;
}

/*首页案例展示*/
#index-case {
	border: 1px solid #fff;
	margin-bottom: 20px;
}

.index-case-title {
	height: 40px;
}

.index-case-title:before {
	width: 3px;
	height: 20px;
	top: 10px;
	left: 8px;
	background: #147b32;
}

.index-case-title:after {
	width: 1180px;
	height: 1px;
	top: 45px;
	left: 10px;
	background: #eee;
}

h2.index-case-h2 {
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

h3.index-case-h3 {
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.index-case-scroll {
	padding: 20px;
}

/*首页友情链接*/
#index-link {
	border: 1px solid #fff;
	margin-bottom: 20px;
}

.index-link-title {
	height: 40px;
}

.index-link-title:before {
	width: 3px;
	height: 20px;
	top: 10px;
	left: 8px;
	background: #147b32;
}

.index-link-title:after {
	width: 1180px;
	height: 1px;
	top: 45px;
	left: 10px;
	background: #eee;
}

h2.index-link-h2 {
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

h3.index-link-h3 {
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.index-link-list {
	padding: 20px;
}

.index-link-list > li {
	display: inline-block;
	height: 30px;
	border-bottom: 1px dashed #fff;
	margin: 0 10px;
}

.index-link-list > li > a {
	display: block;
	line-height: 30px;
	font-size: 12px;
}

.index-link-list > li > a img {
	width: 16px;
	height: 16px;
	margin: 7px;
	margin-right: 12px;
}

.index-link-list > li > a h4 {
	display: inline-block;
}



/*关于我们页面*/
#page-about {
	width: 1200px;
	margin: 20px auto 20px;
}

.page-about-left {
	width: 245px;
}

.left-box {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.left-box:last-child {
	margin-bottom: 0px;
}

.left-box h2 {
	margin-bottom: 14px;
	position: relative;
	text-indent: 10px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #147b32;
	font-weight: bold;
}

.left-box ul {
}

.left-box ul > li {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	margin: 15px;
}

.page-about-right {
	width: 880px;
	position: relative;
}

.page-about-right-title {
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	position: relative;
}

.page-about-right-title:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 16px;
	top: 27px;
	left: 0px;
	background: #147b32;
}

.page-frame {
	position: absolute;
	right: 0px;
	top: 25px;
	background: #f6f6f6;
	padding: 5px 10px;
	border-radius: 5px;
}

.page-frame li {
	float: left;
	margin-right: 15px;
	position: relative;
}

.page-frame li:after {
	position: absolute;
	content: '';
	background: url(/image/frame.png) no-repeat 50%;
	width: 15px;
	height: 15px;
	background-size: 15px;
	top: 1px;
	right: -15px;
}

.page-frame li:last-child {
	margin-right: 0px;
}

.page-frame li:last-child:after {
	display: none;
}

/*在线留言表单*/
.message-box {
	margin-bottom: 15px;
}

.message-box h3 {
	font-size: 17px;
	font-weight: 700;
    /* text-indent: 20px; */
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.message-box h3:before {
	content: '';
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100px;
	height: 2px;
	background: #147b32;
}

.message-form {
}

.form-group {
	margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.form-group label {
	display: inline-block;
	font-size: 14px;
    width: 100px;
    vertical-align: top;
}

.form-group input, .form-group textarea {
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 5px;
}

.message-form button {
	width: 100px;
	height: 30px;
}

/*产品分类页面*/
#sort-product {
	width: 1200px;
	margin: 20px auto;
}

.sort-product-left {
	width: 245px;
}

.sort-product-right {
	width: 880px;
	position: relative;
}

.sort-product-list {
}

.sort-product-list li {
	display: inline-block;
	margin: 3px;
}

.sort-product-list li a {
	display: block;
}

.sort-product-list li a h3 {
	text-align: center;
	line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
	border-bottom: 1px dashed #efefef;
	padding: 10px 5px;
}

.sort-new-list li a {
	display: block;
	position: relative;
}

.sort-new-list li a img {
	width: 130px;
	height: 110px;
}

.sort-new-list li a h3 {
	position: absolute;
	top: 0px;
	left: 150px;
	font-size: 14px;
	font-weight: 700;
}

.sort-new-list li a span {
	position: absolute;
	color: #888;
	top: 0px;
	right: 0px;
}

.sort-new-list li a p {
	position: absolute;
	top: 30px;
	left: 150px;
	text-indent: 24px;
	line-height: 24px;
}

/*分页*/

.pagination {
	background: #efefef;
	border-radius: 5px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	clear: both;
}

.pagination li {
	display: inline-block;
	font-size: 14px;
}

.pagination li a {
	display: block;
	color: #00a0e9;
}

/*相关信息*/

.ln-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ln-box h3 {
	font-size: 17px;
	font-weight: 700;
    /* text-indent: 20px; */
	position: relative;
	padding-bottom: 12px;
}

.ln-box h3:before {
	content: '';
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100px;
	height: 2px;
	background: #147b32;
}

.ln-box ul {
}

.ln-box ul li {
	width: 440px;
	border-bottom: 1px dashed #efefef;
	float: left;
}

.ln-box ul li a {
	display: block;
	line-height: 30px;
}

/*产品详情*/
#info-product {
	width: 1200px;
	margin: 20px auto;
}

.info-product-left {
	width: 245px;
}

.info-product-right {
	width: 880px;
	position: relative;
}

#info-product-image {
	width: 520px;
	margin: 0 auto;
}

#info-product-image .bx-wrapper .bx-viewport {
	height: 400px;
}

.info-parameter {
	margin: 10px 0;
	height: 30px;
	padding: 0 10px;
	background: #147b32;
	line-height: 30px;
	color: #fff;
	display: inline-block;
}

.info-product-image .slide img {
	max-width: 800px;
	display: block;
	height: 400px;
}


/*网站导航*/
#map {
	width: 1200px;
	margin: 20px auto;
}

#map li {
	display: inline-block;
	margin: 5px;
	padding: 5px 8px;
	background: #efefef;
}

.index_nav {
	background: #373b8f;
	height: 52px;
}

.index_nav_menu {
	width: 1200px;
	margin: 0 auto;
}

.index_nav_menu li {
	width: 171px;
	float: left;
}

.index_nav_menu li a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 52px;
}

.index_header_bg {
}

.index_header {
	width: 1200px;
	margin: 0 auto;
}

/* nav S */



/* nav E */

.ysimg {
    margin: 30px auto;
    text-align: center;
}
html {
    overflow-x: hidden;
}
.sort-product-list li {
	width: 200px;
	text-align: center;
	margin: 20px 10px;
	float: left;
	height: 200px;
}

.sort-product-list li img {
	max-width: 200px;
	height: 180px;
}

.index_k_bg {
	width: 100%;
	background: #f3f3f3;
	height: 42px;
}

.index_k {
	font-size: 15px;
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
}

.index_k span {
	float: left;
}
.left-box-content>p {
    border-bottom: 1px solid #ddd;
}
.left-box-content {
    padding: 0 12px 20px;
}
.page-content,.left-box-content {
    line-height: 32px;
    font-size: 16px;
}

.info-content {
	line-height: 32px;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	width: 100%;
	z-index: 999;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #999
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, .75);
	width: 100%
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

#full-screen-slider {
	width: 100%;
	height: 540px;
	float: left;
	position: relative
}

#slides {
	display: block;
	width: 100%;
	height: 540px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 450px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}

#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #0092CE
}

.sousuo {
	background: url(/image/ss_bg.jpg) repeat-x top left;
	height: 63px;
}

.sousuo1 {
	width: 1200px;
	margin: 0 auto;
	line-height: 63px;
}

.gjc {
	float: left;
	font-size: 15px;
}

.gjc h1 {
	display: inline-block;
	font-weight: bold;
}

.link {
	width: 100%;
	height: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link .link_box {
	width: 1180px;
	margin: 0 auto;
}

.link_box h4 {
	background: url(/image/link_nav.jpg) no-repeat left top;
	width: 121px;
	height: 32px;
	font-size: 18px;
	color: #035bb5;
	text-align: center;
	line-height: 32px;
	float: left;
	margin-right: 30px;
}

.link_box a {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-right: 20px;
}

.link_box a:first-child {
	margin-left: 50px;
}

.link_box a:hover {
	color: #175ab1;
}

.index #floor_4_main {
	height: 830px;
	background: url("/image/f4_bg.png") no-repeat center center;
}

.index .floor_4 .in_title .entit {
	color: #fff;
}

.index .floor_4 .in_title .tit {
	color: #fff;
	background: url("/image/titline1.png") no-repeat center center;
}

.index .floor_4 .serviceList {
	padding-top: 60px;
}

.index .floor_4 .serviceList .list {
	width: 104%;
}

.index .floor_4 .serviceList .list li {
	position: relative;
	float: left;
	width: 120px;
	height: 260px;
	margin-left: 62px;
	background: url("/image/ita_bg.png") no-repeat;
}

.index .floor_4 .serviceList .list li:first-child {
	margin-left: 0px;
}

.index .floor_4 .serviceList .list li .img {
	padding: 30px 36px 0 30px;
}

.index .floor_4 .serviceList .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	*width: 47px;
	*height: 36px;
	transition: all ease 600ms;
}

.index .floor_4 .serviceList .list li .tit {
	width: 26px;
	height: 108px;
	margin-top: 20px;
	margin-left: 40px;
	font: bold 26px "Microsoft YaHei";
	text-align: center;
	color: #333;
	display: block;
	vertical-align: text-top;
	line-height: 30px;
	word-break: break-all;
	word-wrap: break-word;
	z-index: 3;
	position: relative;
}

.index .floor_4 .serviceList .list li .num {
	position: absolute;
	bottom: 0;
	left: 26px;
	width: 61px;
	height: 33px;
}

.index .floor_4 .serviceList .list li .num img {
	display: block;
	width: 100%;
	height: 100%;
}

.index .floor_4 .serviceList .list li.ita7 {
	width: 120px;
	background: url("/image/ita1_bg.png") no-repeat;
}

.index .floor_4 .serviceList .list li:hover .img img {
	transform: rotate(360deg);
	transition: all ease 600ms;
}

.index_slip {
	height: 150px;
	margin-top: 30px;
	background: url("/image/ixbannerbg.png") no-repeat center center;
}

.index_slip .slip_tit {
	width: 942px;
}

.index_slip .slip_tit .tit1 {
	padding-top: 27px;
    font: bold 32px "微软雅黑";
    color: #fff;
}

.index_slip .slip_tit .tit2 .p1 {
	float: left;
	margin-top: 18px;
	font: normal 23px "microsoft yahei";
	color: #fff;
}

.index_slip .slip_tit .tel {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
	width: 310px;
	height: 40px;
	font: normal 30px "arial";
	line-height: 40px;
	text-align: center;
	text-indent: 24px;
	color: #125927;
	background: url("/image/tel_bg.png") no-repeat;
	background-size: 310px 40px;
}

.index_slip .slip_btn {
	display: block;
	margin-left: 30px;
	margin-top: 45px;
	width: 228px;
	height: 71px;
	background: url("/image/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 50px;
	text-align: center;
	color: #125d27;
	transition: all 600ms ease;
	-webkit-animation: change 2s linear infinite;
}

.index_slip .slip_btn:hover {
	margin-top: 54px;
	transition: all 600ms ease;
}

.index_slip1 {

}

.index .in_title .entit {
	margin-bottom: 12px;
	font: normal 40px "arial";
	color: #666;
	text-align: center;
}

.index .in_title .tit {
	margin-top: 50px;
	font-size: 32px;
	line-height: 12px;
	text-align: center;
	color: #137c32;
	background: url("../img/titline.png") no-repeat;
}

#demo {
	overflow: hidden;
	margin-top: 30px;
	width: 1200px;
	height: 535px;
	float: right;
}

.index_product li {
	margin: 10px;
	text-align: center;
	width: 278px;
	float: left;
	border: 1px solid #bdbbbb;
}
.hstp {
    padding: 5px;
}
.index_product li img {
	height: 207px;
    max-width: 100%;
    display: block;
    margin:0 auto;
}

.index_product li a h4 {
	line-height: 35px;
	font-size: 15px;
}

.index_product li:hover {
	box-shadow: 0 0 8px #000000;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.adv {
	padding-bottom: 5px;
}

.adv_t {
	background: url(/image/20180808142920_1059806952.png) top center no-repeat;
	text-align: center;
	padding-top: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.adv_t b {
	font-size: 40px;
	display: block;
}

.adv_t b i {
	color: #008836;
}

.adv_t span {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.adv .fl {
	width: 550px;
}

.adv .fr {
	width: 550px;
	margin-top: 30px;
}

.adv1 {
	background: url(/image/20180808151403_808563777.png) top left no-repeat;
	padding-left: 80px;
	margin-bottom: 50px;
}
.adv1 b {
    font-size: 28px;
}
.adv2 b {
    font-size: 28px;
}
.adv3 b {
    font-size: 28px;
}
.adv4 b {
    font-size: 28px;
}

.adv2 {
	background: url(/image/20180808151641_2098154820.png) top left no-repeat;
	padding-left: 80px;
}

.adv3 {
	background: url(/image/20180808152649_1980305478.png) top left no-repeat;
	padding-left: 80px;
	margin-bottom: 50px;
}

.adv4 {
	background: url(/image/20180808152701_1540718709.png) top left no-repeat;
	padding-left: 80px;
}


.adv b i {
    color: #008836;
    font-style: normal;
}

.adv em {
    display: block;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
}

.adv span {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
    display: block;
}

.adv1_t {
	float: right;
}

.adv2_t {
	float: left;
}

.about {
	margin-top: 40px;
}

.about_w {
	width: 743px;
	height: 320px;
	background-color: #f6f6f6;
}

.about_w_y {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 30px;
}

.about_w_e {
	padding-left: 20px;
	padding-bottom: 10px;
}

.about_w_s {
	padding-left: 20px;
	font-size: 16px;
    line-height: 32px;
	padding-right: 15px;
}

.news_row2 {
	margin-top: 40px;
}

.news_info_1 {
	background: #f2f2f2;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.fr .news_div {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	background: #fefefe;
}

.news_info_bg_1 {
	width: 300px;
	height: 286px;
	background: #098000;
}

.news_info_1:hover {
	background: #f5f5f5;
}

.news .news_row2 .fl {
	width: 780px;
}

.fl .news_div_item .news_div_item_pic a>img {
	width: 300px;
	height: 230px;
	display: block;
	float: left;
}

.fl .news_div_item {
	padding: 28px;
	display: block;
	width: 720px;
}

.fl .news_div_item .news_div_item_title a {
	font-size: 18px;
	color: #343434;
	position: absolute;
	width: 420px;
	top: 0px;
	height: 320px;
	height: 250px;
}

.fl .news_div_item .news_div_item_body {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-top: 10px;
}

.fl .news_div_item .news_div_item_content {
	display: block;
	width: 390px;
	padding: 30px 0 30px 30px;
	height: 170px;
	float: right;
	position: relative;
}

.fl .news_div_item .news_div_item_content:before {
	content: "查看详情";
	position: absolute;
	top: 164px;
	left: 25px;
	display: block;
	width: 129px;
	height: 36px;
	line-height: 36px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #ff6600;
}

.news .news_row2 .fr {
	width: 390px;
}
.xinwen3 {
    width: 900px;
}
.fr .news_div_item {
	display: block;
	padding: 20px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	height: 55px;
	background: #f2f2f2
}

.fr .news_div_item:hover {
	background: #ff6600;
}

.fr .news_div_item:hover .news_div_item_date {
	color: #fff;
}

.fr .news_div_item:hover .news_div_item_day {
	color: #fff;
}

.fr .news_div_item:hover .news_div_item_month {
	color: #fff;
}

.fr .news_div_item:hover .news_div_item_body {
	color: #fff;
}

.fr .news_div_item:hover .news_div_item_title a {
	color: #fff;
}

.fr .news_div_item .news_div_item_date {
	display: block;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	font-weight: 100;
	color: #999;
	padding-right: 20px;
	border-right: 1px solid #eee;
	margin-right: 22px;
	width: 55px;
	position: relative;
	padding-top: 20px;
	height: 29px;
}

.fr .news_div_item .news_div_item_day {
	font-size: 30px;
	font-style: normal;
	color: #343434;
	display: block;
	font-weight: bold;
	font-family: arial;
	position: absolute;
	top: -3px;
	left: 14px;
}

.fr .news_div_item .news_div_item_year {
	position: absolute;
	top: 31px;
	left: 6px;
}

.fr .news_div_item .news_div_item_month {
	position: absolute;
	top: 31px;
	left: 41px;
}

.fr .news_div_item .news_div_item_content {
	display: block;
	line-height: 26px;
	float: left;
	width: 242px;
	white-space: nowrap;
	overflow: hidden;
}

.fr .news_div_item .news_div_item_title a {
	font-size: 16px;
	color: #343434;
}

.fr .news_div_item .news_div_item_body {
	font-size: 14px;
	color: #666;
}

.news_row3 {
	padding: 28px;
	background: #eee;
	margin-top: 20px;
	height: 126px;
}

.faq_tit {
	width: 210px;
	height: 75px;
	background: #098000;
	display: block;
	text-align: center;
	color: #fff !important;
	padding: 25px 0px;
	margin-left: auto;
	float: right;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-weight: bold;
	font-size: 22px !important;
}

.faq_tit:hover {
	background: #ff6600;
}

.faq_tit img {
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
}

.news_row3 .divdgweb_new_div_item {
	width: 425px;
	display: block;
	float: left;
	margin-right: 50px;
}
.news_row3 .divdgweb_new_div_item:nth-child(2n) {
    margin-right: 0;
}
.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_title a {
	font-size: 16px;
	color: #343434;
	line-height: 36px;
	position: relative;
	top: 31px;
}

.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_body {
	display: block;
	font-size: 14px;
	color: #767676;
	line-height: 25px;
	margin-top: 28px;
}

.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_title {
	position: relative;
}

.news_row3 .divdgweb_new_div_item .divdgweb_new_div_item_title:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/20190325135110_634963991.png) no-repeat;
	width: 30px;
	height: 30px;
}

.news_d {
	color: #666;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 43px;
}

.news_d b {
	font-weight: bold;
	color: #ff6600;
	font-size: 36px;
	letter-spacing: normal;
}

.news_d span {
	color: #098000;
}


.index_link a {
	color: #f3f3f3;
}

.container.index_link {
	margin: 20px auto 0;
}
.f_fenzhan {
    width: 800px;
    margin-left: 10px;
}
.f_fenzhan a {
    color: #fff;
}
.s_p li {
	padding: 0 16px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    display: inline-block;
    margin: 10px;
    color: #666;
}
.s_p li:hover {
	color: #fff;
    background: #0e87db;
    border-color: #0e87db;
}

.s_p li a {
	font-size: 16px;
	color: #666;
}
.s_p li a:hover {
	color: #fff;
}
.s_p {
	width: 1200px;
	margin: 0 auto 35px;
	text-align: center;
}

.images {
	width: 210px;
	overflow: hidden;
}

.cpizada {
	width: 100%;
}

div#link_logo {
	overflow: hidden;
	width: 100%;
	height: 490px;
}

div#link_logo1 {
	overflow: hidden;
}