﻿
body{
	font-family: "微軟雅黑";
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.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;
}



/*indexProduct*/
.indexProduct{
	width: 100%;
	overflow: hidden;
	padding: 68px 0 85px 0;
	position: relative;
}
.wyd-sy-pro-sub{
	font-size: 14px;
	color: #49494b;
	text-align: center;
	line-height: 28px;
	margin-top: 30px;
	position: relative;
	z-index: 999;
}
.wyd-sy-pro-warp{
	width: 100%;
	padding-top: 75px;	
	position: relative;
	z-index: 999;
}
.wyd-sy-pro-warp ul{
	float: left;
	width: 32.710280373%;
	overflow: hidden;
	margin-left: 10px;
}
.wyd-sy-pro-warp ul#syPro1{
	margin-left: 0;
	padding-top: 40px;
}
.wyd-sy-pro-warp ul#syPro3{
	padding-top: 70px;
	margin-left: 0;
	float: right;
}
.wyd-sy-pro-warp ul li{
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.item-sy-pro{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.item-sy-pro .Pic{
	width: 100%;
	overflow: hidden;
}
.item-sy-pro .Pic img{
	display: block;
	width: 100%;
}
.item-sy-pro .item-fix{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	text-align: center;
}
.item-sy-pro .item-center {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
   /* padding-top: 65px;*/
    transition: all .5s ease;
}
.item-sy-pro .item-center img{
	/*margin-top: -25px;*/
    transition: all .5s ease;
}
/*pro img*/
.wyd-sy-pro-warp ul#syPro1 li:nth-child(1) .item-sy-pro .item-center img{
	margin-top: 33%;
    transition: all .5s ease;
}
.wyd-sy-pro-warp ul#syPro1 	li:nth-child(2) .item-sy-pro .item-center img{
	margin-top: 42%;
    transition: all .5s ease;
}
.wyd-sy-pro-warp ul#syPro2 	li:nth-child(1) .item-sy-pro .item-center img,
.wyd-sy-pro-warp ul#syPro2 	li:nth-child(2) .item-sy-pro .item-center img,
.wyd-sy-pro-warp ul#syPro2 	li:nth-child(3) .item-sy-pro .item-center img{
	margin-top: 28%;
    transition: all .5s ease;
}
.wyd-sy-pro-warp ul#syPro3 	li:nth-child(1) .item-sy-pro .item-center img{
	margin-top: 45%;
    transition: all .5s ease;
}
.wyd-sy-pro-warp ul#syPro3 	li:nth-child(2) .item-sy-pro .item-center img{
	margin-top: 35%;
    transition: all .5s ease;
}
/*pro img end*/
.wyd-sy-pro-warp ul li:hover .item-sy-pro .item-center img{
	margin-top: 0 !important;
    transition: all .5s ease;
}
.item-sy-pro .item-fix .sub{
	font-size: 16px;
	color: #fff; 
	margin-top: 50px; 
	opacity: 0; 
    transition: all .5s ease; 
}
.wyd-sy-pro-warp ul li:hover .item-sy-pro .item-fix .sub{
	margin-top: 20px; 
	opacity: 1;
    transition: all .5s ease; 
}
.item-sy-pro .item-fix span{
	display: inline-block;  
	width: 34px;
	height: 34px; 
	line-height: 26px;
	border: 2px solid #ffffff;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	margin-top: 50px;  
	opacity: 0;
    transition: all .5s ease; 
}
.item-sy-pro .item-fix span:hover{
	background: #1d6fae;
	border: 2px solid #1d6fae;
    transition: all .5s ease;
}
.wyd-sy-pro-warp ul li:hover .item-sy-pro .item-fix span{
	margin-top: 50px;  
	opacity: 1; 
    transition: all .5s ease; 
}
/*粒子效果*/
#particles-js{ position: absolute; width: 100%;  background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; top: 0; }


