@charset "utf-8";

.adv{
    position: relative;
    height: 480px;
    overflow:hidden;
}
.ad{
    height: 480px;
    position: absolute;
    width: 1360px;
    overflow: hidden;
    left: 50%;
    margin-left:-680px;
    background-color: #0570d8;
}

.ad .dot{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    z-index: 100;
}
.ad .dot li{
    width: 24px;
    height: 3px;
    float: left;
    margin: 1px 3px;
    background-color:#fff;
    cursor: pointer;
}
.ad ol[class^=dot_]{
    position: absolute;
    left: 200px;
    width:100%;
    top:50%;
    margin-top:-20px;
    display: none;
    z-index: 101;
    animation: fade 2000ms infinite;
    -webkit-animation: fade 2000ms infinite;
}
.ad ol[class=dot_1]{
	display: block;
}
.ad ol[class^=dot_] li{
	color: #fff;
    position:absolute;
}
.ad ol[class^=dot_] li:first-child{
	font-size: 30px;
	text-shadow:
    0px 1px 0px #c0c0c0,
    0px 2px 0px #b0b0b0,
    0px 3px 0px #a0a0a0,
    0px 4px 0px #909090,
    0px 5px 10px rgba(0, 0, 0, 0.6);
	top:50%;
	margin-top:-20px;
}
.ad ol[class^=dot_] li:last-child{
	font-size: 18px;
	font-weight:700;
	top:50%;
	margin-top:20px;
}

@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 1.0;
    }
}


.ad .dot .current{
    background-color: #e50012;
    border: none;
}
.ad ul{
    width: 100%;
    left: 0;
}
.ad ul li a img{
    width: 1360px;
    height: 480px;
    vertical-align: middle;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
    opacity:0;
    filter:alpha(opacity=0);
    z-index: 80;
}

.fadein{
    opacity:100;
    filter:alpha(opacity=100);
}

