/*头部*/
.head {
	line-height: 40px;
	border-bottom: solid 1px #d9d9d9;
	color: #999999;
	font-size: 14px;
}
.head ul li {
	float: right;
	margin-right: 20px;
	color: #999999;
	font-size: 14px;
}
.head ul li a {
	color: #999999;
	font-size: 14px;
}
.head ul li span {
	font-weight: bolder;
	font-size: 22px;
	color:#F00;
}
.top .container {
	display: flex;
}
.top .top_logo {
	flex: 0 0 40%;
	height: 100px;
	transition: all .4s;
}
.top .top_logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: all .4s;
}
.top_nav {
	flex: 0 0 60%;
}
.top_nav>.nav_ul>ul {
	display: flex;
	margin-bottom: 0;
}
.top_nav>.nav_ul>ul>li {
	flex: 1;
	position: relative;
}
.top_nav>.nav_ul>ul>li>a {
	display: block;
	text-align: center;
	line-height: 100px;
	position: relative;
	transition: all .4s;
	color: #333333;
	font-size: 16px;
	position: relative;
	z-index: 2;
}
.top_nav>.nav_ul>ul>li>a:after {
	width: 0;
	height: 3px;
	background: #fa331c;
	position: absolute;
	content: "";
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transition: all .4s;
}
.top_nav>.nav_ul>ul>li>a:hover:after {
	width: 100%;
}
.top_nav>.nav_ul>ul>li>a:hover {
	background: #1c2b4a;
	color: #fff;
}
.top_nav>.nav_ul>ul>li.active>a {
	background: #1c2b4a;
	color: #fff;
}
.top_nav>.nav_ul>ul>li.active>a:after {
	width: 100%;
}
.top_fix {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10000000;
	-moz-box-shadow: 2px 2px 5px #C7C7C7;
	-webkit-box-shadow: 2px 2px 5px #C7C7C7;
	box-shadow: 2px 2px 5px #C7C7C7;
}
.top_fix .top_logo {
	height: 60px;
}
.top_fix .top_nav>.nav_ul>ul>li>a {
	line-height: 60px;
}
.top_fix .top_nav>.nav_tel>.tel {
	line-height: 60px;
}
/*手机导航*/
.ovh {
	overflow: hidden;
}
.menu {
	position: absolute;
	right: 15px;
	width: 40px;
	height: 40px;
	top: 18px;
	z-index: 1000;
}
.top_fix .menu {
	top: 13px;
}
.menu .menu_button {
	width: 100%;
	height: 40px;
	cursor: pointer
}
.menu .menu_button .line {
	float: right;
	width: 40px;
	height: 3px;
	background: #1c2b4a;
	margin-top: 6px;
	transition: .3s;
	transition-timing-function: ease;
}
.menu .menu_button .line:nth-child(2) {
	transition-delay: 0.05s;
}
.menu .menu_button .line:nth-child(3) {
	transition-delay: 0.1s;
	margin-bottom: 0;
}
.m-sub-menu.show {
	right: 0;
	transition: all 0.44s ease 0s;
	z-index: 100000000;
}
.m-sub-menu {
	position: fixed;
	right: -100%;
	width: 100%;
	top: 0;
	z-index: 100;
	height: 100%;
	background-color: #fff;
	transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
	line-height: 70px;
	background-color: #1c2b4a;
	font-size: 16px;
	color: #fff;
	text-indent: 25px;
	position: relative;
}
.m-sub-menu .top-box .menu_button {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 18px;
}
.m-sub-menu .top-box .menu_button .line {
	background: #fff;
	float: right;
	width: 40px;
	height: 3px;
	margin-top: 6px;
	transition: .3s;
	transition-timing-function: ease;
}
.m-sub-menu .top-box .menu_button .line:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
	-webkit-transform: translateY(10px) rotate(45deg);
}
.m-sub-menu .top-box .menu_button .line:nth-child(2) {
	transform: translateY(0) rotate(0);
	-webkit-transform: translateY(0) rotate(0);
	display: none;
}
.m-sub-menu .top-box .menu_button .line:nth-child(3) {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
}
.m-sub-menu .list-wrap li {
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .list-wrap li .col-box {
	display: block;
	width: 94%;
	padding: 0 8%;
}
.m-sub-menu .list-wrap .tit {
	font-size: 16px;
	color: #666;
}
.m-sub-menu .list-wrap .point {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../img/arrow_right.png) no-repeat center;
	margin-top: 26px;
}
.m-sub-menu .sec-sub-list {
	position: absolute;
	right: -100%;
	top: 70px;
	width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
	display: block;/*width: 84%;*/
	padding: 0 7.8% 0 8.2%;
	line-height: 60px;
	background-color: #fa331c;
}
.m-sub-menu .sec-sub-list .return-fir p {
	padding-left: 18px;
	color: #fff;
	font-size: 18px;
	background: url(../img/arrow_left.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list .boxs {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
	left: -100%;
}
.m-sub-menu .sec-sub-list ul {
	width: 100%;
	height: 400px;
	overflow-y: auto
}
.m-sub-menu .sec-sub-list li {
	line-height: 50px;
	border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	font-size: 16px;
	color: #666;
}
/*产品下拉菜单*/
.top_fix .nav_ul li .navson {
	top: 59px;
}
.nav_ul li .navson {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 100000;
	width: 100%;
}
.nav_ul li .navson>a {
	display: block;
	color: #333!important;
	width: 100%!important;
	background: #f8f9fb;
	line-height: 40px!important;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.nav_ul li .navson>a:hover {
	background: #1c2b4a!important;
	color: #fff!important;
}
/*轮播*/
.banner .swiper-container {
	width: 100%;
}
.banner .swiper-container .swiper-slide {
	text-align: center;
}
.banner .swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-slide a img {
	display: block;
	width: 100%;
	opacity: 0;
}
.banner .swiper-pagination {
	position: absolute;
	font-size: 0;
	left: 0;
	text-align: center;
	bottom: 13px;
	width: 100%;
	z-index: 9;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #0b509e;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all .5s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #0b509e;
	opacity: 1;
}
/*首页*/
.in_tit {
	margin-bottom: 30px;
	position: relative;
}
.in_tit span {
	color: #333333;
	font-size: 24px;
	font-weight: bolder;
	line-height: 32px;
}
.in_tit img {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.in_tit ul li {
	float: left;
	margin-right: 10px;
}
.in_tit ul li a {
	display: inline-block;
	background: #ffffff;
	color: #666666;
	font-size: 14px;
	padding: 0 20px;
	line-height: 32px;
	transition: all .4s;
}
.in_tit ul li a:hover {
	background: #d2070a;
	color: #fff;
}
.in_tit i {
	font-size: 25px;
	color: #1c2b4a;
}
.in_tit_more .more {
	float: right;
}
.in_tit_more a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #5ca3d4;
	position: relative;
	transition: all .4s;
}
.in_tit_more a:after {
	width: 0;
	height: 100%;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: #1f55a6;
	transition: all .4s;
}
.in_tit_more a b {
	display: inline-block;
	padding: 0 2px;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	position: relative;
	z-index: 1;
}
.in_tit_more a b:nth-of-type(1) {
	padding: 0 15px;
	font-size: 14px;
}
.in_tit_more a b:nth-of-type(2) {
	background: #1f55a6;
	font-size: 12px;
	top: -2px;
}
.in_tit_more a:hover:after {
	width: 100%;
}
/*业务板块*/
.in_01 .swiper-container {
	width: 100%;
}
.in_01 .swiper-container .swiper-slide {
	height: calc((100% - 30px) / 2);
}
.in_01 .swiper-container .swiper-slide .img {
	overflow: hidden;
	position: relative;
}
.in_01 .swiper-container .swiper-slide .img img {
	width: 100%;
	transition: all 2.5s;
}
.in_01 .swiper-container .swiper-slide:hover .img img {
	transform: scale(1.05);
}
.in_01 .swiper-container .swiper-slide .img .ico {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(28,43,74,.8);
	padding: 5px 10px;
}
.in_01 .swiper-container .swiper-slide .img .ico li {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 14px;
}
.in_01 .swiper-container .swiper-slide .img .ico li:first-child img {
	margin-right: 5px;
}
.in_01 .swiper-container .swiper-slide .img .ico li img {
	width: 19px;
	display: inline-block;
}
.in_01 .swiper-container .swiper-slide .txt a {
	padding: 0px 20px;
	background: #fff;
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.in_01 .more {
	text-align: center;
	height: 50px;
	margin-top: 30px;
}
.in_01 .more a {
	display: inline-block;
	padding: 0 50px;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	position: relative;
	top: 20px;
	transition: all .4s;
	background: #d2070a;
	font-size: 14px;
	-moz-box-shadow: 0px 0px 20px #dca2a2;
	-webkit-box-shadow: 0px 0px 20px #dca2a2;
	box-shadow: 0px 0px 20px #dca2a2;
}
.in_01 .more a:hover {
	top: 10px;
}
.in_02 {
	background: url(../img/in_02_bg.jpg) center no-repeat;
	background-attachment: fixed;
}
.in_02 .in_02_tit {
	line-height: 30px;
	text-transform: uppercase;
	color: rgba(255,255,255,.3);
	font-size: 12px;
}
.in_02 .in_02_tit span {
	color: #fff;
	font-size: 24px;
	font-weight: bolder;
}
.in_02 .in_02_con {
	margin: 30px auto;
}
.in_02 .in_02_con p {
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
}
.in_02 .list li a {
	display: block;
	background: #fff;
	padding: 50px 25px;
	text-align: center;
	border-radius: 5px;
	transition: all .4s;
}
.in_02 .list li a h4 {
	margin: 30px 0;
	color: #333333;
	font-weight: bolder;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	padding-bottom: 30px;
}
.in_02 .list li a h4:after {
	width: 20px;
	height: 3px;
	background: #d2070a;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
.in_02 .list li a:hover h4 {
	color: #c90000;
}
.in_02 .list li a:hover {
	-moz-box-shadow: 0px 0px 20px #728cb6;
	-webkit-box-shadow: 0px 0px 20px #728cb6;
	box-shadow: 0px 0px 20px #728cb6;
	margin-top: -10px;
}
.in_04 .in_04_tit {
	line-height: 30px;
}
.in_04 .in_04_tit h4 {
	display: inline-block;
	position: relative;
	color: #333333;
	font-size: 24px;
	font-weight: bolder;
}
.in_04 .in_04_tit h4:after {
	width: 30px;
	height: 3px;
	background: #d2070a;
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
}
.in_04 .in_04_tit h4:before {
	width: 30px;
	height: 3px;
	background: #d2070a;
	content: '';
	position: absolute;
	right: -40px;
	top: 50%;
}
.in_04 .in_04_tit p {
	color: #666666;
	font-size: 16px;
}
.in_04 ul li {
	margin-top: 40px;
	background: #f7f7f7;
}
.in_04 ul li img {
	width: 100%;
}
.in_04 ul li dl dt {
	line-height: 35px;
	color: #333333;
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
}
.in_04 ul li dl dt:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	font-style: italic;
	font-size: 80px;
	color: #e0e0e0;
	font-weight: bolder;
	line-height: 70px;
}
.in_04 ul li:first-child dl dt:after {
	content: '01';
}
.in_04 ul li:nth-child(2) dl dt:after {
	content: '02';
}
.in_04 ul li:last-child dl dt:after {
	content: '03';
}
.in_04 dl {
	padding: 30px;
}
.in_04 dl dt {
	font-weight: normal;
}
.in_04 dl dt span {
	color: #333333;
	font-size: 24px;
	font-weight: bolder;
}
.in_04 dl dd {
	position: relative;
}
.in_04 dl dd:after {
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #d2070a;
}
.in_04 dl dd p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	position: relative;
	padding: 0px 0 5px 20px;
}
.in_04 dl dd p:after {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	content: '';
	position: absolute;
	left: -4px;
	top: 15px;
	background: #d2070a;
}
.in_03 .in_03_tit {
	line-height: 30px;
	margin-bottom: 30px;
}
.in_03 .in_03_tit h4 {
	display: inline-block;
	position: relative;
	color: #333333;
	font-size: 24px;
	font-weight: bolder;
}
.in_03 .in_03_tit h4:after {
	width: 30px;
	height: 3px;
	background: #d2070a;
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
}
.in_03 .in_03_tit h4:before {
	width: 30px;
	height: 3px;
	background: #d2070a;
	content: '';
	position: absolute;
	right: -40px;
	top: 50%;
}
.in_03 .in_03_tit p {
	color: #666666;
	font-size: 16px;
}
.in_03 .swiper-container {
	width: 100%;
}
.in_03 .swiper-container .swiper-slide {
	padding: 5px;
}
.in_03 .swiper-container .swiper-slide .item {
	border: solid 5px #fff;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	transition: all .4s;
}
.in_03 .swiper-container .swiper-slide .img {
	overflow: hidden;
}
.in_03 .swiper-container .swiper-slide .img img {
	width: 100%;
}
.in_03 .swiper-container .swiper-slide .con {
	text-align: center;
	padding: 10px 0;
	color: #777;
	font-size: 14px;
	line-height: 26px;
}
.in_03 .swiper-container .swiper-slide .con a {
	display: block;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.in_03 .swiper-container .swiper-slide .item:hover {
	border-bottom: solid 5px #d2070a;
}
.in_03 .more {
	text-align: center;
	height: 50px;
	margin-top: 30px;
}
.in_03 .more a {
	display: inline-block;
	padding: 0 50px;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	position: relative;
	top: 20px;
	transition: all .4s;
	background: #d2070a;
	font-size: 14px;
	-moz-box-shadow: 0px 0px 20px #dca2a2;
	-webkit-box-shadow: 0px 0px 20px #dca2a2;
	box-shadow: 0px 0px 20px #dca2a2;
}
.in_03 .more a:hover {
	top: 10px;
}
.in_adv img {
	width: 100%;
}
.in_05 .in_05_tit {
	line-height: 30px;
	margin-bottom: 30px;
}
.in_05 .in_05_tit h4 {
	display: inline-block;
	position: relative;
	color: #333333;
	font-size: 24px;
	font-weight: bolder;
}
.in_05 .in_05_tit h4:after {
	width: 30px;
	height: 3px;
	background: #d2070a;
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
}
.in_05 .in_05_tit h4:before {
	width: 30px;
	height: 3px;
	background: #d2070a;
	content: '';
	position: absolute;
	right: -40px;
	top: 50%;
}
.in_05 .in_05_tit p {
	color: #666666;
	font-size: 16px;
}
.in_05 ul.news_lis1 li {
	border-bottom: dashed 1px #dcdcdc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.in_05 ul.news_lis1 li:last-child {
	margin-bottom: 0;
}
.in_05 ul.news_lis1 li dl {
	display: flex;
	margin-bottom: 0;
}
.in_05 ul.news_lis1 li dl dt {
	flex: 0 0 28%;
}
.in_05 ul.news_lis1 li dl dt img {
	width: 100%;
}
.in_05 ul.news_lis1 li dl dd {
	flex: 0 0 70%;
	padding-left: 15px;
}
.in_05 ul.news_lis1 li dl dd h4 {
	color: #666666;
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.in_05 ul.news_lis1 li dl dd p {
	color: #999999;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.in_05 .hot {
	border-bottom: dashed 1px #dcdcdc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.in_05 .hot a {
	display: block;
	width: 100%;
}
.in_05 .hot a img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.in_05 .hot a h4 {
	color: #666666;
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.in_05 .hot a p {
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.in_05 ul.news_lis2 li {
	line-height: 35px;
}
.in_05 ul.news_lis2 li a {
	display: flex;
	position: relative;
}
.in_05 ul.news_lis2 li a h4 {
	flex: 0 0 70%;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-indent: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	position: relative;
}
.in_05 ul.news_lis2 li a h4:after {
	width: 3px;
	height: 3px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	background: #d2070a;
	content: '';
}
.in_05 ul.news_lis2 li a span {
	flex: 0 0 30%;
	text-align: right;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
}
.left_pro {
	border: solid 2px #1f55a6;
	box-sizing: border-box;
}
.left_pro .tit {
	text-align: center;
}
.left_pro .tit img {
	width: 100%;
}
.left_pro .list {
	padding: 20px;
}
.left_pro .list ul li {
	margin-bottom: 8px;
}
.left_pro .list ul li:last-chilld {
margin-bottom: 0;
}
.left_pro .list ul li a {
	display: block;
	box-sizing: border-box;
	border: solid 1px #e1e1e1;
	line-height: 42px;
	color: #333333;
	font-size: 16px;
	background: url(../img/left_pro_ico.png) 30px center no-repeat;
	text-indent: 60px;
	transition: all .4s;
}
.left_pro .list ul li a:hover, .left_pro .list ul li a.on {
	color: #fff;
	background: #06913e url(../img/left_pro_icoh.png) 30px center no-repeat;
	border-color: #06913e;
}
.left_pro .list ul li.on a {
	color: #fff;
	background: #06913e url(../img/left_pro_icoh.png) 30px center no-repeat;
	border-color: #06913e;
}
.left_pro .con {
	padding: 40px;
	background: #1f55a6;
	text-align: center;
}
.left_pro .con p {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}
.left_pro .con a {
	display: inline-block;
	padding: 0 50px;
	color: #fff;
	line-height: 40px;
	border: solid 1px #fff;
	box-sizing: border-box;
	font-size: 18px;
	margin-top: 30px;
	transition: all .4s;
}
.left_pro .con a:hover {
	background: #f6ae00;
	border-color: #f6ae00;
}
.right_pro .list .hot {
	padding: 0 5px;
	position: relative;
}
.right_pro .list .hot>a {
	display: block;
	width: 100%;
}
.right_pro .list .hot>a img {
	display: block;
	width: 100%;
}
.right_pro .list .hot .con {
	width: 100%;
	background: rgba(255,255,255,.9);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.right_pro .list .hot .con>div {
	padding: 30px 10px;
}
.right_pro .list .hot .con>div h4 {
	color: #333333;
	font-size: 24px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	margin-bottom: 5px;
}
.right_pro .list .hot .con>div p {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.right_pro .list .hot .con>div .btn {
	text-align: center;
}
.right_pro .list .hot .con>div .btn a {
	display: inline-block;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 40px;
	transition: all .4s;
	background: #06913e;
	border-radius: 5px;
}
.right_pro .list .hot .con>div .btn a:last-of-type {
	background: #f6ae00;
	margin-top: 10px;
}
.right_pro .list .pro_item {
	padding: 0 5px;
	margin-top: 20px;
}
.right_pro .list .pro_item .img {
	width: 100%;
	overflow: hidden;
}
.right_pro .list .pro_item .img a {
	width: 100%;
	display: block;
	position: relative;
}
.right_pro .list .pro_item .img img {
	width: 100%;
	display: block;
}
.right_pro .list .pro_item .img a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	content: '';
	opacity: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.right_pro .list .pro_item .img a:after {
	width: 90%;
	height: 90%;
	border: solid 2px rgba(255,255,255,.8);
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.right_pro .list .pro_item .img .overplay {
	width: 80%;
	height: 80%;
	text-align: center;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.right_pro .list .pro_item .img .overplay h4 {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	line-height: 30px;
	margin-top: 20px;
}
.right_pro .list .pro_item .img .overplay p {
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.right_pro .list .pro_item:hover .img a:before, .right_pro .list .pro_item:hover .img a:after, .right_pro .list .pro_item:hover .img .overplay {
	opacity: 1;
}
.right_pro .list .pro_item .btnp {
	display: flex;
}
.right_pro .list .pro_item .btnp a {
	flex: 1;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: all .4s;
	background: #06913e;
}
.right_pro .list .pro_item .btnp a:last-of-type {
	background: #f6ae00;
}
.right_pro .list .pro_item .txt a {
	display: block;
	text-align: center;
	line-height: 40px;
	background: #ececec;
	color: #666666;
	font-size: 16px;
}
.footer {
	background: url(../img/foot_bg.jpg) center no-repeat;
	background-attachment: fixed;
}
.foot_nav {
	line-height: 60px;
	border-bottom: solid 1px rgba(255,255,255,.3);
	text-align: center;
}
.foot_nav .row {
	display: flex;
	text-align: center;
}
.foot_nav a {
	flex: 1;
	display: block;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
}
.footer ul li {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer ul li:last-child {
	padding-top: 0;
	padding-bottom: 0;
}
.footer ul li>div {
	height: 68px;
}
.footer ul li>div p {
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	padding-left: 80px;
	font-size: 20px;
}
.footer ul li>div p span {
	font-size: 24px;
	font-weight: bolder;
}
.footer ul li .foot_mobile {
	background: url(../img/foot_ico1.png) left center no-repeat;
}
.footer ul li .foot_tel {
	background: url(../img/foot_ico2.png) left center no-repeat;
}
.footer ul li .foot_add {
	background: url(../img/foot_ico3.png) left center no-repeat;
}
.footer ul li .foot_ewm {
	background: url(../img/foot_ico4.png) left center no-repeat;
}
.footer ul li:last-child>div {
	height: 118px;
}
.footer ul li:last-child>div img {
	height: 118px;
}
.foot {
	background: #fff;
	padding: 10px 0;
	font-size: 14px;
	color: #666666;
}
.foot img {
	max-width: 100%;
}
.foot p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.foot p a {
	font-size: 14px;
	color: #666666;
}
.foot_r {
	text-align: right;
	line-height: 50px;
}
.left_pro1 {
	border: solid 2px #1f55a6;
	box-sizing: border-box;
}
.left_pro1 .tit {
	text-align: center;
	background: #1f55a6;
	color: #fff;
}
.left_pro1 .tit p {
	text-transform: uppercase;
	font-size: 14px;
	padding: 20px 0;
}
.left_pro1 .tit p span {
	font-size: 30px;
	font-weight: bolder;
}
.left_pro1 .list {
	padding: 20px;
}
.left_pro1 .list ul li {
	margin-bottom: 8px;
}
.left_pro1 .list ul li:last-chilld {
margin-bottom: 0;
}
.left_pro1 .list ul li a {
	display: block;
	box-sizing: border-box;
	border: 1px #044dc5 dashed;
	border-radius: 20px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background: linear-gradient(to right, #1f55a6, #1f61c5);
	text-indent: 60px;
	transition: all .4s;
}
.left_pro1 .list ul li a:hover {
	background: linear-gradient(to right, #1f61c5, #1f55a6);
	border-radius: 20px;
	text-indent: 65px;
}
.left_pro1 .list ul li.on a {
	background: linear-gradient(to right, #1f61c5, #1f55a6);
	border-radius: 20px;
	transition: all 0.5s;
	text-indent: 65px;
}
.left_pro1 .con {
	padding: 30px 40px;
	background: #4e4e4e;
	text-align: center;
}
.left_pro1 .con .img {
	overflow: hidden;
}
.left_pro1 .con .img img {
	max-width: 100%;
}
.left_pro1 .con span {
	display: block;
	text-align: center;
}
.left_pro1 .con span i {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	background: #282828;
	line-height: 22px;
	border-radius: 20px;
	margin-top: 20px;
}
.left_pro1 .con p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.left_pro1 .con a {
	display: inline-block;
	padding: 0 50px;
	color: #fff;
	line-height: 40px;
	border: solid 1px rgba(255,255,255,.5);
	box-sizing: border-box;
	font-size: 14px;
	margin-top: 20px;
	transition: all .4s;
}
.left_pro1 .con a:hover {
	background: #f6ae00;
	border-color: #f6ae00;
}
.link-cover {
	overflow: hidden;
	padding: 30px 0 20px;
	border-top: 1px solid #e6e6e6;
}
.link-cover .title {
	float: left;
	width: 80px;
	height: 35px;
	background: url(../img/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
	float: left;
	width: 1000px;
	height: 35px;
	overflow: hidden;
}
.link-cover .link-list a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 22px;
	font-size: 14px;
	color: #808080;
}
.link-cover .link-list a img {
	display: block;
	height: 25px;
	margin: 5px 0 0;
	width: auto;
}
.link-cover .link-list a:hover {
	color: #268ae7;
}
.link-cover .link-list em {
	display: block;
	float: left;
	font-size: 14px;
	color: #e6e6e6;
	line-height: 35px;
}
.link-cover .link-list.active {
	height: auto;
}
.link-cover .link-more {
	cursor: pointer;
	float: right;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 35px;
	height: 35px;
	padding-right: 20px;
	background: url(../img/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
	background: url(../img/up-arr.png) no-repeat right center;
}
.m-column-t {
	position: relative;
	text-align: center;
	font-size: 0;
}
.m-column-t .center {
	display: inline-block;
	font-size: 0;
}
.m-column-t .center h3 {
	color: #333;
	font-size: 30px;
}
.m-column-t .center p {
	color: #d2d2d2;
	font-size: 30px;
}
.m-column-t span {
	position: absolute;
	width: 415px;
	top: 50%;
	margin-top: -5px;
	height: 5px;
	border-bottom: 1px solid #d2d2d2;
	z-index: 1;
}
.m-column-t span.mcl {
	left: 0;
}
.m-column-t span.mcl em {
	float: right;
}
.m-column-t span.mcr {
	right: 0;
}
.m-column-t span em {
	display: block;
	height: 11px;
	border-left: 1px solid #d2d2d2;
}
.textLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textLine3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.textHidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.domHidden {
	overflow: hidden;
}
.about-main {
	padding: 20px 0 70px;
	min-height: 170px;
}
.about-main .ab-content {
	float: right;
	width: 925px;
}
.about-main .ab-content .title {
	line-height: 50px;
}
.about-main .ab-content .title a {
	color: #333;
	padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
	color: #535353;
}
.about-main .ab-content .title em {
	color: #999;
}
.about-main .ab-content .ab-conBox {
	overflow: hidden;
	background: #fff;
	min-height: 55px;
	padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 25px;
	margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	color: #777373;
	line-height: 25px;
}
.ab-sild {
	float: left;
	width: 260px;
}
.ab-sild .title {
	position: relative;
	height: 50px;
	text-align: center;
	background: #f3c04b;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span {
	position: absolute;
	height: 3px;
	width: 30px;
	top: 50%;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
	display: block;
	height: 7px;
	border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
	left: 35px;
}
.ab-sild .title span.stl em {
	float: right;
}
.ab-sild .title span.str {
	right: 35px;
}
.ab-sild .sild-cate {
	background: #fff;
	margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
	overflow: hidden;
}
.ab-sild .sild-cate .list li {
	position: relative;
	border-bottom: 1px solid #eee;
	height: 60px;
	line-height: 60px;
}
.ab-sild .sild-cate .list li a {
	display: block;
	padding-right: 35px;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
	border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
	border-color: #f3c04b;
	background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
	color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
	color: #fff;
}
.ab-sild .sild-cate .list li:after {
	font-weight: bold;
	right: 20px;
	top: 0;
	color: #999;
	position: absolute;
	content: "\e904";
	font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
	background: #fff;
}
.ab-sild .sild-cont .cont-list {
	padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
	color: #333;
	padding: 5px 0;
	padding-left: 60px;
	font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
	width: 60px;
	margin-left: -60px;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #666;
}
.pro-center {
	background: #fff;
	padding-bottom: 25px;
}
.pro-center .pro-list {
	overflow: hidden;
	padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
	float: left;
	width: 200px;
	margin: 0 10px 20px;
	border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
	border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
	overflow: hidden;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 0;
	background: #eee;
}
.pro-center .pro-list ul li .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.pro-center .pro-list ul li .title {
	background: #f7f8fc;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.pro-center .pro-list ul li .title:hover {
	color: #f3c04b;
}
.page {
	font-size: 0;
	text-align: center;
}
.page .center {
	display: inline-block;
	overflow: hidden;
}
.page .center .page-span {
	float: left;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 32px;
	margin-right: 30px;
}
.page .center .page-list {
	float: left;
	overflow: hidden;
}
.page .center .page-list ul li {
	float: left;
	width: auto;
	min-width: 30px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0 4px;
	padding: 0;
	border: none;
	background: transparent;
}
.page .center .page-list ul li a {
	min-width: 20px;
	padding: 0 5px;
	border: 1px solid #eee;
	display: block;
	color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.page .center .page-list ul li:hover a {
	color: #f3c04b;
}
.page .center .page-list ul li.active a {
	background: #f3c04b;
	color: #fff;
}
.news-center {
	background: #fff;
	padding-bottom: 25px;
}
.news-center .new-list {
	padding: 45px 45px 0px;
}
.news-center .new-list ul li {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
	overflow: hidden;
	display: block;
	height: 90px;
	padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
	float: left;
	width: 130px;
	height: 90px;
	background: #eee;
	line-height: 90px;
	font-size: 0;
	text-align: center;
}
.news-center .new-list ul li a .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.news-center .new-list ul li a .info {
	float: right;
	width: 690px;
}
.news-center .new-list ul li a .info h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
}
.news-center .new-list ul li a .info em {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	max-height: 44px;
	overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
	color: #f3c04b;
}
.message-c {
	background: #fff;
	padding: 40px 50px;
	overflow: hidden;
}
.message-c .p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 35px;
}
.message-c .from input {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.message-c .from input[name=user], .message-c .from input[name=phone] {
	width: 348px;
}
.message-c .from textarea {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	display: block;
	width: 728px;
	height: 130px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	margin-bottom: 10px;
}
.message-c .from .code {
	overflow: hidden;
}
.message-c .from .code input[name=code] {
	width: 258px;
	float: left;
}
.message-c .from .code a {
	display: block;
	float: left;
	width: 80px;
	height: 38px;
	padding: 1px 0;
	margin-left: 10px;
}
.message-c .from .code a img {
	width: 80px;
	height: 38px;
}
.message-c .from .btn {
	padding-top: 25px;
}
.message-c .from .btn a {
	display: block;
	width: 362px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #8fa4de;
}
.message-c .from .btn a:hover {
	background: #8397d0;
}
.contact-o {
	background: #fff;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.contact-o iframe {
	width: 830px;
	height: 500px;
	margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */
