@charset "utf-8";
.banner {
	height: 610px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container {
	height: 610px;
	width: 100%;
}

.banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
	z-index: 99;
}

.banner .index_paginatiom span.swiper-pagination-bullet {
	display: inline-block;
	width: 46px;
	height: 4px;
	background-color: #fff;
	margin: 0 15px;
	cursor: pointer;
	border-radius: 0;
	opacity: 1;
}

.banner .index_paginatiom span.swiper-pagination-bullet-active {
	background: #e43333;
}

.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 610px;
}
.slide_box {
	height: 610px;
	position: relative;
}
.cont1-c li{
	float: left;
	width: 354px;
}
.cont1-c li:nth-child(2){
	width: 492px;
}
.cont1-c li>a{
	display: block;
	height: 235px;
	overflow: hidden;
}
.cont1-c li>a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-c li a:hover img{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.cont1-c li div{
	height: 255px;
	padding: 30px;
	box-sizing: border-box;
	padding-bottom: 0;
	color: #fff;
}
.cont1-c li div i{
	display: block;
	width: 40px;
	height: 4px;
	background-color: #fff;
	margin-bottom: 10px;
}
.cont1-c li:nth-child(2)>a{
	height: 255px;
}
.cont1-c li:nth-child(2) div{
	height: 235px;
}
.cont1-c li:nth-child(1) div{
	background-color: #7c7c7c;
}
.cont1-c li:nth-child(2) div{
	background-color: #e43333;
}
.cont1-c li:nth-child(3) div{
	background-color: #555;
}

.cont1-c li div h2 a{
	font-size: 24px;
	font-weight: bold;
    color:#fff;
}
.cont1-c li div h4 a{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
    color: #fff;
}
.cont1-c li div p{
	font-size: 12px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.cont2{
	margin-top: 70px;
	min-width: 1200px;
	height: 544px;
	background: url("../images/cont2_bg.png")/*tpa=http://www.yyqz.com/include/img/index/cont2_bg.png*/ no-repeat center center;
}
.devices{
	height: 284px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.tscp .swiper-container{
	height: 284px;
	width: 100%;
	overflow: hidden;
}
.devices .swiper-slide a{
	display: block;
	width: 285px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.devices .swiper-slide a i{
	display: block;
	overflow: hidden;
}
.devices .swiper-slide a img{
	display: block;
	width: 100%;
	height: 213px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.devices .swiper-slide a:hover img{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.devices .swiper-slide a span{
	display: block;
	text-align: center;
	line-height: 69px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.devices .swiper-slide a:hover span{
	background-color: #da3232;
	border-color: #da3232;
}
.devices .arrow-left {
  background: url("../images/left.png") no-repeat left top;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -40px;
  width: 51px;
  height: 51px;
}
.devices .arrow-right {
  background: url("../images/right.png")/*tpa=http://www.yyqz.com/include/img/index/right.png*/ no-repeat left bottom;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -45px;
  width: 51px;
  height: 51px;
}
.ckxq{
	display: block;
	width: 105px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	border-radius: 50px;
	color: #929191;
	text-align: center;
	margin: 50px auto 0;
}
.cont3-c-l{
	width: 431px;
}
.cont3-l-news{
	width: 431px;
	height: 233px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.cont3-l-news .swiper-container{
	width: 431px;
	height: 233px;
}
.cont3-l-news a{
	display: block;
	width: 431px;
	height: 233px;
}
.cont3-l-news a img{
	width: 100%;
	height: 100%;
}
.cont3-l-news .pagination {
	position: absolute;
	left: 0;
	text-align: right;
	bottom: 5px;
	width: 100%;
	z-index: 99;
}

.cont3-l-news .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin-right: 15px;
	cursor: pointer;
	border-radius: 50%;
}
.cont3-l-news .swiper-active-switch {
	background: #df0000;
}
.tj-news-t{
	padding-bottom: 5px;
	border-bottom: 1px solid #888;
	margin-top: 20px;
}
.tj-time{
	font-size: 14px;
	line-height: 30px;
	color: #b1b1b1;
}
.tj-time span{
	font-size: 24px;
	color: #666;
}
.tj-news-c h4 a{
	font-size: 14px;
	color: #454545;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tj-news-c div p{
	float: left;
	width: 70%;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tj-news-c div a{
	float: right;
	font-size: 12px;
	line-height: 24px;
}
.tj-page a{
	float: left;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.tj-page a img{
	width: 100%;
	height: 100%;
}
.cont3-c-r{
	width: 700px;
}
.cont3-c-r li>a{
	width: 155px;
	height: 107px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #d4d4d4;
	display: block;
	float: left;
}
.cont3-c-r li>a img{
	width: 100%;
	height: 100%;
}
.cont3-c-r li>div{
	width: 520px;
	float: right;
}
.cont3-c-r li h4 a{
	display: block;
	font-size: 14px;
	color: #454545;
	line-height: 30px;
}
.cont3-c-r li p{
	font-size: 12px;
	color: #787878;
	line-height: 18px;
	margin: 8px 0;
	height: 36px;
	overflow: hidden;
}
.cont3-c-r li div div span{
	float: left;
	font-size: 12px;
}
.cont3-c-r li div div a{
	float: right;
	font-size: 12px;
	color: #666;
}
.cont3-c-r li{
	margin-bottom: 22px;
}
.cont4{
	height: 538px;
	min-width: 1200px;
	background: url("../images/cont4_bg.jpg")/*tpa=http://www.yyqz.com/include/img/index/cont4_bg.jpg*/ no-repeat center center;
	overflow: hidden;
}
.cont4 li{
	float: left;
	width: 25%;
	text-align: center;
}
.cont4 li div{
	font-size: 48px;
	color: #dbdbdb;
	font-weight: bold;
	line-height: 70px;
}
.cont4 li span{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #dbdbdb;
}
.cont4 ul{
	margin-top: 70px;
}
.cont4-h{
	margin-top: 70px;
}
.cont4-h a{
	float: left;
	display: block;
	width: 300px;
	height: 125px;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.cont4-h a:nth-child(1){
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cont4-h a:nth-child(2){
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cont4-h a:nth-child(3){
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cont4-h a:nth-child(4){
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cont4-h a:nth-child(4n){
	border-right: 0;
}
.cont4-h a img{
	width: 100%;
	height: 100%;
}
/*产品中心*/
.product-c a{
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.product-c a:nth-child(4n){
	margin-right: 0;
}
.product-c a i{
	display: block;
	width: 285px;
	height: 213px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
}
.product-c a i img{
	width: 100%;
	height: 100%;
}
.product-c a span{
	display: block;
	line-height: 70px;
	color: #343434;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #d2d2d2;
}
/*产品详情*/
.procuct-xq-l{
	width: 685px;
	height: 457px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	float: left;
}
.procuct-xq-l img{
	width: 100%;
	height: 100%;
}
.procuct-xq-r{
	float: right;
	width: 480px;
}
.procuct-xq-r h4{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.procuct-xq-r p{
	font-size: 12px;
	color: #676767;
	/*text-indent: 2em;*/
	line-height: 30px;
}
.page_xq a{
	float: left;font-size: 12px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
}
.page_xq a span{
	color: #9e9d9d;
	margin-left: 5px;
}
.page_xq{
	background-color: #eee;
	padding: 0 30px;
	margin: 30px 0;
}
.page_xq a:last-child{
	float: right;
}
.ti-tit{
	line-height: 34px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.ti-tit h4{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	float: left;
	margin-left: 20px;
}
.ti-tit a{
	float: right;
	font-size: 14px;
	color: #666666;
	margin-right: 20px;
}

/*服务支持*/
.service-t{
	padding-top: 60px;
	padding-bottom: 40px;
}
.service-t h2{
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 40px;
	padding-bottom: 10px;
	background: url("../img/service/tit_bg.jpg")/*tpa=http://www.yyqz.com/include/img/service/tit_bg.jpg*/ no-repeat center bottom;
	margin-bottom: 20px;
}
.service-t span{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.service-t p{
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.service2{
	background-color: #f8f8f8;
	padding-bottom: 50px;
}
.service1 img{
	margin-bottom: -40px;
}
.service2-l{
	float: left;
	width: 559px;
}
.service2-r{
	float: right;
	width: 641px;
}
.service2-l li i{
	display: block;
	width: 69px;
	height: 63px;
	float: left;
	margin-right: 15px;
}
.service2-l li{
	margin-bottom: 20px;
}
.service2-l li i img{
	width: 100%;
	height: 100%;
}
.service2-l li div h4{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
.service2-l li div p{
	font-size: 14px;
	color: #787878;
	line-height: 24px;
}

/*关于我们*/
.about-l{
	width: 424px;
}
.about-l img{
	margin: 0 auto;
	margin-bottom: 70px;
}
.about-r{
	width: 740px;
}
.about-r p{
	font-size: 12px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 5px;
}
.about-wh-l{
	width: 644px;
	height: 462px;
	position: relative;
}
.about-wh-l>img{
	width: 100%;
	height: 100%;
}
.about-wh-l em{
	display: block;
	width: 215px;
	height: 162px;
	position: absolute;
	top: 50%;
	margin-top: -81px;
	left: 50%;
	margin-left: -109px;
}
.about-wh-r{
	width: 505px;
}
.about-wh-r h4{
	font-size: 24px;
	color: #454545;
}
.about-wh-r p{
	font-size: 12px;
	color: #454545;
	line-height: 24px;
	margin-top: 30px;
}
.about-wh-r p em{
	font-weight: bold;
}
.about-zc li em{
	float: left;
	display: block;
	width: 285px;
	height: 329px;
}
.about-zc li{
	margin-bottom: 50px
}
.about-zc li em img{
	width: 100%;
	height: 100%;
}
.about-zc li div{
	width: 840px;
	float: right;
}
.about-zc li div h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 50px;
}
.about-zc li div p{
	margin-top: 20px;
	font-size: 12px;
	color: #333;
	line-height: 24px;
}
.about-ry li{
	float: left;
	width: 383px;
	margin-right: 25.5px;
	margin-bottom: 30px;
}
.about-ry li i{
	display: block;
	height: 279px;
}
.about-ry li span{
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #333;
}
.about-ry li:nth-child(3n){
	margin-right: 0;
}
.about-ry li img{
	width: 100%;
	height: 100%;
}

/*联系我们*/
.contact-l{
	width: 370px;
}
.contact-l>img{
	margin: 0 auto;
}
.contact-l h3{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.contact-l h3 i{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.contact-l ul{
	float: left;
	font-size: 12px;
}
.contact-l ul li{
	line-height: 30px;
	color: #666;
}
.contact-l i{
	float: right;
    width: 115px;
    height: 115px;
}
.contact-l i img{
    width:100%;
    height:100%;
}
.contact-r{
	width: 790px;
}
.map-t{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}
.map-t h4{
	font-size: 24px;
	color: #333;
	line-height: 40px;
	background: url("../img/contact/dz.png")/*tpa=http://www.yyqz.com/include/img/contact/dz.png*/ no-repeat 520px center;
	margin-bottom: 10px;
}
.map-t p{
	font-size: 12px;
	line-height: 20px;
}
.map-t img{
	width: 100%;
}
.leave_box{
	height: 608px;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}
.leave{
	width: 810px;
	margin: 45px auto 0;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 0 80px;
	overflow: hidden;
}
.leave h2{
	font-size: 24px;
	color: #333;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.leave li{
	margin-bottom: 15px;
}
.leave li label{
	display: inline-block;
	width: 80px;
	text-align: right;
	font-family: 14px;
	color: #333;
	height: 34px;
	line-height: 34px;
}
.leave li i{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
}
.leave li input{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 210px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0 10px;
}
.leave .leave_c label{
	float: left;
	margin-right: 5px;
}
.leave .leave_c textarea{
	float: left;
	resize: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	width: 450px;
	height: 90px;
	padding: 10px;
}
.leave .btn{
	display: block;
	width: 165px;
	height: 38px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin: 40px auto;
	background-color: #f90505;
}
/*新闻动态*/
.news-c li{
	margin-bottom: 50px;
}
.news-c li>a{
	float: left;
	width: 270px;
	height: 156px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ccc;
}
.news-c li>a img{
	width: 100%;
	height: 100%;
}
.news-c li>div{
	width: 900px;
	float: right;
	box-sizing: border-box;
	padding-right: 20px;
}
.news-c li>div h4 a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.news-c li>div p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.news-c li>div span{
	display: block;
	margin-top: 10px;
	line-height: 25px;
	padding-left: 25px;
	background: url("../img/news/time.png")/*tpa=http://www.yyqz.com/include/img/news/time.png*/ no-repeat left center;
}

/*新闻详情*/
.xq-tit{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.xq-tit p span{
	margin: 0 10px;
}
.news-xq-c p img{
	width: 80%;
	height: auto;
	margin: 20px auto;
}
.news-xq-c ul{
	margin-top: 50px;
	padding-top: 20px;
	margin-bottom: 50px;
	border-top: 1px solid #ddd;
}
.news-xq-c li a{
	font-size: 14px;
	color: #676767;
	line-height: 24px;
}
.news-xq-c li:first-child a{
	display: block;
	padding-left: 30px;
	background: url("../img/news/fh.png")/*tpa=http://www.yyqz.com/include/img/news/fh.png*/ no-repeat left center;
	line-height: 30px;
	margin-bottom: 10px;
}

/*人才招聘*/
.talent-l{
	width: 698px;
}
.talent-l ul{
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	height: 328px;
	border-right: 0;
}
.talent-l ul li{
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
	padding: 30px 60px 0;
	height: 50%;
}
.talent-l ul li:last-child{
	border-bottom: 0;
}
.talent-l ul li h4{
	font-size: 18px;
	color: #454545;
	margin-bottom: 10px;
}
.talent-l ul li p{
	font-size: 12px;
	color: #676767;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.talent-r{
	width:502px;
}
.talent-r img{
	width: 502px;
	height: 328px;
}
.invite-box{
	margin-top:20px;
}
.invite{
	border: 1px solid #eae9e9;
	border-bottom: none;
}
.invite:last-child{
	border-bottom: 1px solid #eae9e9;
}
.invite-tab{
	padding: 0 20px;
	background-color: #da3232;
}
.invite-tab li{
	float: left;
	width: 25%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
}
.invite h4{
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
	background: url("../img/about/bottom.jpg")/*tpa=http://www.yyqz.com/include/img/about/bottom.jpg*/ no-repeat 97% center;
	padding: 0 20px;
}
.invite h4.active{
	background-image: url("../img/about/top.png")/*tpa=http://www.yyqz.com/include/img/about/top.png*/;
	border-bottom: 1px solid #eae9e9;
	color: #007ed6;
}
.invite h4:hover{
	color: #007ed6;
}
.invite h4 span{
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	width: 25%;
}
.invite div{
	background-color: #f9f9f9;
	box-sizing: border-box;
	padding: 20px;
}
.invite div div{
	padding: 0;
}
.invite div h5{
	font-size: 18px;
	color: #333;
}
.invite div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.talents-zp h2{
	font-size: 24px;
	color: #454545;
	text-align: center;
}
.talents-zp{
	margin-bottom: 80px;
}

/**/
.product-c a i{
	display: block;
	overflow: hidden;
}
.product-c a img{
	display: block;
	width: 100%;
	height: 213px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product-c a:hover img{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.product-c a:hover span{
	background-color: #da3232;
	border-color: #da3232;
	color: #fff;
}
.cont3-c-r li:hover>a{
	border-color: #da3232;
}
.cont3-c-r li:hover h4 a{
	color: #da3232;
	text-decoration: underline;
}
.cont3-c-r li>a{
	overflow: hidden;
}
.cont3-c-r li>a img{
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont3-c-r li:hover>a img{
	transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
}
.news-c li{
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news-c li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transform: translate3d(0,-9px,0);
	-webkit-transform: translate3d(0,-9px,0);
	-moz-transform: translate3d(0,-9px,0);
	-ms-transform: translate3d(0,-9px,0);
}
.news-c li:hover>div h4 a{
	color: #da3232;
	text-decoration: underline;
}

/*2017-07-27*/
.cont3{
    padding-bottom: 40px;
}

/*2017-08-07*/
.pwxx li div{
    float:left;
    padding-left:20px;
}
.pwxx li > a {
    float: right;
    width: 26px;
    height: 26px;
    background: url("../img/d1.png")/*tpa=http://www.yyqz.com/include/img/d1.png*/ no-repeat center center;
    margin: 54px 40px 0 0;
    border:none;
}