/*
* @Author: zx
* @Date:   2019-04-29 10:50:05
* @Last Modified by:   zx
* @Last Modified time: 2019-04-29 15:46:55
*/


/* 二级banner */
.EjBanner{width: 100%;  height:480px; padding-top:120px;}

/* 内容 */
.content{padding:30px 0 50px;}
.Tit{text-align: center; font-size: 36px; line-height: 75px;}
.pxtxjg img{margin:20px auto 0; display: block;}

.Con2{height: 658px; padding: 50px 0; width: 100%; background:  url(conBg.jpg) center center no-repeat;}
.kctx{padding-top:150px; overflow: hidden;}
.kctx li{width: 380px; height: 345px; float: left;margin:0 10px; background-color: #fff; position: relative;}
.kctx .icon{display: block; width: 160px; height: 160px; position: absolute; left:50%; margin-left:-80px; margin-top:-80px;}
.txTit{ font-size: 24px; line-height: 50px; text-align: center; margin-top: 90px;}
.txBTit{font-size: 14px; text-align: center;}
.txBtn{display: block; width: 140px; height: 35px; line-height: 35px; margin:15px auto; text-align: center; background-color: #eee; font-size: 18px; border-radius: 5px; -webkit-border-radius:5px;  -moz-border-radius:5px;}
.ldlts{margin-top:40px;}
.More{width: 16px; height: 16px; display: block; background-color: #f6ad3c; font-size: 16px; color: #fff; position: absolute; right: 15px; bottom:15px; text-align: center; line-height: 16px;}
.kctx li p{padding:0 25px; line-height: 25px;}


.kctx .icon img{-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: transform 300ms; -o-transition: transform 300ms; transition: transform 300ms; }
.kctx .icon:hover img { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }