
	/*定义全局*/
* {
	margin:0px;
	padding:0px;
	font-family:微软雅黑,"microsoft yahei",Arial,Helvetica;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
	font:14px/200%\5FAE\8F6F\96C5\9ED1,Arial,Helvetica;
	color:#404143;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust:none;
}
/*定义链接*/
a,a:link {
	color:#333;
	text-decoration:none
}
a:hover,a:focus {
	color:#404143;
	text-decoration:none;
	outline:none;
	-moz-outline:none
}
a:active {
	color:#f30
}
ul,li {
	padding:0;
	margin:0;
	list-style:none;
}
/*定义标题*/
h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-weight:500;
	line-height:150%
}
.incontent {
	width:100%;
	max-width:1250px;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
	padding:25px 45px 25px;
	background-color:#fff;
	margin:-50px auto 0;
	font-size:13px;
	line-height:24px;
	color:#818181;
	z-index:99999;
}
@media screen and (min-width:769px) {
	.incontent {
	position:relative;
}
}@media screen and (max-width:768px) {
	.incontent {
	padding:3px;
}
}.navbar-default {
	padding:10px 0 0 0;
	background-color:rgba(255,255,255);
	border-bottom:0px solid rgba(87,87,72,0.8);
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
	box-shadow:0px 3px 3px rgba(145,143,143,0.8);
}
.navbar-default .navbar-toggle:hover {
	background-color:#000
}
.navbar {
	margin-bottom:0;
	max-height:93px
}
@media (max-width:768px) {
	.navbar,.navbar .navbar-header {
	margin:0;
	padding:0;
	max-height:50px
}
}/*logo*/
.logo {
	margin:0;
	padding:0;
	display:inline-block
}
.navbar-brand {
	width:360px;
	height:65px;
	background:url(../image/logo.png) no-repeat left top;
	background-size:auto;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	font-size:15px;
	padding:0px;
	margin-top:5px
}
.navbar-brand {
	margin-left:0 !important
}
@media (max-width:768px) {
	.navbar-brand {
	background-image:url(../image/logo-s.jpg);
	background-size:auto 40px;
	margin:8px 10px;
	width:173px;
}
.navbar-default .navbar-toggle {
	padding:4px;
	margin-top:14px;
	margin-bottom:0;
	border-color:#ccc
}
.navbar-default .navbar-toggle:hover {
	background:transparent
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ccc
}
}/*nav*/
.navbar-default .navbar-nav {
	margin-right:1px;
	margin-top:5px
}
.navbar-default .navbar-nav li {
	position:relative;
	margin:0 5px;
	padding-right:5px;
	padding-left:5px;
	height:60px;
	text-align:center
}
.navbar-default .navbar-nav li a:before {
	display:block;
	content:'';
	width:0;
	transition:.2s;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	height:100%;
	position:absolute;
	top:5px;
	left:0;
	border-bottom:2px solid #03146b;
	z-index:-1
}
.navbar-default .navbar-nav li a:hover:before {
	width:100%
}
.navbar-default .navbar-nav li.hover a:before {
	width:100%;
	font-weight:bolder
}
.navbar-default .navbar-nav li a {
	font-size:13px;
	display:block;
	padding:0;
	margin:0 12px;
	color:#000
}


@media screen and (min-width:769px) {
	.navbar-default .navbar-nav li span {
	display:block;
	font-size:13px;
	line-height:60px;
}
.navbar-default .navbar-nav li a {
	font-size:13px;
	display:block;
	padding:0;
	margin:0px;
	color:#000
}
.navbar-brand {
	background-image:url(../image/logo-m.jpg);
	background-size:auto;
	margin:2px 0px ;
	width:123px;
}
}

