@charset "utf-8";
/* CSS Document */

/*product*/
.product{
	width: 100%;
	height: 750px;
	margin-top: 80px;
}
.product_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.product_bg p{
	width:165px;
	background: #0064d2;
	position: absolute;
	top: 0;
	left: 0;
}
.product_bg p n{
	line-height: 58px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}
.tab_header{
	width:100%;
	height: 58px;
	background: #f2f2f2;
}
.tab_header li{
	height: 58px;
	display: inline-block;
	line-height: 58px;
	font-size:16px;
	margin-left: 56px;
}
.tab_header li:first-child{margin-left: 220px;}
.tab_header li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}
.tab_header li a:hover{
	color: #0064d2;
	cursor:pointer;
}
.tab_content{
	width: 1200px;
	height:650px;
}
.tab_content .tab{
	width:1200px;
	height: 100%;
	display: none;
}
.tab_content .tab_active{
	display: block;
}
.tab_content ul{
	width: 100%;
	height: 100%;
}
.tab_content ul li{
	margin-top: 40px;
	width:295px;
	height: 304px;
	margin-right: 6px;
	float: left;
	position: relative;
}
.tab_content li:nth-child(4){margin-right:0px;}
.tab_content li:last-child{margin-right:0px;}
.pro_img{
	width: 100%;
	height: 266px;
	overflow: hidden;
}
.pro_img img{
	width: 100%;
	height: 100%;
}
.pro_font{
	width: 100%;
	height: 38px;
}
.pro_font a{
	display: block;
	font-size: 18px;
	color: #333;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	height: 24px;
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab_content li:hover .pro_font a{
	color: #0064d2;
}
.pro_cover{
	width: 100%;
	height: 266px;
	background: rgba(0,100,210,0.43);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.pro_cover a{
	width: 100%;
	height: 100%;
	display: block;
}
.tab_content li:hover .pro_cover{
	display: block;
}

/*equipment*/
.equipment{
	width: 100%;
	height: 879px;
	margin-top:80px;
	background: url(/statics/images/tem/equ-bg.jpg)no-repeat center;
}
.equipment_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.equipment_top{
	width: 444px;
	height: 75px;
	padding-top: 80px;
	padding-left: 378px;
	overflow: hidden;
}
.equipment_top img{
	width: 100%;
	height: 100%;
}
.equipment_bottom{
	width: 1340px;
	margin-left: -70px;
	height: 583px;
	margin-top: 40px;
}
.prod_bg{
	width: 100%;
	height: 583px;
}
#prod{
	height:auto; 
	margin:0 auto;
}
#equ_l{
	background:url("/statics/images/tem/icon20.png") no-repeat;
	background-position: left center;
	width: 42px;height: 72px;
	cursor: pointer;
	float: left;
	margin-top: 20%;
}
#equ_r{
	background:url("/statics/images/tem/icon21.png") no-repeat;
	background-position: right center;
	width: 42px;
	height: 72px;
	cursor: pointer;
	float: right;
	margin-top: 20%;
}
#equ_d{
	margin:0px 20px;
	width:1200px; 
	height:583px; 
	overflow:hidden;
	float: left;
}
.equ_list{
	width:100%;
	height: 100%;
}
.equ_list ul{
	width:100%;
	height: 100%;
}
.equ_list li{
	float: left;
	width: 390px;
	height: 583px;
	position: relative;
	margin-right: 15px;
}
.equ_img{
	width: 100%;
	height: 440px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
.equ_img a{
	width: 100%;
	height: 100%;
	display: block;
}
.equ_img img{
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.equ_font{
	width: 100%;
	height:143px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.equ_font a{
	width: 80%;
	margin-left: 10%;
	text-align: center;
	display: block;
	font-size: 20px;
	color: #0064d2;
	height: 26px;
	padding-top: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.equ_font p{
	width: 40px;
	height: 2px;
	margin-top: 16px;
	background: #0064d2;
	margin-left: 175px;
}
.equ_list li:hover .equ_font{
	position: absolute;
	top: 440px;
	left: 0;
	background: #0064d2;
}
.equ_list li:hover .equ_img{
	position: absolute;
	top: 0;
	left: 0;
}
.equ_list li:hover .equ_img img{
	transform: scale(1.1)
}
.equ_list li:hover .equ_font a{
	color: #fff;
}
.equ_list li:hover .equ_font p{
	background: #fff;
}

/*advantage*/
.adv{
	width: 100%;
	height: 630px;
}
.adv_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.adv_top{
	width: 444px;
	height: 75px;
	padding-top: 80px;
	padding-left: 378px;
	overflow: hidden;
}
.adv_top img{
	width: 100%;
	height: 100%;
}
.adv_bottom{
	width: 100%;
	height: 430px;
	margin-top: 40px;
}
.adv_left{
	width: 570px;
	height: 100%;
}
.adv_left p{
	font-size: 24px;
	color: #555;
}
.adv_img{
	width: 100%;
	height: 355px;
	margin-top: 45px;
}
.adv_right{
	width: 570px;
	height: 100%;
	text-align: left;
}
.adv_right p{
	font-size: 24px;
	color: #555;
}
.adv_img ul{
	width: 100%;
	height: 100%;
	margin-top: -392px;
}
.adv_img li{
	width: 478px;
	height: 48px;
	overflow: hidden;
	margin-top: 46px;
	margin-left: 93px;
}
.adv_img li p{
	width: 96%;
	margin-left: 4%;
	color: #fff;
	line-height: 48px;
	font-size: 15px;
}

/*case*/
.case{
	width: 100%;
	height: 725px;
	margin-top: 80px;
	background: #ecf0f3;
}
.case_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.case_top{
	width: 444px;
	height: 75px;
	padding-top: 80px;
	padding-left: 378px;
	overflow: hidden;
}
.case_top img{
	width: 100%;
	height: 100%;
}
.case_bottom{
	width: 1340px;
	margin-left: -70px;
	height:450px;
	margin-top: 40px;
}
.prod_bg1{
	width: 100%;
	height: 450px;
}
#prod1{
	height:auto; 
	margin:0 auto;
}
#case_l{
	background:url("/statics/images/tem/icon22.png") no-repeat;
	background-position: left center;
	width: 42px;height: 72px;
	cursor: pointer;
	float: left;
	margin-top: 14%;
}
#case_r{
	background:url("/statics/images/tem/icon23.png") no-repeat;
	background-position: right center;
	width: 42px;
	height: 72px;
	cursor: pointer;
	float: right;
	margin-top: 14%;
}
#case_d{
	margin:0px 20px;
	width:1200px; 
	height:450px; 
	overflow:hidden;
	float: left;
}
.case_list{
	width:100%;
	height: 100%;
}
.case_list ul{
	width:100%;
	height: 100%;
}
.case_list li{
	float: left;
	width: 380px;
	height: 450px;
	margin-right:30px;
	background: #d3d3d3;
	overflow: hidden;
}
.case_img{
	width: 345px;
	height: 254px;
	margin-top: 18px;
	margin-left: 18px;
	overflow: hidden;
}
.case_img a img,.case_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.case_font{
	width: 345px;
	height:178px;
	margin-left: 18px; 
}
.case_font a{
	display: block;
	padding-top: 32px;
	font-size: 20px;
	color: #333;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case_font p{
	display: block;
	padding-top: 30px;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: left;
	height:60px;
	overflow: hidden;
}
.case_list li:hover{
	background: #0064d2;
}
.case_list li:hover .case_img a img{
	transform: scale(1.1)
}
.case_list li:hover .case_font a{
	color: #fff;
}
.case_list li:hover .case_font p{
	color: #fff;
}

