@charset "utf-8";
/* CSS Document */
/**************************关键词**************************/
.ksbg{
	width:100%;
	height:55px;
	background:#f6f6f6;
	border-bottom:1px solid #d8d8d8;
	}
.keysea{
	width:96%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
	}
.keyword{
	float:left;
	width:70%;
	height:55px;
	}
@media (max-width:1100px) {
.keyword{
	width:65%;
	}
	}
.keyword p{
	font-size:15px;
	color:#1d1d1d;
	line-height:55px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.keyword p a{
	padding:0px 10px;
	color:#666;
	}
.keyword p a:hover{
	color:#0044ab;
	text-decoration:underline;
	}
.search{
	float:right;
	width:300px;
	height:35px;
	border-radius:17.5px;
	margin-top:10px;
	}
.search p input[type="text"]{
	width:219px;
	height:35px;
	color:#999;
	background:#fff;
	border-right:none;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	text-indent:1em;
	outline:none;
	}
.search p input[type="submit"]{
	float:right;
	outline:none;
	border:none;
	cursor:pointer;
	color:#fff;
	width:80px;
	height:35px;
	border-bottom:3px solid #055490;
	background-image: linear-gradient(to bottom, #3b95f6,#055ab5);
	}
@media (max-width:1000px) {
.keysea{
	width:96%;
	}
.keyword{
	display:none;
	}
.search{
	float:none;
	width:100%;
	}
.search p input[type="text"]{
	width:88%;
	}
.search p input[type="submit"]{
	width:11.5%;
	}
	}
/**************************内容**************************/
.mabg{
	width:100%;
	background:#f6f6f6;
	overflow:hidden;
	padding-bottom:50px;
	}
.main{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.bt{
	width:488px;
	overflow:hidden;
	margin:30px auto;
	}
.bt img{
	width:100%;
	}
@media (max-width:600px) {
.bt{
	width:355px;
	}
	}
/**************************产品**************************/
.product{
	overflow:hidden;
	}
.product ul{
	overflow:hidden;
	}
.product ul li{
	width:31%;
	float:left;
	overflow:hidden;
	margin:1%;
	}
.product ul li .protp{
	width:100%;
	height:0;
	padding-bottom: 88.176%;
	overflow:hidden;
	position:relative;
	}
.product ul li .protp a::before {
	content: '';
    width: 700px;
    height: 700px;
    position: absolute;
    top: -50%;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset;
    z-index: 0;
    left: -40%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	}
.product ul li .protp a::after {
	content: '';
	background: url(http://runtenghg.n.zyqxt.com/uploadfile/image/20171130/20171130163700_1111416998.png) no-repeat center;
	background-size: auto auto;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 0px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  }
.product ul li:hover .protp a::before{
	box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.5) inset;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	}
.product ul li:hover .protp a::after{
	background-size:50px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	}
.product ul li .protp img{
	width:100%;
	}
.product ul li .prowz{
	}
.product ul li .prowz a{
	/*color:#7e7d7d;
	font-size:14px;
	line-height:25px;*/
	display:block;
	padding:0 5px;
	height:35px;
	border-bottom:1px solid #ececec;
	background:url(http://www.amantool.com/uploadfile/image/20171207/20171207210327_1256341787.png) no-repeat right -129px;
	text-align:left;
	font-size:14px;
	line-height:35px;
	color:#565656;
	transition:all .3s ease-in-out;
	}
.product ul li:hover .prowz a{
	background-color:#0152ac;
	background-position:right -154px;
	color:#fff;
	}
@media (max-width:1000px) {
.product ul li{
	width:48%;
	}
.product ul li .protp a::before {
    top: -35%;
    left: -25%;
	}
	}
@media (max-width:800px) {
.product ul li .protp a::before {
    top: -56%;
    left: -46%;
	}
	}
@media (max-width:600px) {
.product ul li .protp a::before {
    top: -92%;
    left: -80%;
	}
	}
/**************************优势**************************/
.youshi{
	overflow:hidden;
	}
.youshi ul{
	overflow:hidden;
	}
.youshi ul li{
	text-align:center;
	width:31%;
	float:left;
	margin:1%;
	}
.youshi ul li .ystp{
	width:166px;
	height:166px;
	border-radius:83px;
	background:#333;
	margin:0 auto;
	}
.youshi ul li .ystp img{
	width:100%;
	}
.youshi ul li .ystp .ystpxia{
	width:166px;
	height:166px;
	}
.youshi ul li .ystp .ystpshang{
	width:166px;
	height:166px;
	position:absolute;
	margin-top:-166px;
	transition:all 1s;
	}
.youshi ul li .ystp:hover .ystpshang{
	opacity:0;
	}
.youshi ul li h3{
	color:#0044ab;
	font-size:20px;
	margin-top:15px;
	}
.youshi ul li p{
	font-size:13px;
	color:#666;
	margin-top:10px;
	line-height:25px;
	}
@media (max-width:800px) {
.youshi ul li .ystp{
	width:80px;
	height:80px;
	border-radius:83px;
	}
.youshi ul li .ystp .ystpxia{
	width:80px;
	height:80px;
	}
.youshi ul li .ystp .ystpshang{
	width:80px;
	height:80px;
	margin-top:-80px;
	}
.youshi ul li{
	width:48%;
	}
.youshi ul li h3{
	font-size:16px;
	}
.youshi ul li p{
	font-size:12px;
	}
}
/**************************新闻**************************/
.new{
	overflow:hidden;
	}
.netp{
	width:30%;
	float:left;
	overflow:hidden;
	}
.netp p{
	font-size:14px;
	color:#666;
	line-height:25px;
	padding:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	}
.netp .nep{
	background:#0044ab;
	padding:20px;
	width: calc(100% - 40px);
	min-height:80px;
	}
.netp .nep p{
	color:#fff;
	padding:0px;
	}
.netp .nep p:nth-of-type(1){
	font-size:18px;
	font-weight:bold;
	}
.netp .nep p:nth-of-type(2){
	font-size:14px;
	margin-top:10px;
	}
.netp .neimg{
	height: 0px;
    padding-bottom: 62%;
	margin-bottom:15px;
	}
.netp .neimg img{
	width:100%;
	}
.newz{
	width:68%;
	float:right;
	overflow:hidden;
	}
.newz .nebt{
	overflow:hidden;
	border-left:3px solid #0044ab;
	}
.newz .nebt p:nth-of-type(1){
	float:left;
	font-size:18px;
	color:#0044ab;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	}
.newz .nebt p:nth-of-type(2){
	float:right;
	font-size:14px;
	color:#333;
	line-height:30px;
	}
.newz .nebt p:nth-of-type(2) a{
	color:#333;
	}
.newz .nebt p:nth-of-type(2) a:hover{
	color:#0044ab;
	text-decoration:underline;
	}
.newz ul{
	margin-top:20px;
	overflow:hidden;
	}
.newz ul li{
	overflow:hidden;
	border-bottom:1px solid #ddd;
	}
.newz ul li+li{
	margin-top:38px;
	}
.newz ul li .nel{
	float:left;
	width: calc(80% - 30px);
	padding:15px;
	background:#fff;
	}
.newz ul li .nel p:nth-of-type(1){
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	color:#333;
	}
.newz ul li .nel p:nth-of-type(2){
	font-size:14px;
	line-height:25px;
	margin-top:6px;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	}
.newz ul li .ner{
	float:right;
	width:20%;
	background:#e8e8e8;
	text-align:center;
	padding: 20px 0px;
	}
.newz ul li .ner p:nth-of-type(1){
	font-size:40px;
	color:#a1a1a1;
	font-weight:bold;
	}
.newz ul li .ner p:nth-of-type(2){
	font-size:12px;
	color:#a1a1a1;
	margin-top:7px;
	}
.newz ul li:hover{
	border-bottom:1px solid #0044ab;
	}
.newz ul li:hover .ner{
	background:#0044ab;
	}
.newz ul li:hover .ner p{
	color:#fff;
	}
@media (max-width:1200px) {
.newz ul li+li{
	margin-top:30px;
	}
	}
@media (max-width:700px) {
.netp{
	display:none;
	}
.newz{
	width:100%;
	float:none;
	overflow:hidden;
	}
	}
/**************************关于**************************/
.about{
	margin-top:40px;
	overflow:hidden;
	}
.about .abl{
	width:calc(50% - 60px);
	float:left;
	padding:30px;
	background:#fff;
	}
.about .abl p:nth-of-type(1){
	font-size:36px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	}
.about .abl p:nth-of-type(1) span{
	font-size:18px;
	color:#333;
	vertical-align: middle;
	}
.about .abl p:nth-of-type(2){
	font-size:18px;
	color:#999;
	margin-top:12px;
	}
.about .abl p:nth-of-type(3){
	font-size:14px;
	color:#333;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	margin-top:30px;
	}
.about .abl a{
	display:inline-block;
	margin-top:50px;
	font-size:16px;
	color:#0044ab;
	border-radius:5px;
	padding:10px 35px;
	border:1px solid #0044ab;
	transition:all 1s;
	}
.about .abl a:hover{
	color:#fff;
	background:#0044ab;
	}
.about .abr{
	width:50%;
	float:right;
	}
.about .abr ul{
	}
.about .abr ul li{
	width: 33.33%;
    height: /*0;
    padding-bottom: 29.167%;*/175px;
	float:left;
	}
.about .abr ul li:nth-of-type(odd){
	background:#0152ad;
	}
.about .abr ul li:nth-of-type(even){
	background:#fff;
	}
.about .abr ul li:nth-of-type(2){
	background:url(../images/ab1.jpg) no-repeat;
	background-size:cover;
	}
.about .abr ul li:nth-of-type(4){
	background:url(../images/ab2.jpg) no-repeat;
	background-size:cover;
	}
.about .abr ul li:nth-of-type(6){
	background:url(../images/ab3.jpg) no-repeat;
	background-size:cover;
	}
.about .abr ul li p:nth-of-type(1){
	font-size:20px;
	color:#fff;
	padding:0px 20px;
	padding-top:30px;
	}
.about .abr ul li p:nth-of-type(2){
	font-size:14px;
	color:#fff;
	line-height:30px;
	padding:0px 20px;
	}
.about .abr ul li span{
	display:block;
	width:30px;
	height:1px;
	background:#fff;
	margin:10px 20px;
	}
@media screen and (min-width:1000px) and (max-width:1130px) {
.about .abr ul li p:nth-of-type(1){
	padding-top:10px;
	}
	}
@media (max-width:1000px) {
.about .abl{
	width:calc(100% - 60px);
	float:none;
	}
.about .abl p:nth-of-type(1){
	font-size:36px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	}
.about .abr{
	width:100%;
	float:none;
	}
}
@media (max-width:600px) {
.about .abr ul li{
	width: 50%;
    height: /*0;
    padding-bottom: 29.167%;*/175px;
	float:left;
	}
	}
