/*公用*/
.icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.cl {
	color: #2e9ded;
}
.icon-down {
	display: inline-block;
	border-top: 5px solid #8c8b94;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.icon-right {
	display: inline-block;
	border-left: 12px solid #2e9ded;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.btn-more {
	display: block;
	width: 118px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border-radius: 1px;
	border: 1px solid #d1d1d1;
	color: #999;
}
.btn-more:hover {
	background: #2e9ded;
	color: #fff;
	border-color: #2e9ded;
}
.btn-more2 {
	margin: auto;
	width: 136px;
	height: 42px;
	line-height: 40px;
	background: #fff;
}
.article {
	line-height: 24px;
}
.article hr {
	border-top: 1px dotted #d3d3d3;
	border-bottom: none;
}
.dotted {
	border-top: 1px dotted #d3d3d3;
}
.images-md {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.images-md images {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.t-scale, .t-top {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.t-scale:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.t-top:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
/* 翻页 */
.pagenation {
	text-align: center;
	margin-bottom: 20px;
}
.pagenation a {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	min-width: 36px;
	padding: 0 12px;
	text-align: center;
	color: #999;
	background: #fff;
	border: 1px solid #e8e8e8;
}
.pagenation a.cur,  .pagenation a:hover {
	background: #2e9ded;
	color: #fff;
}
/* 顶部 */
.sitetop {
	height: 40px;
	background: #f4f4f4;
	color: #666;
	font-size: 12px;
	line-height: 40px;
}
.fr p {
	padding-right: 13px;
	padding-left: 13px;
	font-size: 12px!important;
}
.sitetop .fl {
	margin-left: 40px;
}
.sitetop .right {
	float: right;
	height: 40px;
	width: 160px;
	margin-left: 20px;
	background: #2e9ded;
	color: #fff;
	text-align: center;
}
.sitetop .right .icon {
	width: 10px;
	height: 17px;
	margin-right: 10px;
	background: url(../images/icon01.png) no-repeat;
}
/* 头部 */
.header {
	height: 94px;
	position: relative;
	border-bottom: 1px solid #eeefef;
}
.header .logo {
	float: left;
	line-height: 94px;
	/*margin-left: 350px;
	margin-right: 50px;*/
}
.header .links {
	float: right;
}
.header .links li {
	float: left;
	width: 80px;
	height: 94px;
	border-left: 1px solid #e4e4e4;
	cursor: pointer;
}
.header .links .a1 {
	background: url(../images/icon02.png) no-repeat center;
	position: relative;
}
.header .links .a1:hover .subbox {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header .links .a2 {
	background: url(../images/icon03.png) no-repeat center;
	position: relative;
}
.header .links .a2 .icon-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -5px;
}
.header .links .a2 .subbox {
	width: 80px;
	height: 80px;
	padding: 10px 0;
	text-align: center;
	border: none;
}
.header .links .a2 .subbox a {
	display: block;
	line-height: 30px;
	font-size: 14px;
}
.header .links .a2 .subbox a:hover {
	color: #2e9ded;
}
.header .links .a2:hover .subbox {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header .links .subbox {
	position: absolute;
	right: 0;
	top: 94px;
	width: 350px;
	border: 1px solid #e5e5e5;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	z-index: 999;
	visibility: hidden;
}
.header .links .subbox .text {
	float: left;
	width: 300px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
}
.header .links .subbox .btn {
	float: right;
	width: 40px;
	height: 32px;
	background: url(../images/icon07.png) no-repeat center;
	text-indent: 200em;
	border-left: 1px solid #e5e5e5;
}
.header-nav {
	float: left;
}
.header-nav > li {
	float: left;
}
.header-nav > li > a {
	display: block;
	padding: 0 20px;
	line-height: 91px;
	font-size: 16px;
}
.header-nav > li > a span {
	display: block;
	border-top: 3px solid transparent;
}
.header-nav > li.cur > a span,  .header-nav > li:hover > a span {
	border-top-color: #2e9ded;
}
.subnav {
	width: 100%;
	position: absolute;
	top: 94px;
	left: 0;
	background: #fafafb;
	z-index: 99;
	display: none;
}
.subnav ul {
	position: absolute;
	left: 0;
	width: 25%;
	height: 100%;
	padding: 20px 0;
	background: #2e9ded;
}
.subnav ul li {
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: right;
}
.subnav ul li a {
	display: block;
	padding-right: 25%;
}
.subnav ul li.cur,  .subnav ul li:hover {
	background: #2896e9 url(../images/icon11.png) no-repeat 90% center;
}
.subnav .wrap {
	float: left;
	width: 65%;
	margin-left: 25%;
	padding: 30px 0 30px 55px;
	color: #666;
	line-height: 28px;
}
.subnav .wrap .item {
	display: none;
}
.subnav .wrap .item.cur {
	display: block;
}
/* 底部 */
.footer {
	background: #fff;
}
.footer .footer-wrap {
	padding: 50px 0 40px;
	border-bottom: #FFF solid 3px;
}
.footer-left {
	float: left;
	width: 600px;
}
.footer-left .logo {
	display: block;
	width: 140px;
	margin-bottom: 20px;
}
.footer-left .search-wrap {
	width: 232px;
	height: 42px;
	padding-left: 15px;
	border: 1px solid #e6e6e6;
}
.footer-left .search-wrap .text {
	width: 165px;
	height: 40px;
	background: transparent;
}
.footer-left .search-wrap .btn {
	width: 40px;
	height: 40px;
	text-indent: -200px;
	background: url(../images/icon07.png) no-repeat center;
}
.footer-left .code-wrap {
	float: left;
	margin-left: 50px;
}
.footer-right {
	float: right;
	margin-right: 20px;
	border-left: 1px solid #ececec;
}
.footer-right dl {
	float: left;
	margin-left: 70px;
}
.footer-right dl dt {
	font-size: 16px;
	margin-bottom: 25px;
}
.footer-right dl dd {
	font-size: 12px;
	color: #999;
	line-height: 26px;
}
.footer-right dl dd a {
	color: #fff;
	display: block;
}
.footer-right dl dd a:hover {
	color: #666;
}
.footer-bottom {
	padding: 20px 0;
	line-height: 24px;
	font-size: 12px;
}
.footer-bottom .copyright {
	float: left;
	color: #666;
}
.footer-bottom .copyright a:hover {
	color: #666;
}
.footer-bottom .share {
	float: right;
	color: #999;
	margin-left: 20px;
}
.footer-bottom .share a {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 0 0 6px;
	vertical-align: middle;
	background-image: url(../images/icon10.png);
}
.footer-bottom .share a:hover {
	background-image: url(../images/icon26.png);
}
.footer-bottom .share .a1 {
	background-position: -1px center;
}
.footer-bottom .share .a2 {
	background-position: -29px center;
}
.footer-bottom .share .a3 {
	background-position: -57px center;
}
.footer-bottom .share .a4 {
	background-position: -85px center;
}
.footer-bottom .fr {
	float: right;
	color: #999;
}
.footer-bottom .fr a:hover {
	color: #666;
}
.gotop {
	width: 42px;
	height: 42px;
	background: #7d7d7d url(../images/icon09.png) no-repeat center;
	border-radius: 3px;
	position: fixed;
	right: 3%;
	bottom: 5%;
	cursor: pointer;
	display: none;
}
/* banner */
.banner li a {
	display: block;
	height: 600px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 首页 */
.icont-box {
	padding: 20px 0;
}
.company {
	background: #f5f6fa;
}
.company .images {
	float: left;
	width: 540px;
}
.company .item {
	float: left;
	margin-left: 12px;
	background: #fff;
	padding: 25px;
}
.company .item h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.company .item1 {
	width: 280px;
	height: 400px;
}
.company .item1 .discribe {
	line-height: 24px;
	height: 192px;
	color: #666;
}
.company .item1 .links {
	overflow: hidden;
	text-align: center;
}
.company .item1 .links a {
	display: block;
	float: left;
	width: 50%;
	height: 100px;
	color: #2e9ded;
}
.company .item1 .links a i {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.company .item1 .links .a1 i {
	background: url(../images/icon04.png);
}
.company .item1 .links .a2 i {
	background: url(../images/icon08.png);
}
.company .item2 {
	background: #ffffff url(../images/images01.jpg) no-repeat right bottom;
	width: 356px;
	height: 194px;
	margin-bottom: 12px;
}
.company .item2 .p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.company .item3 {
	background: #ffffff url(../images/images2.jpg) no-repeat right bottom;
	width: 356px;
	height: 194px;
}
.company .item3 .links {
	overflow: hidden;
	margin-bottom: 20px;
}
.company .item3 .links a {
	float: left;
	margin-right: 20px;
	color: #666;
	line-height: 30px;
}
.company .item3 .links a i {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #686868;
	border-radius: 3px;
	vertical-align: middle;
}
.company .item3 .links a:hover {
	color: #2e9ded;
}
.company .item3 .links a:hover i {
	background: #2e9ded;
}
.inews-list {
	overflow: hidden;
}
.inews-list .tab-head {
	float: left;
}
.inews-list .tab-head li {
	width: 186px;
	height: 150px;
	padding-top: 30px;
	font-size: 18px;
	background: #f3f4f8;
	color: #999;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.inews-list .tab-head li i {
	display: inline-block;
	width: 52px;
	height: 52px;
	margin-bottom: 10px;
}
.inews-list .tab-head li .icon-right {
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -12px;
	display: none;
}
.inews-list .tab-head .l1 i {
	background: url(../images/icon05.png) right center;
}
.inews-list .tab-head .l2 i {
	background: url(../images/icon06.png) right center;
}
.inews-list .tab-head li.cur {
	background: #2e9ded;
	color: #fff;
}
.inews-list .tab-head li.cur i {
	background-position: left center;
}
.inews-list .tab-head li.cur .icon-right {
	display: block;
}
.inews-list .tab-body {
	float: left;
	width: 612px;
	height: 300px;
	border: 1px solid #eaeaea;
	border-left: none;
	padding: 0 40px;
}
.inews-list .tab-body li {
	display: none;
}
.inews-list .tab-body li .first {
	margin: 20px 0 10px;
}
.inews-list .tab-body li .first .ttl {
	font-size: 18px;
	color: #2e9ded;
	margin-bottom: 10px;
}
.inews-list .tab-body li .first .discribe {
	height: 40px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
}
.inews-list .tab-body li .first .cl:hover {
	text-decoration: underline;
}
.inews-list .tab-body li .item {
	line-height: 58px;
	color: #666;
	border-top: 1px solid #eaeaea;
}
.inews-list .tab-body li .item i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #b0aeaf;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.inews-list .tab-body li .item .els {
	max-width: 80%;
}
.inews-list .tab-body li .item .date {
	float: right;
}
.inews-list .tab-body li .item a:hover {
	color: #2e9ded;
}
.inews-list .tab-body li .item a:hover i {
	background: #2e9ded;
}
.inews-list .tab-body li.cur {
	display: block;
}
.inews-video {
	margin-left: 40px;
}
.inews-video h2 {
	margin-bottom: 15px;
	padding-left: 30px;
	border-left: 5px solid #2e9ded;
	line-height: 32px;
	font-size: 24px;
}
.inews-video h2 span {
	color: #2e9ded;
}
.inews-video video {
	background: #e5e5e5;
	width: 100%;
	height: 250px;
}
.business {
	
}
.business h2 span {
	color: #2e9ded;
}
.business ul li {
	background: #fff;
	text-align: center;
	padding-top: 35px;
	transition: all .3s;
}
.business ul li:hover {
	background: #2e9ded;
}
.business ul li:hover .ttl {
	border-top-color: #fff;
}
.business ul li:hover .ttl,  .business ul li:hover .discribe {
	color: #fff;
}
.business ul li .ttl {
	display: inline-block;
	padding-top: 15px;
	border-top: 4px solid #2e9ded;
	font-size: 18px;
	color: #666;
}
.business ul li .discribe {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin: 15px 20px -30px;
	padding-bottom: 30px;
}
.business .bx-wrapper .bx-prev {
	left: -100px;
	background: url(../images/pager03.jpg) no-repeat center;
}
.business .bx-wrapper .bx-next {
	right: -100px;
	background: url(../images/pager04.jpg) no-repeat center;
}
.salemap {
	height: 240px;
	background: #2e9ded url(../images/bg01.png) no-repeat center;
	background-size: contain;
	text-align: center;
	color: #fff;
}
.salemap .btn-more {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
}
.salemap .btn-more:hover {
	background: #fff;
	color: #2e9ded;
}
/* 内页 */
.topimages {
	width: 100%;
	height: 360px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.topimages h1 {
	margin-top: 240px;
	margin-left: 20px;
	color: #fff;
	font-size: 40px;
}
.topimages h1 span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.topimages2 h1 {
	margin-top: 150px;
	font-size: 32px;
	margin-left: 50px;
	padding-bottom: 20px;
	position: relative;
}
.topimages2 h1:after {
	content: ' ';
	width: 70px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.menu a {
	float: left;
	width: 164px;
	height: 50px;
	line-height: 50px;
	margin-right: 1px;
	color: #999;
	text-align: center;
}
.menu a.cur,  .menu a:hover {
	background: #2e9ded;
	color: #fff;
	position: relative;
}
.menu a.cur:after,  .menu a:hover:after {
	content: ' ';
	border-top: 5px solid #2e9ded;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
}
.content {
	background: #f5f6fa;
	padding: 50px 0;
}
.aboutUs {
	color: #666;
}
.aboutUs .box1 {
	padding: 70px 0;
}
.aboutUs .box1 .btn-more {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background: #2e9ded;
	color: #fff;
	width: 154px;
	border: none;
}
.aboutUs .box1 .article {
	margin: 40px 0;
}
.aboutUs .box2 .images {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.aboutUs .box2 a {
	display: block;
	height: 60px;
	line-height: 60px;
	background: #2e9ded;
	color: #fff;
	text-align: center;
}
.aboutUs .box3 {
	background: #f5f6fa;
	padding: 70px 0;
}
.aboutUs .box4 {
	padding: 75px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.aboutUs .box4 .btn-more {
	display: inline-block;
	width: 154px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	border-color: #fff;
}
.aboutUs .box4 .btn-more:hover {
	background: #fff;
	color: #2e9ded;
}
.slider-development {
	margin: 40px auto;
}
.slider-development li {
	height: 200px;
	background: url(../images/bg03.png);
	padding: 14px;
	text-align: center;
}
.slider-development li .wrap {
	height: 172px;
	border: 1px solid #94cbf5;
}
.slider-development li .ttl {
	font-size: 20px;
	margin: 35px 0 20px;
}
.slider-development li p {
	width: 80%;
	margin: auto;
	line-height: 24px;
}
.slider-development li:hover {
	background: url(../images/bg04.png);
	color: #2e9ded;
}
.slider-development .bx-wrapper .bx-prev {
	left: -80px;
	background: url(../images/pager05.png) no-repeat center;
}
.slider-development .bx-wrapper .bx-next {
	right: -80px;
	background: url(../images/pager06.png) no-repeat center;
}
.list-culture .wrap {
	padding: 15px;
	margin: 0 17px 30px;
	text-align: center;
	background: #fff;
	color: #2e9ded;
	transition: all .3s;
}
.list-culture dl {
	height: 350px;
	padding: 80px 25px 0;
	border: 1px solid #2e9ded;
}
.list-culture dl dt {
	font-size: 30px;
	margin-bottom: 10px;
}
.list-culture dl .d2 {
	display: none;
	margin-top: 25px;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}
.list-culture dl .d3 {
	font-size: 16px;
	padding: 30px 0;
	margin-top: 25px;
	position: relative;
}
.list-culture dl .d3:before,  .list-culture dl .d3:after {
	content: ' ';
	height: 1px;
	background: #2e9ded;
	position: absolute;
	left: 50%;
}
.list-culture dl .d3:before {
	width: 100%;
	top: 0;
	margin-left: -50%;
}
.list-culture dl .d3:after {
	width: 46px;
	bottom: 0;
	margin-left: -23px;
}
.list-culture .wrap:hover {
	background: #2e9ded url(../images/bg06.png) no-repeat right bottom;
	color: #fff;
}
.list-culture .wrap:hover dl {
	padding-top: 35px;
	border-color: #fff;
}
.list-culture .wrap:hover dl dt {
	margin-bottom: 0;
}
.list-culture .wrap:hover dl .d2 {
	display: block;
}
.list-culture .wrap:hover dl .d3:before,  .list-culture .wrap:hover dl .d3:after {
	background: #fff;
}
.list-honor {
	padding: 0 24px;
}
.list-honor .item {
	max-width: 348px;
	margin: 0 18px 53px;
	position: relative;
	cursor: pointer;
}
.list-honor .item .shadow {
	width: 100%;
	height: 55px;
	/*background: url(../images/bg05.png) no-repeat center;*/
	position: absolute;
	left: 0;
	bottom: -55px;
}
.list-honor .item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/bg07.png);
	display: none;
}
.list-honor .item .bg i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/icon12.png) no-repeat center;
}
.list-honor .item:hover .bg {
	display: block;
}
.list-video {
	padding: 0 24px;
}
.list-video .item {
	margin: 0 18px 20px;
	cursor: pointer;
}
.list-video .item video {
	display: block;
	width: 100%;
	height: 240px;
	background: #000;
}
.list-video .item p {
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	transition: all 0.3s ease-out;
}
.list-video .item:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.list-video .item:hover p {
	background: #fff;
}
.list-news {
	padding: 0 24px;
}
.list-news .item {
	background: #fff;
	margin: 0 18px 30px;
	padding: 36px 30px;
	transition: all 0.4s ease-out;
}
.list-news .item:hover {
	transform: translateY(-7px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list-news .item:hover .images images {
	transform: scale(1.1, 1.1);
}
.list-news .item .images images {
	transition: all 0.4s ease-out;
}
.list-news .item .images {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.list-news .item p {
	height: 44px;
	margin: 15px 0;
	line-height: 22px;
	overflow: hidden;
	font-size: 16px;
}
.list-news .item .date {
	font-size: 12px;
	color: #999;
}
.list-news .item .date i {
	display: inline-block;
	width: 23px;
	height: 16px;
	vertical-align: bottom;
}
.list-news .item .date i.i1 {
	background: url(../images/icon13.png) no-repeat center;
}
.list-news .item .date i.i2 {
	margin: 0 5px 0 10px;
	background: url(../images/icon14.png) no-repeat center;
}
.list-news .item:hover p {
	color: #2e9ded;
}
.newsd {
	margin-top: 20px;
	background: #fff;
	border-top: 8px solid #2e9ded;
}
.newsd-main {
	padding: 30px;
}
.newsd-main h1 {
	font-size: 18px;
	margin-bottom: 15px;
}
.newsd-main .share {
	float: right;
	line-height: 20px;
}
.newsd-main .share a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 7px;
	background: url(../images/icon16.png);
	vertical-align: bottom;
}
.newsd-main .share a.a1 {
	background-position: 0px 0px;
}
.newsd-main .share a.a2 {
	background-position: -26px 0px;
}
.newsd-main .share a.a3 {
	background-position: -52px 0px;
}
.newsd-main .article {
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
}
.newsd-bottom {
	border-top: 1px solid #e1e1e1;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.newsd-bottom .wrap {
	width: 430px;
	margin: auto;
	overflow: hidden;
}
.newsd-bottom a.a1 {
	float: left;
	width: 180px;
	height: 59px;
	color: #bbb;
	font-size: 16px;
}
.newsd-bottom a.back {
	float: left;
	width: 70px;
	height: 59px;
	background: #bbbbbb url(../images/icon15.png) no-repeat center;
}
.companyd {
	background: #fff;
	margin-top: -170px;
}
.companyd .pd60 {
	padding: 0px;
}
.list-product {
	margin-top: 20px;
}
.list-product .item {
	margin: 0 23px 30px;
	border: 3px solid transparent;
	transition: all .3s;
}
.list-product .item .images-md {
	height: 226px;
	background: #fff;
}
.list-product .item p {
	height: 60px;
	padding: 20px 15px;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.list-product .item p i {
	float: right;
	width: 18px;
	height: 10px;
	margin-top: 5px;
	background: url(../images/icon17.png) no-repeat top center;
	transition: all .3s;
}
.list-product .item:hover {
	background: #2e9ded;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.list-product .item:hover p {
	color: #fff;
	border-bottom-color: #2e9ded;
}
.list-product .item:hover p i {
	background-position: bottom center;
}
.results-item {
	margin-bottom: 2px;
}
.results-item .ttl {
	background: #fff;
	font-size: 18px;
	padding: 20px 40px;
	line-height: 30px;
	color: #666;
	cursor: pointer;
}
.results-item .ttl i {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/icon19.png) no-repeat center;
}
.results-item .wrap {
	background: #fff;
	margin-bottom: 15px;
	padding: 30px 50px;
	display: none;
}
.results-item.cur .ttl {
	background: #2e9ded;
	color: #fff;
}
.results-item.cur .ttl i {
	background: url(../images/icon18.png) no-repeat center;
}
.table-project {
	width: 100%;
	text-align: left;
}
.table-project tbody tr:first-child td {
	padding-top: 15px;
}
.table-project th {
	color: #333;
	height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #dfdfdf;
}
.table-project td {
	color: #666;
	height: 36px;
 padding: .1rem 0;
	line-height: 20px;
}
.tech-item {
	transition: all .3s;
}
.tech-item .mauto {
	padding: 25px 0;
	border-bottom: 1px dotted #bababa;
}
.tech-item .images {
	width: 200px;
	height: 130px;
}
.tech-item .date {
	float: left;
	width: 126px;
	padding-top: 20px;
	color: #000;
	font-size: 16px;
}
.tech-item .date .s1 {
	display: inline-block;
	margin-bottom: 7px;
	border-bottom: 2px solid #666;
	transition: all .3s;
}
.tech-item .date .s1 i {
	font-size: 36px;
}
.tech-item .wrap {
	float: left;
	padding-top: 20px;
	max-width: 700px;
	transition: all .3s;
}
.tech-item .ttl {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
.tech-item .discribe {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.tech-item .images {
	float: right;
}
.tech-item:hover {
	background: #fff;
}
.tech-item:hover .ttl {
	color: #2e9ded;
}
.tech-item:hover .date .s1 {
	padding-left: 20px;
}
.tech-item:hover .wrap {
	margin-left: 20px;
}
.list-company {
	padding: 0 24px;
}
.list-company .item {
	margin: 0 18px 25px;
}
.list-company .item .wrap {
	width: 100%;
	padding: 25px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.list-company .item .wrap .bg {
	width: 100%;
	height: 100%;
	background: url(../images/bg07.png);
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	transition: all .3s;
}
.list-company .item .wrap .bg .detail {
	display: inline-block;
	margin-top: 100px;
	padding: 0 25px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 40px;
}
.list-company .item p {
	height: 42px;
	padding: 9px 0;
	margin-top: 3px;
	overflow: hidden;
	transition: all .3s;
}
.list-company .item p span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	border-left: 2px solid #ccc;
}
.list-company .item:hover p {
	background: #2e9ded;
	color: #fff;
}
.list-company .item:hover p span {
	border-left-color: #2e9ded;
}
.list-company .item:hover .wrap .bg {
	top: 0;
}
.list-company .item:hover .wrap .bg .detail:hover {
	background: #fff;
	color: #2e9ded;
}
.list-recruit .item {
	margin: 0 12px 40px;
	background: #fff;
	padding: 25px;
	cursor: pointer;
}
.list-recruit .item .p {
	color: #999;
	font-size: 12px;
}
.list-recruit .item .discribe {
	color: #999;
	line-height: 24px;
	font-size: 12px;
	padding-top: 15px;
	margin: 35px 0 25px;
	height: 112px;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
}
.list-recruit .item .date {
	color: #999;
}
.list-recruit .item:hover {
	box-shadow: 0px 0px 0px 8px #7ec1f2;
	color: #2e9ded;
}
.recruit-border {
	background: #d5d5d5;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}
.recruit-border i {
	display: block;
	width: 25px;
	height: 10px;
	background: #d5d5d5;
	position: relative;
	top: -5px;
}
.recruit-lc-wrap {
	background: #fff;
	padding: 45px 0;
}
.recruit-lc {
	overflow: hidden;
	padding-left: 48px;
}
.recruit-lc li {
	float: left;
	height: 130px;
}
.recruit-lc li.l1 {
	width: 130px;
	padding: 5px;
	border: 1px solid #2e9ded;
	border-radius: 50%;
}
.recruit-lc li.l1 p {
	width: 100%;
	height: 100%;
	border: 2px solid #2e9ded;
	border-radius: 50%;
	text-align: center;
}
.recruit-lc li.l1 p span {
	display: inline-block;
	margin-top: 38px;
	line-height: 36px;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
}
.recruit-lc li.l2 {
	width: 115px;
	background: url(../images/icon20.png) no-repeat center;
}
.list-social {
	padding: 0 10px;
}
.list-social li {
	margin-bottom: 40px;
	background: #fff;
	overflow: hidden;
}
.list-social li .images {
	float: left;
	width: 28%;
}
.list-social li .images images {
	width: 320px;
	height: 200px;
}
.list-social li .date {
	float: left;
	width: 12%;
	height: 76px;
	padding-left: 40px;
	margin-top: 50px;
	border-right: 1px solid #e7e7e7;
	font-size: 28px;
}
.list-social li .date span {
	display: block;
	color: #999;
	font-size: 14px;
}
.list-social li .txt {
	float: left;
	width: 54%;
	margin-top: 50px;
	padding: 0 70px 0 40px;
}
.list-social li .txt .discribe {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.list-social li .detail {
	float: left;
	width: 6%;
	height: 30px;
	margin-top: 85px;
	border-left: 1px solid #e7e7e7;
	background: url(../images/icon21.png) no-repeat 15px center;
}
.list-social li:last-child {
	margin-bottom: 0;
}
.list-social li:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.list-social li:hover .txt {
	color: #2e9ded;
}
.list-social2 li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.list-social2 li .mauto {
	padding: 0 50px;
}
.list-social2 li .date {
	float: left;
	margin-right: 50px;
	color: #999;
}
.list-social2 li .els {
	float: left;
	color: #666;
}
.list-social2 li i {
	float: right;
	margin-top: 7px;
	width: 15px;
	height: 15px;
	background: url(../images/icon19.png) no-repeat center;
}
.list-social2 li:hover {
	background: #fff;
}
.list-stock .item {
	background: #fff;
	margin: 0 19px 30px;
	padding: 20px;
	border: 1px solid #fff;
}
.list-stock .item .date {
	padding-left: 25px;
	color: #999;
	line-height: 16px;
	font-size: 12px;
	background: url(../images/icon13.png) no-repeat left center;
}
.list-stock .item .discribe {
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin: 15px 0 20px;
}
.list-stock .item .detail {
	display: inline-block;
	height: 38px;
	line-height: 36px;
	width: 112px;
	border: 1px solid #bdbdbd;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.list-stock .item .detail i {
	display: inline-block;
	width: 20px;
	height: 22px;
	margin-right: 10px;
	background: url(../images/icon22.png) no-repeat top center;
	vertical-align: -7px;
}
.list-stock .item:hover {
	border-color: #2e9ded;
}
.list-stock .item .detail:hover {
	border-color: #2e9ded;
	background: #2e9ded;
	color: #fff;
}
.list-stock .item .detail:hover i {
	background-position: bottom center;
}
.stock-main {
	max-width: 1120px;
	margin: auto;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}
.stock-main .title {
	width: 100%;
 height: .68rem;
 line-height: .68rem;
	background: #2e9ded;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.stock-main ul {
	background: #fff;
	display: table;
	border-collapse: collapse;
	border-bottom: 1px solid #e1e1e1;
}
.stock-main ul li {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding: 0 30px 0 20px;
	color: #666;
}
.stock-main ul .ttl {
	width: 30%;
	background: #fafafa;
}
.stock-top {
	height: 460px;
	color: #fff;
}
.stock-top h1 {
	margin-top: 60px;
	margin-left: 0px;
}
.icon-z {
	display: inline-block;
	width: 19px;
	height: 22px;
	margin-left: 20px;
	background: url(../images/icon23z.png);
}
.icon-d {
	display: inline-block;
	width: 19px;
	height: 22px;
	margin-left: 20px;
	background: url(../images/icon23d.png);
}
.stock-top-wrap {
	width: 470px;
}
.stock-top-box {
	margin-top: 30px;
}
.stock-top-box .fz60 {
	font-size: 60px;
}
.stock-top-box .check {
	height: 34px;
	display: inline-block;
	line-height: 32px;
	border: 1px solid #fff;
	padding: 0 20px;
	margin-left: 50px;
	vertical-align: text-bottom;
}
.stock-top-box .check:hover {
	background: #fff;
	color: #2e9ded;
}
.stock-top-list {
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	margin: 40px 0;
}
.stock-top-list li {
	float: left;
	width: 25%;
	line-height: 24px;
}
.map-wrap {
	width: 100%;
	height: 540px;
}
.list-contact {
	padding: 60px 0;
}
.list-contact .item {
	padding: 20px;
	height: 202px;
	text-align: center;
	color: #666;
	line-height: 24px;
}
.list-contact .item i {
	display: block;
	width: 65px;
	height: 65px;
	margin: auto;
	background: url(../images/contact.png) no-repeat;
}
.list-contact .item i.i1 {
	background-position: 0 0;
}
.list-contact .item i.i2 {
	background-position: 0 -70px;
}
.list-contact .item i.i3 {
	background-position: 0 -140px;
}
.list-contact .item i.i4 {
	background-position: 0 -210px;
}
.list-contact .item .p {
	margin: 10px 0 15px;
}
.list-form li {
	float: left;
	width: 30%;
	margin: 0 0 25px 2.5%;
	position: relative;
}
.list-form li label {
	float: left;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.list-form li label i {
	color: #2e9ded;
	margin-left: 5px;
	vertical-align: middle;
}
.list-form li .text,  .list-form li select {
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #cdcdcd;
	background: transparent;
	line-height: 39px;
	padding-left: 10px;
}
.list-form li .images-yzm {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.list-form li .btn {
	display: block;
	width: 100%;
	height: 40px;
	background: #e7e7e7;
	color: #999;
	cursor: pointer;
}
.list-form li .btn.bgb {
	background: #2e9ded;
	color: #fff;
}
.list-form li.l1 {
	width: 95%;
}
.list-form li.l1 textarea {
	width: 100%;
	height: 120px;
	line-height: 24px;
	border: 1px solid #cdcdcd;
	background: transparent;
	padding: 5px;
}
.fixed-head {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 999999;
	left: 0;
	top: 0;
}
.history-images {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.history-main {
	margin-top: 134px;
	padding: 112px 0px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}
.history-wrap {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 250px 0px 50px;
}
.proces-icon {
	background: url(../images/icon24.png) no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -12px;
}
.proces-line {
	height: 100%;
	width: 4px;
	left: 50%;
	position: absolute;
	top: 24px;
	margin-left: -2px;
	background-color: #fff;
	border-radius: 2px;
}
.list-history li {
	float: left;
	width: 50%;
	margin-bottom: 70px;
}
.list-history li .wrap {
	float: right;
	width: 500px;
}
.list-history li .date {
	margin-bottom: 20px;
	font-size: 24px;
	position: relative;
}
.list-history li .date:after {
	content: ' ';
	width: 45px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -60px;
	top: 50%;
}
.list-history li .ttl {
	width: 100%;
	height: 66px;
	background: #2e9ded;
	color: #fff;
	padding: 0 35px;
	line-height: 66px;
	text-align: right;
	position: relative;
}
.list-history li .ttl i {
	display: block;
	width: 23px;
	height: 17px;
	background: url(../images/icon25.png);
	position: absolute;
	left: 35px;
	bottom: 0;
}
.list-history li .images-md {
	background: #fff;
	width: 100%;
	height: 320px;
	float: right;
}
.list-history li .images-md images {
	max-width: 90%;
	max-height: 90%;
}
.list-history li.item1 {
	margin-top: -160px;
	text-align: right;
}
.list-history li.item1 .wrap {
	float: left;
}
.list-history li.item1 .ttl {
	text-align: left;
}
.list-history li.item1 .ttl i {
	left: initial;
	right: 35px;
}
.list-history li.item1 .date:after {
	left: initial;
	right: -60px;
}
.table-zl {
	width: 100%;
}
.table-zl-ttl {
	height: 54px;
	line-height: 54px;
	color: #fff;
	padding: 0 20px;
	margin-bottom: 20px;
	background: #2e9ded;
	font-size: 20px;
	text-align: left;
}
.table-zl-ttl span {
	float: right;
	font-size: 14px;
	text-align: right;
}
.table-zl th {
	border: 1px solid #d6d6d6;
	height: 36px;
	font-weight: normal;
	background: #ececec;
}
.table-zl td {
	border: 1px solid #d6d6d6;
	line-height: 20px;
	padding: 8px 2%;
	background: #fff;
}
.bd_weixin_popup {
	height: auto !important;
}
/*弹出层*/
.mask-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.mask-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .8;
}
.mask-main {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -400px;
}
.mask-pager li {
	position: absolute;
	top: 0;
	cursor: pointer;
	height: 100%;
	width: 10%;
}
.mask-pager .prev {
	left: 15%;
	background: url(../images/icon28.png) no-repeat left center;
}
.mask-pager .next {
	right: 15%;
	background: url(../images/icon29.png) no-repeat right center;
}
.mask-close {
	width: 64px;
	height: 64px;
	position: absolute;
	right: 5%;
	top: 5%;
	cursor: pointer;
	background: url(../images/icon27.png) no-repeat center center;
}
.recruit-wrap {
	display: block;
	visibility: hidden;
}
.recruit-wrap .mask-bg {
	opacity: .5;
}
.recruit-wrap .mask-recruit {
	width: 638px;
	height: 670px;
	margin-top: -335px;
	margin-left: -285px;
	padding: 0 34px;
}
.recruit-wrap .mask-recruit .bx-wrapper {
	background: #fff;
	color: #999;
	padding: 50px 60px;
}
.recruit-wrap .mask-recruit .recruit-border {
	margin-bottom: 10px;
}
.recruit-wrap .mask-recruit .ttl {
	margin-top: 30px;
	font-weight: bold;
	color: #666;
}
.recruit-wrap .mask-recruit .txt {
	height: 320px;
	margin: 10px 0 20px;
	padding-top: 20px;
	line-height: 28px;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.recruit-wrap .mask-recruit .btn {
	display: inline-block;
	width: 220px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #ebebeb;
	text-align: center;
}
.recruit-wrap .mask-recruit .btn:hover {
	border-color: #2e9ded;
	background: #2e9ded;
	color: #fff;
}
.recruit-wrap .mask-pager li {
	width: 34px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	overflow: hidden;
}
.recruit-wrap .mask-pager li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -200px;
}
.recruit-wrap .mask-pager .prev {
	left: 0;
	background: url(../images/icon31.jpg) no-repeat;
}
.recruit-wrap .mask-pager .next {
	right: 0;
	background: url(../images/icon32.jpg) no-repeat;
}
.recruit-wrap .mask-close {
	width: 34px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/icon30.jpg) no-repeat center center;
}
/********************
 视频弹出框
*********************/
.popvedio {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.popvedio .pv-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.popvedio .pv-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.popvedio .pv-box .pv-tab {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.popvedio .pv-close {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	right: 10%;
	top: 10%;
}
.popvedio .pv-close {
	display: block;
	right: 2%;
	top: 5%;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	z-index: 99;
	background: url(../images/icon27.png) no-repeat center center;
}
.popvedio .pv-close:hover {
	background-color: #2e9ded;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}
/* 17-1-17 */
.chart-wrap {
	float: right;
	width: 560px;
	height: 410px;
	margin: 25px 25px 0 0;
	background: #fff;
	position: relative;
	display: none;
}
.chart-wrap .close {
	width: 34px;
	height: 32px;
	position: absolute;
	left: -34px;
	top: 0;
	cursor: pointer;
	background: url(../images/icon30.jpg) no-repeat center center;
}
.search-result {
	height: 50px;
	line-height: 50px;
	color: #666;
}
/* 2017-1-22 */
.list-ctac {
	width: 520px;
	float: right;
	margin-right: 10%;
}
.list-ctac li {
	float: left;
	width: 46%;
	line-height: 34px;
	border: 1px solid #c8cac9;
	margin-left: 4%;
	margin-bottom: 10px;
	border-radius: 4px;
	position: relative;
	background: #fff;
}
.list-ctac li label {
	float: left;
	width: 22%;
	color: #666;
	text-align: center;
}
.list-ctac li .text, .list-ctac li select {
	float: left;
	height: 34px;
	width: 78%;
	line-height: 34px;
	border-radius: 0 4px 4px 0;
}
.list-ctac li.l1 {
	width: 96%;
}
.list-ctac li.l1 label {
	width: 11%;
}
.list-ctac li textarea {
	width: 100%;
	height: 160px;
	padding: 5px;
	border-radius: 4px;
}
.list-ctac li .images-yzm {
	position: absolute;
	right: 5px;
	bottom: 2px;
}
.list-ctac li.btns {
	border: none;
	background: none;
	text-align: center;
	margin-top: 20px;
}
.list-ctac li .btn {
	width: 136px;
	height: 52px;
	margin: 0 5px;
	line-height: 52px;
	color: #666;
	font-size: 14px;
	background: transparent;
	border: 1px solid #c8cac9;
	border-radius: 4px;
	cursor: pointer;
}
.list-ctac li .btn:hover {
	background: #2e9ded;
	color: #fff;
	border: none;
}
.images-ctac {
	float: left;
	width: 520px;
	padding-top: 30px;
	text-align: center;
}
.images-ctac p {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
/* 友情链接2-8 */
.friendlink {
	margin-top: 20px;
	color: #666;
	font-size: 12px;
	line-height: 24px;
}
.friendlink a {
	display: inline-block;
	margin-right: 20px;
}
.friendlink a:hover {
	color: #666;
}
.friendlink .list {
	padding-left: 65px;
}
.business ul li i {
	display: block;
	height: 30px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: -30px;
}
.business ul li i::after {
	content: ' ';
	height: 200px;
	width: 360px;
	border-radius: 0 0 150% 150%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -180px;
	transition: all .3s;
}
.business ul li:hover i::after {
	background: #2e9ded;
}
/* 新发展历程 */
.path-images {
	margin-top: 134px;
}
.path2-wrap {
	background: #f5f6fa;
	padding-top: 70px;
}
.path2 {
	position: relative;
	padding-bottom: 20px;
}
.path2 .line {
	width: 1px;
	height: 100%;
	background: #e7e8ea;
	position: absolute;
	left: 50%;
}
.path2 .top {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 42px;
}
.path2 .top .left {
	float: left;
	width: 50%;
	padding-right: 40px;
	text-align: right;
	color: #ccc;
}
.path2 .top .right {
	float: right;
	width: 50%;
	padding-left: 40px;
	text-align: left;
	color: #2e9ded;
}
.path2 ul {
	margin-bottom: 40px;
}
.path2 ul li {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 24px;
	padding-top: 30px;
}
.path2 ul li.even .date {
	float: right;
	text-align: left;
	padding: 0 0 0 40px;
}
.path2 ul li.even .txt {
	float: left;
	text-align: right;
	padding: 0 40px 0 0;
}
.path2 ul li.even .txt .p {
	float: right;
}
.path2 ul li:hover {
	background: #2e9ded;
	transition: 300ms ease 0ms;
	-webkit-transition: 300ms ease 0ms;
}
.path2 ul li:hover .txt .p {
	border-color: #2e9ded;
}
.path2 ul li:hover .date, .path2 ul li:hover .txt {
	color: #fff;
}
.path2 ul li:hover::after {
	background: #fff;
}
.path2 ul li::after {
	content: ' ';
	width: 11px;
	height: 11px;
	background: #d8d8d8;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 38px;
	transition: 300ms ease 0ms;
	margin-left: -5px;
}
.path2 ul .date {
	float: left;
	width: 50%;
	padding-right: 40px;
	text-align: right;
	font-size: 16px;
	color: #2e9ded;
	transition: 300ms ease 0ms;
}
.path2 ul .txt {
	float: right;
	width: 50%;
	padding-left: 40px;
	text-align: left;
	font-size: 14px;
	color: #666;
}
.path2 ul .txt .p {
	width: 400px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e7e8ea;
	transition: 300ms ease 0ms;
}
@media (max-width: 900px) {
.path2 .top .left,  .path2 .top .right {
	float: none;
	text-align: center;
	width: 100%;
	padding: 0;
}
.path2 .top .left {
	margin-bottom: 20px;
}
.path2 .line {
	left: 20%;
}
.path2 ul li .date {
	width: 20%;
}
.path2 ul li .txt {
	width: 80%;
}
.path2 ul li .txt .p {
	width: 90%;
}
.path2 ul li::after {
	position: absolute;
	left: 20%;
}
.path2 ul li.even .date {
	float: left;
	text-align: right;
	padding: 0 40px 0 0;
}
.path2 ul li.even .txt {
	float: right;
	text-align: left;
	padding: 0 0 0 40px;
}
.path2 ul li.even .txt .p {
	float: none;
}
}
@media (max-width: 750px) {
.path-images {
	margin-top: 0;
}
}
@media (max-width: 450px) {
.path2-wrap {
	padding-top: 30px;
}
.path2 ul li {
	padding-top: 20px;
}
.path2 .top {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
.path2 ul li .date {
	padding-right: 10px !important;
}
.path2 ul li .date em {
	display: block;
}
.path2 ul li .txt {
	padding-left: 15px !important;
}
.path2 ul li .txt .p {
	width: 95%;
	padding-bottom: 15px;
}