/*indexAbout*/
.indexAbout{
	width: 100%;
	overflow: hidden;
	padding: 62px 0 76px 0;
	position: relative;
	background: url(/static/images/sy-abt-back.jpg) no-repeat top center;
}
.wyd-sy-abt-sub{
	text-align: center;
	margin-top: 28px;
	font-size: 16px;
	color: #456567;
	line-height: 30px;
	overflow: hidden;
}
.indexAbout .row{
	margin-top: 50px;
}
@media (min-width: 992px){
	.indexAbout .col-md-4 {
	    padding-left: 4px;
	    padding-right: 4px;
	}	
}
.indexAbout .item-list{
	width: 100%;
	overflow: hidden;
	
}
.indexAbout .item-list .Pic{
	position: relative;
	overflow: hidden;
}
.indexAbout .item-list img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.indexAbout .item-list:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.indexAbout .item-list p{
	font-size: 18px;
	color: #fff;
	padding-top: 52px;
}
.indexAbout .item-list p#abt1{
	background: url(/static/images/sy-abt-ico1.png) no-repeat top center;
}
.indexAbout .item-list p#abt2{
	background: url(/static/images/sy-abt-ico2.png) no-repeat top center;
}
.indexAbout .item-list p#abt3{
	background: url(/static/images/sy-abt-ico3.png) no-repeat top center;
}
.indexAbout .item-list .sy-abtt-fix{
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 122px;
	text-align: center;
	opacity: 0;
	background: rgba(0,0,0,0.6);
    transition: all .5s ease; 
}
.indexAbout .item-list:hover .sy-abtt-fix{
	padding-top: 108px;
	opacity: 1;
    transition: all .5s ease; 
}
.indexAbout .item-list span{
	display: block;
	width: 100%;
	line-height: 40px;
	background: #eafdff;
	text-align: center;
	margin-top: 1px;
	font-size: 18px;
	color: #456567;
}

