﻿/*Page banner*/
.page-banner {
	height:500px;
}
.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;
}

.container_pad {
	padding-top:70px;
	padding-bottom:70px;
}
/*搜索*/
.Isearch {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.Isearch .fl {
	padding-top: 18px;
	max-width: 1000px;
	line-height: 20px;
}
.Isearch .fl a:hover {
	text-decoration: underline;
	color: #be050d;
}
.Isearch .fl a {
	display: inline-block;
	color: #555;
	font-size: 15px;
}
.Isearch .fl span:last-of-type {
	display: none;
}
.Isearch .fl strong {
	display: block;
	float: left;
	max-width: 90px;
	font-size: 15px;
}
.Isearch_right form {
	float: left;
	display: block;
	width: 270px;
	background: #f5f5f5;
	border-radius: 50px;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin: 19px 0 19px 0px;
}
.Isearch_right form .search-i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	display: block;
	transition: 0.3s all ease-in-out;
	background: #003da2 url(../images/dot_so.png) no-repeat center;
}
.Isearch_right .search-i:hover {
	background-color: #d8001c;
}
.Isearch_right .search-i input {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: 0 none;
	outline: none;
}
.Isearch_right .search-bg input {
	line-height: 34px;
	background: none;
	border: 0 none;
	width: 220px;
	padding-left: 20px;
	color: #aaa;
	outline: none;
	font-size:15px;
}
/*内页*/


.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(30, 105, 206, 0.3);
}
.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
}


.news_list {
	width: 100%;
	padding-top: 20px;
}
.news_list ul {
	display: block;
}
.news_list ul li {
	display: block;
	margin: 15px 0;
}
.news_list ul li a {
	display: block;
	height: 130px;
	border: 1px solid #e6e6e6;
 -o-transition: all .6s;
 -moz-transition: all .6s;
 -webkit-transition: all .6s;
 -ms-transition: all .6s;
 transition: all .6s;
}




.news_list ul li a i {
	width: 20%;
	float: left;
	font-style: normal;
	margin-top: 32px;
	border-right: 1px dotted #e6e6e6;
}
.news_list ul li a i big {
	display: block;
	font-weight: bold;
	font-size: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #bababa;
}
.news_list ul li a i small {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #bababa;
	font-size:16px;
}
.news_list ul li a p {
	display: block;
	width: 76%;
	float: right;
	margin-top: 24px;
}
.news_list ul li a p strong {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 600;
}
.news_list ul li a p span {
	display: block;
	height: 52px;
	line-height: 26px;
	color: #777;
	padding-right: 30px;
	margin-top: 5px;
	font-size:15px;
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_list ul li a:hover {
	-moz-box-shadow:0 0 10px #b2b5b7;
	-webkit-box-shadow:0 0 10px #b2b5b7;
	box-shadow:0 0 10px #b2b5b7;
	transition:all 0.5s;
}
.news_list ul li a:hover p strong {
	color: #c80000;
	transition:all 0.5s;
}


.news_list ul li a:hover i big, .news_list ul li a:hover i small{
    color: #333;
}
/* 内页左侧 */
.Ileft_box {
	margin-bottom:60px;
	float:left;
}
.Ileft_box_title {
	width: 280px;
	height: 100px;
	background-image: linear-gradient(-90deg, #003da2, #086cb9);
	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: #dcdcdc url(../images/dot_jian.png) no-repeat 230px center;
	border-top: 1px solid #eee;
}
.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-image: linear-gradient(-90deg, #003da2, #086cb9); border-top: 1px solid #eee;
}
.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_content {
}
.nabout_content h2 {
	font-size: 32px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	margin-bottom:30px;
}
.nabout_content p {
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	margin: 0;
}
.nabout_pic {
	margin-top: 30px;
}
.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:#003da2;
	border: 1px solid #003da2;
}
/*联系我们*/
.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:#003da2;
	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: #003da2;
	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-image: linear-gradient(-90deg, #003da2, #086cb9);
	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;
}
/*在线留言*/

.page-Message {
	overflow: hidden;
	padding: 50px 0 90px 0;
	background: url(../images/message_bg.jpg) top center;
}
.zzliuyan {
	overflow: hidden;
}
.contact-tit {
	font-size: 28px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
}
.contact-tit:before {
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
}
.lylist {
	width: 100%;
}
.lylist input, .lylist textarea, .lylist button {
	border-radius: 5px;
	border: none;
	font-size: 14px;
}
.lylist .lytitle {
	width: 99%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	background: #fff;
}
.lylist .inp_name {
	width: 48%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
	float: left;
}
.lylist .inp_tel {
	width: 49%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	float: right;
	margin: 20px 13px 0 0;
	background: #fff;
}
.lylist .inp_neirong {
	width: 99%;
	height: 200px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
}
.lylist .vcode {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
}
.lylist .submit {
	width: 49%;
	text-align: center;
	background: #1372de;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin: 20px 13px 0 0;
}
.lylist .submit:hover {
	cursor: pointer;
	background: #278838;
}
.yanzhengm img {
	position: absolute;
	top: 33px;
	right: 15px;
}
.yanzhengm {
	width: 48%;
	float: left;
	position: relative;
}
/*新闻内页*/
.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: 32px;
	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;
}
}
