* {
	margin: 0;
	padding: 0
}
body, h2, h3, p, li, img, ul, dl, dt, input, dd {
	margin: 0;
	padding: 0
}
#mOuterBox {
}
#mBody1, #dBody1 {
	background-position: 0% 0%;
}
#mBody2, #dBody2 {
	background-position: 0% 0%;
}
.hxyw {
	margin-top: 24px;
}
.nav{ background: rgba(23,39,126,0.7);}
.nav .top-nav {
	border-bottom: 1px solid #85a0d7;
}
.top-nav.fixed {
	border-bottom-color: transparent;
	background: #13227a;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.nav .top-nav .logo {
	color: #2b2b2b;
	float: left;
}
.nav .top-nav .logo .logon {
	margin-left: 10px;
	margin-top: 5px;
}
.nav .top-nav .logo .logon h2 {
	font-size: 20px;
	margin: 5px 0;
}
.nav .top-nav .logo .logon p {
	font-size: 14px;
	margin: 0;
	color: #666;
}
.nav .top-nav .navbar {
	float: left;
	margin: 0 0 0 100px;
	border: 0;
}
.nav .top-nav .navbar > ul > li {
	float: left;
	margin: 0 23px;
	line-height: 100px;
	position: relative;
}
.nav .top-nav .navbar > ul > li > a {
	font-size: 18px;
	display: block;
	color: #fff;
	position: relative;
}
/*.nav .top-nav .navbar > ul > li > a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}*/
.nav .top-nav .navbar > ul > li .subnav {
	position: absolute;
	top: 100px;
	left: -15px;
	background-color: #fff;
	z-index: 990;
	width: 150px;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.nav .top-nav .navbar > ul > li .subnav li {
	line-height: 35px;
	font-size: 14px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.nav .top-nav .navbar > ul > li .subnav li a {
	display: block;
	padding: 0 15px;
}
.nav .top-nav .navbar > ul > li .subnav li:hover {
	background-color: #13227a;
}
.nav .top-nav .navbar > ul > li .subnav li:hover a {
	color: #fff;
}
.nav .top-nav .navbar > ul > li:hover > a::after {
	width: 100%;
}
.nav .top-nav .navbar > ul > li:hover .subnav {
	opacity: 1;
	visibility: visible;
}
.nav .top-nav .t-contact {
	float: right;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	padding-left: 40px;
	background: url(../images/phone.png) no-repeat left center;
	margin-top: 20px;
	display: none;
}
.nav .top-nav .nav-toggle {
	float: right;
	margin-top: 18px;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	display: none;
}
.nav .top-nav .nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #17b794;
	margin-bottom: 3px;
}
.nav .top-nav .nav-toggle span span {
	margin-top: 4px;
}
.nav .top-nav .mobile-navbar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.nav .top-nav .mobile-navbar .mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.3);
}
.nav .top-nav .mobile-navbar .menu {
	position: fixed;
	width: 300px;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	padding: 0 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.nav .top-nav .mobile-navbar .menu .menu-box {
	margin-top: 10px;
	text-align: right;
}
.nav .top-nav .mobile-navbar .menu .menu-box .menu-close {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center center/auto 20px;
	cursor: pointer;
}
.nav .top-nav .mobile-navbar .menu > ul > li {
	border-bottom: 1px solid #efefef;
}
.nav .top-nav .mobile-navbar .menu > ul > li > a {
	display: block;
	line-height: 22px;
	font-size: 18px;
	padding: 16px 30px 16px 0;
	color: #333;
	position: relative;
}
.nav .top-nav .mobile-navbar .menu > ul > li > a .toggle {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 14px;
	background: url(../images/toggle.png) no-repeat center center/auto 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.nav .top-nav .mobile-navbar .menu > ul > li > a.active .toggle {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav .top-nav .mobile-navbar .menu > ul > li .subnav {
	padding: 10px 30px 10px 20px;
	display: none;
}
.nav .top-nav .mobile-navbar .menu > ul > li .subnav li {
	padding: 7px 0;
}
.nav .top-nav .mobile-navbar .menu > ul > li .subnav li a {
	color: #999;
}
.nav .top-nav .mobile-navbar.show {
	opacity: 1;
	visibility: visible;
}
.nav .top-nav .mobile-navbar.show .menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.nav .top-nav .logo .logon h2, .nav .top-nav .logo .logon p {
	color: #fff
}
.nav .top-nav .logo img {
	filter: brightness(100);
	padding: 26px 0;
}
@media (min-width: 768px) {
.nav {
	position: fixed;
	width: 100%;
	z-index: 999;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.nav .top-nav .navbar {
	margin-left: 30px;
}
.nav .top-nav .navbar > ul > li {
	margin: 0 10px;
}
}


.title_2 {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.title_2 h2 {
	font-size: 24px;
	color: #333;
}
.nav_hot-phone {
	padding: 17px 0;
}
.hot-phone {
	padding-left: 38px;
	background: url(../images/tel.png) no-repeat left 13px;
}
.hot-phone .p-title {
	font-size: 16px;
	color: #fff
}
.hot-phone .p-number {
	font-size: 22px;
	color: #fff;
	font-weight:bold;
}
.banner .pc-container .pc-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #17b794;
	margin: 0 5px;
}
.banner .pc-container .btn-prev, .banner .pc-container .btn-next {
	width: 35px;
	height: 60px;
	background-position: center center;
	background-size: auto 20px;
	background-color: rgba(113, 114, 115, 0.3);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 20;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}
.banner .pc-container .btn-prev:hover, .pc-container .btn-next:hover {
	background-color: #717273;
}
.banner .pc-container .btn-prev {
	background-image: url(../images/prev.png);
	left: 0;
}
.banner .pc-container .btn-next {
	background-image: url(../images/next.png);
	right: 0;
}
 @media (min-width: 768px) {
.banner .pc-container:hover .btn-prev, .banner .pc-container:hover .btn-next {
	opacity: 1;
	visibility: visible;
}
.banner .pc-container:hover .btn-prev {
	left: 30px;
}
.banner .pc-container:hover .btn-next {
	right: 30px;
}
}
@media (max-width: 768px) {
.banner .pc-container .pc-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
}
.hot-k-wrap {
	width: 1500px;
	margin: 0 auto;
	position:relative;
}
.hot-k-wrap .h-container {
	width: 1500px;
	overflow: hidden;
	height: 90px;
	border-radius: 8px;
	background: #13227a;
	position: absolute;
	margin-top:-45px;
	z-index: 998
}

.hot-k-wrap .h-container .h-keyword {
	float: left;
	line-height: 90px;
	padding-left: 16px;
	color: #fff;
	font-size: 16px;
}
.hot-k-wrap .h-container .h-keyword strong {
	font-size: 16px;
	font-weight:normal
}
.hot-k-wrap .h-container .h-keyword a {
	color: #f0f0f0;
	margin-right: 10px;
	font-size: 16px;
	text-decoration: none
}
.hot-k-wrap .h-container .h-keyword a:hover {
	color: #fff;
}
.hot-k-wrap .h-container .searchbox {
	float: right;
}
.hot-k-wrap .h-container .searchbox .s-input {
	margin-top: 23px;
	margin-right: 16px;
	position: relative;
}
.hot-k-wrap .h-container .searchbox .s-input input[type="text"] {
	width: 333px;
	height: 42px;
	border: 1px solid #fff;
	padding: 13px 70px 11px 15px;
	outline: none;
	background: none;
}
.hot-k-wrap .h-container .searchbox .s-input input::-webkit-input-placeholder {
 color: #fff;
 font-size: 14px;
}
.hot-k-wrap .h-container .searchbox .s-input #txtkey {
	color: #fff
}
.hot-k-wrap .h-container .searchbox .s-input input[type="button"] {
	display: inline-block;
	border: none;
	width: 46px;
	height: 40px;
	position: absolute;
	top: 1px;
	right: 1px;
	color: #fff;
	background: url(../images/sousuo.png) no-repeat;
}
.hot-k-wrap .h-container .searchbox .s-input input[type="submit"] {
	display: inline-block;
	border: none;
	width: 46px;
	height: 40px;
	position: absolute;
	top: 1px;
	right: 1px;
	color: #fff;
	background: url(../images/sousuo.png) no-repeat;
}
.main {
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	width: 100%
}
.description{font-size: 16px;
    line-height: 30px;
    text-indent: 2em;}
	.description p{font-size: 16px;
    line-height: 30px;
    text-indent: 2em;}
.main .core h2 {
	font-size: 40px;
	color: #313131;
	height: 40px;
	line-height: 40px;
	text-align: center; 
	font-weight:bold;
}
.main .core p {
	font-size: 18px;
	color: #bababa;
	text-align: center;
	padding-top: 20px;
	padding-bottom:30px;
}
.procon {
	font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
	color: #333;
	width: 1500px;
	margin: 0 auto;
}
.procon* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.procon ul, .procon li {
	list-style: none;
}
.procon a {
	text-decoration: none;
	color: inherit;
}
.procon img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
.procon em, .procon i {
	font-style: normal;
}
.procon .pro_l {
	float: left;
	width: 322px;
	padding-bottom: 12px;
	overflow: hidden;
	border: 2px solid #13227a;
	background: #f6f6f6;
	height:788px;
}
.procon .pro_l h2 {
	overflow: hidden;
	text-align: center;
	font-size: 26px;
	line-height: 54px;
	background-color: #13227a;
	margin-bottom: 10px;
	font-weight:bold
}
.procon .pro_l h2 a {
	color: #fff;
}
.procon .pro_l h2 i {
	display: block;
	color: #a5c3e2;
	text-transform: uppercase;
	font-size: 16px;
}
.procon .pro_l ul {
	margin: 0 auto;
	width: 252px;
	overflow: hidden;
	background: #fff;
}
.procon .pro_l ul li {
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	border-bottom: 1px solid #dfdfdf;
}
.procon .pro_l ul li a {
	display: inline-block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #4e4e4e;
	font-size: 16px;
	padding-left: 10px;
}
.procon .pro_l ul li a:hover, .procon .pro_l ul .cur a {
	color: #fff;
	background-color: #13227a;
}
.procon .pro_l ul .nones a {
	height: 36px;
	line-height: 36px;
}
.procon .pro_l ul .nones a:hover {
	background: url(../images/pro_ip3.png) no-repeat center top;
}
.procon .pro_r {
	width: 1170px;
	overflow: hidden;
	float: right;
}
.procon .pro_r ul {
	overflow: hidden;
	height: 244px;
	width: 1170px;
}
.procon .pro_r ul li {
	float: left;
	position: relative;
	height: 244px;
	line-height: 0px;
	width: 286px;
	margin-right: 4.5px;
	overflow: hidden;
}
.procon .pro_r ul li:nth-child(4n) {
	margin-right: 0
}
.procon .pro_r ul li img {
	width: 100%;
	height:100%;
	transition:all ease 6s;
	
}
.procon .pro_r ul li img:hover{ transform: scale(1.1); transition:all ease 0.6s}
.procon .pro_r ul li em {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	line-height: 43px;
	padding: 0 15px;
}
.procon .pro_r ul .nones {
	margin-right: 0px;
}
.procon .pro2_dl {
	margin-bottom:10px;
	height: 530px;
	width: 1170px;
	overflow: hidden;
}
.procon .pro2_dl dl {
	position: relative;
	width: 1170px;
	overflow: hidden;
}
.procon .pro2_dl dt {
	width: 1170px;
	overflow: hidden;
}
.procon .pro2_dl dt img {
	height: 530px;
	width: 100%;
	overflow: hidden;
	transition:all ease 6s;
}
.procon .pro2_dl dt img:hover{ transform: scale(1.1); transition:all ease 0.6s}
.procon .pro2_dl dd {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 26px 10px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	height:88px;
}
.procon .pro2_dl dd p {
	float: left;
	width: 730px;
	color: #fff;
	overflow: hidden;
}
.procon .pro2_dl dd b {
	display: block;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top:10px;
	padding-bottom:5px;
}
.procon .pro2_dl dd em {
	float: right;
	display: block;
	margin-top: 18px;
	width: 137px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 18px;
	border: 1px solid #fff;
}
.procon .pro2_dl dd em a {
	color: #fff;
	display: block;
}
.procon .pro_r .sub .pro3 li {
	border-bottom: 1px solid #e3e3e3
}
.procon .pro_r .sub .pro3 li a {
	display: none;
}
.clearfix {
	zoom: 1;
}
.clearfix::after, .clearfix::before {
	display: table;
	content: "";
}
.clearfix::after {
	clear: both;
}
.main .core {
	padding-top: 60px;
}
.about_box {
	padding: 77px 0;
/*	background-color: #13227a;*/
	opacity: 0.9;
	height:600px;
}
.about_info .gy-img{ width:770px; float:left; height:457px;}
.about_info .gy-img img{ width:100%; height:100%}
.container {
	width: 1500px;
	margin: 0 auto;
}
.about_info .info_box{ width:770px;}
.about_info .info_box img{ width:100%}
.about_box .about_tit {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.about_box .about_tit:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	content: "";
	width: 100px;
	height: 4px;
	background: #ff9d34;
}
.about_box .about_info {
	width: 1500px;
}
.about_box .about_info .info_box {
	float: right;
	width:702px

}
.about_box .about_info .info_box p {
	font-size: 16px;
	line-height: 40px;
	text-indent: 2em;
	color: #fff;
	height:240px;
	overflow:hidden
}
.about_box .about_info .info_box .chakanx{
	display: block;
	width: 164px;
	height: 45px;
	
	background:url(../images/ckxx.png) no-repeat center center
}

.info_box h3 {
	font-size:30px;
	color: #fff;
	font-weight: bold;
	margin-top: 46px;
	background: url(../images/titlebg.png) no-repeat 0px 54px;
	padding-bottom: 30px;
}
.about {
	width: 100%;
	color: #333;
}
.about-fr {
	width: 1500px;
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-fr li {
	float: left;
	position: relative;
	text-align: center;
}
.about-fr li h3 {
	font-size: 26px;
	color: #1d1d1d;
	font-weight: bold;
	display: inline-block;
	font-family: '微软雅黑';
}
.about-fr li em {
	font-size: 26px;
	font-weight:bold;
	font-style: normal;
}
.about-fr li p {
	font-size: 12px;
	margin-top: 5px;
}


.about-fr li:after {
	content: "";
	display: block;
	height: 55px;
	position: absolute;
	width: 47px;
/*background: url(../images/icon.jpg) no-repeat;*/ 
	top: 0px;;
	left: 238px;

}
.about-fr li:last:after{ display:none}
.more {
	font-size: 14px;
	display: block;
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	width: 140px;
	text-align: center;
	border: 1px #eaeaea solid;
	transition: all .3s
}
.more:hover {
	border-color: #e87430;
	background: #e87430;
	color: #fff
}
.indexnewslist * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.indexnewslist a {
	text-decoration: none;
	color: inherit
}
.indexnewslist img {
	max-width: 100%;
	border: 0;
	vertical-align: top
}
.indexnewslist ul
.indexnewslist ul, li {
	list-style: none;
	font-size:16px;
}
.indexnewslist {
	width: 1500px;
	margin: 0 auto;
	font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
	color: #444
}
.indexnewslist .tabs-title {
	margin-bottom: 25px;
	text-align: center
}
.indexnewslist .tabs-title a {
	display: inline-block;
	color: #666;
	padding: 9px 60px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 16px;
	background-color: #eee;
	border-radius: 20px;
	margin-right: 20px
}
.indexnewslist .tabs-title a.active, .indexnewslist .tabs-title a:hover {
	background-color: #13227a;
	color: #fff
}
.indexnewslist .list-main {
	min-height: 415px
}
.indexnewslist .news-list {
	overflow: hidden;
	display: none
}
.indexnewslist .current {
	display: block
}
.indexnewslist .news-list li {
	/*float: right;*/
	width: 734px;
	padding: 20px 20px;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 11px;
	position: relative;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.indexnewslist .news-list .news-fl .news-img .news-img-date{
	width: 94px;
    height: 32px;
    background: #000;
    opacity: 0.9;
    position: absolute;
    right: 10px;
    bottom: 46px;
    text-align: center;
    line-height: 32px;
    color: #fff;}
.indexnewslist .news-list li:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: top;
	transform-origin: top;
	transition-delay: 0s!important
}
.indexnewslist .news-list li:hover {
	-webkit-box-shadow: 0 2px 17px rgba(0,0,0,.1);
	box-shadow: 0 2px 17px rgba(0,0,0,.1)
}
.indexnewslist .news-list li:hover .title a {
	color: #fff
}
.indexnewslist .news-list li:hover:after {
	z-index: 0;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #13227a;
	-webkit-box-shadow: 0 8px 19px #dedede;
	box-shadow: 0 8px 19px #dedede
}
.indexnewslist .news-list li:hover .news-intro {
	color: #fff
}
.indexnewslist .news-list li:hover .news-intro .content {
	color: rgba(255,255,255,.8)
}
.indexnewslist .news-list li:hover .news-intro .info span {
	color: #fff
}
.indexnewslist .news-list .news-img {
	display: none
}
.indexnewslist .news-intro {
	/*padding-left: 90px;*/
	overflow: hidden;
	position: relative;
	z-index: 7
}
.indexnewslist .news-intro .title {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal
}
.indexnewslist .news-intro .title a {
	color: #000;
	font-size:18px;
}
.indexnewslist .news-intro .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	font-size: 12px;
	overflow: hidden;
}
.indexnewslist .news-intro .info span {
	display: inline-block;
	background: no-repeat 0 50%;
	vertical-align: middle;
	font-size: 22px;
	color: #000;
	text-align: center;
}
.indexnewslist li:hover .news-intro .info {
	color: #fff;
}
.indexnewslist .news-list li:hover .news-intro .info span {
	color: #fff !important
}
.indexnewslist .news-intro .info .author {
	font-size: 14px;
	text-align: center
}
.indexnewslist .news-intro .content {
	font-size: 14px;
	line-height: 22px; height:59px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	padding-top:15px;
}
.indexnewslist .news-list .news-fl .news-intro .info {
	background: 0;
	position: static
}
.indexnewslist .news-list .news-fl .news-intro .info span {
	color: #666;
	margin-left: 0;
	font-size: 14px;
	font-weight: normal;
	position: relative
}
.indexnewslist .news-list .news-fl .news-intro .info span:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background: #13227a;
	left: 0;
	bottom: -4px
}
.indexnewslist .news-list .news-fl .news-intro {
	padding: 0
}
.indexnewslist .news-list .news-fl .news-intro .content {
	white-space: normal;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.indexnewslist .u-more {
	margin-top: 64px;
	text-align: center
}
.indexnewslist .u-more a {
	line-height: 42px;
	display: inline-block;
	width: 160px;
	height: 42px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #b4b4b4;
	border: 1px solid #c6c6c6
}
.indexnewslist .u-more a:hover {
	color: #fff;
	border-color: #237aeb;
	background: #237aeb
}
.indexnewslist .news-list .news-fl {
	width: 594px;
	height: 370px;
	margin-bottom: 20px!important;
	margin-right: 30px!important;
	padding: 20px;
	position: relative;
	display: block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s
}
.indexnewslist .news-list .news-fl:hover .title a {
	color: #13227a
}
.indexnewslist .news-list .news-fl {
	width: 594px;
	height: 466px;
	float: left;
	margin-bottom: 20px!important;
	margin-right: 30px!important;
	padding: 20px;
	position: relative;
	display: block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s
}
.indexnewslist .news-list .news-fl .news-intro .title {
	margin-top: 20px;
	font-size:18px;
}
.indexnewslist .news-list .news-fl:after {
	display: none
}
.indexnewslist .news-list .news-fl .news-img {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	position:relative;
	width:545px;
	height:320px;
	
}
.index-news-date{float:left; width:90px;border-right:1px solid #e0e0e0; height:418px;}
.index-news-date .date-info{height:125px; padding-top:50%}
.index-news-date .date-info h2{font-size:22px;}
.index-news-date .date-info h3{ font-size:14px; padding-top:10px;}
.index-news-fr{float:right; width:860px; margin-top:30px;}
.index-news-con{float:left; margin-left:30px;}
.indexnewslist .news-list .news-fl:hover {
	-webkit-box-shadow: 0 2px 17px rgba(0,0,0,.1);
	box-shadow: 0 2px 17px rgba(0,0,0,.1)
}
dd, dt {
	margin: 0;
}
.adv {
	width: 720px;
	margin-left:684px;
}
.adv .con-dl {
	width: 330px;
	margin-right: 26px;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 24px;
	border: 1px solid #cfd0d2;
	padding: 26px;
	height:298px;
}
.adv .con-dl:last-child {
	margin-right: 0px;
}
.adv .con-dl dt {
	width: 84px;
	margin: 20px auto 0;
}
.adv .con-dl dt img {
	display: block;
	transition: all 0.5s
}
.adv .con-dl dd {
}
.adv .con-dl .dd01 a {
	text-decoration: none;
	color: #13227a;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.adv .con-dl .dd02 {
	text-decoration: none;
	color: #999;
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 40px;
}
.adv .con-dl:hover {
/*	background-color: #024fa1;*/
}
.adv .con-dl:hover .dd02 {
	/*color: #fff;*/
}
.adv .con-dl:hover .dd01 a {
	/*color: #fff;*/
}
.adv .con-dl:hover dt img {
	transform: rotate(360deg);
}




.adv ul li i {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgb(144,144,144);
	margin-right: 5px;
}
.adv .con-dl:hover ul li i {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	/*background-color: #fff;*/
	margin-right: 5px;
}
.menu_list {
	width: 252px;
	margin: 0 auto;
}
.menu_head {
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
}
.menu_list .current {
	background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_body {
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
}
.menu_body a {
	display: block;
	height: 38px;
	line-height: 38px;
	/*padding-left: 38px;*/
	color: #777777;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	background: url(../images/icon-jt.png) no-repeat 180px center;
	margin-left:26px;
	margin-right:30px;
}
.menu_body a:hover {
	text-decoration: none;
}
.footer {
	margin: 0 auto;
	background: url(../images/footer.png) no-repeat;
	width:100%;
	position:absolute
}
a {
	text-decoration: none
}
h3 {
	margin: 0;
	padding: 0
}
.footer_nav {
	float: left;
	width: 618px;
	/*margin-left: 108px;*/
}
.footer_nav .one_nav {
	float: left;
	width: 118px;
	text-align: center
}
.footer_nav .one_nav a {
	text-align: center;
	font-size: 16px;
}
.footer_nav .one_nav .tow_nav li {
	width: 110px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.footer_nav .one_nav .tow_nav li a {
	font-size: 14px;
	color: rgb(168,168,185);
}
i, em {
	font-style: normal
}
.f_con {
	width: 1500px;
	margin: 46px auto;
}
.f_bj {
	color: #fff;
	clear: both;
	font-family: "MicrosofYahei";
	overflow: hidden;
	background: #13227a;
	opacity: 0.9;
	border-bottom: 1px solid #454e84;
}
.f_logo {
	padding-left:150px;
	float: left;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding-right:150px;
}
.f_logo .wx {
	margin-top: 50px;
}
.f_logo p {
	padding-top: 12px;
	color: #fff;
	font-size: 14px;
}
.f_text {
	width: 500px;
	font-size: 14px;
	float: left;
}
.f_text h3 {
	font-weight: normal;
	float: left;
	padding-top: 52px;
	width: 405px;
}
.f_text h3 a {
	font-size: 14px;
	color: #fff;
	width: 115px;
	display: inline-block;
	line-height: 45px;
	padding-left: 14px;
}
.f_text p {
	width: 403px;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
	float: left;
	padding-top: 52px;
}
.f_text p i {
	display: block;
	margin-bottom: 15px;
	padding-left: 39px;
}
.f_text p i.bg2 {
}
.f_text p i.bg3 {
}
.f_code {
	float: right;
	
}
.f_code h3 {
	
}
.f_code p {
	overflow: hidden;
	font-size: 14px;
	height: 133px;
}
.f_code p em {
	display: inline-block;
	text-align: center;
	color: #fff;
	padding-top: 9px;
}
.f_code p em img {
	display: inline-block;
	width: 75px;
	height: 76px;
	border: 3px solid #fff;
}
.f_code p em span {
	display: block;
	padding-top: 15px;
}
.copy {
	text-align: center;
	font-size: 14px;
	line-height: 64px;
	background: #13227a;
	opacity: 0.9;
	color: rgb(168,168,185);
}
.copy a {
	color: rgb(168,168,185);
	font-size: 14px
}
.f_code h3 {
	border-bottom: 1px solid #484a7a;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 16px;
	background: url(../images/footer_lx.png) no-repeat ;
	margin-bottom: 20px;
	font-size:18px; 
	font-weight:bold;
}
.f_code .contact {
	height: 48px;
	line-height: 48px;
}
.f_code .contact i {
	margin-bottom: 15px;
	padding-left: 39px;
}
.f_code .contact i.bg1 {
	background: url(../images/footer_tel.png) no-repeat;
}
.f_code .contact i.bg2 {
	background: url(../images/footer_yw.png) no-repeat;
}
.f_code .contact i.bg3 {
	background: url(../images/footer_addr.png) no-repeat;
}
.advantage {
	background: url(../images/advantage-bg.png) no-repeat;
	width: 100%;
	margin: 0 auto;
	height: 918px;
}
.advantage #mfid12 {
	margin-left: auto;
	margin-right: auto;
/*	padding-bottom: 40px;*/
	padding-top: 108px;
	width: 1500px;
}
.aboutlz {
	background: url(../images/indexabout-bg.jpg) no-repeat;
	height:600px;
}
.zczj {
	background: #f6f6f6;
	margin: 0 auto;
	height: 138px;
	width: 100%
}
.zczj .index-about{padding-left:86px; padding-right: 132px;}
.colsection {
	width: 1200px;
	margin: 0 auto
}
.index-top {
	padding-top: 50px;
}
  .arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(.5,0,.1,1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(.5,0,.1,1) infinite;
    position: absolute;
    bottom: 15%;
    left: 50%;
    margin-left: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
	z-index:998;
}
  .arrow img{
  
    -webkit-animation: bounce 1.75s infinite;
    animation: bounce 1.75s infinite;
    -webkit-transition: border 150ms ease-in-out, -webkit-transform 300ms ease-in;
    transition: border 150ms ease-in-out, -webkit-transform 300ms ease-in;
    transition: border 150ms ease-in-out, transform 300ms ease-in;
    transition: border 150ms ease-in-out, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.arrow img:hover,
.arrow img:focus {
   
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
  
.search-pro li{ float:left; margin-right:20px; width:200px; height:210px;}
.search-pro_list{}
.search-pro_list a{ width:200px; height:150px;}
.search-pro_list img{ max-width:100%}
.search-pro_list_tit{ padding:10px 0; font-size:14px; text-align:center}
.leftnavlist { font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif; color: #666; -webkit-box-sizing: border-box; box-sizing: border-box; }

.leftnavlist a { color: inherit; text-decoration: none; }

.leftnavlist .mainList {padding: 20px 0;width: 1417px;margin: 0 auto;background: #ffffffde;position: absolute;bottom: 0px;z-index: 2;left: 50%;transform: translateX(-50%); filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
   -moz-box-shadow: 2px 2px 10px #909090;
   -webkit-box-shadow: 2px 2px 10px #909090;
   box-shadow:2px 2px 10px #909090;
}
.leftnavlist .mainList ul { display: block; text-align: center; }
.leftnavlist .mainList ul li {display: inline-block;/* margin-bottom: 20px; */position: relative;}
.leftnavlist .mainList ul li:after { content: ""; position: absolute; right: -2px; top: 8px; display: inline-block; width: 1px; height: 20px; background: #e9e9e9; }
.leftnavlist .mainList a {display: inline-block;height: 34px;line-height: 32px;padding: 0 35px;/* margin: 0 5px; */-webkit-transition: all ease .3s;transition: all ease .3s;font-size: 18px; }
.leftnavlist .mainList .selected a, .leftnavlist .mainList a:hover {color: #ff503f;/* background: #ff7327; */}
.leftnavlist .mainList ul .fgx, .leftnavlist .mainList ul li:nth-last-child(2):after, .leftnavlist .mainList ul .fgx:after { display: none; }
.pro-li{background-color: rgb(255, 255, 255); float: left; margin-left: 20px; overflow: hidden; width: 1072px;}
.procon .pro_l ul li a:active, .procon .pro_l ul .curr a {
    color: #fff;
    background-color: #13227a;
}
.links {
    border-bottom: 1px solid #4e4e4e;
    font-size: 14px;
    color: #c5c5c5;
    padding-top: 23px;
    padding-bottom: 10px;
	width:1500px;
	margin:0 auto
}
.links-left {
    float: left;
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
}
.links-list {
    float: left;
    height: 32px;
    line-height: 32px;
}
.links-list a, .links-list a:hover, .links-list a:active {
    padding-right: 20px;
    color: #c5c5c5;
    font-size: 14px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}