/*产品中心CSS*/
.product-index{
	background: #ecf0f3;
	padding: 10px 0 50px 0;
}
.product-index>div{
	overflow: hidden;	
}
.product-index .left{
	display: inline-block;
	vertical-align: top;
	width: 210px;
}
.product-index .left h2{
	height: 76px;
	line-height: 76px;
	font-size: 20px;
	color: #fff;
	padding-left: 84px;
	background:#005bac url(../images/pro-index.jpg) no-repeat left 33px center;
}
.product-index .left>ul{
	background: #fff;
	border: 1px solid #cccccc;
	border-top: none;
	padding: 15px 0 15px 15px;
	margin-bottom: 20px;
}
.product-index .left>ul>li{
	position: relative;
}
.product-index .left>ul>li>a{
	display: flex;
    height: auto;
    align-items: center;
    line-height: 2.5em;
    min-height: 65px;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei,'微软雅黑' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    background: url(../images/jiantou.png) no-repeat left center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;

}
.product-index .left>ul>li:last-child>a{
	border-bottom: 1px solid #fff;
}
.product-index .left>ul>li.cur>a{
	color: #005bac;
	background: url(../images/jiantoua.png) no-repeat left center;
}
.product-index .left>ul>li>.erji{
	display: none;
	position: absolute;
	width: 130px;
	right: -130px;
	top: -1px;
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 5px 0;
	z-index: 2;
}
.product-index .left>ul>li>.erji>li{
	margin: 0 10px;
}
.product-index .left>ul>li>.erji>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d0d0d0;
	font-size: 12px;
	text-align: center;
	font-family: Microsoft YaHei,'微软雅黑' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.product-index .left>ul>li>.erji>li:last-child>a{
	border-bottom: 1px solid #fff;
}
.product-index .left>div{
	
}
.product-index .left>div a{
	display: block;
	height: 170px;
	background: url(../images/mpro.jpg) no-repeat left top;
	background-size: cover;
	text-align: center;
	padding: 47px 0;
}
.product-index .left>div p{
	font-size: 35px;
	color: #fff;
	margin-bottom: 16px;
	line-height: 35px;
}
.product-index .left>div span{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.product-index .right{
	float: right;
	width: 950px;
}
.product-index .right .title{
	background: #fff;
	margin-bottom: 20px;
}
.product-index .right .title a{
	display: inline-block;
	vertical-align: top;
	width: 205px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background: #005bac;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.product-index .right .title a:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent; 
	border-top: 8px solid #005bac; 
	bottom: -8px;
	left: 96.5px;
}
.product-index .right .title div{
	float: right;
	padding-left: 52px;
	margin: 5.5px 15px 5.5px 0;
	background: url(../images/tel.png) no-repeat left center;
}
.product-index .right .title p{
	color: rgb(255, 126, 0);
    font-size: 19px;
    margin-bottom: 6px;
}
.product-index .right .title strong{
	color: rgb(255, 126, 0);
    font-size: 19px;
    font-weight: normal;
}
.product-index .right .pro-list{
	overflow: hidden;
}
.product-index .right .pro-list li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-index .right .pro-list li:nth-child(4n){
	margin-right: 0;
}
.product-index .right .pro-list a{
	display: block;
	width: 230px;
}
.product-index .right .pro-list p{
	border: 1px solid #d6d6d6;
	font-size: 0;
	height: 285px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	background: #fff;
}
.product-index .right .pro-list img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	max-width: 80%;
	max-height: 60%;
}
.product-index .right .pro-list span{
	font-size: 16px;
	color: #5a5a5a;
	display: block;
	text-align: center;
	height: 33px;
	line-height: 33px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.product-index .right .pro-list a:hover img{
	transform: translate(-50%,-50%) scale(1.3);
	-ms-transform: translate(-50%,-50%) scale(1.3);
	-o-transform: translate(-50%,-50%) scale(1.3);
	-moz-transform: translate(-50%,-50%) scale(1.3);
	-webkit-transform: translate(-50%,-50%) scale(1.3);
}
.product-index .right .pro-list a:hover p{
	border:1px solid #005BAC;
}
.product-index .right .pro-list a:hover span{
	color:#005BAC;
}
/*产品中心CSS*/

/*四大优势CSS*/
.youshi-index{
	padding: 50px 0 60px;
}
.youshi-index h2{
	line-height: 42px;
    color: rgb(85, 85, 85);
    font-family: "microsoft yahei";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: url(../images/1.jpg) no-repeat center;
}
.youshi-index .ys{
	margin-top: 40px;
	position: relative;
}
.youshi-index .ys .xian{
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.youshi-index .ys .bar{
	position: absolute;
	z-index: 1;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #d9d9d9;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.youshi-index .ys .youshia{
	overflow: hidden;
	position: relative;
}
.youshi-index .ys .youshia .left{
	float: left;
	margin-top: 50px;
}
.youshi-index .ys .youshia .left span{
	display: inline-block;
	vertical-align: top;
	width: 106px;
	height: 54px;
	background: url(../images/youshi.png) no-repeat left top;
	color: rgb(255, 255, 255);
    font-size: 41px;
    text-align: center;
    line-height: 54px;
}
.youshi-index .ys .youshia .left div{
	display: inline-block;
	vertical-align: top;
	width: 435px;
	margin-left: 12px;
}
.youshi-index .ys .youshia .left strong{
	color: rgb(153, 153, 153);
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.youshi-index .ys .youshia .left h3{
	color: rgb(2, 28, 95);
    font-family: 微软雅黑;
    font-size: 30px;
    margin: 5px 0 10px 0;
}
.youshi-index .ys .youshia .left p{
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #666;
	line-height: 30px;
}

.youshi-index .ys .youshia .right{
	float: right;
	margin-right: 80px;
}
.youshi-index .ys .youshia .right img{
	width: 380px;
}

.youshi-index .ys .youshia .middle{
	position: absolute;
	width: 66px;
	height: 66px;
	border: 3px solid #d9d9d9;
	border-radius: 100%;
	text-align: center;
	line-height: 63px;
	font-size: 43px;
    color: rgb(67, 67, 67);
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #fff;
	z-index: 3;
}
.youshi-index .ys .youshia:nth-child(2n) .left{
	float: right;
}
.youshi-index .ys .youshia:nth-child(2n) .right{
	float: left;
	margin-left: 115px;
}
/*四大优势CSS*/

/*公司简介CSS*/
.about{
	padding: 60px 0 70px 0;
	background: #0073d6;
	font-size: 0;
}
.about .container{
	display:flex;
	justify-content:center;
	align-items:center;
}
.about .about-tu{
	display: inline-block;
	vertical-align: bottom;
	/*width: 505px;
	height:350px;*/
	position: relative;
	overflow: hidden;
	border: 4px solid #fff;
	margin-right: 25px;
}
.about .about-tu img{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	max-width: inherit;
	transform: translate(-50%,-50%);
}
.about .content{
	display: inline-block;
	vertical-align: middle;
	width: 665px;
	padding: 20px 60px;
	position: relative;
}
.about .content:before{
	content: '';
	display: inline-block;
	width: 41px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/1.png) no-repeat left top;
}
.about .content:after{
	content: '';
	display: inline-block;
	width: 41px;
	height: 39px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/2.png) no-repeat left top;
}
.about .content p{
	font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 181%;
    margin-bottom: 20px;
    height: 225px;
    overflow: hidden;
}
.about .content a{
	font-size: 21px;
	color: rgb(255,255,255);
    font-weight: bold;
    display: inline-block;
    width: 165px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    border: 3px solid #fff;
}
/*公司简介CSS*/


/*我们的实力CSS*/
.shili{
	padding: 40px 0 70px 0;
}
.shili h2{
	text-align: center;
	background: url(../images/2.jpg) no-repeat center top;
	height: 77px;
	line-height: 58px;
}
.shili h2 a{
    border: 0px;
    font-variant-numeric: inherit;
    font-weight: bold;
    font-stretch: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: "microsoft yahei";
    font-size: 30px;
    color: rgb(255, 126, 0);
}
.shili h2 span{
    color: rgb(0, 115, 214);
    font-family: "microsoft yahei";
    font-size: 20px;
    font-weight: bold;
}

#marquee1{
	overflow:hidden;
	margin:50px auto 0;
}
#marquee1 ul{
	overflow: hidden;
}
#marquee1 ul li{
	float:left;
	padding: 0 9px;
}
#marquee1 ul li img{
	display:block;
	width: 228px;
}
/*我们的实力CSS*/