/*indexNews*/
.indexNews{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 52px 0;
}
@media (min-width: 768px){
	.indexNews .col-sm-6 {
	    padding-left: 2px;
	    padding-right: 2px;
	}
}
.wyd-sy-news-tit{
	float: left;
	font-size: 28px;
	color: #333945;
	font-weight: bold;
	background: url(/static/images/sy-news-jt.png) no-repeat bottom left;
	padding-bottom: 50px;
	margin-top: 24px;
	margin-bottom: 2px;
}
.wyd-sy-news-tit a{
	display: block;
	color: #333945;
}
.indexNews .row{
	width: 80.833334%;
	float: right; 
}
.indexNews .item-list{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 28px 70px 28px 24px;
	border-bottom: 3px solid #f5f5f5;
    transition: all .5s ease; 
}
.indexNews .item-list:hover{
	border-bottom: 3px solid #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.indexNews .row .sort:nth-child(3) .item-list,
.indexNews .row .sort:nth-child(4) .item-list{
	border-bottom: 3px solid #fff !important;
}
.indexNews .item-list .tit{
	font-size: 16px;
	font-weight: bold;
	color: #2c2d30;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease; 
}

.indexNews .row .sort:nth-child(3) .item-list .tit,
.indexNews .row .sort:nth-child(4) .item-list .tit{
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexNews .item-list:hover .tit{
	color: #1157ae;
    transition: all .5s ease; 
}
.indexNews .item-list .sub{
	font-size: 12px;
	color: #818284;
	margin-top: 20px;
	margin-bottom: 24px;
	min-height: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexNews .item-list .time{
	font-family: arial;
	font-size: 12px;
	color: #5b6169;
}
.indexNews .item-list .go{
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	border: 2px solid #1157ae;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #1157ae;
	right: 25px;
	top: 28px;
	line-height: 27px;
	border-radius: 100%;
    transition: all .5s ease; 
}
.indexNews .item-list .go:hover{
	background: #1157ae;
	color: #fff;
    transition: all .5s ease; 
}

/*indexTitle*/
.indexH4{
	text-align: center;
	font-family: arial;
	font-size: 42px;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
	position: relative;
	z-index: 999;
}
.indexH6{
	font-size: 18px;
	font-weight: bold;
	color: #333945;
	padding-top: 8px;
	text-align: center;
	position: relative;
	z-index: 999;
}
.indexLine{
	display: block;
	margin: 26px auto 0;
	width: 45px;
	height: 2px;
	text-align: center;
	background: #868686;
}

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 65px 0;
	background: #f7f7f7;
}
.news .row{
	margin-top: 35px;
}
.news .item-list{
	width: 100%;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 8px 8px 30px 8px;
	margin-bottom: 20px;
}
.news .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.news .item-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .7s ease;
}
.news .item-list:hover .Pic img{
	transform: scale(1.1);
    transition: all .8s ease;
}
.news .item-list .SubInfo{
	padding: 16px 12px 0px 12px;
	
}
.news .item-list .tit{
	font-size: 18px;
	font-weight: bold;
	color: #272626;
	line-height: 30px;
	min-height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.news .item-list:hover .tit{
	color: #1157ae;
	transition: all .5s ease;
}
.news .item-list .sub{
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	min-height: 75px;
	margin-top: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .item-list .time{
	font-size: 14px;
	color: #403f3f;
	margin-top: 42px;
}
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 68px 0 88px 0;
}
.wyd-ny-titBox{
	width: 100%; 
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 21px;
	position: relative;
}
.wyd-ny-titBox h5{
	font-size: 26px;
	font-weight: bold;
	color: #272626;
}
.wyd-ny-zt{
	font-size: 14px;
	color: #848484;
	margin-top: 18px;
}
.wyd-ny-zt a{
	color: #848484;
}
.wyd-ny-zt .sj{
	background: url(/static/images/de-sj-ico.png) no-repeat left center;
	padding-left: 26px;
}
.wyd-ny-zt .views{
	background: url(/static/images/de-views-ico.png) no-repeat left center;
	padding-left: 28px;
}
.wyd-ny-zt .share{
	background: url(/static/images/de-share-ico.png) no-repeat left center;
	padding-left: 24px;
}
.wyd-ny-top-sxy{
	position: absolute;
	right: 0;
	top: 14px;
}
.wyd-ny-top-sxy a{
	display: block;
	width: 40px;
	height: 40px;
	float: left; 
}
.wyd-ny-top-sxy a:nth-child(1){
	background: url(/static/images/de-syp.png) no-repeat center center;
}
.wyd-ny-top-sxy a:nth-child(2){
	background: url(/static/images/de-list.png) no-repeat center center;
	margin: 0 8px;
}
.wyd-ny-top-sxy a:nth-child(3){
	background: url(/static/images/de-xyp.png) no-repeat center center;
}
.wyd-newsde-cont{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	font-size: 16px;
	color: #525252;
	line-height: 30px;
}
.wyd-ny-btm-sxy{
	overflow: hidden;
	margin-top: 70px;
}
.wyd-ny-btm-sxy a{
	display: block;
	font-size: 16px;
	color: #525252;
	line-height: 30px;
	min-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wyd-ny-btm-sxy a:hover{
	color: #1d6fae;
}

/*alerts 每日快訊*/
.alerts{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 80px 0;
	background: #f7f7f7;
}
@media (min-width: 1160px){
	.alerts .container {
	    width: 1142px;
	    margin: 0 auto;
	}
}
.alerts ul{ 
	margin-top: 26px;
}
.alerts ul li{
	width: 100%;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 10px 30px 10px 10px;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.alerts ul li:hover{
	border: 1px solid #0060AF;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.alerts ul li .Pic{
	width: 33.1818182%;
	float: left;
	overflow: hidden;
}
.alerts ul li .Pic img{
	display: block;
	width: 100%;
}
.alerts ul li .SubInfo{
	width: 63.818181%;
	float: right;
	overflow: hidden;
}
.alerts ul li .tit{
	font-weight: bold;
	font-size: 20px;
	color: #272626;
	min-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
	transition: all .5s ease;
}
.alerts ul li:hover .tit{
	color: #004785;
	transition: all .5s ease;
}
.alerts ul li .time{
	font-size: 14px;
	color: #403f3f;
	margin-top: 14px;
}
.alerts ul li .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	min-height: 56px;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.alerts ul li .more{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(/static/images/jt-blue.png) no-repeat center center;
	margin-top: 28px;
}

/*about*/
.about{
	width: 100%;
	overflow: hidden;
	padding: 52px 0 95px 0;
}
.wyd-about-cont{
	width: 100%; 
	margin-top: 45px;
}
.wyd-about-cont .Pic{
	width: 40.25%;
	float: left;
	overflow: hidden;
}
.wyd-about-cont .Pic img{
	display: block;
	width: 100%;
}
.wyd-about-cont .cont{
	width: 55.833334%;
	float: right;
	overflow: hidden;
	font-size: 14px;
	color: #333232;
	line-height: 28px;
}

/*culture*/
.culture{
	width: 100%;
	overflow: hidden;
	height: 615px;
	background: url(/static/images/qywh-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.culture .row{
	padding-top: 115px;
}
.culture .row > div{
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.culture .row > div img{
	transition: all .5s ease;
}
.culture .row > div:nth-child(1) img{
	margin-top: 2px;
	margin-bottom: 40px;
}
.culture .row > div:nth-child(2) img{
	margin-top: 4px;
	margin-bottom: 40px;
}
.culture .row > div:nth-child(3) img{
	margin-top: 0;
	margin-bottom: 38px;
}
.culture .row > div: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;
}
.culture .row .tit{
	font-size: 20px;
	font-weight: bold;
}
.culture .row .line{
	display: block;
	margin: 12px auto 20px;
	width: 30px;
	height: 2px;
	background: #fff;
}
.culture .row .sub{
	font-size: 14px;
	line-height: 25px;
}

/*honor*/
.honor{
	width: 100%;
	overflow: hidden;
	padding: 52px 0 50px 0; 
	background: url(/static/images/honor-back.jpg) no-repeat top center;
}
.honor h3{
	font-family: arial;
	font-size: 42px;
	font-weight: bold;
	color: #333333;
}
.honor h6{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.wyd-honor-warp{
	width: 66.66667%;
	float: right;
	margin-right: 20px;
	position: relative;
}
#wydZs{
	margin-top: 32px;
}
#wydZs img{
	display: block;
	width: 100%;
	border: 7px solid #292e4b;
}
#zsN{
	display: block;
	width: 31px;
	height: 31px;
	background: url(/static/images/h-n.png) no-repeat center center;
	right: -55px;
	top: 55%;
	margin-top: 0;
}
#zsP{
	display: block;
	width: 31px;
	height: 31px;
	background: url(/static/images/h-p.png) no-repeat center center;
	left: -100px;
	top: 55%;
	margin-top: 0;
}
.honor_big_img img {
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 5px;
}

/*contact*/
.contact{
	width: 100%;
	overflow: hidden;
	padding: 58px 0 0 0;
}
.wyd-contact-title{
	overflow: hidden;
	padding: 0 0 70px 0;
	text-align: center;
}
.wyd-contact-title .tit{
	color: #5f5f5f;
	margin-top: 24px;
}
.wyd-contact-title .hm{
	font-family: "Gotham Pro";
	font-size: 36px;
	color: #ee3124;
	margin-top: 2px;
}
.wyd-contact-cont{
	width: 100%;
	overflow: hidden; 
	padding-bottom: 80px;
	background: #fafafa;
}
.wyd-contact-hd{
	width: 100%;
	/*overflow: hidden;*/ 
}
.wyd-contact-hd ul{
	/*overflow: hidden;*/
}
.wyd-contact-hd ul li{
	width: 33.333%;
	float: left; 
	cursor: pointer;
	padding: 45px 30px 35px 30px;
	position: relative;
	transition: all .5s ease;
}
.wyd-contact-hd ul li.on{
	background: #1f70ae;
	transition: all .5s ease;
}
.wyd-contact-hd ul li::before{
	content: "";
	width: 1px;
	min-height: 160px;
	background: #c8c8c8;
	position: absolute;
	right: 0;
	top: 62px;
}
.wyd-contact-hd ul li::after{
	content: "";
	width: 33px;
	height: 24px;
	background: url(/static/images/lxwm-dsj.png) no-repeat center center;
	position: absolute;
	bottom: -18px;
	opacity: 0;
	left: 50%;
	margin-left: -16.5px;
	z-index: 10000;
	transition: all .5s ease;
}
.wyd-contact-hd ul li.on::after{
	bottom: -24px;
	opacity: 1;
	transition: all .5s ease;
}
.wyd-contact-hd ul li:nth-child(3)::before{
	display: none;
}
.wyd-contact-hd ul li.on::before{
	background: #1f70ae;
}
.wyd-contact-hd ul li h6{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.wyd-contact-hd ul li.on h6{
	color: #fff;
}
.wyd-contact-hd ul li p{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	padding-left: 36px;
}
.wyd-contact-hd ul li.on p{
	color: #fff;
}
.wyd-contact-hd ul li p#dz{
	background: url(/static/images/c-dz.png) no-repeat left top 6px;
}
.wyd-contact-hd ul li.on p#dz{
	background: url(/static/images/c-dz2.png) no-repeat left top 6px;
}
.wyd-contact-hd ul li p#dh{
	background: url(/static/images/c-dh.png) no-repeat left top 8px;
}
.wyd-contact-hd ul li.on p#dh{
	background: url(/static/images/c-dh2.png) no-repeat left top 6px;
}
.wyd-contact-hd ul li p#yx{
	background: url(/static/images/c-yx.png) no-repeat left top 10px;
}
.wyd-contact-hd ul li.on p#yx{
	background: url(/static/images/c-yx2.png) no-repeat left top 6px;
}
.wyd-contact-bd{
	width: 100%;
	overflow: hidden;
}
.wyd-contact-bd ul {
	overflow: hidden;
}
.wyd-contact-bd ul li{
	width: 100%;
	border: 1px solid #e2e2e2;
}

