@charset "utf-8";
/* CSS Document */

/*top*/
.top{
    background: url(../images/navbg.jpg);
    height: 115px;
}
.head{}
.txt{
    height:  30px;
    background: #000000a8;
}
.te{}
.te1{
    float:  left;
    color: white;
}
.te1 p{
    line-height:  30px;
}
.te2{
    float:  right;
}
.te2 li a{
    color: white;
    line-height:  30px;
    padding-left: 15px;
}
.te2 li{
    float:  left;
}
.te2 li:hover a{}
.logo{
    float:  left;
    margin-top:  10px;
}
.logo img{}
.nav{
    float:  right;
}
.nav ul{float:  left;margin-right: 18px;}
.nav ul li{
    float:  left;
    width: 97px;
    text-align:  center;
    height: 85px;
    line-height: 85px;
}
.nav ul li a{
    font-size: 15px;
}
.nav ul li:hover{
    background: #000000a8;
    transition: all 0.5s;
}
.nav ul li:hover a{
    color: white;
}
.tel{
    float:  right;
    padding-top: 23px;
}
/*tubiao*/
.tub{
    background: url(../images/bg_1.jpg);
    height: 288px;
    background-size: 100% 100%;
    border-bottom: 1px solid #efe8cc;
}
.tub ul{padding-top:  50px;}
.tub ul li{
    float:  left;
    padding: 40px 21px;
    border: 1px solid #eae8e8;
    margin: 30px 15px;
    height: 130px;
    width: 270px;
}
.tub ul li:hover{box-shadow: rgba(0,0,0,0.1) 0 8px 20px;transform: translateY(-12px);transition: all 0.5s;margin-top: 20px;}
.tub ul li a{
}
.tub ul li a .tubimg{
    float:  left;
}
.tub ul li a .tubimg img{
    margin-right: 20px;
}
.tub ul li a .tubtx{
}
.tub ul li a .tubtx h2{
    font-size: 24px;
    line-height: 37px;
}
.tub ul li a .tubtx p{
    color: #8b8b8b;
}
.kantu1{
    float:  left;
}
.kantu1:hover{}
.kantu1:hover img{
    transform: scale(1.03);
    transform: translateY(-2px);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    box-shadow: rgba(0,0,0,0.15) 5px 6px 20px;
}
.kantu1 img{margin-right:  10px;}
.kantu2{
    margin-top:  80px;
}
.imgt:hover{
    box-shadow: rgba(0,0,0,0.15) 0 8px 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    transform: translateY(-2px);
}
.imgy:hover{
    box-shadow: rgba(0,0,0,0.15) 0 8px 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    transform: translateY(-2px);
}
.kantu2 a{}
.kantu2 a:hover img{}
.kantu2 a img{margin-bottom: 10px;}
/*about*/
.abouts{}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes sonarEffect {
0% {
opacity:.3;
}
40% {
opacity:.5;
box-shadow:0 0 0 2px rgba(255,255,255,.1), 0 0 5px 5px #0166ce, 0 0 0 5px rgba(255,255,255,.5)
}
100% {
box-shadow:0 0 0 2px rgba(255,255,255,.1), 0 0 5px 5px #0166ce, 0 0 0 5px rgba(255,255,255,.5);
 -webkit-transform:scale(1.25);
opacity:0;
}
}
.aboutp{
    background: url(../images/bg.jpg) fixed no-repeat center bottom;
    padding: 120px;
}
.text{
    text-align:  center;
    padding:  50px;
}
.text h2{
    font-size: 45px;
}
.text p{
    line-height: 30px;
    margin-top:  10px;
    color: #838383;
}
.tx p{
    color: white;
    line-height:  30px;
    font-size:  16px;
}
.fl ul li:nth-child(4) {
	border-right: 0;
}

.fl ul{overflow:  hidden;margin: 50px 0px;}

