@charset "utf-8";
/* CSS Document */
body{
	--showcolor--: rgb(40 163 17);
    --botnavcolor--: rgb(40 163 17);
}
.top_main {
    width: 100%;
}
.top_main .top1 {
    padding-top: 20px;
    padding-bottom: 15px;
    background: url(../img/tipbg.jpg) right top no-repeat;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.top1 .toprig {
    width: 590px;
    padding-top: 6px;
}
.top1 .toprig .it2 span {
    background-position: -148px 0;
}
.top1 .toprig .it3 span {
    background-position: -194px 0;
}
.top1 .toprig .item span {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
}
.icon {
    background: url(../img/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.top1 .toprig .item h3 {
    font-size: 18px;
    font-weight: bold;
}
.top1 .toprig .item p {
    color: #666;
    line-height: 15px;
}
.top1 .toprig .it4 {
    text-align: right;
    width: 220px !important;
    padding-top: 0 !important;
}
.top1 .toprig .item i {
    display: block;
    font-size: 16px;
    color: #666;
}
em, i, strong {
    font-style: normal;
}
.top1 .toprig .item h4 {
    display: block;
    font-size: 32px;
    color: #28a311;
    font-weight: bold;
}
.top1 .toprig .item {
    width: 180px;
    padding-top: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}

.mio-banner .slideBox {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.mio-banner .slideBox .bd {
	position: relative;
	z-index: 0;
}

.mio-banner .slideBox .bd li {
	position: relative;
	text-align: center;
}

.mio-banner .slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mio-banner .slideBox .bd li img {
	vertical-align: top;
	width: 100%;
}

.mio-banner .slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 3%;
	right: 45%;
	z-index: 1;
}

.mio-banner .slideBox .hd li.on {
	background: #28a311;
}

.mio-banner .slideBox .hd li {
	display: inline-block;
	width: 50px;
	height: 5px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #eee;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}

/*导航*/
#nav {
    background: #28a311;
    height: 55px;
    line-height: 55px;
}
.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
	float: left;
    display: inline-block;
    width: 171px;
    position: relative;
}
a.cur {
    background: #fadd15;
    color: #066c37 !important;
}
.nav>li a {
	display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.nav>li:hover {
    background: #fadd15;
}
.nav>li:hover a {
    color: #066c37;
}
.nav>li.list .list_ul>li:hover a:after {
	display: none;
}

.nav>li.list {
	position: relative;
}

.nav>li.list .list_ul>li:hover {
	background: #fff;
}

.nav>li.list .list_ul>li:hover a {
	color: #c81500;
}

.nav>li.list .list_ul {
	position: absolute;
	left: 0;
	display: none;
	z-index: 9999;
}

.nav>li.list .list_ul>li {
	position: relative;
	background: #fff;
	line-height: 50px;
	width: 171px;
}

.nav>li.list .list_ul>li a {
	color: #066c37 !important;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.nav>li.list .list_ul>li ul.list_children {
	position: absolute;
	z-index: 99999;
	top: 0px;
	left: 150px;
	width: 120px;
	display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
	background: #efefef;
	position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
	color: #fff;
}
/*关键词*/
.announ_main {
    width: 100%;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #eee;
}
.announ_main .announ_left span {
    display: inline-block;
}
.announ_main .announ_right {
    width: 282px;
    padding-top: 20px;
}
.announ_main .announ_right .search {
    width: 282px;
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
    background: #f6f6f6;
    position: relative;
}
.announ_main .announ_right .search .txt {
    width: 200px;
    background: none;
    padding-left: 15px;
    display: block;
    color: #999;
}
.announ_main .announ_right .search input {
    outline: none;
    border: 0 none;
    height: 35px;
    line-height: 35px;
}
.announ_main .announ_right .search .btn {
    width: 50px;
    background: url(../img/sou.png) no-repeat center #439e00;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.announ_main .announ_right .search .btn:hover {
    background-color: #fadd15;
}
.re_key h1 {
    font-weight: bold;
}
/*产品*/
.index .floor_2, .index .floor_3 {
    padding: 50px 0 40px 0;
    position: relative;
}
.index .title {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}
.index .title h3 {
	font-size: 32px;
    display: block;
    line-height: 30px;
    background: url(../img/title.png) no-repeat center;
    font-weight: bold;
    color: #4a4a4a;
}
.index .title p {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 20px;
}
.index .tab {
    text-align: center;
    padding-bottom: 30px;
}
.index .tab a {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    background: #28a311;
    font-size: 17px;
    display: inline-block;
    margin: 0 15px 10px 0;
	color: #fff;
	font-weight: bold;
}
.index .icase {
    overflow: hidden;
}
.index .icase .list li {
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    width: 386px;
}
.index .icase .list li .img {
    width: 374px;
    height: 290px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 5px;
}
.index .icase .list li:nth-child(3n) {
    margin-right: 0;
}
.index .icase .list li .img img {
	max-width: 100%;
	transition: .9s;
	-moz-transition: .9s;
	-webkit-transition: .9s;
	-o-transition: .9s;
	height: 290px;
	display: block;
	margin: 0 auto;
}
.index .icase .list li .img .on {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s
}
.index .icase .list li .img .on i {
	width: 65px;
	height: 65px;
	background-position: -150px -147px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
.index .icase .list li .p {
	background: #28a311;
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}
.index .icase .list li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index .icase .list li:hover .on {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.index .more {
    margin-top: 40px;
}
.index .more .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.index .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.index .more .look_more:hover {
	background: #28a311;
	color: #fff;
	transition: all .5s;
	border: 1px solid #28a311;
}
/*优势*/
.jg_abg {
    background: url(../img/20170731142628_255301627.jpg) no-repeat center;
    height: 240px;
    font-family: "Microsoft YaHei";
    color: #fff;
}
.all {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.jg_w1 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-top: 33px;
}
.jg_w1 span {
    color: #fff000;
    font-size: 40px;
}
.jg_w2 {
    font-size: 20px;
    padding: 16px 52px 0 290px;
}
.jg_w3 {font-size:20px;padding:16px 52px 0 0;}
.jg_w4 {font-size:16px;padding:35px 0 0 403px;}
.jg_w5 {font-size:22px;padding:32px 0 0 8px;}
.adv {
    width: 100%;
    min-width: 1100px;
    font-size: 14px;
    line-height: 32px;
}
.adv_t {
    height: 159px;
    background: url(../img/20170823110218_1921302704.jpg) center no-repeat;
    font-size: 18px;
    text-align: center;
}
.w1100 {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.adv_t p {
    font-size: 40px;
    font-weight: bold;
    color: #28a311;
    line-height: 60px;
    padding-top: 50px;
}
.adv_word {
    width: 420px;
    padding-left: 90px;
    padding-top: 20px;
    font-size:15px;
}
.adv_word dl {font-size:25px;font-weight:bold;line-height:40px;padding-bottom:40px;}
.adv_word dl span {font-size:28px;color:#28a311;}
.adv_word em {font-style:normal;color:#28a311;}
.adv_word a {display:block;width:150px;margin-top:20px;line-height:45px;margin-right:50px;background:#28a311;font-size:16px;text-align:center;color:#fff;float:left;}
.adv_word a:hover {color:#fff000;}
.top38 {
    margin-top: 38px;
}
.adv_bg2 {
    height: 490px;
    background: url(../img/20170823141608_707844633.jpg) center no-repeat;
}
.adv_bg1 {
    height: 468px;
    background: url(../img/20170823141229_646280985.jpg) center no-repeat;
}
.top23 {
    margin-top: 23px;
}
.com_tbg {
    background: url(../img/20170823135605_1663134577.jpg) top center no-repeat;
	text-align: center;
	height:118px;
}
.xunpan {
    width: 100%;
    background: url(../img/xunpan.jpg) no-repeat center top;
    height: 176px;
}
.por {
    position: relative;
}
.xunpan .zixun {
    width: 200px;
    height: 40px;
    padding: 5px;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 0;
    top: 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.xunpan .zixun a {
    width: 188px;
    height: 38px;
    line-height: 38px;
    display: block;
    margin: 0 auto;
    color: #125d27;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #125d27;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.xunpan img {
    display: block;
    padding-top: 13px;
    max-width: 100%;
    padding-bottom: 12px;
}
.xunpan strong {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    padding-right: 10px;
}
.xunpan .tel {
    width: 310px;
    background: url(../img/telbg.png) no-repeat left top;
    height: 40px;
    line-height: 40px;
    color: #125927;
    font-size: 30px;
    text-align: center;
    margin-right: 5px;
    font-family: arial;
    display: inline-block;
    text-indent: 14px;
}
/*案例*/
.floor_4_main {
    background: #f0f0f0 url(../img/fl4.jpg) no-repeat center top;
    background-size: 1920px 930px;
    overflow: hidden;
    width: 100%;
}
.floor_4, .indnews {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
.anlikz {
	width: 1200px;
	margin: 0 auto;
}

.marqueeleft {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
    margin: 0 20px 0 0;
    display: inline;
    overflow: hidden;
    width: 250px;
    border: #ccc 1px solid;
    padding: 15px 15px 10px 15px;
    background: #fff;
}

.marqueeleft li .pic {
	display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}

.marqueeleft li .txt {
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.marqueeleft ul li a img {
	max-width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
}
/*关于*/
.iaboutbox .txt {
    width: 700px;
    display: block;
    padding: 30px 0 0 0;
}
.jieshao1 {
	font-size: 15px;
	line-height: 30px;
    color: #333;
}
.iaboutbox .txt span {
	width: 154px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 1px solid #28a311;
	margin-top: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.iaboutbox .txt span:hover {
	background: #28a311;
	color: #fff;
}
.iaboutbox .img {
	width: 450px;
	height: 320px;
	display: block;
	overflow: hidden;
}
.iaboutbox .img img {
	width: 450px;
	height: 320px;
	display: block;
}



/*实力*/
.model2 {
	background: url(../img/modelbg2.png)no-repeat center;
	width: 100%;
	height: 540px;
	overflow: hidden;
	padding-top: 60px;
	margin-top: 10px;
}

.model2 .pic {
	width: 407px;
	height: 420px;
	overflow: hidden;
}

.model2 .pic img {
	width: 407px;
	transition: all .8s;
	height: 420px;
}

.model2 .pic:hover img {
	transform: scale(1.1);
}

.model2 .text {
	width: 740px;
	margin-left: 45px;
}

.model2 .text dt i {
	color: #fff;
	font-size: 30px;
	line-height: 26px;
	display: block;
	margin: 17px 0 70px 0;
	font-style: normal;
}

.model2 .text dl dd {
	cursor: default;
	text-align: center;
	float: left;
	margin: 0 35px 27px 0;
	width: 206px;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	background: #c81500;
}

.model2 .text .rx {
	padding-left: 50px;
	background: url(../img/tel.png)no-repeat left center;
	color: #fff;
	font-size: 16px;
}

.model2 .text .rx p {
	font-weight: bold;
	font-family: arial;
	font-size: 26px;
}

.jjabsp4 {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	width: 140px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	margin: 20px auto;
}

.jjabsp4:hover {
	color: #fff;
	background: #c81500;
	border-color: #c81500;
}
/*关于*/
.pp_bg {
	background: url(/img/pp_bg.jpg) no-repeat center 0;
	height: 601px;
	margin: 30px auto 50px;
}

.pp01 {
	width: 599px;
	height: 601px;
	position: relative;
}

.pp01 a i {
	display: block;
	position: absolute;
	bottom: -4px;
	right: 0;
}

.pp01 a i img {
	width: 100px;
	height: 100px;
}

.pp01 a img {
	width: 599px;
	height: 601px;
}

.pp02 {
	width: 530px;
}

.pp_bt {
	height: 217px;
	padding: 25px 0 0;
}

.pp_bt a b {
	display: block;
	float: left;
	font-size: 36px;
	color: #333;
}

.pp_con {
	padding: 50px 0 0;
}

.pp_con em a {
	display: block;
	font-size: 21px;
	color: #333;
	margin-bottom: 20px;
}

.jieshao {
	font-size: 15px;
	color: #555;
	line-height: 30px;
}

#dituContentl {
	height: 350px;
	margin-top: 20px;
}
/*新闻*/
.section-bnr {
	padding-top: 30px;
	color: #FFF;
	position: relative;
	z-index: 1;
	background: url(/img/bg.png) #28a311;
	background-position: 50%;
	background-size: cover;
}

.b-bnr {
	color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
	
}

.b-bnr__title {
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
}

.b-bnr-contacts {
	padding: 45px 35px;
	text-align: center;
	bottom: -72px;
	position: relative;
	z-index: 1;
	box-shadow: 0.188rem 0.25rem 2rem 0.5rem rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	width: 680px;
	margin: -100px auto 0;
}

.align-items-center {
	align-items: center !important;
}

.b-bnr-contacts__item:first-child {
	border-right: 1px solid #ddd;
	padding-right: 10%;
}

.b-bnr-contacts__item {
	float: left;
}

.b-bnr-contacts .b-phone {
	text-align: left;
	display: inline-block;
}

.b-phone_dark {
	color: #222222;
}

.b-phone__ic {
	font-size: 34px;
	float: left;
}

.b-phone__main {
	padding-left: 50px;
	background: url(../img/dianhua.png) no-repeat left;
}

.b-phone__title {
	font-size: 16px;
	line-height: 1;
}

.b-phone_dark .b-phone__phone {
	color: #222222;
}

.b-bnr-contacts .b-phone__phone {
	font-weight: 600;
}

.b-phone__phone {
	font-size: 26px;
	color: #ffffff;
	display: inline-block;
}

.b-bnr-contacts .btn {
	width: 130px;
	display: block;
	margin-left: 45%;
}

.btn-secondary {
	background-color: #222222;
	color: #ffffff;
}

.btn-lg, .btn-group-lg > .btn {
	font-size: 16px;
	padding: 12px 35px;
	font-weight: 700;
	text-transform: uppercase;
}
/*新闻*/
.xwleft {
	float: left;
	width: 580px;
}

.section-fag__inner {
	padding-top: 100px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}

.ui-subtitle {
	margin-bottom: 4px;
	color: #222222;
	font-size: 14px;
	text-transform: uppercase;
}

.ui-title {
	font-size: 40px;
	color: #333;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.ui-decor:after {
	position: absolute;
	top: 0;
	left: calc(100% + 5px);
	content: '';
	width: 10px;
	height: 2px;
	background-color: inherit;
}

.ui-decor {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 2px;
	margin-top: 11px;
	margin-bottom: 30px;
}

.bg-primary {
	background: #28a311;
}

.accordion {
	border-top: 1px solid #eee;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	margin-bottom: 15px;
}

.ui-accordion__link {
	text-align: left;
	border: none;
	position: relative;
	color: #222222;
	font-size: 15px;
	background-color: #f4f4f4;
	padding: 22px 65px;
}

.ui-accordion__link[aria-expanded="true"] .ui-accordion__number {
	background-color: #28a311;
}

.ui-accordion__link[aria-expanded="true"] .ui-accordion__number, .ui-accordion__link:hover .ui-accordion__number {
	color: #ffffff;
}

.ui-accordion__number {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #ededed;
	color: #aaaaaa;
	font-size: 18px;
	padding-left: 12px;
	width: 38px;
	height: 100%;
	line-height: 58px;
	-webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ui-accordion__link .ic {
	position: absolute;
	right: 25px;
	top: 16px;
}

.xwright {
	float: right;
	width: 580px;
	padding-top: 120px;
}

.w1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*底部*/
.f_link {
	width: 1200px;
	margin: 10px auto;
	font: 14px/30px 微软雅黑;
}

.bt_subnav {
	height: 58px;
	background: #c81500;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.subnav a {
	width: 178px;
	text-align: center;
	color: #fff;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	display: inline-block;
}

.foot {
	width: 100%;
	color: #c0c0c0;
	background-color: #292A2E;
	padding-bottom: 30px;
}

.foot ul {
	color: #c0c0c0;
	padding-top: 30px;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.foot ul .foot_tel {
	float: left;
	width: 530px;
	border-right: 1px #333 solid;
	height: 120px;
}

.foot_dress {
	float: left;
	width: 300px;
	border-right: 1px #333 solid;
	margin-left: 60px;
	height: 120px;
	font-size: 15px;
	padding-top: 0px;
	line-height: 27px;
}

.foot_mail {
	float: left;
	margin-left: 60px;
	height: 120px;
	font-size: 14px;
	line-height: 25px;
}

.foot_mail img {
	width: 120px;
}

.banquan {
	text-align: center;
	margin-top: 20px;
}
.banquan a {
color: #c0c0c0;
}
.foot ul .foot_tel img {
	padding-top: 20px;
}

/*内页*/
h2.left-box {
	margin-bottom: 14px;
	position: relative;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #28a311;
	margin: 20px 0 0 0;
}

.xypg-left-con {
	border: 1px solid #ebebeb;
	padding: 15px;
}

.xypg-left-nav > li {
	margin-bottom: 12px;
	position: relative;
}

.xypg-left-nav > li > a {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	padding-right: 15%;
}

.xypg-left-nav > li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d1d1d1 url(../img/xypg-left-jt.png) 0 -15px no-repeat;
	right: 10%;
	top: 13px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
	color: #333;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
	background-color: #f5ba00;
}

.page-about-left {
	width: 243px;
	float: left;
}

ul.latest-news li {
	margin-top: 15px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

.latest-news li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d1d1d1 url(../img/xypg-left-jt.png) -1px -16px no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.latest-news li a:hover {
	color: #333;
	text-decoration: underline;
}

.left-box-content p {
	margin-bottom: 0;
	border-bottom: 1px dotted #b8b8b8;
	font-size: 14px;
	color: #333333;
	padding: 8px 0;
}

.rightbox_product_relation_ul li {
	width: 209px;
	padding: 5px;
	margin: 5px;
	float: left;
	background: #f6f6f6;
}

.rightbox_product_relation_ul li a {
	display: block;
}

.rightbox_product_relation_ul li a img {
	max-width: 100%;
	height: 143px;
	display: block;
	margin: 0 auto;
}

.rightbox_product_relation_ul li a h4 {
	line-height: 30px;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

.info-product-right {
	width: 925px;
	position: relative;
}

.rightbox_new_relation_ul {
	word-break: break-word;
}

.rightbox_new_relation_ul li {
	padding: 10px;
	margin: 5px 12px 5px 0;
	background: #f9f9f9;
	width: 430px;
	float: left;
}

.rightbox_new_relation_ul li a {
	display: block;
}

.rightbox_new_relation_title {
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
}

.rightbox_new_relation_time {
	margin-bottom: 10px;
	color: #666;
	float: right;
}

.rightbox_new_relation_description {
	color: #666;
}

.sort-product-right {
	width: 925px;
	position: relative;
}

.page-about-right {
	width: 925px;
	position: relative;
}

.sideMenu li:hover .first-nav-btn {
	background-color: #333;
}

.sideMenu li {
	margin-bottom: 12px;
	position: relative;
}

.sideMenu li a {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	padding-right: 15%;
}

.first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d1d1d1 url(../img/xypg-left-jt.png) 0 -15px no-repeat;
	right: 10%;
	top: 13px;
}

.page-content {
	line-height: 32px;
	font-size: 16px;
	;
}

.sort-product-list li {
	width: 32%;
}

.tp1 {
	border: 1px solid #eee;
	text-align: center;
	padding: 3px;
}

.tp1 img {
	max-width: 100%;
	height: 180px;
}

.xiangxi {
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	margin: 0 0 15px;
}

.info-content {
	line-height: 24px;
}

.gsjs1 {
	margin: 10px 0 0;
	line-height: 25px;
}

/*右侧悬浮*/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}

.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../img/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
	display: none;
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #00ad03;
	display: none;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.toolbar .qq span {
	background-position: -35px -47px;
}

.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}

.toolbar .qq:hover {
	background-color: #962829;
	border-radius: 100%;
}

.toolbar .qq:hover span {
	background-position: 0 -47px;
}

.toolbar .tel span {
	background-position: -35px 0;
}

.toolbar .tel:hover {
	background: #00ad03;
}

.toolbar .tel:hover span {
	background-position: 0 0;
}

.toolbar .code span {
	background-position: -35px -95px;
}

.toolbar .code:hover {
	background-color: #00ad03;
	border-radius: 100%;
}

.toolbar .code:hover span {
	background-position: 0 -95px;
}

.toolbar .top span {
	background-position: -35px -142px;
}

.toolbar .top:hover {
	background-color: #00ad03;
	border-radius: 100%;
}

.toolbar .top:hover span {
	background-position: 0 -142px;
}

.toolbar dd:hover {
}

span.mt25 img {
	width: 235px;
}