/*product*/
.product{
	width: 100%;
	overflow: hidden;
	padding: 0 0 80px 0;
}
.wyd-pro-class{
	width: 20%;
	float: left;
	overflow: hidden;
}
.wyd-pro-class .pro-tit{
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 24px;
	color: #fff;
	background: #5c5c5c;
	padding: 30px 0 32px 0;
}
.wyd-pro-class > ul > li { 
    padding-top: 2px;
}
.wyd-pro-class ul li h4 a {
    display: block;
    width: 100%;
    line-height: 38px;
    min-height: 38px;
    padding-left: 20px;
    background-color: #1f70ae; 
    color: #fff;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wyd-pro-class ul li:hover h4 a,
.wyd-pro-class ul li.on h4 a{
	background: #0d5389;
	padding-left: 40px;
}
.wyd-pro-class ul li ul{
	padding: 8px 0 6px 0;
	display: none;
}
.wyd-pro-class ul li.on ul{
	display: block;
}
.wyd-pro-class ul li ul li { 
    padding-left: 26px;
}
.wyd-pro-class ul li ul li a {
    display: block;
    width: 100%;
    line-height: 32px;
    min-height: 32px;  
    font-size: 14px;
    color: #555555;
    background: url(/static/images/p-l-jt.jpg) no-repeat left center;
    padding-left: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wyd-pro-class ul li ul li:hover a,
.wyd-pro-class ul li ul li.on a{
	font-weight: bold;
	color: #1f70ae;
}
/*product-list*/
.wyd-pro-list{
	width: 75.83334%;
	float: right;
	overflow: hidden;
}
.wyd-pro-list .pro-cls-tit{
	width: 100%; 
	padding: 26px 0 0 0;
}
.wyd-pro-list .pro-cls-tit .pp-ico{
	float: left;
	height: 34px;
	padding-top: 3px;
	width: auto;
}
form#cpss{
	float: right;
}
form#cpss input[type=text]{
	width: 270px;
	height: 40px;
	border: 1px solid #d4d4d4;
	border-right: none;
	font-size: 12px;
	color: #8c8a8a;
	text-indent: 12px;
	float: left;
}
form#cpss input[type=button]{
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #1f70ae url(/static/images/cpss.png) no-repeat center center; 
	border: none;
	float: left;
}
.wyd-pro-list .row{
	margin-top: 32px;
}
@media (min-width: 992px){
	.wyd-pro-list .col-md-4 {
	    padding-left: 10.5px;
	    padding-right: 10.5px;
	}
}
.wyd-pro-list .item-list{
	width: 100%;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	/*background: url(../images/pro-img-back.jpg) no-repeat top center;
	background-size: cover;*/
	margin-bottom: 28px;
	transition: all .5s ease;
}
.wyd-pro-list .item-list:hover{
	border: 1px solid #1f70ae;
	transition: all .5s ease;
}
.wyd-pro-list .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.wyd-pro-list .item-list .Pic img{
	display: block;
	width: 100%;
}
.wyd-pro-list .item-list .sub{
	margin: 1px 4px 4px 4px;
	background: #ebebeb;	
	font-weight: bold;
	font-size: 14px;
	color: #404040;
	text-align: center;
	line-height: 45px;
	min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.wyd-pro-list .item-list:hover .sub{
	background: #1f70ae;
	color: #fff;
	transition: all .5s ease;
}
.wyd-prode-tit{
	float: left;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	color: #1f70ae;
}
.wyd-prode-cont-warp{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.wyd-prode-info{
	width: 100%;
	overflow: hidden;
}
.wyd-prode-info .Pic{
	width: 41.208791208%;
	float: left;
	overflow: hidden;
	border: 1px solid #c9c9c9;
}
.wyd-prode-info .Pic img{
	display: block;
	width: 100%; 
}
.wyd-prode-info .info{
	width: 55.164835164%;
	float: right;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	line-height: 30px;
}
.wyd-prode-h6{
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	text-indent: 22px;
	background: #f2f5f8;
	font-weight: bold;
	font-size: 16px;
	color: #2d2d2d;
}
/*商品情形*/
.wyd-prode-cpxq{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.wyd-prode-cpxq .info{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #434343;
	line-height: 28px;
	margin-top: 22px; 
}
/*彩頁資料*/
.wyd-prode-cyzl{
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
}
.cyzl-list{
	width: 100%;
	overflow: hidden;
	margin-top: 38px;
}
.cyzl-list li{
	padding-left: 56px;
	overflow: hidden;
	background: url(/static/images/pdf.png) no-repeat left center;
	margin-bottom: 18px; 
}
.cyzl-list li:last-child{
	border-bottom: none;
}
.cyzl-list li .tit{
	float: left;
	width: 72%;
}
.cyzl-list li .tit .bt{
	font-size: 16px;
	font-weight: bold;
	color: #1f70ae;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cyzl-list li .tit .time{
	font-family: arial;
	font-size: 12px;
	color: #717171;
	padding-top: 5px;
}
.cyzl-list li .down{
	width: 90px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #717171;
	margin-top: 8px;
	border: 1px solid #dcdcdc;
	float: right;
	display: block;
}
.cyzl-list li .down:hover{
	background: #0075BE;
	color: #fff;
	border: 1px solid #004785;
}
/*技藝文件*/
.wyd-prode-jswj{
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
}
.jswj-list{
	overflow: hidden;
	margin-top: 16px;
}
.jswj-list li{
	width: 100%;
	overflow: hidden;
	line-height: 45px;
}
.jswj-list .tit{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #2d2d2d;
}
.jswj-list li:hover .tit{
	color: #005EA6;
}
.jswj-list li .chak{
	width: 90px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #717171;
	margin-top: 8px;
	border: 1px solid #dcdcdc;
	float: right;
	display: block;
}
.jswj-list li .chak:hover{
	background: #0075BE;
	color: #fff;
	border: 1px solid #004785;
}

/*solution*/
.wyd-solution-class{
	width: 100%;
	overflow: hidden; 
	position: absolute;
	left: 0;
	bottom: -32px;
	z-index: 999;
}
@media (min-width: 900px){
	.wyd-solution-class .container {
	    width: 1000px;
	    margin: 0 auto;
	}
}
.wyd-solution-class ul{
	width: 100%;
	border: 3px solid #fff;
	background: #fff;
	border-radius: 55px; 
	overflow: hidden;
}
.wyd-solution-class ul li{
	display: block;
	float: left;
	width: 20%;
	overflow: hidden;
	transition: all .5s ease;
}
.wyd-solution-class ul li:hover,
.wyd-solution-class ul li.on{
	background: #35994b;
	transition: all .5s ease;
}
.wyd-solution-class ul li a{
	display: block;
	line-height: 62px;
	min-height: 62px;
	text-align: center; 
	color: #202020;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.wyd-solution-class ul li:hover a,
.wyd-solution-class ul li.on a{
	color: #fff;
}
/*固定式掃碼解決方案*/
.wyd-gdssm-jjfa-one{
	width: 100%;
	overflow: hidden;
	padding: 100px 0 68px 0;
	background: #1c6eae;
}
.wyd-gdssm-jjfa-one h4{
	font-weight: bold;
	font-size: 32px;
	color: #FFF;
	text-align: center;
}
.wyd-gdssm-jjfa-one .row{
	margin-top: 52px;
}
.wyd-gdssm-jjfa-one.dlhw .row{
	width: 80%;
    margin: 52px auto 0;
}
.wyd-gdssm-jjfa-one .row > div{
	font-weight: bold;
	font-size: 18px;
	color: #6ffff7;
	padding-left: 32px;
	background: url(/static/images/jjfa-jt.png) no-repeat left center;
	padding-right: 0;
	line-height: 50px;
}
/*two*/
.wyd-gdssm-jjfa-two{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f5f8f9;
	padding: 90px 0 50px 0;
} 
.wyd-gdssm-jjfa-two.dlwh{
	padding: 28px 0 0px 0;
	background: #fff;
}
@media (min-width: 992px){
	.wyd-gdssm-jjfa-two .col-md-3 {
	    padding-left: 7px;
	    padding-right: 7px;
	}
}
.wyd-gdssm-jjfa-two .item-list{
	width: 100%;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 4px;
	margin-bottom: 18px;
	cursor: pointer;
	transition: all .5s ease;
}
.wyd-gdssm-jjfa-two .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.wyd-gdssm-jjfa-two .item-list .Pic img{
	display: block;
	width: 100%;
}
.wyd-gdssm-jjfa-two .item-list p{
	font-size: 14px;
	text-align: center;
	color: #1d1d1d;
	line-height: 35px;
	background: #ebebeb;
	margin-top: 5px;
}

.dlwh2{
	padding: 96px 0 0 0;
}
.dlwh3{
	width: 100%;
	padding: 162px 0 50px;
	background: #f4f4f4;
	margin-top: -82px;
}
.dlwh3 .abox{
	width: 47%;
	float: left;
}
.dlwh3 .abox a{
	display: inline-block;
	line-height: 35px;
	padding: 0 28px;
	background: #505050;
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
	margin-bottom: 13px;
	border-radius: 50px;
}
.dlwh3 .abox a:hover{
	background: #1c6eae;
}
.dlwh3 .tit{
	font-size: 30px;
	color: #3d3d3f;
	line-height: 57px;
	border-top: 1px solid #3d3d3f;
	border-bottom: 1px solid #3d3d3f;
	float: right;
	display: inline-block;
	margin-top: 12px;
}
/*three*/
.wyd-gdssm-jjfa-three{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 120px 0;
}
@media (min-width: 992px){
	.wyd-gdssm-jjfa-three .col-md-6 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
.wyd-gdssm-jjfa-three .item-list{
	width: 100%;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	margin-bottom: 20px;
	transition: all .5s ease;
}
.wyd-gdssm-jjfa-three .item-list:hover{
	border: 1px solid #0075BE;
	transition: all .5s ease;
}
.wyd-gdssm-jjfa-three .item-list .Pic{
	width: 56.802721088%;
	float: left;
	border-right: 1px solid #c9c9c9;
	transition: all .5s ease;
}
.wyd-gdssm-jjfa-three .item-list:hover .Pic{
	border-right: 1px solid #0075BE;
	transition: all .5s ease;
}
.wyd-gdssm-jjfa-three .item-list .Pic img{
	display: block;
	width: 100%;
}
.wyd-gdssm-jjfa-three .item-list .SubInfo{
	width: 35.714285714%;
	float: left;
	margin-left: 3.741496598%;
	padding: 20px 0 0 0;
}
.wyd-gdssm-jjfa-three .item-list .SubInfo h6{
	font-weight: bold;
	font-size: 18px;
	color: #404040;
	line-height: 25px;
	height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 18px;
	transition: all .5s ease;
}
.wyd-gdssm-jjfa-three .item-list:hover .SubInfo h6{
	color: #0077B5;
	transition: all .5s ease;
}
.wyd-gdssm-jjfa-three .item-list .SubInfo p{
	font-size: 14px;
	color: #0f0f0f;
	float: left;
	line-height: 28px;
	padding-left: 18px;
	background: url(/static/images/p-cp-jt.png) no-repeat left center;
}
.wyd-gdssm-jjfa-three .item-list .SubInfo p:nth-of-type(2n+2){
	float: right;
}
/*jjfa-lxxx*/
.wyd-solution-btm-sub{
	width: 100%;
	overflow: hidden;
	padding: 0 0 100px 0;
}
.wyd-solution-btm-sub .tel{
	float: left;
	text-align: center;
	overflow: hidden;
}
.wyd-solution-btm-sub .tel .hm{
	font-family: "Gotham Pro";
	font-size: 26px;
	color: #c20000;
}
.wyd-solution-btm-sub .tel .our{
	font-size: 14px;
	color: #333333;
	padding-top: 4px;
}
.wyd-solution-btm-sub .sub{
	width: 79.16667%;
	float: right;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin-top: 9px;
}
/*udi*/
.wyd-udi-solution-one{
	width: 100%;
	overflow: hidden;
	height: 380px;
	background: url(/static/images/udi-back.jpg) no-repeat top center;
	background-size: cover; 
}
.wyd-udi-solution-one .sub-cont{
	width: 45%;
	float: right; 
	padding-top: 78px;
}
.wyd-udi-solution-one .sub-cont h4{ 
    font-size: 36px;
    font-weight: bold;
    color: #3f3e3e; 
}
.wyd-udi-solution-one .sub-cont .sub {
    font-family: "微軟雅黑";
    font-size: 16px;
    color: #242424;
    line-height: 32px;
    padding-top: 22px;
}
.wyd-udi-solution-two{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.wyd-udi-solution-two img{
	display: block;
	margin: 0 auto;
}
.footFix{
	background: url(/static/images/mfbg.jpg) no-repeat center center;
}

/*Nybanner*/
.Nybanner{
	width: 100%;
	 
}
.Nybanner#jjfa{
	position: relative;
}
.Nybanner img{
	display: block;
	width: 100%;
}

/*indexWidth*/
@media (min-width: 1100px){
	.PC-W_1070{
		width: 1070px;
		margin: 0 auto;
	}
}
.web-btm-arw {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -110px;
    z-index: 999;
}

/*footer*/
footer{
	width: 100%;
	overflow: hidden;
	padding: 26px 0 0 0;
	background: #2a2e37;
}
.wyd-ft-info{
	width: 100%;
	overflow: hidden;
	padding: 0 0 18px 0;
}
.ft-logo{
	float: left;
	text-align: center;
	overflow: hidden;
	margin-left: 25px;
}
.ft-logo .hm{
	font-family: "Gotham Pro";
	font-size: 28px;
	color: #fff;
	margin-top: 24px;
}
.ft-logo .sj{
	font-size: 14px;
	color: #fff;
	margin-top: 14px;
}
.ft-lm{
	float: right;
	overflow: hidden;
}
.ft-lm .item-list{
	float: left;
	overflow: hidden;
	margin-left: 72px;
}
.ft-lm .item-list:first-child{
	margin-left: 0;
}
.ft-lm .item-list h6{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
.ft-lm .item-list a{
	display: block;
	font-size: 14px;
	color: #a8abb4;
	line-height: 28px;
}
.ft-lm .item-list a:hover{
	color: #fff;
}
.ft-lm .item-list p{
	font-size: 14px;
	color: #a8abb4;
	line-height: 28px;
}
.wyd-ft-copy{
	width: 100%;
	overflow: hidden;
	line-height: 48px;
	border-top: 1px solid #414650;
	font-size: 12px;
	color: #868991;
	text-align: center;
}
.wyd-ft-copy a{
	color: #868991;
}
.wyd-ft-copy a:hover{
	color: #fff;
	text-decoration: underline;
}

/*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 #3a5a9f;
}
.Page a{ border:1px solid #c9c9c9; padding: 4px 9px; font-size:12px; color:#ababab;  }
.Page a.sy{color:#707072 !important;}
.current{ background:#0d5389; padding:4px 9px; color:#fff; border:1px solid #3a5a9f;font-size:12px;}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #74d8a2;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #74d8a2;
	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(242,180,133,1); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(231,129,125,1);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(217,71,120,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;
}
.abt-dh{
	width: 100%;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
}
.abt-dh a {
    display: inline-block;
    padding: 0 21px;
    margin-right: 14px;
    font: 14px/40px "Microsoft YaHei";
    color: #131111;
	
}
.abt-dh a.on {
    background-color: #5cb7fd;
    color: #fff;
}

/*wyd-sy-pro-2020*/
.wyd-sy-pro-2020{
	width: 100%;
    padding-top: 75px;
    position: relative;
    z-index: 999;
}
.wyd-sy-pro-2020 .syProLeft{
	width: 49.58333333%;
	float: left;
}
.wyd-sy-pro-2020 .syProRight{
	width: 49.58333333%;
	float: right;
}
.wyd-sy-pro-2020 .item-list{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.wyd-sy-pro-2020 .item-list .pro{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.wyd-sy-pro-2020 .item-list:hover .pro{
	transform: scale(1.05);
    transition: all .5s ease;
}
.wyd-sy-pro-2020 .syProAbs{
	position: absolute;
	text-align: center;
}
.wyd-sy-pro-2020 .syProAbs span{
	display: block;
	width: 	126px;
	line-height: 26px;
	border: 1px solid #c9ced4;
	text-align: center;font-size: 12px;
	font-family: arial;
	color: #475a67;
	margin: 22px auto 0;
    transition: all .5s ease;
}
.wyd-sy-pro-2020 .item-list:hover .syProAbs span{
	background: #377acb;
	color: #fff;
    transition: all .5s ease;
}
.wyd-sy-pro-2020 .syProAbs span.active{
	color: #fff;
	border: 1px solid rgba(255,255,255,0.6);
}
.wyd-sy-pro-2020 .syProLeft .item-list:nth-child(1) .syProAbs{
	top: 56px;
	left: 50%;
	margin-left: -73px;
}
.wyd-sy-pro-2020 .syProLeft .item-list:nth-child(2) .syProAbs{
	top: 28px;
	right: 40px; 
}
.wyd-sy-pro-2020 .syProLeft .item-list:nth-child(3) .syProAbs{
	top: 58px;
	right: 40px; 
}
.wyd-sy-pro-2020 .syProRight .item-list:nth-child(1) .syProAbs{
	top: 56px;
	left: 37px; 
}
.wyd-sy-pro-2020 .syProRight .item-list:nth-child(1) .syProAbs span{
	margin: 31px auto 0;
}
.wyd-sy-pro-2020 .syProRight .item-list:nth-child(2) .syProAbs{
	top: 70px;
	left: 55px; 
}
.wyd-sy-pro-2020 .syProRight .item-list:nth-child(3) .syProAbs{
	top: 29px;
	left: 37px; 
}
.wyd-sy-pro-2020 .syProRight .item-list:nth-child(4) .syProAbs{
	top: 50px;
	right: 27px; 
}