@media (min-width:1500px){
	.wp{
		margin-left: auto;
		margin-right: auto;
		/*max-width: 1722px;*/
		max-width: 1200px;
	}
	.wp1{
		max-width: 1722px;
	}

}
@media only screen and (min-width: 1330px) and (max-width: 1500px) {
.wp{
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
}

}

@media  (max-width: 1200px) {
.wp{box-sizing:border-box;}	
}

/*企业概况*/
.section-about-1{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.sectitle{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.sectitle h3{
	color:#333;
	font-size: 28px;
	height:30px;
}
.sectitle .p2 {
    position: relative;
    padding: 0 74px;
    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 1em;
}
.sectitle .p2:before{
	position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 3px;
    /*background-image: url(../images/bg-tit-1.jpg);*/
    content: '';
    z-index: 2;
}
.sectitle .p2:after{
	position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #999;
    content: '';
    z-index: 1;
}
.in_left{
	cursor: pointer;
	float:left;
	width:49%;
	overflow: hidden;
}
.in_left img{
	width:100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.in_left:hover img{
	transform: scale(1.1);
}
.in_right{
	width:49%;
	float:right;
}
.in_right p{
	line-height: 27px;
	font-size: 14px;
}
.in_right a{
	color:#d94949;
}

@media  (max-width: 768px) {
	.sectitle{margin: 20px 0 30px;}
}
@media  (max-width: 640px) {
	.in_left{width:100%;float:none;margin-bottom: 15px;}
	.in_right{width:100%;float:none;}
}
/*企业文化*/

.section-about-2{
	margin-top: 10px;
	padding-bottom: 80px;
    background: url(../images/bg-about-1.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.white h3{
	color:#000;
}
.white .p2{
	color:#000;
}
.white .p2:after{
	background-color: #000;
}
.about2bd{
	overflow: hidden;
}
.about2bd_left{
	width:49%;
	float:left;
}
.about2bd_left img{
	width:100%;
}
.about2bd_right{
	margin-left: 49%;
	background: #fff;
	position: relative;
	padding: 0 30px;
}
.about2bd_right .conbd{
	
}
.about2bd_right p{
	font-size: 14px;
	line-height: 27px;
}
.about2bd_right span{
	font-weight: bold;
}
@media  (max-width: 640px) {
	.about2bd_right{margin-left: 0;margin-top: 20px;}
	.about2bd_left{float:none;margin-left: 0;width:100%;}
}
@media  (max-width: 768px) {
	.section-about-2{margin-top: 0px;}
}
/*发展历程*/
.section-about-4{	
   background-color:#fff;
    background-size: cover;
    overflow: hidden;
}
/*企业荣誉*/
.section-about-6{

   padding-bottom: 40px;
   background: #F4F6F8;
    background-size: cover;
    overflow: hidden;
}
.section-about-3{
 background:url(../images/bannerhonor.jpg) ;
   padding-bottom: 40px;
    background-size: cover;
    overflow: hidden;
}
.honnerlist{
	/*margin-top: -10px;*/
	padding-bottom: 30px;
 	width:100%;
 	height: auto;
 	overflow: hidden;
 }
 .honnerlist1{
 	margin-top: 30px;
 }
 
 .honnerlist ul{
 	width:100%;
 }
 .honnerlist ul li{
 	cursor: pointer;
 	width:23.5%;
 	float:left;
 	margin-left: 2%;
 	margin-bottom: 25px;
 }
 .honnerlist ul li:nth-child(4n+1){
 	margin-left: 0;
 }
 .honnerlist ul li:hover img{
 	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
 }

 .honnerlist ul li img{
 		transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
 }
 
@media (min-width:1500px){
.btn25 {

   vertical-align: middle;
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #EEEEEE;

}
.btn25 img {
	max-width: 100%;
	vertical-align: bottom;
    width: auto;
    height:280px;
    position: relative;
    top: 0;
    left: 0;
}
.btn25 .ovrly {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
   transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.btn25 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn25 .buttons .fa {
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color:#fff;
}
.btn25 .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
}
@media (max-width:1500px){

.btn25 {

   vertical-align: middle;
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #EEEEEE;

}
.btn25 img {
	max-width: 100%;
	vertical-align: bottom;
    width: auto;
    height:200px;
    position: relative;
    top: 0;
    left: 0;
}
.btn25 .ovrly {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
   transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.btn25 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn25 .buttons .fa {
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color:#fff;
}
.btn25 .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
}
.hitem:hover .btn25 .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hitem:hover .btn25 .ovrly {
    opacity: 1;
}
.hitem:hover .htxt{
	background: #d94949;
}
.hitem:hover .htxt div{
	color:#fff;
}
.htxt{
	font-size: 14px;
	width:100%;
	background: #F8F8F8;
	height: 60px;
}
.htxt div{
	padding: 15px;
	color:#333;
	text-align: left;
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media  (max-width: 768px) {
	.honnerlist{
	 	margin-top: 0;
	 }
	 .honnerlist1 {
	    margin-top: 20px;
	}
}

@media  (max-width: 640px) {
	.honnerlist ul li{
 	width:48%;
 	float:left;
 	margin-left: 4%;
 }
 .honnerlist ul li:nth-child(2n+1){
 	margin-left: 0;
 }
 .htxt{height:45px;}
 .htxt div{padding: 10px;}
}
/*弹出大图*/

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #00865e url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.owl-carousel { display: none; position: relative; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { height:100%;overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* mouse grab icon */
.grabbing { cursor: url(grabbing.png) 8 8, move; }
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item { height:100%;-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls { margin-top: 10px; text-align: center; }

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div { color: #FFF; display: inline-block; zoom: 1; *display: inline; /*IE7 life-saver */ margin: 5px; padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #869791; }
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100); /*IE7 fix*/ opacity: 1; text-decoration: none; }

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display: inline; /*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { }
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

.owl-item.loading { min-height: 150px; background: url(../images/AjaxLoader.gif) no-repeat center center; }
.honorPage{ padding-top: 75px;}
.honorPage .aboutT2{ margin-bottom: 40px;}
.honorList a:link, .honorList a:visited { color: #333333; }
.honorList a:active, .honorList a:hover { color: #C62923; }
.honorList ul{ margin-left: -2%; color: #666;}
.honorList li{ float: left; display: block; width: 31.33%; margin-left: 2%; margin-bottom: 40px; cursor: pointer;}
.honorList .img{ border: 2px solid #cfcfcf; padding: 7px; margin-bottom: 8px; overflow: hidden; position: relative;}
.honorList .img img{ width: 100%; display: block;}
.honorList .bg{ background: url(../images/black2.png) repeat; background: none rgba(0,0,0,0.4); bottom: 0; left: 0; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms;}
.honorList .con{ text-align: center; font-size: 14px; color: #666666; line-height: 1.5; height: 20px; overflow: hidden;}
.honorList .il,.honorList .ir{ background-color: #fff; position: absolute; left: 50%; top: 50%; display: block; transition: 400ms; -webkit-transition: 400ms; border-radius: 3px;}
.honorList .il{ height: 3px; width: 0px; margin:-1px 0px 0px -15px;}
.honorList .ir{ height: 0px; width: 3px; margin:-15px 0px 0px -1px;}
.honorList li:hover .img{ border-color: #d5615d;}
.honorList li:hover .bg{ opacity: 1; visibility: visible;}
.honorList li:hover .il{ width: 30px; }
.honorList li:hover .ir{ height: 30px;  transition: 400ms ease 200ms; -webkit-transition: 400ms ease 200ms;}
html.openImg { }
.overlayClose { width: 52px; height: 52px; display: block; position: fixed; right: 0px; top: 0;  transition: 300ms; -webkit-transition: 300ms; z-index: 100;background: #d94949;cursor: pointer;}
.overlayClose i { background: url(../images/close_ico2.png) no-repeat scroll center center; width: 100%; height: 100%; display: block; transition: 400ms; -webkit-transition: 400ms; }
.overlayClose:hover{ background-color: #d94949;}
.overlayClose:hover i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -moz-transform: rotate(90deg); }
.imgShowBox { z-index:999999999;background: url(../images/black.png) repeat; background: none rgba(0,0,0,0.7); bottom: 0; left: 0; position: fixed; right: 0; top: 0; transform: translateY(100%); -webkit-transform: translateY(100%); transition: all 800ms ease 0s; -webkit-transition: all 800ms ease 0s; width: 100%; overflow: hidden;  -webkit-overflow-scrolling: touch; }
.no-csstransitions .imgShowBox{ display: none;}
.imgShowDemo { width: 100%; height: 100%; position: relative; overflow: hidden; }
.imgShowDemo .item { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; position: relative; }
.imgShowDemo .img { vertical-align: middle; height: auto; width: auto; max-height: 75%; max-width: 100%; margin: auto; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 60px; }
.imgShowDemo .con{margin-bottom: 0px !important;text-align: center  !important; position: absolute; left: 0px; text-align:center; right: 0px;bottom: 0px; padding: 25px 0;color:#fff;background: rgba(0,0,0,.5); font-size:16px;}
.imgShowDemo .con .t{ font-size: 16px; color: #333;}
.imgShowDemo .txt { background: #272727; font-size: 16px; color: #fff; line-height: 65px; position: absolute; left: 0; right: 0; bottom: 0; height: 65px; }
.imgShowDemo .txt .i { padding-left: 3%; }
.hi-num { width: 85px; height: 65px; background: #272727; color: #fff; border-left: 1px solid #3a3a3a; position: absolute; bottom: 0; right: 0; text-align: center; line-height: 65px; font-size: 16px; }
.img-show { transform: translateY(0) !important; -webkit-transform: translateY(0) !important; }
.no-csstransitions .img-show{ display: block;}
.imgShowDemo .owl-controls .owl-buttons div { position: absolute; padding: 0px; margin: 0px; width: 64px; height: 64px; border-radius: 10px; background-color: transparent; overflow: hidden; top: 50%; margin-top: -32px; background-position: center center; background-repeat: no-repeat; text-indent: -10em; }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev { left: 3%; background-image: url(../images/p_l3.png); }
.imgShowDemo .owl-controls .owl-buttons div.owl-next { right: 3%; background-image: url(../images/p_r3.png); }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev:hover, .imgShowDemo .owl-controls .owl-buttons div.owl-next:hover {background-color: #d94949; }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev.disabled, .imgShowDemo .owl-controls .owl-buttons div.owl-next.disabled { background-color: #666666; }
.infoPaging a:link,.infoPaging a:visited { color: #666666;}
.infoPaging a:active,.infoPaging a:hover { color: #fff;}
.infoPaging{ border-top: 1px solid #cccccc; height: 58px; margin-top: 5%; text-align: center; letter-spacing: -0.31em; /* webkit */*letter-spacing: normal; /* IE < 8 重置 */}
.infoPaging a{ line-height: 58px; width: 66px; border-left: 1px solid #cccccc; font: 18px/58px "acaslonpro","times new roman",tahoma,georgia; display: inline-block;zoom: 1; *display: inline; /* IE < 8: 伪��? inline-block */ letter-spacing: normal; word-spacing: normal; vertical-align: top;}
.infoBox .list{ background: url(../images/list1.png) no-repeat scroll center center #999999; padding-left: 68px; height: 59px; display: inline-block;}
.infoBox .list:hover{ background-color: #cc0000;}
.infoPaging .pprev{ background: url(../images/prev11.png) no-repeat scroll 8% center; padding: 0px 30px 0px 37px; border-left: 0px none; font-size: 16px; font-family: "microsoft yahei";}
.infoPaging .pnext{ background: url(../images/next11.png) no-repeat scroll 92% center; padding: 0px 37px 0px 30px; font-size: 16px;font-family: "microsoft yahei";}
.infoPaging .pprev:hover{ background-position: 0px center; background-color: transparent; color: #cc0000;}
.infoPaging .pnext:hover{ background-position: 100% center; background-color: transparent; color: #cc0000;}
.infoPaging a.act{ background-color: #d94949; color: #fff;} 
.infoPaging a:hover{ background-color: #ccc; color: #fff;} 
.infoBox{ width: 370px; margin: 0px auto; line-height: 59px; font-size: 16px;}
.infoBox .list{ background: url(../images/list1.png) no-repeat scroll center center #999999; padding-left: 68px; height: 59px; display: inline-block; width: auto;}
.infoBox .list:hover{ background-color: #cc0000;}
.infoBox .pprev{ background: url(../images/prev11.png) no-repeat scroll 8% center; padding:0px 0px 0px 37px; float: left; display: block; height: 100%;}
.infoBox .pnext{ border-left: 0px none; background: url(../images/next11.png) no-repeat scroll 92% center; padding:0px 37px 0px 0px; float: right; display: block; height: 100%;}
.infoBox .pprev:hover{ background-position: 0px center;}
.infoBox .pnext:hover{ background-position: 100% center;}
/*弹窗结束*/
.more{
	font-family:'微软雅黑';
    width: 120px;
    height: 40px;
    margin-top: 30px;
    color: #fff;
    position: relative;
   display: block;
   background: #555;
   margin-bottom: 30px;
   margin-left: auto;
   margin-right: auto;
}
.more .span1{
	text-align: center;
	display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.more .span2{
	display: inline-block;
    width: 25px;
    height: 13px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 13px;
    background: url(../images/arrow.png);
    transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
}
.more:hover{
	color:#fff;
	background:#d94949 ;
}
.more:hover .span2{
	right:20px;
}
/*工程案例*/
.englist{
	margin-top: 30px;
	height:auto;
	overflow: hidden;
}
.englist li{
	cursor: pointer;
    width: 22%;
    float: left;
    margin-left: 4%;
    margin-bottom: 25px;
}
.englist li:nth-child(4n+1){
	margin-left: 0;
}
.imgbox{
	overflow: hidden;
}
.imgbox img {
	vertical-align: bottom;
	width:100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.englist li:hover img{
	transform: scale(1.1);
}
.englist .mtxt{
	height:60px;
	line-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	color:#fff;
	background: #BEBEBE;
}
.englist li:hover .mtxt{
	background: #d94949;
}
@media (max-width: 640px) {
	.btn25 img {height:130px;}
	.englist li{width:48%;margin-left: 4%;}
	.englist li:nth-child(2n+1){margin-left: 0;}
}
/*企业简��?*/
.abtitle {margin-top: 50px;}
.abtitle h1{
	width:100%;
	text-align: left;
	font-size: 26px;
    color: #2a2a2a;
    margin-bottom: 29px;
    color: #d94949;
}
.con{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.con .left{
	margin-right: 480px;
    color: #555;
    font-size: 14px;
    line-height: 25px;
}
.con .left p{text-indent: 20px;font-size:14px;}
.con .right{
	float: right;
    width: 450px;
}
.con .right img{width:100%;}
.mynum{
	overflow: hidden;
    padding-top: 28px;
    margin-bottom: 40px;
}
.mynum li{
	float: left;
    width: 25%;
    text-align: center;
}
.mynum li p{margin-bottom: 25px;text-indent: 0px !important;}
.mynum li em{
	font-style: normal;
	display: block;
    position: relative;
    font-size: 45px;
    color: #d94949;
    line-height: 1;
    padding-bottom: 17px;
    margin-bottom: 11px;
}
.mynum li em:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 2px;
    background-color: #ebebeb;
    margin-left: -16px;
}


@media  (max-width: 860px) {
	.con .right{width:100%;margin: 20px 0;}
	.con .left{margin-right: 0;}

}
@media  (max-width: 640px) {
	.mynum li{width:50%;}
	.mynum li em{font-size: 38px;}
	.con{margin-bottom: 15px;}

	
}
/*page-list*/
.page-list{
	text-align: center;
	margin-top: 20px;
	margin-bottom:50px;
}
.pre-list{
	margin-left:15px;
	color:#d94949;
	height:40px;
	line-height: 40px;
    width: 80px;
    border: 1px solid #eee;
    font-size:16px;   
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    cursor: pointer;
    font-family: "微软雅黑";
}
.next-list{
	margin-left:15px;
	color:#d94949;
	height:40px;
	line-height: 40px;
    width: 80px;
    border: 1px solid #eee;
    font-size:16px;   
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    cursor: pointer;
    font-family: "微软雅黑";
}
.page-list a{
	margin-left:15px;
	color:#999;
	height:40px;
	line-height: 40px;
    width: 40px;
    border: 1px solid #eee;
    font-size:16px;   
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.infog{
	margin-left:15px;
	color:#d94949;
	height:40px;
	line-height: 40px;
    width: 100px;
    border: 1px solid #eee;
    font-size:16px;   
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    cursor: pointer;
    font-family: "微软雅黑";
}
.page-list a {
	color: #000000 !important;
	background:#F8F8F8;
}
.page-list a.active{
	color: #fff !important;
	background: #d94949;
	border:none;
}
.next-list a{display: inline-block;width:100%;margin-left: 0;background: none;color:#d94949 !important;border: none;}
 .pre-list a{display: inline-block;width:100%;margin-left: 0;background: none;color:#d94949 !important;border: none;}
@media  (max-width: 640px){
	.page-list{margin-bottom: 30px;margin-top: 30px;}
	.newrow{margin-top: 50px;}
	.newtitle{margin-top: 30px;}
	.newbt{margin-bottom: 30px;}
	.newtitle h2{font-size: 20px;}
}
 @media  (max-width: 850px) {
 .page-list a{display: none;}
 .next-list a{display: inline-block;width:100%;margin-left: 0;background: none;color:#d94949 !important;border: none;}
 .pre-list a{display: inline-block;width:100%;margin-left: 0;background: none;color:#d94949 !important;border: none;}
 }
 @media  (max-width: 320px) {
 .infog{display: none;}	
 
 }
 /*新闻中心*/
.newlist{
	width:100%;
	margin: 60px 0  30px 0;
	height:auto;
	overflow: hidden;
}
.newlist li{
	margin-top: 20px;
	padding-bottom:25px ;
	height:auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.newlist .new_img{
	position: relative;
	overflow: hidden;
	float:left;
	width:420px;
}
.newlist .new_img .nimg{
	height:235px;
	max-height: 235px;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	width:100%;
}
.newlist li:hover .nimg{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.newtop{
	position: absolute;
	left:0;
	top:0;
}
.newtop .newicon{
	width:54px;
	height:58px;
	background: #d94949;
	text-align: center;
}
.newtop .newicon img{
	width:18px;
	padding: 0;
    float: none;
    margin-top: 18px;
}
.newtop  .date{
	text-align: center;
	width:54px;
	height:58px;
	background: #edeeee;
}
.newtop  .date h3{
	font-size: 24px;
    font-weight: 500;
    color: #3f3f3f;
    line-height: 25px;
    padding-top: 8px;
}
.newtop .date h4{
	margin-top: 5px;
	font-size: 12px;
    font-weight: 500;
    color: #646464;
}
.newlist li .newtxt{
	margin-left: 445px;
}
.newtxt{
	height:230px;
	position: relative;
}
.newtxt h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.newtxt p{
	display: block;
	overflow: hidden;
	max-height: 112px;
	font-size: 14px;
}
.newmore{
	position: relative;
	overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    line-height: 35px;
    display: block;
    width: 108px;
    height: 35px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    background: #d94949;
}
.newmore i{
	font-style: normal;
	z-index: 2;
    width: 100%;
    height: 33px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.newmore em{
	z-index: 1;
    width: 100%;
    height: 33px;
    position: absolute;
    left: -100%;
    top: 0;
    background: #fff;
    display: block;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.newmore:hover em{
	left:0;
}
.newmore:hover i{
	color:#d94949;
}
@media (min-width: 641px) {
.newmore{
	position: absolute;
	bottom:0;
	left:0;
	}
}
@media (max-width: 640px) {
	.newlist .new_img .nimg{height:auto;}
	.newtxt{height:auto;}
	.newmore{margin-top: 10px;}
	.newlist .new_img{float:none;width:100%;}
	.newlist .newtxt{margin-left: 0 !important;width:100%;margin-top: 8px;}
	.newtxt h3{font-size: 18px;}
}
.newtitle {
	margin-top: 50px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 24px;
}

.newdate {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 25px;
    text-align: left;
    font-size: 14px;
}
.newcon {
    width: 100%;
    height: auto;
    padding: 30px 0;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.newcon img{
	max-width: 100%;
}
.newcon p {
    
    font-family: "微软雅黑" !important;
    margin-bottom: 15px ;
    font-size: 14px !important;
}
.newcon span{
	font-family: "微软雅黑" !important;
    font-size: 14px !important;
}
.preandnext {
    overflow: hidden;
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
.preandnext .prev {
	 float: left;
    width: 45%;
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding-left: 100px;
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #333;
}

.preandnext li {
    background-color: #f7f7f7;
}
.preandnext .prev em {
    left: 0;
    font-style: normal;
}
.preandnext em {
    position: absolute;
    top: 0;
    display: block;
    width: 80px;
    height: 60px;
    text-align: center;
    background-color: #e8e8e8;
    color: #333;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.preandnext .prev a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.preandnext a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.preandnext .next {
    padding-left: 25px;
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #333;
    float: right;
    width: 45%;
}

.preandnext .next a {
    padding: 0 98px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.preandnext a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.preandnext em {
    position: absolute;
    top: 0;
    display: block;
    width: 80px;
    height: 60px;
    text-align: center;
    background-color: #e8e8e8;
    color: #333;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.preandnext .next em {
    right: 0;
    font-style: normal;
}
.preandnext li:hover em {
    background: #d94949;
    color: #fff;
}
.preandnext li:hover em {
    background: #d94949;
    color: #fff;
}
@media (max-width: 640px){
	.newtitle{font-size: 16px;}
	.preandnext .prev {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.preandnext .next {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.preandnext .next em {
    left: 0;
}
.preandnext .next a {
    padding: 0 10px 0 70px;
}
}
/*招商加盟*/
.policy{margin:0 auto;width:1250px;height:420px;margin-top: 50px;margin-bottom: 50px;}
.policy_left{width:50%;float:left;height:100%;position: relative;}
.policy_left img{width:100%;height:100%;position: absolute;top:0;left:0;z-index: 1;}
.politxt{
	z-index: 2;
	width:100%;
	text-align: center;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	
}
.politxt p{
	color:#fff;
	font-size: 20px;
}
.politxt hr{
	display: inline-block;
	width:50px;
	height:2px;
	background: #fff;
}
.policy_right{width:50%;float:left;height:100%;}
.policy_right >div{width:33.3%;float:left;height:50%;position:relative;cursor: pointer;}
.policy_right >div .img_1{width:100%;height:100%;position: absolute;left:0px;top:0px;z-index: 5;}
.policy_right >div .p_title{
	width:100%;
	height:30px;
	position: absolute;
	z-index:20;
	left:0;
	text-align: center;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.policy_right >div .p_on{width:110%;height:110%;position: absolute;left:-5%;top:-5%;z-index:100; background: #d94949;
	padding-left: 15px;
	padding-top: 25px;
	padding-right: 15px;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	text-align: left;
}
.policy_right >div:hover .p_on{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.p_title p{width:40px;height:2px;background: #fff ;display: inline-block;margin-top: 0px;}
.p_title h4{color:#fff;font-size: 16px;margin-bottom: 0px !important;}
.p_on hr{width:40px;height:2px;background: #fff ;border: none;display: inline-block;}
.p_on h4{color:#fff;font-size: 16px;margin-bottom: 5px;}
.p_on p{color:#fff;font-size: 14px;}
@media  (max-width:1336px) {
.policy{width:1000px;height:380px;}
}

@media  (max-width:1100px) {
.policy{width:850px;height:300px;}
.p_on p{font-size: 12px;}
}

@media  (max-width:640px) {
.policy{width:100%;height:auto;overflow: hidden;}
.policy_left{width:100%;height:auto;}
.policy_right{width:100%;height:auto;float:none;}
.policy_left img{position: relative;}
.policy_right >div .img_1{position: relative;}
.policy_right >div{width:50%;}
}
/*加盟条件*/
.join{height:auto;margin: 0 auto;overflow: hidden;margin-top: 50px;margin-bottom: 50px;}
.join > div{float: left;width:calc((100% - 60px)/4);margin-left: 20px;cursor: pointer;}
.join > div:first-child{margin-left: 0;}
.join-top{width:100%;text-align: center;height:30px;}
.join-top >div{width:120px;margin:0 auto;height:30px;}
.join-top >div>div{float:left;width:33.3%;height:30px;line-height: 30px;position: relative;}
.join-top >div>div h3{font-weight: bold;margin-top: 0 !important;line-height: 30px !important;color:#666;}
.join-top >div>div .hr2{width:50%;height:2px;background: #aaa;border: none;position: absolute;top:50%;margin-top: -1px;left:0px;}
.join-top >div>div .hr1{width:50%;height:2px;background: #aaa;border: none;position: absolute;top:50%;margin-top: -1px;right:0px;}
.join-bd{font-size: 14px;width:100%;height:40px;background: #aaa;text-align: center;line-height: 40px;color:#fff;font-family: "微软雅黑";margin-top: 15px;}
.join-bt{width:100%;text-align: left;margin-top: 15px;}
.line-c{width:100%; position: relative;height:2px;margin-top: 15px;background: #aaa;}
.line{width:40%;height:2px;background: #aaa;position: absolute;left:50%;margin-left: -20%;
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
}
.join > div:hover .join-bd{background: #d94949;}
.join > div:hover .join-top >div>div .hr2{background: #d94949;}
.join > div:hover .join-top >div>div .hr1{background: #d94949;}
.join > div:hover .join-top >div>div h3{color:#d94949;}
.join > div:hover .line{background: #d94949;}
.join > div:hover .line{transform: scaleX(2.5);}
.join-bt p{
	display: block;
	height:340px;
}
.join_ban{
	text-align: center;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 38px;
line-height: 300px;
width:100%;
height:300px;
 background: url(../images/join2.jpg);
background-position:center center;
background-attachment: fixed;
background-repeat:no-repeat ;
background-size:cover ;	
	
}
@media  (max-width:640px) {
.join-bt p{height:auto;text-align: center;}
.join > div{width:30%;margin-left: 5%;margin-top: 15px;}
.join > div:nth-child(3n+1){margin-left: 0;}
}

@media  (max-width:500px) {
.join > div{width:100%;margin-left: 0%;margin-top: 25px;}
.join-bd{width:80%;margin:0 auto;}
.join_ban{font-size: 18px;}	
}
/*在线加盟*/

.message{
	width:100%;
	height:auto;
	overflow: hidden;
	padding:  0  0 50px 0;
}
.tjbdleft{
	width:45%;
	float:left;
	height:auto;
	overflow: hidden;
}
.tjbdright{
	width:45%;
	float:left;
	margin-left:10% ;
	height:auto;
	overflow: hidden;
}
.tjbdleft input{
	width:100%;
	height:38px;
	background:#F7F7F7;
	line-height: 38px;
	padding: 0 15px;
	border: none;
	outline: none;
	margin-top: 20px;
}
.tjbdright input {
    width: 100%;
    height: 38px;
    background: #F7F7F7;
    line-height: 38px;
    padding: 0 15px;
    border: none;
    outline: none;
    margin-top: 20px;
}
.tjbdright .yzm{
	background:#F7F7F7;
	width:100%;
	height:38px;
	line-height: 38px;
	margin-top: 16px;
}
.tjbdright .yzm input{
	margin-top: 0;
	width:120px;
	border: none;
	height:38px;
	line-height: 38px;
	background: transparent;
	padding: 0 15px;
	float:left;
}
.tjbdright .yzm a{
	display: block;
	height:30px;
	margin-top: 4px;
	width:auto;
	float:left;
	margin-right: 15px;
	line-height: 30px;
	color:#999;
	
}
.tablebt{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top: 30px;
	float:left;
}
.btn_bottom {
    width: 300px;
    height: 35px;
    margin: 0 auto;
    position: relative;
    float:none;
}
.submit {
    width: 140px !important;
    height: 35px !important;
    color: #fff !important;
    font-family: 微软雅黑;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    background: #d94949!important;
}
.resets {
    width: 140px;
    height: 35px;
    color: #fff;
    font-family: 微软雅黑;
    top: 0px;
    right: 0px;
    position: absolute;
    line-height: 35px;
    cursor: pointer;
    margin: 0px auto 0px 15px;
    background: rgb(204, 204, 204);
    text-align: center;
}
.join-rx{
	text-align: center;
	font-size: 16px;
	margin-top: -30px;
	display: block;
}
@media  (max-width: 790px) {
.tjbdleft{width:48%}
.tjbdright{width:49%;margin-left: 3%;}	
}
@media  (max-width: 760px) {
	.tjbdleft{width:100%;float:none;}
	.tjbdright{width:100%;float:none;margin-left: 0;}
	.tjbdright .yzm a{margin-right:5px ;}
	.tjbdright .yzm .a1{margin-right: 0;}
	.tjbdright .yzm input{width:100px;}
}
/*服务理念*/
.linian2 { padding: 40px 0px; height:auto;overflow: hidden;}
.linianImg2 {  margin: 0px auto; max-width: 1200px;}
.linianImg2 li { float: left; display: block; width: 100%; position: relative; overflow: hidden; }
.linianImg2 .img { width: 100%; display: block; }
.linianImg2 .bg { background: url(../images/red_2.png) repeat; background: none rgba(217,73,73,0.9); position: absolute; left: 0px; top: 0px; width: 0%; height: 100%; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.linianImg2 .t { font-family:"微软雅黑";position: absolute; left: 8%; top: 6%; width: 84%; color: #323232; font-size: 16px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.linianImg2 .t .by { font-size: 32px; color: #fff; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; }
.linianImg2 .t .by2{font-family:"微软雅黑";color:#fff;}
.linianImg2 .b { font-family:"微软雅黑";position: absolute; left: 100%; bottom: 7%; width: 80%; color: #131313; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; opacity: 0; }
.linianImg2 .b .bot { height: 1px; width: 62px; display: block; background-color: #131313; margin-bottom: 30px; }
.linianImg2 li:hover .t, .linianImg2 li:hover .by { color: #131313;font-family:"微软雅黑"; }
.linianImg2 li:hover .bg { width: 100%; }
.linianImg2 li:hover .b { left: 8%; opacity: 1; }
.linianImg2 li:hover .by2{color: #131313;}
@media screen and (max-width:1370px){
	
.linianImg2 .t .by{ font-size: 28px;}

}
@media screen and (max-width:1280px){

.linianImg2 .t .by{ font-size: 24px;}
	
}
	
@media screen and (max-width:861px){
.linianImg2 li{ float: none; width: auto;}
	
}
/*服务手册*/
.join2{
	background: url(../images/bg2.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size:cover ;
	background-attachment: fixed;
	width:100%;
	height:780px;
	margin-top: 80px;
	padding-top: 10px;
	
}

.join2 .join-title h2{font-family: "微软雅黑";color:#fff;}
.join2 .join-title .line{
	    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 45px;
}
.pic_right h1{font-family: "微软雅黑";color:#d94949 !important;}
.pic_right span{font-family: "微软雅黑";}

.wel-go{color:#d94949 !important;}		
.zumain {
	width:100%;
	background: url(../img/zubg.png) no-repeat 0 0;
	position: relative;
}

.zumain .container {
	margin: 0 auto;
	margin-top: 83px;
	position: relative;
	width: 1200px;
	height: 507px;
	overflow: hidden;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.zumain .container .pic:first-child .pic_left{
	margin-left: 0;
}
.zumain .container .pic_left {
	overflow: hidden;
	width: 232px;
	height: 507px;
	float: left;
	/*background-color: black;*/
	background: url(../img/zubg.png);
	margin-left: 10px;
}
.zumain .container .pic_left .mask {
	width:232px;height:100%;background:rgb(0,0,0);padding-top: 228px;position: relative;top: -506px;filter:alpha(opacity=50);opacity: 0.5;overflow: hidden;right: 0px;
}
.zumain .container .pic_left .mask .ent{
	width: 102px;
	height: 49px;
	border-top:1px solid #9a9690;
	border-bottom:1px solid #9a9690;
	text-align: center;line-height: 49px;
	font-size: 18px;color: #ffffff;
	position: relative;
	left: 62px;

	
}
.faq .search .in .inp{ height:58px;}
.ie_8 .container .pic{ position:relative; width:290px; float:left}
.ie_8 .container .pic:hover .pic_right{ display:block}
.ie_8 .container .pic .pic_right {
	padding-top: 52px;
	width: 332px;
	height: 455px; position:absolute; top:0; left:0;
	background: #fff;
	 display:none
}
.part3 ul,.part5 ul{ overflow:hidden; width:1204px}
.hzmain .cd{ width:464px}
.prod-intro .in .bd li .word{ height:58px;}
.zumain .container .pic_right {
	padding-top: 52px;
	width: 0;
	height: 455px;
	float: left;
	background-color: white;
	opacity: 0;
}
.zumain .container .pic h1{
	margin-left: 50px;
	font-size: 22px;
	color: #22252c;
	line-height: 22px}
.zumain .container .pic_right .linee{
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 29px;
	width: 20px;
	height: 2px;
	background-color: #d94949 !important;
}
 
.pic_left a{height:100%;}
.tenmask .xxbg{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 585px;
	height: 350px;
	background-color: #FFFFFF;
	padding-top: 40px;
	margin:-175px 0 0 -192px;
	z-index: 200;
	
}
.tenmask .xxbg h2{
	font-size: 24px;
	line-height: 24px;
	color: #272727;
	margin-bottom: 37px;
}
.tenmask .xxbg input[type="text"]{
	width: 300px;
	padding-top: 1px;
	 background-color: #FFFFFF;
	font-size: 18px;
	border-width: 0px;
	line-height: 46px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.tenmask .xxbg input[type="submit"]{
	width: 425px;
	height: 52px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 52px;
	margin-top: 35px;
	border: 1px solid #e4e4e4;
	background-color: #bfa689;
}
.tenmask .xxbg .ininput{
	line-height: 52px;
	margin: 0 auto;
	margin-top: 8px;
	width: 423px;
	height: 50px;
	border: 1px solid #e4e4e4;
}
.tenmask .xxbg div#ininput3{
	width: 403px;
    text-align: left;
    padding-left: 20px;
}
 .tenmask .close{
 	float: right;
	font-size: 80px;
	position:  absolute;
	right: -68px;
	top: -104px;
	color: #FFFFFF;
	cursor: pointer;
} 


.networkBox{
	width: 290px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.scrollObj{
	overflow: hidden;
	position: relative;
	width: 290px;
	float: left;
}
.scrollObj p{
	margin-left: 50px;
	width: 240px;
	/* height: 358px; */
	font-size: 14px;
	color: #22252c;
}

/*手册手机*/
.section-service-2{
	padding-top: 5px;
	padding-bottom: 70px;
	background: url(../images/bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join2_phone li{width:100%;margin-bottom: 20px;height:auto;overflow: hidden;background: #fff;}
.join2_phone li .li-left{width:33%;float: left;}
.join2_phone li .li-left img{width:100%;vertical-align: bottom;}
.join2_phone li .li-right{width:67%;float: left;background: #fff;padding-left: 10px;padding-right: 10px;}
.join2_phone li .li-right p{font-size: 24px;color:#888;font-family: "微软雅黑";}
.join2_phone li .li-right h3{font-size: 38px;color:#d94949;margin-top: 30px;margin-bottom: 30px;font-family: "微软雅黑";}
@media  (min-width: 1025px) {
.join2_phone{display: none;}
}
@media  (max-width: 1024px) {
.zumain {display: none;}
.join2_phone{display: block;}
.join2{height:auto;overflow: hidden;padding-bottom: 50px;}	
}
@media  (max-width: 640px) {
.join2_phone li .li-right p{font-size: 14px;line-height: 20px;}
.join2_phone li .li-right h3{font-size: 18px;margin-top:10px ;margin-bottom:10px ;}
}
@media  (max-width: 325px) {
.join2_phone li .li-right p{font-size: 12px;}
.join2_phone li .li-right h3{font-size: 16px;margin-top:10px ;margin-bottom:10px ;}	
}

/*选购指南*/
.section-service-3{
	padding: 5px 0 60px 0;
	background: url(../images/servicebg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.QA-list li{margin-bottom: 15px;width:100%;border:1px solid #eee;background: rgba(255,255,255,.7);}
.QA-list h5{height: 56px;line-height: 56px;padding:0 20px;
    color:#d94949;font-size: 16px;font-weight: normal;cursor: pointer;
    background: url(../images/plusnow.png) no-repeat 97% center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;}
.QA-list h5.on{background: url(../images/plusno.png) no-repeat 97% center;}
.QA-list .txt{display: none;padding:27px 15px 17px 10px;}
.QA-list .txt p{font-size: 13px;color:#666;line-height: 28px;}

.txt_img_nv{background-color: #fff;padding:18px 0 0 0;}
.txt_img_nv h5{font-size: 18px;font-weight: normal;border-bottom: 1px solid #e5e5e5;
    padding:0 0 16px 40px;margin: 0 20px;background-repeat: no-repeat;background-position: left 3px;
    margin-bottom: 12px;}
.txt_img_nv p{margin: 0 18px;line-height: 20px;font-size: 13px;color:#676767;margin-bottom: 11px;}
.txt_img_nv .img img{display: block;width: 100%;}
.txt_img_nv ul{background-color: #f9f9f9;}
.txt_img_nv li{margin-bottom: 15px;background-color: #fffdfb;padding:0 27px 0 22px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;}
.txt_img_nv li a{display: block;height: 50px;line-height: 50px;
    font-size: 16px;color:#666;background: url(../images/arrow6.jpg) no-repeat right center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;}
.txt_img_nv li:hover,.txt_img_nv li.on{background-color: #e67817;}
.txt_img_nv li:hover a,.txt_img_nv li.on a{color:#fff;background: url(../images/arrow7.jpg) no-repeat right center;}
.txt-box1{margin-bottom: 24px;}
.txt-box1 h5{font-size: 18px;color:#CBA96A;font-weight: normal;margin-bottom: 11px;}
.txt-box1 p{font-size: 13px;color:#666;line-height: 31px;}
.tit_list1  a{color:#333 !important;}
.tit_list1 li.on a{color:#fff !important;}
.tit_list1 li:hover a{color:#fff !important;}
@media  (max-width: 640px) {
	.mybanner{height:200px;}
	.mybanner .wp{padding-top: 90px;}
	.mybanner h2{font-size: 20px;}
	.QA-list h5{text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 40px;
    }
}
/*地图*/
.map{
	width:100%;
	height:460px;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 50px;
	position: relative;
}
.BMapLabel{width:25px !important;height:37px !important;background: url(../images/map-icon.png);border:none !important;
background-color: rgba(255, 255, 255,0) !important;
}
.BMap_noprint{display: none !important; }
.BMap_Marker img{display: none !important;}
.maptxt{
	background:rgba(217,73,73,.8);
}
.pcmap{
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:370px;
	z-index: 50;
}
.mapcon{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index: 3;
}
.maptxt ul{
	padding: 30px;
}
.maptxt ul h2{color:#fff;font-weight: normal;font-size: 22px;margin-bottom: 20px;}
.maptxt ul li span{
	color:#fff;
	font-size: 22px;
}
.maptxt ul li{
	margin-top: 10px;
	color:#fff;
}
.maptxt ul li .lileft{
	width:50%;
	float:left;
	text-align: center;
}
.maptxt ul li .liright{
	width:50%;
	float:left;
	text-align: center;
}
.maptxt ul li p{
	color:#fff;
}
.phmap{
	height:auto;overflow: hidden;width:100%;margin-bottom: 30px;padding-bottom: 30px;
}
.address_list{
	width:100%;
	height:auto;
	overflow: hidden;	
}
.address_list li{
	height:225px;
	cursor: pointer;
	float:left;
	width:23%;
	margin-left: 2.66%;
	background-color: #f6f6f6;
	padding: 25px;
	margin-bottom: 20px;
}
.address_list li:nth-child(4n+1){margin-left: 0;}
.address_list li h3{
	font-size: 17px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}
.address_list li p{
	line-height: 25px;
}
.address_list li:hover {
	background:url(../images/bgli.jpg);
	background-size:cover ;
	background-repeat:no-repeat ;
	background-position: center center;
}
.address_list li:hover h3{color:#fff;}
.address_list li:hover p{color:#fff;}



@media (min-width: 641px) {
.phmap{display: none;}	
}
@media  (max-width: 640px) {
.address_list li{width:100%;float:none;margin-left: 0;height:auto;margin-bottom: 15px;}
.map{height:300px;margin-bottom: 0;}
.pcmap{display:none;}	
.maptxt ul h2{font-size: 20px;margin-bottom: 10px;}
}

/*人才*/
.myjobmain{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top: 50px;
	padding: 10px 0 50px 0;
	background: url(../images/job.jpg);
	background-size:cover ;
	background-position: center center;
	background-repeat:no-repeat ;
}
.job_main li{
	float:left;
	width:23%;
	margin-left:2.66%;
	background: #fff;
	margin-bottom: 20px;
}

.job_main li:nth-child(4n+1){
	margin-left: 0;
}
.job_main li >div{padding: 25px 20px 40px 20px;}
.job_main li .date{
	color:#777;
	margin-bottom: 5px;
}

.job_main li .Tit{
	border-bottom: 1px #777 solid;
    font-size: 18px;
    color: #272727;
    padding-bottom: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.job_main li ._con{
	height: 132px;
    line-height: 22px;
    overflow: hidden;
}
.job_main li .more{
	margin-left: 0 !important;
	background: transparent;
	width: 115px;
    height: 36px;
    line-height: 36px;
    margin-top: 25px;
    color: #333;
    display: block;
    text-align: center;
    border: 2px solid #afafaf;
    z-index: 2;
    color: #434343;
    position: relative;
   cursor: pointer;
}
.job_main li .jobgw{display: none;}
.job_main li .more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #d94949;
    transform: scaleX(.5);
    -webkit-transform: scaleX(.5);
    transition: .3s ease;
    -webkit-transition: .3s ease;
}
.job_main li .more:hover:before{
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
} 
.job_main li .more:hover{color:#fff;}
.job_main li .more:hover{
	border: 2px solid #d94949;
}
.job_main li .sort{display: none;}
@media  (max-width: 640px) {
	.jb_1 .jb_1_left{width:100%;float:none;}
	.jb_1 .jb_1_right{width:100%;float:none;}
	.jb_2 {width:100%;margin-top: -70px;}
	.jb_2 img{
		width:100%;
	}
	.job-center ul li{width:100%;margin-bottom: 15px;float:none;margin-right: 0;}
	.job-m1{padding-bottom: 50px;}
	.job_main li{width:100%;margin-left: 0;float:none;margin-bottom: 15px;}
}
/*modal*/
.modal .modal-body .close{position: absolute;right:0px;top:-40px;width:40px;height:40px;background:#99321F ; opacity: 1;
background: url(../images/close.jpg); background-position: center center; 
}
.modal .modal-body{position: relative;}
.modal_con{
	position: absolute;
	left:20px;
	top:40px;
	right:20px;
	overflow-y: auto;
    height:calc(100% - 80px);
}

.job_top{
	width:100%;
	height:auto;
	padding: 10px;
    border-bottom: 1px solid #cccccc;
    line-height: 26px;
}
.job_top h3{
	margin-top: 0 !important;
	margin-bottom: 10px;
	font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.modal p{
	color:#333;
	line-height: 25px;
}
.job_center{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.job_footer{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
/*联系我们*/
.nytitle{
	text-align: center;
}
.nytitle h2{
	font-size: 22px;
    color: #d94949;
}
.nytitle b{
	display: inline-block;
    width: 58px;
    height: 4px;
    background: #d94949;
    margin: 10px 0;
}

/*品牌*/

/*视频*/
.video-list{
	margin: 50px 0 50px 0;
	height:auto;
	overflow: hidden;
}
.video-list li {
    float: left;
    width: 32%;
    margin-left: 2%;
    overflow: hidden;
    margin-bottom: 15px;
}
.video-list li:nth-child(3n+1){
	margin-left: 0;
}
.video-list li a{
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.video-list li img{
	vertical-align: bottom;
	width: 100%;
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
}
.video-list li .pcover{
	    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    z-index: 2;
    display: none;
}
.video-list li .pbox{
	width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    color: #fff;
    z-index: 6;
    margin-top: -35px;
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.video-list li .p1{
	display: block;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background: url(../images/myvideo.png) no-repeat center !important;
}
.video-list li .p2{
	text-align: center;
	font-size: 14px;
	color:#fff;
}
.video-list li:hover .pcover {
	display: block;
}
.video-list li:hover .pbox{
	transform: scale(1);
	-wekit-transform: scale(1);
	opacity: 1;
}
.video_title {
	margin-top: 50px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #d94949;
    line-height: 30px;
}
.video {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 5;
    background: #000;
    position: relative;
}
.video video {
    width: 100%;
    height: 98%;
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 0px;
}
.vd_back {
	margin-bottom: 50px;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #d94949;
    color: #d94949;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.section-about-7{
    padding-top: 1px;
    background: #f8f8f8;
}

@media  (max-width: 640px) {
	.sectitle h3{font-size: 24px}
	.video-list li {float:none;width:100%;margin-left: 0;}
	.video{height:200px;}
}

@media  (min-width: 641px){
	.section-2{background-attachment: fixed;}
	
}
@media  (max-width: 640px) {
	.item-left{width:60px;}
	.item-right{width:auto;}
	.item-text{width:160px;}
	.main{width:335px;}
}

@media (min-width:1500px){
.social{
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	padding:0px 0 50px 0;
}
.social_left{
	float:left;
	width: 48%;
}
.social_right{
	float:right;
	width:48%;
	margin-left: 4%;
}
._hd{
	float: left;
    padding: 0 30px;
    width: 50%;
    height: 473px;
    background: #f2f2f2;
	box-sizing: border-box;
}
._bd{
	width:50%;
    height: 473px;
	float: left;
}
.social_left h2{
	margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
	color:#333;
}
.social_left p{
	font-size: 14px;
}
._bdimg{
	overflow: hidden;
}
._bdimg img{
	width:100%;
	height:245px;
	vertical-align: bottom;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
._bdimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
._bdtxt{
	position: relative;
    padding: 35px;
    background-color: #d94949;
    line-height: 2;
    height: 158px;
}
._bdtxt ._arr{
	position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 9px;
    background: url(../images/shzr_btm_arr03.png) center no-repeat;
}
._bdtxt p{
	color:#fff;
}
.sotxt{
	position: relative;
    padding: 25px;
    background-color: #d94949;
    line-height: 2;
    height: 228px;
	width:100%;
	box-sizing: border-box;
}
.sotxt i{
	z-index: 10;
	position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 9px;
    background: url(../images/soa1.png) center no-repeat;
}
.sotxt h2{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
}
.sotxt p{
	color:#fff;
}
.social1{
	float:left;
	width:50%;
	}
.social2{
	float:left;
	width:392px;
}
.mybd{
	background: #f2f2f2;
}
.mybd p{
	color:#333;
}
.mybd h2{
	font-size: 16px;
	font-weight: bold;
}
.mybd ._arr{
	
background: url(../images/so3.png) center no-repeat;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
.social{
	height:auto;
	overflow: hidden;
	padding: 0px 0 50px 0;
}
.social_left{
	float:left;
}
.social_right{
	float:right;
}
._hd{
	float: left;
    padding: 0 30px;
    width: 280px;
    height: 473px;
    background: #f2f2f2;
}
._bd{
	width:295px;
	float: left;
}
.social_left h2{
	margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
	color:#333;
}
.social_left p{
	font-size: 14px;
}
._bdimg{
	overflow: hidden;
}
._bdimg img{
	width:100%;
	height:auto;
	vertical-align: bottom;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
._bdimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
._bdtxt{
	position: relative;
    padding: 35px;
    background-color: #d94949;
    line-height: 2;
    height: 158px;
}
._bdtxt ._arr{
	position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 9px;
    background: url(../images/shzr_btm_arr03.png) center no-repeat;
}
._bdtxt p{
	color:#fff;
}
.sotxt{
	position: relative;
    padding: 25px;
    background-color: #d94949;
    line-height: 2;
    height: 180px;
}
.sotxt i{
	z-index: 10;
	position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 9px;
    background: url(../images/soa1.png) center no-repeat;
}
.sotxt h2{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
}
.sotxt p{
	color:#fff;
}
.social1{
	float:left;
	width:292px;
	}
.social2{
	float:left;
	width:292px;
}
.mybd{
	background: #f2f2f2;
}
.mybd p{
	color:#333;
}
.mybd h2{
	font-size: 16px;
	font-weight: bold;
}
.mybd ._arr{
	
background: url(../images/so3.png) center no-repeat;
}
}


/*@media (max-width:1250px){*/
/*	.social_left,*/
/*	.social_right{*/
/*		float: none;*/
/*		display: 10px auto;*/
/*	}*/
/*}*/


@media  (max-width: 1200px) {
.social{
	height:auto;
	overflow: hidden;
	padding: 0px 0 50px 0;
}
.social_left{
	float:left;
}
.social_right{
	float:right;
}
._hd{
	float: left;
    padding: 0 30px;
    width: 280px;
    height: 473px;
    background: #f2f2f2;
}
._bd{
	width:295px;
	float: left;
}
.social_left h2{
	margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
	color:#333;
}
.social_left p{
	font-size: 14px;
}
._bdimg{
	overflow: hidden;
}
._bdimg img{
	width:100%;
	height:auto;
	vertical-align: bottom;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
._bdimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
._bdtxt{
	position: relative;
    padding: 35px;
    background-color: #d94949;
    line-height: 2;
    height: 158px;
}
._bdtxt ._arr{
	position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 9px;
    background: url(../images/shzr_btm_arr03.png) center no-repeat;
}
._bdtxt p{
	color:#fff;
}
.sotxt{
	position: relative;
    padding: 25px;
    background-color: #d94949;
    line-height: 2;
    height: 180px;
}
.sotxt i{
	z-index: 10;
	position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 9px;
    background: url(../images/soa1.png) center no-repeat;
}
.sotxt h2{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
}
.sotxt p{
	color:#fff;
}
.social1{
	float:left;
	width:292px;
	}
.social2{
	float:left;
	width:292px;
}
.mybd{
	background: #f2f2f2;
}
.mybd p{
	color:#333;
}
.mybd h2{
	font-size: 16px;
	font-weight: bold;
}
.mybd ._arr{
	
background: url(../images/so3.png) center no-repeat;
}
}


@media  (max-width: 640px) {
	.social_left{float:none;margin-bottom: 20px;}
	.social_right{float:none;}
	._hd{width:100%;float:none;height:auto;padding:25px 10px;}
	.social_left h2{margin-top: 20px;}
	.social_left ._bd{width:100%;float:none;}
	._bdtxt ._arr{display: none;}
	.social1{float:none;width:100%;}
	.sotxt i{display: none;}
	._bd{width:100%;float:none;}
	._bdtxt{height:auto;}
}

/*vr*/
.vr{
	height:auto;
	overflow: hidden;
	margin-bottom: 50px;
}

@media  (max-width: 640px) {
	.grid figure{float:none;width:100%;margin-left: 0;}
	figure.effect-layla img{height:auto;}
	figure.effect-layla h2{padding-top: 25%;}
	figure.effect-layla p{display: none;}
	.vr{margin-bottom: 0}
}


@media  (min-width: 641px) {
	.section-about-2{background-attachment: fixed !important;}
	.section-about-3{background-attachment: fixed !important;}
	.section-service-2{background-attachment: fixed !important;}
	.section-service-3{background-attachment: fixed !important;}
	.myjobmain{background-attachment: fixed !important;}
}


/*******************************
    品牌故事
********************************/
.history{background: url(../images/history-bg.jpg) no-repeat left top fixed;padding-top: 89px;overflow: hidden;
    }
.history-tit{text-align: center;margin-bottom: 61px;}
.history-tit li{display: inline-block;
    width: 240px;
    padding-left: 70px;
    background: url(../images/lishi-ico.png) no-repeat scroll 23px center;
    margin-bottom: 30px;
}
.history-tit a{
    display: inline-block;
    background: url(../images/wubianxing.png) no-repeat;
    width: 170px;
    height: 148px;
    position: relative;
    z-index: 1;
    color: #666;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}
.history-tit em{
    display: block;
    padding-top: 30%;
    font-size: 20px;
}
.history-list{position: relative;}
.history-list .years{
    margin-left: 486px;
    padding-left: 60px;
    background: url(../images/ding.png) no-repeat scroll left top;
    font-weight: bold;
    font-size: 30px;
    color: #e87b00;
    line-height: 50px;
    margin-bottom: 65px;
}

.history-list li{*zoom:1; margin-bottom: 40px;position: relative;}
.history-list li:after,.history-list li:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.history-list .img{
    margin-right: 40px;
    float: left;
    display: block;
    width: 450px;
}
.history-list .img span{
	display: block;
	width:90%;
	height:50px;
	line-height: 50px;
	color:#fff;
	font-size: 24px;
	text-align: center;
	background: #d94949;
}
.history-list .img img{
	width:90%;
	}
.history-list .txt{
  
    margin-left: 550px;
    background-color: #fff;
    padding: 20px;
    display: block;
    color: #676767;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}
.history-list .txt img{
	width:100%;
	margin-top: 5px
}



.history-tit .on a{background: url(../images/lj2.png) no-repeat center;}
.history-list .history-line{
    position: absolute;
    left: 500px;
    width: 3px;
    height: 100%;
    background-color: #bebebe;
    top: 48px;
}
.history-list .txt .ico{
    background: url(../images/sj3.png) no-repeat;
    width: 11px;
    height: 14px;
    display: block;
    position: absolute;
    left: -10px;
    top: 50px;
}
.history-list .txt h5{
    font-weight: bold;
    font-size: 24px;
    color:#d94949;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.history-list .txt p{
    line-height: 22px;
    color:#676767;
    font-size: 14px;
    margin-top: 2px;
}
.history-list .dots{
    background: url(../images/yd1.png) no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 495px;
    top: 48px;
}

@media  (max-width: 960px) {
.history-list .history-line{left:400px}	
.history-list .img{width:350px;margin-right: 50px;}
.history-list .dots{left:395px;}
.history-list .txt{margin-left: 440px;}
.history-list .years{margin-left: 386px;}
}
@media (max-width: 767px) {
.history-list .history-line{left:300px}	
.history-list .img{width:250px;margin-right: 50px;}
.history-list .dots{left:295px;}
.history-list .txt{margin-left: 340px;}	
.history-list .years{margin-left: 286px;}
}
@media (max-width: 640px) {
.history-list .history-line{left:15px}	
.history-list .img{width:auto;margin-right: 0px;float:none;padding-left: 30px;margin-bottom: 20px;}
.history-list .dots{left:10px;top:70px;}
	.history-list li:first-child .dots{top:450px;}
.history-list .txt{margin-left: 35px;}	
.history-list .img span{
	width:100%;
	height:35px;
	line-height: 35px;
	font-size: 18px;

}
.history-list .img img{
	width:100%;
	}
	.history-list li{margin-bottom: 20px;}
	.history-list .years{margin-left: 1px;}

}
.myhis{
	padding-top: 50px;
	padding-bottom: 50px;
}
/*
.history-list li:nth-child(2n+2) .img{
	margin-right:0;
    float: none;
    display: block;
    margin-left: 550px;
}
.history-list li:nth-child(2n+2) .txt{
	margin-left: 0;
	float:left;
    background-color: #fff;
    padding: 20px;
    display: block;
    color: #676767;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}
*/

/*---------生产工艺----------------------*/
.part2_box{
	padding: 8% 0 1%;
}
.part2_box li{
    height:auto;
    overflow: hidden;
	margin-bottom: 5%;
    background: #fff;
    transition: all .5s ease;
    cursor: pointer;
}
.part2_box li .img_box {
    width:60%;
    overflow: hidden;
}
.part2_box li .img_box img{
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	width:100%;
}

.part2_box li.odd .img_box {
    float: right;
}
.part2_box li.odd .cont {
    float: left;
}
.part2_box li .cont {
    width:40%;
}
.part2_box li.even .img_box {
    float: left;
}
.part2_box li.even .cont {
    float: right;
}

.part2_box li .cont_box {
    padding: 10% 15%;
}
.part2_box li .title{
	font-size: 30px;
	margin-bottom: 6%;
	color:#d94949;
}
.part2_box li:hover img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-:transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.part2_box li:hover{
	background:#d94949 ;
}
.part2_box li:hover .title{
	color:#fff;
}
.part2_box li:hover .dec{
	color:#fff;
}
.dec{font-size: 14px;}
@media  (max-width: 640px) {
	.part2_box li .img_box{float:none;width:100%;}
	.part2_box li .cont{float:none;width:100%;}
	.part2_box li .cont_box{padding: 10% 10%;}
	.part2_box li .title{font-size: 20px;}
}


.stra-box{
	width: 92%;
	max-width: 1200px;
	margin:105px auto 0;
	overflow: hidden;
}
.stra-box ul .mbox1,.stra-box ul .mbox4{margin-bottom: 40px;}
.stra-box ul .mbox1  .pic{
	width: 55%;
	float: left;
}
.stra-box ul li .pic img{
	display: block;
	width: 100%;
}
.stra-box ul .mbox1 .box,.stra-box ul .mbox3 .box{
	width: 40%;
	float: right;
	text-align: center;
	padding-left: 5%
} 
.stra-box ul li .box h3{
	font-family: '微軟正黑��?';
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #CA0000;
	text-align: center;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.stra-box ul li .box .details{
	font-size: 16px;
	line-height: 36px;
	color: #444444;
	margin: 0 auto;
	text-align: justify;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.stra-box ul .mbox1  .box h3{
	padding: 55px 0 40px;
}
.stra-box ul .mbox1  .box .details,.stra-box ul .mbox3 .box .details{
	width: 80%;
}
.stra-box ul .mbox1  .box .btn{
	cursor: pointer;
	display: inline-block;
	margin: 30% auto 0;
	font-size: 14px;
	color: #888888;
	line-height: 34px;
	height: 34px;
	font-family: 'arial';
	text-transform: capitalize;
	background: url(../../img/img22.png) center no-repeat;

}
.stra-box ul .mbox1  .box .btn span{
	display: inline-block;
	width: 43px;
}
.stra-box ul .mbox2 .pic{
	display: block;
	width: 56.5%;
	float: right;
	position: relative;
	z-index: 2;
}
.stra-box ul .mbox3{
	position: relative;
	top: -60px;
}
.stra-box ul .mbox3 .pic{
	width: 40%;
	float: left;
	margin-left: 13%;
}
.stra-box ul .mbox3 .box h3{
	padding: 245px 0 35px
}
.stra-box ul .mbox4 .pic{
	width: 68.5%;
	float: right;
}
.stra-box ul .mbox5 .box{
	float: left;
	width:32%;
}
.stra-box ul .mbox5 .box h3{
	padding:90px 0 30px;
}
.stra-box ul .mbox5 .pic{
	width: 41%;
	float: right;
}
.stra-box ul .mbox6 .pic{
	width: 41%;
	float: left;
	margin-left: 5%;
	position: relative;
	top: -140px;
}
.stra-box ul .mbox6 .box{
	float: right;
	width: 440px;
	margin-right: 7.5%;
}
.stra-box ul .mbox6 .box h3{
	padding:70px 0 25px;
}
.stra-box ul .mbox7 .pic{
	width: 41%;
	margin-left: 34%;
	float: left;
	position: relative;
	top: -225px;
}
.news-box{
	max-width: 1400px;
	width: 92%;
	margin: 0 auto 80px;
}
.news-box .title{
	text-align: center;
	padding: 70px 0 95px;
}
.news-box .title h2,.profile-box .title h2{
	font-size: 42px;
    color: #282828;
    line-height: 60px;
    text-transform: Uppercase;
    font-family: 'Open Sans','arial';
}
.news-box .title h2 span,.profile-box .title h2 span{
	font-size: 60px;
}
.news-box .title .fa,.profile-box .title .fa{
	font-size: 36px;
    color: #282828;
    line-height: 45px;
    font-family: '微軟正黑��?';
}
.news-box .list{
	width: 100%;
}

.news-box .list ul{width: 102%;}
.news-box .list ul li{
	width: 31%;
	float: left;
	margin:0 2.33% 115px 0;
	position: relative;
	top: 0;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.news-box .list ul li:hover{
	top: -8px;
}
.news-box .list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.news-box .list ul li a .box{
	margin-bottom: 30px;
}
.news-box .list ul li a .box h3{
	font-size: 24px;
    color: #282828;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: '微軟正黑��?';
    margin-bottom: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.news-box .list ul li:hover a .box h3{
	color: #CA0000;
}
.news-box .list ul li a .box .time{
	font-size: 14px;
    color: #282828;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'arial'
}
.news-box .list ul li a .box .fa{
	font-size: 14px;
    line-height: 28px;
    color: #282828;
    height: 52px;
    overflow: hidden;
}
.news-box .list ul li a .pic{
	width: 100%;
    overflow: hidden;
    background-color: #000;
}
.news-box .list ul li a .pic img{
	display: inline-block;
	width: 100%;
	height: 22em;
	opacity: 0.8;
    transition: all .3s;
    -webkit-transition: all .3s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news-box .list ul li:hover a .pic img{
	opacity: 1;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.case-box{
	width: 92%;
	max-width: 1400px;
	margin:100px auto;
}
.case-box ul{
	width: 103%
}
.case-box ul li{
	width: 22%;
	margin:0 3% 60px 0;
	float: left;
	position: relative;
	top: 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.case-box ul li:hover{
	top: -10px;
}
.case-box ul li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	padding: 5% 5%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1)
}
.case-box ul li a .pic{
	width: 100%;
	overflow: hidden;
}
.case-box ul li a .pic img{
	display: block;width: 100%;
}
.case-box ul li a .box{padding: 30px 0 25px;}
.case-box ul li a .box h3{
	font-size: 22px;
	color: #333333;
	line-height: 32px;
	font-family: '微軟正黑��?';
	font-weight: bold;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-box ul li:hover a .box h3{
	color: #CA0000
}
.case-box ul li a .box .more{
	font-size: 16px;
	line-height: 36px;
	color: #888888;
	background: url(../../img/img23.png) center right no-repeat;
}
.profile-box{
	width: 92%;
	/*max-width: 1722px;*/
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.profile-box .title{
	text-align: center;padding: 65px 0 100px;
}
.profile-box .mbox1 .tit{
	width: 50%;
	float: left;
	font-size: 30px;
	color: #282828;
	line-height: 50px;
	position: relative;
	padding-top: 65px;
}
.profile-box .mbox1 .tit:before{
	display: block;
	width: 27px;
	height: 3px;
	background-color: #CA0000;
	position: absolute;
	left: 0;
	bottom:-15px;
	content: '';
}
.profile-box .mbox1 .pic{
	width: 14.5%;
	float: right;
	overflow: hidden;
}
.profile-box .mbox1 .pic img,.profile-box .mbox2 .pic img,.profile-box .mbox3 .pic img{
	display: block;
	width: 100%;
}
.profile-box .mbox2{margin-bottom: 115px;}
.profile-box .mbox2 .pic{
	width: 37%;
	float: right;
	margin-right: 14.5%;
}
.profile-box .mbox2 .box{
	width: 39.5%;
	float: left;
}
.profile-box .mbox2 .box .details,.profile-box .mbox3 .box .details{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: justify;
}
.profile-box .mbox2 .box .mlist,.profile-box .mbox3 .box .mlist{padding: 45px 0;}
.profile-box .mbox2 .box .mlist li{
	width: 33.3%;
	float: left;
}
.profile-box .mbox2 .box .mlist li .math,.profile-box .mbox3 .box .mlist ul li .math{
	color: #CA0000;
	line-height: 45px;
	height: 45px;
	font-size:36px;
	padding-right: 20px;
	display: inline-block;
	background: url(../../img/img104.jpg) right center no-repeat;
}

.profile-box .mbox2 .box .mlist li .fa,.profile-box .mbox3 .box .mlist ul li .fa{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.profile-box .mbox3 .pic{
	width: 57%;
	float: left;
}
.profile-box .mbox3 .box{
	width: 36.5%;
	float: right;
	padding-top: 3%
}
.profile-box .mbox3 .box .mlist ul li{
	width: 40%;
	float: left;
}
.profile-box .mbox3 .box .mlist ul li .math{
	font-size: 
}
.profile-box .mbox4{width: 100%;margin-bottom: 80px; margin-top:100px; text-align:center;}
.profile-box .mbox4 img{max-width: 100%;}

.ninfor{
	width: 92%;
	max-width: 1000px;
	box-sizing:border-box;
	padding: 5% 0;
	margin: 100px auto 80px;
	/*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}
.ninfor .title{
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 50px;
}
.ninfor .title h2{
	font-size: 32px;
	line-height: 42px;
	font-family: '微軟正黑��?';
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.ninfor .title .time{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}
.ninfor .details{
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}
.ninfor .details,.ninfor .details p{
	text-align: justify;
	font-size: 16px;
	line-height: 34px;
	font-family: '微軟正黑��?';
	color: #666;
}
.ninfor .details img{
	max-width: 100%;
}
.ninfor .fot{
	width: 100%;
}
.ninfor .fot .left{
	float: left;
	width: 75%;
} 
.ninfor .fot .left p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 8px;
	text-align: justify;
}
.ninfor .fot .left p a{
	color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.ninfor .fot .left p a:hover{color: #333;}
.ninfor .fot .bttn{
	display: block;
	width: 136px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	float: right;
	background-color: #CA0000;
	border:1px solid #CA0000;
    transition: all .4s;
    -webkit-transition: all .4s;
    cursor: pointer;
}
.ninfor .fot .bttn:hover{
	color: #CA0000;
	background-color: #fff;
}





@media (max-width:1600px){
	
}


@media (max-width:1500px){
	
}
@media (max-width:1300px){
	.stra-box ul .mbox6 .box h3{
		padding: 50px 0 15px;
	}
	.stra-box ul .mbox5 .box h3{padding: 60px 0 20px;}
	.news-box .list ul li{margin: 0 2.33% 90px 0;}
	.case-box ul li{margin: 0 3% 50px 0;}
	.profile-box .mbox2 .box .mlist,.profile-box .mbox3 .box .mlist{padding: 30px 0}
	.profile-box .mbox1 .tit{padding-top: 40px}
	.profile-box .mbox2{margin-bottom: 70px;}
	.profile-box .mbox3 .box .mlist ul li{width: 45%}
}

@media (max-width:1200px){
	.stra-box ul .mbox1  .box .btn{margin: 20% auto 0;}
	.stra-box ul .mbox1  .box .details{width: 90%;}
	.stra-box ul .mbox3 .box h3{padding: 130px 0 35px;}
	.stra-box ul .mbox5 .box{width: 38%;}
	.stra-box ul .mbox5 .box h3{padding:60px 0 20px;}
	.stra-box ul .mbox6 .box{margin-right:0%;}
	.stra-box ul .mbox6 .pic{top: -90px;}
	.stra-box ul .mbox7 .pic{top: -130px;}
	.stra-box ul li .box .details{line-height: 34px;}

}
@media (max-width:1024px){
	.pc-title{
		padding: 30px 0;
		margin: -50px auto 0;
	}
	.pc-title{padding: 30px 0;}
	.pc-title a{
		height: 40px;
    	line-height: 40px;
	}
	.stra-box{margin: 90px auto 80px;}
	.stra-box ul li .pic{text-align: center;}
	.stra-box ul li .box h3{font-size: 26px;}
	.stra-box ul li .pic img{max-width: 100%;width: auto;display: inline-block;}
	.stra-box ul .mbox1 .pic,.stra-box ul .mbox2 .pic,.stra-box ul .mbox3 .pic,
	.stra-box ul .mbox4 .pic,.stra-box ul .mbox5 .pic,.stra-box ul .mbox6 .pic,
	.stra-box ul .mbox7 .pic{float:none;margin: 0 auto;width: auto;top: 0}
	.stra-box ul .mbox1  .box .details,.stra-box ul li .box .details{width:80%;}
	.stra-box ul .mbox1 .box,.stra-box ul .mbox3 .box,
	.stra-box ul .mbox5 .box,.stra-box ul .mbox6 .box{
		float: none;width: 100%;padding-left: 0;margin-bottom: 30px}
	.stra-box ul .mbox1  .box .btn{display: none;}
	.stra-box ul .mbox6,.stra-box ul .mbox3{margin-bottom: 40px;}
	.stra-box ul .mbox3{top: 0}
	.stra-box ul .mbox1  .box h3{padding: 0px 0 25px;}
	.stra-box ul .mbox3 .box h3,.stra-box ul .mbox6 .box h3{padding: 70px 0 25px;}
	.stra-box ul .mbox5 .box h3{padding: 30px 0 25px;}
	.news-box .list ul{width: 100%}
	.news-box .list ul li{
		width:50%;
		float: left;
		margin:0 0% 70px 0;
	}
	.news-box .list ul li a{
		width: 92%;
		margin: 0 auto;
	}
	.news-box .title h2,.profile-box .title h2{font-size: 34px;}
	.news-box .title h2 span,.profile-box .title h2 span{font-size: 48px;}
	.news-box .title .fa,.profile-box .title h2 .fa{font-size: 29px;}
	.news-box .list ul li a .box h3{font-size: 20px;}
	.news-box .list ul li a .box .fa{line-height: 26px;}
	.news-box .list ul li a .pic img{
		opacity: 1;
	    transition: all 0s;
	    -webkit-transition: all 0s;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.news-box .list ul li:hover a .pic img{
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.news-box .list ul li:hover{top: 0}
	.case-box ul{width: 100%;}
	.case-box ul li{
		margin: 0 2.5% 50px 2.5%;
		width: 45%;
	}
	.case-box ul li:hover{top: 0}
	.profile-box .mbox1{margin-bottom: 30px;}
	.profile-box .mbox1 .tit{
		font-size: 26px;
    	line-height: 36px;
	}
	.profile-box .mbox1 .pic{width: 20%;}
	.profile-box .mbox1 .tit{padding-top: 5%}
	.profile-box .mbox2 .pic,.profile-box .mbox2 .box,
	.profile-box .mbox3 .pic,.profile-box .mbox3 .box{float: none;width: 100%;}
	.profile-box .mbox2 .pic{width: 80%}
	.profile-box .mbox2 .box,.profile-box .mbox3 .box{padding: 40px 0;}
	.profile-box .mbox2 {margin-bottom: 20px;}
	.profile-box .mbox3 .box .mlist ul li{width: 30%}
	.ninfor{padding: 5%}
	.ninfor .fot .left {width: 70%;}
	.ninfor .title{padding-bottom: 35px;}
	.ninfor .title h2{
		font-size: 28px;
	}
}
@media (max-width:767px){
	
	.profile-box{width: 100%;box-sizing: border-box;padding: 0 4%;}
	
	.news-box .list ul li a .pic img{
		height: auto;
	}
	.pc-title{display: none;}
	#ph-title{
		display: block;
	    width:100%;
	    margin: 0 auto;
	    padding: 10px 15px; 
		box-sizing: border-box;
	    position: relative;
	    overflow: hidden;
	    direction: ltr;
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	    -o-backface-visibility: hidden;
	    backface-visibility: hidden;
	    z-index: 1;
	    background-color: #f6f6f6
	}
	#ph-title .swiper-wrapper .swiper-slide{
		width:33.333%;
	}
	
	#ph-title .swiper-wrapper .swiper-slide6{
		width:100%;
	}
	
	#ph-title .swiper-wrapper .swiper-slide a{
		display: block;
		width: 100%;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 15px;
		color: #333;
	}
	#ph-title .swiper-wrapper .swiper-slide a.on {
		background-color: #CA0000;
		color: #fff;
	}
	
	#ph-title .swiper-wrapper .swiper-slide1{
		width:25%;
	}
	#ph-title .swiper-wrapper .swiper-slide1.swiper-slide3{
		width: 33.33%;
	}
	
	#ph-title .swiper-wrapper .swiper-slide1 a{
		display: block;
		width: 100%;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 15px;
		color: #333;
	}
	#ph-title .swiper-wrapper .swiper-slide1 a.on{
		background-color: #CA0000;
		color: #fff;
	}

	#ph-title .swiper-wrapper .swiper-slide2{
		width:20%;
	}
	#ph-title .swiper-wrapper .swiper-slide2.swiper-slide3{
		width:33.33%;
	}
	#ph-title .swiper-wrapper .swiper-slide2 a{
		display: block;
		width: 100%;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 15px;
		color: #333;
	}
	#ph-title .swiper-wrapper .swiper-slide2 a.on {
		background-color: #CA0000;
		color: #fff;
	}
	



	#ph-title .swiper-wrapper .swiper-slide5{
		width:50%;
	}
	#ph-title .swiper-wrapper .swiper-slide5 a{
		display: block;
		width: 100%;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 15px;
		color: #333;
	}
	#ph-title .swiper-wrapper .swiper-slide5 a.on {
		background-color: #CA0000;
		color: #fff;
	}
	

	

	.stra-box{margin: 60px auto 60px}
	.stra-box ul .mbox1  .box .details, .stra-box ul li .box .details,
	.stra-box ul .mbox1  .box .details, .stra-box ul .mbox3 .box .details,
	.profile-box .mbox2 .box .details,.profile-box .mbox2 .box .mlist li .fa,
	.profile-box .mbox3 .box .details,.profile-box .mbox3 .box .mlist ul li .fa{
		width: 100%;
		font-size: 14px;
		line-height: 26px;
	}
	.stra-box ul .mbox1 .box, .stra-box ul .mbox3 .box, 
	.stra-box ul .mbox5 .box, .stra-box ul .mbox6 .box,
	.stra-box ul .mbox1, .stra-box ul .mbox4,
	.stra-box ul .mbox6, .stra-box ul .mbox3{
		margin-bottom: 20px;
	}
	.stra-box ul .mbox1  .box h3{padding: 0px 0 15px;}
	.stra-box ul li .box h3{
		font-size: 20px;
		line-height: 30px;
		padding: 0px 0 15px;
	}
	.stra-box ul .mbox3 .box h3, .stra-box ul .mbox6 .box h3{
		padding: 40px 0 15px;
	}
	.stra-box ul .mbox5 .box h3{
		padding: 30px 0 15px;
	}
	.news-box .list ul li{
		width: 100%;
		margin: 0 0 40px 0;
	}
	.news-box .title h2,.profile-box .title h2{
		font-size: 22px;
    	line-height: 40px;
	}
	.news-box .title{padding: 40px 0 50px;}
	.news-box .title h2 span,.profile-box .title h2 span{font-size: 30px;}
	.news-box .list ul li a{width: 96%;}
	.news-box .list ul li a .box{margin-bottom: 20px;}
	.news-box .title .fa,.profile-box .title .fa{
		font-size: 18px;
    	line-height: 30px;
	}
	.news-box .list ul li a .box h3{
		font-size: 16px;
    	line-height: 26px;
    	margin-bottom: 8px;
	}
	.news-box .list ul li a .box .time{margin-bottom: 5px;}
	.news-box .list ul li a .box .fa{height: 48px;}
	.case-box{margin: 60px auto;}
	.case-box ul li{
		width: 96%;
		margin: 0 auto 30px;
		float: none;
	}
	.case-box ul li a .box h3{
		font-size: 18px;
		font-weight: normal;
	    line-height: 32px;
	}
	.case-box ul li a .box .more,.ninfor .details, .ninfor .details p,.ninfor .fot .left p{
		font-size: 14px;
    	line-height: 26px;
	}
	.case-box ul li a .box{padding: 25px 0 20px;}
	.profile-box .title{padding: 20px 0 ;}
	.profile-box .mbox1 .tit{
		font-size: 16px;
		line-height: 30px;
		width: 100%;
		padding-top: 0%;
	}
	.profile-box .mbox1 .pic{display: none;}
	.profile-box .mbox1 .tit:before{height: 2px;bottom: -10px}
	.profile-box .mbox2 .pic{width: 100%}
	.profile-box .mbox2 .box,.profile-box .mbox3 .box{padding: 30px 0}
	.profile-box .mbox2 .box .mlist li .math,.profile-box .mbox2 .box .mlist li .math span,.profile-box .mbox3 .box .mlist ul li .math{font-size: 26px;line-height: 26px;
    height: 26px;}
	.profile-box .mbox2 .box .mlist{padding: 20px 0}
	.profile-box .mbox2{margin-bottom: 0}
	.profile-box .mbox3 .box .mlist ul li{width: 40%}
	.profile-box .mbox1{margin-bottom: 40px;}
	.ninfor .title h2{
		font-size: 18px;
		line-height: 28px;
		font-weight: normal;
	}
	.ninfor .title .time{
		font-size: 13px;
		line-height: 22px;
	}
	.ninfor .title{
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.ninfor .fot .left{width: 100%;
		float: none;margin-bottom: 20px;}
	.ninfor .fot .bttn{
		float: none;
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	}
	.ninfor{padding: 7% 3% 12%;}
}

@media (max-width:500px) {
	#ph-title .swiper-wrapper .swiper-slide2 a{font-size: 12px;}
}

/*企业概况*/
.section-about-1{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-bottom: 40px;
}
/*pages*/
.pages {
  height: 60px;
  padding: 20px 0 30px 30px;
  width: 100%;
  clear: both;
  margin-bottom:30px;
}
.tcdPageCode {
  text-align: center;
  color: #808080;
  font-size: 14px;
  margin-bottom:30px;
}
.tcdPageCode li {
  display: inline;
}
.tcdPageCode span.disabled {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  margin: 0 2px;
  color: #808080;
  background: #fff;
  border: 1px solid #e6e3e3;
  vertical-align: middle;
  border-radius:1px;
}
.tcdPageCode span.current {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  margin: 0 2px;
  color: #fff;
  background-color: #ff6f06;
  border: 1px solid #ff6f06;
  vertical-align: middle;
  border-radius:1px;
}
.tcdPageCode a {
  display: inline-block;
  color: #ff00000;
  height: 30px;
  line-height: 30px;
  background: #fff;
  padding: 0 14px;
  border: 1px solid #ddd;
  margin: 0 2px;
  vertical-align: middle;
  border-radius:1px;
}

/*关于我们页面*/
.about-box {
	position: relative;
	min-height: 360px;
}

.about-box .about-pic{
	width: 32%;
	float: left;
}

.about-box .about-pic img{
	max-width: 100%;
	width: 100%;
}

.about-box .about-text{
	width: 66%;
	/*float: right;*/
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 100%;
	/*overflow-y: scroll;*/
	padding-right: 10px;
	box-sizing: border-box;
}

.about-box ::-webkit-scrollbar  
{  
    width: 0px;  
    height: auto;  
    background-color: #fff;  
} 


.about-box .about-text h3{
	font-size: 24px;
	margin-bottom: 5px;
}

.about-box .about-text span{
	display: block;
	width: 100px;
	height: 2px;
	background: #e50012;
	margin-bottom: 10px;
}

.about-box .about-text p{
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

.about-box .about-text>div{
	max-height: 288px;
	overflow: hidden;
}

.about-box .about-text .product-ct{
	height: auto;
    max-height: inherit;
}
.about-box .about-text .product-ct p{
	font-size: 14px;
}

.advert{
	position: relative;
	background: url('../images/advert-bg.jpg') no-repeat center;
	background-size: cover;
    margin: 40px auto 50px;
	max-width: 1250px;
}

.advert1{
	margin: 40px auto 80px;
}

.advert .advert-txt{
	background: rgba(0,0,0,.5);
	padding: 20px 15px 80px;
}
.advert2 .advert-txt{
    padding: 50px 15px;
}

.advert .advert-txt h3{
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}
.advert .advert-txt p{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.base{
    margin-bottom: 50px;
}
.base1{
	margin-bottom: 80px;
}
.base img{
	max-width: 100%;
}
.base .base-list ul li{
	width: 32%;
	margin-left: 2%;
	margin-top: 20px;
	float: left;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.base .base-list ul li:nth-of-type(-n + 3){
    margin-top: 0;
}
.base .base-list ul li:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	box-shadow: 5px 5px 10px #999;
}

.base .base-list ul li:nth-of-type(3n+1){
	margin-left: 0;
}

.base .base-list ul li .base-list-pic{
	position: relative;
	height: 0;
	padding-top: 67%;
	overflow: hidden;
}



.base .base-list2 ul li .base-list-pic{
    padding-top: 134%;
}

.base .base-list ul li .base-list-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.base .base-list1 ul li .base-list-pic{
    padding-top: 0;
    height: auto;
}
.base .base-list1 ul li .base-list-pic img{
    position: relative;
    width: 100%;
    height: auto;
}

.base .base-list ul li p{
	font-size: 18px;
	text-align: center;
	line-height: 2;
	padding: 10px 0;
}

.hz-partner ul li{
	float: left;
	width: 15%;
	margin-left: 2%;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 10px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hz-partner ul li:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	box-shadow: 5px 5px 10px #999;
}

.hz-partner ul li:nth-of-type(6n+1){
	margin-left: 0;
}

.hz-partner ul li .hz-partner-pic{
	position: relative;
	height: 0;
	padding-top: 60%;
}
.hz-partner ul li .hz-partner-pic img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


.product-details{
	text-align: center;
	padding: 30px;
}

.product-details img{
	max-width: 65%;
}


.mb-flow ul .owl-nav {
	display: none;
}

.mb-flow ul .owl-dots {
	text-align: center;
	margin-top: 10px;
}

.mb-flow ul .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	margin: 0 5px;
}

.mb-flow ul .owl-dots .owl-dot.active {
	width: 20px;
	background: #CA0000;
	border-radius: 8px;
}

.mb-flow ul li{
	position: relative;
	overflow: hidden;
}
.mb-flow ul li h3{
	font-size: 22px;
	color: #fff;
	width: 100%;
	line-height: 50px;
	text-align: center;
	background: #e50012;
	letter-spacing: 2px;
	font-family: "微軟正黑體", "Microsoft JhengHei","Source Han Sans CN","Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
	margin-bottom: 8px;
}
.mb-flow ul li .mb-flow-cs{
	position: absolute;
	width: 100%;
	padding: 30px 0 30px 40px;
	background: #332c2b;
	bottom: 0;
	left: 0;
	box-sizing:border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
}

.mb-flow ul li:hover .mb-flow-cs{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
}
.mb-flow ul li .mb-flow-cs p{
	font-size: 14px;
	color: #eee;
	line-height: 40px;
}
.mb-flow ul li .mb-flow-cs p i{
	font-size: 24px;
	color: #e50012;
	font-weight: bold;
	margin-right: 6px;
	vertical-align: middle;
}


.pt30{
    padding-top: 30px;
}
.mt20{
    margin-top: 20px;
}
.mt80{
    margin-top: 80px;
}
.mb80{
    margin-bottom: 80px;
}

@media (max-width:768px){
	
	.about-box{
		min-height: auto;
	}
	.about-box .about-pic{
		float: none;
		width: 100%;
		text-align: center;
	}
	.about-box .about-pic img{
		width: auto;
	}
	
	
	.about-box .about-text{
		float: none;
		width: 100%;
		margin-top: 15px;
		position: relative;
	}
	.about-box .about-text h3{
		font-size: 18px;
		text-align: center;
	}
	.about-box .about-text span{
		margin: 6px auto;
	}
	.about-box .about-text>div{
		max-height: inherit;
	}
	.about-box .about-text p{
		font-size: 14px;
		line-height: 1.8;
	}
	
	.advert{
	    margin: 30px auto;
	}
	.advert1{
		margin: 30px auto 50px;
	}
	.advert .advert-txt{
		padding: 10px 15px 50px;
	}
	.advert2 .advert-txt{
	    padding: 30px 15px;
	}
	.advert .advert-txt h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.advert .advert-txt p{
		font-size: 18px;
	}
	
	.advert1 .advert-txt p{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	
	.base{
		margin-bottom: 30px;
	}
	.base1{
		margin-bottom: 50px;
	}
	.base .base-list ul li{
		width: 49%;
		margin-top: 10px;
	}
	.base .base-list ul li:nth-of-type(3){
		margin-top: 10px;
	}
	.base .base-list ul li:nth-of-type(3n+1){
		margin-left: 2%;
	}
	.base .base-list ul li:nth-of-type(2n+1){
		margin-left: 0;
	}
	
	.base .base-list ul li p{
		font-size: 14px;
	}
	
	
	.hz-partner ul li{
		width: 32%;
		padding: 10px 6px;
	}
	.hz-partner ul li:nth-of-type(6n+1){
		margin-left: 2%;
	}
	.hz-partner ul li:nth-of-type(3n+1){
		margin-left: 0%;
	}
	
	.product-details img{
		max-width: 80%;
	}
	
	.mb-flow ul li h3{
		font-size: 18px;
	}
	.mb-flow ul li .mb-flow-cs{
		padding: 20px 10px;
	}
	
	.mb-flow ul li .mb-flow-cs p{
		font-size: 12px;
	}
	.mb-flow ul li .mb-flow-cs p i{
		font-size: 20px;
	}
	
	
    .pt30{
        padding-top: 15px;
    }
    .mt20{
        margin-top: 10px;
    }
    .mt80{
        margin-top: 50px;
    }
    .mb80{
        margin-bottom: 50px;
    }
	
}
.honnerlist_more ul li{
		width: 32%;
		margin-left: 2%;
}
.honnerlist_more ul li:nth-of-type(4n+1){
	margin-left: 2%;
}
.honnerlist_more ul li:nth-of-type(3n+1){
	margin-left: 0;
}

.honnerlist_more ul li .btn25{
	position: relative;
	height: 0;
	padding-top: 66.66%;
	overflow: hidden;
}
.honnerlist_more ul li .btn25 img{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.honnerlist_more ul li:hover img {
    transform: scale(1.1,1.1) translateY(-50%);
    -webkit-transform: scale(1.1,1.1) translateY(-50%);
    -moz-transform: scale(1.1,1.1) translateY(-50%);
    -ms-transform: scale(1.1,1.1) translateY(-50%);
}

.honnerlist_more ul li .htxt div{
	text-align: center;
}


.honnerlist_auto ul li .btn25{
    height: auto;
    padding: 0;
}
.honnerlist_auto ul li .btn25 img{
    position: relative;
    width: 100%;
    height: auto;
    transform: translate(0);
}
@media (max-width:768px){
    .honnerlist_auto ul li{
        margin: 0 0 10px !important;
    }
    
    .honnerlist_auto ul li:nth-of-type(1),
    .honnerlist_auto ul li:nth-of-type(3),
    .honnerlist_auto ul li:nth-of-type(6){
        float: left;
    }
    
    .honnerlist_auto ul li:nth-of-type(2),
    .honnerlist_auto ul li:nth-of-type(4),
    .honnerlist_auto ul li:nth-of-type(5){
        float: right;
    }
    
}

/*====*/
.yj-news{
	margin-bottom: 30px;
}
.yj-news .product-s .product-s-tb{
	margin-bottom: 30px;
}

.yj-news .product-s ::-webkit-scrollbar  
{  
    width: 0px;
    height: 0;
}  

.yj-news .product-s table{
	width: 100%;
	border-color: #e1e1e1;
}
/*.yj-news .product-s table thead,*/
/*.yj-news .product-s table tbody{*/
/*	border-color: #ccc;*/
/*}*/


.yj-news .product-s table thead td{
	font-weight: bold;
	padding: 10px 5px;
}
.yj-news .product-s table td{
	font-size: 16px;
	color: #666;
	padding: 10px 5px;
	display:table-cell; 
	vertical-align:middle;
	text-align: center;
}
.yj-news .product-s table tbody tr:nth-of-type(2n){
	background: #f8f8f8;
}
.yj-news .product-s table tbody tr:hover{
	background: #f8f8f8;
}


/*品牌故事*/

.brand{
	margin-top: 50px;
}

.brand img{
	max-width: 100%;
}
.brand .brand-item01 img{
	display: block;
	margin: 0 auto;
	width: 76%;
}
.brand .brand-item02{
	/*background: url('../images/brand02.png') no-repeat center;*/
	/*background-size:100% 100%;*/
	/*padding: 80px 80px 200px;*/
	position: relative;
}

.brand .brand-item02 .brand-text{
	position: absolute;
	left: 10%;
	top: 8%;
}
.brand .brand-item02 .brand-text div{
	font-size: 14px;
	word-wrap: break-word;
	display: inline-block;
	height: 360px;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.brand .brand-item02 .brand-text div p:first-of-type{
	margin-left: 15px;
}

.story{
	margin: 50px auto;
}
.story .owl-drag .owl-item{
	padding: 0px;
	box-sizing: border-box;
	width: 10%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.story .owl-drag .owl-item.on{
    width: 40%;
}

.story .owl-dots{
	text-align: center;
	margin-top: 10px;
	display: none;
}
.story .owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #CCCCCC;
	border-radius: 5px;
}
.story .owl-dots .owl-dot.active{
	background: #CA0000;
	width: 15px;
}


.story ul li{
	border-left: 1px solid #e8e8e8;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	height: 650px;
	overflow-y: scroll;
	padding-right: 30px;
    margin-right: -20px;
    background: #fff;
}

.story .owl-drag .owl-item:first-of-type li{
    border-left: 0;
}

.story ul li:hover{
	border-color: #C80207;
}
.story ul li .gz-story{
	display: none;
}


/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.story ul ::-webkit-scrollbar  
{  
    width: 0px;  
    height: auto;  
    background-color: #fff;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
.story ul ::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px #fff;  
    border-radius: 10px;  
    background-color: #fff;  
}    
/*定义滑块 内阴影+圆角*/  
.story ul ::-webkit-scrollbar-thumb  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: red;  
}  

.story ul li h3{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	width: 24px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto;
}

.story ul li p{
	font-size: 16px;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.story ul li.active h3{
    display: none;
}

.story ul li .gz-story h4{
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}
.story ul li.active .gz-story{
    display: block;
}


@media (max-width:768px){
	.honnerlist_more ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.honnerlist_more ul li:nth-of-type(3n+1){
		margin-left: 2%;
	}
	.honnerlist_more ul li:nth-of-type(2n+1){
		margin-left: 0;
	}
	.yj-news{
		margin-bottom: 20px;
	}
	.yj-news .product-s .product-s-tb{
		width: 100%;
		overflow-x: scroll;
	}
	.yj-news .product-s table td{
		font-size: 12px;
	}
	
	.yj-news .ul-list li{
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	.brand .brand-item02 .brand-text{
		position: static;
		margin-top: 15px;
	}
	
	.brand .brand-item02 .brand-text div{
		height: auto;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		text-indent: 2em;
	}
	.brand .brand-item02 .brand-text div p:first-of-type{
		margin-left: 0;
		/*margin-bottom: 10px;*/
	}
	
	.story{
		margin: 40px auto 0;
	}
	.story ul li{
        height: 300px;
    }
	.story ul li p{
		font-size: 14px;
		line-height: 2;
	}
	.story .owl-dots{
        display: block;
    }

    .story ul li .gz-story{
    	display: block;
    }
    .story ul li h3{
        display: none;
    }
	.story ul li .gz-story h4{
	    text-align: center;
	    margin-bottom: 10px;
	    font-size: 18px;
	}
}


@media (max-width:499px){

    .story ul li{
        border: none;
        height: auto;
    }
}

