﻿* {
	box-sizing: border-box;
	outline: 0;
}

body {
	color: #666;
	font-size: 12px;
	line-height: 24px;
	font-family: "Microsoft YaHei","arial";
	background-color: #fff;
	min-width: 1260px;
}

img {
	max-width: 100%;
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

a:hover {
	color: #f76800;
}

input {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
	cursor: pointer;
	outline: none;
}

input[type='checkbox'], input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'], input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none;
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.container {
	width: 1260px;
	margin: 0 auto;
}

.header {
	position: relative;
}

.header .logo {
	left: 0;
	top: 0;
	position: absolute;
}

.header .search {
	margin-left: 20px;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin-top: 28px;
	cursor: pointer;
	background: url(../images/icon-search.png) no-repeat right 10px;
}

.header .searchbox {
	width: 300px;
	height: 36px;
	z-index: 99;
	right: 70px;
	top: 30px;
	display: none;
	position: absolute;
	border-radius: 30px;
	background-color: #fff;
	border: solid 1px #ddd;
}

.header .searchbox .inputfrom {
	color: #000;
	padding: 7px 20px 7px 0;
	width: 250px;
	border: 0;
	margin-left: 20px;
	background-color: #fff;
}

.header .searchbox img {
	margin-top: 8px;
	vertical-align: top;
}

.nav {
	float: right;
}

.nav li {
	float: left;
	line-height: 91px;
	position: relative;
}

.nav li a {
	font-size: 16px;
	padding: 0 25px;
	display: inline-block;
}

.nav li:after {
	content: "";
	bottom: 0;
	left: 50%;
	opacity: 0;
	width: 0;
	height: 3px;
	display: none\9;
	position: absolute;
	background: #f76800;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.nav li:hover:after {
	opacity: 1;
	left: 0;
	width: 100%;
	display: block\9;
}

.nav li.active:after {
	opacity: 1;
	left: 0;
	width: 100%;
	display: block\9;
}

.nav li.active > a {
	color: #f76800;
}

.home-title {
	font-size: 14px;
}

.home-title h3 {
	color: #333;
	font-size: 34px;
	line-height: 43px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 25px;
	background: url(../images/line.png) no-repeat bottom center;
}

.home-title p {
	text-align: center;
}

.home-service {
	height: 680px;
	padding-top: 80px;
}

.home-service li {
	width: 25%;
	float: left;
	padding: 0 18px;
	margin-top: 60px;
	text-align: center;
	position: relative;
}

.home-service li:before {
	content: "";
	top: 30px;
	left: 0;
	width: 1px;
	height: 300px;
	position: absolute;
	background: #dbdbdb;
}

.home-service li .mask {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	padding: 30px 40px 50px 40px;
}

.home-service li .mask a {
	display: block;
}

.home-service li .mask span {
	width: 95px;
	height: 95px;
	line-height: 95px;
	margin: 20px 0 30px 0;
	display: inline-block;
	text-align: center;
	position: relative;
}

.home-service li .mask span:before {
	content: "";
	top: 0;
	left: 0;
	width: 95px;
	height: 95px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid 1px #dedede;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.home-service li .mask h3 {
	color: #333;
	font-size: 22px;
	height: 24px;
	font-weight: normal;
	overflow: hidden;
}

.home-service li .mask p {
	height: 100px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 30px;
	line-height: 20px;
	color: #666;
}

.home-service li .icon-1 {
	background: url(../images/icon.png) no-repeat center center;
}

.home-service li .icon-2 {
	background: url(../images/icon-2.png) no-repeat center center;
}

.home-service li .icon-3 {
	background: url(../images/icon-3.png) no-repeat center center;
}

.home-service li .icon-4 {
	background: url(../images/icon-4.png) no-repeat center center;
}

.home-service li:first-child:before {
	background: none;
}

.home-service li:hover .mask {
	padding-top: 50px;
	background: #f76800;
}

.home-service li:hover .mask span:before {
	border-color: #fff;
}

.home-service li:hover .mask .icon-1 {
	background: url(../images/iconh.png) no-repeat center center;
}

.home-service li:hover .mask .icon-2 {
	background: url(../images/icon-2h.png) no-repeat center center;
}

.home-service li:hover .mask .icon-3 {
	background: url(../images/icon-3h.png) no-repeat center center;
}

.home-service li:hover .mask .icon-4 {
	background: url(../images/icon-4h.png) no-repeat center center;
}

.home-service li:hover .mask h3, .home-service li:hover .mask p {
	color: #fff;
}

.home-college {
	padding: 50px 0;
	padding-top: 80px;
	background: #f5f5f5;
}

.home-news {
	padding-top: 80px;
	padding-bottom: 110px;
    overflow: hidden;
}
.home-news .scorll-2{
    margin-top:70px;
}
.home-news .box {
	width: 33.333333%;
	font-size: 14px;
	margin-bottom: 20px;

    float:left;
    padding:0 15px;
	border-top: 0;
	-webkit-transition: all 334ms ease-out;
	transition: all 334ms ease-out;
}

.home-news .box .pic {
	width: 395px;
	height: 260px;
	position: relative;
}

.home-news .box .pic img {
	-webkit-transition: all 334ms ease-out;
	transition: all 334ms ease-out;
}

.home-news .box .mask {
	padding: 20px;
    border-bottom: solid 1px #e8e8e8;
}

.home-news .box .mask h3 {
	font-size: 18px;
	height: 24px;
	overflow: hidden;
	font-weight: normal;
}

.home-news .box .mask h3 a {
	color: #333;
	display: block;
}

.home-news .box .mask time {
	font-family: arial;
}

.home-news .box .mask p {
	height: 48px;
	overflow: hidden;
}

.home-news .box:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.home-news .list{
}
.home-news .list li{
    position: relative;
    line-height:30px;
    width:33.3333333%;
    padding:0 15px;
    float:left;
}
.home-news .list li a{
    display: block;
    font-size:14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 80px;
    position: relative;
}
.home-news .list li span{
    position: absolute;
    right:0;
    top:0;

}
.home-news .slick-dots {
	bottom: -50px;
}

.home-news .slick-dots li button {
	width: 8px;
	height: 8px;
	background: #9f9f9f;
}

.home-news .slick-dots li.slick-active button {
	width: 14px;
	height: 14px;
	background: #ff6b00;
}

.footer {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	background: #272727;
	padding: 15px 0;
	text-align: center;
}

.banner {
	width: 100%;
	height: 520px;
	overflow: hidden;
	position: relative;
}

.banner ul {
	width: 1920px;
	height: 520px;
	margin-left: -960px;
	left: 50%;
	position: absolute;
	top: 0;
}

.banner ul li {
	width: 1920px;
	height: 520px;
	position: absolute;
	left: 0;
	top: 0;
}

.btnbn {
	z-index: 9;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.btnbn li {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.btnbn li span {
	width: 40px;
	height: 2px;
	background: #fff;
	display: inline-block;
}

.btnbn li div {
	top: -100px;
	left: -30px;
	display: none;
	position: absolute;
}

.btnbn li div:before {
	content: "";
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	z-index: 9;
	position: absolute;
	border-top: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.btnbn li div .tu {
	width: 86px;
	height: 86px;
	position: relative;
	border: solid 3px #fff;
}

.btnbn li.btncur div {
	display: block;
}

.btnbn li.btncur span {
	background: #f76800;
}

.home-partner {
	padding-bottom: 70px;
	padding-top: 70px;
	background: #f1f1f1;
}

.home-partner ul {
	padding-top: 30px;
}

.home-partner li {
	float: left;
	width: 292px;
	margin: 0 10px;
	margin-top: 20px;
	background: #fff;
	border: solid 1px #e1e1e1;
}

.home-partner li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.home-partner li a:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.home-partner li .pic {
	width: 290px;
	height: 137px;
	position: relative;
}

.home-partner li h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 15px;
	border-top: solid 1px #e1e1e1;
}

.home-partner li:hover a:before {
	opacity: 1;
}

.home-partner li:hover h3 {
	color: #333;
}

.homeTitle {
	color: #666;
	padding-top: 70px;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
	line-height: 40px;
}

.homeTitle h2 {
	font-family: "宋体";
	font-weight: normal;
	font-size: 40px;
	position: relative;
}

.homeTitle p {
	color: #333;
	font-size: 30px;
	padding-bottom: 30px;
	position: relative;
	font-family: "微软雅黑";
}

.homeTitle p:after {
	content: "";
	width: 110px;
	height: 2px;
	left: 50%;
	bottom: 12px;
	margin-left: -55px;
	position: absolute;
	background-color: #f76800;
}

.page-banner {
	overflow: hidden;
	height: 313px;
	position: relative;
}

.page-banner .pic {
	left: 50%;
	top: 0;
	width: 1920px;
	height: 313px;
	margin-left: -960px;
	position: absolute;
}

.list-contact {
	color: #222;
}

.list-contact li {
	font-size: 16px;
	text-align: center;
	min-height: 150px;
	float: left;
	width: 33.33%;
	border-left: solid 1px #eee;
}

.list-contact li a {
	color: #222;
}

.list-contact li a:hover {
	color: #f76800;
}

.list-contact li img {
	margin-bottom: 10px;
}

.list-contact li:first-child {
	border: 0;
}

.list-about {
	font-size: 15px;
	padding-bottom: 40px;
}

.list-qywh li {
	width: 45%;
	float: left;
	padding: 20px;
	height: 130px;
	margin: 0 20px;
	margin-top: 20px;
	border: solid 1px #ddd;
}

.home-do .box:first-child {
	border: 0;
}

.home-do .box {
	width: 380px;
	margin: 0 15px;
	margin-top: 40px;
	padding: 30px 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	position: relative;
	float: left;
	border-left: solid 1px #eee;
}

.home-do .box a {
	display: block;
	height: 100%;
}

.home-do .box:after {
	content: "";
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	position: absolute;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	border-top: 14px solid #fff;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}

.home-do .box span {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	display: inline-block;
	border: solid 1px #737373;
}

.home-do .box span img {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.home-do .box h3 {
	color: #333;
	height: 40px;
	margin: 15px 0;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	overflow: hidden;
}

.home-do .box p {
	height: 100px;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	color: #818181;
}

.home-do .box .pic {
	z-index: 9;
	bottom: -80px;
	display: none;
	margin-left: 73px;
	position: absolute;
}

.home-do .box:hover {
	background-color: #f76800;
}

.home-do .box:hover:after {
	border-top: 14px solid #f76800;
}

.home-do .box:hover span {
	border-color: #f76800;
	background-color: #f1f1f1;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.home-do .box:hover span img {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.home-do .box:hover h3 {
	color: #fff;
}

.home-do .box:hover p {
	color: #fff;
}

.home-do .box:hover .pic {
	display: block;
}

.home-do-2 .box {
	width: 220px;
}

.home-do-2 .box span {
	width: 70px;
	height: 70px;
	border: 0;
}

.home-do-2 .box h3 {
	margin-bottom: 0;
}

.home-do-2 .box p {
	height: 80px;
}

.home-do-2 .box:hover {
	background: none;
}

.home-do-2 .box:hover:after {
	display: none;
}

.home-do-2 .box:hover span {
	background: none;
}

.home-do-2 .box:hover h3 {
	color: #333;
}

.home-do-2 .box:hover p {
	color: #666;
}

.list-wzjs .title {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
}

.list-wzjs .list-2 {
	margin-top: 50px;
}

.list-wzjs .list-2 li {
	float: left;
	width: 170px;
	height: 170px;
	margin: 0 40px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	padding: 0 30px;
	padding-top: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	background: #f76800;
	position: relative;
}

.list-wzjs .list-2 li:before {
	content: "+";
	top: 60px;
	left: -65px;
	font-size: 60px;
	position: absolute;
	color: #ccc;
}

.list-wzjs li:first-child:before {
	display: none;
}

.list-wzjs .list-3 {
	width: 600px;
	float: left;
	margin-top: 50px;
	text-align: center;
}

.list-wzjs .list-3 h3 {
	color: #f76800;
}

.list-wzjs .list-3 li {
	color: #333;
	margin-top: 15px;
	padding: 10px 20px;
	border-radius: 3px;
	border: solid 1px #f76800;
}

.list-wzjs .list-4 {
	width: 600px;
	float: right;
	margin-top: 50px;
	text-align: center;
}

.list-wzjs .list-4 h3 {
	color: #333;
}

.list-wzjs .list-4 li {
	color: #333;
	margin-top: 15px;
	padding: 10px 20px;
	border-radius: 3px;
	border: solid 1px #ccc;
}

.home-start {
	padding-bottom: 80px;
	padding-top: 75px;
	background-color: #f1f1f1;
}

.home-start .home-title {
	margin: 0;
}

.home-start ul {
	margin-top: 40px;
}

.home-start li {
	width: 190px;
	float: left;
	text-align: center;
	position: relative;
	margin-left: 23px;
}

.home-start li:after {
	content: "";
	left: -17px;
	top: 47px;
	width: 12px;
	height: 15px;
	position: absolute;
	 
}

.home-start li .pic {
	width: 190px;
	height: 108px;
	text-align: center;
	border-radius: 3px;
	line-height: 100px;
	position: relative;
	vertical-align: middle;
	border: solid 2px #f76800;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	background-color: #f76800;
}

.home-start li .pic img {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.home-start li .pic .img, .home-start li .pic .imgh {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	position: absolute;
}

.home-start li .pic .imgh {
	opacity: 0;
}

.home-start li h3 {
	color: #333;
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}

.home-start li p {
	font-size: 12px;
}

.home-start li:first-child {
	margin-left: 0;
}

.home-start li:first-child:after {
	display: none;
}

.home-start li:hover .pic {
	background-color: #f1f1f1;
	border: solid 2px #f76800;
}

.home-start li:hover .pic .img {
	opacity: 0;
}

.home-start li:hover .pic .imgh {
	opacity: 1;
}

.home-start li:hover .pic img {
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.home-start .home-more {
	margin-top: 70px;
}

.home-start .home-more:hover em {
	border-color: #fa7a60;
	 
}

.home-start .home-more:hover span {
	background-color: #fa7a60;
}

.list-seo {
	margin-top: 40px;
}

.list-seo li {
	width: 410px;
	float: left;
	color: #fff;
	margin: 0 1px;
	padding: 60px 30px;
	text-align: center;
}

.list-seo li h3 {
	font-size: 24px;
}

.list-seo li p {
	margin-top: 20px;
	font-size: 16px;
}

.home-have {
	margin-top: 60px;
	padding: 70px 0;
	background: #f6f6f6;
}

.home-have .box:first-child {
	border: 0;
}

.home-have .box {
	position: relative;
	text-align: center;
	height: 245px;
	width: 245px;
	float: left;
	padding: 0 30px;
	border-left: solid 1px #ddd;
}

.home-have .box span {
	display: inline-block;
}

.home-have .box h3 {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
}

.home-have .box p {
	height: 48px;
	font-size: 13px;
	overflow: hidden;
	line-height: 16px;
	color: #818181;
}

.home-have .box:hover {
	background: #fff;
}

.list-seo-2 {
	padding: 70px 0;
}

.list-seo-2 li {
	width: 290px;
	float: left;
	margin: 0 10px;
	margin-top: 40px;
	text-align: center;
	padding: 30px 20px;
	height: 240px;
	font-size: 14px;
	border: solid 2px #f76800;
}

.list-seo-2 li h3 {
	margin-bottom: 20px;
	color: #f76800;
}

.list-seo-3 li {
	height: 200px;
}

.list-zzyh {
	padding-bottom: 40px;
}

.list-zzyh dl:first-child {
	border: 0;
}

.list-zzyh dl {
	padding: 40px 0;
	overflow: hidden;
	border-top: solid 1px #eee;
}

.list-zzyh dt {
	float: left;
	width: 290px;
	height: 137px;
	box-shadow: 0 0 10px #eee;
	border: solid 1px #ddd;
    position:relative;
}

.list-zzyh dd {
	width: 920px;
	float: left;
	padding-left: 40px;
}

.list-zzyh dd h3 {
	font-size: 16px;
	margin-top: 20px;
	font-weight: normal;
}

.list-zzyh dd h3 a {
	color: #333;
	display: block;
}

.list-zzyh dd p {
	height: 48px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 10px;
}

.list-zzyh dd .more {
	color: #fff;
	padding: 0 30px;
	font-size: 14px;
	margin-top: 20px;
	font-family: arial;
	display: inline-block;
	background: #f76800;
	float: right;
}

.page-menu {
	margin-top: 50px;
	text-align: center;
}

.page-menu a {
	line-height: 46px;
	padding: 0 70px;
	font-size: 16px;
	color: #333;
	margin: 0 3px;
	display: inline-block;
	border: solid 1px #ddd;
}

.page-menu .active, .page-menu a:hover {
	color: #fff;
	border-color: #f76800;
	background: #f76800;
}

.list-mask {
	width: 600px;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
}

.list-mask div {
	padding-left: 30px;
	margin-top: 30px;
	float: left;
	width: 330px;
}

.list-news-show {
	padding-top: 60px;
}

.list-news-show h1 {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

.list-news-show .info {
	color: #888;
	margin: 15px 0;
	font-size: 12px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.contact-emap {
	position: relative;
	width: 100%;
	height: 450px;
	margin-top: 50px;
}

#allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.anchorBL {
	display: none;
}



/**新闻**/
.newslist {
	padding-top: 70px;
	padding-bottom: 70px
}
.newslist ul {
	width: 1260px;
}

.newslist li {
	margin-top: 37px;
    position: relative;
    height: 139px;
    padding-left: 240px;
}

.newslist li .pic {
    width: 220px;
    height: 139px;
	position: absolute;
    top:0;
    left:0;
}

.newslist li .tit {
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	font-weight: normal;
	overflow: hidden;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	border-bottom: solid 1px #d3d3d3
}

.newslist li .tit a {
	color: #333;
	display: block
}

.newslist li .txt {
	margin-top: 10px;
	overflow: hidden;
	height: 44px;
	line-height: 22px;
	color: #565656;
	font-size: 13px
}

.newslist li:hover .tit {
	border-color: #e71923;
	margin-top: 10px
}

.newslist li:hover .tit a {
	color: #e71923
}

.tab {
	margin-top: 50px;
	font-family: arial;
	text-align: center
}

.tab a {
	padding: 0 8px;
	line-height: 24px;
	margin: 0 2px;
	color: #fff;
	background-color: #c5c5c5;
	display: inline-block;
	border: solid 1px #c5c5c5
}

.tab a:hover,.tab a.cpb {
	color: #fff;
	border-color: #e71923;
	background-color: #e71923
}

.tab a.prev {
	color: #828282;
	background-color: #fff
}

.tab a.prev:hover {
	color: #fff;
	background-color: #e71923
}




/*新增*/

.current{
    border-bottom: 1px solid #e8e8e8;
    line-height: 30px;
    padding: 8px 0 7px 0;
    overflow: hidden;
}
.current span {
    color: #a2a2a2;
    font-size: 14px;
    float: left;
    display: block;
}
.current span a {
    color: #a2a2a2;
}
.current span b {
    color: #f76800;
    font-weight: normal;
}



.releated-news {
    padding-top: 70px;
    padding-bottom: 70px
}
.releated-news .bt{
    color: #333;
    font-size: 22px;
    padding-bottom: 20px;
    position: relative;
}

.releated-news ul {
    width: 1260px;
    margin:0 -20px;
    position: relative;
    overflow: hidden;
}
.releated-news ul:after{
    position: absolute;
    top:0;
    left:50%;
    width:1px;
    height:100%;
    content:'';
    display: block;
    background: #f1f1f1;
}

.releated-news li {
    float: left;
    width:50%;
    padding:0 20px;

}
.releated-news li a{
    display: block;
    position: relative;
    overflow: hidden;
    line-height:35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right:100px;
}
.releated-news li span{
    position: absolute;
    top:0;
    right:0;
    font-size:12px;
    color:#999;
}


.releated-news li:hover  a {
    color: #e71923
}




.partnerlist {
    padding-bottom: 70px;
    padding-top: 70px;
}

.partnerlist ul {
    padding-top: 30px;
}

.partnerlist li {
    float: left;
    width: 292px;
    margin: 0 10px;
    margin-top: 20px;
    background: #fff;
    border: solid 1px #e1e1e1;
}

.partnerlist li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.partnerlist li a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    position: absolute;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.partnerlist li .pic {
    width: 290px;
    height: 137px;
    position: relative;
}

.partnerlist li h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    border-top: solid 1px #e1e1e1;
}

.partnerlist li:hover a:before {
    opacity: 1;
}

.partnerlist li:hover h3 {
    color: #333;
}



.releated-case .bt{
    color: #333;
    font-size: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}
.releated-case .bt:after {
    content: "";
    width: 110px;
    height: 2px;
    left: 50%;
    bottom: 12px;
    margin-left: -55px;
    position: absolute;
    background-color: #f76800;
}
.releated-case {
    padding-bottom: 70px;
    padding-top: 70px;
}

.releated-case ul {
    padding-top: 30px;
}

.releated-case li {
    float: left;
    width: 292px;
    margin: 0 10px;
    margin-top: 20px;
    background: #fff;
    border: solid 1px #e1e1e1;
}

.releated-case li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.releated-case li a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    position: absolute;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.releated-case li .pic {
    width: 290px;
    height: 137px;
    position: relative;
}

.releated-case li h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    border-top: solid 1px #e1e1e1;
}

.releated-case li:hover a:before {
    opacity: 1;
}

.releated-case li:hover h3 {
    color: #333;
}

.xz-subnav{
				top:91px;
				left:0;
				z-index:99;
				width:400px;
				height:40px;
				display:none;
				padding-left:15px;
				line-height:36px;
				background:#f76800;
				position:absolute;
			}
			.nav li .xz-subnav a{
				color:#fff;
				font-size:15px!important;
				line-height:36px;
				padding:0 15px!important;
				display:inline-block;
			}
			.nav li:hover .xz-subnav{
				display:block;
			}
			 .xz-text{
			 	padding-top:100px;
			 }
			 .xz-text ul{
			 	 padding:0px 90px;
			 	 height:343px;
			 	 background:url(/images/xz-tu-5.jpg) no-repeat top center;
			 }
			 .xz-text ul li{
			 	padding-left:80px;
			  	position:relative;
			 }
			 .xz-text ul li span{
			 	 top:0;
			 	 left:0;
			 	 position:absolute;
			 }
			 .xz-text ul li{
			  	width:50%;
			  	float:left;
			  	font-size:15px;
			  	min-height:200px;
			  }
			  .xz-text ul li .txt{
			  	width:55%;
			  }
			  .xz-text ul li .font20{
			  	color:#000;
			  	font-size:20px;
			  	padding-bottom:10px;
			  }
			   .xz-text ul .li02{
			   	float:right;
			   	padding-left:0;
			   	text-align:right;
			   	padding-right:80px;
			   }
			   .xz-text ul .li02 .txt{
			   	 text-align: right;
			   	 float:right;
			   }
			   .xz-text ul .li02 span{
			   	 right:0;
			   	 left:auto;
			   	 position:absolute;
			   }