.slogan{
    width: 100%;
    margin: 60px auto 0;
    position: relative;
}
.slogan ul,.product ul,.case ul,.aboutUs ul,.partner ul{
	display:inline-block;
	margin-left: 9%;
}
.slogan ul li{
    float:left;
    width:30%;
}
.slogan ul li:nth-child(1){
    padding-right:16px;
}
.slogan ul li:nth-child(2){
    padding:0 8px;
}
.slogan ul li:nth-child(3){
    padding-left:16px;
}
.sly span{
	font-size: 36px;
    color: #0177c1;
}
.sly{
    float: left;
    margin: 12px 10px 0 0;
    width:36px;
}
.slogan ul li:hover .sly{
	margin-top: 16px;
	transition: margin-top 0.5s;
    -webkit-transition: margin-top 0.5s;
}
.slogan ul li p{
	font-family:"微软雅黑";
	font-size: 14px;
    color:#666;
    margin-left: 46px;
}
.product,.news,.partner{
	margin-top:40px;
	background-color:#f6f6f6;
}
h2{
	color:#333;
}
.tit{
	text-align:center;
	padding:5px 0 20px 0;
}
.tit h2{
	margin-bottom:3px;
}
.tit span{
	color:#999;
}
.product ul li{
	float:left;
    width:28.5%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ddd;
    padding-bottom:20px;
}
.product ul li:hover{
    -moz-box-shadow:2px 2px 5px #888; 
    -webkit-box-shadow:2px 2px 5px #888; 
    box-shadow:2px 2px 5px #888;
}
.product ul li:hover .productMore{
    background-color: #0177c1;
    border:none;
    color: #fff;
}
.product ul li:nth-child(1),.product ul li:nth-child(4){
    margin:0 1.5% 20px 0;
}
.product ul li:nth-child(2),.product ul li:nth-child(5){
    margin:0 0.75%;
}
.product ul li:nth-child(3),.product ul li:nth-child(6){
    margin:0 0 20px 1.5%;
}
.product ul li img{
    max-width: 100%;
    height:280px;
    vertical-align:middle;
}
.product ul li p{
	padding: 0 24px;
    text-align: center;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    line-height: 19px;
}
.product ul li a{
	font-size: 16px;
    padding: 4px 8px 6px 8px;
    background-color: #fff;
    color: #333;
    display: inline-block;
    margin-top: 10px;
}
.product ul li a:hover{
    border:none;
}
.product ul li>div{
	
}
.product ul li h3 {
	white-space:nowrap;
	overflow:hidden;
}
.case ul{
	width:91%;
	position:relative;
}
.case ul li{
	float:left;
    width:28.6%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ddd;
    padding-bottom:9px;
    margin-right: 2.1%;
}
.case ul li:hover{
    background-color: #AEDCF8;
    -moz-box-shadow:2px 2px 5px #888; 
    -webkit-box-shadow:2px 2px 5px #888; 
    box-shadow:2px 2px 5px #888;
}
.case ul div:first-child{
	height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: 100% 100%;
    margin-bottom: 5px;
}
.case ul li:nth-child(3){
    width:28.6%;
    margin-right:0;
}
.case ul li:nth-child(3) div:first-child{
    height: 415px;
}
.case ul li:nth-child(4){
    width:28.6%;
    position:absolute;
    left:0;
    top:265px;
}
.case ul li:nth-child(5){
    width:28.6%;
    float:none;
    position:absolute;
    left:30.7%;
    top:265px;
}
.case ul li:nth-child(4) div,.case ul li:nth-child(5) div{
    height: 150px;
}
.case ul li div:last-child{
    font-size:14px;
    color:#888;
    display: block;
    line-height: 26px;
    height: 24px;
}
.case ul li div:last-child a{
    float:right;
    margin-right:5px;
    border: 1px solid #888;
    padding: 0 2px;
    border-radius: 3px;
}
.case ul li div:last-child a:hover{
    background-color: #0177c1;
    border: 1px solid #0177c1;
    color: #fff;
}
.casePhoto a{
	width: 100%;
    height: 100%;
    display: inline-block;
}
.news{
	padding-bottom:30px;
	display:flex;
	justify-content:space-between;
	margin-left: 9%;
}
.news .tits{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}
.news .tits a{
	font-size: 16px;
    color: #fff;
    font-family: 黑体;
    border-radius: 2px;
    padding: 8px 20px;
    background-color: #0177c1;
}
.news .com{
	width:32%;
	padding: 5px;
}
.news ul{
	background-color: #fff;
}
.news ul li{
	overflow:hidden;
	font-size:14px;
	color:#333;
	margin: 10px;
	border-bottom:1px dotted #dedede;
}
.news ul li:hover{
	border-bottom:1px dotted red;
}
.news ul li a{
	overflow:hidden;
	display:-webkit-box;
	white-space:nowrap;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.news ul li a:hover {
	color:red;
}

.aboutUs ul li{
	float:left;
	width:44%;
}
.aboutUs ul li p,.aboutUs ul li img{
	width:100%;
	border-bottom: 20px;
}
.aboutUs ul li:last-child{
	float:right;
	margin-right:10%;
}
.aboutUs ul span,.aboutUs ul h2{
	position: relative;
	animation: rmove 0.5s infinite;
	-webkit-animation: rmove 0.5s infinite;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
}
.aboutUs p{
	font-size:13px;
	text-indent:2em;
	color: #999;
}
.aboutUs h2{
	margin-top:0; 
}
.aboutUs ul span{
	color:#0177c1;
	font-size:24px;
	font-family:"微软雅黑";
}
.aboutUs ul span:after  {
	content:"+";
	font-size:16px;
	position: absolute;
}
.partner ul li{
	width:21.5%;
	margin: 0 1.36% 15px 0;
	float:left;
	border: 1px solid #ddd;
	text-align:center;
}
.partner ul li:hover{
	background-color:#E0EEF9;
	box-shadow: 5px 5px 10px;
}
.partner ul li img{
	width:95%;
}
.partner ul li:nth-child(4n){
	margin: 0 0 15px 0;
}

@keyframes rmove{
	from {left: -79%;}
	to {left:0;}
}

@-webkit-keyframes rmove{ /*Safari and Chrome*/
	from {left: -79%;}
	to {left:0;}
}

@media screen and (max-width:1360px) {
	.adv{
		height: 352px;
	}
	.ad{
		height: 352px;
		width: 1359px;
		margin-left:-680px
	}
	.ad ul li a img{
		height: 352px;
		width: 1359px;
	}
}

@media screen and (max-width:1024px) {
	.product ul li img{
    	height:200px;
	}
	.adv{
		height: 315px;
	}
	.ad{
		height: 315px;
		width: 1208px;
		margin-left:-604px
	}
	.ad ul li a img{
		height: 315px;
		width: 1208px;
	}
}
@media screen and (max-width: 980px) {
	.ad ol[class^=dot_] li:first-child{
		font-size:30px;
	}
	.ad ol[class^=dot_] li:last-child{
		font-size:16px;
	}
	.slogan{
	    margin: 30px auto 0;
	}
	.slogan ul li {
	    float:none;
	    width:91%;
	    padding: 0 0 15px 0 !important;
	}
	.slogan ul li h2{
	    position:relative;
	    right:0;
		transition: all 0.5s;
   		-webkit-transition: all 0.5s;
	}
	.slogan ul li p{
		font-size:16px;
	    position:relative;
	    top:0;
		transition: all 0.5s;
   		-webkit-transition: all 0.5s;
	}
	.sly{
	    margin-top: -5px;
	}
	.product ul li{
		float:left;
	    width:43.9%;
	    height:auto;
	}
	.product ul li img {
	}
	.product ul li:nth-child(odd){
	    margin:0 1% 15px 0;
	}
	.product ul li:nth-child(even){
	    margin:0 0 15px 1%;
	}
	.product ul li h3 {
		margin: 0;
	}
	.case ul li{
		display:inline-block;
	    margin-bottom: 15px;
	}
	.case ul div:first-child{
		height: 180px;
	}
	.case ul li div:last-child {
		line-height: 22px;
	}
	.case ul li:nth-child(1),.case ul li:nth-child(2),.case ul li:nth-child(4),.case ul li:nth-child(5){
	    width:44%;
	}
	.case ul li:nth-child(2){
	    top:260px;
	}
	.case ul li:nth-child(3){
	    display:none;
	}
	.case ul li:nth-child(4),.case ul li:nth-child(5){
	    position:static;
	}
	.news{
		display:block;
	}
	.news .com{
	    padding: 5px;
		width:99%;
	}
	.adv{
		height: 280px;
	}
	.ad{
		height: 280px;
		width: 1075px;
		margin-left:-537px
	}
	.ad ul li a img{
		height: 280px;
		width: 1075px;
	}
}

@media screen and (max-width: 500px) {
	.ad ol[class^=dot_]{
		left:50%;
		margin:-12px 0 0 -40px;
	}
	.ad ol[class^=dot_] li:first-child{
		font-size:20px;
	}
	.ad ol[class^=dot_] li:last-child{
		font-size:14px;
	}
	.case ul li div:last-child a {
		display: none;
	}
	.aboutUs ul li{
		float:none;
	}
	.aboutUs ul li:last-child{
		float:none;
	}
	.aboutUs ul li{
		width:91%;
	}
	.partner ul li:hover{
		background-color:#f6f6f6;
		box-shadow: 0 0 0;
	}
	.product ul li p {
		display:none;
	} 
	.product ul li img {
		height:auto;
	}
	.case ul li:nth-child(1),.case ul li:nth-child(2),.case ul li:nth-child(3),.case ul li:nth-child(4),.case ul li:nth-child(5){
	    display:inline-block;
	    width:91%;
	    height:auto;
	}
	.adv{
		height: 200px;
	}
	.ad{
		height: 200px;
		width: 768px;
		margin-left:-384px
	}
	.ad ul li a img{
		height: 200px;
		width: 768px;
	}
}
 @media screen and (max-width: 350px) {
	.product ul li h3 {
		font-size:14px;
	}
	.adv{
		height: 160px;
	}
	.ad{
		height: 160px;
		width: 614px;
		margin-left:-307px
	}
	.ad ul li a img{
		height: 160px;
		width: 614px;
	}
}
