
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../font/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Regular";
	src: url("http://www.fimajuta.com/fonts/Rationale-Regular.otf");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #1054a0;
	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;
}

.fl {
	float: left;
}

.fr {
	float: right;
} 
.container.index{
	width: 96%;
	max-width: 1480px;
}
.swiper-pagination-bullet-active{
	background: #0464b4 !important;
}

/* head */
.head{
	width: 100%;
	position: relative;
	transition: all .5s ease;
}
.head .container{
	padding: 15px 0;  
}
.head .Logo{
	float: left;
	margin-top: 10px;
}
.head-tex1{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.head-tex1 .t1{
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	text-indent: 2px;
	line-height: 30px;
}
.head-tex1 .t1 span{
	color: #1e468e;
}
.head-tex1 .t2{
	font-family: helev;
	text-transform: uppercase;
	font-size: 13px;
	color: #888888;
	line-height: 16px;
	margin-top: 10px;
	letter-spacing: 0.4px;
}
.head-hr{
	width: 1px;
	height: 49px;
	position: relative;
	top: 11px;
	background: #e5e5e5;
	float: left;
	margin-top: 13px;
	margin: 13px 25px 0 30px;
}
.head-txt2{
	float: left;
	margin-top: 19px;
}
.head-txt2 .t1{
	font-weight: bold;
	font-size: 23px;
	color: #222222;
	margin-top: 3px;
	line-height: 25px;
}
.head-txt2 .t2{
	font-size: 15px;
	color: #555555;
	margin-top: 10px;
	line-height: 20px;
}
.head-tel{
	float: right;
	margin-top: 8px;
}
.head-menu{
	height: 60px;
	background: #1e468e;
	width: 100%;
	z-index: 9999;
}
.head-menu.fixedbg{
	position: fixed;
	top: 0; 
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2); 
	transition: all .5s ease;
}
.head-menu ul li{
	float: left;
	padding: 0 40px;
	margin-left: 12px;
	position: relative;
	transition: all .5s ease;
}
.head-menu ul li:hover,
.head-menu ul li.on{
	background: #d5251e;
	transition: all .5s ease;
}
.head-menu ul li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	top: 50%;
	margin-top: -7.5px;
	border: 1px dashed #fff;
	right: 0;
	transition: all .5s ease;
}
.head-menu ul li:hover::after,
.head-menu ul li.on::after{
	opacity: 0;
	transition: all .5s ease;
}
.head-menu ul li:nth-child(7)::after{
	display: none;
}
.head-menu ul li:nth-child(1){
	padding: 0 22px;
	margin-left: 0;
}
.head-menu ul li:nth-child(1) img{
	position: relative;
	top: -2px;
	margin-right: 8px;
}
.head-menu ul li > a{
	line-height: 60px;
	display: block;
	font-size: 17px;
	color: #fff;
}

/* Sybanner */
#bannerbp{
	bottom: 30px;
}
#bannerbp .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #d5dae1;
	opacity: 1;
	margin: 0 6px;
	border-radius: 11px;
	transition: all .5s ease;
}
#bannerbp .swiper-pagination-bullet-active{
	 
	transition: all .5s ease;
}

/* indexSearch */
.indexSearch{
	background: #f3f3f3;
	height: 64px;
}
.indexSearch .hotKeywords{
	float: left;
	width: 70%;
	font-size: 16px;
	color: #333333;
	line-height: 64px;
}
.indexSearch .hotKeywords a{
	color: #666666;
}
.indexSearch .hotKeywords a:hover{
	color: #1e468e;
}
.sySearch{
	width: 25.5%;
	float: right;
	border-left: 3px solid #d5251e;
	background-color: #fff;
	overflow: hidden;
	margin-top: 13px;
}
.sySearch input[type=text]{
	height: 36px;
	width: 80%;
	border: none;
	outline: none;
	text-index: 12px;
	font-size: 14px;
	color: #333;
	float: left;
}
.sySearch input[type=button]{
	width: 20%;
	height: 36px;
	background: #1e468e url(../image/sySs.png) no-repeat center center;
	border: none;
	outline: none;
	float: left;
}

