﻿body {
	font-size: 13px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	background: #fff;
}
img {
	transition: .5s;
}
li {
	list-style: none;
}
img {
	border: none;
	display: block;
}
i, em {
	font-style: inherit;
}
li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a, input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);/*去除(安卓,苹果)自带阴影的样式*/
}
* {
	margin: 0;
	padding: 0;
	border: 0px;
	outline: none;
}
.ty {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
/* 头部 */
.header {
  
	
	z-index: 99;
	background: #fff; 
}

/*导航*/
#topNav {
	position: relative;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	z-index: 2;
	background: #005bac;
}
.nav {
	max-width: 1200px;
	width:100%;
	height: 60px;
	margin: 0 auto;
}
.nav ul {
	padding-top: 10px;
}
.nav li.line {
	width: 0px;
	overflow: hidden;
	border-right: 1px solid #ededed;
}
.nav li {
	float: left;
	width: 10%;
	height: 50px;
	line-height: 50px;
}
.mbanner {
	position: relative;
}
.mbanner img{ width:100%;}
.swiper-mb {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-mb .swiper-slide {
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 999;
}
.swiper-mb .swiper-slide img {
	width: 100%;
}
.swiper-pagmb {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 99;
}
.swiper-pagmb .swiper-pagination-bullet {
	background: #fff;
	border: 2px solid #fff;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	opacity: 1;
}
.swiper-pagmb .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	
	background-image: url(../images/bleft.png);
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url(../images/bright.png)}
	