/*新闻动态CSS*/
.news{
	padding-bottom: 65px;
}
.news-list{
	font-size: 0;
}
.news-list li{
	display: inline-block;
	vertical-align: top;
}
.news-list a{
	display: block;
	width: 600px;
	height: 45px;
	text-align: center;
	line-height: 45px;	
	background-color: #d9d9d9;
    font-family: SimSun;
    font-weight: bolder;
    font-size: 16px;
    color: #5a5a5a;
    text-decoration: none;
    transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s; 
	font-family: Microsoft YaHei,'微软雅黑' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.news-list li:first-child a{
	background-color: #005bac;
	color: #fff;
}
.news-content{
	
}
.news-content ul{
	border: 1px solid #d9d9d9;
	border-top: none;
	padding: 0 10px 25px 10px;
	min-height: 415px;
	display: none;
}
.news-content ul:first-child{
	display: block;
}
.news-content li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #c6c6c6;
}
.news-content div{
	
}
.news-content a{
	
}
.news-content b{
	display: inline-block;
    font-family: SimSun;
    font-size: 14px;
    color: #1c4587;
    font-weight: normal;
    text-decoration: none;    
    margin-right: 5px;
    transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.news-content b:hover{
	color: #0064d4;
}
.news-content span{
	 display: inline-block;
    font-family: SimSun;
    font-size: 14px;
    color: #333;
    font-weight: bolder;
    text-decoration: none;
        line-height: 40px;
}
.news-content time{
	display: inline-block;
    font-family: SimSun;
    font-size: 11px;
    color: #acacac;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    margin-top: 4px;
}
.news-content p{
	    display: inline-block;
    font-family: SimSun;
    font-size: 14px;
    color: #717b84;
    font-weight: normal;
    text-decoration: none;
    line-height: 2em;
}
/*新闻动态CSS*/