﻿/*-----------头部-----------*/
.topwrap {
	height: 29px;
	background: #fafafa;
	color: #9f9f9f;
	line-height: 29px;
	border-bottom: #e3e3e3 solid 1px;
	font-size: 12px;
}

.topwrap a {
	color: #9f9f9f;
}

.topwrap i {
	color: #9f9f9f;
	margin: 0 5px;
}

.topwrap .span-yellow {
	color: #ff5000;
}

.topbox {
	position: relative;
}

.topbox form {
	width: 220px;
	height: 29px;
	background: #cd121b;
	padding-bottom: 1px;
	float: right;
}

.topbox form input {
	height: 28px;
	margin: 0;
	padding: 0 3px;
	background: #fafafa;
	color: #171717;
	border: none;
	width: 178px;
	margin-bottom: 5px;
	font-size: 12px;
}

.topbox form button {
	border: none;
	background: none;
	outline: none;
}

.topbox form i {
	color: #fff;
	margin-right: 10px;
}

.menus .logo {
	float: left;
}

.headtel{
	color: #3e3d3d;
	font-weight: bold;
	font-size: 26px;
	line-height: 44px;
	 background: url(img/tel.jpg) no-repeat left center;
	 padding-left: 55px;
	 display: flex;
	 flex-direction: column;
	 font-family: Gotham Pro;
	 margin-top: 20px;
}
 

.fixedbg {
	position: fixed;
	top: 0;
	z-index: 9999;
}


/*-----------导航-----------*/
.menu-wrap{
	width: 100%;
	background: #f07209;
}

 

.menus {
	width: 100%;
	display: block;
	background: #fff;
	color: #fff;
	padding: 10px 0 15px 0;
	margin-bottom: 0;
	border-radius: 0;
}
.menu-box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 40px;
}

.menu-wrap .ul-wrap {
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu-wrap .ul-wrap  li {
	margin: 0 1%;
	padding: 0;
	text-align: center;
	float: left;
	width: 10.5%;
	color: #fff;
	position: relative;
	height: 40px;
}
.menu-wrap .ul-wrap li:nth-child(1){
	width: 8%;
}
 

.menu-wrap .ul-wrap li a {
	color: #fff;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
}

.menu-wrap .ul-wrap li a:hover {
	color: #fff;
	background: #d63902;
}

.menu-wrap .ul-wrap li a.active {
	color: #fff;
	background: #d63902;
}
.menu-wrap .ul-wrap li:hover >a{
	color: #fff;
	background: #d63902;
}
.menu-wrap .ul-wrap li .ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
	background: rgba(79,77,77,0.7);
	height: 0;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	z-index: 888;
}
.menu-wrap .ul-wrap li .ul li{
	display: block;
	width: 100%;
	height: 33px;
	clear: both;
	margin: 0 auto;
	border-bottom: rgba(255,255,255,0.25) solid 1px;
	opacity: 0;
} 
.menu-wrap .ul-wrap li .ul li a{
	width: 100%;
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 0 auto;
	line-height: 33px;
	text-align: center;
	color: #fff;
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	transition: opacity .4s, transform .5s;
}

.menu-wrap .ul-wrap li:hover .ul {
	height: auto;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.menu-wrap .ul-wrap li:hover .ul li{
	opacity: 1;
}
.menu-wrap .ul-wrap li:hover .ul li a {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

/*首页banner*/

.index_swiper_container {
	width: 100%;
}

#pagination1 .swiper-pagination-bullet {
	background: #fff;
}

#pagination1 .swiper-pagination-bullet-active {
	background: #f07209;
}
.index_swiper_container .swiper-button-prev, .swiper-container-rtl .swiper-button-prev,
.index_swiper_container .swiper-button-next, .swiper-container-rtl .swiper-button-next{
	display: none;
	background-image: none;
}
 


/*-----------首页喷涂样件-----------*/

.product-wrap {
	width: 100%;
	padding: 40px 0 0 0;
}
.product-title-wrap{
	width: 100%;
}
.product-title-wrap h1{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color:#3c3c3c;
}
.product-title-wrap h1 i{
	font-size: 42px;
}

