﻿
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.toyobody{
	width: 100%;
	margin: 0 auto;
}
.toyobody a{
	color: #FF0004;
}
.toyobody p{
	padding: 10px 0;
}


.yyly img{
	
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}

.yyly img:hover{
	 transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.toyoimg img{
	height: 200px;
}


.pic-scale img{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.pic-scale:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.g-tit1{
    font-size: 28px;
    color: #000;
    letter-spacing: 3px;
    text-align: center;
	padding: 10px;
    font-weight: lighter;
}
.g-tit1 span{
    display: block;
    font-size: 12px;
    color: #bcbcbc;
	font-family:Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.index-row2
p{color:#fff;}

/*index-row1*/
.index-row1{
    overflow: hidden;
    padding:42px 0 58px;
}
.m-txt1 {
    font-size: 14px;
    line-height: 1.786;
    text-align: center;
    color: #666;
    padding-top: 30px;
}
.ul-creates{
    padding-top: 40px;
    margin:0 -6.5px;
    height: 371px;
    overflow: hidden;

}
.ul-creates li{
    float: left;
    width: 25%;
}
.ul-creates_zn li{width: 20%}
.ul-creates_zn .txt{font-size: 12px !important;  padding-left: 5px;}
.ul-creates .txt h3{font-size: 13px !important;}
.ul-creates .inner{
    display: block;
    margin:0 6.5px;
    padding-bottom: 3px;
    border-bottom: 2px solid #e1e1e1;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ul-creates .pic{
    padding-top: 68%;
    position: relative;
    overflow: hidden;
}
.ul-creates .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ul-creates .txt{
    font-size: 14px;
    line-height: 26px;
    color: #999;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ul-creates li:hover .txt{
    color: #666;
}
.ul-creates .txt h3{
	text-align:center;
    font-weight: bold;
    font-size: 18px;
    color: #666;
    padding:10px 0 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ul-creates li:hover .txt h3{
    color: #005cae;
}
.ul-creates .txt p{
    display: -webkit-box;
    height: 52px;
    overflow: hidden;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.ul-creates li:hover .inner{
    border-bottom: 2px solid #005cae;
}
.ul-creates li:hover .txt p{
    overflow: hidden;
    height: 104px;
}
/*index-row2*/
.index-row2{
   
    background-color:#0d5ba4;
    background-size: cover;
    overflow: hidden;
	border-radius:30px;
	margin-top: 25px;
}
.index-row2 .g-tit1,.index-row2 .m-txt1{
    color: #fff;
}

.pic3-box p{
	padding: 5px 0;
}

.ul-solution{
    margin:0 -2.5px;
    overflow: hidden;
    padding-top: 47px;
}
.ul-solution li{
    float: left;
    width: 25%;
    margin-bottom: 5px;
	list-style: none;
}
.ul-solution .inner{
    display: block;
    margin:0 2.5px;
    border-radius: 6px;
   
	height: 200px;line-height: 200px;text-align: center;
    background-color: rgba(220, 220, 220, 0.3);
    position: relative;

}
.ul-solution .inner:hover{

  background-color: rgb(191, 191, 191);
color: #FF0004;
}

.ul-solution .pic-inner{
	color: #000;
	padding-top: 85px;
	line-height:1;
	display: inline-block;
	width: 100%;
	*zoom:1;
	*display: inline;
	vertical-align: middle;
	background-position: center top;
	background-repeat: no-repeat;
}


/*内页banner*/
.ban {clear: both;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;
background-size: cover;}
.ban1 {height: 450px;}
.ban2 {height: 600px;}
.ban3 {height: 400px;}
/*内页banner END*/
.ul-tab {
	height: 43px;
	line-height: 43px;
	background-color: #e5e5e5;
	text-align: center;
	font-size: 0;
}
.ul-tab li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 183px;
	background-color: rgba(0,92,174,0.8);
	
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	font-weight: bolder;
}
.ul-tab li + li {
	border-left: 1px solid #566589;
}
.ul-tab li a {
	display: block;
	color: inherit;
	color:expression(this.parentNode.currentStyle.color);
}
.ul-tab li.on,
.ul-tab li:hover {
	background-color: #fff;
	color: #646464;
}
.g-txt {
	font-size: 14px;
	line-height: 1.79em;
	color: #777;
	height: 120px;
}
.g-txt p {
	text-indent: 2em;
}
.g-txt h3 {
	text-align:center;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.g-tit2 {
	text-align: center;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.g-tit2 span {
	display: block;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	line-height: 26px;
}
/*内页2*/
.pic1-box {
	overflow: hidden;
	padding: 0 0 40px;
}
.pic1-box .col-l,
.pic1-box .col-r {
	width: 48%;
	float: left;
	margin: 10px;
}
.pic1-box .g-tit2 {
	margin-bottom: 33px;
}
.pic1-box .g-txt {
	margin-bottom: 50px;
}
.pic1-box .inner .g-txt {
	max-width: 508px;
	margin-bottom: 40px;
}
.pic1-box .inner .g-txt {
	height: 170px;
}
.pic1-box .img1 {
	position: relative;
	overflow: hidden;
	padding-top: 56.15%;
}
.pic1-box .img1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pic2-box {
	overflow: hidden;
	
	padding: 0;
}
.pic2-box .g-tit2 {
	margin-bottom: 55px;
	margin-top: 55px;
}
.pic2-box .inner {
	overflow: hidden;
	margin-bottom: 35px;
}
.pic2-box .col-l {
	width: 53.64%;
	float: right;
}
.pic2-box .col-r {
	width: 41.64%;
	padding-top: 25px;
	float: left;
}
.pic2-box .img {
	position: relative;
	overflow: hidden;
	padding-top: 57.64%;
	
	
}
.pic2-box .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
		transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.pic2-box .img img:hover {
	 transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.pic2-box .img.img2 {
	padding-top: 25.63%;
}

.dl-list1 h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5;
	color: #005bae;
	text-align: center;
	margin-top: 66px;
}
.dl-list1 dd {
	overflow: hidden;
	margin: 45px 0 30px;
}
.ul-list1 {
	overflow: hidden;
	margin-right: -95px;
}
.ul-list1 li {
	float: left;
	width: 16.6667%;
	list-style: none;
}
.ul-list1 .items {
	width: 104px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.ul-list1 .items .ico {
	display: block;
	width: 104px;
	height: 120px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ul-list1 .i1 .ico {
	background-image: url(../images/ico-list1.png);
}
.ul-list1 .i2 .ico {
	background-image: url(../images/ico-list2.png);
}
.ul-list1 .i3 .ico {
	background-image: url(../images/ico-list3.png);
}
.ul-list1 .i4 .ico {
	background-image: url(../images/ico-list4.png);
}
.ul-list1 .i5 .ico {
	background-image: url(../images/ico-list5.png);
}
.ul-list1 .i6 .ico {
	background-image: url(../images/ico-list6.png);
}

.pic3-box {
	padding: 10px 0 40px;
}
.pic3-box .g-tit2 {
	margin-bottom: 65px;
}
.pic3-box .inner {
	overflow: hidden;
}
.pic3-box .col-l {
	width: 100%;
}
.pic3-box .col-r {
	width: 41.64%;
}
.pic3-box .g-txt {
	margin-bottom: 20px;
}
.ul-list2 {
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #777;
}
.ul-list2 li {
	float: left;
	width: 245px;
	margin-bottom: 20px;
}
.ul-list2 span {
	font-size: 20px;
	color: #333;
}
.ul-img1 li {
	margin-bottom: 9px;
	width:100%;height:100%;
}
/*
.ul-img1 .pic {
	position: relative;
	overflow: hidden;
	padding-top: 44.32%;
}
.ul-img1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
/**企业文化轮播图b**/
.ul-img1 .pic{clear: both;width:100%;height:100%;overflow: hidden;position: relative;z-index:1;}
.ul-img1 .pic .slick-slider,.ul-img1 .pic .slick-list,.ul-img1 .pic .slick-track,.ul-img1 .pic .slick-slide{
	height: 100%;

}
.ul-img1 .pic img {
	width: 100%;
	height: 100%;
}
/**企业文化轮播图d**/
.pic4-box {
	padding: 48px 0 22px;

}
.pic4-box .g-tit2 {
	margin-bottom: 32px;
}
.ul-pic1 {
	overflow: hidden;
	margin: 0 auto;
}
.ul-pic1 li {
	float: left;
	width: 33.33%;
	margin-bottom: 44px;
	list-style: none;
}
.ul-pic1 .items {
	margin: 0 48px;
}
.ul-pic1 .img {

}
.ul-pic1 .pic {
	position: relative;
	overflow: hidden;
	
}
.ul-pic1 .pic img {
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ul-pic1 .g-txt h3 {
	margin-bottom: 10px;
}
.ul-pic1 .g-txt p {
	text-indent: 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
/*荣誉资质*/
.pic5-box {
	padding: 48px 0 22px;
}
.pic5-box .g-tit2 {
	margin-bottom: 30px;
}
.pic5-box .rongyu{
	 overflow: hidden;
}
.pic5-box .rongyu li{
	float: left;
	width:30%;
	margin:0 1.5%;
	margin-bottom:44px;
	text-align:center;
	list-style: none;
}
.pic5-box .rongyu li .img img{ width:100%;}
.pic5-box .rongyu li .name{ width:100%; height:30px; font-size:16px;}

/* scrollleft */
.scrollleft{width:97%;margin:0 auto;}
.scrollleft li{float:left;margin-right:10px;display:inline;width:225px;text-align:center;line-height:19px}
.scrollleft img{width:100%;height:150px;}




/*内页2 END*/

/*联系我们*/
.contant-us {padding: 46px 0 69px;}
.contant-us .g-tit2 {
	margin-bottom: 40px;
}
.contant-us .inner {overflow: hidden;}
.contant-us .col-l,
.contant-us .col-r {
	width: 50%;
}
.m-contant {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 28px;
	color: #373737;
	text-transform: uppercase;
}
.m-contant .tit {
	position: relative;
	font-size: 16px;
	line-height: 40px;
	color: #373737;
	margin-bottom: 26px;
}
.m-contant .tit:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 15px;
	height: 1px;
	background-color: #505050;
}
.m-contant.m1 {
	margin-bottom: 43px;
}
.m-contant.m1 .tit {
	font-weight: bold;
}
.pic-us {
	max-width: 450px;
}
.pic-us .pic {
	position: relative;
	overflow: hidden;
	padding-top: 49%;
}
.pic-us img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*联系我们 END*/

/*新闻中心*/
.m-news {
	padding: 67px 0 27px;
}
.ul-news1 {overflow: hidden;margin: 0 -21px;}
.ul-news1 li {float: left;width: 33.333%;margin-bottom: 48px;}
.ul-news1 .items {margin: 0 21px;}
.ul-news1 .pic {
	position: relative;
	overflow: hidden;
	padding-top: 53.25%;
}
.ul-news1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ul-news1 .txt {
	padding: 10px 0 15px;
	font-size: 14px;
	color: #999;
	line-height: 26px;
	border-bottom: 2px solid #e1e1e1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.ul-news1 .tit {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-news1 .time {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	color: #d0d0d0;
}
.ul-news1 p {
	height: 52px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ul-news1 a:hover .txt {
	color: #fff;
	background-color: #1d3262;
	border-color: #1d3262;
}
.ul-news1 a:hover .tiem {
	color: #a8adbb;
}
.ul-news1 a:hover .tit {
	color: #fff;
}
.m-page {position: relative;overflow: hidden;height: 50px;line-height: 50px;}
.m-page .prev,
.m-page .next {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #606f91;
	z-index: 0;
}
.m-page .prev a,
.m-page .next a {
	display: block;
	height: 100%;
	margin: 0 279px 0 0;
	background: url(../images/arrow-p.png) no-repeat center center;
}
.m-page .next {
	left: auto;
	right: 0;
}
.m-page .next a {
	margin: 0 0 0 279px;
	background-image: url(../images/arrow-n.png);
}
.m-page ul {
	position: relative;
	width: 558px;
	height: 50px;
	margin: 0 auto;
	font-size: 0;
	background-color: #1d3262;
	text-align: center;
	z-index: 1;
}
.m-page li {
	vertical-align: middle;
	font-size: 12px;
	display: inline-block;
}
.m-page li a {
	display: block;
	width: 23px;
	margin: 0 6px;
	color: #fff;
	line-height: 25px;
	border-bottom: 2px solid transparent;
}
.m-page li.on a,
.m-page li a:hover {
	border-color: #fff;
}
/*新闻中心 END*/

/*消费电子*/
.pic5-box {
	padding: 55px 0 47px;
}
.pic5-box .g-tit2 {
	margin-bottom: 21px;
}
.pic5-box .g-txt {
	margin-bottom: 26px;
}
.pic5-box .inner {
	overflow: hidden;
}
.ul-img3 {
	margin: 0 -5px;
	overflow: hidden;
}
.ul-img3 li {
	float: left;
	width: 50%;
}
.ul-img3 .items {
	margin: 0 5px;
}
.ul-img3 .pic {
	position: relative;
	overflow: hidden;
	padding-top: 56.15%;
}
.ul-img3 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pic6-box {
	padding: 38px 0 41px;
	background-color: #f4f4f4;
}
.pic6-box .m-txt1 {
	padding-top: 24px;
	margin-bottom: 38px;
}
.m-link1 {
	margin: 0 auto;
	max-width: 794px;
	*width: 794px;
}
.ul-link1 {
	overflow: hidden;
	margin: 0 -14px;
}
.ul-link1 li {
	float: left;
	width: 50%;
	margin-bottom: 13px;
}
.ul-link1 a {
	display: block;
	margin: 0 14px;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #777;
	font-weight: bold;
}
.ul-link1 a:hover {
	background-color: #1d3262;
	border-color: #1d3262;
	color: #fff;
}

.pic7-box {
	padding: 36px 0 54px;
}
.pic7-box .tit {font-size: 30px;color: #333;margin-bottom: 28px;}
.pic7-box .pic1 {margin-bottom: 48px;}
.g-bd-pic {
	padding: 6px;
	border: 1px solid #b4b4b4;
}
.g-bd-pic a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.g-bd-pic .pic {
	position: relative;
	overflow: hidden;
	padding-top: 32.97%;
}
.g-bd-pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition:  .3s;
	-o-transition:  .3s;
	transition:  .3s;
}
.ul-img2 {
	overflow: hidden;
	margin: 0 -8px;
}
.ul-img2 li {
	float: left;
	width: 50%;
	margin-bottom: 16px;
}
.ul-img2 .g-bd-pic {
	margin: 0 8px;
}
.ul-img2 .g-bd-pic .pic {
	padding-top: 39.58%;
}
.robot .g-bd-pic .pic {
	padding-top: 56.2%
}
.cnc .pic{padding-top: 87.0%}
.cnc .tit{font-size: 14px; text-align: center;}
.cnc li{padding-bottom: 10px;}
.cnc .txt{padding: 10px 0;}
.m-anchor.fixd {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
/*消费电子 END*/


/*****视频***/
.videobox{
	width: 100%;
	margin: 20px 0;
}
.videobox li{
	width: 30%;
	margin-left: 5%;
	float: left;
}
.videobox li:first-child{
	margin: 0%;
}
.videobox li video{
	width: 100%;
	cursor: pointer;
}

/**学院**/
.pic2-box .inner dl{ float:left; width:38%; margin:0 6%;}
.pic2-box .inner dl dt{ font-size:18px; font-weight:bold; margin-bottom:10px;}
.pic2-box .inner dl dd{ font-size:14px; height:30px; line-height:30px;}
.pic2-box .inner dl.last{ margin:0;}

/**招聘**/
.zhaopin{ margin-top:20px; margin-bottom:30px;}
.zhaopin ul li{ border:1px solid #dce0e6; margin-bottom:20px; cursor:pointer;}
.zhaopin ul li .us-panel-head{
	height:60px;
    line-height: 58px;
    padding-left: 35px;
    padding-right: 25px;
}
.zhaopin ul li .us-panel-head h2{ 
    color: #707070;
    float: left;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    line-height: 58px;
}
.zhaopin ul li .us-panel-head .icon-jiahao{
    float: right;
	height:60px;
	width:30px;
	background:url(../images/jia.jpg) no-repeat center;
}
.zhaopin ul li .us-panel-head span{ color: #707070;
    float: right;
    font-size: 16px;
    padding-right: 30px;}


.zhaopin ul li .us-panel-body{ 
    padding-bottom: 40px;
    padding-top: 45px;
	display:none;
}	
.zhaopin ul li .us-panel-body .us-detail{}	
.zhaopin ul li .us-panel-body .us-detail .ul-detail-list{ 
    float: left;
    padding-left:3%;
    width:46%;
}

.zhaopin ul li .us-panel-body .us-detail .ul-detail-list .detail-title{
	color: #707070;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}	
.zhaopin ul li .us-panel-body .us-detail .ul-detail-list .detail-mess p{ 
   color: #707070;
    font-size: 14px;
    line-height: 28px;
}	
.zhaopin ul li .us-panel-body .link-us-btn{
	border: 2px solid #f8b62c;
    border-radius: 40px;
    color: #f8b62c;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 46px;
    margin-left: 43px;
    margin-top: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 160px;
}	
.zhaopin ul li .us-panel-body .link-us-btn .icon-feiji{ display:inline-block; height:50px; width:25px; background:url(../images/feiji.jpg) no-repeat center; float:left; margin-left:20px;}
.zhaopin ul li .us-panel-body .link-us-btn span{ display:inline-block; float:left; margin-left:10px;}
	
.zhaopin ul li.active{ border:1px solid #f8b62c;}
.zhaopin ul li.active .us-panel-head{ background-color:#f8b62c;}
.zhaopin ul li.active .us-panel-head h2{ color:#fff;}
.zhaopin ul li.active .us-panel-head .icon-jiahao{background:url(../images/jian.jpg) no-repeat center;}
.zhaopin ul li.active .us-panel-head span{ color:#fff;}
.zhaopin ul li.active .us-panel-body{ display:block;}	

.pages{ float:right;}
.pages ul li{ width:30px; height:30px; text-align:center; line-height:30px; float:left;border-radius:2px; margin-right:8px;}
.pages ul li a{ display:block; width:30px; height:30px;line-height:30px;  font-size:14px;}
.pages ul li.on{ border:1px solid #F0AE2B;}
.pages ul li.on a{ background-color:#F0AE2B; color:#fff;}