/*company*/
.company{
	width: 100%;
	height: 822px;
	background: url(/statics/images/tem/company_bg.jpg)no-repeat center;
}
.company_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.com_img{
	width: 752px;
	height: 662px;
	margin-top: 80px;
}
.com_img img{
	width: 100%;
	height: 100%;
}
.com_font{
	width: 515px;
	height: 498px;
	background: #fff;
	position: absolute;
	top: 162px;
	left: 0;
	overflow: hidden;
}
.com_logo{
	width: 124px;
	height: 124px;
	margin-top: 44px;
	margin-left: 196px;
}
.com_logo a,.com_logo a img{
	width: 100%;
	height: 100%;
	display: block;
}
.com_font span{
	width: 100%;
	font-size: 30px;
	color: #333;
	text-align: center;
	display: block;
	margin-top: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.com_font p{
	width: 92%;
	margin-left: 4%;
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top: 26px;
	height:140px;
	line-height: 29px;
	overflow: hidden;
}
.more{
	width:112px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #0064d2;
	text-align: center;
	display: block;
	margin-top: 26px;
	border: 1px solid #0064d2;
	margin-left: 200px;
}
.more:hover{
	background: #0064d2;
	color: #fff;
}

/*news*/
.news{
	width: 100%;
	height: 790px;
}
.news_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.news_top{
	width: 444px;
	height: 75px;
	padding-top: 80px;
	padding-left: 378px;
	overflow: hidden;
}
.news_top img{
	width: 100%;
	height: 100%;
}
.news_bottom{
	width: 100%;
	height:590px;
	margin-top: 40px;
}
.tab_header1{
	width:100%;
	height: 30px;
}
.tab_header1 li{
	height: 30px;
	display: inline-block;
	line-height: 30px;
	font-size:30px;
	margin: 0 30px 0 30px;
}
.tab_header1 li:first-child{margin-left:365px;}
.tab_header1 li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.tab_header1 li a:hover{
	color: #0064d2;
	cursor:pointer;
}
.tab_content1{
	width: 1200px;
	height:520px;
	margin-top: 38px;
}
.tab_content1 .tab1{
	width:1200px;
	height: 100%;
	display: none;
}
.tab_content1 .tab_active1{
	display: block;
}
.news_left{
	width: 570px;
	height: 100%;
	background:#f1f4f6;
}
.news_detail{
	width: 446px;
	height: 416px;
	margin-top: 55px;
	margin-left: 60px;
	overflow: hidden;
}
.news_detail span{
	font-size: 18px;
	color: #828282;
	display: block;
}
.news_detail a{
	font-size: 18px;
	color: #0064d2;
	display: block;
	margin-top:36px;
	height: 24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.news_detail p{
	width: 100%;
	height: 49px;
	margin-top: 24px;
	border-left: 2px solid #0064d2;
}
.news_detail p b{
	font-size: 12px;
	color: #828282;
	font-weight: normal;
	display: block;
	width: 410px;
	text-align: left;
	margin-left: 30px;
	line-height: 22px;
    height: 40px;
	overflow: hidden;
}
.news_img{
	width: 100%;
	height: 184px;
	overflow: hidden;
}
.news_img a,.news_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.news_detail:hover .news_img a img{
	transform: scale(1.1)
}
.news_more{
	width: 88px;
	height: 36px;
	background: #0064d2;
}
.news_more a{
	color: #fff;
	font-size: 45px;
	width: 100%;
	line-height: 36px;
	text-align: center;
	height: 36px;
	margin-top:38px;
}
.news_right{
	width: 570px;
	height: 100%;
}
.news_right ul{
	width: 100%;
	height: 100%;
}
.news_right li{
	height: 126px;
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
}
.news_right li:first-child{border-top: 1px solid #d0d0d0;height: 175px;}
.news_font_detail{
	width: 485px;
	height: 84px;
	margin-top: 44px;
	margin-left: 40px;
}
.news_font_detail_left{
	width: 80%;
	height: 100%;
}
.news_font_detail_left a{
	font-size: 18px;
	color: #333;
	width: 100%;
	height: 24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	display: block;
}
.news_font_detail_left p{
	font-size: 14px;
    color: #999;
    width: 100%;
    height: 40px;
    margin-top: 16px;
    overflow: hidden;
    line-height: 22px;
}
.news_font_detail_right{
	width: 20%;
	height: 100%;
	text-align: right;
}
.news_font_detail_right span{
	font-size: 18px;
	color: #999;
	display: block;
}
.news_font_detail_right b{
	font-size: 35px;
    color: #999;
    display: block;
    margin-top: 10px;
}
.news_font_detail:hover .news_font_detail_left a{
	color: #0064d2;
}
.news_font_detail:hover .news_font_detail_right span{
	color: #0064d2;
}
.news_font_detail:hover .news_font_detail_right b{
	color: #0064d2;
}

/*link*/
.link{
	width: 100%;
	height: 200px;
	margin-top: 80px;
	background: url(/statics/images/tem/link_bg.jpg)no-repeat center;
}
.link_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.link_font{
	width: 100%;
	height: 88px;
	position: absolute;
	bottom: 0px;
	left: 0;
	overflow: hidden;
}
.link_font ul{
	width: 100%;
	height: 100%;
}
.link_font li{
	float: left;
	margin: 0 10px 10px 10px;
}
.link_font li:first-child{margin: 0 0px 0 0px;}
.link_font li p{
	font-size: 18px;
	color: #e1e1e1;
	float: left;
}
.link_font li a{
	font-size: 16px;
	color: #e1e1e1;
	float: left;
}