.swiper-button-next, .swiper-button-prev {background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

.nav li a {
	display: block;
	color: #fff;
	transition: 0s;
}
.nav ul li a:hover, .nav ul li a.current {
	height: 50px;
	background: #fff;
	color: #005bac;
	z-index: 1;
}
.nav li .shownav {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	visibility: hidden;
	font-size: 12px;
	line-height: 24px;
	z-index: 1;
}
.nav li .shownav a {
	padding: 8px 10px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #ffffff82;
	background: #e49d23;
	color: #fff;
}
.nav li .shownav a:last-child {
	border-bottom: none;
}
.nav li .shownav a:hover {
	background: #f6aa26;
	color: #fff;
}
.nav li:hover .shownav {
	visibility: visible;
}
.logo {
	height: 110px;
	float: left;
}
.logo img {
	width: 100%;
}
.Tel {
	    padding-top: 12px;
	float: right;
	align-items: center;
	
}
.ewm {
	float: right;
	padding-left: 50px;
	padding-top: 0px;
}
.ewm img {
	height: 95px;
	width: auto;
}
.TelIco {
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 10px;
}
.TelTxt {
	float: left;
	padding-left: 10px;
}
.TelTxt p:nth-child(1) {
	color: #666;
	font-size: 18px;
	padding-bottom: 6px;
}
.TelTxt p:nth-child(2) {
	font-size: 16px;
}
.TelTxt p:nth-child(3) {
	font-size: 16px;
}
.hm-g {
	width: 100%;
	max-width: 1280px;
	margin: 30px auto;
}
.hm-new {
	display: inline-block;
	width: 100%;
}
.hm-g1 {
	width: 22%;
	float: left;
}
.hm-g2 {
	float: left;
	width: 75%;
	padding-left: 30px;
}
.hm-g1a1 {
	height: 80px;
	background: #005bac;
	line-height: 80px;
	text-align: center;
}
.hm-g1a1 h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}
.hm-g1a1 h2 a{color: #fff;}
.hm-g2a2 {
	width: 100%;
	margin-top: 20px;
}
.hm-g2a2 li {
	width: 31.6%;
	margin: 20px 8px 18px 8px;
	float: left;
}
.hm-g2a2 li dl dd a {
	padding: 0;
	background: #f4f4f4;
	text-align: center;
}
.hm-g2a2 li dl:hover dd a {
	background: #0e74f3;
}
.hm-b li dl {
	
	
	transition: .3s;
}
.hm-b li dl dt {border: 1px solid #e6e6e6;
	
	  text-align: center;
	
	overflow: hidden;
	background: #fff;
}
.hm-b li dl dt img {
	    max-height: 100%;
    height: auto;
    transition: .5s;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.hm-b li dl:hover dt img {
	transform: scale(1.1);
}
.hm-b li dl dd {
	padding: 15px 0;
    border: 1px solid #e6e6e6;    background: #f4f4f4;
}
.hm-b li dl dd a {
	display: block;    background: none;
	background: url(../images/right2.png) no-repeat right -5px  center;
	font-size: 16px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;padding-right: 18px;
}
.hm-b li dl:hover dd a {
	color: #fff;
	background: url(../images/right3.png) no-repeat  right center;
}
.hm-b li dl:hover dt{
	border: 1px solid #0e74f3;
	
}
.hm-b li dl:hover dd{
	border: 1px solid #0e74f3;
	background: #0e74f3;
}
.more {
	text-align: center;
	margin: 10px 0 20px 0;
}
.more a {
	background: #eeeeee;
	padding: 12px 28px;
	display: inline-block;
}
.more a:hover {
	background: #0e74f3;
	color: #fff;
}
.header3 {
	height: 50px;
	line-height: 50px;
	/*border: 1px solid #9a9a9a;*/
}
.header3 .label {
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
}
.header3 .arrow {
	width: 36px;
}

.header3 .arrow:after {
	content: "+";
	padding-right: 15px;
	float: right;
	font-size: 24px;
	font-weight: 300;
}
.header3 .on:after {
	content: "-";
	padding-right: 15px;
	float: right;
	font-size: 24px;
	font-weight: 300;
}
.hm-g1a2 {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.menu2 {
	
/*	height: 212px;
	overflow-y: scroll;*/
	border-top: 1px solid #000;
}
.expmenu li:first-child{ border-top:0;}
.expmenu li{ border:1px solid #000;    margin-top: -1px;}
.expmenu li:first-child ul{ display:block;}


 .menu2::-webkit-scrollbar {
width:7px;
}
/* 滚动槽 */
.menu2::-webkit-scrollbar-track {
background:#818181;
}
/* 滚动条滑块 */
.menu2::-webkit-scrollbar-thumb {
border-radius:5px;
background:#b5b5b5;
}
.menu2::-webkit-scrollbar-thumb:window-inactive {
background:#b5b5b5;
}
.menu2 li {
	 border:none;border-top: 1px solid #000;
	background: url(../images/right.png) no-repeat 96% center;
	transition: .5s;
}
.menu2 li:last-child {
	border-bottom: none;
}
.menu2 li a {
	display: block;
	padding: 10px 0;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
	width: 200px;
}
.menu2 li:hover, .hm-g1a2 li.on {
	background: #005bac url(../images/right5.png) no-repeat 93% center;
}
.menu2 li:hover a, .hm-g1a2 li.on a {
	color: #fff;
}
.hm-g1a3 {
	background: #005bac;
	padding: 20px 0;
}
.hm-g1a3 img {
	margin: 0 auto;
	width: 210px;
	display: block;
}
.hm-g1a3m {
	padding: 0px 0 18px 75px;
	background: url(../images/tel3.png) no-repeat 15px 8px;
}
.hm-g1a3m p {
	font-size: 14px;
	color: #fff;
}
.hm-g1a3m h2 {
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}
.hm-g2a1 {
	
	font-size: 16px;
	color: #000;
	position: relative;
	padding: 10px 0;
}
.hm-g2a1 a {
	font-size: 16px;
	padding: 0px 6px;
}
.hm-g2a1 span {
	font-size: 18px;
	
}
.hm-g2a1 i {
	display: inline-block;
	padding-left: 32px;
	background: url(../images/weizhi.png) no-repeat 0 center;
	font-style: inherit;
	background-size: auto 100%;
}
.pages {
	text-align: center;
	margin: 30px 0 60px;
}
.pages a {
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	margin: 0 2px;
	font-size: 14px;
}
.pages a:hover, .pages a.on {
	border: 1px solid #4c99f8;
	background: #4c99f8;
	color: #fff;
}
.search {
	background: #cccccc;    display: inline-block; width:100%;
}
.flex {
	
	align-items: center;
	width: 100%;
}
.flex_item {
	height: 50px;
	padding: 10px 0;
	line-height: 50px;
	float: left;
}
.flex_item span {
	border-left: 6px solid #005bac;
	padding-left: 10px;
}
.search a {
	color: #666;
	display: inline-block;
	margin: 0 8px;
}
.search .box {
	float: right;
	height: 50px;
	padding: 10px 0;
	line-height: 50px;    display: inline-block;
}
.input-group {
	width: 219px;
	display: inline-flex;
	border-collapse: separate;
}
.input-group .form-control {
	border-radius: 0;
	float: left;
	border: 1px solid #999;
	height: 26px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	text-indent: 10px;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.btn-default {
	border: none;cursor: pointer;
	float: left;
	height: 28px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 45px;
	background: #005bac url(../images/search.png) no-repeat center center;
	background-size: 50%;
}
.tuji {
	width: 40%;
	float: left;
	overflow: hidden;
}
.tuji img {
	width: 98%;
	border: 1px solid #ccc;
}
.met_box {
	width: 55%;
	float: right;
	padding-left: 30px;
}
.met_box h1 {
	font-size: 22px;/* padding: 20px 5px;
	 padding-top:0;
    border-bottom: 1px dashed #ddd;*/
}
.met_box ul li {
	list-style: none;
	padding-top: 15px;
	border-bottom: 1px dashed #ddd;
	position: relative;
	color: #000;
	line-height: 30px;
	font-size: 16px;
}
.zxzx {
	width: 60%;
	background: #dedfdf url(../images/tel2.png) no-repeat left 15px center;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	margin-top: 28px;
}
.clear {
	clear: both;
}
.clear2 {
	clear: both;
	height: 20px;
}
.hm-g2 img.hf {
	width: 100%;
}
.hm-g2 h3 {
	font-size: 20px;
	padding: 15px 0;
}
.content {
	line-height: 30px;
}
.hot h3 {
	margin-top: 18px;
}
.menu3{ display:block;    height: auto;    overflow: auto;}
.menu3 li {
	background: none;
	text-align: center;    border: 1px solid #000;
}

.menu2 li.sidenavcur{background: #005bac;}
.menu2 li.sidenavcur a{ color:#fff;}
.menu3 li:hover {
	background: #005bac;
}
.fw img {
	width: 100%;
}
.content2 {
	margin: 18px 0;
	line-height: 30px;
}
.content2 {
	text-indent: 2em;
}
.hm-h1 {
	margin-top: 46px;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	padding-bottom: 20px;
/*	background: url(../images/bg01.png) no-repeat center bottom;*/
}

.hm-h1 p{text-transform:uppercase;}
.hm-h1 h2 {
	font-size: 22px;
	color: #000;
	padding-bottom: 5px;
}
.hm-h1 tt {
	width: 30px;
	height: 3px;
	background: #000;
	display: block;
	margin: 7px auto;
}
.gsjj {
	text-align: center;
	line-height: 30px;
}
.gsjj img {
	margin: 10px auto;
	max-width: 100%;
}
.youshi {
	margin-top: 66px;
}
.lb {
	position: relative;
	text-align: center;width: 100%;
    overflow: hidden;
}
.lb .swiper-container {
	width: 100%;
	height: 100%;
	position: inherit;
}
.lb .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}
.lb .swiper-slide img {
	width: 100%;
}
.lb .swiper-pagination {
	text-align: center;
	margin: 0 auto;
	width: 60px;
	display: inline-block; position:inherit;
}
.lb .swiper-pagination span {
	margin: 0 5px;
}
.lb .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.lb .swiper-pagination-bullet-active {
	background: red;
}
.heidi {
	background: #333333;
	width: 100%;
	height: 166px;
	margin-top: -100px;
	margin-bottom: 30px;
}
.lxnr {    text-align: center;
}
.lxnr li {
	width: 21%;
	display: inline-block;
	margin: 0 22px;
	text-align: center;
	background: #005bac;
	color: #fff;
	height: 252px;
	vertical-align: top;
}
.lxnr tt {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	height: 1px;
	display: inline-block;
}
.lxnr li a {
	color: #fff;
	
}
.lxnr li img {
	width: 88px;
	margin-top: 18px;margin: 0 auto;    padding-top: 15px;
}
.lxnr li p {
	margin-top: 20px;
	line-height: 35px;
}
.biaodan {
	margin: 50px 0;
	display: inline-block;
}
.biaodan-left {
	float: left;
	width: 50%;
}
.biaodan-right {
	float: right;
	width: 50%;
}
.biaodan-right img {
	width: 100%;
}
.biaodan-left ul {
	width: 100%;
	float: left;
}
.biaodan-left ul li {
	margin-bottom: 25px;
}
.biaodan-left ul li.foot-lia {
	padding-left: 38px;
	font-size: 16px;
	color: #fff;
}
.biaodan-left ul li.foot-lib {
	text-align: right;
}
.biaodan-left ul li span {
	display: inline-block;
	width: 121px;
	line-height: 55px;
	text-indent: 21px;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	background: #005bac;
}
.liuyan span {
	height:116px;
	line-height: 116px !important;
}
.p4-order-form-1-t3{  text-align: center;}
.p4-order-form-1-t3 input.p4-order-form-1-b1 {
  width: 121px;
    height: 30px;
    border: 0;
  
   
    color: #fff;
    padding-left: 0;
    cursor: pointer;background:#005bac;
}
.foot-txt {
	width: 500px;
	height: 55px;
	line-height: 55px;
	background: #eeeeee;
	border: none;
	text-indent: 10px;
	font-size: 14px;
	color: #000;
}
.foot-txta {
	width: 500px;
	height: 116px;
	background: #eeeeee;
	border: none;
	text-indent: 10px;
	font-size: 14px;
	color: #000;
}
.hm-right {
	float: right;
	width: 75%;
}
.hm-right h2 {
	background: #eeeeee;
	padding: 10px 15px;
}
.hmrnr {
	background: #eee;
	margin-top: 28px;
	height: 313px;
	background-size: 100% auto;
}
.hmrleft {
	width: 370px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}
.hmrleft h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hmrleft p.sjliulan {
	padding: 15px 0;
	color: #bfbbbb;
}
.sjliulan span.cishu {
	float: right;
}
.hmrleft p.zaiyao {
	line-height: 25px;height: 150px;
    overflow: hidden;
}
.more2 {
	border: 1px solid #000;
	margin-top: 20px;
	display: inline-block;
	    padding: 0px 18px;
}
.more2 span {
	padding-top: 7px;
	display: block;
	float: left;
	padding-right: 6px;
}
.more2 img {
	vertical-align: top;
}
.hmright {
	float: right;
	width: 531px;
	clip-path: polygon(16% 0%, 100% 0, 100% 100%, 0% 100%);
}
.hmright img {
	width: 100%;
}
.x1, .x4, .x6 {
	float: left;
}
.x4 {
	width: 22%;
}
.newright {
	width: 75%;
	float: right;
}
.media-img img {
	width: 100%;
}
.x1 {
	width: 12%;
	background: #eeeeee;
	margin: 25px 0;
}
.x6 {
	width: 88%;
}
.list-news {
	display: inline-block;
	padding: 25px 0;
	border-bottom: 1px solid #ccc;    width: 100%;
}
.list-news .time {
	text-align: center;
	padding: 15px;
}
.list-news .time .text-large {
	font-size: 52px;
	line-height: 54px;
}
.text-middle {
	font-size: 16px;
	padding: 8px 0;
}
.list-news .news {
	margin-left: 30px;
}
.list-news .news h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.text-gray {
	color: #888888;
	line-height: 26px;
}
.news .sjliulan {
	padding: 16px 0;
	color: #b1b1b1;
	display: inline-block;
}
.news .sjliulan span {
	float: left;
}
.news .sjliulan span.cishu {
	float: left;
	padding-left: 16px;
}
.article {
	float: right;
	width: 75%;
}
.article .hm-g2a15 {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	color: #666;
}
.hm-g2a15 span.shijian{ padding:0 15px;color:#a9a9a9;}
.hm-g2a15 span.cishu{ padding:0 15px; color:#a9a9a9;}
.hm-g2a15 h1 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	padding-bottom: 10px;
}
.swiper-mb .swiper-pagmb .swiper-pagination-bullet-active {
    background: #005bac;border: 2px solid  #005bac;
}
.articlenr {
	padding: 15px 0 30px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-indent: 25px;
}
.articlenr img {
	width: 100%;
}
.shangxia {
	border: 1px solid #000;
	display: inline-block;
	width: 100%;
}
.sxleft {
	float: left;
	width: 52%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.sxleft p {
	line-height: 38px;
}
.sxright {
	float: right;
	padding: 15px;
	width: 40%;
}
.sxright img {
	width: 100%;
}
.zzzs li {
	display: inline-block;
	float: none;
	width: 31.8%;
	margin: 12px 8px;
}
.zzzs ul dd {
	background: #f4f4f4;
	text-align: center;
}
.zzzs li dl {
	height: auto;
	border: none;
	display: inline;
}
.zzzs li dl dt {
	
	text-align: center;
	border: none;
}
.zzzs li dl dt img {
	width: 100%;
	
}
.zzzs li dl:hover {
	border: none;
	background: none;
}
.zzzs .hm-b li dl:hover dt{ border:none;}
.zzzs li dl:hover dd {
 color:#fff;
}
.zzzs ul dd:hover {
	background: #005bac;
	color: #fff;
}
.zzzs li dl dd a {
	background: none;
}
.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.modelTostChile {
	width: 666px;
	background-color: #fff;
	position: relative;
	margin-top: 22%;
	left: 50%;
	border: 6px solid #005bac;
	transform: translate(-50%, -50%);
}
.modelTostChile p {
	font-size: 35px;
	position: absolute;
	right: -32px;
	top: -36px;
}
.modelClose {
	float: right;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	line-height: 26px;
	text-align: center;
}
.modelTost .swiper-slide {
	text-align: center;
}
.modelTost .swiper-slide img {
	width: 95%;
	text-align: center;
	margin: 15px auto;
}
.fwnr h3 {
	padding: 20px 20px 0px 20px;
}
.fwnr li {
	display: inline-block;
	margin: 0 22px;
	width: 21%;
	text-align: center;
	vertical-align: top;
	border: 1px solid transparent;
}
.fwnr li tt {
	margin-top: 16px;
	display: inline-block;
	border-width: 0 12px 20px;
	border-style: solid;
	border-color: transparent transparent #000;
}
.fwnr li p {
	line-height: 22px;
	padding: 20px;
	height: 88px;
	margin-top: -5px;
}
.fwnr li:hover {
	border: 1px solid #005bac
}
.fwnr li:hover p {
	background: #005bac;
	color: #fff;
}
.fwnr li:hover tt {
	border-color: transparent transparent #005bac;
}
.cpwh li {
	width: 98%;
}
.cpw-left li:nth-child(1) {
	height: 50px;
}
.cpw-left li:nth-child(2) {
	height: 50px;
}
.cpw-left li:nth-child(3) {
	height: 90px;
}
.cpw-left li:nth-child(4) {
	height: 60px;
}
.cpw-right li:nth-child(1) {
	height: 50px;
}
.cpw-right li:nth-child(2) {
	height: 50px;
}
.cpw-right li:nth-child(3) {
	height: 90px;
}
.cpw-right li:nth-child(4) {
	height: 60px;
}
.cpw-left {
	float: left;
	width: 50%;
}
.cpw-right {
	float: right;
	width: 45%;
}
.cpw-right li {
	float: right;
}
.cpwh li i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #005bac;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 30px;
	font-style: inherit;
}
.cpwh li p {
	margin-left: 40px;
}
.ysyq {
	background: #005bac;
	color: #fff;
	margin: 30px 0;
    position: relative;
}
.ysyq .hm-h1, .ysyq .hm-h1 h2 {
	color: #fff;
	margin-top: 6px;
}
.ysyq .hm-h1 tt {
	background: #fff;
}
.zysx {
	padding: 30px 0;
}
.ysnr {
	display: inline-block;
}
.ysnr img {
	max-width: 430px;
	float: left;
}
.ysnr-right {
	float: right;
	width: 63%;
	line-height: 30px;
}
.dhnr {
	margin: 20px 0;
}
.dhnr li {
	display: inline-block;
	width: 16%;
	vertical-align: top;
	text-align: center;
	padding: 20px 0;
	height: 188px;
}
.dhnr li i {
	font-style: inherit;
	background: url(../images/dhbj.png) no-repeat center center;
	color: #005bac;
	width: 100px;
	height: 88px;
	display: inline-block;
	background-size: contain;
	line-height: 88px;
	font-size: 35px;
}
.dhnr li P {
	padding: 20px;
}
.dhnr li:hover {
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
.gongsijj {
	padding: 30px 0;
}
.gsjj2 {
	display: inline-block;
}
.gsjj2-left {
	float: left;
	width: 56%;
}
.gsjj2-left .more2{background: #fff;}
.gsjj2-left h3 {
	font-size: 22px;
	padding: 8px 0;
}
.gsjj2-left tt {
	width: 60px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 10px 0;
}
.gsjj2-left p {
	line-height: 2;
	font-size: 16px;
	padding-top: 10px;
}
.gsjj2 img.gsjj_right {
	border: 5px solid #fff; width:100%;
}

.video{    position: relative;float: right;
	width: 42%;}
 .video a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 131px;
    height: 131px;
    cursor: pointer;
    background: url(../images/v2.png) center no-repeat;
}
.mbanner-v-box {
    max-width: 920px; width:100%;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 99;
    margin-left: -460px;
    display: none;
}
.mbanner-v-close {
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    right: 0px;
    top: 10px;
    cursor: pointer;z-index: 99;
    opacity: 1;
    text-shadow: none;
}
 #box-video {
    width: 100%;
}


.gsjj2-left .more2 {
	border: 1px solid #fff;
	color: #005bac;
	background: #fff;
	padding: 6px 20px;
	overflow: hidden;
}
.fwly {
	margin-top: 30px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
	max-width: 1200px;
	margin: 0 auto;
	display: flow-root;
}
.col-lg-4 {
	width: 32.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	margin: 6px 0;
}
.col-lg-4 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.col-lg-4 a img {
	width: 100%;
	transition: all 0.6s;
}
.col-lg-4 a:hover img {
	transform: scale(1.2);
}
.col-lg-4 a span {
	display: inline-block;
	width: 100%;
	height: 40px;
	text-align: center;
	position: relative;
	line-height: 40px;
	left: 0;
	top: 110%;
	font-size: 18px;
	color: #fff;
	z-index: 99;
	background: #005bac;
}
.ls_step {
	display: inline-block;
	width: 100%;
}
.ls_left {
	float: left;
	width: 33%;
}
.ls_center {
	float: left;
	width: 33%;
}
.ls_right {
	float: right;
	width: 33%;
}
.ls_center img {
	width: 100%;
}
.ls_left li, .ls_right li {
	height: 60px;
	line-height: 60px;
}
.ls_left ul, .ls_right ul {
	padding-top: 60px;
}
.ls_left li span, .ls_right li span {
	border-bottom: 1px solid #000;
	width: 350px;
	display: inline-block;
	height: 50px;
	float: left;margin-left: 15px;
}
.ls_left li i, .ls_right li i {
	width: 40px;
	height: 40px;
	background: url(../images/002.png) no-repeat center center;
	color: #000;
	float: left;
	line-height: 40px;margin-top: 15px;
	font-size: 16px;
	text-align: center;
	font-style: inherit;    background-size: contain;
}
.ls_left li:hover i {
	background: url(../images/001.png) no-repeat center center;background-size: contain;
	color: #fff;
}
.ls_right li:hover i {
	background: url(../images/001.png) no-repeat center center;background-size: contain;
	color: #fff;
}
.df-bb-b {
	width: 95%;
	margin: 0 auto;
	z-index: 1;
}
.df-bb-b dt {
	float: left;
	width: 39%;    padding-bottom: 20px;
}
.df-bb-b dt img {
	width: 100%;
	height: 100%;
}
.df-bb-b dd {
	font-size: 14px;
	color: #777;
	line-height: 22px;
	float: left;
	width: 56%;
	margin-left: 25px;
}
.df-bb-b .more2 {
	padding: 2px 18px;
	float: right;
	margin-top: 6px;
}
.df-bb-b .more2 img {
	float: left;
	height: 20px;
}
.df-bb-b .more2 span{ padding-top:0;}
.df-bb-b dd p {
	text-indent: 0px;
	font-size: 14px;
	line-height: 26px;
	color: #3d3d3d;
}
.df-bb-b dd h2 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.df-bb-b dd h2 a {
	font-size: 18px;
}
.df-bb-b dd a.more {
	display: inline-block;
	padding: 2px 10px;
	background: #c14231;
	color: #fff;
	border-radius: 5px;
	font-weight: 300;
	margin-left: 10px;
	margin-top: 5px;
}
.new2 {
}
.new-left {
	width: 60%;
	float: left;
	background: #eeeeee;
}
.new-right {
	width: 36%;
	float: right;
	background: #eeeeee;padding-bottom: 25px;
}
.gd-box {
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.gd-box li {
	width: 50%;
	float: left;
	font-size: 16px;
}
.gd-box li.tab-current {
	background: #005bac;
	color: #fff;
}
#tab-content {
	padding-top: 20px;
}
.tab-box {
	display: inline-block;    width: 100%;
}
.new22 {
	width: 95%;
	margin: 0 auto;
}
.new22 li h3{       display: inline-block;
       width: 100%;}
.new22 li {
	    padding: 0px 0px 15px 20px;
	background: url(../images/jt.png) left 3px no-repeat;
}
.new22 li span.span1 {
	color: #000;
	font-weight: 400;
	 width:12%;float: right;
}
.new22 li span.span2{ float:left; width:85%;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.new22 li:hover span.span1{	color: #005bac;}


.new22 li p {
	padding-top: 8px; padding-bottom:10px;
}
.newr-nr{ width:95%; margin:0 auto;}
.newr-nr h3{ padding-top:10px; font-size:16px;}
.newr-nr dl { margin-top:35px;    border-bottom: 1px solid #000;}
.newr-nr dl dt{ margin-bottom:15px;}
.newr-nr dl dd{ line-height:25px;padding-bottom: 8px;}
.newr-nr dl span{padding: 0 2px; text-align:center;}
.newr-nr dl dd span{ background: #005bac; color:#fff; }
.newr-nr span.xiangqing{    background: url(../images/07.png) right 30px center no-repeat;text-align: right;
    display: block;}
.newr-nr dl:hover span.xiangqing{ background: url(../images/08.png) right 30px center no-repeat; color: #005bac;}
.footer{ width:100%; background:#005bac; margin-top:30px;       display: flow-root;  padding-bottom: 30px;}

.footer ul{ padding-top:50px; border-bottom:1px solid #fff;display: flow-root;}
.footer ul li { width: 10%;
    text-align: center;  float:left;}
.footer2 li a{ color:#fff;    height: 35px;
    line-height: 35px;
    font-size: 16px;}
.footer2 li a.current{ background:#fff; color:#005bac;    width: 100%;
    display: block;
}
.footleft{ float:left; width:80%; margin-top:26px; color:#fff;}
.footers{border-bottom:1px solid #fff; height:80px;}
.footers dl {
    width: 33%;
    float: left;
}
.footers dl dt{    width: 60px;
    float: left;}
.footers dl dd{float: left;
    margin-left: 10px;
    font-size: 16px;
    padding-top: 0px;
    line-height: 26px;    max-width: 260px;}
.fxinxi{ width:100%; display:inline-block; margin-top:15px;}
.fxinxi p{ line-height:30px;}
.fright{ float:right; color:#fff; text-align:center;    padding-top: 46px;}
.fright img{ width:100%; max-width:160px;}
.fright p{ padding-top:10px;}
.pc{ display:block;}
.phone{ display:none;}
.header-inner{ padding:15px 0;    height: 88px;position: relative;}
.gotop {
    width: 51px;
    height: 51px;
    position: fixed;
    right: 5px;
    bottom: 45px;
    z-index: 991;
    cursor: pointer;
    background: url(../images/top.png) no-repeat 0 0;
}
@media (max-width:900px) {

.mbanner-v-box{     left: 2%; width:96%;  margin:0 auto;   margin-left: 0px;}


	.header-inner{ height:50px;    padding: 8px 0;}
.pc{ display:none;}
.phone{ display:block;}
.navbox2 {
    position: absolute;
    right: 15px;
    top: 18px;
    margin: 0;
  
    cursor: pointer;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbox2 tt {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 6px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo {
     height: 50px;
}
.logo img{ width:auto; height:100%;    padding-left: 6px;}
.navbox2.is-active tt:nth-child(2){
  opacity: 0;
}
.navbox2.is-active tt:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.navbox2.is-active tt:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
body.on {
    overflow: hidden;
}
.header{  position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    width: 100%;}
#topNav {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    float: none;
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 9999;
    display: none;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.nav ul{ padding-top:0;}
.nav ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;    padding-left: 20px; height:50px;
}
.nav li a{  color: #333; height:auto;    font-size: 16px;}
.nav ul li a:hover, .nav ul li a.current {
    color: #333; background:none;height:auto;
}
.mbanner{ padding-top:60px;}

.ls_left ,.ls_center,.ls_right{ width:98%; margin:0 auto; float:none;}
.gsjj2 .video{width:98%; float:none; margin:0 auto;}
.gsjj2 .video a{    width: 66px;
    height: 66px;
    border-radius: 50%;}
.gsjj2 img.gsjj_right{ width:98%; float:none; margin:0 auto;}
.gsjj2-left{width:98%; float:none; margin:0 auto;text-align: center;}
.gsjj2-left h3{ font-size:20px; text-align:left;}
.gsjj2-left p{ padding-top:0;    line-height:25px;
    font-size: 14px;text-align:left;}
	.gsjj2-left .more2{padding: 2px 10px;}
.hm-g2{width:98%; float:none; margin:0 auto; padding-left:0;}
.hm-g2a2 li {
    width: 48%;
    margin: 0px 0.8% 20px 0.8%;
    display: inline-block;
    float: none;
}
.hm-h1 h2{ font-size:20px;}

.hm-b li dl dd{ font-size:14px;    padding: 10px 0;}
.hm-b li dl dd a{font-size:14px;}
.new-left{ width:100%; float:none;}
.col-lg-4{width:46%;}
.col-lg-4 a span{ font-size:14px;}
.col-lg-4 a img{ min-height:130px;}
.new22 li{padding: 12px 0px 5px 20px;
    background: url(../images/jt.png) left 11px no-repeat;}
.new-right{ width:100%; margin-top:20px;} 
.ls_left ul, .ls_right ul {
    padding-top: 00px;
}
.ls_left li, .ls_right li{height:40px; line-height:40px; margin:10px 0;border-bottom: 1px solid #000;}
.ls_left li i, .ls_right li i{ width:30px; height:30px; line-height:30px; margin-top: 5px;font-size: 14px;}
.ls_left li span, .ls_right li span{ width:86%; height:auto;font-size: 12px; border-bottom:none;   }
.df-bb-b dt{ width:100%; float:left;}
.df-bb-b dd{ width:100%; margin-left:0; margin-top:20px;}
.df-bb-b .more2{ display:none;}
.new22 li span.span2{ width:80%; }
.new22 li span.span1{ width:20%;} 
.fnav {
    background: #0e206c;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.fnav a {
    font-size: 14px;
    color: #fff;
    width: 32%;
}
.footer { display:none;}
.df-bb-b dd h2 a{ font-size:16px;}
.search .box{ float:none; width:100%;text-align: center; padding:0;}
.flex_item{ width:100%;}
.input-group{ width:80%;}
.search .flex_item{ display:none;}
.input-group .form-control{ width:88%;}
.jj2{ text-align:left;width: 95%;
    margin: 0 auto;}
	.heidi{ height: 88px;
    margin-top: -40px;}
	.hm-g1{ display:none;}
.tuji{ width:100%;}
.met_box{ width:100%; margin-top:10px;}
.zxzx{ width:90%;}
.hm-g2 h3{ font-size:18px;}
.lxnr li{ width:45%;margin: 10px 7.5px;height: 220px;}
.biaodan-left ,.biaodan-right{ width:98%; margin:0 auto;float: none;}
.biaodan-left ul li span{ width:30%;text-indent: 8px; font-size:14px;}
.foot-txt,.foot-txta{ width:70%;}
.biaodan-left ul li {
    margin-bottom:15px;
}
.lxnr li p{    margin-top: 10px;
    line-height: 22px;
    padding: 0px 6px;}
	.zzzs li dl dt{ height:auto;}
	.modelTostChile{ width:88%; top:30%;}
	.modelTostChile p{    right: -13px;
    top: -33px;
}
.hm-right,.newright,.list-news{ width:100%;float: none;}
.hmrleft,.article{ width:98%; margin:0 auto; padding-left:0;    float: none;}
.hmright,.x4,.x1{ display:none;}
.x6{ width:98%; margin:0 auto;}
.list-news .news{ margin-left:0;width:98%; margin:0 auto;}
.list-news{ padding:15px 0;}
.news .sjliulan{ width:100%; padding:10px 0;}
.hm-right h2 a{ font-size:18px;}
.hmrnr{ height:auto; padding-bottom:20px; margin-top:18px;}
.g2{ margin-bottom:0;}
.pages a{    padding: 0 8px;    height: 30px;
    line-height: 30px; margin:2px;}
	.text-gray{ line-height:22px;}
	.sxleft,.sxright{ width:95%; float:none; padding:0;margin: 0 auto;}
	.sxleft p.leibie a{ margin:0 3px;}
	.fwnr li{     width: 45%;
    margin: 5px;}
	.fwnr li p{ padding:0;    margin-top: 5px;}
	.cpw-left,.cpw-right{ float:none; width:96%; margin:0 auto;}
	.cpw-left li {
    height: auto !important;margin: 25px 0;
}
.cpw-right li{  height: auto !important;margin: 15px 0;}
.ysnr img{ display:none;}
.ysnr-right{ float:none; width:96%; margin:0 auto;}
.dhnr li{ width:49%; height:auto;}
.dhnr li P {
    padding: 20px 2px 0px 2px;
}
.dhnr{ margin-top:0;}
} 






@media (max-width:485px) {
	
	.hm-g2a2 li {
    width: 47.5%;
    margin: 0px 0.8% 20px 0.8%;
    display: inline-block;
    float: none;
}


@media (max-width:360px) {
	
	.hm-g2a2 li {
    width: 48%;
      margin: 0px 0.7% 20px 0.7%;
    display: inline-block;
    float: none;
}	
.lxnr li {
    width: 45%;
    margin: 10px 5px;
}
	
}