.product-title {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.product-title-line {
	height: 10px;
	background: url(img/line.png) repeat-x left bottom;
	margin-top: 18px;
	flex: 1;
}

.product-title h2 {
	margin: 0 auto;
	font-size: 16px;
	color: #656565;
	text-align: center;
	display: flex;
	flex-direction: column;
	line-height: 45px;
	min-width: 136px;
	padding: 0 40px;
}

.product-title div.h2 {
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	line-height: 45px;
	text-align: center;
}

.product-title-h3 {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.product-title-h3 span {
	color: #e01027;
}

.product-list {
	padding-top: 25px;
}

.product-list .row {
	margin: 0 -10px;
}

.product-list {
}

.product-list .p9 {
	padding: 0 10px;
	margin-bottom: 10px;
}

.product-list .p9 a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.product-list .p9 a img {
}

.product-list .p9 .subtitle{
	background:#f7f9fb;
	padding: 0 25px;
	position: absolute;
	bottom: 0;
	transition: 0.5s;
	width: 100%;
}

.product-list .p9 .subtitle .tit{
 	display: flex;
 	flex-direction: row;
 	justify-content: space-between;
 	border-bottom: #f7f9fb solid 1px;
 	padding: 25px 0 25px 0;
 	overflow: hidden;
 }
.product-list .p9 .subtitle .tit i{
	font-size: 30px;
	color: #a8a8a8;
}
.product-list .p9 .subtitle .tit .left{
	display: flex;
	flex-direction:column
}
.product-list .p9 .subtitle .tit .left h2{
	color: #4a4a4a;
	font-size: 22px;
	font-weight: bold;
}
.product-list .p9 .subtitle .tit .left h3{
	color: #b5b5b5;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
	padding-top: 10px;
}
.product-list .p9 .subtitle p{
	line-height: 22px;
	font-size: 12px;
	padding: 15px 0 20px 0;
	height: 0;
	transition: 0.5s;
	display: none;
}
.product-list .p9 a:hover .subtitle{
	background: #f07209;
}
.product-list .p9 a:hover .subtitle .tit{
	border-bottom: rgba(255,255,255,0.5) solid 1px;
	padding-bottom: 15px;
}
.product-list .p9 a:hover .subtitle .tit .left h2{
	color: #fff;
}
.product-list .p9 a:hover .subtitle .tit .left h3{
	color: #ffbe91;
}
.product-list .p9 a:hover .subtitle p{
	height: auto;
	display: block;
	color: #fff;
}
.product-list .p9 a:hover .subtitle .tit i{
	color: #fff;
}


/*首页订制*/

.xuqiu-wrap {
	width: 100%;
	margin-top: 30px;
	padding: 35px 0;
	text-align: center;
}
.box1{
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.box1 .box-item{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
}
.box1  .box-item .box-left{
	width: 54.5%;
}
.box1  .box-item .box-left .img{
	margin-right:23px;
	width: 58px;
	float: left;
}
.box1  .box-item .box-left .content{
	width: 86%;
	float: right;
}
.box1  .box-item .box-left .content h2{
	color: #ffa63e;
	font-size: 36px;
	font-weight: bold;
}
.box1  .box-item .box-left .content h3{
	color: #949494;
	font-size: 16px;
	line-height: 33px;
}
.box1  .box-item .box-left .content ul,.box1  .box-item .box-left .content p{
	line-height: 32px;
	font-size: 15px;
	color: #373737;
	padding-top: 20px;
}
.box1  .box-item .box-left .content ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #373737;
}
.box1  .box-item .box-left .content ul li i{
	color: #cd121b;
	font-size: 18px;
}
.box1  .box-item .box-right{
	width: 45.5%;
	text-align: right;
}
.box2{
	background: #f5f7f9;
	border-top: #eeeff0 solid 1px;
}
.box2  .box-item .box-left{
	width: 50.5%;
}
.box3  .box-item .box-left ul{
	width: 90%;
}
 

/*用心管理    贴心服务*/
.manage-wrap{
	width: 100%;
	background: url(img/gg1.jpg) no-repeat center top;
	padding: 30px 0;
}
.manage-wrap h2, .manage-wrap h3 ,.manage-wrap h4{
	padding-left: 90px;
}
.manage-wrap h2{
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	padding-top: 5px;
}
.manage-wrap h4{
	color: #fff;
	font-size: 12px;
	font-family: arial;
	line-height: 30px;
}
.manage-wrap h3{
	color: #fff;
	font-size: 36px;
	font-family: Gotham Pro;
	padding-top: 15px;
}
.manage-wrap h3 i{
	font-size: 36px;
	font-weight: bold;
}
.manage-hua{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 50px 0;
}
.manage-hua .hua-left{
	width: 34%;
}
.manage-hua .hua-left .item{
	border-bottom: #ebebed solid 1px;
	padding: 30px 50px 30px 0;
	text-align: right;
	background: url(img/a.png) no-repeat right 35px;
}
.manage-hua .hua-left .item:nth-child(2){
	border-bottom: none;
	background: url(img/c.png) no-repeat right 35px;
}
.manage-hua .item h2{
	font-size: 22px;
	color: #f07209;
	font-weight: bold;
	padding-bottom: 5px;
}
.manage-hua .item p{
	line-height: 24px;
	color: #181818;
	font-size: 15px;
}

.manage-hua .hua-right{
	width: 34%;
}
.manage-hua .hua-middle{
	width: 24%;
	text-align: center;
}

.manage-hua .hua-right .item{
	border-bottom: #ebebed solid 1px;
	padding: 30px 0 30px 50px;
	text-align: left;
	background: url(img/b.png) no-repeat left 35px;
}
.manage-hua .hua-right .item:nth-child(2){
	border-bottom: none;
	background: url(img/d.png) no-repeat left 35px;
}

 
/*首页关于津立源*/

.about-wrap {
	background: #fbfdfe;
	padding: 40px 0;
}

.about-home-left {
	width: 38%;
	float: left;
}

.about-home-content {
	padding-top: 30px;
}

.about-home-content .about-home-right {
	width:59%;
	float: right;
}
.about-home-content .about-home-right .content {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #656565;
}

.about-home-content .about-home-right a {
	color: #f07209;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.about-home-content .about-home-right a:hover {
	text-decoration: underline;
}


/*-----------首页荣誉证书----------*/
.honor {
	width: 100%;
	padding: 35px 0 0 0;
	float: left;
}
.honor-title{
	background: url(img/line.png) repeat-x left center;
	width: 100%;
	overflow: hidden;
	height: 20px;
}
.honor-title span{
	font-size: 18px;
	font-weight: bold;
	color: #272626;
	line-height: 20px;
	padding-right: 10px;
	background:#fff;
}

.honor-title a{
	 font-size: 12px;
	 color: #5a5657;
	 float: right;
	 padding-left: 10px;
	 background:#fff;
}

.honor-wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.honor-list {
	width: 95%;
	margin: 40px auto 0 auto;
}

.honor-list .pic {
	width: 100%;
	height: 0;
	padding-bottom: 150%;
	overflow: hidden;
}

.honor-list .pic img {
	width: 100%;
	transition: all 0.6s;
	max-width: 520px;
}

.honor-wrap .swiper-button-next {
	background-image: none;
	width: 45px!important;
	height: 45px;
	line-height: 45px;
	z-index: 888;
	right: 0;
	background: #3c3c3c;
	text-align: center;
}

.honor-wrap .swiper-button-next:hover{
	background: #f07209;
}

.honor-wrap .swiper-button-next:hover i{
	color: #fff;
}

.honor-wrap .swiper-button-prev {
	background-image: none;
	width: 45px!important;
	height: 45px;
	line-height: 45px;
	z-index: 888;
	left: 0;
	background: #3c3c3c;
	text-align: center;
}
.honor-wrap .swiper-button-prev:hover{
	background: #f07209;
}
.honor-wrap .swiper-button-next:hover i{
	color: #fff;
}
.honor-wrap .swiper-button-prev:hover i{
	color: #fff;
}

.honor-wrap i {
	font-size: 27px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	color: #a6a6a6;
	/* Opera*/
}

.honor-wrap i:hover {
	color: #e01027;
}
.honor .swiper-pagination{
	width: 100%;
}

 
/*-----------首页新闻资讯-----------*/
.news-home {
	padding-top: 30px;
	padding-bottom: 30px;
}

.news-left {
	width: 57%;
	float: left;
	
}

.news-title {
	color: #151414;
	font-size: 24px;
	border-bottom: #cbcbcb solid 1px;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	width: 100%;
}
.news-title span{
	color: #6b6b6b;
	font-family: arial;
}
.news-title a {
	color: #5a5657;
	font-family: arial;
	font-size: 12px;
	float: right;
}

.news-title a.cur {
	color: #e01027;
	border-bottom: #e01027 solid 2px;
}

.news-indutry {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top:24px;
	justify-content: space-between;
}

.news-indutry a dl {
	float: left;
	width: 100%;
	padding: 0px;
	background: url(img/line.png) repeat-x left bottom;
	
}
.news-indutry a {
	margin-bottom: 15px;
}
.news-indutry a:last-child {
	margin-bottom: 0;
}

.news-indutry a dl dt {
	line-height: 18px;
	font-size: 14px;
}

.news-indutry a dl dd {
	font-size: 12px;
	height: 37px;
	line-height: 20px;
	padding: 5px 0 10px 0;
}
 
.news-indutry  .pic{
	width: 23.5%;
}
.news-indutry .pic img{
	margin-bottom: 10px;
}
.news-indutry .pic img:last-child{
	margin-bottom: 0;
}

.news-indutry  .pic a{
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
.news-indutry  .pic a:last-child{
	margin-bottom: 0px;
}
.news-indutry .list{
	width: 72%;
}
.news-indutry  .list a{
	background: url(img/i.jpg) no-repeat right center;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.news-indutry  .list a i{
	font-size: 20px;
	line-height: 18px;
}

.news-indutry  .list a:hover dl dd{
	color: #818187;
}
/*常见问题*/

.new-quest {
	width: 37%;
	float: right;
}
.new-quest .news-title{
	border-bottom: #fff solid 1px;
}

.new-quest .pic {
	width: 100%;
}

.new-quest .pic img {
	width: 100%;
	transition: all 0.6s;
}

.new-quest-list {
	width: 100%;
	padding-top: 3px;
}

.new-quest-list a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.new-quest-list a h2 {
	font-size: 14px;
	padding: 0 0 5px 15px;
}
.new-quest-list a  span{
	float: right;
}
.new-quest-list a i{
	color: #cd121b;
}

/*-----------网站底部-----------*/

.footwarp {
	width: 100%;
	padding: 15px 0 20px 0;
	color: #fff;
	background:#333232;
	overflow: hidden;
}

.footwarp a {
	color: #fff;
}

.footwarp a:visited {
	color: #fff;
}

.footwarp a:hover {
	color: #f5f3f3;
}

.footwarp a:active {
	color: #fff;
}

.ftlogo {
	float: left;
}
.ftline{
	height: 123px;
	width: 1px;
	background: #5c5c5c;
	float: left;
	margin: 27px 25px 0 30px;
}

.ftewm {
	float: right;
	margin: 0;
	text-align: center;
	color: #b0aeae;
}

.footadd {
	width: 33%;
	float: left;
	font-size: 15px;
	color: #d0d4dd;
	line-height: 26px;
	padding-top: 15px;
}

.footadd p:nth-child(2){
	font-size: 12px;
	color: #9e9e9e;
	line-height: 25px;
	padding-top: 15px;
}
.footadd p:nth-child(2) a{
	color: #9e9e9e;
}
.footadd p:nth-child(2) a:hover{
	color: #fff;
}

.footser{
	width:38%;
	float: left;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
	height: 170px;
	flex-wrap: wrap;
}

.footser a{
	padding-right: 10px;
}

 

/*移动端底部*/

.footH {
	height: 40px;
	display: none;
}

.footMwrap {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footFix {
	background: #242a38;
	padding: 11px 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 999;
	display: flex;
	text-align: center;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #fff;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.8);
}


/*============================================内页 样式开始==========================================*/

 


/*--分页--*/

.page {
	padding: 20px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page A {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid;
	TEXT-DECORATION: none;
}

.page A:hover {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #322516;
	BORDER-BOTTOM: #c9c9c9 1px solid
}

.page A:active {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	BORDER-BOTTOM: #c9c9c9 1px solid
}

.page SPAN.current {
	BORDER-RIGHT: #e24a29 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #e24a29 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #e24a29 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #e24a29 1px solid;
	background: #e24a29;
}

.page SPAN.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid
}
/*内页合作伙伴*/

.sub-partner {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 38px;
}

.sub-partner  .row {
	margin: 0 -10px;
}

.sub-partner  .testwrapper {
	margin-bottom: 15px;
}

.sub-partner  .apppd {
	padding: 0 10px;
}

.sub-partner  .pic .cover {
	width: 100%!important;
	height: 100%!important;
	background: rgba(239,113,9,0.8);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 100%;
	display: none;
}

.sub-partner  .pic img {
	width: 100%;
}

.sub-partner  .pic .cover a {
	display: block;
	width: 100%;
	height: 100%;
	zoom: 1;
	vertical-align: middle;
	line-height: 100%;
}

 

.sub-partner  .pic .cover h3 {
	font-weight: normal;
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 100%;
	padding-top: 30px;
}

.sub-partner  h2 a {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.sub-partner  .pic:hover .cover {
	display: block;
}

.apppd {
	padding: 0 10px;
	margin: 0;
}

.sub-partner  .testwrapper:hover h2 a {
	color: rgba(250, 84, 47, 1);
}

/*内页关于我们*/
.sub-about-tit{
	color: #3c3c3c;
	font-size: 30px;
	font-weight: bold;
	background: url(img/line.png) repeat-x left bottom;
	padding: 30px 0 20px 0;
	line-height: 38px;
}

.sub-about-tit:before{
	color: #f07209;
	content: "|";
}

.sub-about-tit .list{
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 47%;
}
.sub-about-tit .list a{
	display: block;
	width: 21%;
	height: 38px;
	line-height: 38px;
	max-width: 124px;
	max-width: 124px;
	border: #cecece solid 1px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-left: 15px;
	
}
.sub-about-tit .list a:hover{
	color: #f07209;
}
.sub-about-tit .list a.cur{
	background: #f07209;
	color: #fff;
	border: #f07209 solid 1px;
}

.pt50{
	padding: 50px 0;
}

.subcontent-about {
	margin: 0 auto 30px auto;
	width: 75%;
	line-height: 28px;
	font-size: 14px;
}

.subcontent img {
	max-width: 100%;
}

.submain {
	padding-top: 60px;
}

/*内页关于我们 4d*/
.fourd{
	width: 94%;
	margin: 0 auto;
}
.fourd .row{
	margin: 0 -35px;
}
.fourd .row .p9{
	padding: 0 35px;
	margin-bottom: 50px;
}
.fourd .row h2{
	color: #323232;
	font-size: 24px;
	line-height: 37px;
}
.fourd .row h2 img{
	margin-right: 10px;
	float: left;
}
.fourd .row p{
	padding: 30px 0;
}
/*内页关于我们 8s*/
.eights-wrap{
	width: 100%;
	background: #f7f7f7;
}
.eights{
	width: 90%;
	margin: 0 auto;
}
.eights .row{
	margin: 0 -50px;
}
.eights .row .p9{
	padding: 0 50px;
	margin-bottom: 40px;
}
.eights .row .p9 img{
	float: left;
}
.eights .row .p9 h2{
	font-size: 24px;
	color: #fd5b4e;
	float: left;
	width: 80%;
	font-weight: bold;
	padding-top: 20px;
}
.eights .row .p9 p{
	color: #4d4d4d;
	font-size: 18px;
	float: left;
	width: 80%;
	line-height: 40px;
}

.org{
	text-align: center;
}
.sub-team .row{
	margin: 0 -15px;
	
}
.sub-team .row .p9{
	padding: 0 15px;
}
.sub-team .row .p9 h2{
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}

/*内页菜单*/
.candan{
	width: 100%;
	padding: 45px 0;
	line-height: 26px;
	font-size: 14px;
}

/*内页 服务项目*/
.sub-service{
	
}
.sub-service-foot{
	border-top: #eeeff0 solid 1px;
	padding: 40px 0;
	width: 100%;
}

.sub-service-foot .list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}
.sub-service-foot .list .item{
	border-top: none;
	background: url(img/bg1.jpg) no-repeat right top;
	background-size: 100% auto;
	width: 18.3%;
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
}

.sub-service-foot .list .item:nth-child(2),.sub-service-foot .list .item:nth-child(4){
	background: url(img/bg2.jpg) no-repeat right top;
	background-size: 100% auto;
}

.sub-service-foot .list .item  h2{
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 85px;
}
.sub-service-foot .list .item  p{
	padding-top: 25px;
	height: 80px;
	width: 70%;
	margin: 0 auto;
}
.sub-service-foot .list .item:nth-child(4) p{
	width: 98%;
}

 

/*内页联系我们*/

.subcontact {
	width: 89.5%;
	margin: 0 auto;
	padding-top: 30px;
}

.subcontact .contact-left {
	float: left;
	width: 40.5%;
}

.subcontact .contact-left .item {
	max-width: 100%;
	border-bottom: #e7e7e7 solid 1px;
	display: flex;
	flex-direction: row;
	padding: 15px 0;
	align-items: center;
}

.subcontact .contact-left .item i {
	color: #e01027;
	font-size: 30px;
	margin-right: 15px;
}

.subcontact .contact-left .item i.icon-qq1,
.subcontact .contact-left .item i.icon-dizhi {
	font-size: 28px;
}

.subcontact .contact-left .item .text-right {
line-height: 45px;
} 

.subcontact .ewm-wrap {
	width: 28%;
	float: right;
	margin-top: 30px;
	margin-right: 3%;
}

.subcontact .ewm-wrap img {
	margin: 0 auto;
}

.submap {
	padding: 20px 0;
	overflow: hidden;
}


/*内页honor*/
 
.sub-honor .honorrow{
	margin: 0;
	padding-top: 35px;
	padding-bottom: 10px;
}
 

.honorrow div.pc-item {
	width: 19%;
	margin-right: 1.25%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.honorrow div.pc-item .img {
	border: #f2f2f2 solid 1px;
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	overflow: hidden;
}
.honorrow div.pc-item .img img{
	width: 100%;
}

.honorrow div.pc-item:nth-child(5),
.honorrow div.pc-item:nth-child(10),
.honorrow div.pc-item:nth-child(15),
.honorrow div.pc-item:nth-child(20) {
	margin-right: 0;
}

 

 
/*内页产品 展示*/

.sub-pro-h {
	padding-bottom: 30px;
}

.sub-pro-left {
	width: 17%;
	float: left;
	margin-bottom: 20px;
}

.sub-pro-left .ul a {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	border: #dddddd solid 1px;
	color: #383838;
	font-size: 16px;
	padding: 8px 25px;
}

.sub-pro-left .ul a:hover {
	background: #e01027;
	color: #fff;
	border: #e01027 solid 1px;
}

.sub-pro-left .ul a.cur {
	background: #e01027;
	color: #fff;
	border: #e01027 solid 1px;
}


.sub-pro-right {
	width: 80.5%;
	float: right;
}

.sub-pro-right .row {
	margin: 0 -9px;
}

.sub-pro-right .p9 {
	padding: 0 9px;
	text-align: center;
}

.sub-pro-right .pic {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	overflow: hidden;
	transition: all 0.6s;
	border: #ddd solid 1px;
}

.sub-pro-right .pic img {
	width: 100%;
	transition: all 0.6s;
}

.sub-pro-right .item:hover .pic img {
	transform: scale(1.2);
}

.sub-pro-right .title {
	height: 30px;
	line-height: 30px;
	margin: 8px 0 20px 0;
}

 

/*内页新闻资讯*/

.news-list {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 10px 0;
	
}

.news-list .news-item {
	padding: 9px;
	overflow: hidden;
	border: #e6e6e6 solid 1px;
	display: block;
	margin-bottom: 20px;
}
.news-list .news-item:hover{
	border: #f07209 solid 1px;
}
.news-list .news-item .pic {
	float: left;
	display: block;
	width: 320px;
	height: 210px;
	overflow: hidden;
}

.news-list .news-item img {}

.news-list .news-item:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-list .news-item .news-item-r {
	padding-left: 370px;
}

.news-list .news-item-r p.date {
	margin: 0;
	padding: 0;
	width: 100%;
}

.news-list .news-item-r p.keys {
	font: 14px/30px Arial, Helvetica, sans-serif;
	color: #888888;
	width: 100%;
	padding-top: 5px;
	text-transform: uppercase;
}

.news-list .news-item-r p.keys span {
	font: 14px/1 arial;
}

.news-list .news-item-r h4 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #252525;
	line-height: 50px;
}

.news-list .news-item h4 i {
	display: block;
	float: left;
	width: 0;
	height: 1px;
	margin-top: 25px;
	background-color: #f07209;
}

.news-list .news-item:hover h4 {
	color: #f07209;
}

.news-list .news-item:hover .news-item-r h4 i {
	width: 40px;
	margin-right: 10px;
}

.news-list .news-item p.news-detail {
	font-size: 12px;
	color: #888;
}

.news-list .news-item p.text {
	margin: 0;
	padding: 5px 0 0px 0;
	line-height: 26px;
	color: #666;
	height: 76px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 7px;
}

.news-list .news-item .morenews {
	font-size: 13px;
	padding: 3px 10px;
	background: #b6b6b6;
	color: #fff;
	float:right;
}

.news-list .news-item:hover .morenews{
	background: #cd121b;
}



/*新闻详情页*/
 
.newsde {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 45px 0!important;
	position: relative;
	margin-top: 30px;
}

.newsde .newsde-tit {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	color: #0071be;
	line-height: 30px;
	padding-bottom: 10px;
}

.newsde .newsde-info {
	font-size: 14px;
	color: #646363;
	line-height: 18px;
	padding: 10px 0;
	margin: 0 auto;
}

.newsde .newsde-share {
	width: 270px;
	height: 40px;
	position: absolute;
	right: 0%;
}

.newsde .newsde-share a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0 8px 10px;
	padding: 0;
}

.newsde .newsde-share a.bds_sqq {
	background: url(img/s1.jpg);
}

.newsde .newsde-share a.bds_weixin {
	background: url(img/s2.jpg);
}

.newsde .newsde-share a.bds_tsina {
	background: url(img/s3.jpg);
}

.newsde .newsde-share a.bds_qzone {
	background: url(img/s4.jpg);
}

.newsde .newsde-share a.bds_tqq {
	background: url(img/s5.jpg);
}

.newsde .newsde-share a.bds_renren {
	background: url(img/s6.jpg);
}

.newsde .newsde-content {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
	border-top: #d9d9d9 solid 1px;
	margin-top: 20px;
}

.newsde .newsde-content img {
	max-width: 100%;
}

.newsde .newsde-fenye {
	line-height: 48px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: #d6d6d6 solid 1px;
}

.newsde .newsde-fenye .fenye-box {
	width: 84%;
}

.newsde .newsde-fenye .fenye-box a {
	padding: 0 15px;
	width: 45%;
	height: 48px;
	overflow: hidden;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.newsde .newsde-fenye .fenye-box a:hover {}

.newsde .newsde-fenye a.prev {
	float: left;
	display: block;
	border-right: #d6d6d6 solid 1px;
}

.newsde .newsde-fenye a.next {
	float: left;
	display: block;
}

.newsde .newsde-fenye .goback {
	text-align: center;
	display: block;
	width: 152px;
	color: #716f6f;
	border-left: #d6d6d6 solid 1px;

}

.newsde .newsde-fenye .goback i {
	color: #716f6f;
	margin: 0 0px 0 25px;
	float: left;
}

.newsde .newsde-fenye .goback:hover {
	color: #f07209;
}

.newsde .newsde-fenye .goback:hover i {
	color: #f07209;
}


/*移动端侧边导航*/

.mhead {
	position: relative;
	display: none;
}


/*返回顶部*/

.sroll_top {
	right: 0.8%;
	bottom: 6.3%;
	position: fixed;
	display: none;
	cursor: pointer;
}

.close-button {
	display: none;
}

.logom{
	display: none;
}

/*移动端底部浮动*/

.footH {
	height: 5rem;
	display: none;
}

.footFix {
	background:#16160c;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff!important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}



/*右侧浮动*/

.right-nav {
	position: fixed;
	right: 3%;
	top: 50%;
	width: 36px;
	height: 160px;
	margin-top:-80px ;
	color: #fff;
	z-index: 99;
	transition: right, 0.5s;
	font-size: 14px;
}
.right-nav .iconfont{
	color: #fff;
	line-height: 36px;
	font-size: 24px;
}

.right-nav .nav-advertisement {
	cursor: pointer;
}
.fttel{
	line-height: 22px;
}
.fttel span{
	display: block;
	width: 90%;
	margin: 0 auto;
	
}
.fttel span:first-child{
	border-bottom: #f8a8ab solid 1px;
}
@media screen and (max-width: 768px) {.product-list video{height:260px}}
@media screen and (max-width: 1365px) {
	.right-nav {
		right: 0px;
	}
	 
	.right-nav .nav-recharge .line {
		background-color: transparent;
	}
	 
	.right-nav .nav-advertisement img {
		margin-left: 0;
	}
}

@media screen and (min-width: 1366px) {
	
	.right-nav .nav-recharge,
	.go-top {
		left: 0;
	}
	.right-nav .nav-recharge .line {
		background-color: #636363;
	}
	.right-nav .nav-hover>.go-top {
	 
	}
	.right-nav .nav-advertisement img {
		margin-left: -36px;
	}
}

.right-nav .nav-recharge .line {
	width: 24px;
	height: 1px;
}

.right-nav .nav-hover {
	margin-top: 10px;
}

.right-nav .nav-hover>div {
	height: 36px;
	position: relative;
	text-align: center;
	line-height: 14px;
	overflow: hidden;
}

.right-nav .nav-hover>.go-top {
 
	width: 36px;
	cursor: pointer;
	transition-property: left;
	transition-duration: 0.5s;
}

.right-nav .nav-hover>.go-top>img {
	width: 20px;
}

.right-nav .nav-hover>div>img {
	margin-top: 9px;
}

.right-nav .nav-hover>div .nav-open {
	position: absolute;
	left: -150px;
	top: 0;
	min-height: 36px;
	opacity: 0;
	width: 135px;
	line-height: 36px;
	background-color: #d71920;
	color: #fff;
	transition: left, 0.5s;
	display: none;
}

.right-nav .nav-hover>div.mp-code-wrap .nav-open {
	width: 281px;
	left: -296px;
	background-color: #ffffff;
}

.right-nav .nav-hover>div.mp-code-wrap .redPoi {
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap:hover .nav-open {
	opacity: 1;
	left: -281px;
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap .mp-code .line {
	margin: 18px 5px 0;
	height: 100px;
	width: 1px;
	background-color: #ccc;
}

.right-nav .nav-hover>div.mp-code-wrap .content {
	background-color: #ffffff;
	color: #282828;
}

.right-nav .nav-hover>div .nav-open .arrow {
	position: absolute;
	right: -8px;
	top: 14px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #d71920;
}

.right-nav .nav-hover>div .nav-open .team-num {
	line-height: 18px;
	color: #f6f8f9;
	margin-top: -5px;
	padding-bottom: 5px;
}

.right-nav .nav-hover>div .nav-open .team-num2 {
	margin-top: 10px;
	font-size: 12px;
}

.right-nav .nav-hover>div .nav-open img {
	width: 135px;
}

.right-nav .nav-hover>div  {
	background-color: #626262;
	overflow: visible;
	border-radius: 3px;
	margin-bottom: 3px;
}


.right-nav .nav-hover>div:hover {
	background-color: #d71920;
	overflow: visible;
}

.right-nav .nav-hover>div:hover .nav-open {
	opacity: 1;
	left: -140px;
	display:block;
}

.right-nav .nav-hover>div .fdweixin {
	background: #d82229!important;
	padding: 8px;
	width: 150px;
	left: -180px;
}
 .right-nav .nav-hover>div:hover .fdweixin {
	opacity: 1;
	left: -155px;
	display:block;
}

