﻿.out2{width: 100%;background-color: #fff;min-width: 1200px;}
/*主页新闻动态部分*/

.in_con_chbt{font-size: 32px;}

.in_news_tuij{padding: 30px 20px 50px 115px;background-color: #222222;width: 564px;margin-left: 300px;height: 170px;line-height: 28px;}

.in_news_img{left: 0px;top: 145px;z-index: 5;}

.in_n_tjbt{font-size: 18px;}

.in_news_tday{font-size: 28px;}

.in_news_tcon{width: 487px;height: 78px;overflow: hidden;padding-right: 60px;}

/*主页新闻动态滚动部分*/

.scrollBox{ width:1000px;position:relative;zoom:1;}

.scrollBox .piclist{ overflow:hidden; zoom:1;}

.scrollBox .ohbox{overflow:hidden; position:relative;width:1000px;left:0px}

.scrollBox .piclist li{float:left; display:inline; width:320px;margin-right:10px;padding:5px;}

.scrollBox .piclist li a img{width: 320px;height:158px;}

.scrollBox .piclist li p{line-height:25px;display:block;width: 320px;overflow: hidden;}

.scrollBox .piclist li:hover p{color: #d52b1e;}

.scrollBox .piclist li p.tc{font-size: 18px;}

.scrollBox .piclist li p.c99{height: 69px;}

.scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:10px 0 0 413px;}

.scrollBox .pageBtn .list li{float:left; display:inline; width:60px;height:2px;cursor:pointer;margin-left:10px;overflow:hidden;background-color: #eb9a93;border-top:20px solid transparent;border-bottom:20px solid transparent;background-clip: padding-box;border-color: #fff;}

.scrollBox .pageBtn .list li.on{background-color: #d73428;}

/*产品中心滚动*/

.picScroll-left{ width:1000px;position:relative;height: 286px;}

.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;width:22px; height:22px;position: absolute;top: 128px;}

.picScroll-left .hd .next{background:url(../images/right_07.png) 0 0 no-repeat;right:-60px;}

.picScroll-left .hd .prev{background:url(../images/in_33.png) 0 0 no-repeat;left: -36px;}

.picScroll-left .hd .next:hover{background:url(../images/in_30.png) 0 0 no-repeat;width: 38px;height: 38px;right:-70px;top: 117px;}

.picScroll-left .hd .prev:hover{background:url(../images/left_03.png) 0 0 no-repeat;width: 38px;height: 38px;left:-45px;top: 120px;}

.picScroll-left .bd{ padding:10px;}

.picScroll-left .bd ul li{float:left; _display:inline;text-align:center;}

.picScroll-left .bd ul li .pic{ text-align:center;width: 250px;height: 250px;}

.picScroll-left .bd ul li:hover .pic{background:url(../images/in_24.jpg) 0 0 no-repeat;}

.picScroll-left .bd ul li .pic img{ width:198px; height:162px; display:block;  padding:47px 27px;}

.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;}

.picScroll-left .bd ul li .title{ line-height:40px;}

.picScroll-left .bd ul li .title a{color: #666666;}

.picScroll-left .bd ul li:hover .title{border-bottom: 1px solid #d52b1e;}


/*底部部分*/

.footer{padding-bottom: 15px;}

.footer li input,.footer textarea{line-height: 35px;font-size: 13px;color: #999999;padding: 0 10px;}

.footer li input{width:220px;height: 35px;margin-bottom: 14px;}

.tijiao{width: 380px;color: #a0a0a0;line-height: 35px;margin-right: 70px;}

.tijiao textarea{width: 360px;height: 131px;margin-bottom: 17px;font-family: 微软雅黑;}

.tijiao .btn{width:100px;height: 35px;background-color: #d52b1e;border: none;color: #fff;}

.dizhi li{color: #fff;width: 285px;font-size: 14px;line-height: 30px;overflow: hidden;}

.dizhi .huanying{font-size: 21px;width: 202px;background:url(../images/in_57.png) 0 0 no-repeat;height: 60px;padding-left: 75px;}

.footer2{width: 600px;}

.footer2 li{float: left;line-height: 45px;width: 124px;text-align: center;}

.footer2 li a{color: #999999;}


.main {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.flex-style-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-style-2 {
    display: flex;
    align-items: center;
}
.about {
    width: 100%;
    height: auto;
    background: #f0f2f7;
    padding: 92px 0;
	margin-top:50px;
}
.about .left {
    width: 630px;
    height: 450px;
    background: #d9d9d9;
    overflow: hidden;
}
.about .left img{
    width: 630px;
    height: 450px;
     -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.about .left img:hover{
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
    transform: scale(1.15);
    transition-timing-function: ease-out;
    transition-duration: 750ms;
}
.about .right {
    width: 530px;
    height: 450px;
    position: relative;
}
.about .right h3 {
    font-size: 24px;
    color: #222;
    margin-bottom: 22px;
    font-weight: bold;
}
.about .right p {
    color: #666;
    line-height: 2;
}
.about .right .code-box {
    width: 120px;
    height: 120px;
    background: #fff;
}
.about .right .code-box img{
    width: 120px;
    height: 120px;
}
.about .info {
    margin-left: 30px;
}
.about .info p {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ccc;
    font-size: 15px;
    color: #222;
}
.about .info p:last-child{
    border-bottom: 1px solid #ccc;
}
.about .right .bot {
    position: absolute;
    bottom: 0;
    left: 0;
}

.device {
  width: 600px;
  height: 440px;
  margin: 15px auto;
  position: relative;
}
.swiper-container {
  height: 420px;
  width: 600px;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:35px;
  width: 100%;
  z-index:999;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.nav-banner {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height:720px;
}
.banner {
	width: 100%;
	height:720px;
}
.banner ul {
	width: 100%;
}
.banner ul li {
	width: 100%;
}
.banner ul li img {
	width: 100%;
}
.small {
	position: absolute;
	left: 50%;
	bottom: 7%;
	cursor: pointer;
}
.small a {
	width: 10px;
	height: 10px;
	background: #0758B3;
	float: left;
	margin: 0 8px;
	border-radius:50px;
}
.small .small_s {
	background: #ff3300;
	width: 10px;
	height: 10px;
	border-radius:50px;
}










/*单页头部开始*/
.bodyCon08{background-color: rgba(33,33,33,.001);
}
.bodyCon08 .students{
    margin: 0 auto;
    width: 1300px;
    height: 430px;
    position: relative;
    
}
#four_flash{position:relative;width:1300px;height:400px; margin:0 auto;position:absolute;bottom:10px;}
#four_flash .flashBg{width:1198px;height:400px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:400px; position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{border:1px solid #ccc;border-radius:8px;float:left;width:280px;height:341px;margin-left:16px;padding-top:10px;color:#6C6E85;transition:all 1s ease 0s;}
#four_flash .flashBg ul.mobile li:hover{
    border: 1px solid rgba(0,200,217,0.80);
    color: #e50012;
    -webkit-box-shadow: 0px 0px 5px 10px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,.5);
}
#four_flash .flashBg ul.mobile li img{width:240px;height:200px;display:block; margin:0 auto;}
#four_flash .flashBg ul.mobile li dd{font-size:18px;width:278px;line-height:40px;text-align:center;border-bottom:1px solid #6C6E85;}
#four_flash .flashBg ul.mobile li p{font-size:12px; text-align:center;width:260px; line-height:20px;margin-top:5px;}
#four_flash .but_left{width:50px;height:100px;position:absolute; top:136px; left:0px;}
#four_flash .but_right{width:50px;height:100px; position:absolute; top:136px; right:0px;}
#four_flash .but_left:hover{background:url(../images/qianxleft1.png) no-repeat;}
#four_flash .but_right:hover{background:url(../images/qianxr1.png) no-repeat;}




.news-center-company {
    background-color: #fff;
    padding: 0px 0;
}

.text-list {
    margin-bottom: 40px;
}
.containews {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.text-list ul li {
    float: left;
    width: 590px; margin:5px;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 10px;
    z-index: 9;
}

.text-list ul li:hover {
    z-index: 999;
}

.text-list ul li .border-top,
.text-list ul li .border-bottom {
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #f00;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.text-list ul li .border-top {
    left: 0;
    top: -1px;
}

.text-list ul li:hover .border-top {
    width: 100%;
}

.text-list ul li .border-bottom {
    left: 0;
    bottom: -1px;
}

.text-list ul li:hover .border-bottom {
    width: 100%;
}

.text-list dl dt {
    float: left;
    width: 170px;
    height: 130px;
    background-color: #f8f8f8;
    border-right: 1px solid #e4e4e4;
    color: #999;
    position: relative;
}

.text-list dl dt i {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.text-list ul li:hover dl dt i {
    height: 100%;
}

.text-list dl dt .date {
    position: absolute;
    z-index: 99;
    width: 170px;
    height: 130px;
	padding:1px;
}

.text-list ul li:hover .date {
    color: #fff;
}

.text-list dl dt .date span {
    font-size: 32px;
    display: block;
}

.text-list dl dt .date em {
    font-size: 16px;
}

.text-list dl dd {
    float: left;
    width: 335px;
    padding: 30px 0 0 40px;
}

.text-list dl dd a {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-list ul li:hover dd a {
    color: #f00;
}

.text-list dl dd p {
    color: #999;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}