@media screen and (min-width:1200px) {
	.navbar-default .navbar-nav li span {
	display:block;
	font-size:18px;
	line-height:60px;
}
.navbar-brand {
	width:360px;
	height:65px;
	background:url(../image/logo.png) no-repeat left top;
	background-size:auto;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	font-size:15px;
	padding:0px;
	margin-top:5px
}
.navbar-default .navbar-nav li {
	position:relative;
	margin:0 20px;
	padding-right:0;
	padding-left:0;
	height:60px;
	text-align: center
	
}
}
.navbar-default .navbar-nav li a:hover,.navbar-default .navbar-nav li.hover a {
	text-decoration:none;
	color:#03146b;
}
@media (max-width:1000px) {
	.navbar-default .navbar-nav li a {
	margin:0 10px
}
}@media (max-width:768px) {
	.navbar-default .navbar-nav {
	float:inherit !important;
}
.navbar-default .navbar-nav li {
	display:block;
}
.navbar-default .navbar-nav li a {
	padding:0;
	color:#fff !important;
	line-height:50px;
	text-decoration:none;
	border-bottom:1px solid hsla(0,0%,100%,0.20)
}
.navbar-default .navbar-collapse {
	background-color:rgba(102,102,102,.80);
	border-width:0;
}
.navbar-default .navbar-nav li {
	width:100%;
	height:50px;
	line-height:50px;
}
}@media screen and (min-width:769px) {
	.footer_nav {
	display:none;
}
}.foot_nav {
	width:25%;
	float:left;
	background-color:#003581;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	bottom:0px
}
.foot_nav:hover,.foot_nav:focus {
	background-color:#003581;
}
.foot_nav a {
	color:#fff;
	display:block;
	font-size:13px
}
.foot_nav a:hover,.foot_nav a:focus {
	text-decoration:none;
}
.foot_nav span {
	display:block;
	padding:3px 0px 0px 0px;
}
@media (max-width:768px) {
	.top-menu ul li {
	width:25%;
	float:left;
	padding:0px;
	font-size:13px;
}
}.top-menu {
	background:#f3f3f3;
	color:#333;
	text-align:center;
	overflow:hidden;
}
.top-menu ul li {
	display:inline-block;
	padding:0px 38px;
	font-size:16px;
	position:relative;
	line-height:60px;
}
.top-menu ul li a {
	display:block;
}
.top-menu ul li:hover {
	background:#fff;
	color:#017bce;
	border-bottom:2px solid #017bce;
	line-height:58px;
}
.top-menu ul li.cur {
	background:#fff;
	color:#017bce;
	border-bottom:2px solid #017bce;
	line-height:58px;
}
@media all and (max-width:980px) {
	/*web*/
	.top-menu ul li:hover {
	background:#fff;
	color:#017bce;
	border-bottom:2px solid #017bce;
	line-height:48px;
}
.top-menu ul li.cur {
	background:#fff;
	color:#017bce;
	border-bottom:2px solid #017bce;
	line-height:48px;
}
.top-menu ul li {
	width:25%;
	float:left;
	padding:0px;
	font-size:14px;
}
}.txtcon {
	padding:40px 5px 50px;
	width:100%;
	max-width:1230px;
	padding:0 8px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.txtcon img {
	max-width:100%;
	margin:0 auto;
	display:block;
}
.det-top {
	padding-bottom:10px;
	border-bottom:1px solid #ededed;
	margin-bottom:20px;
	margin:35px 0;
}
.det-top h4 {
	font-size:24px;
	color:#000;
	margin:0;
}
@media  (max-width:768px ) {
	.det-top h4 {
	margin-bottom:10px;
	font-size:16px;
}
}.main {
	width:100%
}
.top_banner {
	height:380px;
	margin-top:80px;
	color:#fff;
}
@media all and (max-width:768px) {
	.top_banner {
	margin-top:50px;
	color:#fff;
	background-size:auto 100%;
	height:280px;
}
}@keyframes mymove {
	from {
	transform:translateY(50px);
}
to {
	transform:translateY(0px);
}
}* {
	transition-property:all;
}
.con-img img {
	transition:all 0.4s ease-in 0s;
	-webkit-transition:all 0.4s ease-in 0s;
	-moz-transition:all 0.4s ease-in 0s;
	-o-transition:all 0.4s ease-in 0s;
}
.con-img:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.news_list ul li {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
.news_list ul li .newspic {
	width:31.76%;
	float:left;
}
.news_list ul li .newspic img {
	max-width:100%;
}
.news_list ul li .newsnote {
	width:64%;
	float:right;
}
.news_list ul li .newsnote h4 {
	font-size:18px;
	color:#444;
	font-weight:normal;
}
.news_list ul li .newsnote p {
	color:#777;
	line-height:26px;
	margin:19px auto 45px auto;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.news_list ul li a.more {
	width:128px;
	height:40px;
	border:1px solid #dadada;
	display:block;
	line-height:40px;
	text-align:center;
	color:#444;
}
.news_list ul li a.more:hover {
	background:#017bce;
	color:#fff;
	border-color:#017bce;
}
.news_list ul li h4:hover {
	color:#017bce;
}
.newscon {
	padding:5px;
	width:100%;
}
.newscon h1 {
	font-size:28px;
	line-height:38px;
	padding-top:10px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px #e5e5e5 solid;
}
.newscon_des {
	line-height:200%;
}
@media screen and (max-width:768px) {
	.page ul {
	left:25px;
}
.news_list ul li .newspic {
	width:100%;
	float:left;
}
.news_list ul li .newsnote {
	width:100%;
	float:right;
}
}@media screen and (min-width:769px) {
	.page {
	margin-bottom:30px;
	margin-left:100px;
	padding:15px 0px;
}
}.page ul {
	float:left;
	position:relative
}
.page li {
	float:left;
	margin:0px 3px;
	list-style:none;
	position:relative
}
.page li a {
	border-right:#ccc 1px solid;
	padding-right:6px;
	border-top:#ccc 1px solid;
	display:block;
	padding-left:6px;
	float:left;
	color:#666666;
	padding-bottom:0px;
	border-left:#ccc 1px solid;
	padding-top:0px;
	border-bottom:#ccc 1px solid;
	height:26px;
	line-height:26px;
}
.page li a:hover {
	border:#003581 1px solid;
	background:#003581;
	color:#fff;
	text-decoration:none
}
.page .thisclass {
	border:#003581 1px solid;
	background:#003581;
	color:#fff;
	text-decoration:none
}
.page .thisclass {
	padding-right:8px;
	padding-left:8px;
	padding-bottom:0px;
	padding-top:0px
}
.page .thisclass a {
	border-top-width:0px;
	padding-right:0px;
	padding-left:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	padding-bottom:0px;
	color:#fff;
	padding-top:0px;
	border-right-width:0px
}
.page .thisclass a:hover {
	border-top-width:0px;
	padding-right:0px;
	padding-left:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	padding-bottom:0px;
	color:#fff;
	padding-top:0px;
	border-right-width:0px
}
.footer {
	text-align:left;
	color:#fff;
	padding:24px 0 10px;
	background:#292A35;
	width:100%
}
.footer ul,li {
	list-style:none;
}
.footer1 {
	background:#1F1F29;
}
/*底部*/
.footerM1 .titleBox h1 {
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.footerM1 .titleBox span {
	display:block;
	margin-top:6px;
	margin-bottom:16px;
	font-size:14px;
	line-height:14px;
	color:#b0b0b0;
}
.footerM1 .textBox li a {
	line-height:30px;
	color:#eaeaea;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.footerM1 .textBox li a span {
	color:#B7B9B9;
	padding-right:5px;
	font-weight:bold;
}
.footerM1 .textBox p {
	line-height:30px;
	font-size:14px;
}
.footerM1 .textBox p span {
	color:#b0b0b0;
}
.footerM2 {
	padding:8px 0 0;
	text-align:center;
	line-height:50px;
}
.footerM2 p,.footerM2 a {
	font-size:14px;
	color:#a9a9a9;
}
.footerM2 a:hover {
	text-decoration:underline;
}
/*HOME*/
.index-news {
	width:100%;
	max-width:1230px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:50px;
}
@media screen and (max-width:768px) {
	.index-news .col-md-4 {
	margin-bottom:18px
}
}.index-news .img {
	width:100%;
	position:relative;
	overflow:hidden;
}
.index-news .img img {
	width:100%;
}
.index-news div.img .zz {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:100%;
	z-index:2;
	background:rgba(106,106,106,0.39);
	transition:all ease .3s;
}
.index-news div.img .zz img {
	width:50px;
	height:50px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:75px;
}
.index-news .col-md-4:hover .img .zz {
	top:0;
}
.index-news .tbox {
	width:100%;
	box-sizing:border-box;
	padding:18px 14px 0 14px;
}
.index-news .tbox .tbox-title {
	font-size:18px;
	line-height:30px;
	color:#000;
	margin-bottom:6px;
}
.index-news  .tbox .tbox-txt {
	font-size:14px;
	line-height:26px;
	color:#000;
	opacity:.5;
	margin-bottom:17px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.index-news .tbox .tbox-more {
	width:100px;
	height:30px;
	box-sizing:border-box;
	border:1px solid #b5b5b5;
	text-align:center;
	line-height:28px;
	font-size:12px;
	color:#666;
	border-radius:14px;
	margin-left:-4px;
	transition:all ease .3s;
}
.index-news .col-md-4:hover .tbox .tbox-title {
	color:#03146b;
}
.index-news .col-md-4:hover .tbox .tbox-more {
	color:#fff;
	background:#03146b;
	border:1px solid #03146b;
}
.index-news .tbox .tbox-title {
	font-size:18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.index-news .tbox .tbox-txt {
	font-size:16px;
}
.index-news .tbox .tbox-more {
	width:140px;
	height:50px;
	line-height:48px;
	border-radius:25px;
	font-size:15px;
}
.index-title-box {
	width:100%;
	position:relative;
	text-align:center;
	padding:15px 0;
}
@media screen and (min-width:1440px) {
	.index-news {
	margin-top:15px;
}
.index-title-box {
	padding:15px 0 20px 0;
}
}.index-title-box .box {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:3px;
	z-index:2;
}
.index-title-box .box .ch {
	font-size:22px;
	font-weight:bold;
	line-height:25px;
	color:#333333;
	margin-bottom:10px;
}
.index-title-box .box s {
	width:150px;
	height:1px;
	background:#eaeaea;
	display:block;
	margin:auto;
	margin-bottom:8px;
}
.index-title-box .box s span {
	width:30px;
	height:1px;
	background:#03146b;
	display:block;
	margin:auto;
}
.index-title-box .box .en {
	font-size:12px;
	line-height:20px;
	color:#666666;
	text-transform:uppercase;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:both;
}
@keyframes bannerup {
	0% {
	margin-left:-4%;
	opacity:0;
}
100% {
	margin-left:0%;
	opacity:1;
}
}@keyframes bannerri {
	0% {
	margin-left:10%;
	opacity:0;
}
100% {
	margin-left:0%;
	opacity:1;
}
}@keyframes bannerck {
	0% {
	opacity:0;
}
100% {
	opacity:1;
}
}@keyframes mymove {
	from {
	webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}
to {
	webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
}
}@-webkit-keyframes mymove /*Safari and Chrome*/ {
	from {
	webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}
to {
	webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
}
}.map-service {
	margin:auto;
	position:relative;
}
.china-map {
	width:100%;
	height:500px;
	background:url(../image/map_black_bg.jpg) center no-repeat;
	position:relative;
}
.region-list {
	position:absolute;
	left:0;
	top:0
}
@-webkit-keyframes warn {
	0% {
	-webkit-transform:scale(0);
	transform:scale(0);
	opacity:1
}
100% {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:0
}
}@-moz-keyframes warn {
	0% {
	-moz-transform:scale(0);
	transform:scale(0);
	opacity:1
}
100% {
	-moz-transform:scale(1);
	transform:scale(1);
	opacity:0
}
}@-o-keyframes warn {
	0% {
	-o-transform:scale(0);
	transform:scale(0);
	opacity:1
}
100% {
	-o-transform:scale(1);
	transform:scale(1);
	opacity:0
}
}@keyframes warn {
	0% {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:1
}
100% {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:0
}
}.area-box .dot {
	position:absolute;
	left:0;
	width:10px;
	height:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#a2a9b4;
	opacity:1;
	filter:alpha(opacity=100)
}
.area-box .pulse {
	position:absolute;
	top:-28px;
	left:-28px;
	height:66px;
	width:66px;
	border:2px solid #b7b7b7;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	-webkit-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;
	-moz-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;
	box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;
	opacity:.12;
	filter:alpha(opacity=0);
	-webkit-animation:warn 2s ease-out both;
	-moz-animation:warn 2s ease-out both;
	-o-animation:warn 2s ease-out both;
	animation:warn 2s ease-out both;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	background:0 0
}
.area-box .delay-01 {
	-webkit-animation-delay:0;
	-moz-animation-delay:0;
	-o-animation-delay:0;
	animation-delay:0
}
.area-box .delay-02 {
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;
	-o-animation-delay:.4s;
	animation-delay:.4s
}
.area-box .delay-03 {
	-webkit-animation-delay:.8s;
	-moz-animation-delay:.8s;
	-o-animation-delay:.8s;
	animation-delay:.8s
}
.area-box .delay-04 {
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s
}
.area-box .delay-05 {
	-webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s
}
.area-box .delay-06 {
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s
}
.area-box .delay-07 {
	-webkit-animation-delay:2.4s;
	-moz-animation-delay:2.4s;
	-o-animation-delay:2.4s;
	animation-delay:2.4s
}
.area-box .delay-08 {
	-webkit-animation-delay:-.4s;
	-moz-animation-delay:-.4s;
	-o-animation-delay:-.4s;
	animation-delay:-.4s
}
.area-box .delay-09 {
	-webkit-animation-delay:-.8s;
	-moz-animation-delay:-.8s;
	-o-animation-delay:-.8s;
	animation-delay:-.8s
}
.area-box .delay-10 {
	-webkit-animation-delay:-1.2s;
	-moz-animation-delay:-1.2s;
	-o-animation-delay:-1.2s;
	animation-delay:-1.2s
}
.area-box .delay-11 {
	-webkit-animation-delay:4s;
	-moz-animation-delay:4s;
	-o-animation-delay:4s;
	animation-delay:4s
}
.region-list.active .area-box .dot {
	background:#ff0000
}
.region-list.active .area-box .pulse {
	border-color:#ff0000;
	top:-19px;
	left:-19px;
	height:48px;
	width:48px;
	-webkit-box-shadow:0 0 12px #ff0000,0 0 20px #ff0000 inset;
	-moz-box-shadow:0 0 12px #ff0000,0 0 20px #ff0000 inset;
	box-shadow:0 0 12px #ff0000,0 0 20px #ff0000 inset
}
.region-list.waite .area-box .dot {
	background:#f90
}
.region-list.waite .area-box .pulse {
	border-color:#f90
}
.area-box {
	z-index:999
}
.postition-1 {
	left:600px;
	top:320px
}
.postition-2 {
	left:580px;
	top:410px
}
.postition-3 {
	left:665px;
	top:330px
}
.postition-4 {
	left:640px;
	top:380px
}
.postition-5 {
	left:680px;
	top:420px
}
.postition-6 {
	left:750px;
	top:420px
}
.postition-7 {
	left:720px;
	top:360px
}
.postition-8 {
	left:760px;
	top:210px
}
.postition-9 {
	left:720px;
	top:230px
}
.postition-10 {
	left:850px;
	top:160px
}
.postition-11 {
	left:890px;
	top:130px
}
.postition-12 {
	left:800px;
	top:240px
}
.postition-13 {
	left:750px;
	top:270px
}
.postition-14 {
	left:790px;
	top:310px
}
.postition-15 {
	left:825px;
	top:280px
}
.postition-16 {
	left:835px;
	top:340px
}
@media all and (max-width:1024px) {
	.china-map {
	background:url(../image/map_black_bg.gif) center no-repeat;
	background-size:100% 100%;
	width:auto;
	height:280px;
	margin:10px;
}
.region-list {
	display:none
}
}.index-title {
	width:100%;
	max-width:1230px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:25px;
	margin-bottom:50px;
}
.clearfix {
	*zoom:1
}
.clearfix:before,.clearfix:after {
	display:table;
	content:""
}
.clearfix:after {
	clear:both
}
.iPro-wrap {
	display:block;
	width:25%;
	text-align:center;
	border:1px solid #ececec;
	border-left:0px;
	position:relative;
	float:left;
	height: 520px;
	overflow: hidden
}
.iPro-wrap,.iPro-wrap:hover {
	transition:none !important;
	-webkit-transition:none !important;
}
.iPro-wrap:first-child {
	border-left:1px solid #ececec;
}
.iPro-box {
	padding:72px 6.6667% 81px;
}
.iPro-box .name {
	padding:0 0 25px;
	line-height:45px;

	font-size:30px;

	border-bottom:1px solid #e1e1e1;
}
.iPro-box .con {
	height:144px;
	line-height:36px;
	color:#777777;
	margin:22px 0 0;
}
.iPro-box .icon {
	margin:29px 0 0;
}
.iPro-block {
	padding:70px 19.4444% 0;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	background:url(../image/iPro-bg.jpg) no-repeat center center / cover;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.iPro-block .name {
	line-height:50px;
	font-size:36px;
}
.iPro-block .icon {
	margin:15px auto;
}
.iPro-block .con {
	line-height:30px;
	height:120px;
}
.iPro-wrap:hover .iPro-block {
	opacity:1;
}
@media all and (max-width:768px) {
	/*web*/	
.index-product {
	padding:40px 0;
}
.iPro-wrap {
	width:100% !important;
	height:auto;
}
.iPro-wrap:nth-child(3) {
	border-left:1px solid #ececec;
}
.iPro-box {
	padding:25px 6.6667% 30px;
}
.iPro-box .name {
	font-size:26px;
	line-height:30px;
	padding:0 0 15px;
}
.iPro-box .con {
	line-height:30px;
	font-size:13px;
	margin:15px 0 0;
}
.iPro-box .icon {
	width:80px;
	margin:5px 0 0;
}
.iPro-block {
	padding:25px 10% 0;
}
.iPro-block .name {
	font-size:24px;
	line-height:40px;
}
.iPro-block .icon {
	margin:15px auto -40px;
}
.iPro-block .icon img {
	width:150px;
}
.iPro-block .con {
	font-size:13px;
	margin:18px 0 0;
}
}.pro_list .list {
	width:98%;
	height:296px;
	text-align:center;
	padding:2px 2px 11px 2px;
}
.pro_list .list a {
	width:98%;
	height:296px;
	display:block;
	background:#fff;
	transition:0.4s;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
}
.pro_list .list a:hover {
	box-shadow:0px 2px 11px 2px #003581;
}
.pro_list .list .title {
	width:100%;
	height:56px;
	line-height:56px;
	box-sizing:border-box;
	font-size:20px;
	color:#333333;
	border-bottom:solid 2px #f2f2f2;
	position:relative;
}
.pro_list .list .title span {
	width:100%;
	height:56px;
	display:block;
	padding:0 20px;
	box-sizing:border-box;
}
.pro_list .list .pic {
	width:100%;
	height:200px;
}
.pro_list .list .pic img {
	max-width:100%;
	width:auto;
	height:auto;
}
.pro_list .list .text {
	width:100%;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#808080;
	padding:0 10px;
	box-sizing:border-box;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.pro_list .col-md-3 {
	margin-bottom:18px;
}
.wechat {
	margin:auto;
	text-align:center;
	margin-top:10px
}
@media  (max-width:768px ) {
	.wechat {
	margin-top:0px;
	margin-bottom:50px;
}
}.banner {
	width:100%;
	margin-top:80px;
	height:auto;
	overflow:hidden;
	position:relative;
}
@media all and (max-width:900px) {
	.banner {
	margin-top:50px;
}
}.banner .swiper-container-banner {
	width:100%;
	position:relative;
}
.swiper-container-banner .swiper-slide {
	overflow:hidden;
	position:relative;
}
.swiper-container-banner .swiper-slide img {
	width:100%;
	object-fit:cover;
	transform:matrix(1.1,0,0,1.1,0,0);
	-webkit-transition:all 0.4s ease 1.2s;
	-moz-transition:all 0.4s ease 1.2s;
	-ms-transition:all 0.4s ease 1.2s;
	-o-transition:all 0.4s ease 1.2s;
	transition:all 0.4s ease 1.2s;
}
.swiper-container-banner .swiper-slide-active img {
	transition-delay:0.4s !important;
	transform:matrix(1,0,0,1,0,0);
	-webkit-transition:all 5s ease;
	-moz-transition:all 5s ease;
	-ms-transition:all 5s ease;
	-o-transition:all 5s ease;
	transition:all 5s ease;
}
.swiper-container-banner .swiper-pagination-bullet {
	opacity:1;
	background:transparent;
	border:1px solid #fff;
	width:10px;
	height:10px;
}
.swiper-container-banner .swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
}
