@charset "UTF-8";
body{
	font-family: "微软雅黑";
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #333;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}

/*head*/
.head-welcome{
	width: 100%;
	overflow: hidden;
	line-height: 32px;
}
.head-welcome .wel{
	float: left;
	font-family: "宋体";
	font-size: 12px;
	color: #878787;
}
.head-welcome .H-ss{
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/head-search.png) no-repeat center center;
	cursor: pointer;
	margin-top: 8px;
}
.head-welcome .H-tel{
	float: right;
	font-family: "Niagara Solid";
	font-size: 24px;
	color: #a31401;
	background: url(../images/head-tel.png) no-repeat left center;
	padding-left: 26px;
	margin-left: 18px;
	letter-spacing: 1px;
}
.menus{
	width: 100%;
	height: 122px;
	border-top: 1px solid #e6e0df;
	background: url(../images/menus-back.jpg) no-repeat top center;
	background-size: cover;
}
.menus.fixedbg {
    position: fixed;
    top: 0;   
    z-index: 9999;  
    margin-bottom: 1px;
    border-top: none;
	border-bottom: 1px solid #e6e0df;
    transition: all .5s ease; 
}
.menus .container{
	position: relative;
}
.menus .Logo{
	position: absolute;
	width: 160px;
	left: 50%;
	top: -1px;
	margin-left: -80px;
	z-index: 999;
}
.menus .WebLink{
	margin-top: -1px;
}
.menus .WebLink.fl li{
	margin-left: 32px;
}
.menus .WebLink.fl li:first-child{
	margin-left: 80px;
}
.menus .WebLink.fr li{
	margin-right: 32px;
}
.menus .WebLink.fr li:last-child{
	margin-right: 80px;
}
.menus .WebLink li{
	float: left;
	position: relative;
}
.menus .WebLink li .cur{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    transition: all .5s ease; 
}
.menus .WebLink li:hover .cur,
.menus .WebLink li.cur .cur{
	opacity: 1;
    transition: all .5s ease; 
}
/*.menus .WebLink li .cn{
	font-family: "宋体";
	font-size: 16px;
	color: #000000;
	letter-spacing: 2px;
}
.menus .WebLink li .en{
	font-family: arial;
	font-size: 12px;
	color: #bbbbbb;
}*/

/*indexProduct*/
.indexProduct{
	width: 100%;
	overflow: hidden;
	padding: 62px 0 52px 0;
	background: #fefefe url(../images/index-product-back.jpg) no-repeat top center;
	background-size: cover;
}
.sy-pro-sub{
	font-size: 14px;
	color: #444444;
	line-height: 25px;
	text-align: center;
	padding: 0 76px;
	margin-top: 28px;
}
.gygj-product-warp{
	width: 100%;
	overflow: hidden;
}
.mt35{
	margin-top: 35px;
}
.pro-hd{
	width: 100%;
	overflow: hidden;
}
.pro-hd ul{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.pro-hd ul li{
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
}
.pro-hd ul li .f-img{
	opacity: 1;
    transition: all .5s ease; 
}
.pro-hd ul li:hover .f-img,
.pro-hd ul li.on .f-img{
	opacity: 0;
    transition: all .5s ease; 
}
.pro-hd ul li .l-img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    transition: all .5s ease; 
}
.pro-hd ul li:hover .l-img,
.pro-hd ul li.on .l-img{
	opacity: 1;
    transition: all .5s ease; 
}
.pro-hd ul li .mb-span{
	display: none;
}
.pro-bd{
	overflow: hidden;
	margin-top: 28px;
}
.pro-bd ul{
	
}
@media (min-width: 992px){
	.pro-bd .col-md-3 {
	    padding-left: 12px;
	    padding-bottom: 12px;
	}
}
.pro-bd .Pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.pro-bd .Pic img{
	display: block;
	width: 100%;
}
.pro-bd .Pic .img-pro{
	border: 1px solid #bba09b;
}
.img-bk{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.03);
    transition: all .5s ease; 
}
.pro-bd ul li{
	margin-bottom: 22px;
}
.pro-bd ul li:hover .Pic .img-bk{
	opacity: 1;
	transform: scale(1);
    transition: all .5s ease; 
}
.pro-bd ul li p{
	font-size: 16px;
	text-align: center;
	color: #444444;
	margin-top: 15px;
}
.pro-bd ul li:hover p{
	color: #5f1e12;
}

