@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
img{border:none;}
a{color:#000;text-decoration:none;}
a:hover{text-decoration:none;color:#000;}
.clear{clear:both;}
body{font-size:12px;color:#000;}
li{list-style:none;}

.sx_banner{
	width:100%;
	height:634px;
	margin:auto;
	overflow:hidden;
	}
.sx_banner img{
	width:100%;
	height:634px;
	}
.sx_head {
  background: url(logobg.png) no-repeat center center;
  top:0 ;
  position:absolute;
  width: 100%;
  z-index: 999;
}
.sx_nav{
	width:1000px;
	margin:auto;
	height:100px;
	overflow:hidden;
	}
.sx_nav ul {
  height: 30px;
  padding-left: 440px;
  padding-top: 65px;
  width: 560px;
}
.sx_nav li {
  float: left;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width:80px;
}
.sx_nav li a{color:#fff;}
.sx_bt {
  margin: auto;
  width: 1000px;
}
.sx_bt img {
  position: absolute;
  top: 588px;
  width: 1000px;
  z-index: 999;
}
.sx_main{
	width:1000px;
	margin:auto;
	height:220px;
	background:url(footerbg_03.jpg) repeat-x 0 bottom;
	}
.sx_about {
  background: url(right_03.jpg) no-repeat right center;
  float: left;
  height: 197px;
  overflow: hidden;
  padding-top: 15px;
  width: 367px;
}
.sx_about img {
  float: left;
  height: 107px;
  padding-right: 10px;
  width: 192px;
}
.sx_about p {
  line-height: 22px;
  padding-right: 34px;
  text-indent:2em;
}
.sx_news {
  float: left;
  height: 210px;
  width: 328px;
  background:url(right_03.jpg) no-repeat right center;
  margin-left: 40px;
}
.sx_news ul{
	padding-top:10px;
	}
.sx_news li {
  height: 25px;
  line-height: 25px;
  background:url(newsli_03.jpg) no-repeat 0 8px;
  padding-left:15px;
}
.sx_contact {
  float: right;
  padding-right: 10px;
  padding-top: 15px;
}
.sx_contact img {
  width: 197px;
  height: 58px;
  padding-bottom:5px;
}
.sx_contact p {
  height: 25px;
  line-height: 25px;
}
.sx_footer{
	width:100%;
	border-top:1px solid #0f5b91;
	margin-top:20px;
	padding-top:8px;
	padding-bottom:5px;
	}
.sx_footer p{
	text-align:center;
	height:25px;
	line-height:25px;
	}
/*内页*/
.sx_nymain {
  margin: 10px auto auto;
  overflow: hidden;
  padding-bottom: 20px;
  width: 1200px;
  background:#fff;
}
.sx_nyleft{
	float:left;
	width:200px;
	}
.sx_nyfenlei li{
	height:29px;
	line-height:29px;
	text-align:center;
	/*background:#0077bf;*/
	margin-top:5px;
	font-size:13px;
	}
.sx_nyfenlei li a{
	color:#000;
	}
.sx_nycontactcon img {
  width: 200px;
}
.sx_nycontactcon p{
	line-height:24px;
	padding-left:15px;
	}
.sx_nybt{
	height:34px;
	line-height:34px;
	background: #0D9B4C;
	color:#fff;
	font-size:15px;
	padding-left:10px;
	}
.sx_nyfenlei{
	padding-bottom:10px;
	}
.sx_nyright{
	 float:left;
	 margin-left:15px;
	 width:985px;
	}
.sx_dq {
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 35px;
}
.sx_dq span{
	font-weight:normal;
	color:#000;
	font-size:13px;
	
	}
.sx_nyaboutcontent{
	line-height:24px;
	padding:10px;
	}
.sx_nyaboutcontent p{
	line-height:24px;
	}
.sx_nynewsli{
	line-height:24px;
	padding:15px 20px;
	}
.sx_nynewsli li{
	overflow:hidden;
	background: #f7f7f7;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	width: 100%;
    height: 159px;
    border: 1px solid transparent;
    margin-bottom: 20px;
	}
.sx_nynewsli li:hover{
	border: 1px solid #efefef;
	box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08);
}
.sx_nynewsli li:hover .pic{
	background: #ccc;
}
.sx_nynewsli li:hover .text{
	margin: 36px 0 28px 54px;
}
.sx_nynewsli li:hover .texttime{
	padding: 36px 43px 0 0;
}
.sx_nynewsli li:hover .text a{
	color: #333;
}
.sx_nynewsli li .pic{
	width: 230px;
    height: 157px;
    float: left;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.sx_nynewsli li .pic img{
	width: 200px;
    height: 130px;
    margin: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.sx_nynewsli li .text{
	width: 56%;
    float: left;
    margin: 36px 0 28px 34px;
    transition: all .3s ease-out 0s;
}
.sx_nynewsli li .text a{
	font-size: 16px;
	color: #717171;
	display: block;
	height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .3s ease-out 0s;
}
.sx_nynewsli li .text p{
	height: 52px;
	color: #A2A2A2;
	line-height: 24px;
	display: block;
	overflow: hidden;
	transition: all .3s ease-out 0s;
}
.sx_nynewsli li .texttime{
	float:right;
	color: #999;
    padding: 36px 66px 0 0;
    transition: all .3s ease-out 0s;
	font-size: 19px;
}
.sx_nynewsli li a b{
	font-weight:400;
}
.sx_nycaseli{
	overflow:hidden;
	}
.sx_nycaseli li{
	float:left;
	text-align:center;
	position:relative;
	width:372px;
	height:280px;
	overflow: hidden;
	margin: 10px;
	}
.sx_nycaseli li .pic{
	height:100%;
}
.sx_nycaseli li .text{
	width: 100%;
    height: 110px;
    background-color: rgba(48,48,48,0.7);
    position: absolute;
    left: 0px;
    bottom: -63px;
	transition: all 0.4s;
}
.sx_nycaseli li:hover .text{
	bottom: 0px;
	background-color: rgba(0,84,160,0.8);
}
.sx_nycaseli li .text h2{
	font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
}
.sx_nycaseli li .text h3{
	border: 1px #fff solid;
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.sx_nycaseli li img{
	width:100%;
	height:100%;
	transition: all 0.4s;
	}
.sx_nycaseli li:hover img{
	transform: scale(1,2) !important;
	-webkit-transform: scale(1.2) !important;
	-moz-transform: scale(1.2) !important;
	-o-transform: scale(1.2) !important;
}
.sx_xgwenz {
  background:#0D9B4C;
  color: #FFFFFF;
  font-size: 14px;
  height: 35px;
  line-height:35px;
 margin: 15px 1px 10px;
  padding-left: 10px;
}
.sx_xgarti li {
  float: left;
  height: 25px;
  line-height: 25px;
  width: 320px;
  padding-left:10px;
}

.sx_nyright div {
  clear: both;
}

.dede_pages {
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.dede_pages li{
	display: inline-block;
    padding-right: 5px;
    background-color: #c8c8c8;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    color: #fff;
    padding-left: 20px;
	}
.dede_pages .thisclass{
	background-color: #1048a0;
}
.dede_pages li:hover{
	background-color: #1048a0;
}
.dede_pages li a{
    color: #fff;
}
.sx_nyaboutcontent h1 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size:18px;
}
.dede_page{
	padding: 20px 0 20px 0;
    overflow: hidden;
}
.dede_page li {
  padding-left: 10px;
  padding-top: 6px;
  float:right;
}
.dede_page li:nth-child(1){
	float:left;
}
.sx_nynewsliss li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.text_title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 20px;
}
.nybanner{
	height:500px;
	width:100%;
}
.nybanner img{
	width:100%;
	height:100%;
}
.subnav{
	text-align: center;
    overflow: hidden;
	margin-top: 15px;
}
.subnav ul li{
	display: inline-block;
}
.subnav ul li a{
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    background: #ccc;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
	display: inline-block;
	padding: 0 12px;
}
.subnav ul li a:hover{
	background:#1048a0;
	color:#fff;
}
.subnav ul li .active{
	background:#1048a0;
	color:#fff;
}
.sx_nyabouttitle{
	text-align: center;
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 60px;
}
.sx_nyabouttitle h1{
	font-size: 30px;
	color:#000;
}