/* indexProduct */
.indexProduct{
	padding: 72px 0 75px;
}
.indexProduct .hd{
	margin-top: 35px;
	border-top: 2px solid #e3e3e3;
	padding-top: 18px;
}
.indexProduct .hd ul{ 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}
.indexProduct .hd ul li{
	width: 16.6667%;
	cursor: pointer;
}
.indexProduct .hd ul li .cn{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;  
	background: url(../image/sy-pro-jt.png) no-repeat right center;
	padding-right: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.indexProduct .hd ul li.on .cn{
	color: #1e468e;
	background: url(../image/sy-pro-jt-ls.png) no-repeat right center;
    transition: all .5s ease;
}
.indexProduct .hd ul li .en{
	font-family: helev;
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	margin-top: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexProduct .bd{
	margin-top: 46px;
}
.indexProduct .pdg{
	padding: 0 9.5px;
	margin-bottom: 20px;
}
.syProList .pic{
	border: 1px solid #dcdcdc;
	overflow: hidden;
	border-bottom: none;
}
.syProList .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.syProList:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.syProList .tit{
	font-family: helev;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	height: 38px;
	background: #1e468e;
	text-align: center;
}

/* indexAdvantage */
.indexAdvantage{
	padding: 60px 0 75px;
	background: url(../image/syys-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexAdvantage .sy-wc-tit{
	color: #fff;
}
.indexAdvantage .sy-wc-tit span::after,
.indexAdvantage .sy-wc-tit span::before{
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.indexAdvantage .sy-wc-sub{
	color: #fff;
}
.indexAdvantage .hd{
	margin-top: 40px;
}
.indexAdvantage .hd ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}
.indexAdvantage .hd ul li{
	width: 24.75%;
	background: #fff;
	cursor: pointer;
	position: relative;
	padding: 20px 10px 20px 132px;
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.ys1{
	background: #fff url(../image/sy-ys-ico1.png) no-repeat left 72px center; 
    transition: all .5s ease;
}
.indexAdvantage .hd ul li.on.ys1{
	background: #1296db url(../image/sy-ys-ico1-bs.png) no-repeat left 72px center; 
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.ys2{
	background: #fff url(../image/sy-ys-ico2.png) no-repeat left 72px center; 
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.on.ys2{
	background: #1296db url(../image/sy-ys-ico2-bs.png) no-repeat left 72px center; 
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.ys3{
	background: #fff url(../image/sy-ys-ico3.png) no-repeat left 72px center; 
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.on.ys3{
	background: #1296db url(../image/sy-ys-ico3-bs.png) no-repeat left 72px center; 
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.ys4{
	background: #fff url(../image/sy-ys-ico4.png) no-repeat left 72px center; 
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.on.ys4{
	background: #1296db url(../image/sy-ys-ico4-bs.png) no-repeat left 72px center; 
	transition: all .5s ease;
}
.indexAdvantage .hd ul li .num{
	position: absolute;
	font-family: helev;
	font-style: italic;
	font-size: 16px;
	color: #333333;
	opacity: 0.5;
	left: 18px;
	top: 12px;
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.on .num{
	color: #fff;
	transition: all .5s ease;
}
.indexAdvantage .hd ul li .cn{
	font-weight: bold;
	font-size: 24px;
	color: #1e468e;
	line-height: 26px;
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.on .cn{
	color: #fff;
	transition: all .5s ease;
}
.indexAdvantage .hd ul li .en{
	text-transform: uppercase;
	font-size: 14px;
	color: #666666;
	font-family: helev;
	margin-top: 3px;
	transition: all .5s ease;
}
.indexAdvantage .hd ul li.on .en{
	color: #fff;
	transition: all .5s ease;
}
.indexAdvantage .bd{
	margin-top: 15px;
}
.indexAdvantage .bd ul li{
	overflow: hidden;
	background: #fff;
	position: relative;
}
.indexAdvantage .bd ul li .info{
	width: 23.75%;
	float: left;
	margin-left: 68px;
	margin-top: 52px;
}
.indexAdvantage .bd ul li .info .tit{
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #1e468e;
}
.indexAdvantage .bd ul li .info .txt{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin-top: 16px;
}
.indexAdvantage .bd ul li .info .line{
	width: 15px;
	height: 3px;
	background: #d5251e;
	margin: 22px 0 26px;
}
.indexAdvantage .bd ul li .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.indexAdvantage .bd ul li .pic{
	width: 67.33334%;
	float: right;
}
.indexAdvantage .bd ul li .num{
	position: absolute;
	font-size: 175px;
	color: #666666;
	opacity: 0.1;
	font-family: helev;
	font-style: italic;
	line-height: 170px;
	bottom: 28px;
	left: -40px;
}

/* indexCase */
.indexCase{
	padding: 60px 0 65px;
}
.indexCase .hd{
	margin-top: 42px;
}
.indexCase .hd ul{
	overflow: hidden;
	border-left: 1px solid #dcdcdc;
}
.indexCase .hd ul li{
	width: 20%;
	float: left;
	border: 1px solid #dcdcdc;
	border-left: none;
	cursor: pointer;
	padding: 18px 0px 16px 75px;
}
.indexCase .hd ul li .cn{
	font-size: 18px;
	color: #333333;
	height: 22px;
	line-height: 22px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.indexCase .hd ul li.on .cn{
	color: #fff;
	transition: all .5s ease;
}
.indexCase .hd ul li .en{
	font-family: helev;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	margin-top: 6px;
	text-transform: uppercase;
	height: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.indexCase .hd ul li.on .en{
	color: #fff;
	transition: all .5s ease;
}
.indexCase .hd ul li.al1{
	background: url(../image/sy-al-ico1.png) no-repeat left 26px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.on.al1{
	background: #d5251f url(../image/sy-al-ico1-bs.png) no-repeat left 26px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.al2{
	background: url(../image/sy-al-ico2.png) no-repeat left 20px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.on.al2{
	background: #d5251f url(../image/sy-al-ico2-bs.png) no-repeat left 20px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.al3{
	background: url(../image/sy-al-ico3.png) no-repeat left 26px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.on.al3{
	background: #d5251f url(../image/sy-al-ico3-bs.png) no-repeat left 26px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.al4{
	background: url(../image/sy-al-ico4.png) no-repeat left 16px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.on.al4{
	background: #d5251f url(../image/sy-al-ico4-bs.png) no-repeat left 16px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.al5{
	background: url(../image/sy-al-ico5.png) no-repeat left 22px center;
	transition: all .5s ease;
}
.indexCase .hd ul li.on.al5{
	background: #d5251f url(../image/sy-al-ico5-bs.png) no-repeat left 22px center;
	transition: all .5s ease;
}
.indexCase .bd{
	margin-top: 64px;
}
.indexCase .bd ul{
	overflow: hidden;
	background: url(../image/sy-al-red-line.jpg) repeat-y top center;
	background-size: 2px 100%;
}
.indexCase .bd ul li{
	width: 46.833334%;
	float: left;
	background: #1e468e;
	position: relative;
	margin-bottom: 30px;
}
.indexCase .bd ul li::before{
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	border: 3px solid #d5251e;
	border-radius: 100%;
	top: 50%;
	margin-top: -6.5px;
	right: -44px;
	background: #fff;
}
.indexCase .bd ul li:nth-of-type(2n+2){
	float: right;
	background: #ececec;
}
.indexCase .bd ul li .pic{
	width: 50%;
	overflow: hidden;
	float: left;
}
.indexCase .bd ul li .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.indexCase .bd ul li:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.indexCase .bd ul li:nth-of-type(2n+2) .pic{
	float: right;
}
.indexCase .bd ul li .info{
	width: 50%;
	float: right;
	padding: 25px 46px 15px 30px;
}
.indexCase .bd ul li:nth-of-type(2n+2) .info{
	float: left;
	padding: 25px 30px 15px 46px;
}
.indexCase .bd ul li::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 50px;
	background: #fff;
	right: 0;
	top: 50%;
	margin-top: -25px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.indexCase .bd ul li:nth-of-type(2n+2)::after{
	left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.indexCase .bd ul li .info .tit{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexCase .bd ul li:nth-of-type(2n+2) .info .tit{
	color: #555555;
}
.indexCase .bd ul li .info .sub{
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #fff;
	opacity: 0.7;
	margin-top: 18px;
}
.indexCase .bd ul li:nth-of-type(2n+2) .info .sub{
	color: #555555;
}
.indexCase .more{
	display: block;
	width: 162px;
	height: 52px;
	text-align: center;
	line-height: 47px;
	border: 1px solid #1e468e;
	margin: 25px auto 0;
	font-size: 16px;
	color: #1e468e;
}
.indexCase .more:hover{
	background: #1e468e;
	color: #fff;
}
.indexCase .more i{
	font-size: 22px;
	margin-left: 22px;
	position: relative;
	top: 2px;
}

/* indexNews */
.indexNews{
	padding: 60px 0 95px;
	background: #f1f3f6;
}
.indexNews .container{
	margin-top: 55px;
}
.sy-news-left{
	width: 33.3334%;
	padding: 38px 38px 50px 40px; 
	background: #fff url(../image/sy-news-blue.jpg) repeat-x top center;
	background-size: 100% 40%;
	float: left;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.sy-news-left .pic{
	overflow: hidden;
}
.sy-news-left .pic img{
	display: block;
	width: 100%;
}
.sy-news-left .info{
	margin-top: 35px;
}
.sy-news-left .info .tit{
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-left .info .sub{
	font-size: 15px;
	color: #777777;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 22px;
}
.sy-news-left .info .time{
	font-family: arial;
	font-size: 15px;
	color: #919292;
	text-align: right;
	position: relative;
	margin-top: 32px;
}
.sy-news-left .info .time::after{
	content: "";
	position: absolute;
	width: 65px;
	height: 2px;
	background: #e5e6e6;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.sy-news-right{
	width: 65.166667%;
	float: right;
}
.sy-news-right .box1{
	background-color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .1);
	padding: 48px 40px 38px 40px;
    transition: all .5s ease;
}
.sy-news-right .box1 .iconfont{
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	color: #afafaf;
	right: 28px;
	top: 28px;
}
.sy-news-right .box1 .iconfont:hover{
	color: #1e468e;
}
.sy-news-right .box1 .lt{
	width: 46.3%;
	float: left;	
}
.sy-news-right .box1 .lt .tit{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-right .box1 .lt:hover .tit{
	color: #1e468e;
}
.sy-news-right .box1 .lt .sub{
	font-size: 15px;
	color: #777777;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 22px;
}
.sy-news-right .box1 .lt .time{
	font-family: arial;
	font-size: 15px;
	color: #919292;
	text-align: right;
	position: relative;
	margin-top: 32px;
}
.sy-news-right .box1 .lt .time::after{
	content: "";
	position: absolute;
	width: 65px;
	height: 2px;
	background: #e5e6e6;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.sy-news-right .box1 .lt:nth-child(2){
	float: right;
}
.sy-news-right .box2{
	background: #fff url(../image/sy-cjwt-flower.png) no-repeat left 245px bottom;
	padding: 28px 82px 32px 40px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .1);
}
.sy-news-right .box2 .titBox{
	float: left;
}
.sy-news-right .box2 .titBox .cn{
	font-size: 28px;
	color: #222222;
	line-height: 32px;
}
.sy-news-right .box2 .titBox .en{
	font-size: 15px;
	color: #777777;
	line-height: 20px;
	margin-top: 12px;
}
.sy-news-right .box2 .titBox .ywjd{
	display: block;
	width: 168px;
	height: 42px;
	line-height: 42px; 
	font-size: 15px;
	color: #fff;
	text-indent: 18px;
	margin-top: 95px;
	background: #1e468e url(../image/ywjd-jt.jpg) no-repeat right center;
}
.sy-news-right .box2 .lb{
	width: 42.728%;
	float: right;
	margin-top: 10px;
}
.sy-news-right .box2 .lb a{
	display: block;
	padding-left: 16px;
	background: url(../image/red-dot.png) no-repeat left center;
	font-size: 15px;
	color: #777777;
	line-height: 30px;
	height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-right .box2 .lb a:hover{
	color: #d5251e;
}
.sy-news-right .box2 .iconfont{
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	color: #afafaf;
	right: 28px;
	top: 28px;
}
.sy-news-right .box2 .iconfont:hover{
	color: #1e468e;
}

/* indexAbout */
.indexAbout{
	padding: 60px 0 78px;
}
.syAbtBox{
	overflow: hidden;
	margin-top: 78px;
	position: relative;
}
.syAbtBox .Info{
	width: 46.25%;
	float: left;
	border-top: 3px solid #1e468e;
	padding-top: 35px;
}
.syAbtBox .Info .titBox{
	position: relative;
}
.syAbtBox .Info .titBox .cn{
	font-weight: bold;
	font-size: 35px;
	color: #1e468e;
	line-height: 40px;
	position: relative;
	z-index: 2;
}
.syAbtBox .Info .titBox .en{
	font-size: 14px;
	color: #777777;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-family: helev;
	margin-top: 12px;
	position: relative;
	z-index: 2;
}
.syAbtBox .Info .titBox .abt{
	position: absolute;
	left: 0;
	top: 0; 
	font-family: arial;
	font-size: 138px;
	color: #f8f8f8;
	font-weight: bold;
	line-height: 40px;
	top: 15px;
	z-index: 1;
}
.syAbtBox .Info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 42px;
}
.syAbtBox .Info .more{
	font-weight: bold;
	font-size: 13px;
	color: #d5251e;
	padding-left: 45px;
	display: block;
	position: relative;
	margin-top: 42px;
}
.syAbtBox .Info .more::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background: #d5251e;
	left: 0;
	bottom: 17px;
}
.syAbtBox .Info .more i{
	font-size: 32px;
	font-weight: 100;
	position: relative;
	top: 4px;
}
.syAbtBox .pic{
	width: 50%;
	float: right;
}
.syAbtBox .txt{
	position: absolute;
	width: 50%;
	bottom: 0;
	left: 0;
	background: #f2f2f2;
	text-align: center;
	padding: 34px 0 30px;
}
.syAbtBox .txt .txt1{
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
}
.syAbtBox .txt .txt2{
	font-size: 18px;
	line-height: 25px;
	color: #777777;
	letter-spacing: 2.3px;
	margin-top: 18px;
}
#gsslSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.gssl-list{
	position: relative;
}
.gssl-list img{
	display: block;
	width: 100%;
}
.gssl-list span{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 38px;
	background: rgba(0,0,0,0.7);
	font-size: 15px;
	color: #fff;
	width: 100%;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gssl-list .info{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #1e468e;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.gssl-list .info .cn{
	font-weight: bold;
	font-size: 32px;
	margin-top: 52px;
}
.gssl-list .info .en{
	font-family: helev;
	font-size: 14px;
	margin-top: 8px;
}

/* 首页公共 */
.sy-wc-tit{
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	color: #222222;
	line-height: 48px;
}
.sy-wc-tit span{
	display: inline-block;
	position: relative;
}
.sy-wc-tit span::after,
.sy-wc-tit span::before{
	width: 14px;
	height: 10px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	border-top: 3px solid #d5251e;
	border-bottom: 3px solid #d5251e;
}
.sy-wc-tit span::after{
	right: -46px;
}
.sy-wc-tit span::before{
	left: -46px;
}
.sy-wc-sub{
	text-align: center;
	font-size: 18px;
	color: #555555;
	line-height: 25px;
	margin-top: 22px;
}

/* about */
.about{
	padding: 66px 0 78px;
	background: url(../image/about-back.jpg) no-repeat top center;
	background-size: cover;
}
.about .container{
	position: relative;
}
.about .pic{
	width: 48.83334%;
	float: left;
}
.about .info{
	width: 46.25%;
	float: right;
}
.about .sub{
	width: 55.1667%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f3f3f3 url(../image/about-line.jpg) no-repeat right bottom;
	padding: 30px 56px 35px 45px;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.about .wc-abt-tit{
	text-align: left;
}
.about .wc-abt-line{
	margin: 32px 0 0;
}
.productionStrength{
	padding: 50px 0 78px;
	background: #f5f5f5;
}
#scslSwiper{
	overflow: hidden;
	position: relative;
}
.scslShow{
	position: relative;
	margin-top: 42px;
}
#scslSwiper .swiper-slide.isBig{
	width: 42.4% !important;
}
#scslSwiper .swiper-slide.isSmall{
	width: 20.3% !important;
}
#scslSwiper .swiper-slide.isSmall img:nth-child(1){
	margin-bottom: 16px;
}
#scslN,
#scslP{
	width: 64px;
	height: 64px;
	margin-top: -32px;
}
#scslN{
	background: url(../image/scsl-next.png) no-repeat center center;
	right: -90px;
}
#scslP{
	background: url(../image/scsl-prev.png) no-repeat center center;
	left: -90px;
}

/* contact */
.contact{
	padding: 75px 0 55px;
}
.contact .info{
	width: 45.83334%;
	float: left;
}
.contact .info .txt1{
	font-size: 28px;
	color: #222222;
	line-height: 32px;
}
.contact .info .txt2{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	margin-top: 22px;
}
.contact .info .nr{
	font-size: 16px;
	color: #555555;
	line-height: 60px;
	margin-top: 35px;
}
.contact .info .nr a{
	color: #555;
}
.contact .info .nr a:hover{
	color: #4163a0;
}
.contact .info .nr p{
	border-bottom: 1px solid #e9e9e9;
	padding-left: 38px;
}
.contact .info .nr p.dz{
	background: url(../image/c-dz.png) no-repeat left center;
}
.contact .info .nr p.sj{
	background: url(../image/c-sj.png) no-repeat left center;
}
.contact .info .nr p.cz{
	background: url(../image/c-cz.png) no-repeat left center;
}
.contact .info .nr p.wz{
	background: url(../image/c-wz.png) no-repeat left center;
}
.msgForm{
	width: 47.6667%;
	float: right;
	margin-top: 52px;
}
.msgForm input[type=text]{
	width: 100%;
	height: 50px;
	padding-left: 45px;
	border: none;
	outline: none;
	font-size: 15px;
	color: #333;
	margin-bottom: 11px;
}
.msgForm #name{
	background: #f2f2f2 url(../image/m-xm.png) no-repeat left 17px center;
}
.msgForm #tel{
	background: #f2f2f2 url(../image/m-dh.png) no-repeat left 17px center;
}
.msgForm #content{
	min-width: 100%;
	max-width: 100%;
	min-height: 188px;
	max-height: 188px;
	border: none;
	outline: none;
	font-size: 15px;
	color: #333;
	padding: 18px 18px 0 45px;
	background: #f2f2f2 url(../image/m-xm.png) no-repeat left 17px top 20px;
}
.msgForm input[type=button]{
	display: block;
	width: 235px;
	height: 50px;
	background: #1e468e;
	font-size: 16px;
	color: #fff;
	margin: 30px auto 0;
	border: none;
	outline: none;
}
.maps{
	padding: 0 0 95px 0;
}

/* product */
.product{
	padding: 56px 0 56px;
}
.productClass{
	width: 20%;
	float: left;
}
.productClass .clsname{
	text-align: center;
	line-height: 75px;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	background: #1e468e;
}
.productClass .class .item{
	margin-top: 1px;
}
.productClass .class .item h3{
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;
	color: #666666;
	text-indent: 35px;
	background: #ececeb url(../image/pro-up.png) no-repeat right 26px center;
	padding-right: 40px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.productClass .class .item h3:hover,
.productClass .class .item h3.on{
	color: #fff;
	background: #1e468e url(../image/pro-down.png) no-repeat right 26px center;
    transition: all .5s ease;
}
.productClass .class .item ul {
	background: #f8f8f8;
	padding: 12px 0;
	display: none;
}
.productClass .class .item.on ul{
	display: block;
} 
.productClass .class .item ul li a{
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #555555;
	text-indent: 50px;
	background: url(../image/pro-sjx.png) no-repeat left 35px center;
	padding-right: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.productClass .class .item ul li:hover a,
.productClass .class .item ul li.on a{
	color: #1e468e;
}
.productList{
	width: 75%;
	float: right;
}
.productList .pdg{
	padding: 0 10.5px;
}
.pro-list{
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	position: relative;
	margin-bottom: 58px;
    transition: all .5s ease;
}
.pro-list:hover{
	border: 1px solid #1e468e;
	background: #1e468e; 
	transition: all .5s ease;
}
.pro-list .pic{
	overflow: hidden;
}
.pro-list .pic img{
	display: block;
	width: 100%;
}
.pro-list .title{
	font-family: helev;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: center;
	margin: 15px 0 42px;
	transition: all .5s ease;
}
.pro-list:hover .title{
	color: #fff;
}
.pro-list .more{
	position: absolute;
	width: 54px;
	height: 54px;
	z-index: 21;
	border-radius: 100%;
	border: 5px solid #f0f0f0;
	background: #fff;
	left: 50%;
	margin-left: -27px;
	bottom: -27px;
	text-align: center;
	line-height: 48px;
	font-family: arial;
	font-size: 12px;
	color: #cacaca;
	overflow: hidden;
	transition: all .5s ease;
}
.pro-list .more span{
	position: relative;
	right: 0;
	transition: all .5s ease;
}
.pro-list:hover .more span{
	right: -50px;
	transition: all .5s ease;
}
.pro-list:hover .more{
	border: 5px solid #fff;
	background: #1e468e;
}
.pro-list .more i{
	position: absolute;
	top: -2px;
	left: -50px;
	font-size: 18px;
	color: #fff;
	transition: all .5s ease;
}
.pro-list:hover .more i{
	left: 12px;
	transition: all .5s ease;
}
.productDe{
	width: 75%;
	float: right;
}
#proDeImg{
	overflow: hidden;
	position: relative;
	border: 1px solid #e7e7e7;
	width: 55.55556%;
	float: left;
}
.proDe-top .Info{
	width: 40%;
	float: right;
	border-top: 6px solid #1e468e;
	padding-top: 30px;
}
.proDe-top .Info .title{
	font-family: arial;
	font-size: 32px;
	color: #333333;
	line-height: 32px;
	padding-left: 22px;
	background: url(../image/prode-line.jpg) no-repeat left center;
}
.proDe-top .Info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	margin-top: 36px;
	height: 196px;
	overflow: auto;
	padding-right: 15px;
}
.proDe-top .Info .a-box{
	overflow: hidden;
	margin-top: 35px;
}
.proDe-top .Info .a-box a{
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	color: #fff;
}
.proDe-top .Info .a-box a span{
	font-family: helev;
	font-size: 20px;
}
.proDe-top .Info .a-box a:nth-child(1){
	background: #d5251e;
	width: 62%;
}
.proDe-top .Info .a-box a:nth-child(2){
	float: right;
	width: 35%;
	background: #1e468e;
}
.proDe-top .Info .a-box a:nth-child(2) i{
	font-size: 27px;
	margin-right: 8px;
	line-height: 35px;
	position: relative;
	top: 5px;
}
.prodeTab{
	margin-top: 42px;
}
.prodeTab .content{
	margin-top: 40px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.prode-title{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	border-bottom: 1px solid #d8d8d7;
	padding-bottom: 25px;
	position: relative;
}
.prode-title::after{
	width: 22px;
	height: 2px;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #d5251e;
}
.td-list{
	line-height: 28px;
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 8px;
	background: url(../image/td-dot.png) no-repeat left top 10px;
	padding-left: 18px;
	margin-bottom: 12px;
	font-size: 15px;
	color: #666666;
}
.prodeTab .content table{
	width: 100%;
}
.prodeTab .content table tr td{
	height: 50px;
	text-align: center;
	background: #deeef7;
	font-size: 16px;
	color: #555555;
	border: 1px solid #fff;
}
.prodeTab .content table tr td:nth-of-type(2n+2){
	background: #eef7fc;
}
.prodeTab .content table tr:nth-of-type(2n+2) td{
	background: #f4fbff;
}
.prodeTab .content table tr:nth-of-type(2n+2) td:nth-child(2){
	background: #ffffff;
}

/* service */
.service{
	padding: 80px 0 100px;
}
.service .top-sub{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	font-family: "微软雅黑";
}
.service-box{
	overflow: hidden;
	background: #1e468e;
	margin-top: 54px;
}
.service-box .pic{
	width: 50%;
	float: left;
}
.service-box .info{
	width: 50%;
	float: left;
	padding: 100px 55px 20px 45px;
	position: relative;
}
.service-box .info::after{
	content: "";
	position: absolute;
	width: 41px;
	height: 36px;
	background: url(../image/yinhao.png) no-repeat center center;
	left: 45px;
	top: 40px;
}
.service-box .info .sub{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.service-box .info .tel{
	font-family: helev;
	font-size: 28px;
	color: #fff;
	padding-left: 40px;
	background: url(../image/service-tel.png) no-repeat left center;
	margin-top: 45px;
	display: block;
}

/* news */
.news{
	width: 100%;
	padding: 42px 0 70px;
}
.news ul{
	
}
.news ul li{
	width: 100%;
	position: relative; 
    transition: all .5s ease;
}
.news ul li:hover,
.news ul li.on{
	background: #fafafa;
    transition: all .5s ease;
}
.news ul li .container{
	position: relative; 
	z-index: 999;
}
.news ul li .time-box{
	width: 88px;
	height: 89px;
	background: #1e468e;
	color: #fff;
	text-align: center;
	font-family: arial;
	float: left;
	margin-top: 35px;
	position: relative; 
	z-index: 999;
}
.news ul li .time-box .day{
	font-size: 36px;
	line-height: 60px;
}
.news ul li .time-box .year{
	font-size: 16px;
}
.news ul li .cont{
	width: 91.40625%;
	float: right;
	padding: 35px 0 40px;
	position: relative;
} 
.news ul li .cont::after{
	content: "";
	position: absolute;
	height: 100%; 
	width: 0;
	left: 0;
	background: #1e468e;
	top: 0;
	z-index: 9;
    transition: all .5s ease;
}
.news ul li:hover .cont::after,
.news ul li.on .cont::after{
	width: 50%;
	left: -50%;
    transition: all .5s ease;
}
.news ul li .cont::before{
	content: "";
	position: absolute;
	height: 100%; 
	right: 0;
	width: 0;
	background: #fafafa;
	top: 0;
	z-index: 9;
    transition: all .5s ease;
}
.news ul li:hover .cont::before,
.news ul li.on .cont::before{ 
	right: -37%;
	width: 37%;
    transition: all .5s ease;
}
.news ul li .info{
	width: 71.367521367%;
	float: left;
	border-left: 1px solid #e8e8e8;
	padding-left: 23px; 
}
.news ul li .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .info .views{
	font-size: 15px;
	color: #999999;
	line-height: 20px;
	background: url(../image/views-ico.png) no-repeat left center;
	padding-left: 26px;
	margin-top: 20px;
}
.news ul li .info .views span{
	font-family: arial;
	color: #999;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #888888;
	line-height: 26px;
	min-height: 52px;
	height: 52px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
}
.news_btn{
	margin-top: 32px;
}
.news ul li .pic{
	width: 25.9%;
	float: right;
	margin-top: 10px;
}
.news ul li .pic img{
	display: block;
	width: 100%;
}

/* newsDe */
.newsDe{
	width: 100%;
	padding: 55px 0 60px;
}
.newsDe .topTit{
	width: 100%;
	border-bottom: 1px solid #e8e7e7;
	padding-bottom: 30px;
	text-align: center;
}
.newsDe .topTit .Th2{
	font-size: 32px;
	line-height: 40px;
	color: #222222;
	font-weight: bold;
}
.newsDe .topTit .key{
	font-size: 15px;
	color: #333333;
	margin-top: 25px;
}
.newsDe .topTit .key a{
	font-family: arial;
	color: #333;
}
.newsDe .content{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-top: 38px;
}
.defy{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e8e7e7;
	padding-top: 42px;
	margin-top: 40px;
}
.defy .sxy{
	width: 70%;
	float: left;
}
.defy .sxy a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 35px;
	height: 35px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.defy .sxy a:hover{
	color: #1e468e;
}
.defy .return{
	float: right;
	display: block;
	width: 141px;
	line-height: 45px;
	background: #1e468e;
	text-align: center;
	border-radius: 8px;
	font-size: 15px;
	color: #fff;
	margin-top: 7px;
	border: 2px solid #1e468e;
}
.defy .return:hover{
	background: #fff;
	color: #1e468e;
}

/* problem */
.problem{
	padding: 60px 0 80px;
}
.problem ul li {
	border-bottom: 1px solid #e6e6e5;
	padding-bottom: 20px;
	margin-bottom: 22px;
}
.problem ul li .title{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #222222;
	padding-left: 30px;
	background: url(../image/problem-w.png) no-repeat top 5px left;
}
.problem ul li .content{
	padding: 0 0 0 58px;
	margin-top: 20px;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	background: url(../image/problem-d.png) no-repeat left 28px top 2px;
}

/* case */
.case{
	padding: 56px 0 56px;
}
.productClass .class2 a{
	display: block;
	line-height: 50px;
	background: #ececeb;
	font-size: 16px;
	color: #666666;
	text-indent: 35px;
	margin-top: 2px;
	padding-right: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.productClass .class2 a:hover,
.productClass .class2 a.on{
	color: #1e468e;
}
.caseList{
	width: 75%;
	float: right;
}
.caseList ul{
	
}
.caseList ul li{
	background: #f0f0f0;
	overflow: hidden;
	margin-bottom: 20px;
}
.caseList ul li .pic{
	width: 31.7778%;
	float: left;
	overflow: hidden;
}
.caseList ul li .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.caseList ul li:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.caseList ul li .info{
	width: 61.1112%;
	float: left;
	margin-left: 36px;
	margin-top: 28px;
}
.caseList ul li .info .tit{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.caseList ul li:hover .info .tit{
	color: #1e468e;
	transition: all .5s ease;
}
.caseList ul li .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 20px;
}
.caseList ul li .info .more{
	width: 106px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #1e468e;
	font-size: 15px;
	color: #1e468e; 
	margin-top: 30px;
	transition: all .5s ease;
}
.caseList ul li:hover .info .more{
	background: #1e468e;
	color: #fff;
	transition: all .5s ease;
}
.caseList ul li .info .more i{
	margin-left: 10px;
}

/* 公共按钮 */
.common_btn{overflow:hidden;}
.common_btn .btn_more{display:inline-block;text-align:center; font-size:14px; border:1px solid #1e468e; border-radius:10px 0; color:#1e468e; padding:10px 30px; position:relative;}
.common_btn .btn_more span{display:inline-block; opacity:0;filter:alpha(opacity=0); -webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn .btn_more:hover{background:#1e468e; cursor:pointer; color:#fff;}
:root .common_btn .btn_more:before { content:attr(c-text); color:#1e468e; position:absolute; top:10px; left:13px; width:80%; height:100%; -webkit-transition:-webkit-transform .3s, opacity .3s; transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1); transition-timing-function:cubic-bezier(.75,0,.125,1);}
:root .common_btn .btn_more:hover:before {opacity:0; filter:alpha(opacity=0); -webkit-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0);}
.common_btn .btn_more:hover span {z-index:2; color:#fff; opacity:1; filter:alpha(opacity=100); -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); display:inline-block;}
.common_btn .btn_more:hover>span:nth-child(1) { -webkit-transition-delay:45ms; transition-delay:45ms;}
.common_btn .btn_more:hover>span:nth-child(2) { -webkit-transition-delay:.09s; transition-delay:.09s;}
.common_btn .btn_more:hover>span:nth-child(3) { -webkit-transition-delay:.135s; transition-delay:.135s;}
.common_btn .btn_more:hover>span:nth-child(4) {-webkit-transition-delay:.18s; transition-delay:.18s;}
.common_btn .btn_more:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn .btn_more:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn .btn_more:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn .btn_more:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn .btn_more:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn .btn_more:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s} 

/* abt-tit */
.wc-abt-tit{
	font-size: 42px;
	color: #222222;
	line-height: 46px;
	text-align: center;
}
.wc-abt-line{
	width: 32px;
	height: 3px;
	background: #c71d16;
	margin: 32px auto 0;
}

/* Nybanner */
.Nybanner{
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.Nylocation{
	background: #f3f3f3;
}
.Nylocation .now-wz{
	float: left;
	padding-left: 28px;
	background: url(../image/home-ico.png) no-repeat left center;
	line-height: 64px;
	font-size: 16px;
	color: #555555;
}
.Nylocation .now-wz a{
	color: #555555;
}
.Nylocation .now-wz a:hover{
	color: #1e468e;
}
.Nylocation .now-lm{
	float: right;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	padding: 0 20px;
	line-height: 64px;
	font-size: 15px;
	color: #555;
	margin: 0 2.5px;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	background: #1e468e;
	color: #fff;
}

/* footer */
footer{
	background: #3d3d3d;
}
.foot-top{
	padding: 60px 0 80px;
}
.foot-top h4{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
}
.foot-lm{
	float: left;
}
.foot-lm .link{
	width: 215px;
	overflow: hidden;
	margin-top: 32px;
}
.foot-lm .link a{
	display: block;
	float: left;
	padding-left: 15px;
	background: url(../image/f-lm-jt.png) no-repeat left center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.foot-lm .link a:nth-of-type(2n+2){
	float: right;
}
.foot-ewm{
	float: left;
	text-align: center;
	margin-left: 152px;
	padding: 0 128px 0 135px;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
}
.foot-ewm img{
	width: 126px;
}
.foot-ewm p{
	font-size: 15px;
	color: #adacac;
	line-height: 28px;
	margin-top: 12px;;
}
.foot-lx{
	float: right;
}
.foot-lx .info{
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	margin-top: 20px;
}
.foot-lx .info p{
	padding-left: 26px;
}
.foot-lx .info p a{
	font-family: arial;
	color: #fff;
}
.foot-lx .info p.dz{
	background: url(../image/f-dz.png) no-repeat left center;
}
.foot-lx .info p.dh{
	background: url(../image/f-dh.png) no-repeat left center;
}
.foot-lx .info p.cz{
	background: url(../image/f-cz.png) no-repeat left center;
}
.foot-lx .info p.yx{
	background: url(../image/f-yx.png) no-repeat left center;
}
.foot-copy{ 
	border-top: 1px solid #474747;
}
.foot-copy .copy{
	line-height: 75px;
	font-size: 15px;
	color: #b0b0b0;
}
.foot-copy .copy a{
	color: #b0b0b0;
}
.foot-copy .copy a:hover{
	color: #fff;
}
.foot-copy .yqlj{ 
	overflow: hidden;
	line-height: 75px;
	font-size: 15px;
	color: #fff;
}
.foot-copy .yqlj .tit{
	float: left;
}
.foot-copy .yqlj .bd{
	float: left;
}
.foot-copy .yqlj .bd ul li{
	float: left;
}
.foot-copy .yqlj .bd ul li a{
	color: #fff;
	margin-right: 12px;
}

/* MB - PC */
.isPc {
	display: block;
}

.isMobile{
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	min-width: 30px;
	background: #f1f1f1;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
	padding: 0 8px
}
.Page a:hover{
	border: 1px solid #1e468e;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #1e468e;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #0166b3;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #4d83b1;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #4d83b1;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	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(77, 131, 177, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(77, 131, 177, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(77, 131, 177, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
