@charset "utf-8";
body {
	helvetica,
	Arial,
	"Microsoft Yahei UI",
	"Microsoft Yahei",
	SimHei,
	"\5B8B\4F53",
	simsun,
	sans-serif;
	font-family: "微软雅黑";
	min-width: 320px;
	
}
/*------------------------------------------------------------guanzhu-index-news------------------------------------------------------------*/
.guanzhu-index-news p,
.guanzhu-index-news h3{
	margin: 0;
}
.guanzhu-index-news{
	padding-top: 50px;
	padding-bottom: 50px;
}
.guanzhu-index-news>.row{
	position: relative;
}
.guanzhu-index-news>.row>div>h3{
	margin-bottom: 10px;
}
.guanzhu-index-news>.row>div>p{
	padding-top: 10px;
}
.guanzhu-index-news>.row>div:nth-of-type(1)>p{
	color: #666666;
}
.guanzhu-index-news>.row>div>a{
	text-decoration: none;
}
.guanzhu-index-news>.row>div>a>p{
	padding-top: 10px;
	color: #222222;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guanzhu-index-news>.row>div>a>div{
	overflow: hidden;
}
.guanzhu-index-news>.row>div>a>div>div{
	transition: transform 1s;  
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;  
	-ms-transition: transform 1s; 
}
.guanzhu-index-news>.row>div>a:hover>div>div{
	transition: transform 1s;  
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;  
	-ms-transition: transform  1s; 
	transform: scale(1.1);  
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);  
	-ms-transform: scale(1.1);  
}
.guanzhu-index-news>.row>div>a>p>span{
	color: #c80000;
}
.guanzhu-index-news-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.guanzhu-index-news-ckgd{
	text-decoration: none;
	padding: 5px 40px;
	border: 1px solid #222222;
	color: #222222;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 15px;
	transition: all 0.5s;  
	-moz-transition: all 0.5s;  
	-webkit-transition: all 0.5s;  
	-o-transition: all 0.5s;  
	-ms-transition: all 0.5s;  
}
.guanzhu-index-news-ckgd:hover{
	text-decoration: none;
	color: #c80000;
	border: 1px solid #c80000;
	transition: all 0.5s;  
	-moz-transition: all 0.5s;  
	-webkit-transition: all 0.5s;  
	-o-transition: all 0.5s;  
	-ms-transition: all 0.5s;  
}

/*------------------------------------------------------------guanzhu-index-gywm---------------------------------------------------------------------------*/
.guanzhu-index-gywm{
	
}
.guanzhu-index-gywm-left{
	position: relative;
}
.guanzhu-index-gywm-left>.row>img{
	max-width: 100%;
	height: auto;
	display: block;
}
.guanzhu-index-gywm-left-wz{
	position: absolute;
	top: 50%;
	color: #ffffff;
	max-width: 510px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding-left: 15px;
	padding-right: 15px;
}

