.skins {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.hskinw {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.skinow {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
@media only screen and (max-width:1500px) {
.hskinw {
	width: 98%;
}
.skins {
	width: 98%;
}
}
/*头部*/
.title h3 {
	font-size: 36px;
	color: #083b71;
	text-align: center;
	font-family: "Arial";
}
.title h5 {
	margin-bottom: 65px;
	margin-top: 15px;
	font-size: 16px;
	color: #b7b7b7;
	font-weight: 400;
	text-align: center;
}
/*首页产品设备*/
.index_sb {
	padding-top: 80px;
	padding-bottom: 120px;
	overflow: hidden;
}
.skinwk {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.hp_list {
	margin-top: 30px;
	position: relative;
	padding-top: 30px;
}
.hp_list .hpbox {
	height: auto;
	overflow: hidden;
}
.hp_list ul li {
	width: 454px;
	float: left;
	margin-right: 18px;
	display: block;
	background: #f5f5f5;
	padding-bottom: 50px;
}
.hp_list ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.hp_list ul li a h5 {
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 3;
	font-size: 23px;
	color: #333;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	margin: 40px;
}
.hp_list ul li a {
	color: #333;
}
.hp_list ul li .himg {
	overflow: hidden;
	margin: 40px;
}
.hp_list ul li img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.hp_list ul li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s;
}
.hp_prev{
	left: -124px;
	top: 200px;
	width: 55px;
	height: 55px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff url(../images/jtl-1.png) center no-repeat;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	border-radius: 50%;
	position: absolute;
	/*border: 2px solid #083b71;*/
}
.hp_next{
	position: absolute;
	right: -124px;
	top: 200px;
	width: 55px;
	height: 55px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background:#fff url(../images/jtr-1.png) center no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	/*border: 2px solid #083b71;*/
}
.hp_prev:hover {
	background: #083b71 url(../images/jtl1.png) center no-repeat;
	border: none;
}
.hp_next:hover {
	background: #083b71 url(../images/jtr1.png) center no-repeat;
	border: none;
}
@media only screen and (max-width:1399px) {
.hp_prev {
	left: -4px;
}
.hp_next {
	right: -4px;
}
}
@media only screen and (max-width:400px) {
.hp_list ul li {
	width: 100%;
}
}
/*首页关于我们*/
.index_aboutt {
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
	background: url(../images/bg01.png) no-repeat center center;/*background: #175aa2;*/
}
.htitlet h4 {
	font-size: 16px;
	font-weight: lighter;
	font-family: "Arial";
	color: #083b71;
	text-align: center;
	line-height: 3;
}
.htitlet h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: "Arial";
	color: #333;
	text-align: center;
}
.htitlet h3 {
	font-size: 30px;
	line-height: 3;
	font-weight: 300;
	color: #333;
	text-align: center;
}
.infost {
	font-size: 16px;
	line-height: 2.4;
	font-weight: 300;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.leftboxt {
	margin-top: 30px;
}
.readmoret {
	margin-top: 50px;
}
.readmoret {
	width: 160px;
	height: 45px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	transition: all 0.3s;
	background: #083b71;
	margin: 0 auto;
}
.readmoret span {
	line-height: 20px;
	height: 20px;
	font-family: "Arial";
	font-size: 15px;
}
.readmoret i {
	display: block;
	width: 32px;
	height: 9px;
	background-image: url(../images/jt.png);
	background-size: auto 100%;
	background-position: 32px 0;
	margin-left: 12px;
	margin-top: -4px;
	transition: all 0.3s;
}
.readmoret:hover {
	background-color: #205c95;
	border-color: #205c95;
	color: #fff;
}
.readmoret:hover i {
	background-position: 80px 0;
}
/*首页公司环境*/
.index_hj {
	padding-top:80px;
	padding-bottom:40px;
	overflow:hidden;
}
.index_hj ul li{
	width: 16.66%;
	float:left;
}
.index_hj ul li .icon {
    width: 160px;
    height: 100px;
    margin: 0 auto 20px;
    display: block;
    transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
}
.index_hj ul li .titl {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
	color: #333;
	font-weight:lighter;
}
@media only screen and (max-width:1062px) {
.index_hj ul li {
    width: 33.3%;
}
}
@media only screen and (max-width:537px) {
.index_hj ul li {
    width: 50%;
}
}
@media only screen and (max-width:342px) {
.index_hj ul li {
    width: 100%;
}
}
/*数字++++++++++*/
.main {
	/*margin: 0 auto;
	max-width: 1200px;*/
	width: 100%;
}
.mumping_mun {
	position: relative;
	z-index: 99;
	display: inline-block;
	/*max-width: 1200px;*/
	width: 100%;
	/*background: #fff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.28);*/
	padding: 50px 0;
}
.mumping_mun li {
	width: 24.3%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background:#fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: 10px;
}
.mumping_mun li:nth-child(4) {
	margin-right: 0px;
}
.mumping_mun span {
	display: block;
	text-align: center;
	height: auto;
	line-height: 1.4;
}
.mumping_mun span em {
	font-size: 50px;
	color: #083b71;
	letter-spacing: 0px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
    font-weight: bold;
}
.mumping_mun span i {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	vertical-align: bottom;
	margin: 0 0 0px 6px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.mumping_mun p {
	font-size: 21px;
	color: #333;
	line-height: 2;
	font-weight: lighter;
}
@media only screen and (max-width:1506px) {
.mumping_mun li {
	width: 24.4%;
}
}
@media only screen and (max-width:1275px) {
.mumping_mun li {
	width: 24.3%;
}
}
@media only screen and (max-width:1098px) {
.mumping_mun li {
	width: 49%;
	margin-bottom:20px;
}
}
@media only screen and (max-width:1029px) {
.mumping_mun li {
	width: 48.9%;
}
}
@media only screen and (max-width:926px) {
.mumping_mun li {
	width: 48.8%;
}
}
@media only screen and (max-width:858px) {
.mumping_mun li {
	width: 48.7%;
}
}
@media only screen and (max-width:786px) {
.mumping_mun li {
	width: 48.6%;
}
}
@media only screen and (max-width:732px) {
.mumping_mun li {
	width: 48.5%;
}
}
@media only screen and (max-width:690px) {
.mumping_mun li {
	width: 100%;
}
}
/*首页产品中心*/
.index_pros {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 100px 0;
}
.index_pros ul li {
    width: 32%;
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}
.index_pros ul li:nth-child(3){
	padding-right: 0px;
}
.index_pros ul li:nth-child(6){
	padding-right: 0px;
}
.index_pros .inner {
    position: relative;
    height: 100%;
}
.index_pros .inner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #cc0000;
}
.index_pros .inner .icon {
    width: 200px;
    height: 150px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	margin-left: -20px;
}
.index_pros .inner .tit {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 14px 0 22px;
	color:#333;
}
.index_pros .inner .desc {
    line-height: 24px;
    color: #999;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.index_pros .inner .mor {
    display: inline-block;
    margin: 20px 0 40px;
    color: #cc0000;
	font-family: "Arial";
}
.index_pros .inner:hover .content {
    transform: translateX(-10px) translateY(-10px);
}
.index_pros .inner .content {
    background: #fff;
    height: 100%;
    padding: 40px 40px 30px;
    position: relative;
    z-index: 5;
    transition: .6s;
}
.index_pros .inner .tags {
    display: flex;
    flex-wrap: wrap;
    max-height: 80px;
    overflow: hidden;
}
.index_pros .inner .tags a {
    display: block;
    line-height: 28px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 0 10px;
    margin: 0 10px 10px 0;
	color:#333;
}
@media only screen and (max-width:1506px) {
.index_pros ul li {
    width: 31.9%;
}
}
@media only screen and (max-width:1425px) {
.index_pros ul li {
    width: 31.7%;
}
}
@media only screen and (max-width:1254px) {
.index_pros ul li {
    width: 31.5%;
}
}
@media only screen and (max-width:1116px) {
.index_pros ul li {
    width: 31.3%;
}
}
@media only screen and (max-width:1005px) {
.index_pros ul li {
    width: 31.1%;
}
}
@media only screen and (max-width:918px) {
.index_pros ul li {
    width: 48%;
}
.index_pros ul li:nth-child(2){
    padding-right:0px;
}
.index_pros ul li:nth-child(4){
    padding-right:0px;
}
.index_pros ul li:nth-child(3){
    padding-right:30px;
}
}
@media only screen and (max-width:780px) {
.index_pros ul li {
    width: 47.8%;
}
}
@media only screen and (max-width:699px) {
.index_pros ul li {
    width: 47.6%;
}
}
@media only screen and (max-width:645px) {
.index_pros ul li {
    width: 100%;
}
}
/*首页新闻*/
.index_new {
	padding-top: 80px;
	padding-bottom: 100px;
	overflow: hidden;
}
.tab-menu {
	text-align: center;
}
.tab-menu li {
	display: inline-block;
	opacity: 0.8;
	cursor: pointer;
	margin-right: 10px;
	width: 135px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eeeeee;
	font-size: 16px;
	color: #555;
}
.tab-menu li.active {
	opacity: 1;
	background: #083b71;
	color: #fff;
}
.tab-menu li.active:hover {
	color: #FFF;
}
.hwz {
	margin-top: 50px;
}
.hwz ul li {
	width: 32.4%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.hwz ul li:nth-child(3) {
	margin-right: 0px;
}
.hwz ul li:nth-child(6) {
	margin-right: 0px;
}
.innerr {
	background: #f9f9f9;
	padding: 30px 26px 56px;
	transition: .6s;
	height: 100%;
	position: relative;
}
.innerr:hover::before {
	width: 100%;
}
.innerr::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 7px;
	background-color: #083b71;
	left: 0;
	top: 0;
	transition: ease-in .2s;
}
.hwz ul li:hover {
	box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.1);
}
.innerr:hover .title {
	color: #083b71;
}
.innerr .title {
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: 50px;
	font-size: 20px;
	color: #333;
	font-weight: lighter;
}
.innerr .data {
	color: #999;
	margin: 5px 0 14px;
	font-size: 15px;
	font-family: "Arial";
}
.innerr .data a {
	color: #999;
	display: inline-block;
	margin-left: 5px;
}
.innerr .desc {
	color: #999;
	height: 53px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	font-size: 15px;
	/* font-family: 'MiSans', 'Microsoft JhengHei', sans-serif; */
	font-weight: lighter;
	line-height: 2;
}
.innerr .arr {
	width: 29px;
	height: 8px;
	background: url(../images/arr.png) no-repeat center center;
	background-size: contain;
	position: absolute;
 right: .3rem;
	bottom: 20px;
}
.innerr:hover .arr {
	background-image: url(../images/arr_on.png);
}
@media only screen and (max-width:1456px) {
.hwz ul li {
	width: 32.35%;
}
}
@media only screen and (max-width:1431px) {
.hwz ul li {
	width: 32.3%;
}
}
@media only screen and (max-width:1324px) {
.hwz ul li {
	width: 32.2%;
}
}
@media only screen and (max-width:1293px) {
.hwz ul li {
	width: 32.1%;
}
}
@media only screen and (max-width:1098px) {
.hwz ul li {
	width: 49%;
}
.hwz ul li:nth-child(2) {
	margin-right: 0px;
}
.hwz ul li:nth-child(3) {
	margin-right: 20px;
}
.hwz ul li:nth-child(4) {
	margin-right: 0px;
}
.hwz ul li:nth-child(6) {
	margin-right: 0px;
}
}
@media only screen and (max-width:1006px) {
.hwz ul li {
	width: 48%;
}
}
@media only screen and (max-width:744px) {
.hwz ul li {
	width: 100%;
}
}
/*首页产品优势*/
.index_goodat {
	padding: 90px 0 120px;
	background: url(../images/bg02.png) no-repeat center bottom;
	background-size: cover;
	background-color: #fbfbfb;
}
.index_goodat .bd .lbox {
	width: 45%;
	float: left;
}
.index_goodat .bd .lbox .datas {
    max-width: 480px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index_goodat .bd .lbox .datas .val {
    font-size: 48px;
    /*font-family: Impact;*/
	line-height: 1.3;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
    font-weight: bold;
}
.index_goodat .bd .lbox .datas .val em {
    width: 26px;
    height: 26px;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    line-height: 26px;
    display: inline-block;
    margin-left: 4px;
}
.index_goodat .bd .lbox .datas dd {
    font-size: 18px;
}
.index_goodat .bd .lbox {
	background: url(../images/img02.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 50px;
}
.index_goodat .bd .lbox h3 {
	padding-bottom: 8px;
	display: inline-block;
	border-bottom: 2px solid #cc0000;
	margin-bottom: 56px;
}
.index_goodat .bd .lbox h3 a {
	color: #fff;
}
.index_goodat .bd .lbox h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 24px;
	max-width: 480px;
}
.index_goodat .bd .lbox .descc {
    margin-bottom: 79px;
}
.index_goodat .bd .rbox {
	background: #fff;
	width: 48.3%;
	float: right;
}
.index_goodat .bd .rbox li:nth-child(2), .index_goodat .bd .rbox li:nth-child(4) {
	border-left: 1px solid #eeeeee;
}
.index_goodat .bd .rbox li:nth-child(1), .index_goodat .bd .rbox li:nth-child(2) {
	border-bottom: 1px solid #eeeeee;
}
.index_goodat .bd .rbox li {
	width: 38%;
	position: relative;
	padding: 50px 40px;
	float: left;
}
.index_goodat .bd .rbox li h3 {
	margin-bottom: 10px;
}
.index_goodat .bd h3 {
	font-size: 20px;
	font-weight: bold;
}
.index_goodat .bd .rbox h3 a {
	color: #424242;
}
.index_goodat .bd .rbox li .desc {
	color: #999;
}
.index_goodat .bd .desc {
	font-size: 16px;
	line-height: 30px;
	margin-bottom:20px;
}
.index_goodat .bd .rbox li .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media only screen and (max-width:1503px) {
.index_goodat .bd .rbox {
    width: 48%;
}
}
@media only screen and (max-width:1458px) {
.index_goodat .bd .rbox {
    width: 47.8%;
}
}
@media only screen and (max-width:1434px) {
.index_goodat .bd .rbox {
    width: 47.6%;
}
.index_goodat .bd .rbox li {
    width: 37.8%;
}
}
@media only screen and (max-width:1416px) {
.index_goodat .bd .rbox li {
    width: 37.6%;
}
}
@media only screen and (max-width:1392px) {
.index_goodat .bd .rbox li {
    width: 37.4%;
}
}
@media only screen and (max-width:1380px) {
.index_goodat .bd .rbox {
    width: 47.3%;
}
.index_goodat .bd .rbox li {
    width: 37%;
}
}
@media only screen and (max-width:1341px) {
.index_goodat .bd .lbox {
    width: 43%;
}
.index_goodat .bd .rbox {
    width: 49%;
}
.index_goodat .bd .lbox .descc {
    margin-bottom: 54px;
}
}
@media only screen and (max-width:1290px) {
.index_goodat .bd .rbox {
    width: 48.7%;
}
.index_goodat .bd .rbox li {
    width: 36.4%;
}
}
@media only screen and (max-width:1242px) {
.index_goodat .bd .rbox li {
    width: 43%;
    padding: 0px 0px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width:1236px) {
.index_goodat .bd .rbox {
    width: 48.5%;
}
.index_goodat .bd .rbox li {
    width: 42%;
}
}
@media only screen and (max-width:1206px) {
.index_goodat .bd .rbox {
    width: 48.3%;
}
}
@media only screen and (max-width:1176px) {
.index_goodat .bd .rbox {
    width: 48%;
}
}
@media only screen and (max-width:1134px) {
.index_goodat .bd .rbox li {
    width: 46%;
    padding-left: 10px;
}
.index_goodat .bd .rbox {
    width: 47.8%;
}
}
@media only screen and (max-width:1110px) {
.index_goodat .bd .rbox {
    width: 47.6%;
}
}
@media only screen and (max-width: 1098px){
.index_goodat .bd .rbox li {
    width: 45.4%;
}
}
@media only screen and (max-width: 1086px){
.index_goodat .bd .lbox {
    width: 100%;
}
.index_goodat .bd .rbox {
    width: 100%;
}
.index_goodat .bd .rbox li {
    width: 48%;
}
}
@media only screen and (max-width: 1047px){
.index_goodat .bd .rbox li {
    width: 47.8%;
}
}
@media only screen and (max-width: 954px){
.index_goodat .bd .rbox li {
    width: 47.5%;
}
.index_goodat .bd .desc {
    height: 80px;
}
}
@media only screen and (max-width: 837px){
.index_goodat .bd .rbox li {
    width: 47.3%;
}
}
@media only screen and (max-width: 780px){
.index_goodat .bd .rbox li {
    width: 47%;
}
}
@media only screen and (max-width: 702px){
.index_goodat .bd .rbox li {
    width: 46.6%;
}
}
@media only screen and (max-width: 625px){
.index_goodat .bd .rbox li {
    width: 46.2%;
}
.index_goodat .bd .lbox {
    padding-left: 10px;
}
}
@media only screen and (max-width: 552px){
.index_goodat .bd .rbox li {
    width: 46%;
}
}
@media only screen and (max-width: 525px){
.index_goodat .bd .rbox li {
    width: 100%;
}
.index_goodat .bd .rbox li:nth-child(3){
    border-bottom: 1px solid #eeeeee;
}
}
/*首页企业优势*/
/*底部*/
.cradver {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #083b71;
	background: url(../images/db_bg01.jpg);
}
.links {
	margin: 0 auto;
	height: 35px;
	margin-top: 8px
}
.links span {
	width: 90px;
	float: left;
	line-height: 35px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	background: url(../images/lj.png)no-repeat left center;
	padding-left: 35px;
}
.links a {
	margin-right: 20px;
	color: #fff;
	display: inline-block;
	line-height: 35px;
	font-size: 16px;
}
.cleft {
	float: left;
}
.cright {
	float: right;
}
.cright span {
	display: inline-block;
	width: 78px;
	height: 60px;
}
.cright h3 {
	font-weight: normal;
	color: #fff;
}
.cright h3 a {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	font-family: "微软雅黑 light";
}
.cright p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.cradver dl {
	display: inline-block;
	vertical-align: top;
	margin-top: 2.5rem;
}
.cra_t {
 letter-spacing:.2rem;
	font-size: 1.375rem;
	color: #fff;
	font-weight: lighter;
}
.cra_btm span {
	font-size: 1.375rem;
	color: #fff;
	font-weight: bold;
	padding-left: 2.1875rem;
	display: inline-block;
	margin-top: 1.25rem;
	background: url(../images/dh.png) no-repeat left center;
	font-family: "Arial";
}
@media (max-width: 1047px) {
.cright {
    float: left;
	margin-top:30px;
}
}
/*单页新闻中心*/
.news {
	padding-top: 80px;
	padding-bottom: 60px;
}
/**/
.side_left {
	width: 24%;
	float: left;
	overflow: hidden;
}
.side_right {
	width: 71%;
	float: right;
}
.submuen {
}
.submuen_title {
	text-align: center;
	color: #fff;
	line-height: 100px;
	font-size: 30px;
	font-weight: bold;
	background: #083b71;
	margin-bottom: 20px;
}
.submuen_title h3 {
	font-size: 30px;
	font-weight: normal;
}
.serv2 {
/*background-color: #f8f8f8;
	padding: 10px 20px 20px;*/
}
.serv2 ul li {
	margin-bottom: 20px;
	background: #f9f9f9;
}
.serv2 li .t {
}
.serv2 li .t a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	position: relative;
	padding-left: 15px;
	color: #333;
	border: 1px solid #eee;
}
.serv2 li .t a:hover {
	color: #083b71;
}
.serv2 li .txt p:hover a {
	color: #083b71;
}
.serv2 .txt p a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(../images/aao_10.jpg) left center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
@media only screen and (max-width:767px) {
.side_left {
	width: 100%;
	float: none;
	overflow: hidden;
}
.side_right {
	width: 100%;
	margin-left: 0;
	overflow: hidden;
	margin-top: 50px;
}
}
.left-title {
	background: #083b71;
	padding: 20px 20px;
	position: relative;
}
.left-title h3 {
	font-size: 27px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	text-align: center;
}
.left-title span {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	opacity: .6;
	margin-left: 10px;
	text-transform: capitalize;
	font-family: "Arial";
}
.left-title i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 87px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
}
.news-list-md {
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 25px;
	background-color: #f8f8f8;
	border-top: none;
}
.news-list-md ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
.news-list-md ul li {
	float: left;
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding-left: 15px;
}
.news-list-md ul li a {
	float: left;
	color: #555555;
	font-size: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.news-list-md ul li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}
.news-list-md ul li a:hover {
	color: #a54c00;
}
.news-list-md ul li span {
	float: right;
	color: #a6a6a6;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
}
.news-list-m {
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 25px;
	border: 1px solid #d2d2d2;
	border-top: none;
}
.p_newlist li {
	overflow: hidden;
	margin-bottom: 50px;
}
.p_newlist li .time {
	float: left;
	display: block;
	width: 95px;
	height: 100px;
	text-align: center;
	background: #eee;
	color: #999;
}
.p_newlist li .time em {
	height: 45px;
	background: #f5f5f5;
	display: block;
	line-height: 45px;
	font-size: 17px;
	font-family: "Arial";
}
.p_newlist li .time span {
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 30px;
	font-size: 17px;
	font-family: "Arial";
}
.p_newlist li .linn {
	margin-left: 128px;
}
.p_newlist li .name {
	color: #000;
	height: 35px;
	border-bottom: #e0e0e0 solid 1px;
	overflow: hidden;
	font-size: 22px;
	font-weight: lighter;
}
.p_newlist li .name em {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.p_newlist li .content {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	color: #666;
	margin: 10px 0 30px;
	font-weight: 100;
}
.p_newlist li:hover .time {
	background: #a54c00;
	color: #fff;
}
.p_newlist li:hover .time em {
	background: none;
}
.p_newlist li:hover .name {
	color: #a54c00;
	font-weight: 300;
	border-bottom: #a54c00 solid 1px;
}
/*单页新闻中心*/
.conBoxli {
	background: #fff;
	padding-bottom: 80px;
	padding-top: 100px;
}
.newlist dl {
	display: block;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
}
.newlist dl dt {
	float: left;
	display: inline-block;
	opacity: .3;
	color: #004b92;
	text-align: center;
	width: 140px;
	height: 120px;
	font-family: "Arial";
}
.newlist dl dt * {
	display: block;
}
.newlist dl dt span {
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.newlist dl dt i {
	font-size: 15px;
}
.newlist dd {
	display: inline-block;
	width: calc(100% - 341px);
	padding: 0 60px;
	box-sizing: border-box;
	vertical-align: middle;
	border-left: 1px solid #eeee;
}
.newlist dd a, .newlist dd a * {
	display: block;
}
.newlist dd a span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	line-height: 34px;
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: bold;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.newlist dd a em {
	font-size: 15px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	height: 45px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.newlist dl:hover dt *, .newlist dl:hover dd a span {
	color: #083b71;
}
.newlist dl dd a:hover span {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newlist dl .nimg {
	display: inline-block;
	width: 190px;
	height: 130px;
	overflow: hidden;
	float: right;
}
.newlist dl .nimg img {
	display: block;
	width: 100%;
}
.subb_muen {
	text-align: center;
	margin-top: 80px;
}
.subb_muen li {
	display: inline-block;
	margin: 0 4px 10px;
	margin-right: 60px;
}
.subb_muen li a {
	display: block;
	border: 1px solid #ececec;
	background: #ffffff;
	color: #333;
	font-size: 16px;
	line-height: 48px;
	width: 220px;
}
.subb_muen .cur a {
	background: #083b71;
	border: 1px solid #083b71;
	color: #FFF;
}
@media only screen and (max-width:960px) {
.newlist dl .nimg {
	width: 160px;
	height: 100px;
}
.newlist dd {
	width: calc(100% - 301px);
	padding: 0 30px;
}
}
@media only screen and (max-width:600px) {
.newlist dl dt {
	width: 100px;
}
.newlist dl .nimg {
	display: none;
}
.newlist dd {
	width: calc(100% - 100px);
	padding: 0 0 0 30px;
}
.newlist dd a span {
	font-size: 18px;
}
.newlist dd a em {
	font-size: 14px;
}
}
/*单页关于我们*/
.p_about {
	padding-top: 100px;
	padding-bottom: 100px;
}
.patit h2 {
	font-size: 24px;
	font-weight: bold;
	color: #083b71;
	text-align: center;
}
.patit h3 {
	color: #083b71;
	letter-spacing: 2px;
	font-weight: 350;
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
}
.p_about .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 40px;
}
.numandimg {
	padding: 60px 0;
	background: #f5f5f5;
	overflow: hidden;
}
.nvleft {
	float: left;
	width: 32%;
}
/*.nv_img {
	position: relative;
	width: 430px;
	height: 255px;
	padding: 20px;
	background: #fff url(../images/about_xq.jpg) no-repeat center;
	box-shadow: 0 0 15px #ddd;
}*/
.nv_img2 {
	position: relative;
	width: 630px;
	height: 400px;
	background: #fff url(../images/numandimg2.png) no-repeat center;
	margin-top: 50px;
}
.nvright {
	float: right;
	width: 63%;
}
.nvright li {
	background: #fff;
	float: left;
	width: 31%;
	height: 295px;
}
.nvright li+li {
	margin-left: 20px;
}
.nv_nm {
	margin-top: 100px;
	text-align: center;
}
.nv_nm i {
	font-size: 72px;
	color: #083b71;
	font-weight: normal;
	font-family: "Arial";
}
.nv_nm em {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 18px;
	font-style: normal;
	color: #fff;
	line-height: 26px;
	background: #083b71;
	display: inline-block;
	margin-left: 4px;
}
.nv_c {
	font-size: 18px;
	color: #666;
	line-height: 2.5;
	text-align: center;
}
.nvright li:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.pyy p {
	font-size: 18px;
	color: #666;
	text-align: center;
}
.pyy h2 {
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}
.about_box3 {
	padding-top: 80px;
	padding-bottom: 100px;
	overflow: hidden;
}
.conbox {
	margin-top: 60px;
}
.conbox ul li {
	float: left;
	width: 31%;
	height: auto;
	margin-left: 20px;
	overflow: hidden;
	border: 1px solid #e4e3e3;
	box-shadow: 0px 0px 8px #ccc7c7;
}
.conbox ul li span {
	display: block;
	text-align: center;
	padding: 20px 0;
	color: #999;
	font-size: 16px;
}
.hc_list {
	position: relative;
}
.hc_list .hcbox {
	height: auto;
	overflow: hidden;
}
.hc_list li {
	width: 311px;
	margin-right: 18px;
	float: left;
}
.hc_list li i {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.hc_list li i img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.hc_list li:hover i img {
	transform: scale(1.1);
}
.hc_list li a {
	display: block;
	/*border: 1px solid #e4e4e4;*/
	overflow: hidden;
}
.hc_list li span {
	font-size: 18px;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hc_list li:hover a {
	border: 1px solid #a54c00;
}
.hc_list li:hover span {
	background: #d5ad58;
	color: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
@media only screen and (max-width:500px) {
.hc_list ul li {
	width: 100%;
}
}
.ev_advantage {
    background-color: #f8f9fb;
    padding: 90px 0;
	overflow:hidden;
}
.ev_advantage .row>* {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 40px;
}
.ev_advantage ul {
    margin-top:60px;
}
.ev_advantage ul li{
   width: 46%; 
   float:left;
}
.ev_advantage .inn {
    background: #fff;
    border-radius: 6px;
    padding: 50px 40px 50px 170px;
    position: relative;
}
.ev_advantage .inn .no {
    background: url(../images/ic_b5.png) no-repeat center center;
    width: 30px;
    height: 35px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 16px;
    line-height: 30px;
}
.ev_advantage .inn .ic2 {
    background-image: url(../images/ic_b02.png);
}
.ev_advantage .inn .ic4 {
    background-image: url(../images/ic_b04.png);
}
.ev_advantage .inn .ic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f8f9fb;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    position: absolute;
    left: 40px;
    top: 36px;
}
.ev_advantage .inn h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.ev_advantage .inn p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
@media only screen and (max-width:1053px) {
.ev_advantage ul li{
   width: 45%; 
}
}
@media only screen and (max-width:930px) {
.ev_advantage ul li{
   width: 95%; 
}
}
@media only screen and (max-width:999px) {
.conbox ul li {
    width: 30.5%;
}
}
@media only screen and (max-width:840px) {
.conbox ul li {
    width: 47%;
	margin-bottom: 20px;
}
}
@media only screen and (max-width:774px) {
.conbox ul li {
    width: 46%;
}
}
@media only screen and (max-width:585px) {
.conbox ul li {
    width: 94%;
}
}
/*分页*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 60px;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
	font-size: 16px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #083b71;
}
/*详情*/
.show {
	padding-top: 80px;
	overflow: hidden;
}
.nrcompanys {
	margin: 0 auto;
	background: #FFF;
}
.nrcompanys h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.met-editors {
	border-bottom: #eee dashed 1px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.nrxqzy {
	font-size: 16px;
	padding: 50px 0;
	margin-bottom: 30px;
	line-height: 2.0;
	border-bottom: 1px dashed #e6e6e6;
	text-align: justify;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
@media only screen and(max-width:1024px) {
.nrcompany {
 width: 95%;
 padding: 50px;
}
}
@media only screen and(max-width:499px) {
.nrcompany {
 padding: 30px;
}
}
/*单页推荐内容*/
/*1*/
.xwtj {
	padding-bottom: 30px;
	padding-top: 60px;
	overflow: hidden;
}
.relate-title {
	border: 1px solid #eeeeee;
	font-size: 20px;
	line-height: 2.857;
	margin-bottom: 15px;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.relate-title span {
	display: inline-block;
	color: #083b71;
	padding: 0 14px;
	border-right: 1px solid #eeeeee;
	font-weight: 100;
}
.xw_til h3 {
	font-size: 25px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}
.n-tit {
	margin-bottom: 30px;
}
.n-tit h3 {
	line-height: 35px;
	font-size: 24px;
}
.n-tit s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #083b71;
	display: inline-block;
	vertical-align: middle;
}
.txtlistbox li {
	width: 48.5%;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 16px;
}
.txtlistbox li a {
	display: block;
	padding: 28px;
}
.txtlistbox .item .time {
	display: block;
	width: 90px;
	height: 66px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
	vertical-align: middle;
	font-family: "Arial";
}
.txtlistbox .item .time b {
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.txtlistbox .item h3 {
	font-size: 18px;
	vertical-align: top;
	color: #333;
    font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.txtlistbox .item p {
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	color: #666;
}
.txtlistbox li:nth-child(2n) {
	float: right;
}
.txtlistbox .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
.textlist .item {
	width: 47.5%;
}
.txtlistbox li {
	width: 100%;
}
}
.pnew {
	margin-bottom: 200px;
}
.pnew ul li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-top: 10px;
	float: left;
	width: 48%;
	padding-right: 2%;
}
.pnew_content {
}
.pnew_content p1 {
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.pnew_content p1 em {
	font-family: "Arial";
	font-size: 15px;
	color: #969696;
	font-weight: normal;
	float: right;
	margin-right: 23px;
}
.pnew_content p {
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #919898;
	font-weight: lighter;
}
.pnew_content span {
	display: block;
	line-height: 14px;
	font-size: 15px;
	color: #969696;
	margin-top: 20px;
	font-family: "Arial";
}
.pnew_content span em {
	padding-right: 10px;
}
@media (max-width: 851px) {
.pnew ul li {
	width: 99%;
}
}
@media (max-width: 444px) {
.pnew_content p1 {
	font-size: 16px;
}
}
@media (max-width: 408px) {
.pnew_content p1 {
	font-size: 14px;
}
.pnew_content p1 em {
	font-size: 13px;
	margin-right: 0px;
}
}
/*2*/
.cptj {
	padding-bottom: 60px;
	overflow: hidden;
}
.cp_til h3 {
	font-size: 25px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}
.img-list-md {
	margin: 20px 0px;
	padding: 30px;
	border: 1px dashed #dddddd;
	box-sizing: border-box;
	margin-bottom: 2%;
	background-color: #FFF;
	overflow: hidden;
}
.img-list-md h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
	width: 160px;
	height: 40px;
	background-color: #083b71;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
}
.img-list-md ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
.img-list-md ul li {
	display: block;
	padding: 10px 0;
	width: 24%;
	margin-left: 1.333%;
	float: left;
}
.img-list-md ul li:nth-child(1) {
	margin-left: 0;
}
.img-list-md ul li a {
	display: block;
	position: relative;
}
.img-list-md ul li .hmimg {
	border: 1px solid #ddd;
	padding: 3px;
	overflow: hidden;
}
.img-list-md ul li .hmimg img {
	display: block;
	width: 100%;
}
.img-list-md ul li a span {
	position: absolute;
	bottom: -16px;
	left: 10%;
	color: #000;
	width: 80%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	/*border-radius: 25px;*/
	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.img-list-md ul li a:hover .hmimg {
	border: 1px solid #083b71;
}
.img-list-md ul li a:hover span {
	background: #083b71;
	color: #fff;
}
@media only screen and (max-width:903px) {
.img-list-md ul li {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 3%;
}
.img-list-md ul li:nth-child(3) {
	margin-left: 0;
}
}
@media only screen and (max-width:494px) {
.img-list-md ul li {
	width: 99%;
}
.img-list-md ul li:nth-child(2) {
	margin-left: 0;
}
.img-list-md ul li:nth-child(4) {
	margin-left: 0;
}
}
.reLink {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
}
.reLink a {
	color: #333;
	text-decoration: none;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
	font-size: 17px;
}
.reLink a:hover {
	color: #083b71;
}
/*单页产品中心*/
.p_pro {
	padding-top: 80px;
	padding-bottom: 120px;
	overflow: hidden;
}
.imglist ul li {
	width: 33.33%;
	float: left;
	display: block;
	margin-bottom: 30px;
}
.imglist li a {
	display: block;
	padding: 0 5px;
}
.imglist li .hpimg {
	border: 1px solid #ececec;
	overflow: hidden
}
.imglist li .hpimg img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.imglist li .hptxt {
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #eee;
	border-top: none;
}
.imglist li .hptxt h5 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.imglist li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s;
}
.imglist li:hover .hptxt {
	background: #083b71;
	transition: all 0.8s;
}
.imglist li:hover .hptxt h5 {
	color: #FFF;
}
 @media only screen and (max-width:600px) {
.imglist ul li {
	width: 100%;
}
}
/*单页联系我们*/
.p_contactus {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
.hd {
	text-align: center;
}
.hd h2 {
	font-size: 50px;
	font-weight: normal;
	color: #205c95;
	font-family: "Arial";
}
.hd p {
	font-size: 18px;
	color: #666;
	line-height: 2;
}
.contactList {
}
.contactList ul li {
	width: 32.8%;
	float: left;
	background: #fff;
	/*box-shadow: 0 20px 40px -20px rgba(0,0,0,0.2);*/
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 10px;
	height: 200px;
}
.contactList ul li img {
	display: block;
	margin: 0 auto;
	animation: tb linear 3s infinite alternate;
}
.contactList ul li h4 {
	font-size: 18px;
	text-align: center;
	line-height: 4;
	margin: 0;
	font-weight: normal;
	/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	color: #205c95;
}
.contactList ul li p {
	text-align: center;
	font-size: 17px;
	line-height: 2;
	font-family: "Arial";
}
.contactList ul li:last-child {
	margin-right: 0px;
}
/* @keyframes tb {
 0% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 25% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 50% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 75% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 100% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
}*/
.contact_map {
	overflow: hidden;
	width: 100%;
	padding-top: 80px;
}
.contact_map .MapInfo {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px dashed #ccc;
	padding: 8px;
}
.contact_map .MapInfo img {
	max-width: none;
}
@media only screen and (max-width:735px) {
.pyy h2 {
    font-size: 30px;
}
}
/*@media only screen and (max-width:1500px) {
.contactList ul li {
	width: 24.4%;
}
}
@media only screen and (max-width:1274px) {
.contactList ul li {
	width: 24.3%;
}
}
@media only screen and (max-width:1095px) {
.contactList ul li {
	width: 24.2%;
}
}*/
@media only screen and (max-width:1194px) {
.contactList ul li {
	width: 49%;
	border-right: none;
	margin-bottom: 25px;
}
.contactList ul li:nth-child(2) {
	margin-right: 0px;
}
.contactList ul li:nth-child(4) {
	margin-right: 0px;
}
}
@media only screen and (max-width:510px) {
.contactList ul li {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	border-bottom: 1px dashed #eee;
}
}
/*单页大图*/
.nybanner {
	position: relative;
	overflow: hidden;
}
.nybanner.pic {
	-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.nybanner.pic:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}
.nybanner img {
	width: 100%;
	display: block;
}
/*面包屑*/
.breav-nav {
	width: 100%;
	height: 82px;
	line-height: 82px;
	overflow: hidden;
	/*background-color: #f4f5f8;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
	margin-top: -70px;
	position: relative;
}
.location {
	max-width: 700px;
	background: url(../images/home.png) left center no-repeat;
	padding-left: 38px;
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}
.location a {
	color: #fff;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.skinw {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1650px) {
.skinw {
	width: 1430px;
}
}
@media (min-width: 1450px) {
.skinw {
	width: 1230px;
}
}
/*内页栏目导航*/
.sub_muen {
	width: 100%;
	height: 80px;
	position: absolute;
	margin-top: -80px;
	left: 0;
}
.sub_muen li {
	float: left;
	height: 80px;
	line-height: 80px;
	/*margin-right: 5px;*/
	width: 25%;
}
.sub_muen ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}
.sub_muen li:after {
	content: '';
	display: block;
	transform: translateY(-50%);
	background: url(../images/cp01.png) no-repeat 50%;
	width: 24px;
	height: 11px;
	opacity: 0;
	margin: 0 auto;
}
.sub_muen li.cur:after {
	opacity: 1;
}
.sub_muen li a {
	font-size: 18px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sub_muen li a:hover, .sub_muen li.cur a {
	color: #fff;
	background: linear-gradient(to bottom, #29abe2, #2e3192) !important;
}
.m_sub_muen {
	display: none
}
.m_sub_muen {
	text-align: center;
	margin-top: 30px;
}
.m_sub_muen li {
	display: inline-block;
	margin: 0 4px 10px;
}
.m_sub_muen li a {
	display: block;
	padding: 10px 30px;
	border: 1px solid #cfcfcf;
	background: #ffffff;
	color: #333;
	font-size: 15px;
	border-radius: 10px;
}
.m_sub_muen .cur a {
	background: linear-gradient(to bottom, #29abe2, #2e3192) !important;
	border: none;
	color: #FFF;
}
@media (max-width: 1024px) {
.sub_muen {
	display: none;
}
.m_sub_muen {
	display: block
}
}
}
