﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	text-align: justify;
	color: #31374d;
}
h1,
h2,
h3,
h4 {
	font-weight: 500;
}
img {
	border: none;
}
a {
	cursor: pointer;
	color: #5f5f5f;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ff7c00;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
input.sub,
label {
	border: none;
	cursor: pointer;
}
input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td,
table th {
	padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}
.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}
.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}
/*wrapin 主体容器宽度*/
.wrapin {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.headWidth {
	/*width: 1600px !important;*/
	width: calc(100% - 6%);
	margin-left: auto;
	margin-right: auto;
}
/*公用CSS 开始*/
/*头部*/
header {
	background: #fff;
	position: relative;
	z-index: 55;
	/* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.header_t {
	height: 32px;
	line-height: 32px;
	color: #a1a8b2;
	font-size: 12px;
	position: relative;
	z-index: 55;
	background: #333;
}
.header_t p {
	display: inline-block;
}
.header_t .header_md {
	float: right;
}
.header_t .header_md > a,
.header_t .header_md > span {
	padding: 0 18px;
	height: 32px;
	line-height: 32px;
	color: #a1a8b2;
	border-left: 1px solid #3b3b3b;
	float: left;
}
.header_t .header_md span {
	position: relative;
}
.header_t .header_md span div {
	width: 107px;
	display: none;
	background: #333;
	position: absolute;
	top: 32px;
	left: 0;
}
.header_t .header_md span:hover div {
	display: block;
}
.header_t .header_md span div a {
	color: #ccc;
	border-bottom: #444 solid 1px;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 30px;
}
.header_t .header_md a:hover {
	background: #3b3b3b;
}
.header_t .header_md i {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	top: 1px;
}
.header {
	height: 92px;
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	padding: 0 15px;
	justify-content: space-between;
}
.head_lt {
	/* float: left; */
	padding-top: 0;
}
.logo {
	float: left;
	padding-right: 25px;
}
.head_lt p {
	display: inline-block;
	font-size: 20px;
	padding: 0 18px;
	margin: 8px 0;
	border-left: 1px solid #dfdfdf;
}
.head_lt p span {
	font-size: 10px;
	border-radius: 15px;
	background: #ff8100;
	color: #fff;
	padding: 0 5px;
	position: relative;
	top: -15px;
	left: 3px;
}
.nav_list {
	/* float: left; */
	/* line-height: 92px; */
	/* height: 92px; */
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	/* padding:0 30px; */
}
.nav_list li {
	float: left;
	font-size: 20px;
	padding: 0 10px;
	height: 100%;
    display: inline-flex;
    align-items: center;
}
.nav_list li a.hover {
	color: #ff7c00;
}
.nav_in {
	float: left;
	/* margin-left: 20px; */
	position: relative;
	z-index: 100;
}
.nav_in .par {
	/* display: block;
	color: #333;
	display: inline-block;
	padding: 0 10px;
	height: 90px;
	line-height: 90px; */
	height: 100%;
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
}
.nav_in:hover .par {
	background: #03234c;
	color: #ff7c00;
}

.con {
	display: none;

	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 30;
	top: 90px;
	z-index: 100;
}
.nav_in:hover .con {
	display: block;
}
.nav_in .con a {
	display: block;
	width: 150px;
	text-align: center;
	height: 60px;
	background: #03234c;
	color: #fbfcfd;
	float: left;
}
.nav_in .con a:hover {
	color: #b6b4b4;
	background: #03234c;
}
.head_rt {
	/* float: right;
	padding-top: 30px;
	height: 50px; */
	padding: 0;height: 100%;
	display:flex;
	align-items:center;

}
.head_rt .head_btn {
	color: #ff8000;
	border: 1px solid #ff8000;
	border-radius: 5px;
	width: 58px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
.head_rt .head_btn.a1 {
	background: #ff8000;
	color: #fff;
}
.head_rt .head_btn:hover {
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
/*轮播图*/
.banner .swiper-pagination {
	bottom: 65px;
}
.banner img {
	display: block;
}
.banner .swiper-pagination-bullet {
	background: #fff;
}
.banner .swiper-pagination-bullet-active {
	background: #ff8000;
}
/*公告*/
.ba_slider {
	height: 65px;
	position: relative;
	overflow: hidden;
	background: url(../imagesNew/Notice.png) no-repeat left top;
	background-position: 0 25px;
}
.ba_slider li {
	height: 65px;
	clear: both;
	line-height: 65px;

	padding-left: 105px;
	font-size: 14px;
}
.ba_slider li img {
	position: relative;
	top: 2px;
	margin: 0 3px;
}
.ba_slider .more {
	float: right;
	position: absolute;
	top: 20px;
	right: 0;
}
/**/
.pack_con {
	background: #fff;
	padding: 48px 0;
}
.pack_query {
	width: 50%;
	box-sizing: border-box;
	padding: 0 62px 0 33px;
	float: left;
}
.pack_tit {
	font-size: 24px;
	color: #31374d;
	padding-bottom: 20px;
}
.pack_tit img {
	position: relative;
	top: 9px;
	margin-right: 20px;
}
.pack_query input {
	width: 350px;
	height: 50px;
	border: 1px solid #f2f4f8;
	text-indent: 15px;
	font-size: 14px;
	border-radius: 5px;
	float: left;
}
.pack_query .btn {
	width: 130px;
	height: 50px;
	border: none;
	background: #ff8000;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.pack_query .btn:hover {
	background: #ff9900;
}
.pack_eno {
	width: 25%;
	border-left: 1px solid #f2f4f8;
	box-sizing: border-box;
	padding: 20px 0 20px 60px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pack_eno:hover {
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.pack_eno .icon {
	float: left;
}
.pack_eno .text {
	float: left;
	margin-left: 23px;
}
.pack_eno .text h3 {
	color: #31374d;
	font-size: 18px;
}
.pack_eno .text p {
	color: #a1a8b2;
	font-size: 14px;
}
/**/
.ind_tit {
	text-align: center;
	padding: 72px 0;
}
.ind_tit p {
	font-size: 38px;
	color: #a1a8b2;
	opacity: 0.3;
}
.ind_tit h3 {
	font-size: 30px;
	color: #31374d;
	margin-top: -32px;
	position: relative;
	z-index: 9;
}
/**/
.solution_list {
	width: 1216px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.solution_list li {
	float: left;
	width: 280px;
	height: 260px;
	margin: 0 12px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.solution_list li img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.solution_list li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.solution_list li p {
	position: absolute;
	width: 100%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
	bottom: 0;
	left: 0;
	font-size: 16px;
}
/**/
.ind_advantage {
	background: #fff;
	padding-bottom: 70px;
}
.advantage_list li {
	width: 180px;
	height: 160px;
	margin: 0 10px;
	float: left;
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	box-sizing: border-box;
	padding-top: 35px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	top: 0px;
}
.advantage_list li:hover {
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
	position: relative;
	top: -10px;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}
.advantage_list li p {
	font-size: 18px;
	color: #31374d;
	padding: 10px 0;
}
/**/
.ind_rartner {
	padding-bottom: 70px;
}
.ind_rartner a {
	display: block;
	width: 200px;
	height: 50px;
	float: left;
}
.ind_rartner img {
	display: block;
	width: 200px;
	height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ind_rartner a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
/**/
footer {
	background: #333;
	padding: 40px 0;
}
footer .footer_lt {
	color: #a1a8b2;
	float: left;
}
footer .footer_lt a {
	padding: 0 10px;
	display: inline-block;
	color: #a1a8b2;
}
footer .footer_lt a:hover {
	color: #ff9900;
}
footer .footer_lt p {
	margin-top: 20px;
	padding-left: 10px;
}
.footer_rt {
	float: right;
}
.footer_rt .tion {
	color: #a1a8b2;
	float: left;
	margin-right: 50px;
}
.footer_rt .tion .pic {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.footer_rt .tion .txet {
	float: left;
}
.footer_rt .tion .txet h3 {
	font-size: 16px;
	margin-top: 5px;
}
.foot_icon {
	padding-top: 12px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	font-weight: normal;
}
.foot_icon span {
	color: #000;
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 120px;
	padding: 10px;
	left: 50%;
	margin-left: -75px;
	background: #fff;
}
.foot_icon span img {
	display: block;
	width: 120px;
}
.foot_icon span.span3 {
	width: 200px;
	margin-left: -115px;
}
.foot_icon span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}
.foot_icon:hover span {
	display: block;
}
.foot_icon:hover a > img {
	filter: alpha(opacity=70); /* ie 有效*/
	-moz-opacity: 0.7; /* Firefox 有效*/
	opacity: 0.7; /* 通用，其他浏览器 有效*/
}
/**/
.head_rt .handle {
	padding-left: 55px;
	position: relative;
	color: #777;
	margin-top: 10px;
}
.head_rt .face {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	border-radius: 100%;
	left: 0;
	top: 50%;
	margin-top: -24px;
	overflow: hidden;
}
.hs {
	display: none;
	position: absolute;
	width: 150px;
	text-align: center;
	z-index: 555;
	background: #fff;
	top: 40px;
	right: -20px;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.hs a {
	display: block;
	line-height: 40px;
}
.head_rt .handle {
	position: relative;
	top: -5px;
	background: url(../imagesNew/head_icon2.png) no-repeat right center;
	padding-right: 15px;
}
.head_rt .face img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.head_rt:hover .hs {
	display: block;
}
.banner {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 500px;
}
.banner .pics li {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	height: 500px;
}
.banner .pics a {
	display: block;
	width: 100%;
	height: 500px;
}
.banner .btns {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 22px;
	z-index: 60;
	text-align: center;
}
.banner .btns span {
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size: 1px;
	margin: 0 3px;
	background: #636262;
	border-radius: 100%;
}
.banner .btns .hover {
	background: #ff7c00;
}
/* .imglist li h3{ margin:20px 0 10px 0}
.imglist li em{ font-size:12px;}

.imglist li b img{-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;}
.imglist li:hover b img{transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);}
.imglist li{ margin:20px 10px 0 32px; height:340px; border-bottom:#eee solid 1px; float:left; width:350px}
.imglist li b{ height:177px; overflow:hidden; display:block}
.imglist .gl_item{ padding:0; padding-bottom:15px; padding-top:10px;}
.int_content{ margin: 0px auto; margin-bottom:30px; padding-bottom:30px; width:1200px; background:#FFF}
.he_head2{ vertical-align:middle; padding:24px 0 ; border-bottom:#eee solid 1px; position:relative; font-size:16px;}
.he_head2 .he_search{ right:0}
.he_head2 img{ vertical-align:middle}
.page{ text-align:center; display:block; padding:40px 0; padding-bottom:15px}
.page li{ display:inline-block; padding:0;  line-height:30px;background:#eee; margin:0 1px;}
.page li a{ padding-left:10px; padding-right:10px; display:block}
.page li input{ background:none; border:none; padding-left:10px; padding-right:10px; max-width:50px}
.page li span{ display:inline-block;}
.page li:hover a,.page li.active a{ background:#000; color:#fff}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.nos_pos{
	min-height: 30px;
	line-height: 50px;
	color:#333;
}
.nos_pos span{
	color:#999
}
.he_head{
	height: 72px;
	position: relative;
	border-bottom:1px solid #e9eaea;
}
.he_head .tit{
	font-size:16px;
	line-height: 72px;
	padding-left:34px;
} */