.guanzhu-index-gywm-left-wz>h3{
	margin-top: 0;
	margin-bottom: 20px;
}
.guanzhu-index-gywm-left-wz>p{
	line-height: 150%;
}
.guanzhu-index-gywm-left-wz>p:nth-last-of-type(1)>a{
	text-decoration: none;
	padding: 5px 40px;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	margin-top: 40px;
}
.guanzhu-index-gywm-left-wz>p:nth-last-of-type(1)>a:hover{
	border: 1px solid #c80000;
	color: #c80000;
	background-color: rgba(255,255,255,0.8);
}
.guanzhu-index-gywm-right{
	background-color: #f6f6f6;
	position: relative;
}
.guanzhu-index-gywm-right>div{
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.guanzhu-index-gywm-right>div>.row:nth-of-type(2){
	margin-top: 30px;
}
.guanzhu-index-gywm-right>div>.row>div{
	max-width: 270px;
}
.guanzhu-index-gywm-right>div>.row>div>a{
		color: #000000;
		text-decoration: none;
}
.guanzhu-index-gywm-right>div>.row>div>a>p{
	padding-bottom: 5px;
	border-bottom: 2px solid #c80000;
	font-size: 18px;
}
.guanzhu-index-gywm-right>div>.row>div>p:nth-of-type(1){
	margin-bottom: 15px;
}
.guanzhu-index-gywm-right>div>.row>div>p:nth-of-type(2){
	color: #666666;
}
.guanzhu-index-gywm-right>div>.row>div>a>p>span:nth-of-type(1){
	
}
.guanzhu-index-gywm-right>div>.row>div>a>p>span:nth-of-type(2){
	float: right;
	color: #c80000;
}
@media screen and (max-width: 1680px) {
	.guanzhu-index-gywm-right>div>.row:nth-of-type(2){
		margin-top: 10px;
	}
	.guanzhu-index-gywm-right>div>.row>div>p:nth-of-type(1){
		margin-bottom: 10px;
	}
	.guanzhu-index-gywm-right>div>.row>div>a>p{
		font-size: 14px;
	}
	.guanzhu-index-gywm-right>div>.row>div>p:nth-of-type(2){
		font-size: 12px;
	}
	.guanzhu-index-gywm-right>div>.row>div{
		max-width: 220px;
	}
}
@media screen and (max-width: 1440px) {
	.guanzhu-index-gywm-right>div>.row:nth-of-type(2){
		margin-top: 10px;
	}
	.guanzhu-index-gywm-right>div>.row>div>p:nth-of-type(1){
		margin-bottom: 10px;
	}
	.guanzhu-index-gywm-right>div>.row>div>a>p{
		font-size: 14px;
	}
	.guanzhu-index-gywm-right>div>.row>div>p:nth-of-type(2){
		font-size: 12px;
	}
	.guanzhu-index-gywm-right>div>.row>div{
		max-width: 220px;
	}
	.guanzhu-index-gywm-left>.row>img{
		height: 340px;
		max-width: none;
	}
}
@media screen and (max-width: 991px) {
	.guanzhu-index-gywm-right>div>.row>div{
		max-width: 150px;
	}
	.guanzhu-index-gywm-right>div>.row>div>p:nth-of-type(2){
		font-size: 10px;
	}
}


/*手机端*/
.guanzhu-index-gywm-web1{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.guanzhu-index-gywm-web1>div>p:nth-of-type(1){
	margin-bottom: 20px;
}
.guanzhu-index-gywm-web1>div>p:nth-of-type(1)>img{
	margin:  0 auto;
}
.guanzhu-index-gywm-web1>div>p:nth-of-type(2){
	text-align: center;
	max-width: 415px;
	margin:  0 auto;
	line-height: 150%;
}
.guanzhu-index-gywm-web2>.row>a{
	position: relative;
}
.guanzhu-index-gywm-web2>.row>a{
	display: block;
}
.guanzhu-index-gywm-web2>.row>a>div:nth-of-type(2){
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
@media screen and (max-width: 450px) {
	.guanzhu-index-gywm-web2>.row>a>div:nth-of-type(2)>img{
		width: 80px;
	}
	.guanzhu-index-gywm-web1{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.guanzhu-index-gywm-web1>div>p:nth-of-type(1){
		margin-bottom: 10px;
	}
	.guanzhu-index-gywm-web1>div>p:nth-of-type(1)>img{
		width: 180px;
	}
	.guanzhu-index-gywm-web1>div>p:nth-of-type(2){
		font-size: 12px;
	}
}

/*-------------------------------------------------------------guanzhu-index-cpsj----------------------------------------------------------------------------*/
.guanzhu-index-cpsj{
	padding-top: 50px;
	padding-bottom: 50px;
}
.guanzhu-index-cpsj>.row>h3{
	margin-top: 0;
	margin-bottom: 20px;
}
.guanzhu-index-cpsj>.row>p{
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 170%;
}
.guanzhu-index-cpsj-imgbox{
	position: relative;
	overflow: hidden;
}
.guanzhu-index-cpsj-imgbox>a>img{
	transform: scale(1.01);  
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);  
	-ms-transform: scale(1.01); 
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
	-ms-transition: all 1s;
}
.guanzhu-index-cpsj-imgbox>a:hover>img{
	transform: scale(1.1);  
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);  
	-ms-transform: scale(1.1); 
}
.guanzhu-index-cpsj-imgbox>a>div{
	width: 100%;
	height:100%;
	background-color: rgba(60,60,60,0.4);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
	-ms-transition: all 1s;
}
.guanzhu-index-cpsj-imgbox>a:hover>div{
	background-color: rgba(200,0,0,0.7);
}
.guanzhu-index-cpsj-imgbox>a>span{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	font-size: 18px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
		transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
	-ms-transition: all 1s;
}
.guanzhu-index-cpsj>div:nth-last-of-type(1) span{
	font-size: 16px;
}
.guanzhu-index-cpsj>div:nth-last-of-type(1) .guanzhu-index-cpsj-imgbox>a:hover>span{
	font-size: 18px;
}
.guanzhu-index-cpsj-imgbox>a:hover>span{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.guanzhu-index-cpsj{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 450px) {
	.guanzhu-index-cpsj-imgbox>a>span{
		font-size: 14px;
	}
	.guanzhu-index-cpsj-imgbox>a:hover>span{
		font-size: 14px;
	}
	.guanzhu-index-cpsj>div:nth-last-of-type(1) .guanzhu-index-cpsj-imgbox>a:hover>span{
		font-size: 14px;
	}
}

/*-------------------------------------------------------------guanzhu-index-djzx---------------------------------------------------------------------*/
.guanzhu-index-djzx{
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.guanzhu-index-djzx h3{
	margin: 0;
	margin-bottom: 15px;
}
.guanzhu-index-djzx>.row>.container>p{
	margin: 0;
	margin-bottom: 15px;
}
.guanzhu-index-djzx>.row>.container>.row>p{
 	margin-bottom: 25px;
}
.guanzhu-index-djzx-shfw-wz{
    float: left;
}
.guanzhu-index-djzx-shfw-wz>div{
	float: left;
    padding-bottom: 10px;
    width: 100%;
}
.guanzhu-index-djzx-shfw-wz>div>div>img{
	margin-top: 3px;
}
.guanzhu-index-djzx-shfw-wz>div>div:nth-of-type(1){
	float: left;
    width: 12%;
}
.guanzhu-index-djzx-shfw-wz>div>div:nth-of-type(2) {
    float: left;
    width: 77%;
}
.guanzhu-index-djzx-shfw-wz>div>div:nth-of-type(2)>span {
    font-size: 14px;
    color: #666666;
}
.guanzhu-index-djzx-left>p{
	margin-bottom: 20px;
}
.guanzhu-index-djzx-left>h4{
	margin-bottom: 15px;
}
.guanzhu-index-djzx-right>p{
	margin-bottom: 20px;
}
.guanzhu-index-djzx-right>h4{
	margin-bottom: 15px;
}
.guanzhu-index-djzx-right>div{
	margin-bottom: 10px;
}
.guanzhu-index-djzx-right>p:nth-last-of-type(1)>a,
.guanzhu-index-djzx-left>p:nth-last-of-type(1)>a{
	text-decoration: none;
    padding: 5px 40px;
    border: 1px solid #222222;
    color: #222222;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.guanzhu-index-djzx-right>p:nth-last-of-type(1)>a:hover,
.guanzhu-index-djzx-left>p:nth-last-of-type(1)>a:hover{
	text-decoration: none;
    color: #c80000;
    border: 1px solid #c80000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
@media screen and (max-width: 991px) {
	.guanzhu-index-djzx-left{
		margin-bottom: 20px;
	}
}

/*-------------------------------------------------------------------guanzhu-index-hdgm--------------------------------------------------------------------*/
.guanzhu-index-hdgm{
	background-color: #be180f;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.guanzhu-index-hdgm h4{
	font-size: 30px;
	font-weight: bold;
}
.guanzhu-index-hdgm h3{
	margin-bottom: 20px;
}
.guanzhu-index-qcwy-wz{
	margin-bottom: 15px;
}
.guanzhu-index-qcwy-wz img{
	display: initial;
}
.guanzhu-index-qcwy-wz span{
	margin-left: 5px;
}
.guanzhu-index-qcwy-wz>div>div{
	text-align: center;
}



/*------------------------------------------------------------guanzhu-products_show-bg-------------------------------------------------------------------*/
/*产品详情大图文字*/
.guanzhu-products_show-bgwz{
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.guanzhu-products_show-bgwz>span{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/templates/guanzhu/images/guanzhu-zzc.png);
}
.guanzhu-products_show-bgwz>div{
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.guanzhu-products_show-bgwz>div>p{
	margin: 0 auto;
	text-align: center;
}
.guanzhu-products_show-bgwz>div>p:nth-of-type(1){
	margin-bottom: 10px;
	font-size: 22px;
	letter-spacing:0px
}
.guanzhu-products_show-bgwz>div>p:nth-of-type(2){
	max-width: 700px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing:0px
}
.guanzhu-products_show-bgtp{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
@media screen and (max-width: 1440px) {
	.guanzhu-products_show-bgtp{
		height: 400px;
	}
}
@media screen and (max-width: 1199px) {
	.guanzhu-products_show-bgtp{
		height: 300px;
	}
}
@media screen and (max-width: 767px) {
	.guanzhu-products_show-bgwz>div>p:nth-of-type(1){
		font-size: 18px;
	}
	.guanzhu-products_show-bgtp{
		height: 250px;
	}
}