﻿/*Page banner*/
.page-banner {
	position: relative;
	height:400px;
}
.page-banner .pb-tit {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	color: #080404;
}
.page-banner .pb-tit.white {
	color: #fff;
}
.page-banner .pb-tit .cn {
	font-size: 50px;
	line-height: 1;
	color: #000;
	margin-bottom: 20px;
}
.page-banner .pb-tit.white .cn {
	color: #fff;
}
.page-banner .pb-tit .en {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}
.page-banner .pb-tit.white .en {
	color: #fff;
	color: rgba(255, 255, 255, .6);
}
.page-banner .pb-tit.gray .en {
	color: #888;
}
.page-banner .pb-pic {
	overflow: hidden;
}
.page-banner .pb-pic img {
	/*max-width: 100%;*/
    position: relative;
	left: 50%;
	margin-left: -960px;
	-webkit-animation: minus 6s;
	animation: minus 6s;
}





/*放大缩小*/
@-webkit-keyframes minus {
 from {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
@keyframes minus {
 from {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.page-banner-solution {
	height: auto;
	margin-top: -34px;
}
.page-banner-solution .pb-pic img {
	position: static;
	left: 0;
	margin-left: 0;
	max-width: 100%;
	opacity: .9;
	-webkit-animation: minus 6s;
	animation: minus 6s;
}
.ban-zixun {
	margin-top: 40px;
}
.page-banner-solution .pb-tit {
	top: 38%;
}
.ban-zixun .com-btn2.bg-888 {
	border: 1px solid #bebcb9;
	opacity: .9;
}
.ban-zixun .com-btn2:hover {
	background: #e60112;
	opacity: 1;
}
.ban-zixun .com-btn2.bg-888:hover {
	background: #333;
	border-color: #333;
}
.com-btn2 {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #eb5250;
	color: #fff!important;
	font-size: 18px;
	text-align: center;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.center .com-btn2 {
	margin: 0 6px;
}
.com-btn2.bg-888 {
	background: #888;
}
.com-btn2:hover {
	opacity: .85;
}
/*内页*/


/* 内页左侧 */
.Ileft_box {
	margin-bottom:60px;
	float:left;
}
.Ileft_box_title {
	width: 280px;
	height: 100px;
	background: #1786c8;
	text-align: center;
}
.Ileft_box_title p {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	padding: 24px 0 0 0;
}
.Ileft_box_title span {
	display: block;
	line-height: 14px;
	color:#fff;
	font-size: 14px;
	padding: 5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
.Ileft_navlist {
	width: 280px;
}
.Ileft_navlist li {
	width:280px;
	height: 60px;
	background: #f5f5f5 url(../images/dot_jian.png) no-repeat 230px center;
	border-bottom: 1px solid #eee;
	position:relative;
}
.Ileft_navlist li:hover {
	background: #1786c8 url(../images/dot_jian_on.png)no-repeat 230px center;
}
.Ileft_navlist li a {
	display:block;
	font-size: 16px;
	line-height: 60px;
	color: #333;
	padding-left:30px;
	height:60px;
	width:230px;
	padding-right:10px;
}
.Ileft_navlist li:hover a {
	color: #fff;
}
.Ileft_box_contact {
	height: 112px;
	background:  #1786c8;
}
.Ileft_box_contact_title {
	height: 80px;
	padding-top: 30px;
	padding-left: 30px;
	background: url(../images/dot_call.png) no-repeat 210px 30px;
}
.Ileft_box_contact_title span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.Ileft_box_contact_title em {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}
/*page-menu */
.page-menu {
	height: 81px;
	line-height: 79px;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.page-menu li {
	float: none;
	display: inline-block;
	position: relative;
}
.page-menu li>a {
	display: inline-block;
	font-size: 20px;
	padding: 0 30px;
	color: #6b6b6b;
}
.page-menu .container li:first-child>a {
	padding: 0 30px 0 0;
}
.page-menu li.on>a, .page-menu li>a.on, .page-menu li>a:hover {
	color: #ea5250;
}
/*page-case*/
.page-case {
	padding: 86px 0 71px;
}
.case-content {
	padding:30px 0 10px;
}
.Npage-case {
	padding: 20px 0 71px;
}
/*page-partner*/

.page-partner {
	padding: 86px 0 71px;
}
.partner-content {
	padding: 20px 0 20px;
}
.partner-list {
	margin-left: -9px;
	margin-right: -9px;
}
.partner-list li {
	float: left;
	width: 16.6666%;
	padding: 0 9px;
	margin-bottom: 18px;
}
 .case-dis li:nth-child(4) {

}
.partner-list li .box {
	display: block;
	border: 1px solid #e5e5e5;
	height: 96px;
	line-height: 96px;
	font-size: 0;
	text-align: center;
}
.partner-list li .box img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	padding: 20px;
}
/*page_partner*/


.nabout_box {
	box-shadow: 0 0 10px 0 #999;
	padding: 50px 0 50px 0;
	margin-top:40px;
	margin-bottom: 60px;
}
.nabout_box span {
	font-size: 30px;
	line-height:48px;
	margin-left: 15px;
	color: #999;
}
.nabout_box_left {
	width: 730px;
}
.nabout_box_left p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 32px;
	padding: 10px 0 0 48px;
	font-weight: lighter;
	text-align: justify;
	margin: 0;
}
.ncompany_box_left {
	padding: 0 40px 0 40px;
}
.ncompany_box_left p {
	font-size: 15px;
	line-height: 32px;
	font-weight: lighter;
	text-align: justify;
	margin: 0;
}
.nabout_box_title {
	margin-bottom: 10px;
}
.nabout_box_title dl {
	font-size: 33px;
	letter-spacing: 1.5px;
	color: #fff;
	background: #1786c8;
	display: block;
	line-height: 60px;
	text-align: center;
}
.nabout_box_right {
	margin-right: 50px;
}
.main-box {
	padding: 40px 0 60px;
}
.main-content {
	padding: inherit;
}
/* newsList */

.newsList {
	width: 100%;
}
.newsList dl {
	width: 100%;
	padding-top: 39px;
	height: 249px;
	border: 1px solid #dfdfdf;
	border-top: none;
	background: #fff;
	position: relative;
	padding-bottom: 39px;
}
.newsList dl:first-child {
	border-top: 1px solid #dfdfdf;
}
.newsList dt {
	width: 220px;
	height: 170px;
	float: left;
	margin-left: 40px;
	overflow: hidden;
}
.newsList dt img {
	display: block;
	transform: scale(1);
	transition: all 2s ease-out;
	width: 220px;
	height: 169px;
}
.newsList dl:hover dt img {
	transform: scale(1.2);
}
.newsList dd {
	width: 1050px;
	height: 170px;
	position: relative;
	margin-left: 28px;
	float: left;
}
.newsList dd h3 {
	font-size: 20px;
	font-weight: normal;
	width: 650px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsList dd h3 a {
	color: #000000;
	text-decoration: none;
}
.newsList dd p {
	font-size: 16px;
	color: #888;
	line-height: 26px;
	margin-top: 17px;
}
.dot_date {
	display: block;
	font-size: 15px;
	font-family: arial;
	height: 16px;
	background: url(../images/newsList_icon01.png) no-repeat left center;
	position: absolute;
	top: 6px;
	right: 62px;
	padding-left: 24px;
	color: #999;
}
.dot_hits {
	display: block;
	font-size: 15px;
	font-family: arial;
	height: 16px;
	background: url(../images/newsList_icon02.png) no-repeat left center;
	position: absolute;
	color: #999;
	top: 5px;
	right: 4px;
	padding-left: 24px;
}
.newsList dd .more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	left: 6px;
	bottom: 5px;
}
.newsList dl:hover dd .more {
	background-position: left bottom;
}
.newsList dl:hover dd h3 a {
	color: #d40019;
}
.newsList dl:hover {
	box-shadow: 0 0 10px 6px #eeeeee;
	z-index: 99;
}
/* newsCenter 新闻中心页*/
/* 通用分页样式 */

.pages {
	width:100%;
	height:auto;
	text-align:center;
	padding:40px 0 20px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.pages a {
	border: 1px solid #d1d1d1;
	height: 30px;
	line-height: 30px;
	color: #666666;
	padding: 5px 10px;
	margin-right: 8px;
	font-size:16px;
}
.pages .current, .pages a:hover {
	color: #fff;
	background:#d8001c;
	border: 1px solid #d8001c;
}
/*联系我们*/
.ncontact_box {
	margin: 0 auto;
	width: 100%;
	display: flex;
	margin-bottom:40px;
}
.contact_one {
	display: inline-block;
	width: 33%;
	float:left;
}
.contact_one span {
	font-size:40px;
	line-height: 30px;
	color:#1786c8;
	margin-bottom: 22px;
	display: block;
	font-weight: bold;
}
.contact_one div {
	font-size: 30px;
	line-height: 30px;
}
.contact_one i {
	width: 40px;
	height: 3px;
	background: #1786c8;
	display:block;
	margin-bottom: 30px;
	margin-top:30px;
}
.contact_one_pic {
	margin-bottom: 0px;
}
.contact_one_pic img {
	width: 100%;
}
.contact_two {
	width: 33%;
	position:relative;
	background: #f2f2f2 url() no-repeat;
	background-position:325px 315px;
	padding: 50px 38px;
	font-size:16px;
	line-height: 35px;
	margin-left: 18px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	float:left;
}
.contact_two strong {
	font-size: 16px;
}
.contact_title {
	position:absolute;
	width:200px;
	height: 45px;
	background: #1786c8;
	border-radius: 6px;
	font-size:24px;
	color:#fff;
	line-height:45px;
	font-weight:bold;
	left:28px;
	text-align:center;
}
.contact_content1 {
	color: #8e8e8e;
	line-height: 42px;
	font-size: 16px;
}
.contact_content1 span {
	font-size: 17px;
	font-weight: bold;
}
.contact_content {
	margin-top:70px;
	color: #555;
}
.contact_content a {
	text-decoration: none;
	font-size: 14px;
}
.contact_img {
	text-align:center;
	width:130px;
	margin-top:40px;
}
.contact_img img {
	width:130px;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
}
/*新闻内页*/
.NewsIntro {
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 5px 5px #eeeeee;
	float:right;
	width:1100px;
}
.mainCon {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 50px;
}
._head ._title {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
._tools {
	font-size: 0;
	color: #5a5a5a;
	margin-bottom: 40px;
}
._tool {
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_list_date {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/newsList_icon01.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.news_list_hits {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/newsList_icon02.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.news_content {
	line-height: 30px;
	font-size: 16px;
	color: #5a5a5a;
}
.news_content_pic {
	padding:20px;
}
.news_content img {
	max-width: 1090px;
}
.news_sx {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	margin-top:50px;
}
.news_sx a {
	color: #666;
	font-size: 16px;
}
.news_sx a:hover {
	color: #d10010;
	font-size: 16px;
}
.n_s {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 50%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*新闻内页end*/

.service-content {
	padding:20px 0 60px;
}
.service-content p {
	text-align: left;
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	font-weight: normal;
}

 @media(max-width:1459px) {

.newsList dd {
    width: 820px;
    height: 170px;
    position: relative;
    margin-left: 28px;
    float: left;
}

.NewsIntro {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 5px 5px #eeeeee;
    float: right;
    width: 900px;
}

}
 @media(max-width:1280px) {

.proshowa_wb { display:none;
}
#tFocus {
    width: 552px;
    overflow: hidden; float:inherit !important;
}
}