.w1220 {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
/*页面顶部*/
.header_top {
  padding-top: 10px;
  text-align: right;
}
.header_top .con {
  max-width: 80%;
  float: right;
}
.header_top a {
  display: block;
  float: left;
  line-height: 20px;
  padding: 3px 15px;
  color: #666;
  font-family: "宋体";
  font-size: 12px;
  position: relative;
}
.header_top a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 1px;
  height: 12px;
  background: #D7D7D7;
}
.header_top a:first-child:before {
  display: none;
}
.header_top a:last-child {
  padding-right: 0;
}
.header {
  margin-top: 10px;
  padding-bottom: 15px;
}
.header .logo {
  float: left;
}
.header .logo .img {
  float: left;
  line-height: 0;
}
.header .nav {
  margin-top: 30px;
  float: right;
}
.header .nav ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #E0E0E0;
  color: #454545;
  font-size: 15px;
  font-weight: bold;
}
.header .nav ul li a {
  display: block;
  color: #333;
}
.header .nav ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.header .nav ul li:hover a,
.header .nav ul li.cur a {
  color: #015AAA;
}
.blueBar {
  background: #015AAA;
  line-height: 30px;
  color: #98ADD1;
}
.banner{
	overflow: hidden;
	height: 660px;
}
.banner .box{
	height: 660px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.banner .box .ban1{
	padding-top: 175px;
}
.banner .box .text{
	padding-left: 60px;
	min-height: 153px;
	background: url(../images/ban-1.png) no-repeat left top;
}
.banner .box .text h3{
	color: #ffffff;
	font-size: 40px;
	display: inline-block;
	position: relative;
}
.banner .box .text h3::before{
	content: "";
	position: absolute;
	right: -20px;
	bottom: -10px;
	width: 33px;
	height: 33px;
	background: url(../images/sj.png) no-repeat center center;
}
.banner .box .text h3 em{
	position: absolute;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font-style: normal;
	opacity: 0.12;
	font-size: 85px;
	line-height: 80px;
	font-family: arial;
}
.banner .box .text i{
	display: block;
	width: 49px;
	height: 4px;
	background: #fff;
	opacity: 0.4;
	margin: 25px 0 30px;
}
.banner .box .text p{
	color: #ffffff;
	font-size: 18px;
}
.banner .slick-dots {
  bottom: 30px;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
}
.banner .slick-dots li.slick-active button {
  background: #ff0000;
}
.links {
  background: #E9E9E9;
  padding: 25px 0 12px;
}
.links .links_top ul {
  float: left;
}
.links .links_top ul li {
  float: left;
  padding: 0 15px;
  line-height: 36px;
  background-color: #D3D3D3;
  color: #666666;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.links .links_top ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #ADADAD;
  display: none;
}
.links .links_top ul li:hover,
.links .links_top ul li.cur {
  color: #fff;
  background-color: #ADADAD;
}
.links .links_top ul li:hover:before,
.links .links_top ul li.cur:before {
  display: block;
}
.links .links_top span {
  float: right;
  line-height: 36px;
  display: block;
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  padding: 0 25px;
  background-color: #DEDEDE;
}
.links .links_box {
  margin-top: 20px;
}
.links .links_box ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.links .links_box ul li a {
  font-size: 13px;
  color: #999;
}
.footer {
  background: #1c1c1c;
  padding: 50px 0;
}
.footer .left {
  float: left;
  color: #969696;
  font-size: 13px;
  line-height: 24px;
}
.footer .left .foot_nav {
  margin: 5px 0;
}
.footer .left .foot_nav a {
  float: left;
  color: #969696;
  padding-bottom: 10px;
  padding-right: 25px;
  border-bottom: 1px solid #969696;
}
.footer .left .foot_nav a:last-child {
  padding-right: 0;
}
.footer .right {
  float: right;
  text-align: right;
  color: #969696;
  font-size: 13px;
  line-height: 24px;
}
.footer .right p {
  margin-bottom: 5px;
}

.title {
  text-align: center;
}
.title h3,.title .h3 {
  position: relative;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 400;
  font-size: 30px;
}
.title h3 .trangle_01,.title .h3 .trangle_01 {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border: 8px solid #E62422;
  border-right-color: #e62422;
  border-bottom-color: #e62422;
  vertical-align: super;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.title h3 .trangle_02,.title .h3 .trangle_02 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: 8px solid #E62422;
  border-top-color: #e62422;
  border-left-color: #e62422;
  vertical-align: sub;
  border-left-color: transparent;
  border-top-color: transparent;
}
.title p {
  color: #777777;
  font-size: 14px;
}
.title2{
	text-align: left;
}
.title2 h3,.title2 .h3{
	color: #fff;
}
.title2 p{
	color: #fff;
}
.home_box{
	padding: 60px 0 70px;
}
.home_box ol {
  margin-top: 40px;
}
.home_box ol li {
  float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
}
.home_box ol li:nth-child(3n) {
  margin-right: 0;
}
.home_box ol li .img {
  width: 100%;
  line-height: 0;
}
.home_box ol li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px;
}
.home_box ol li .text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.home_box ol li .text h3 i {
  width: 7px;
  height: 14px;
  background: url(../images/home_p.png) no-repeat center center;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.home_box ol li .text p {
  margin-top: 10px;
  color: #cccccc;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .4s;
}
.home_box ol li:hover .text p{
	white-space:inherit;
}
.home_box2{
	background: #f6f6f6;
	padding: 60px 0;
}
.home_box2 dl{
	margin-top: 40px;
}
.home_box2 dl dt{
	width: 605px;
	position: relative;
}
.home_box2 dl dt .img{
	line-height: 0;
	overflow: hidden;
}
.home_box2 dl dt .text{
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
}
.home_box2 dl dt .text p{
	color: #fff;
	font-size: 14px;
}
.home_box2 dl dd{
	width: 605px;
}
.home_box2 dl dd ul li{
	float: left;
	width: 298px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.home_box2 dl dd ul li:nth-child(2n){
	float: right;
}
.home_box2 dl dd ul li .img{
	line-height: 0;
	overflow: hidden;
}
.home_box2 dl dd ul li .text{
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
.home_box2 dl dd ul li .text p{
	color: #fff;
	font-size: 14px;
}
.home_box3{
	background: #0556a5;
	padding: 60px 0 70px;
}
.home_box3 dl dt{
	width: 632px;
	padding-top: 15px;
}
.home_box3 dl dt .box{
	margin-top: 30px;
}
.home_box3 dl dt .box h3{
	color: #fff;
	line-height: 28px;
	font-size: 24px;
	font-weight: normal;
}
.home_box3 dl dt .box h3 span{
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 10px;
}
.home_box3 dl dt .box h3 img{
	height: 25px;
}
.home_box3 dl dt .box p{
	font-size: 14px;
	line-height: 24px;
	color: #ccd6e7;
	margin-top: 12px;
}
.home_box3 dl dt .box a{
	display: inline-block;
	border: 1px solid #5c91c4;
	line-height: 32px;
	color: #ccd6e7;
	padding: 0 25px;
	font-size: 14px;
	margin-top: 26px;
}
.home_box3 dl dt ul{
	margin-top: 40px;
}
.home_box3 dl dt ul li{
	float: left;
	width: 170px;
	margin-left: 35px;
}
.home_box3 dl dt ul li:first-child{
	margin-left: 0;
}
.home_box3 dl dt ul li .icon{
	line-height: 0;
	margin-bottom: 15px;
}
.home_box3 dl dt ul li p{
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 10px;
}
.home_box3 dl dt ul li span{
	font-size: 13px;
	line-height: 20px;
  color: #CCD6E7;
}
.home_box3 dl dd{
	width: 556px;
	line-height: 0;
}
.home_box4{
	padding: 60px 0 70px;
}
.home_box4 ol{
	margin-top: 50px;
}
.home_box4 ol li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 25px;
	min-height: 225px;
	border-right: 1px solid #e3edf6;
}
.home_box4 ol li:first-child{
	padding-left: 0;
}
.home_box4 ol li:last-child{
	padding-right: 0;
	border-right: none;
}
.home_box4 ol li .icon{
	line-height: 0;
}
.home_box4 ol li .text{
	margin-top: 20px;
}
.home_box4 ol li .text h3{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.home_box4 ol li .text p{
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.home_box5{
	background: #f6f6f6;
	padding: 60px 0 70px;
}
.home_box5 ol{
	margin-top: 40px;
}
.home_box5 ol li {
  float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
}
.home_box5 ol li:nth-child(3n) {
  margin-right: 0;
}
.home_box5 ol li .img,
.home_box5 ol li .img img {
  width: 100%;
  line-height: 0;
}
.home_box5 ol li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
.home_box5 ol li .text p{
	color: #fff;
	font-size: 16px;
}
.home_box6{
	padding: 60px 0 70px;
}
.home_box6 .tab{
	text-align: center;
	margin-top: 30px;
	color: #444444;
	font-size: 15px;
	font-weight: bold;
}
.home_box6 .tab span{
	display: inline-block;
	margin: 0 18px;
	cursor: pointer;
	padding-bottom: 12px;
	border-bottom: 2px solid transparent;
}
.home_box6 .tab span.cur,
.home_box6 .tab span:hover{
	color: #e72024;
	border-bottom-color: #e72024;
}
.home_box6 .tabBox{
	margin-top: 35px;
}
.home_box6 ul li{
	float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
}
.home_box6 ul li:nth-child(3n) {
  margin-right: 0;
}
.home_box6 ul li .img,
.home_box6 ul li .img img {
  width: 100%;
  line-height: 0;
}
.home_box6 ul li .text{
	padding-top: 15px;
}
.home_box6 ul li .text h3{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_box6 ul li .text span{
	color: #666666;
	font-size: 14px;
	margin-top: 8px;
	display: block;
}
.home_box6 ul li .text p{
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.home_box6 ol{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e7;
}
.home_box6 ol li{
	float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
  font-size: 15px;
  line-height: 28px;
  background: url(../images/yuan.jpg) no-repeat left center;
  padding-left: 16px;
}
.home_box6 ol li:nth-child(3n) {
  margin-right: 0;
}
/**关于我们**/
.about_banner{
	background: url(../images/about_banner.jpg) no-repeat center center;
	height: 660px;
}
.about_banner .box{
	width: 638px;
	height: 395px;
	float: right;
	margin-top: 265px;
	background: rgba(255,255,255,.96);
	border-top: 6px solid #e81d21;
}
.about_banner .box h3{
	font-weight: normal;
}
.about_banner .box h3 span{
	width: 240px;
	height: 65px;
	background: #015aaa;
	display: block;
	float: left;
	line-height: 65px;
	color: #fff;
	font-size: 30px;
	padding-left: 40px;
	margin-top: -26px;
}
.about_banner .box h3 em{
	font-style: normal;
	float: left;
	font-size: 35px;
	text-transform: uppercase;
	opacity: 0.11;
	margin-left: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 8px;
}
.about_banner .box .t{
	padding: 35px 40px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.about_banner .box .t p{
	margin-bottom: 20px;
}
.about_box{
	padding: 60PX 0 70PX;
}
.about_box ol{
	margin-top: 40px;
}
.about_box ol li{
	width: 586px;
	float: left;
	background: #F4F5F9;
}
.about_box ol li:last-child{
	float: right;
}
.about_box ol li .img{
	line-height: 0;
	overflow: hidden;
}
.about_box ol li .text{
	padding: 35px 25px 35px 30px;
	text-align: center;
}
.about_box ol li .text h3{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.about_box ol li .text p{
	line-height: 22px;
	font-size: 14px;
	color: #666666;
}
.about_box2{
	padding-bottom: 40px;
}
.about_box2 .tip{
	background: url(../images/about_bg.jpg) no-repeat center top;
	height: 235px;
	text-align: center;
	display: table;
	width: 100%;    
}
.about_box2 .tip .t{
	display: table-cell;
  vertical-align: middle;
}
.about_box2 .tip h3{
	font-size: 30px;
  color: #363636;
  font-weight: normal;
  text-transform: uppercase;
}
.about_box2 .tip p{
	margin-top: 30px;
	line-height: 0;
}
.about_box2 .text{
	text-align: center;
	font-size: 16px;
  color: #666;
  line-height: 24px;
}
.about_box2 .text p{
	margin-top: 20px;
}
.about_box2 .img{
	line-height: 0;
	text-align: center;
}
.about_box3{
	background: url(../images/about_bg2.jpg) no-repeat center center;
	height: 674px;
	padding: 70px 0 70px;
}
.about_box3 .title{
	text-align: center;
}
.about_box3 ol{
	margin-top: 60px;
}
.about_box3 ol li{
	float: left;
  width: 240px;
  margin-left: 86.6px;
  text-align: center;
}
.about_box3 ol li:first-child{
	margin-left: 0;
}
.about_box3 ol li .icon{
	text-align: center;
	line-height: 0;
}
.about_box3 ol li .icon span{
	display: block;
}
.about_box3 ol li .icon em{
	display: none;
}
.about_box3 ol li .text{
	margin-top: 20px;
	color: #fff;
}
.about_box3 ol li .text h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.about_box3 ol li .text p{
	font-size: 14px;
  line-height: 22px;
}
.about_box3 ol li:hover .icon span{
	display: none;
}
.about_box3 ol li:hover .icon em{
	display: block;
}
.about_box3 .more{
	margin-top: 55px;
	text-align: center;
}
.about_box3 .more a{
	  display: inline-block;
    width: 180px;
    height: 40px;
    border: 2px solid #607A95;
    border-radius: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.about_box4{
	background: #f5f5f5;
}
.about_box5{
	padding: 60px 0 70px;
}
.about_box5 .box{
	margin-top: 40px;
	background: #f2f2f2;
}
.about_box5 .box .text{
	padding: 60px;
	width: 610px;
}
.about_box5 .box .text h3{
	color: #015AAA;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}
.about_box5 .box .text h3 span{
	font-size: 20px;
	color: #666;
	display: inline-block;
	margin-left: 5px;
}
.about_box5 .box .text h4{
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}
.about_box5 .box .text h4 span{
	font-weight: bold;
}
.about_box5 .box .text .t{
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	font-family: arial;
	margin-top: 20px;
	margin-bottom: 10px;
}
.about_box5 .box .map{
	width: 605px;
	height: 410px;
}
/**散货船海运服务**/
.ny_banner{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.ny_banner .img{
	line-height: 0;
	overflow: hidden;
}
.title_box{
	padding-top: 120px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.title_box h3{
	font-size: 35px;
	color: #fff;
}
.title_box p{
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.fuwu_box{
	padding: 60px 0 70px;
}
.fuwu_box ol{
	margin-top: 40px;
}
.fuwu_box ol li{
	float: left;
	width: 236px;
	text-align: center;
	margin-left: 10px;
}
.fuwu_box ol li:first-child{
	margin-left: 0;
}
.fuwu_box ol li .img{
	line-height: 0;
	overflow: hidden;
}
.fuwu_box ol li p{
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}
.fuwu_box2{
	background: url(../images/fuwu_bg.jpg) no-repeat center center;
	height: 591px;
	padding-top: 100px;
}
.fuwu_box2 .title{
	text-align: center;
}
.fuwu_box2 ol{
	margin-top: 80px;
}
.fuwu_box2 ol li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 25px;
	min-height: 225px;
	border-right: 1px solid #2d71ae;
}
.fuwu_box2 ol li:first-child{
	padding-left: 0;
}
.fuwu_box2 ol li:last-child{
	padding-right: 0;
	border-right: none;
}
.fuwu_box2 ol li .icon{
	line-height: 0;
}
.fuwu_box2 ol li .text{
	margin-top: 20px;
}
.fuwu_box2 ol li .text h3{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.fuwu_box2 ol li .text p{
	color: #bac9de;
	font-size: 14px;
	line-height: 22px;
}
.fuwu_box3{
	padding: 60px 0 55px;
}
.fuwu_box3 .tab{
	text-align: center;
	margin-top: 30px;
	color: #444444;
	font-size: 15px;
	font-weight: bold;
}
.fuwu_box3 .tab span{
	display: inline-block;
	margin: 0 18px;
	cursor: pointer;
	padding-bottom: 12px;
	border-bottom: 2px solid #fff;
}
.fuwu_box3 .tab span.cur,
.fuwu_box3 .tab span:hover{
	color: #e72024;
	border-bottom-color: #e72024;
}
.fuwu_box3 .tabBox{
	margin-top: 35px;
}
.fuwu_box3 ul li{
	float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
  margin-bottom: 15px;
}
.fuwu_box3 ul li:nth-child(3n){
	margin-right: 0;
}
.fuwu_box3 ul li .img,
.fuwu_box3 ul li .img img{
	line-height: 0;
	width: 100%;
}
.fuwu_box3 ul li .text{
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
.fuwu_box3 ul li .text p{
	color: #fff;
}
.fuwu_box4{
	background: url(../images/fuwu_bg2.jpg) no-repeat center center;
	/* height: 518px; */
	height: 744px;
	padding-top: 70px;
}
.fuwu_box4 .title{
	text-align: center;
}
.fuwu_box4 ol{
	margin-top: 60px;
}
.fuwu_box4 ol li{
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 30px 10px;
	min-height: 235px;
  border-right: 1px solid #2d71ae;
  margin-bottom: 15px;
  position: relative;
}
.fuwu_box4 ol li:nth-child(4n){
	border-right: none;
}
.fuwu_box4 ol li:nth-child(5),
.fuwu_box4 ol li:nth-child(6),
.fuwu_box4 ol li:nth-child(7),
.fuwu_box4 ol li:nth-child(8){
	margin-top: 15px;
}
.fuwu_box4 ol li:nth-child(5):before,
.fuwu_box4 ol li:nth-child(6):before,
.fuwu_box4 ol li:nth-child(7):before,
.fuwu_box4 ol li:nth-child(8):before{
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background:#2d71ae;
	content: "";
}

.fuwu_box4 ol li .icon{
	line-height: 0;
}
.fuwu_box4 ol li .text{
	margin-top: 20px;
}
.fuwu_box4 ol li .text h3{
	margin-top: 15px;
	font-size: 18px;
	font-weight: normal;
}
.fuwu_box4 ol li .text p{
	margin-top: 10px;
	font-size: 14px;
	color: #bac9de;
}
.fuwu_box5{
	background: #f6f6f6;
	height: 680px;
	overflow: hidden;
	padding: 60px 0 70px;
}
.fuwu_box5 ol{
	padding-left: 25px;
	margin-top: 40px;
	background: url(../images/img_bg1.jpg) no-repeat center top;
}
.fuwu_box5 ol li{
	float: left;
	width: 109px;
	min-height: 270px;
	margin-right: 132px;
	text-align: center;
}
.fuwu_box5 ol li:nth-child(5n){
	margin-right: 0;
}
.fuwu_box5 ol li .icon{
	width: 109px;
	line-height: 0;
	margin: 0 auto;
}
.fuwu_box5 ol li .icon img{
	max-width: 100%;
	opacity: 0.8;
    filter: grayscale(100%);
}
.fuwu_box5 ol li .t{
	margin-top: 14px;
	width: 177px;
	position: relative;
	left: -34px;
}
.fuwu_box5 ol li .t h3{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
}
.fuwu_box5 ol li .t p{
	margin-top: 5px;
	color: #7e7e7e;
	font-size: 13px;
	line-height: 19px;
}
.fuwu_box5 ol li:hover .icon img{
	opacity: 1;
	filter: grayscale(0);
}
/**散货船价格&优势**/
.yushi_box{
	padding: 110px 0 70px;
}
.yushi_box .w1220{
	position: relative;
}
.yushi_box .img{
	float: left;
	width: 610px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: -38px;
}
.yushi_box .text{
	float: right;
	width: 740px;
	background: #f4f5f9;
	height: 360px;
	padding: 40px 50px 0 175px;
}
.yushi_box .text .title{
	text-align: left;
}
.yushi_box .text .t{
	margin-top: 35px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.yushi_box2{
	background: url(../images/youshi_bg.jpg) no-repeat center center;
	height: 520px;
	padding-top: 100px;
}
.yushi_box2 .title{
	text-align: center;
}
.yushi_box2 .t{
	max-width: 770px;
	margin: 35px auto 0;
	text-align: center;
	color: #d4dbe4;
	font-size: 16px;
	line-height: 30px;
}
.yushi_box3{
	padding: 60px 0 70px;
}
.yushi_box3 ol{
	margin-top: 40px;
}
.yushi_box3 ol li{
	float: left;
	width: 400px;
	background: #f6f6f6;
	margin-left: 10px;
	text-align: center;
}
.yushi_box3 ol li:first-child{
	margin-left: 0;
}
.yushi_box3 ol li .img{
	line-height: 0;
	overflow: hidden;
}
.yushi_box3 ol li .text{
	padding: 25px;
}
.yushi_box3 ol li .text h3{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}
.yushi_box3 ol li .text p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.yushi_box4{
	background: url(../images/youshi_bg2.jpg) no-repeat center center;
	height: 500px;
	padding-top: 110px;
}
.yushi_box4 .title h3,.yushi_box4 .title .h3{
	color: #fff;
}
.yushi_box4 .box{
	text-align: center;
	margin: 40px auto 0;
	max-width: 685px;
	color: #fff;
}
.yushi_box4 .box .icon{
	line-height: 0;
}
.yushi_box4 .box .t{
	margin-top: 35px;
	line-height: 26px;
}
/**服务案例**/
.case_box{
	background: #fff;
}
.case_box .tab{
	margin-top: 35px;
	text-align: center;
}
.case_box .tab span{
	display: inline-block;
	border: 1px solid #999999;
	line-height: 40px;
	min-width: 140px;
	border-radius: 3px;
	margin: 0 10px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}
.case_box .tab span.cur,
.case_box .tab span:hover{
	background: #015aaa;
	color: #fff;
	border-color: #015aaa;
}
.case_list{
	background: #f6f6f6;
	padding: 60px 0 70px;
}
.case_list ol{
	margin-bottom: 20px;
}
.case_list ol li{
	float: left;
	width: 386px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
}
.case_list ol li:nth-child(3n){
	margin-right: 0;
}
.case_list ol li .img{
	line-height: 0;
	overflow: hidden;
}
.case_list ol li .text{
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
}
.case_list ol li .text p{
	color: #fff;
}
.page{
	text-align: center;
}
.page a{
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	min-width: 34px;
	border-radius: 3px;
	color: #666666;
	margin: 0 3px;
	font-family: arial;
	border: 1px solid #cccccc;
}
.page a.cur,
.page a:hover{
	background: #015aaa;
	color: #fff;
	border-color: #015aaa;
}
/**联系我们**/
.contact_banner{
	background: url(../images/contact_banner.jpg) no-repeat center center;
	height: 657px;
	overflow: hidden;
}
.contact_banner .text_box{
	width: 1220px;
	margin: 0 auto;
	padding-top: 110px;
}
.contact_banner .text_box h1,.contact_banner .text_box .h1{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.contact_banner .text_box h3{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	margin-top: 9px;
}
.contact_banner .text_box h4{
	margin-top: 15px;
	color: #1a58ab;
	font-size: 32px;
	font-weight: bold;
	font-family: arial;
}
.contact_banner .text_box .text{
	margin-top: 12px;
	width: 555px;
	border-top: 1px solid #fff;
}
.contact_banner .text_box .text p{
	color: #333333;
	font-size: 16px;
	padding-top: 21px;
}
.contact_banner .text_box .text ol{
	margin-top: 18px;
}
.contact_banner .text_box .text ol a{
	display: block;
	width: 146px;
	height: 42px;
	background: #1a58ab;
	float: left;
	margin-right: 20px;
	border-radius: 3px;
	color: #fff;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
}
.contact_banner .text_box .text ol a span{
	padding-left: 25px;
	background: url(../images/g_icon.png) no-repeat left center;
}
.contact_banner .text_box .text ol a.zixun span{
	padding-left: 34px;
	background: url(../images/g_icon2.png) no-repeat left center;
}
.contact_banner .text_box .text ol a.yx {
    background: #fdfdfd url(../images/yx_icon.png) no-repeat 20px center;
    min-width: 227px;
    color: #a8a8a8;
    padding-left: 46px;
    padding-right: 10px;
    text-align: left;
    font-size: 16px;
}
.contact_banner .text_box .text p.dd span {
    color: #6d6d6d;
    font-size: 13px;
    background: url(../images/g001.png) no-repeat left center;
    padding-left: 18px;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}
.contact_banner .text_box .text p.dd span.cur{
		background: url(../images/g002.png) no-repeat left center;
}
.contact_banner .text_box .text ul {
    margin-top: 18px;
}
.contact_banner .text_box .text ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    margin-bottom: 9px;
    background: #fff;
}
.contact_banner .text_box .text ul li:first-child {
    width: 143px;
}
.contact_banner .text_box .text ul li:nth-child(2) {
    width: 181px;
}
.contact_banner .text_box .text ul li:nth-child(3) {
    width: 210px;
    margin-right: 0;
}
.contact_banner .text_box .text ul li:nth-child(4) {
    width: 442px;
    height: 60px;
}
.contact_banner .text_box .text ul li:last-child {
    width: 100px;
    height: 60px;
    margin-right: 0;
    line-height: 60px;
}
.contact_banner .text_box .text ul li:last-child input {
    height: 60px;
    width: 100%;
}
.contact_banner .text_box .text ul li input {
    width: 100%;
    font-size: 14px;
    height: 40px;
    font-family: 微软雅黑;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: none;
    padding: 0px 10px;
}
.contact_banner .text_box .text ul li textarea {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 40px;
    font-family: 微软雅黑;
    padding: 0px 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: none;
}

.contact_box{
	background: url(../images/contact_bg.jpg) no-repeat center center;
	height: 757px;
}
.contact_box .box{
	width: 1220px;
	margin: 0 auto;
	position: relative;
	padding-top: 107px;
}
.contact_box .box .left{
	width: 733px;
	float: left;
}
.contact_box .box .left .img{
	margin-top: 50px;
}
.contact_box .box .right{
	position: absolute;
	right: -8px;
	top: 154px;
	width: 572px;
	height: 448px;
	background: url(../images/contact_bg2.png) no-repeat center center;
	padding: 85px 46px 0 82px;
}
.contact_box .box .right h3{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.contact_box .box .right .bt{
	border-bottom: 1px solid #f5f5f5;
	margin-top: 15px;
}
.contact_box .box .right .bt span{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
}
.contact_box .box .right .text{
	margin-top: 10px;
}
.contact_box .box .right .text p{
	padding-top: 0;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}




/*资讯*/
.lf{float:left}.rt{float:right}
.contactUsBanner {
    position: relative;
}

.contactUsBanner > img {
    width: 100%;
    height: 800px;
}

.contactUsBanner .text h1 {
    margin-top: 14px;
    color: #282828;
    font-weight: 900;
    font-size: 35px;
}

.contactUsBanner .text h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    color: #0D9151;
    font-size: 32px;
}

.contactUsBanner .text h2 span {
    vertical-align: middle;
}

.contactUsBanner .text p {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 16px;
}

.contactUsBanner .text a {
    display: inline-block;
    width: 160px;
    height: 40px;
    border-radius: 40px;
    background-color: #0D9151;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
}

.contactUsBanner .text h3 {
    margin-top: 64px;
}

.contactUsBanner .text h3 a:first-child {
    margin-right: 15px;
    border: 2px solid transparent;
    color: #ffffff;
}

.contactUsBanner .text h3 a:last-child {
    border: 2px solid #C6C6C6;
    background-color: transparent;
}

.buildStation-banner .contactUsBanner .text {
    position: absolute;
    top: 80px;
    left: 350px;
}

.buildStation-banner .contactUsBanner .text h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
	color:#ffffff;
}

.buildStation-banner .contactUsBanner .text p {
    margin-bottom: 7px;
}

.buildStation-banner .contactUsBanner .text p:nth-child(2) {
    margin-bottom: 20px;
    color: #222222;
}

.buildStation-banner .contactUsBanner .text h3 a {
    width: 132px;
    border: 1px solid #AEAEAE;
    color: #636363;
}

.latestRelease {
    padding: 40px 0 20px;
	
}

.latestRelease-box {
    margin: 0 auto;
    width: 1220px;
}

.latestRelease-box .list > h2 {
    width: 830px;
    height: 50px;
    border-bottom: 1px solid #DEE1E1;
    color: #444444;
    font-weight: 900;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
}

.latestRelease-box .list > h2 span {
    color: #959595;
    font-weight: 400;
    font-size: 17px;
}

.latestRelease-box .list ul.text-list-box li {
    padding: 20px 0;
    border-bottom: 1px dashed #DCDCDC;
}

.latestRelease-box .list li:last-child {
    margin-bottom: 40px;
    border-bottom: 0;
}

.latestRelease-box .list li div.text {
    width: 606px;
    height: 125px;
    color: #777777;
    font-size: 13px;
    text-align: left;
}

.latestRelease-box .list li div.text h3 {
    /*margin-bottom: 15px;*/
    color: #333;
    font-weight: 900;
    font-size: 16px;
}

.latestRelease-box .list li div.text div span {
    margin-right: 20px;
}

.latestRelease-box .read i {
    display: inline-block;
    width: 15px;;
    height: 10px;;
    background: url("../images/build-icon-01.png") no-repeat;
}

.latestRelease-box .zan i {
    display: inline-block;
    width: 12px;;
    height: 12px;;
    background: url("../images/build-icon-02.png") no-repeat;
}

.latestRelease-box .discuss i {
    display: inline-block;
    width: 13px;;
    height: 13px;;
    background: url("../images/build-icon-03.png") no-repeat;
}

.latestRelease-box .list li div.text p {
    display: -webkit-box;
    margin-bottom: 20px;
    color: #999999;
    text-overflow: ellipsis;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latestRelease-box .list li div.text p.date{
    padding-top: 0;
}
.rt-content {
    width: 330px;
		overflow:hidden;
}

.rt-content .title {
    position: relative;
    margin-bottom: 20px;
    padding-left: 22px;
    height: 50px;
    background-color: #F8F8F8;
    color: #444444;
    font-size: 18px;
    line-height: 50px;
    text-align: left;
}

.rt-content .title i {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background-color: #0D9151;
}


.contactUsBanner .banner-text {
    position: absolute;
    top: 250px;
    margin-top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.contactUsBanner .banner-text h1{
	font-weight: normal;
}
.contactUsBanner .banner-text p{
	line-height: 36px;
	color: #fff;
	margin-top: 30px;
}

.w1220{
	width: 1220px;
	margin: 0 auto;
}
.bread{
	background: #f6f6f6;
	line-height: 24px;
	color: #999999;
	text-align: left;
}
.bread a{
	color: #999999;
	font-size: 12px;
	display: inline-block;
}

.newsshow_banner{
	position: absolute;
	left: 50%;
	top: 400px;
	margin-left: -630px;
	width: 1260px;
	text-align: left;
	display: none;
}
.newsshow_banner .bt_text h3{
	color: #015aaa;
	font-size: 40px;
}
.newsshow_banner .bt_text p{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}
.newsshow_banner ol{
	margin-top: 55px;
}
.newsshow_banner ol li{
	float: left;
	padding: 0 32px;
	border-left: 1px solid #b8b9c0;
}
.newsshow_banner ol li:first-child{
	border-left: none;
	padding-left: 0;
}
.newsshow_banner ol li .icon{
	line-height: 0;
}
.newsshow_banner ol li .t{
	width: 186px;
	margin-top: 20px;
}
.newsshow_banner ol li .t h3{
	color: #2d2d2d;
	font-size: 16px
}
.newsshow_banner ol li .t p{
	margin-top: 7px;
	color: #666;
	font-size: 13px
}

.rt-content .titleT{
	border-bottom: 1px solid #dfe1e0;
    color: #999999;
    font-size: 16px;
    font-family: arial;
    text-align: left;
}
.rt-content .titleT span{
	color: #444444;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 10px;
    position: relative;
    bottom: -1px;
    border-bottom: 2px solid #166ecf;
}


.guo_box{
	background: url(../images/szj_img1.jpg) no-repeat center center;
	height: 194px;
	padding: 25px 24px;
	text-align: left;
}
.guo_box p{
	color: #1e3149;
	font-size: 16px;
}
.guo_box .t{
	margin-top: 15px;
}
.guo_box .t a{
	display: block;
	line-height: 0;
	margin-bottom: 7px;
}
.guo_box2{
	padding: 30px 10px;
} 
.guo_box2 .img{
	float: left;
	line-height: 0;
}
.guo_box2 p{
	margin-left: 20px;
	padding-top: 5px;
	float: left;
	color: #373439;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.guo_box3{
	margin-bottom: 40px;
}

/**2017-11-22**/
.boxgl{
	width: 1220px;
	margin: 0 auto;
}
.gl_banner{
	background: url(../images/gl_banner.jpg) no-repeat center center;
	height: 400px;
	padding-top: 130px;
}
.gl_banner h1{
	color: #333333;
	font-size: 44px;
	margin-bottom: 15px;
}
.gl_banner p{
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}
.newsTop{
	margin-top: 55px;
}
.newsTop ul li{
	width: 390px;
	height: 233px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 24px;
}
.newsTop ul li:last-child{
	margin-right: 0;
}
.newsTop ul li .img img{
	width: 100%;
	height: 100%;
}
.newsTop ul li .text{
	z-index: 1;
	font-size: 16px;
	color: #fff;
	height: 48px;
	line-height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.7);
	padding: 0 28px;
	text-overflow:ellipsis;
	overflow: hidden;
}
.container_con{
	margin-top: 54px;
	padding-bottom: 55px;
}
.container_con .titleT{
	border-bottom: 1px solid #dfe1e0;
	color: #999999;
	font-size: 16px;
	font-family: arial;
}
.container_con .titleT span,.container_con .titleT .span{
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 10px;
	position: relative;
	bottom: -1px;
	border-bottom: 2px solid #166ecf;
}
.container_con .f-l{
	width: 803px;
	overflow: hidden;
}
.container_con .f-l .number ul li{
	width: auto;
}
.container_con .f-l ul li{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #dcdcdc;
	padding: 20px 0;
}
.container_con .f-l ul li .img{
	display: block;
	width: 204px;
	height: 125px;
	float: left;
}
.container_con .f-l ul li .text{
	float: right;
	width: 575px;
}
.container_con .f-l ul li .text h3{
	font-size: 16px;
	font-weight: bold;
}
.container_con .f-l ul li .text h3 a{
	color: #444444;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.container_con .f-l ul li .text p{
	color: #666666;
	font-size: 14px;
	padding-top: 0;
	margin-top: 8px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.container_con .f-l ul li .text .bottom_btn{
	margin-top: 25px;
	color: #999999;
	font-size: 13px;
}
.container_con .f-l ul li .text .bottom_btn a{
	display: inline-block;
	float: left;
	color: #999999;
	font-size: 13px;
	padding-left: 18px;
	margin-right: 20px;
}
.container_con .f-l ul li .text .bottom_btn .a1{
	background: url(../images/G_icon1.png) no-repeat left center;
}
.container_con .f-l ul li .text .bottom_btn .a2{
	background: url(../images/G_icon2.png) no-repeat left center;
}
.container_con .f-l ul li .text .bottom_btn .a3{
	background: url(../images/G_icon3.png) no-repeat left center;
}
.container_con .f-l ul li .text .bottom_btn  em{
	font-style: normal;
	float: right;
}
.container_con .f-l ul li:last-child{
	border-bottom: none;
}
.container_con .f-l .more_btn{
	margin-top: 42px;
	background: #f2f2f2;
	line-height: 42px;
	text-align: center;
}
.container_con .f-l .more_btn a{
	display: block;
	color: #999999;
	font-size: 16px;
}
.container_con .f-l .more_btn a i{
	background: url(../images/22.png) no-repeat center center;
	width: 35px;
	height: 9px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.container_con .f-r{
	width: 340px;
}
.container_con .f-r .titleT{
	margin-top: 40px;
}
.container_con .f-r .titleT:first-child{
	margin-top: 0;
}
.container_con .f-r .ul_list li{
	padding: 20px 0;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #dcdcdc;
}
.container_con .f-r .ul_list li .img{
	display: block;
	width: 112px;
	height: 69px;
	float: left;
}
.container_con .f-r .ul_list li .img img{
	width: 100%;
}
.container_con .f-r .ul_list li .text{
	width: 208px;
	float: right;
}
.container_con .f-r .ul_list li .text h3{
	color: #444444;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.container_con .f-r .ul_list li .text .bottom_btn{
	margin-top: 15px;
	color: #999999;
	font-size: 13px;
}
.container_con .f-r .ul_list li .text .bottom_btn a{
	display: inline-block;
	float: left;
	color: #999999;
	font-size: 13px;
	padding-left: 18px;
	background: url(../images/G_icon1.png) no-repeat left center;
}
.container_con .f-r .ul_list li .text .bottom_btn  em{
	font-style: normal;
	float: right;
}
.container_con .f-r .ul_list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.container_con .f-r .ul_search li{
	padding-top: 20px;
	width: 48%;
	float: left;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.container_con .f-r .ul_search li:nth-child(2n){
	float: right;
}
.container_con .f-r .ul_search li a{
	text-decoration: underline;
}
.container_con .f-r .words{
	margin-top: 20px;
}
.container_con .f-r .words a{
	margin-right: 5px;
}
.container_con .f-r .link a{
	display: inline-block;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 18px;
}

.latestRelease-box .titleT{
	border-bottom: 1px solid #dfe1e0;
	color: #999999;
	font-size: 16px;
	font-family: arial;
	text-align: left;
}
.latestRelease-box .titleT span,.latestRelease-box .titleT .span{
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 10px;
	position: relative;
	bottom: -1px;
	border-bottom: 2px solid #166ecf;
}

.latestRelease-box .titleT{
	margin-top: 40px;
}
.latestRelease-box .titleT:first-child{
	margin-top: 0;
}
.latestRelease-box .ul_search li{
	padding-top: 20px;
	width: 48%;
	float: left;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
}
.latestRelease-box .ul_search li:nth-child(2n){
	float: right;
}
.latestRelease-box .ul_search li a{
	text-decoration: underline;
}
.latestRelease-box .words{
	margin-top: 20px;
	text-align: left;
}
.latestRelease-box .words a{
	margin-right: 5px;
}
.latestRelease-box .link a{
	display: inline-block;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 18px;
}

.rt-content .tab {
    /* display: -webkit-flex; */
    margin-bottom: 40px;
    /* justify-content: space-between; */ /* flex-wrap: wrap; */
}

.rt-content .tab li {
    float: left;
    /*overflow: hidden;*/
    margin-bottom: 10px;
    /*width: 78px;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/

}

.rt-content .tab li.cur a,.rt-content .tab li:hover a{
	color: #015aaa;
	border: 1px solid #015aaa;
}

.rt-content .tab li + li {
    margin-left: 6px;
}

.rt-content .tab li:nth-child(5), .latestRelease-box .rt-content .tab li:nth-child(9) {
    margin-left: 0;
}

.rt-content .tab li a {
    display: block;
    /*width: 78px;*/
    height: 35px;
    border: 1px solid #D8D8D8;
    color: #A2A2A2;
    text-align: center;
    font-size: 14px;
    padding: 8px 5px;
    /*line-height: 35px;*/
}

.rt-content .article .text-box {
    margin-top: 0;
    width: 205px;
    color: #666666;
    font-size: 16px;
    text-align: left;
}

.rt-content .article .text-box div {
    margin-top: 13px;
    color: #A9A9A9;
    font-size: 14px;
}

.rt-content .article li {
    padding: 13px 0;
    border-bottom: 1px dashed #D0D0D0;
}

.rt-content .article li:first-child {
    padding-top: 0;
}

.rt-content .article li:last-child {
    border-bottom: 0;
}

.rt-content .one-img {
    margin: 17px 0 50px;
}

.rt-content .goodArticle li {
    padding: 13px 0;
    border-bottom: 1px dashed #D0D0D0;
}

.rt-content .goodArticle li:last-child {
    margin-bottom: 30px;
}

.rt-content .goodArticle li a {
    color: #666666;
    font-size: 16px;
}

.rt-content .goodArticle li div {
    margin-top: 15px;
}

.rt-content .items {
}

.rt-content .items span {
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}

.rt-content .items .size01 {
    color: #929292;
    font-size: 21px;
}

.rt-content .items .size03 {
    font-size: 17px;
}

.number {
    margin: 40px auto 0;
    /*width: 406px;*/
    /*padding: 0 150px;*/
}

.number li {
    float: left;
    margin-right: 1px;
}

.number li:first-child a, .number li:last-child a {
    background-color: transparent;
}

.number li:first-child {
    margin-right: 20px;
}

.number li:last-child {
    margin-right: 0;
    margin-left: 20px;
}

.number li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    color: #999999;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
}
.number li a img{
	vertical-align: middle;
}

/*.imgList-box .number li:not(:first-child) a.active,*//*.imgList-box .number li:not(:last-child) a.active{*/ /* background-color: #0D9151; */ /* color: #ffffff; *//*;;}*/
.number li:not(:first-child):hover a, .number li:not(:last-child):hover a {
    background-color: #0D9151;
    color: #ffffff;
}

/*资讯详情*/
.article-details {
    margin: 50px auto;
    width: 1220px;
		overflow: hidden;
}

.f-l {
    float: left;
}

.article-details .article {
    width: 840px;
		
}

.article-details .article .article-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #e3e3e3;
}

.article-details .article .article-header .more {
    width: 840px;
}

.article-details .article .article-header h1 {
    margin-bottom: 20px;
    color: #333333;
    font-weight: normal;
    font-size: 27px;
}

.article-details .article .article-content {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #e3e3e3;
    color: #777777;
    font-size: 15px;
    line-height: 28px;
}

.article-details .aside {
    width: 305px;
}

.f-r {
    float: right;
}

.gz_img {
    margin-bottom: 20px;
    line-height: 0;
}

.article-details .aside .aside-title {
    margin-bottom: 5px;
    padding: 17px;
    border-left: 2px solid #d71c27;
    background: #f7f7f7;
    color: #666;
    font-weight: normal;
    font-size: 16px;
}

.article-details .aside .hot-article2 .item {
    /* padding: 15px 0; */
    padding-bottom: 15px;
    border-bottom: 1px dotted #d0d0d0;
}

.article-details .aside .hot-article2 .item p {
    margin-top: 10px;
}

.article-details .article .articles-link {
    margin-bottom: 70px;
    width: 840px;
}

.article-details .article .articles-link .link a {
    display: block;
    outline: none;
    color: #777777;
    text-decoration: none;
    font-size: 15px;
    line-height: 34px;
}

.article-details .article .articles-link .link a:last-child {
    margin-top: 8px;
}

.article-details .article .articles-link .link a {
    display: block;
    height: 34px;
    outline: none;
    color: #777777;
    text-decoration: none;
    font-size: 15px;
    line-height: 34px;
}

.article-details .article .articles-link .link a .f-l {
    display: block;
    margin-right: 10px;
    width: 83px;
    height: 34px;
    border: 1px solid #c1c1c1;
    text-align: center;
    line-height: 32px;
}

.article-details .article .articles-link .link a .f-r {
    float: left;
}

.article-details .article .articles-link .return {
    float: right;
    display: block;
    margin-top: 44px;
    width: 110px;
    height: 34px;
    border: 1px solid #c1c1c1;
    color: #777777;
    text-align: center;
    line-height: 32px;
}

.article-details .aside .hot-article2 .item h3 a {
    display: block;
    overflow: hidden;
    /* margin-bottom: 10px; */
    color: #44444e;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
}

span.read-count {
    float: left;
    padding-left: 22px;
    background: url(../images/news-list-bg.png) no-repeat left center;
    font-size: 14px;
}

span.read-count, span.date {
    color: #a7a7a7;
    font-weight: 200;
}

span.date {
    float: right;
    font-size: 10px;
}

.more-information {
    margin: 0;
    /* margin-bottom: 8px; */
    height: 20px;
}

.img-box {
    text-align: center;
}

.zhichi a{
	color: #969696;
	font-size: 13px;
}


.motion_top {
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 0;
}
.motion_top.in_motion {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: transform 2s , opacity 1.5s;
    -moz-transition: transform 2s , opacity 1.5s;
    -ms-transition: transform 2s , opacity 1.5s;
    -o-transition: transform 2s , opacity 1.5s;
    transition: transform 2s , opacity 1.5s;
}

/**首页响应**/
.header .navbt {
    display: none;
    position: absolute;
    width: 23px;
    height: 23px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.navBox{
	display: none;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
	background: #015AAA;
	padding:20px;
}
.navBox ul li{
	float: left;
	width: 100%;
	line-height: 3;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.navBox ul li:last-child{
	border-bottom: none;
}
.navBox ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
}


@media(max-width:1350px) {
    .w1220{
        width: 100%;
        max-width: 100%;
        padding: 0 6%;
    }
    .home_box2 dl dt {
        width: calc(50% - 5px);
    }
    .home_box2 dl dd {
        width: calc(50% - 5px);
    }
    .home_box2 dl dd ul li {
        width: calc(50% - 5px);
        margin-bottom: 8px;
    }
    
    .home_box3 dl dt {
        width: 51.8%;
    }
    
    .home_box3 dl dd {
        width: 45.6%;
    }
    .home_box3 dl dt ul li{
        width: 136px;
    }
    
    .footer .left,
    .footer .right{
        font-size: 12px;
    }
    
    .footer .left .foot_nav a {
        padding-right: 17px;
    }
}

@media(max-width:1100px) {
    .w1220 { padding:0 20px; }
    .header_top .con,
    .blueBar,
    .header .nav,
    .header_top{ display:none; }
    
    .header .logo .img {
        height: 28px;
    }
    .header {
        margin-top: 15px;
    }
    .header .navbt {
        display: block;
        float: right;
    }
    .header .w1220 { position:relative; }
    
    .banner .box .text { background-size: 25px 100px; padding-left: 40px; }
    .banner .box .text p { font-size:16px; line-height:1.6; }
}


