.indexCases{
	width: 100%;
	overflow: hidden;
	padding: 65px 0 14px 0;
	background: url(../images/index-case-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.gygj-cases-warp{
	width: 100%;
	overflow: hidden;
}
.gygj-cases-warp .item-list{
	width: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}
.gygj-cases-warp .item-list .Pic{
	position: relative;
	overflow: hidden;
}
.gygj-cases-warp .item-list .Pic img{
	display: block;
	width: 100%;
}
.gygj-cases-warp .item-list .Pic .img-case{
	border: 1px solid #b6b6b6;
}
.gygj-cases-warp .item-list:hover .Pic .img-bk{
	opacity: 1;
	transform: scale(1);
    transition: all .5s ease; 
}
.gygj-cases-warp .item-list p{
	text-align: center;
	font-size: 16px;
	color: #444444;
	margin-top: 15px;
    transition: all .5s ease; 
}
.gygj-cases-warp .item-list:hover p{
	color: #5f1e12;
}

/*indexAbout*/
.indexAbout{
	width: 100%;
	overflow: hidden;
	padding: 74px 0 52px 0;
	background: url(../images/sy-about-back.jpg) no-repeat top center;
}
.sy-abt-left-img{
	width: 54.1666667%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 34px;
}
.sy-abt-left-img img{
	display: block;
	width: 100%;
}
.sy-abt-left-img .is-img{
	position: absolute;
	padding: 10px 15px;
	top: 0;
	left: 0;
}
.sy-abt-right-info{
	width: 40.166667%;
	float: right;
	position: relative;
} 
.sy-abt-right-info .khzs{
	position: absolute;
	left: 0;
	bottom: 24px;
}
.sy-abt-right-info .enwz{
	margin-left: 78px;
	float: left;
}
.sy-abt-right-info .cnwz{
	margin-left: 28px;
	font-family: "思源黑体 CN";
	font-size: 1.6rem;
	color: #444444;
	line-height: 25px;
    writing-mode: tb-rl;
	float: left;
	min-height: 520px;
}
.sy-abt-right-info .bt{
	position: absolute;
	right: 0;
	bottom: 190px;
	right: -75px;
}

/*优势and新闻*/
.gygj-advantage_news-warp{
	width: 100%;
	overflow: hidden;
	background: url(../images/YSandNews-back.jpg) no-repeat top center;
	/*background-size: cover;*/
}
/*优势*/
.indexAdvantage{
	width: 100%;
	overflow: hidden;
	padding: 66px 0 0 0 ;
}
.indexAdvantage ul{
	overflow: hidden;
	margin-top: 32px;
}
.indexAdvantage ul li{
	float: left;
	overflow: hidden;
	background: url(../images/ys-li-back.png) no-repeat right top;
	padding-right: 30px;
	padding-top: 18px;
	writing-mode:tb-rl;
	margin-left: 80px;
}
.indexAdvantage ul li:first-child{
	margin-left: 68px;
}
.indexAdvantage ul li:nth-of-type(2n+2){
	margin-top: 48px;
}
.indexAdvantage ul li .tit{
	font-size: 24px;
	color: #9a1800; 
}
.indexAdvantage ul li .sub{
	font-size: 14px;
	color: #888888;
	line-height: 23px;
	margin-right: 20px;
}
/*indexNews*/
.indexNews{
	width: 100%;
	overflow: hidden;
	padding: 62px 0;
}
.gygj-sy-news-warp{
	width: 100%;
	margin-top: 25px;
}
.gygj-sy-left-news{
	width: 50%;
	float: left;
	overflow: hidden;
}
.gygj-sy-left-news .Pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gygj-sy-left-news .Pic img{
	display: block;
	width: 100%;
}
.gygj-sy-left-news .Pic .is-img{
	transform: scale(1);
    transition: all .5s ease;
}
.gygj-sy-left-news:hover .Pic .is-img{
	transform: scale(1.08);
    transition: all .5s ease;
}
.gygj-sy-left-news .Pic .is-bk{
	position: absolute;
	top: 0;
	left: 0; 
	padding: 10px;
}
.gygj-sy-left-news .SubInfo{
	overflow: hidden;
	padding: 12px 15px 12px 15px;
	background: #f4f4f4;
}
.gygj-sy-left-news .SubInfo .tit_time{
	overflow: hidden;
	line-height: 25px;
}
.gygj-sy-left-news .SubInfo .tit{
	float: left;
	width: 75%;
	font-weight: bold;
	font-size: 18px;
	color: #5f1e12;
	font-family: "思源黑体 CN";
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gygj-sy-left-news .SubInfo .time{
	font-size: 14px;
	color: #999999;
	float: right;
}
.gygj-sy-left-news .SubInfo .sub{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	min-height: 100px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
}
.gygj-sy-right-news{
	width: 48%;
	float: right;
	overflow: hidden;
}
.gygj-sy-right-news li{
	overflow: hidden;
	padding: 5px 10px 6px 6px;
	background: #f4f4f4;
	margin-bottom: 16px;
}
.gygj-sy-right-news li:last-child{
	margin-bottom: 0;
}
.gygj-sy-right-news li .time-box{
	width: 15.714285714%;
	float: left;
	overflow: hidden;
	text-align: center;
	background: #5f1e12;
	color: #fff;
	padding: 8px 0 9px 0;
}
.gygj-sy-right-news li .time-box .day{
	font-size: 48px;
	font-family: "宋体";
	line-height: 50px;
}
.gygj-sy-right-news li .time-box .year{
	font-size: 14px;
}
.gygj-sy-right-news li .SubInfo{
	width: 81.25%;
	float: right;
	overflow: hidden;
	font-family: "思源黑体 CN";
}
.gygj-sy-right-news li .SubInfo .tit{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    transition: all .5s ease;
}
.gygj-sy-right-news li:hover .SubInfo .tit{
	color: #5f1e12;
    transition: all .5s ease;
}
.gygj-sy-right-news li .SubInfo .sub{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	min-height: 40px;
	margin-top: 8px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*外链*/
.gygj-OuterChain{
	width: 100%;
	overflow: hidden;
	background: url(../images/OuterChain-back.jpg) no-repeat top center;
}
.gygj-OuterChain .wl-bt{
	float: left;
	overflow: hidden;
}
.gygj-OuterChain .wl-list{
	float: right; 
	padding: 15px 0 12px 0;
}
.gygj-OuterChain .wl-list ul li{
	width: 171px;
	float: left;
	height: 172px;
	line-height: 172px;
	text-align: center;
	background: url(../images/wl-back1.png) no-repeat center center;
	margin-left: 58px;
	background-size: cover;
    transition: all .5s ease;
}
.gygj-OuterChain .wl-list ul li:first-child{
	margin-left: 0;
}
.gygj-OuterChain .wl-list ul li a{
	display: block;
}
.gygj-OuterChain .wl-list ul li:hover{
	background: url(../images/wl-back2.png) no-repeat center center;
    transition: all .5s ease;
}
.gygj-OuterChain .wl-list ul li img{
	filter: invert(43%) sepia(12%) saturate(12%) hue-rotate(351deg) brightness(88%) contrast(88%);
    transition: all .5s ease;
}
.gygj-OuterChain .wl-list ul li:hover img{
	filter:  none;
    transition: all .5s ease;
}
/*web-gygj-tb*/
.gygj-now-bt{
	/*overflow: hidden;*/
}
.gygj-now-bt img{
	display: block;
	margin: 0 auto;
}
.gygj-now-bt h4{
	font-weight: bold;
	font-size: 22px;
	color: #434343;
	text-align: center;
	letter-spacing: 3px;
	display: none;
}

/*友情链接*/
.FriendshipLinks{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 16px 0;
}
.FriendshipLinks .Th5{
	width: 150px;
	line-height: 34px;
	text-align: center;
	background: url(../images/yqlj-bt-back.png) no-repeat center center;
	font-size: 18px;
	color: #222222;
	float: left;
}
.FriendshipLinks ul{
	overflow: hidden;
	float: left;
	margin-left: 44px;
}
.FriendshipLinks ul li{
	float: left;
	margin-left: 24px;	
}
.FriendshipLinks ul li:first-child{
	margin-left: 0;
}
.FriendshipLinks ul li a{
	line-height: 34px;
	font-size: 14px;
	color: #666666;
	font-family: "思源黑体 CN";
	font-weight: bold;
}
.FriendshipLinks ul li:hover a{
	color: #5f1e12;
}

/*about*/
.about{
	width: 100%;
	overflow: hidden;
	padding: 85px 0 0 0; 
}
.about .container{
	background: url(../images/about-back.jpg) no-repeat right bottom;
	padding-bottom: 280px;
}
.about-cont{
	width: 100%; 
	padding: 68px 0 0 0;
}
.about-stone{
	overflow: hidden;
	margin-left: 140px;
}
.about-cont .cont{
	margin-left: 55px; 
	margin-top: 32px;
}
.abt-cxwb{
    writing-mode: tb-rl;
    height: 177px;
    line-height: 40px;
    background: url(../images/back1.png) no-repeat center center;
    text-align: center;
	font-family: "思源黑体 CN";
	font-size: 14px;
	float: left;
}
.about-cont .cont .sub{
	width: 46%;
	float: left;
	margin-left: 44px;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

/*企业理念*/
.Philosophy{
	width: 100%;
	overflow: hidden;
	padding: 35px 0 55px 0;
}
.gygj-qyll{
	width: 100%; 
	/*border: 1px solid #dcdbdc;*/
	margin-top: 72px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}
.gygj-qyll .item-list{
	width: 33.3333%;
	float: left;
	overflow: hidden;
}
.gygj-qyll .item-list:nth-child(2){
	background: #454444; 
}
.gygj-qyll .item-list .is-big_img{
	display: block;
	width: 100%;
	overflow: hidden;
}
.gygj-qyll .item-list .is-big_img_mb{
	display: none;
}

/*service*/
.service{
	width: 100%;
	overflow: hidden;
	padding: 85px 0 0 0; 
}
.service .container{
	background: url(../images/about-back.jpg) no-repeat right bottom;
	padding-bottom: 65px;
}
.service ul{
	margin-top: 60px;
}
.service ul li{
	margin-bottom: 36px;
}
.service ul li:last-child .sub{
	width: 43%;
}
.service .bt{
	width: 179px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #5f1e12;
	background: url(../images/service-bt-bg.png);
	margin-bottom: 16px;
}
.service .sub{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	/*padding: 85px 0;*/
}
.news ul{
	width: 100%;
	margin-top: 55px;
}
.news ul li{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 15px 0 15px 15px;
	margin-bottom: 20px;
    transition: all .5s ease;
}
.news ul li:hover{
	box-shadow: 0 0 12px 0 rgba(95, 30, 18, .2);
    transition: all .5s ease;
}
.news ul li .Pic{
	width: 33.755274261%;
	float: left;
	overflow: hidden;
}
.news ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.news ul li:hover .Pic img{
	transform: scale(1.13);
    transition: all .8s ease;
}
.news ul li .SubInfo{
	width: 50.210970464%;
	float: left;
	overflow: hidden;
	margin-left: 2.70042194%;
}
.news ul li .SubInfo .tit{
	font-weight: bold;
	font-size: 20px;
	color: #232222;
	line-height: 30px;
	min-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    overflow: hidden;
    background: url(../images/news-line.jpg) no-repeat left center;
    background-size: 0 2px;
    transition: all .5s ease;
}
.news ul li:hover .SubInfo .tit{
    background: url(../images/news-line.jpg) no-repeat left center;
	background-size: 90px 2px;
	padding-left: 100px;
	color: #5f1e12;
    transition: all .5s ease;
}
.news ul li .SubInfo .sub{
	font-size: 14px;
	color: #606060;
	line-height: 25px;
	min-height: 75px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 24px; 
    overflow: hidden;
}
.news ul li .SubInfo .more{
	display: block;
	width: 120px;
	line-height: 34px;
	font-size: 12px;
	color: #4d4d4d;
	margin-top: 26px;
    transition: all .5s ease;
}
.news ul li:hover .SubInfo .more{
	text-indent: 22px;
	color: #fff;
	background: url(../images/more-back.png) no-repeat center center;
    transition: all .5s ease;
}
.news ul li .time-box{
	width: 7.426160337%;
	float: right;
	overflow: hidden;
	text-align: center;
	background: #7e7e7e;
	color: #fff;
	margin-top: 66px;
	padding: 8px 0 9px 0;
    transition: all .5s ease;
}
.news ul li:hover .time-box{
	background: #5f1e12;
    transition: all .5s ease;
}
.news ul li .time-box .day{
	font-size: 48px;
	font-family: "宋体";
	line-height: 50px;
}
.news ul li .time-box .year{
	font-size: 14px;
}
.product .bt {
    width: 179px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #5f1e12;
    background: url(../images/service-bt-bg.png);
}
/*newsDe*/
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 0 0 50px 0;
}
.newsDe .titleBOx{
	position: relative;
	padding: 52px 0 22px 0;
	border-bottom: 1px solid #d2d0d0; 
	font-family: "微软雅黑";
}
.newsDe .titleBOx h3{ 
	font-size: 24px;
	font-weight: bold;
	color: #5f1e12;
	line-height: 28px;
}
.newsDe .titleBOx .date{
	font-size: 14px;
	color: #6e6e6e;
	padding-top: 16px;
}
.newsDe .titleBOx .date a{
	font-family: arial;
	color: #7a7a7a;
}
.newsDe .Share{
	position: absolute;
	top: 65px;
	right: 0;
}
.newsDe .Share a{
	display: block; 
	width: 27px !important;
	height: 27px !important;
    margin: 0 0 0 6px !important;
    padding: 0 !important;
    background: url(../images/share-back.png) no-repeat !important;
}
.newsDe .Share a.bds_sqq{
	background-position: 0 0;	
}
.newsDe .Share a.bds_weixin{
	background-position: -33px 0 !important;
}
.newsDe .Share a.bds_tsina{
	background-position: -66px 0 !important;
}
.newsDe .Share a.bds_qzone{
	background-position: -98px 0 !important;
}
.newsDe .Share a.bds_renren{
	background-position: -132px 0 !important;
}
.newsDe .Share a.bds_mshare{
	background-position: -165px  !important;
}
.newsDe .cont{
	width: 100%;
	overflow: hidden;
	padding-top: 35px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #343434;
	line-height: 30px;
}
.fanye{
	width: 100%;
	overflow: hidden;
	padding-top: 98px;
}
.fanye .sxp{
	width: 70%;
	float: left;
}
.fanye .sxp a{
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #454545;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fanye .sxp a:hover{
	color: #5f1e12;
}
.fanye .return{
	display: block;
	width: 13%;
	float: right;
	border: 1px solid #d6d6d6;
	line-height: 48px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #454545;
	text-align: center;
    transition: all .5s ease;
} 
.fanye .return:hover{
	border: 1px solid #5f1e12;
    transition: all .5s ease;
}
.fanye .return a{
	display: block;
}

/*message*/
.message{
	width: 100%;
	background: url(../images/message-back.jpg) no-repeat bottom center;
	overflow: hidden;
	padding: 85px 0 45px;
}
@media (min-width: 1110px){
	.message .container {
	    width: 1100px;
	}
}
.message .row{
	margin-top: 60px ;
}   
@media (min-width: 992px){
	.message .col-md-6 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.message .col-md-12{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.message .row > div{
	margin-bottom: 20px;
}
.message input[type=text]{
	width: 100%;
	height: 64px;
	background: url(../images/msg-text-back.png) no-repeat center center;
	border: none;
	outline: none;
	padding: 0;
	font-size: 16px;
	color: #323232;
	text-indent: 36px;
	background-size: 100% 100%;
}
.message textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 345px;
	min-height: 345px;
	max-height: 345px;
	background: url(../images/msg-nr-back.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	outline: none; 
	text-indent: 36px;
	font-size: 16px;
	color: #323232;
	line-height: 28px;
	padding-top: 20px;
}
.message input[type=button]{
	margin-top: 5px;
	margin-left: 10px;
	width: 270px;
	height: 54px;
	background: url(../images/msg-btn-back.png) no-repeat center center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	border: none;
	outline: none;
	cursor: pointer;
}

/*contact*/
.contact{
	width: 100%;
	background: url(../images/contact-back.jpg) no-repeat bottom center;
	overflow: hidden;
	padding: 85px 0 45px;
}
.contact ul{
	margin-top: 68px;
	text-align: center;
}
.contact ul li{
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 0 6%;
}
.contact ul li img{
	display: block;
	margin: 0 auto;
    transition: all .5s ease;
}
.contact ul li:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: all .5s ease;
}
.contact ul li .tit1{
	font-family: "思源黑体 CN";
	font-size: 20px;
	color: #1c1c1c;
	padding-top: 18px;
	background: url(../images/blx.png) no-repeat bottom center;
	padding-bottom: 24px;
	margin-bottom: 28px;
}
.maps{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	height: 475px;
	padding: 8px;
	background: url(../images/mas-back.png) no-repeat center center;
}

/*case*/
.case{
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
}
.mt50{
	margin-top: 50px;
}
/*product*/
.product{
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
}
.mt68{
	margin-top: 68px;
}

/*gygj-ny-tit*/
.gygj-ny-tit{
	width: 100%;
	text-align: center;
}
.gygj-ny-tit .Tcn{
	font-size: 30px;
	color: #000000;
}
.gygj-ny-tit .Ten{
	position: relative;
	font-family: "Didot";
	font-size: 18px;
	color: #000000;
	margin-top: 4px;
}
.gygj-ny-tit .Ten::after{
	content: "";
	position: absolute;
	left:45px;
	top: 9px;
	width: 450px;
	height: 8px;
	background: url(../images/l-bt-bg.png) no-repeat center center;
	/*background-size: cover;*/
}
.gygj-ny-tit .Ten.msg::after{
	left: 0;
}
.gygj-ny-tit .Ten.msg::before{
	right: 0;
}
.gygj-ny-tit .Ten::before{
	content: "";
	position: absolute;
	right: 45px;
	top: 9px;
	width: 450px;
	height: 8px;
	background: url(../images/r-bt-bg.png) no-repeat center center;
	/*background-size: cover;*/
}

/*Nybanner*/
.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}

/*main*/
.main{
	width: 100%; 
	background: #ededed;
}

/*gygj-now-lm*/
.gygj-now-lm{
	width: 100%;
	margin-top: -31px;
}
.gygj-now-lm .now-lm{
	width: 440px;
	line-height: 65px; 
	border-radius: 5px;
	color: #ededed;
	font-size: 18px;
	background: #5f1e12 url(../images/home.png) no-repeat left 55px center;
	padding-left: 92px;
	margin-left: 22px;
	position: relative;
}
.gygj-now-lm .now-lm .num{
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 5px;
	font-family: "Myriad Pro";
	font-size: 24px;
	color: #0c0c0c;
	left: -22px;
	text-align: center;
	line-height: 50px;
	top: 10px;
	font-style: italic;
}
.gygj-now-lm .now-lm .en{
	font-size: 14px;
}
.gygj-now-lm .now-lm .img-ico{
	display: block;
	position: absolute;
	right: -44px;
	bottom: -24px;
} 

/*footer*/
footer{
	width: 100%;
	overflow: hidden;
	padding: 32px 0 0 0;
	background: #393939;
}
.foot-info{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.f-logo{
	float: left;
	overflow: hidden; 
	padding: 15px 42px 0 45px;
}
.f-logo img{
	display: block;
}
.f-logo p{
	text-align: center;
	font-family: "思源黑体 CN";
	font-size: 18px;
	color: #e8e8e8;
	padding-top: 9px;
}
.f-line{
	width: 1px;
	min-height: 85px;
	background: #4d4d4d;
	float: left;
	margin-top: 28px;
}
.foot-info .f-lm h5{
	font-size: 16px;
	color: #cfcfcf;
	margin-bottom: 18px;
}
.foot-info .f-lm a{
	display: block;
	font-size: 14px;
	color: #9e9e9e;
	line-height: 25px;
}
.foot-info .f-lm p{
	font-size: 14px;
	color: #9e9e9e;
	line-height: 25px;
}
.ml75{
	margin-left: 75px;
}
.mr14{
	margin-right: 14px;
}
.foot-info .f-lm a:hover{
	color: #fff;
}
.f-line.last{
	margin-left: 62px;
}
.f-lm{
	float: left;
	overflow: hidden;
}
.f-lm .item{
	float: left;
	margin-left: 56px;
	overflow: hidden;
}
.f-ewm{
	float: right;
	margin-right: 48px;
	padding-top: 11px;
}
.f-ewm img{
	display: block;
	width: 100px;
}
.f-ewm p{
	text-align: center;
	font-family: "思源黑体 CN";
	font-size: 12px;
	color: #fff;
	padding-top: 9px;
}
.f-copy{
	width: 100%;
	line-height: 44px;
	border-top: 1px solid #616161;
	text-align: center;
	font-family: "思源黑体 CN";
	font-size:1.4rem;
	color: #b5b5b5;
}
.f-copy a{
	color: #b5b5b5;
}
.f-copy a:hover{
	color: #fff;
}
 
/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
}
.disabled{ border:1px solid #d8d8d8; padding: 5px 5px; font-size:12px; color:#ababab; display: none;}
.Page a:hover{
	border:1px solid #5f1e12;
}
.search-wrap {
	display: flex;
	flex-direction: row;
}

.search-wrap input {
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	width: 80%;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 10px;
}

.search-wrap button {
	background: #5f1e12;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width: 20%;
	border: none;
	outline: none;
}
.Page a{ border:1px solid #c9c9c9; padding: 4px 9px; font-size:12px; color:#545050;  }
.Page a.sy{color:#707072 !important;}
.current{ background:#5f1e12; padding:4px 9px; color:#fff; border:1px solid #5f1e12;font-size:12px;}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #5f1e12;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #5f1e12;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 5px;
	height: 16px;
	background-color: #fff; 
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(95,30,18,.6); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(95,30,18,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(95,30,18,1); 
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 1000;
}