﻿@charset "utf-8";
/* CSS Document */
body {
	
	margin:0px;
	padding: 0px;
    font-family:"微软雅黑";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	
	}
*{font-family:"微软雅黑";}
li{list-style:none}
ul{padding-left:0;margin:0 0}
a{color:#666;}
.center{max-width:1200px;margin:0 auto}
h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500;}
h1{font-size:2rem;}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:"微软雅黑";}
img{border:none}
.cursor_pointer{
	cursor:pointer;
}
button{
	cursor:pointer;
}
.float_l{float: left;}
.float_r{float: right;}
.clear{clear:both}
.position_r{position: relative;}
.position_a{position: absolute;}
@media screen and (min-width:320px) {html {font-size:90%;}}
@media screen and (min-width:400px) {html {font-size:90%}}
@media screen and (min-width:480px) {html {font-size:97.5%}}
@media screen and (min-width:560px) {html {font-size:100%}}
@media screen and (min-width:600px) {html{font-size:112.5%}}
@media screen and (min-width:640px) {html {font-size:100%}}

.product .list{ width:70%; float:right;}
.list{ width:98%; max-width:1200px; margin:auto;}
.list ul li{ width:32.3%; margin:0 0.5% 1% 0.5%; background:#fff; float:left;}
.list ul li .list_border{    background:#ccc;}
.list ul li .list_img{ width:100%; height:0; padding-top:70%; position:relative; overflow:hidden}
.list ul li .list_img img{ position:absolute; width:100%; top:50%; left:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.list ul li .list_text{ height:3.6rem;text-indent:1.0rem; font-size:1.1rem;color:#222; line-height:3.6rem; width:98%; margin:0 auto; display:block; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.list ul li .list_border:hover{ background:#1e5fc5;}
.list ul li .list_border:hover .list_text{ color:#fff;}
.location {
    padding: 0 1%;
    max-width: 1200px;
    margin: auto;
}

    .location p {
        float: left;
        line-height: 60px;
    }

    .location span {
        float: left;
        display: block;
        /*line-height:60px;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .location a:hover {
        color: #333;
    }

    .location h3 a {
        display: inline-block !important;
    }
.left_nav{
	width:23%;
	background:#024fa1;
	padding:4% 1% 1% 1%;
	float:left;
	}	

.left_nav h2{
	font-size:1.6rem;
	color:#fff;
	text-align:center;
	font-weight:600;
	margin-bottom:1rem;
	
	}
.left_nav .chanpin{
	background:#fff;
	width:100%;
	}	
.left_nav .chanpin a div{
	width:100%;
	border:1px solid #f1f1f1;
	}
.left_nav .chanpin a div:hover{
	background:#024fa1;
	}	
.left_nav .chanpin a div:hover p{
	color:#fff;
	}
.left_nav .chanpin a div p{
	font-size:1rem;
	color:#333;
	text-align:center;
	line-height:3rem;
	}	

/* 底部 */
	
.footer{
	width:100%;
	background:#333;
	
	}
.footer .center{
	max-width:1200px;
	width:100%;
	margin:auto;
	padding:3rem 0;
	overflow: hidden;
	}		
.footer .center .footer_img{
	width:28%;
	}	
.footer .center .footer_img img{
	margin-top: 4rem; 
	float:left;
	width:100%;
	}					
	
.footer .center .foot-z{
	width:66%;
	float:left;
	margin:3rem 2rem 2rem 4rem;
	}

.footer .center .foot-z p{
	
	font-size:1rem;
	line-height:30px;
	color:#ccc;
	}
.footer .center .er{
	float:left;
	width:24%;

	}
.footer .center .er img{
	width:65%;
	
	}
.footer .center .er p{
	float:left;
	font-size:1rem;
	color:#ccc;
	margin-top:1rem;
	margin-left:2rem;
	}
.footer .banquan{
	width:100%;
	background:#444;
	}
.footer .banquan p{
	font-size:1rem;
	color:#999;
	text-align:center;
	line-height:3rem;
	
	}				
	

.fixed{  position:absolute;}
.fixed_dh{ height:4.0rem;text-align:right;display:none; position:fixed; top:60%;right:2%;}	
.paginationa{ margin:4rem 0;}
.paginationa dl dd{ float:left; border:solid 1px #ccc;margin-right:1%;text-align: center; line-height: 2rem; padding:0 1%;}
.paginationa dl{ max-width:1200px; margin:auto;}
.paginationa dl dd a:hover{ color:#ffc001;}
/* 首页标题 */

.title{
	max-width:1200px;
	margin:auto;
	margin-bottom:2rem;
	}
.title h2{
	color:#333;
	font-size:1.8rem;
	text-align:center;
	font-weight:500;
	}
.title span{
	color:#999;
	font-size:1rem;
	text-align:center;
	display:block;
	font-family:Adobe Caslon Pro;
	margin-top:1%;
	}
	


/* 首页关于我们 */

.index_about{
	background:url(../images/about.jpg) center no-repeat;
	height:560px;
	padding-top:40px;
	margin-bottom:4rem;
	}
.index_about .title h2{ color:#fff;}
.index_about .title span{ color:#fff;}
.index_about .text p{ font-size:1rem; color:#444; line-height:2rem; width:46%;  margin: 7rem 0 0 2rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;	}
.index_about .text span{ margin-top:9rem; text-align:center; color:#fff; font-size:1rem; display:block;}


/* 产品详情 */

.index_product{
	width:100%;
	padding:4rem 0;
	background:#f1f1f1;
	}

.index_product .center{
	top:-16rem;
	
	}
.product{
	padding-top:3rem;
	
	}




/* 新闻列表 */

.news{
	
    padding-bottom:3rem;
     overflow: hidden;
	 margin-bottom:4rem;
	}

.news .center{
	width:100%;
	min-width:1200px;
	margin:auto;
	
}

.news .center ul li{
	width:49%;
	float:left;
	
	}
.news .center ul li .float_ll{
	float:left;
	}
.news .center  ul li .float_ll h2{
	font-size:3rem;
	font-weight:500;
	
	}
.news .center  ul li .float_ll p{
	font-size:0.9rem;
	color:#999;
	
	}
.news .center  ul li .float_rr{
	float:left;
	width:80%;
	margin: 1rem 0 0 1.2rem;
	}
.news .center  ul li .float_rr h2{
	font-size:1.6rem;
	line-height:2rem;
	}
.news .center  ul li .float_rr span{
	font-size:0.9rem;
	line-height:1.4rem;
	display:block;
	color:#666;
	margin-top:0.6rem;
	}




/* 关于我们页面 */
.about .center{
	margin-top:2rem;
	padding: 1rem;
	}
.about .center p{
	font-size:1rem;
	color:#444;
	line-height:2rem;
	
	}
.about .center .float_r{ width:70%;}
.about .center img{
	max-width:80%;
	margin:auto;
	display:block;
	
	}

/* 新闻列表 */
.news_list{
	padding-top:2rem;
	
}
.news_list .center .float_r{ width:70%; float:right;}
.news_list .list1 .each{
	height: 203px;
	border-bottom: solid 1px #ccc;
	transition: all 0.3s ease-in-out;
}
.news_list .list1 .each .float_l:nth-child(2) h2:hover{
	color:#e12551;
	
	}
.news_list .list1 .each .float_l:nth-child(1){
	width:20%;
	float:left;
	margin-top: 60px;
}
.news_list .list1 .each .float_l:nth-child(1) p{
	font-size: 30px;
	color: #dbdbdb;
	text-align: center;
}
.news_list .list1 .each .float_l:nth-child(1) div{
	width: 30px;
	height: 30px;
	border:solid 1px #ebebeb;
	border-radius: 7px;
	text-align: center;
	line-height: 28px;
	font-size: 16.54px;
	color: #dbdbdb;
	margin-left: 45px;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}

.news_list .list1 .each .float_l:nth-child(2){
	width:70%;
	float:right;
	margin-top: 45px;
}
.news_list .list1 .each .float_l:nth-child(2) h2{
	font-size: 1.2rem;
	color: #4c4c4c;
	margin-bottom: 15px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}

.news_list .list1 .each .float_l:nth-child(2) p{
	font-size: 0.9rem;
	color: #757575;
	line-height: 1.8rem;
	text-indent: 2rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.news_list .list1 .each .float_l:nth-child(3){
	width: 200px;
	height: 125px;
	margin-left: 100px;
	margin-top: 40px;
}
.news_list .list1 .each .float_l:nth-child(3) img{
	width: 200px;
	height: 125px;
}
.news_list1 .title{
	margin-bottom: 30px;
	width:100%;
}
.news_list1 .paging{
	margin-bottom: 80px;
}

/* 新闻详情 */
.news_details{ margin-top:4rem;}
.news_details .news_title{
	border-bottom: solid 1px #dbdbdb;
	margin-bottom:1rem;
	padding-bottom:0.6rem;
}
.news_float_r{ width:70%; float:right;}
.news_details .news_title h1{
	font-size: 20px;
	color: #4c4c4c;
	margin-left: 20px;
	margin-bottom: 13px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_details .news_title p{
	font-size: 14px;
	color: #999999;
	margin-left: 40px;
}
.news_details .news_text{
	padding: 0 20px;
	margin-bottom: 60px;
}
.news_details .news_text img{
	max-width:80%;
	margin:auto;
	display:block;
	
	}
.news_details .news_text p{
	text-indent: 2rem;
	font-size: 1rem;
	color: #666;
	line-height: 30px;
}
.switch{
	height: 99px;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	margin-bottom: 100px;
}
 .switch .margin_left{
	
	margin-top: 18px;
}
.switch .margin_left img{

}
.switch .margin_left p{
	font-size: 14px;
	color: #999999;
	width: 330px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.switch .margin_left:hover p{
	color: #024fa1;
}


	
<!--新闻中心-->	
.index_news{}
.index_news .center{
	max-width:1200px;
	margin:auto;
	}
.index_news .center ul .text{ width:46%; overflow:hidden; background:#ccc; padding:1%; float:left; margin:1% 1% 0 0;}
.index_news .center ul .text:hover{ background:#1e5fc5;}
.index_news .center ul .text:hover h2{color:#fff;}
.index_news .center ul .text:hover p{color:#fff;}
.index_news .center ul .text .tupian{
	width: 30%;
    height: 0;
    padding-top: 25%;
    position: relative;
    overflow: hidden;
	float:left;
	margin-right:1rem;
	}
.index_news .center ul .text .tupian img{
	position: absolute;
    width: 100%;
    top: 0;
    left:0;
	height:100%;
	}	
.index_news .center ul .text h2{ font-size:1.2rem; line-height:2rem; float:left; width:60%;color:#222;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;	}
.index_news .center ul .text p{ font-size:0.9rem; line-height:1.4rem; float:left; width:60%; margin-top:0.6rem; color:#666;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;	}




.lianjie{
	margin:3rem 0 1rem 0;
	overflow:hidden;
	
	}
.lianjie .center{
	margin:2rem auto;
	padding:0 2%;
	}
.lianjie .center a{
	color:#666;
	display:block;
	float:left;
	margin-left:1.6rem;
	line-height:2rem;
	}
.lianjie .center p{
	color:#222;
	display:block;
	float:left;
	font-size:1.4rem;
	
	}

	
.con{
	padding-top:4rem !important;
	
	
	}	
.con .center{
	padding:3rem 0;
	
	}	
.con div .lvyou{
	font-size:2rem;
	color:#333;
	text-align:center;
	
	}
.con div .tiao{
	width:60px;
	height:3px;
	margin:auto;
	background:#ccc;
	margin-top:1rem;
	display:none;
	
	}	
.con .center p{
	font-size:1.4rem;
	color:#333;
	padding-bottom:1.6rem;
	text-align:center;
		
	}
.con .center span{
	font-size:1rem;
	color:#333;
	line-height:2rem;
	text-align:center;
	display:block;
	}


.online{
	position:fixed;
	top:50%;
	right:1rem;
	
	}
.product_details{ margin-top:4rem;}
.product_details .center{
	margin:auto;
	margin-top:3rem;
	}
.product_details .center .float_r{ width:70%;}
.product_details .center h1{
	font-size:1.6rem;
	color:#444;
	text-align:center;
	
	}
.product_details .product_img{
	width:100%;
	position: relative;
	margin: auto;
	
	margin-top:3rem;
	margin-bottom:4rem;
}
.product_details .product_img img{
    max-width:80%;
	margin:auto;
	display:block;
}

.product_text .h3{
	border-bottom: solid 1px #00a0e9;
	margin-bottom: 20px;
}
.product_text .h3 h3{
	width: 110px;
	height: 39px;
	background: #00a0e9;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 39px;
}
.product_text .text{
	padding-bottom: 100px;
}
.product_text .text img{ max-width:80%; margin:auto; display:block;}
.product_text .text p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	text-indent: 2rem;
}	
.index_contact .center .text01{ float:left; width:33%;}
.index_contact .center .text01 img{ margin:auto; display:block;}
.index_contact .center .text01 p{ text-align:center; margin-top:1rem;}
.index_contact{ margin-top:4rem;}

.bottom_fixed{ position:fixed; width:100%;bottom:0; z-index:999; margin:auto;background:#666;display:none;}
.bottom_fixed div{ width:24.6%; float:left; border-right:1px #ccc dashed; padding-bottom:1rem;}
.bottom_fixed div img{ width:30%; margin:auto; display:block; margin-top:0.8rem;}
.bottom_fixed div p{ font-size:0.7rem; color:#fff; text-align:center; margin-top:0.3rem;}
.bottom_fixed .chanpin{ border-right:0; }

@media screen and (max-width:640px) {
	
.bottom_fixed{ display:block;}
		
.index_news .center ul .text{ width:98%;}
.index_about{ background:#1e5fc5; height:22rem;}
.index_about .text p{color:#fff; width:96%; margin:auto;}
.index_about .text span{ margin-top:4rem;}
.product_details .center{
	
	margin:auto;
	margin-top:3rem;
	}
.product_details .center h1{
	font-size:1.6rem;
	color:#444;
	text-align:center;
	
	}

.list ul li{
	width:49%;
    float:left;
	
	}
.footer .center{
	width:100%;
	padding:0;
	
	}
.footer{ margin-bottom:5rem;}
.footer .center .foot-z{
	width:100%;
	padding:2rem auto;
	margin-left: 2%;
	border:none;
	}
.footer .center .er{
	display:none;
	}

.banquan p{
	width:100%;
	}


.news_list .list .each .float_l:nth-child(1){
	display:none;
	}	
	
.news_list .list .each .float_l:nth-child(3){
	display:none;
	}		
	
.news_list .list .each .float_l:nth-child(2){
    margin-top: 45px;
    width: 96%;
    margin: auto;
    display: block;
	float:none;
	}	
.news_list .list .each .float_l:nth-child(2) h4{
	margin-top:2rem;
	}
.news_list .list .each .float_l span{
	font-size:3rem;
	display:block;
	
	}		
.news_list .list .each{
	height:150px;
	margin-top:1rem;
	
	}
.news_list .list .each .float_l:nth-child(2) p{
	font-size:1.2rem;
	
	}
.news_list .list .each .float_l:nth-child(2) h2{
	font-size:1.4rem;
	
	}
.news .center .shuxian{
	display:none;
	
	}	
.news .center{
	width:100%;
	min-width: 0px;
	}	
	
.news .center .float_r{
	width:100%;
	
	}
.news .center .float_r div{
	width: 96%;
    padding: 2%;
    margin: auto;
    margin-bottom: 3rem;
	}	
.news .center .float_r div img{
    width: 100%;
	}	

.fixed_dh{ display:block;}
.title div{
	display:none;
	}
	
.index_product{
	margin-top:0;
   }
.fixed_dh{ display:block;}
.left_nav{
	display:none;}
.about .center .float_r{width:100%;}
.left_nav{ display:none;}
.list{ width:100%;}
.news_list .center .float_r{width:100%;}
.news_details .news_right{width:98%; float:none; padding:0 1%;}	
.product_right{ width:100%; float:none;}
.news_details .news_float_r{width:100%;}
.product .list{ width:100%;}
.product_details .center .float_r{ width:100%;}
}