.fl ul li{float:  left;text-align:  center;padding: 20px;}
.fl ul li img{
    border: 2px solid #ffffff;
    border-radius: 200px;
    margin-bottom: 12px;
    padding: 15px;
    width: 160px;
    height: 160px;
}
.fl ul li p{
    font-size: 16px;
    line-height: 36px;
    text-align:  center;
    border: 1px solid #ffffff;
    color: white;
    border-radius:  30px;
    margin-top:  20px;
}
.tu img{    transition: all 1.0s;}
.tu:hover img{transform: rotatey(360deg);}
.fl ul li:hover p{
    /* color: #ff0000; */
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 2px;
    transition: all 0.9s ease;
    border: 1px solid #ff0000;
}
/*anli*/
.anli {
	/* height: 190px; */
	overflow: hidden;
}
.anli ul {
	width: 1240px;
}
.anli li {
	float: left;
	width: 390px;
	overflow: hidden;
	height: 258px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.anli li:nth-child(3){
	margin-right: 0px
}
.anli li img {
	width: 390px;
	height: 258px;
	transition: all 0.5s;
}
.anli li span {
	display: block;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: url('../images/opc.png');
	font-size: 13px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.anli li:hover span {
	margin-top: -35px;
}
.anli li:hover img {
	transform: scale(1.1, 1.1);
}
/*liucheng*/
.lc{
    background: url(../images/in.jpg) no-repeat center;
    height:  293px;
    margin-top: 45px;
}
.liuc{padding-top: 93px;}
.liuc li{
    float:  left;
    margin: 9px;
    border: 1px solid #6a6a6a;
}
.liuc li:hover{
    box-shadow: rgba(255, 255, 255, 0.48) -1px 0px 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    transform: translateY(-5px);
}
/*gongdi*/
.setting {
	height: 190px;
	overflow: hidden;
}
.setting ul {
	width: 1240px;
}
.setting li {
	float: left;
	width: 290px;
	overflow: hidden;
	height: 190px;
	margin-right: 12px;
}
.setting li img {
	width: 290px;
	height: 190px;
	transition: all 0.5s;
}
.setting li span {
	display: block;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: url('../images/opc.png');
	font-size: 13px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.setting li:hover span {
	margin-top: -35px;
}
.setting li:hover img {
	transform: scale(1.1, 1.1);
}
.gongdi{
	background: url('../images/ex.jpg');
	height: 485px;
}
/*news*/
.news {
	/* padding: 60px 0; */
	overflow: hidden;
}
.newsLeft {
	width: 600px;
	overflow: hidden;
	float:  left;
}
.nTitle {
	height: 85px;
	padding: 20px 30px 0 18px;
	font-size: 28px;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}
.newsLeft.fr .nTitle {
}
.nTitle span {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	line-height:  30px;
}
.nTitle a {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 8px;
}
.newsMain {
	padding: 20px;
	overflow: hidden;
}
.newsMain .n1 {
	height: 185px;
	overflow: hidden;
	margin-bottom: 15px;
	color: #888;
}
.newsMain .n1 .fl {
	width: 270px;
	height: 185px;
	overflow: hidden;
	margin-right: 15px;
}
.newsMain .n1 img {
	width: 253px;
	height: 176px;
	transition: all 0.5s;
	float:  left;
	margin-right: 29px;
}
.newsMain .n1 .date {
	font-size: 35px;
	font-family: Kalinga, Arial;
	color: #cdcbcb;
	display: block;
	line-height: 35px;
	margin-bottom: 5px;
}
.newsMain .n1 .date i {
	font-size: 15px;
	display: block;
	font-style: normal;
	line-height: 20px;
	margin-bottom: 8px;
}
.newsMain .n1 h4 {
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 28px;
}
.newsMain .n1 h4 a {
	color: #000;
	font-size:  20px;
}
.newsMain .n1 h4 a:hover {
	color: #b8b8b8;
}
.newsMain .n1:hover img {
	transition: all 0.5s;
	transform: scale(1.1, 1.1);
}
.newsMain .n2 {
	height: 39px;
	line-height: 39px;
	border-top: 1px dotted #c2c2c2;
}
.newsMain .n2 span {
	float: right;
	color: #888;
}
.newsMain .n2 a {
	display: inline-block;
	width: 420px;
	background: url('../images/news_li.jpg') no-repeat left center;
	padding-left: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.newsMain .n2 a:hover {
	background: url('../images/news_li.jpg') no-repeat 8px center;
	padding-left: 18px;
	transition: all 0.3s;
}
/*foot*/
.foot{
	background: url('../images/footerbg.jpg') no-repeat center;
	height: 400px;
	margin-top: 51px;
}
.footr{}
.foots{margin-top: 91px;}
.foots h2{
    color: #fff;
    line-height: 80px;
    padding-top: 22px;
}
.bomt li{
    float:  left;
    width: 276px;
    margin-right: -39px;
}
.bomt li h2{

color: lightgrey;

margin-bottom: 12px;

font-size: 20px;
}
.bomt li p{}
.bomt li p a{
    line-height:  30px;
    color: lightgrey;
}
.bomt li img{}
.ma{
    float:  right;
    color: lightgrey;
    /* margin-bottom: 22px; */
    font-size: 20px;
    margin-left: 22px;
}
.ma h2{
    color: lightgrey;
    margin-bottom: 22px;
    font-size: 20px;
}
.ma img{
    width: 120px;
    margin-bottom: 16px;
}
.ma p{
    font-size:  14px;
    text-align:  center;
}
.ban{margin-left: 25%;margin-top: 25px;}
.ban p{
    float:  left;
    color: lightgrey;
    margin-right:  20px;
}
.fl1 ul li:nth-child(4) {
	border-right: 0;
}

.fl1 ul{overflow:  hidden;margin: 50px 0px;}

.fl1 ul li{float:  left;text-align:  center;padding: 20px;}
.fl1 ul li img{
    border: 1px solid #dfdfdf;
    border-radius: 200px;
    margin-bottom: 12px;
    padding: 15px;
    width: 160px;
    height: 160px;
}
.fl1 ul li p{
    font-size: 16px;
    line-height: 36px;
    text-align:  center;
    border: 1px solid #dfdfdf;
    color: black;
    border-radius:  30px;
    margin-top:  20px;
}
.tu1 img{    transition: all 1.0s;}
.tu1:hover img{transform: rotatey(360deg);}
.fl1 ul li:hover p{
    /* color: #ff0000; */
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 2px;
    transition: all 0.9s ease;
    border: 1px solid #ff0000;
}