﻿/*Page banner*/
.page-banner {
	position: relative;
	height:400px;
	margin-top:90px;
}
.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;
}
/*内页*/


.product-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.product-list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.product-list>li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.product-list li .pic {
	position: relative;
}
.product-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.pic_tel {
	display:none;
	position:absolute;
	text-align:center;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	z-index:11;
-webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.product-list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.product-list li:hover .pic_tel {
	display:block;
	text-align:center;
	width:100%;
	vertical-align:middle;
	margin-top:150px;
}
.product-list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.product-list li:hover .pic:before {
	background-color: rgba(0, 120, 215, 0.9);
}
.product-list li .tit {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	background:#0078d7;
	color:#FFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.product-list li:hover .tit {
	background:#0078d7;
	color:#FFF
}

/* 内页左侧 */
.Ileft_box {
	margin-bottom:60px;
	float:left;
}
.Ileft_box_title {
	width: 280px;
	height: 100px;
	background: #0078d7;
	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;
}



.BPro_menu {
	width:280px;
	height: 56px;
	background: #ededed url(../images/dot_jian.png) no-repeat 230px center;
	border-top: 1px  dotted #9dbdd5;

}
.BPro_menu:hover {
	background: #ea0001 url(../images/dot_jian_on.png)no-repeat 230px center;
}
.BPro_menu a {
	display:block;
	font-size: 16px;
	line-height: 56px;
	color: #333;
	padding-left:30px;
	height:56px;
	width:230px;
	padding-right:10px;
}
.BPro_menu:hover a {
	color: #fff;
}


.SPro_menu {
    border: 0 none;
    width: 100%;
    padding-left: 50px;
    color: #fff;
    background: url(../images/cpMuSDt.png.png) no-repeat scroll 35px center; border-left:1px solid #cccccc; border-right:1px solid #cccccc;

}
.SPro_menu a {
	color:#666;
	font-size:14px;
	line-height:32px;
transition: all .5s;
}
.SPro_menu a:hover {
	color:#fe0000;
	padding-left: 5px;
}



.Ileft_box_contact {
	height: 112px;
	background: #0078d7;
}
.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) {
display: none;
}
.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: 16px;
	line-height: 32px;
	padding: 10px 0 0 48px;
	font-weight: normal;
	text-align: justify;
	margin: 0;
}

.nabout_content{ margin:20px 50px;}
.nabout_content p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
    font-weight: lighter;
    text-align: justify;
    margin: 0;
}

.ncompany_box_left {
	padding: 0 30px 0 30px;
}



.nabout_box_title {
	margin-bottom: 10px;
}
.nabout_box_title dl {
	font-size: 33px;
	letter-spacing: 1.5px;
	color: #fff;
	background: #0078d7;
	display: block;
	line-height: 60px;
	text-align: center;
}
.nabout_box_right {
	margin-right: 50px;
}




.main-box {
	padding: 40px 0 60px;
}
.main-content {
	padding: inherit; margin-top:30px;
}
/* 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: 12px;
	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:#0078d7;
	border: 1px solid #0078d7;
}
/*联系我们*/
.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:#0078d7;
	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: #0078d7;
	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: #0078d7;
	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:1080px;
}
.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;
}
.indservice {padding-bottom:0px;}
.indservice li { text-align:center;float:left;border:1px solid #e60045;margin-left:-1px;}
.indservice li i { display:block;width:40px;  height:40px;margin:0 auto}
.indservice li i.icon1 { background:url(../images/s1.png) no-repeat center top;}
.indservice li i.icon2 { background:url(../images/s2.png) no-repeat center top;}
.indservice li i.icon3 { background:url(../images/s3.png) no-repeat center top;}
.indservice li i.icon4 { background:url(../images/s4.png) no-repeat center top;}
.indservice li i.icon5 { background:url(../images/s5.png) no-repeat center top;}
.indservice li i.icon6 { background:url(../images/s6.png) no-repeat center top;}
.indservice li .title {color:#e60045;font-size:20px;margin:30px 0 15px 0}
.indservice li .line { background:#666; height:1px;width:50px;margin:0 auto}
.indservice li .cons { height:110px; line-height:22px; overflow:hidden;color:#666;margin:15px 0}
.indservice li .more a { display:inline-block;color:#777;border:1px solid #999;padding:5px 25px;}
.indservice li:hover { background:#e60045;color:#fff}
.indservice li:hover i {background-position:0 -40px}
.indservice li:hover .title {color:#fff;}
.indservice li:hover .line { background:#fff;}
.indservice li:hover .cons {color:#fff}
.indservice li:hover .more a {border-color:#fff;color:#fff}

.indservice_2 li { width:33.33333%;padding:3% 4%;border:0; background:#dcdcdc; height:auto;}
.indservice_2 li.l2,.indservice_2 li.l4,.indservice_2 li.l6 { background:#e5e5e5}
.indservice_2 li .title {color:#333;font-size:20px; height:20px; line-height:20px; overflow:hidden;}
.indservice_2 li .line { background:#999;width:40px}
.indservice_2 li .cons { height:44px; line-height:22px;margin:20px 0 30px 0; overflow:hidden}
.indservice_2 li:hover { background:#e60045;color:#fff}
 @media(max-width:1459px) {
.newsList dd {
    width: 850px;
    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: 880px;
}
.news_content_pic {
    padding: inherit;
}
.news_content_pic img{ width:100%;  max-width:800px;
    
}

.news_content p img{ width:100%; max-width:800px;}

.Iservice_item {
    width: 194px;
    margin-top: 32px;
    margin-bottom: 60px;
    transition: all .3s ease-in-out;
    float: left;
    margin-left: 36px;
}
}

@media(max-width:1440px) {
.nabout_box_left {
    width: 700px;
}

.nabout_box_right {
	width:400px;
}
.nabout_box_right  img {
	width:100%;
}
}
@media(max-width:1280px) {

.nabout_box_left {
    width: 620px;
}

.nabout_box_right {
	width:400px;
}

.nabout_box_right  img {
	width:100%;
}
.navbar {
    margin-left: 0px;
}
}

