@charset "utf-8";
/* CSS Document */

body {
	font-family: "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1, "lvetica Neue", Helvetica, Arial, sans-serif;
	color: #1a1919;
	font-size: 14px;
}
* {
	-webkit-touch-callout: none;  /*系统默认菜单被禁用*/
	-webkit-user-select: none; /*webkit浏览器*/
	-khtml-user-select: none; /*早期浏览器*/
	-moz-user-select: none;/*火狐*/
	-ms-user-select: none; /*IE10*/
	user-select: none;
}
a {
	text-decoration: none;
	font-weight: 500;
	color: #1a1919;
}
a:focus, a:hover {
	color: #e6212a;
	text-decoration: none;
}
ul li {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0
}
img {
	height: auto;
	max-width: 100%
}
iframe {
	height: 218px;
	max-width: 100%
}
#button, .btn-success, .item-on-hover, .kehu figure a p, .team img, :active, :focus, :hover, :link, :visited {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
/*bootstrap 网格div高度不一致 */
.row2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row2 > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.row2 {
	margin-left: -15px;
	margin-right: -15px;
}
/*bootstrap 网格div高度不一致 */
/*其他字体*/
@font-face {
	font-family: 'logo';
	font-style: normal;
	src: url("../fonts/logo.ttf") format('truetype');
}
@font-face {
	font-family: 'tt0173m_';
	font-style: normal;
	src: url("../fonts/tt0173m_.ttf") format('truetype');
}
@font-face {
	font-family: 'tt0365m_';
	font-style: normal;
	src: url("../fonts/tt0365m_.ttf") format('truetype');
}
@font-face {
	font-family: 'tt0861m_';
	font-style: normal;
	src: url("../fonts/tt0861m_.ttf") format('truetype');
}
@font-face {
	font-family: 'tt1161m_';
	font-style: normal;
	src: url("../fonts/tt1161m_.ttf") format('truetype');
}
@font-face {
	font-family: 'impact';
	font-style: normal;
	src: url("../fonts/impact.ttf") format('truetype');
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont1.ttf') format('truetype')
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 48px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'typeicon';
	font-style: normal;
	src: url("../fonts/typeicon.ttf") format('truetype');
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?gs9xag');
	src: url('../fonts/icomoon.eot?gs9xag#iefix') format('embedded-opentype'),  url('../fonts/icomoon.ttf?gs9xag') format('truetype'),  url('../fonts/icomoon.woff?gs9xag') format('woff'),  url('../fonts/icomoon.svg?gs9xag#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-kg-01:before {
	content: "\e900";
	color: #e6212a;
}
.icon-kg-02:before {
	content: "\e901";
	color: #e6212a;
}
.icon-kg-03:before {
	content: "\e902";
	color: #e6212a;
}
.icon-kg-04:before {
	content: "\e903";
	color: #e6212a;
}
.icon-kg-05:before {
	content: "\e904";
	color: #e6212a;
}
.icon-kg-06:before {
	content: "\e905";
	color: #e6212a;
}
.icon-kg-07:before {
	content: "\e906";
	color: #e6212a;
}
.icon-kg-08:before {
	content: "\e91d";
	color: #e6212a;
}
.icon-kg-09:before {
	content: "\e94f";
	color: #e6212a;
}
/*其他字体*/

.bj-cor-blue {
	background: #0637a3;
}
.bj-cor-red {
	background: #e6212a;
}
/*input placeholder 颜色*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #d0d0d0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #d0d0d0;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #d0d0d0;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #d0d0d0;
}
/*头部*/

.navbar-top0 {
	top: 0;
}
.htop {
	line-height: 40px;
	background: #eee;
	color: #1a1919;
	font-size: 14px;
}
.htop ul {
	margin-bottom: 0;
}
.htop ul li {
	display: flex;
	align-items: center;
	float: left;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
.htop ul li:nth-child(2) {
	position: relative;
}
.htop ul li:nth-child(2):hover .hidden-wx {
	display: block;
}
.htop ul li .hidden-wx {
	position: absolute;
	top: 50px;
	box-shadow: 0 0 8px #ccc;
	display: none;
}
.htop ul li:last-child {
}
.t-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.t-icon1 {
	background-image: url(../image/t-icon1.png);
}
.t-icon2 {
	background-image: url(../image/t-icon2.png);
}
.t-icon3 {
	background-image: url(../image/t-icon3.png);
}
.mtop {
	padding-top: 18px;
	padding-bottom: 10px;
	background-color: #f5f6fa;
}
.top-flex {
	display: flex;
	align-items: center;
}
.logo-i {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.headlogo {
}
.headlogo img {
}
.htop-logo p {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.htop-logo h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	float: left;
	display: inline-block;
}
.htop-logo2 h2 {
	font-size: 24px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	color: #333;
}
.htop-logo2 h2 p {
	display: inline-block;
	font-weight: bold;
	color: #e6212a;
	font-size: 30px;
}
.htop-logo2>p {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
.htop-logo3 {
	width: 38%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
}
.htop-xx {
	position: relative;
	padding: 0 20px 0px 8px;
	margin-top: 20px;
}
.htop-xx h1 {
	font-size: 40px;
	font-weight: bold;
	color: #0055af;
	margin: 0;
	padding: 0;
}
.htop-xx p {
	padding-top: 8px;
	font-size: 13px;
	text-transform: uppercase;
	color: #595959;
	text-indent: 4px;
}
.htop-xx::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 65px;
	margin-top: 5px;
	background: #e5e5e5;
	right: 0;
}
.xx-bj {
	width: 312px;
	height: 24px;
	display: block;
	background: url("../image/yzcp.png") no-repeat;
}
.search-sec {
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	z-index: 8;
	margin-top: -50px;
}
.sec-01 {
	background: #fff;
	box-shadow: 0 0 20px #ecf0f3;
	padding: 20px 30px;
	border-radius: 10px;
	display: flex;
}
.sec-01 ul {
	margin: 0;
	margin-left: 10px;
	flex: 0 0 85%;
}
.sec-01 ul li {
	padding: 0 20px 0 10px;
	text-indent: 20px;
	background-image: url(../image/laba.png);
	background-repeat: no-repeat;
}
.sec-01 ul li a {
	text-indent: 20px;
}
.search-sec h3 {
	font-weight: bold;
	margin: 0px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	background-image: url(../image/xinwen.png);
	background-repeat: no-repeat;
	text-indent: 35px;
	flex: 0 0 12%;
	color: #333;
}
.qimo8 {
	overflow: hidden;
	float: right;
}
.qimo8 .qimo {/*width:99999999px;*/
	width: 8000%;
}
.qimo8 .qimo div {
	float: left;
}
.qimo8 .qimo ul {
	float: left;
	overflow: hidden;
	zoom: 1;
}
.qimo8 .qimo ul li {
	float: left;
}
.qimo8 li a {
	display: block;
	font-size: 14px;
	color: #333;
}
.qimo8 li a:hover {
	color: #c51d1d;
}

@media (max-width:992px) {
.search-sec {
	margin-top: 0px;
}
.sec-01 {
	flex-wrap: wrap;
}
.search-sec h3 {
	flex: 0 0 100%;
}
}
/*css*/
.search-sec p {
	margin: 10px 0 0 0;
	padding: 0;
}
.search-sec p a {
	padding: 0 8px;
}
.htop-search {
}
.htop-search form {
	border: solid 1px #e4e4e4;
	border-radius: 100px;
	background: #fff;
	float: right;
}
.htop-search .input-group .input-keyw {
	outline: none;
	color: #595959;
	padding: 5px;
	margin: 0 10px;
	border: none;
	font-size: 14px;
}
.inp-sbu {
	font-family: "FontAwesome";
	font-size: 15px;
	color: #e6212a;
	background: #fff;
	border: none;
	padding: 5px;
	margin-right: 10px;
}
.htop-dh {
	font-size: 16px;
	color: #333;
	margin-left: auto;
	display: flex;
	align-items: center;
	margin-top: 17px;
	margin-right: 20px;
}
.htop-dh p {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	text-align: left;
	font-size: 19px;
}
.htop-dh p img {
	width: 35px;
	height: 35px;
	margin-right: 12px;
	margin-top: 6px;
}
.htop-dh span {
	color: #e6212a;
	font-size: 22px;
}

@media (min-width:1230px) {
.container {
	width: 1230px;
}
}
.tel {
	font-size: 18px;
	font-weight: bold;
	color: #6f6f6f;
	padding: 30px 0;
}
header {
	overflow: hidden;
}
.top-search input.form-control {
	-webkit-box-shadow: 0 0 0px 1000px #333 inset;
}
.matop-30 {
	margin-top: 30px;
}
.matop30 {
	margin-top: -30px;
}
.matop-50 {
	margin-top: 50px;
}
.matop-100 {
	margin-top: 100px;
}
.matop-150 {
	margin-top: 150px;
}
.cor-white {
	color: white!important;
}
.bg-white {
}
.bg-gray {
	background-color: #f9f9f9;
}
.navbar-toggle:hover {
	background-color: transparent;
}

@media (max-width:992px) {
.matop-30 {
	margin-top: 20px;
}
.matop30 {
	margin-top: -20px;
}
.matop-50 {
	margin-top: 30px;
}
.matop-100 {
	margin-top: 50px;
}
.matop-150 {
	margin-top: 80px;
}
}
/*banner*/
#owl-pc-demo .owl-controls {
	margin-top: -50px;
}
#owl-pc-demo .item {
	text-align: center;
}
#owl-pc-demo .owl-controls .owl-page.active span, #owl-pc-demo .owl-controls.clickable .owl-page:hover span {
	opacity: 0.8;
}
.banner-img {
	width: 100%;
	height: 680px;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width:768px) {
.banner-img {
	height: 180px;
	background-size: cover;
}
}
/*banner*/

.head-sec {
}
/*mian1*/
.mian1, .mian-2, .main-2, .main-9, .main10 {
	padding: 50px 0;
}
.main-3, .main-5 {
	padding-top: 50px;
}
.main-6 {
	padding-bottom: 50px;
}
.xm-cp-tit {
	margin-bottom: 20px;
}
.xm-cp-tit h2 {
	font-size: 32px;
	color: #333;
	font-weight: 600;
}
.xm-cp-tit p:first-child {
	font-size: 60px;
	text-transform: uppercase;
	color: #eff2f9;
	font-family: 'impact';
	display: none;
}
.xm-cp-tit p:last-child {
	margin-top: 20px;
	font-size: 18px;
	color: #595959;
	text-transform: uppercase;
}
.jg {
	width: 104px;
	margin: auto;
	margin-top: 20px;
	display: flex;
}
.jg span {
	height: 3px;
	background-color: #0056ad;
}
.jg span:nth-child(1) {
	flex: 2;
	background-color: #e62128;
}
.jg span:nth-child(2) {
	margin: 0 5px;
}
.jg span:nth-child(2), .jg span:nth-child(3) {
	flex: 1;
}
.mian1-fig {
	padding: 10px;
	display: flex;
	align-items: center;
	background-color: #f0f3fa;
	border-radius: 100px;
}
.mian1-fig h3 {
	font-size: 25px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 0;
}
.mian-1-img {
	width: 80px;
	height: 80px;
	background-color: #0056ad;
	border-radius: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../image/sec01-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mian-1-wz {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 20px;
}
.mian-1-wz p {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 8px;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.80);
	transform: scale(0.8);
	transform-origin: 0 0;
}
.m-img01 {
	background-position: 0 0;
}
.m-img02 {
	background-position: -80px 0;
}
.m-img03 {
	background-position: -160px 0;
}
.m-img04 {
	background-position: -240px 0;
}

@media(max-width:768px) {
.mian-1-img {
	width: 100px;
	height: 100px;
}
.mian1-fig h3 {
	font-size: 18px;
}
.xm-cp-tit h2 {
	font-size: 18px;
}
#owl-pc-demo .owl-controls {
	margin-top: -40px;
}
.xm-cp-tit p:first-child {
	font-size: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.jg {
	margin-top: 10px;
}
.xm-cp-tit p:last-child {
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.mian1-fig {
	margin-top: 20px;
}
.m-img02 {
	background-position: -98px 0;
}
.m-img03 {
	background-position: -195px 0;
}
.m-img04 {
	background-position: -300px 0;
}
}
/*mian-1*/
/*mian-2*/
.mian-2, .main-2, .main-2-2 {
	width: 100%;
}
.main-2-2 {
	padding-bottom: 50px;
}
.pro-tit-a {
	background: #fff;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.pro-tit-a a {
	display: block;
	font-weight: bold;
	color: #333;
	line-height: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
}
.pro-tit-a p {
	font-size: 13px;
	color: #444;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.pro-img2-2 {
	border: 5px #f0f3fa solid;
	position: relative;
	overflow: hidden;
}
.pro-tag {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 8%;
	right: -72px;
	transition: 0.4s ease-in-out;
}
.tag-cil {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 20px;
	height: 39px;
	border-radius: 100px 0px 0px 100px;
	background: #e82128;
}
.tag-change {
	line-height: 39px;
	color: #fff;
	width: 72px;
	background: #e82128;
}
.tag-change a {
	color: #fff;
}
.pro-img2-2:hover .pro-tag {
	right: 0;
}
.pro-img2-2, .fuck {
	overflow: hidden;
}
.fuck img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.fuck:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.pro-tit-a a:hover {
	color: #e6212a;
}
.pro-tel, .pro-tit {
	width: 100%;
	padding: 20px;
	color: #fff;
	position: relative;
}
.main-2-fig .pro-tit {
	padding: 0px 0 27px 25px;
}
.main-2-fig .pro-tit h2 {
	font-size: 40px;
	margin-top: -35px;
	margin-bottom: 4px;
}
.main-2-fig .pro-tit p::after {
	margin-top: 5px;
}
.main-2-fig .pro-tit i {
	top: 10px;
	font-size: 45px;
	left: 0;
}
.main-2-fig .pro-tit p {
	margin-bottom: 0;
	font-size: 60px;
	font-family: 'impact';
	color: #e83b41;
	line-height: 50px;
}
.main-2-fig {
	background: #e6212a;
	position: relative;
}
.main-2-fig::before {
	content: '';
	width: 100%;
	height: 22px;
	background-color: #e6212a;
	display: block;
	top: -22px;
	left: 0;
	position: absolute;
}
.main-2-fig2 {
	background-image: url(../image/pro-tit-bj.jpg);
	position: relative;
}
.main-2-fig2::before {
	content: '';
	width: 0;
	display: block;
	height: 0;
	border-style: solid;
	border-width: 22px 0 0 22px;
	border-color: transparent transparent transparent #ba151d;
	position: absolute;
	top: -22px;
	left: 0;
}
.main-2-fig2 figure a {
	display: block;
	line-height: 61px;
	color: #fff;
	font-size: 16px;
}
.pro-qh {
	padding-left: 0;
	padding-right: 0;
}
.main-2-fig2 figure:first-child {
	border-left: none;
}
.main-2-fig2 figure {
	border-right: #003873 1px solid;
	border-left: #2c7dcf 1px solid;
	padding-top: 14.5px;
	padding-bottom: 14.5px;
}
.main-2-fig2 figure:last-child {
	border-right: none;
}
.main-2-fig2 figure:hover {
	background-color: #e6212a;
}
.pro-tel p {
	font-size: 16px;
	font-weight: bold;
}
.pro-tit h2 {
	font-size: 24px;
	font-weight: bold;
}
.pro-tit p {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.pro-tit i {
	position: absolute;
	font-size: 24px;
	right: 20px;
	top: 45px;
}
.panel-group {
	margin: 0;
}
.panel-group .panel+.panel {
	margin: 0;
}
.panel-group .panel {
	border-radius: 0;
	border-top: solid 1px #efefef;
	border-bottom: 0px;
	border-left: 0;
	border-right: 0;
}
.panel-default>.panel-heading {
	background-color: #fff;
}
.panel-heading {
	padding: 0;
}
.collapsed i {
	display: block;
}
.icon-show {
	display: none;
}
.panel-heading a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
}
a.collapsed {
	color: #444;
}
a.collapsed .icon-show {
	display: inline-block;
}
a.collapsed .icon-close {
	display: none;
}
.pro-tel {
	padding-left: 20px;
}
.pro-tel div {
	font-weight: bold;
	font-size: 24px;
}
.panel-group-top .panel-default:first-child h4 a, .panel-heading a:hover, .panel-heading a:focus {
	background: #333;
	color: #fff;
}
.panel-group-top .panel-default:first-child h4 a.collapsed {
	background: #fff;
	color: #333;
}
.tuijian-tit {
	overflow: hidden;
}
.tj-n {
	font-size: 60px;
	color: #0056ad;
	line-height: 50px
}
.tj-tit {
	font-size: 22px;
	color: #333;
	line-height: 24px;
}
.tj-tit span {
	color: #a4a4a4;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}
.tuijian-tit a {
	display: block;
	width: 146px;
	color: #fff;
	background: #e6212a;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}
.owl-pro {
	width: 100%;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
	border: #eee 8px solid;
}
.owl-pro-mid {
	width: 6px;
	height: 208px;
	margin-top: 50px;
	background: url("../image/mid.png") no-repeat;
}
.pro-cp-tit ul {
	padding: 10px;
}
.pro-cp-tit ul a {
	display: block;
	width: 146px;
	line-height: 40px;
	background: #e6212a;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin-top: 20px;
}
.pro-cp-tit ul p {
	line-height: 30px;
}
.pro-cp-tit ul h3 {
	font-weight: bold;
}
.pro-img2 {
	position: relative;
	overflow: hidden;
}
.pro-img2 .img-hiden {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: rgba(117,127,152,0.8);
	transition: 0.4s;
}
.pro-li figcaption:hover .img-hiden {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pro-img2 .img-hiden a {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}
.panel-body ul {
	padding: 0;
}
.panel-body ul li {
	line-height: 40px;
}
.panel-default>.panel-heading:hover, .panel-title:hover {
	background: #333;
}
.panel-title:hover >a {
	color: #fff;
}
{
 background: #333;
}

@media (max-width:768px) {
.pro-box figure:nth-child(2n-1) {
	padding-right: 7.5px;
}
.pro-box figure:nth-child(2n) {
	padding-left: 7.5px;
}
.main-2 {
	padding-top: 30px;
}
.mian-2 figure:nth-child(2) {
	margin-top: 20px;
}
.main-2-fig2 figure {
	padding-left: 5px;
	padding-right: 5px;
}
}
/*mian-2*/

/* mian-2-5 */

.main-2-5-box>ul {
	display: table;
	margin: auto;
}
.main-2-5-box>ul>li {
	width: 340px;
	padding: 18px 20px;
	background-color: #f5f5f5;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 5px;
}
.main-2-5-box>ul>li.active {
	background-color: #0055af;
	color: #fff;
}
.main-2-5-box>ul>li .m-2-tit {
	float: left;
	padding-left: 30px;
}
.main-2-5-box>ul>li.active .m-2-tit h3 {
	color: #fff;
}
.main-2-5-box>ul>li .m-2-tit h3 {
	font-size: 24px;
	margin-top: 0;
	color: #333;
}
.main-2-5-box>ul>li.active .m-2-tit p {
	color: #fff;
}
.main-2-5-box>ul>li .m-2-tit p {
	font-size: 13px;
	margin: 0;
	color: #333;
	text-transform: uppercase;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.80);
	transform: scale(0.8);
	transform-origin: 0 0;
}
.m-2-icon {
	float: left;
	width: 50px;
	height: 50px;
	background-image: url(../image/m25-icon.png);
	background-repeat: no-repeat;
}
.main-2-5-box>ul>li.active .m-2-icon1 {
	background-position: 0 0px;
}
.main-2-5-box>ul>li.active .m-2-icon2 {
	background-position: -50px 0px;
}
.main-2-5-box>ul>li.active .m-2-icon3 {
	background-position: -100px 0px;
}
.m-2-icon1 {
	background-position: 0 -50px;
}
.m-2-icon2 {
	background-position: -50px -50px;
}
.m-2-icon3 {
	background-position: -100px -50px;
}
.img-bj {
	margin-top: 50px;
	padding-bottom: 180px;
	background-image: url(../image/m25-bj.jpg);
	background-repeat: no-repeat;
	background-position: top center
}
.nub {
	font-size: 72px;
	font-family: 'tt0861m_';
	color: #0056ad;
}
.img-item a {
	color: #333;
}
.img-item a:hover {
	color: #333;
}
.img-item h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.img-item h4 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.img-item-ul ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 30px;
	background-image: url(../image/img-item-ul-li.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.item-img-p {
	line-height: 24px;
	padding-top: 20px;
	font-size: 14px;
	color: #333;
}
.item-img-f .item-img-01:not(:last-child) {
	padding-right: 0;
}
.item-img-01 img {
	margin-top: 20px;
}

@media (max-width:992px) {
.main-2-5-box>ul>li {
	width: 93%;
	margin-bottom: 20px;
}
.img-bj {
	margin-top: 10px;
	padding-bottom: 30px;
	background-image: none;
}
}
/* mian-2-5 */

/* index-1 */
.index-1 {
	margin-top: 50px;
}
/* index-1 */
.index-2 {
	margin-top: 50px;
	background-color: #f1f1f1;
	padding-top: 50px;
	padding-bottom: 50px;
}
.index-2 .xm-cp-tit p:first-child {
	color: #e2e6ec;
}
.index-youshi {
	display: flex;
}
.youshi {
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	flex: 0 0 15%;
	width: 70px;
	height: 70px;
	background-image: url(../image/youshi-icon.jpg);
	background-repeat: no-repeat;
}
.youshi-info {
	padding-left: 20px;
}
.youshi-info h2 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.youshi-info h2 span {
	color: #0056ad;
}
.youshi-info p {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
.youshi-info p::before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #e52029;
	position: absolute;
	top: 12px;
	left: 2px;
}
.tel-box {
	margin-top: 20px;
	display: flex;
	align-items: center;
	width: 65%;
	border-radius: 100px;
	border: 1px solid #e6212a;
}
.tel-box-tit {
	background-color: #E6212A;
	border-radius: 100px;
	color: #fff;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
}
.tel-box-nub {
	font-size: 24px;
	color: #E6212A;
	font-weight: bold;
	font-style: italic;
}

@media (max-width:992px) {
.youshi {
	margin-top: 20px;
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.tel-box {
	width: 100%;
}
.tel-box-nub {
	font-size: 18px;
}
}
/*main-3*/
.main-3 {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}
.main-3 figure {
	padding-top: 30px;
}
.main-3::after {
	display: block;
	content: '';
	width: 100%;
	height: 180px;
	background-color: #f1f1f1;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.main-3 .xm-cp-tit h2 span {
	font-weight: bold;
	color: #0056ad;
}
.main-3 video {
	border: 8px #fff solid;
}
.about-img {
	border: 8px #ccc solid;
}
.video-fig {
	position: relative;
}
.video-icon {
	position: absolute;
	background: #e6212a;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	top: 40px;
	left: 8px;
	z-index: 9;
	padding: 5px 20px;
}
.main-3 figure figcaption h3 {
	font-family: 'tt0861m_';
	font-size: 48px;
	color: #0056ad;
}
.main-3 figure figcaption h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0056a;
	margin-top: 10px;
}
.main-3 figure figcaption h4 {
	font-size: 17px;
	color: #333;
	font-weight: bold;
}
.main-3 figure figcaption div p {
	font-size: 14px;
	color: #333;
}
.about-con {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.abou-more {
	display: block;
}
.abou-more p {
	width: 148px;
	line-height: 50px;
	background: #333333;
	color: #fff;
	text-align: center;
}
.abou-more i {
	width: 50px;
	line-height: 50px;
	background: #e6212a;
	color: #fff;
	text-align: center;
}
.icon-abou {
	display: block;
	width: 48px;
	height: 48px;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url("../image/about5.png");
}
.ic1 {
	background-position: 0 0;
}
.ic2 {
	background-position: -48px 0;
}
.ic3 {
	background-position: -96px 0;
}
/*main-3*/
/*main-4*/
.roll-bj-tab {
	background: url(../image/roll-bj.png) no-repeat center;
	overflow: hidden;
	padding: 0 420px;
}
.roll-bj-tab li a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.roll-bj-tab li.active a {
	color: #0056ad;
	font-weight: bold;
}
#owl-sb-demo .item figcaption, #owl-video-demo .item figcaption {
	padding: 0 10px;
}
/*main-4*/

/* main-7 */


.about-shebei2 .nav-tab li a, .main-7 .nav-tab li a {
	padding: 26px 0 26px 15px;
	border-bottom: #eee solid 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #333;
	border-right: #eee solid 1px;
}
.about-shebei2 .nav-tab li a p span, .main-7 .nav-tab li a p span {
	font-weight: 100;
	font-size: 12px;
	text-transform: uppercase;
}
.div-tab {
	padding-right: 0;
}
.tab-content {
	padding-left: 0;
}
.case-box-ul li:nth-child(1) a, .case-box-ul li:nth-child(2) a {
	border-top: #eee solid 1px;
}
.case-box-ul li:nth-child(2n-1) a {
	border-left: 1px #eee solid;
}
.about-shebei2 .nav-tab li.active a, .main-7 .nav-tab li.active a {
	color: #fff;
	background: #e6212a;
}
.main-7 .nav-tab li a i {
	display: inline-block;
	width: 60px;
	height: 55px;
	font-size: 40px;
	font-family: 'FontAwesome';
	font-style: normal;
}
.ma7-tab-img {
	width: 100%;
	height: 345px;
	background-repeat: no-repeat;
	position: relative;
}
.tab-lingyu {
	background: #eef1f8;
}
.tab-lingyu a {
	display: block;
	width: 72px;
	height: 22px;
	margin-top: 20px;
	background-image: url(../image/hy-but.png);
}
.tab-lingyu h4 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.tab-lingyu p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	padding-top: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hy-img-info {
	padding: 10px 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.case-box-ul {
	display: flex;
	flex-wrap: wrap;
}
.case-box-ul li {
	flex: 0 0 50%;
}

@media (max-width:992px) {
.case-box-ul li {
	flex: 0 0 49%;
}
.tab-content {
	padding-left: 15px;
}
.main-7 .nav-tab li a p span {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
}
/* main-7 */

/* main-9 */
.main-9 .xm-cp-tit h2 span {
	font-weight: bold;
	color: #0056ad;
}
.main-9 {
	width: 100%;
	padding-bottom: 50px;
}
.main-9 figure figcaption {
	background: #fff;
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
}
.ma9-tx {
	width: 106px;
	height: 106px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: solid 1px #eee;
	background-position: center;
}
.main-9 h3 {
	margin-left: 20px;
	margin-top: 30px;
	color: #333;
	font-weight: bold;
	font-size: 24px;
}
.main-9 h3 small {
	display: block;
	padding-top: 10px;
	color: #888;
	font-size: 14px;
}
.main-9 figure figcaption p {
	line-height: 30px;
	text-indent: 28px;
	color: #888;
	padding-top: 20px;
}
.hz-img {
	border: solid 1px #cacaca;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

@media (max-width:992px) {
.hz-img {
	margin-top: 15px;
}
.hezuo-box div:nth-child(2n-1) {
	padding-right: 7.5px;
}
.hezuo-box div:nth-child(2n) {
	padding-left: 7.5px;
}
.main-9 {
	padding-bottom: 10px;
	padding-top: 10px;
}
}
/* main-9 */
/* main-10 */
.main-10 {
	padding-top: 70px;
}
.ma-10-tit {
	border-bottom: solid 1px #dbdbdb;
}
.ma-10-tit h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.ma-10-tit h2 span {
	font-size: 14px;
	color: #0056ad;
}
.ma-10-tit h2 a:hover i {
	background: #0056ad;
}
.ma-10-tit h2 a i {
	display: inline-block;
	background: #dbdbdb;
	font-size: 14px;
	text-align: center;
	line-height: 21px;
	color: #fff;
	border-radius: 50%;
	width: 21px;
	height: 21px;
}
.ma-qy-tj-img {
	height: 150px;
	border-radius: 3px;
	background-size: cover;
	background-position: center;
}
.ma-qy-tj {
	overflow: hidden;
	margin-bottom: 15px;
}
.ma-qy-tj-ms h3 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ma-qy-tj-ms p {
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.more-new {
	float: right;
	display: block;
	text-align: center;
	width: 60px;
	line-height: 18px;
	background: #0056ad;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
}
.ma-qy-list ul, .ma-10-fig-r ul {
	padding: 0;
}
.ma-10-fig-r ul {
	margin-top: 30px;
}
.ma-qy-list ul li {
	font-size: 14px;
	line-height: 45px;
	color: #595959;
	border-bottom: dashed 1px #eee;
	overflow: hidden;
}
.ma-qy-list ul li a {
	color: #333;
	width: 80%;
	float: left;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ma-qy-list ul li a:hover {
	color: #e6212a;
}
.ma-qy-list ul li a::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #e6212a;
	margin-bottom: 5px;
	margin-right: 10px;
}
.ma-qy-list ul li small {
	color: #999;
}
.ma-10-fig-r ul li h2 span, .ma-10-fig-r ul li p span {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin-right: 22px;
	border-radius: 50%;
	color: #fff;
}
.ma-10-fig-r ul li h2 span {
}
.ma-10-fig-r ul li p span {
	margin-left: -44px;
}
.ma-10-fig-r ul li p {
	font-size: 14px;
	line-height: 27.62px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	padding-left: 44px;
}
.ma-10-fig-r ul li {
	border-bottom: dashed 1px #eee;
	padding-bottom: 28px;
}
.ma-10-fig-r ul li h2, .ma-10-fig-r ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-bottom: 9px;
}
/* main-10 */

.main-11 {
	background: #f5f5f5;
}
/*switch图片*/
#owl-demo .item {
	margin: 10px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/*客户*/
#owl-kh-demo .item {
	margin: 13px;
	box-shadow: 0 0 8px #eee;
}
#owl-kh-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/*五等分*/
		/* define bootstrap 5 columns */
.col-xs-1-5,  .col-sm-1-5,  .col-md-1-5,  .col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-1-5 {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-1-5 {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-1-5 {
	width: 20%;
	float: left;
}
}
/*footcss*/
.foot-bj {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.foot-bj::before {
	content: '';
	position: absolute;
	top: -120px;
	right: 0px;
	border-width: 140px 0 140px 2580px;
	border-style: solid;
	border-color: transparent transparent #0056ad transparent;
}
.foot-bj::after {
	content: '';
	position: absolute;
	top: -120px;
	left: 0px;
	border-width: 140px 2580px 140px 0px;
	border-style: solid;
	border-color: transparent transparent #202020 transparent;
}
.phone {
	margin-top: 20px;
}
.phone i {
	font-size: 36px;
	color: #fff;
	margin-top: 10px;
}
.phone p small {
	font-size: 14px;
	color: #969696;
	font-weight: bold;
}
.phone p {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	font-family: 'tt0173m_';
}
.foot-menu {
	width: 100%;
	background: #202020;
	padding: 0px 0;
	border-bottom: 1px #393939 solid;
}
.foot-menu h4 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.foot-menu h4::after {
	content: '';
	display: block;
	width: 18px;
	height: 1px;
	background: #fff;
	margin-top: 20px;
	transition: 0.4s;
}
.fot-xm-lis:hover h4::after {
	width: 80px;
}
.fo-xm-li {
	padding-left: 50px;
}
.foot-menu ul li a {
	color: #969696;
	line-height: 30px;
	font-size: 14px;
}
.foot-menu ul li a:hover {
	color: #fff;
}
.ewm {
	padding-left: 80px;
}
.foot-zx {
	display: block;
	width: 216px;
	height: 40px;
	margin-top: 20px;
	background: #e6212a;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
.addt {
	width: 100%;
	padding: 8px;
	background: #333;
}
.addt i {
	width: 37px;
	height: 37px;
	background: #202020;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 37px;
	margin-right: 20px;/* box-shadow: inset 0 0 2px #9f1b2f; */
}
.addt p, .addt a {
	/*	color: #a3a9ba;*/
	color: #fff;
}
.addt i, .addt p {
	display: inline-block;
}
.fo-yx {
	text-align: center;
}
.fo-add {
	text-align: right;
}
.foot-copy {
	width: 100%;
	border-top: solid #111111 1px;
	background: #202020;
}
.fo-coy, .foot-copy a {
	color: #787878;
	font-size: 14px;
}

@media (max-width:999px) {
.ny-banner {
	padding: 12em 15px 4em 15px
}
}

@media (min-width:768px) and (max-width:999px) {
.ny-banner {
	padding: 10em 15px 4em 15px
}
}

@media only screen and (max-device-width:1199px) {
.pingpu-bg {
	background-attachment: scroll
}
}

@media screen and (max-width:1700px) {
.wenti h1 {
	font-size: 20px;
}
}

@media(max-width:767px) {
/* 头部 */
nav.navbar.bootsnav.navbar-obso {
	position: fixed;
	background: #fff;
}
.navbar-brand img {
	margin: auto;
}
nav.navbar.bootsnav .navbar-header {
	height: 50px;
}
nav.navbar.bootsnav .navbar-toggle {
	top: 5px;
}
.attr-nav > ul > li > a {
	padding: 15px 10px 0 0;
}
/* 首页 */
.pro-cp-tit ul p, .main-6 figure figcaption p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main-3 figure figcaption h3 {
	font-size: 18px;
}
.main-8 h2, .main-3 figure figcaption h2 {
	font-size: 18px;
}
.main-5 .xm-cp-tit p {
	font-size: 14px;
}
.main-9 h3, .main-6 figure figcaption h3 {
	font-size: 16px;
}
.main-6 figure figcaption {
	margin-bottom: 1px;
}
.ma8-wx {
	margin-top: 20px;
}
/*	产品列表页*/
	
.ny-banner {
	padding: 10em 15px 4em 15px!important;
}
.pingpu-bg {
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
/*	产品*/
.pro-cp-tit ul li:last-child {
	margin: 0;
}
/*	应用*/
.yingyong-bj {
	padding: 50px 0;
}
.yingyong-bj ul li p {
	font-size: 14px;
	margin-top: 20px;
}
.yingyong-bj ul li p span {
	display: none;
}
/*	关于*/
.abou-img {
	margin-top: 30px;
}
/*	中间*/
.sec-jz {
	padding: 30px 0;
}
.sec-jz h4 {
	font-size: 14px;
	text-align: center;
}
.sec-jz h4 span {
	display: none;
}
/*	底部*/
.fo-lg-dh {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.phone {
	display: flex;
}
.fo-xm-li {
	padding: 30px 0 0 0;
}
.ewm {
	padding: 30px;
}
.fo-yx {
	margin-top: 20px;
	text-align: left;
}
.fo-add {
	margin-top: 20px;
	text-align: left;
}
.foot-copy {
	text-align: center!important;
}
.fo-js {
	display: block;
	margin: auto;
}
}
/* 产品列表页 */
.zm-bj {
	font-family: 'tt0173m_';
	font-size: 48px;
	color: #f6f6f6;
	text-transform: uppercase;
	padding-top: 20px;
}
.tit-small {
	color: #888;
}
.pro-tit-home-li {
	margin-top: 40px;
}
.pro-tit-home-li ul li i {
	font-size: 65px;
	font-style: normal;
	margin: 0 5px 0 0;
}
.pro-tit-home-li ul li:hover i::before {
}
.pro-tit-home-li ul li a {
	display: inline-grid;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #444;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
}
.list-pro-all ul li a {
	padding: 0;
	display: flex;
	align-items: center;
}
.list-pro-table ul {
	padding: 0;
}
.list-pro-table ul li {
	margin: 0 5px 10px 0px;
	float: left;
	width: 160px;
}
.list-pro-table ul li a {
}
.pro-tit-home-li ul li a:hover {
	color: #e6212a;
}

@media(max-width:768px) {
.zm-bj {
	font-size: 24px
}
.xm-cp-tit h2 {
	font-size: 24px !important;
	margin-top: 5px;
}
.tit-small {
	font-size: 12px;
	line-height: 20px;
}
.list-pro-table ul li {
	padding-right: 5px;
	padding-left: 5px;
}
.list-pro-table ul li a {
	padding: 18px 0;
}
}
/* 产品列表页 */
/*产品中心内页*/
.pingpu-bg {
	background-repeat: no-repeat;
        margin-top: -1px;
	background-position: center;/* 	background-attachment: fixed */
}

@media only screen and (max-device-width:1199px) {
.pingpu-bg {
	background-attachment: scroll
}
}

@media screen and (max-width:767px) {
.pingpu-bg {
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
}
.ny-banner {
	height: 350px;
	padding-top: 120px;
	margin-top: 61px;
	background-repeat: no-repeat;
	position: relative;
	/* 	background-attachment: fixed; */
	background-position: center;
	overflow: hidden;
}
.ny-banner h3 {
	font-size: 30px;
	font-weight: bold;
	color: #0056ad;
}
.ny-banner p {
}
#exzoom {
	width: 100%;
	/*height: 400px;*/
	margin: 0px auto;
}
/*位置导航*/
.position {
}
.pos-ol {
	padding: 0;
	display: flex;
}
.pos-ol li, .pos-ol li a {
	color: #333;
}
.pos-ol li a:last-child {
	color: #333;
}
.pos-ol li a:hover {
	color: #0056ad;
}
.pos-ol-icon {
	width: 20px;
	height: 20px;
	background-image: url(../image/add.png);
}
/*
.owl-item li{
	position:relative;
}
.owl-item li::after{
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #b4b4b4;
	top: 5px;
	right: 30%;
}
*/
.ab {
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding-left: 2px;
}
.ab:hover {
	color: #0056ad;
}
.ab::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	transition: 0.4s;
	background: #0056ad;
	margin-top: 3px;
}
.ab:hover::after {
	width: 100%;
}
.hou {
	color: #0056ad
}
.hou::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	transition: 0.4s;
	background: #0056ad;
	margin-top: 3px;
}
/*产品列表页*/
.pro-ny-li figure figcaption {
	border: solid 1px #eee;
	overflow: hidden;
	padding: 10px;
	position: relative;
	display: flex;
	align-items: center;
}
.pro-ny-li figure figcaption::before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	position: absolute;
	transition: 0.4s;
	background: #f8f8fa;
}
.pro-img3 {
	padding-left: 0;
}
.pro-img3 img {
	border-radius: 3px;
}
.pro-ny-li figure figcaption:hover::before {
	width: 100%;
}
.pro-ny-li .pro-cp-tit {
	border-top: solid 1px #eee;
}
.pro-ny-li-div-tit h2 {
	font-size: 18px;
	font-weight: bold;
	color: #595959;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 20px;
}
.pro-ny-li figure figcaption:hover .pro-ny-li-div-tit h2 {
	color: #e6212a;
}
.pro-ny-li figure figcaption:hover a {
	background: #ccc;
}
.pro-ny-li-div-tit p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro-ny-li-a2, .pro-ny-li-a1 {
	display: inline-block;
	border-radius: 3px;
	padding: 5px 15px;
	color: #fff;
	margin-top: 15px;
}
.pro-ny-li-a2:hover, .pro-ny-li-a1:hover {
	color: #fff;
	background: #e6212a !important;
}
.pro-ny-li-a1 {
	background: #0056ad;
}
.pro-ny-li-a2 {
	background: #e6212a;
}
/*内页产品详细*/
.pro-con {
	margin-bottom: 50px;
}
.pro-js {
	overflow: hidden;
	border: solid 1px #eee;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pro-ny-img img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}
.pro-ny-img:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.pro-logo-i {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	height: 40px;
	padding: 0 15px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	background: #e6212a;
	z-index: 5;
	/* font-family: 'logo'; */
	font-style: normal;
}
/* .pro-ny-img::after{
	content: '';
	position: absolute;
	font-size: 50px;
	top: -10px;
	z-index: 1;
	left: 0px;
	border-style: solid;
	border-width: 80px 80px 0 0;
	border-color: #0056ad transparent transparent transparent;
} */
.pro-js h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}
.pro-con-ys {
	overflow: hidden;
	padding-top: 8px;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 8px;
}
.pro-con-ys li {
	line-height: 24px;
}
.jscs {
	margin-top: 15px;
	background: #F5F5F5;
	border-radius: 0.1875rem;
	padding: 15px;
	line-height: 1.8rem;
}
.pro-a {
	margin-top: 20px;
}
.pro-a ul li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #0056ad;
	border-radius: 3px;
	margin-top: 20px;
}
.pro-a ul li:first-child a {
	background-color: rgba(117,127,152,1);
}
.pro-a ul li:nth-child(3) a {
	text-align: left;
	font-family: 'tt0173m_';
	background: none;
	color: #e6212a;
	font-size: 24px;
}
.pro-ri-img {
	border: solid 1px #eee;
	text-align: center;
	margin-top: 10px;
}
.pro-ri-img p {
	padding: 0 5px;
	text-align: center;
}
.nav-tabs02>li>a {
	color: #444;
	background: #f4f5f8;
	border-radius: 3px;
}
.art-shot-con-tit {
	border-bottom: 1px #eee solid;
}
.art-shot-con-tit h3 {
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	font-weight: bold;
	border-radius: 3px;
	background: #0056ad;
	color: #fff;
	position: relative;
	text-align: center;
}
.art-shop-con-xx {
	margin-top: 30px;
	line-height: 24px;
}
.art-shop-con-xx table {
	width: 100%;
}
.art-shop-con-xx table tbody tr:first-child {
	background-color: #0056AD;
	color: #fff;
}
.art-shop-con-xx table tbody tr:first-child td {
	text-align: center;
}
.art-shop-con-xx table tbody tr td {
	border: 1px #eee solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

@media(max-width:768px) {
.nav-tabs02>li>a {
	padding: 5px 0;
}
.nav-tabs02>li {
	padding-left: 5px;
	padding-right: 5px;
}
.roll-bj-tab {
	padding: 0 20px;
}
.banner_box {
	margin-top: 42px;
}
}
.nav-tabs02>li.active>a, .nav-tabs02>li.active>a:focus, .nav-tabs02>li.active>a:hover {
	background: #0056ad;
	color: #fff;
}
.tab-pro-ny {
	padding: 0 20px 20px 20px;
	line-height: 30px;
}
/*内页新闻*/
.news_tit{
	float: left;
	padding-left: 10px;
	border-bottom: 1px solid #f3f0f0;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
.news_bt {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	margin-top: 0 !important;
	background: url(../picture/newcd.jpg) no-repeat left 2px;
	text-indent: 23px;
}
.news_bt a{
	font-weight: bold !important;
}
.news_bt a:hover{
	color: #0056ad;
}

.news_tit p {
	color: #666;
	line-height: 24px;
	margin-bottom: 8px;
	padding-right: 5px;
}
.news_tit ul li {
	color: #bdbdbd;
	padding-left: 15px;
	padding-right: 2px !important;
}
.news_tit ul {
	float: right;
}
.ny-news a {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #fff;
}

.new-nub {
	padding: 20px;
}
.new-nub p {
	background-color: #F5F5F5;
	width: 60px;
	font-size: 24px;
	font-family: 'tt0861m_';
	line-height: 60px;
	color: #595959;
	text-align: center;
	transition: 0.4s;
}
.ny-news a:hover .new-nub p {
	background-color: #0056ad;
	color: #fff;
}
.xwlb {
	padding-left: 30px !important;
}
.ny-news-a {
	display: flex;
}
.ny-news-time {
	flex: 0 0 10%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.ny-news-time p {
	margin-bottom: 0;
}
.ny-news-time p:nth-child(1) {
	font-size: 45px;
	color: #e6212a;
	padding-top: 10px;
}
.new-list-img {
	width: 100%;
	height: 133px;
}
.new-list-img img {
	width: 100%;
	height: 100%;
}
.pages {
	display: table;
	margin: 30px auto;
	text-align: center;
}
.pages ul {
	padding: 0;
}
.pages ul li {
	float: left;
	list-style-type: none;
	padding: 5px 15px;
	line-height: 30px;
	margin: 5px;
}
.pages ul li:not(.thisclass) {
	background-color: #fff;
	color: #595959;
	border: 1px solid #eee;
}
.pages ul li a {
	color: #757f98;
	text-decoration: none;
}
.pages ul li select, .pages ul li select option {
	border: none;
}
.thisclass {
	background: #595959;
	color: #fff;
	border: solid 1px #595959;
}
.art-con {
	margin-bottom: 30px;
}
.art-con h1, .art-con h2 {
	text-align: center;
	font-weight: bold;
	color: #444;
}
.art-con h1 {
	font-size: 24px;
}
.art-con h2 {
	font-size: 18px;
}
.art-con>div>div>p {
	padding: 10px;
	border: solid 1px #eee;
	color: #ccc;
	margin-top: 15px!important;
}
.art-con p span {
}
.art-con .info {
	padding: 0 15px;
	line-height: 26px;
}
.art-con .info img {
	margin-bottom: 30px;
}
.art-con-ul {
	border-bottom: 1px #eee dashed;
	padding: 10px;
	overflow: hidden;
	color: #666;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.art-con-date {
	color: #999;
	overflow: hidden;
}
.art-con-date i {
	color: #e6212a;
}
.ny_hsbj {
	width: 270px;
	float: left;
	height: 15px;
	background-color: #f5f5f5;
}
.ny-h4 {
	margin: 0;
	font-weight: bold;
	color: #595959;
	text-indent: 15px;
	line-height: 40px;
	background: url(../image/xian.png) no-repeat left center;
	margin-top: 15px;
}
.ny-h4 small {
	color: #595959;
}
.ny-right-a1 {
	width: 100% !important;
}
.ny-right ul li a:not(.ny-right-a1) {
	text-decoration: none;
	line-height: 40px;
	color: #666;
	display: block;
	float: left;
	overflow: hidden;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.ny-right ul li a:hover {
	color: #e6212a;
}
.ny-right ul li small {
	padding: 12px 0;
	color: #ccc;
}
.ny-right i {
	font-size: 14px;
	color: #e6212a
}
.fl li {
	font-size: 14px;
	font-weight: bold;
	color: #595959;
	text-align: center;
	background: #f4f5f8;
	margin: 10px 0;
	text-decoration: none;
	padding: 10px 0;
}
.fl a {
	text-decoration: none;
}
.tuijian-news ul li {
	padding: 0 8px;
}
.sx-pian {
	border: solid 1px #eee;
	padding: 10px;
	margin-top: 30px;
}
.sx-pian a {
	text-decoration: none;
}
/*客户案例*/
.anli-img {
	border: solid 1px #eee;
	margin-top: 30px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}
.anli-img2 {
	overflow: hidden;
}
.anli-img img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.anli-img:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.anli-img:hover {
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}
.anli-img::before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: rgba(0,85,175,1);
	transition: 0.6s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.anli-img:hover::before {
	width: 100%;
}
.anli-img p {
	padding-top: 15px;
	font-size: 15px;
}
.khal .anli-img h6 {
	padding: 0 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #444;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: center;
}
.khal .anli-img p {
	padding: 0 10px;
	line-height: 24px;
	color: #888;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.khal .anli-img span {
	color: #ccc;
	display: block;
	margin-top: 10px;
}
.anli_xq {
	color: #ccc;
	display: block;
	margin-top: 10px;
	padding: 0 10px 5px 10px;
}
/*关于我们公司简介*/
.about-con02 {
	line-height: 30px;
}
.about-con02 h3 {
	font-weight: bold;
	margin-bottom: 20px;
	color: #e62128;
}
.about-con02 h4 {
	margin-bottom: 30px;
}
.about-con .container .row div img {
	border-radius: 5px;
}
.sec-yanfa {
	margin-top: 30px;
}
.sec-yanfa figure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.sec-yanfa figure figcaption {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #eee;
}
.sec-yanfa figure figcaption h4 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.sec-yanfa figure figcaption h4 span {
	font-size: 14px;
}
.about-jishu figure {
	margin-top: 20px;
}
.about-jishu h3 {
	font-weight: bold;
	font-size: 18px;
	color: #757f98;
}
.about-jishu small {
	font-weight: bold;
	font-size: 14px;
	color: #757f98;
	display: block;
	margin-bottom: 10px;
}
.about-jishu p {
	color: #595959;
	text-indent: 28px;
}
.about-shiye {
	padding: 60px 0;
	background-image: url("../image/about-sybj.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.about-shiye h2 {
	color: #fff;
}
.about-shiye .zm-bj {
	color: #a2a2a2;
}
.about-shiye ul li {
	color: #fff;
}
.about-shiye ul li i {
	float: left;
}
.about-shiye ul li p {
	float: left;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}
.about-shiye ul li p span {
	margin-top: 5px;
	font-size: 12px;
	color: #d2d2d2;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.80);
	transform: scale(0.8);
}
.yy-li-bj {
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: rgba(255,255,255,.3);
	border-radius: 3px;
}
#owl-zs-demo figcaption {
	margin: 0 10px;
	border: #ccc 5px solid;
}
#owl-zs-demo img {
}
.about-belief-box figure figcaption h3 {
	font-size: 24px;
	color: #0056AD;
	font-weight: bold;
	margin-top: 0;
}
.about-belief-box figure figcaption p:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
}
.about-belief-box figure figcaption p:nth-child(3), .about-belief-box figure figcaption p:nth-child(4), .about-belief-box figure figcaption p:nth-child(5) {
	padding-top: 20px;
	line-height: 30px;
}
.about-belief-box figure figcaption p strong {
	font-size: 16px;
}
.cont_a_all {
	display: flex;
}
.cont_a_all a {
	display: block;
	line-height: 40px;
	background-color: #0056AD;
	margin-right: 15px;
	padding: 0 20px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}
.cont_a_all a:last-child {
	background-color: #e62128;
}
.about-shebei-box {
}
.shebei-box-item {
	overflow: hidden;
}
.shebei-box-info {
	padding-top: 80px;
	padding-left: 50px;
}
.shebei-box-info h3 {
	color: #0056AD;
	font-weight: bold;
	font-size: 20px;
}
.shebei-box-info p:last-child {
	position: relative;
	width: 120px;
	line-height: 30px;
	border-radius: 50px;
	color: #fff;
	margin-top: 25px;
	text-indent: 20px;
	font-size: 14px;
	background-color: #e62128;
}
.shebei-box-info p:last-child::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 10px;
	top: 33%;
}
.figure-img, .figure-shebei-info {
	padding-left: 0;
	padding-right: 0;
}
.about-shebei-box .shebei-box-item:nth-child(2n) .figure-img, .about-shebei-box .shebei-box-item:nth-child(2n) .figure-shebei-info {
	float: right;
}
.about-shebei-box .shebei-box-item:nth-child(2n) .figure-shebei-info p:last-child {
	text-indent: 30px;
}
.about-shebei-box .shebei-box-item:nth-child(2n) .figure-shebei-info p:last-child::before {
	border-width: 5px 10px 5px 0;
	border-color: transparent #ffffff transparent transparent;
	left: 10px;
	top: 33%;
}
.shebei-switch-p {
	line-height: 40px;
	background-color: #F9F9F9;
	margin-top: 5px;
}
.moju-tit {
	background-color: #F9F9F9;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #0056AD;
	line-height: 50px;
	position: relative;
}
.moju-tit::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background-color: #e62128;
	position: absolute;
	bottom: 0;
	left: 15px;
}
.moju-img-p img {
	border: 5px #eee solid;
}
.moju-img-p p {
	padding-top: 10px;
	padding-bottom: 1px!important;
	text-align: center;
}
.moju-img-p em, .fuwu-info em {
	font-style: normal;
	font-size: 14px;
	text-align: center;
	display: block;
}
.sh-fig p:nth-child(2) {
	padding-bottom: 10px!important;
}
.sh-fig p:not(:nth-child(2)) {
padding-top: 10px!important;
line-height: 26px!important;
}
.sh-fig p:last-child {
	font-size: 16px;
	font-weight: bold;
	color: #e62128;
}
.fuwu-info {
	padding-top: 20px;
	box-shadow: 0 0 18px #eee;
	height: 280px;
}
.fuwu-info img {
	transition: 0.8s ease-in-out;
}
.fuwu-info p:nth-child(2) {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-bottom: 15px;
}
.fuwu-info p:nth-child(2)::before {
	transition: 0.4s ease-in-out;
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #e62128;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.fuwu-info img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fuwu-info:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fuwu-info:hover p:nth-child(2)::before {
	width: 100px;
}
.fuwu-box-index .fuwu-info {
	margin-top: 20px;
	height: 300px;
}
.fuwu-box-index .fuwu-info p:nth-child(3) {
	font-size: 28px;
	font-weight: bold;
	color: #E62128;
	font-family: 'tt0861m_';
}

@media (max-width:992px) {
.shebei-box-info {
	padding-top: 20px;
	padding-left: 10px;
}
}
/*联系我们*/
.contact-con>h2, .con_box>h2 {
	margin-top: 50px;
	color: #e6212a;
}
.contact-con>h2>span {
	color: #444;
}
.contact-con figure h4 {
	color: #0056ad;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact-con figure p {
	line-height: 24px;
	margin: 20px 0;
	color: #444;
}
.contact-bj {
	background-image: url("../imge/contact-banner.jpg");
}
.con-add {
	padding: 30px 15px;
	border: solid 1px #eee;
}
.con-add li {
	line-height: 30px;
}
#allmap {
	width: 100%;
	height: 500px;
	border: 5px #eee solid;
}
.con-add i {
	margin-right: 10px;
	color: #0056ad;
}
.con-add ul {
	padding-left: 15px;
}
.con-add02 {
	padding: 0px 0px 0 30px;
	border: solid 1px #eee;
	background-image: url("../image/yyzx3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.con-add02 li {
	line-height: 24px;
	padding-bottom: 10px;
}
.con-add02 a {
	display: block;
	width: 120px;
	line-height: 40px;
	color: #fff;
	background: #0056ad;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 40px;
}
.con-lxr-bj {
	margin-top: 20px;
	padding: 20px 0 0px 0;
	border-top: 1px dashed #ccc;
}
.con-lxr-bj1 h3 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.con-lxr-bj1 h3::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background: #e6212a;
	margin-right: 10px;
}
.con-lxr-bj h5 {
	color: #e6212a;
	font-weight: bold;
	font-size: 24px;
}
.con-lxr-bj p {
	margin: 0 !important;
	font-size: 16px;
}
.con-lxr-bj ul li {
	line-height: 30px;
}
.con_box input.form-control {
	box-shadow: none;
	height: 44px;
}
.con_box input.form-control:focus, .con_box textarea.form-control:focus {
	border-color: #0056ad;
}
.con_box input.submit {
	border: none;
	width: 180px;
	color: #fff;
	background: #e6212a;
	border-radius: 3px;
	transition: 0.4s;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	box-shadow: none;
}
.con_box input.submit:hover {
	background: #0056ad;
}
.con_box textarea.form-control {
	box-shadow: none;
	min-height: 100px;
}
.contact-yyzx {
	background-image: url("../image/yyzx1.jpg");
}
.contact-yyzx, .contact-xgyyzx {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
}
.contact-xgyyzx {
	margin-top: 20px;
	background-image: url("../image/yyzx2.jpg");
}
.ripple {
	position: relative;
	overflow: hidden;
}
.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .3s, opacity .5s;
}
.ripple:active:after {
	transform: scale(0, 0);
	opacity: .3;
	transition: 0s;
}
.fo-icon-ph {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
}
.fo-col-l p {
	font-size: 30px;
	color: #e6212a;
	font-weight: bold;
}
.fo-col-l ul li i {
	display: inline-block;
	width: 30px;
	text-align: center;
}
.fo-col-l ul li {
	line-height: 30px;
	font-size: 14px;
	color: #969696;
}
.fo-icon-ph i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	background: #323131;
	border-radius: 50%;
	color: #fff;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.contact-con h3 {
	color: #e6212a;
	font-weight: bold;
}
.contact-con figure p span {
	font-size: 16px;
	color: #e6212a;
	font-weight: bold;
}
.cont-table {
	width: 100%;
	margin-top: 30px;
}
.cont-table tbody tr {
}
.cont-table tbody tr td {
	line-height: 80px;
	border: 1px #eee solid;
	padding-left: 20px;
	font-size: 16px;
}
.cont-table tbody tr td:nth-child(2n) {
	font-weight: bold;
}
.cont-table tbody tr td .con-icon {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-top: 20px;
	background-size: 100%;
}
.cont-table tbody tr td .con-icon1 {
	background-image: url(../picture/clxr.png);
}
.cont-table tbody tr td .con-icon2 {
	background-image: url(../picture/cqq.png);
}
.cont-table tbody tr td .con-icon3 {
	background-image: url(../picture/email.png);
}
.cont-table tbody tr td .con-icon4 {
	background-image: url(../picture/cadd.png);
}

@media (min-width:1200px) {
.fo-col-r>div {
	padding-left: 50px;
}
.fo-col-r>div:nth-child(4) {
	padding-top: 30px;
}
}
.fo-col-r>div:nth-child(4) p {
	line-height: 30px;
}
.fo-col-r>div:nth-child(5) p {
	font-size: 12px;
	color: #e6212a;
	margin-top: 20px;
}
.fo-col-r>div:nth-child(5) h2 {
	margin-right: 20px;
}
.fo-col-r>div:nth-child(5) h2::after {
	font-size: 10px;
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #e6212a;
	margin-left: 10px;
}
 .fo-col-r>div:not(:nth-child(5)) h2::after {
 content: '';
 display: block;
 width: 20px;
 height: 2px;
 background: #e6212a;
 margin-top: 13px;
}
footer h2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.yy-rm-tit {
	border-bottom: #eee 1px solid;
	margin-bottom: 5px;
}
.yy-rm-tit h3 {
	font-size: 18px;
	color: #0055af;
	font-weight: bold;
	text-indent: 25px;
	background: url(../picture/newcd.jpg) no-repeat left 2px;
}
.yy-rm-tit h3 span {
	font-size: 14px;
	color: #595959;
	margin-left: 10px;
	font-weight: normal;
}
.yy-rm-tit h2 {
	padding-bottom: 30px;
	color: #333
}
#owl-yy-pro-demo figure {
	padding: 0 8px;
}
#owl-yy-pro-demo figure figcaption {
	border: 1px #eee solid;
}
.rm-news-tj h3 {
	padding: 5px 0 15px 0;
	font-size: 14px;
	margin-top: 0;
	color: #595959;
	border-bottom: dashed 1px #eee;
}
.rm-news-tj h3 a::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #e6212a;
	margin-bottom: 5px;
	margin-right: 10px;
}
.rm-news-tj .xm-cp-tit h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 0;
	text-indent: 15px;
	border-bottom: solid 1px #eee;
}
.rm-news-tj .xm-cp-tit {
	position: relative;
}
.rm-news-tj .xm-cp-tit::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	width: 3px;
	height: 20px;
	background: #e6212a;
}
.new-list-wd ul li {
	padding: 7px 12px 7px 3px;
	line-height: 45px;
}
.new-list-wd ul li div {
	padding: 0 10px;
}
.new-list-wd ul li:nth-child(1) div, .new-list-wd ul li:nth-child(2) div, .new-list-wd ul li:nth-child(3) div, .new-list-wd ul li:nth-child(7) div, .new-list-wd ul li:nth-child(8) div, .new-list-wd ul li:nth-child(9) div {
	background: #F5F5F5;
}
.new-list-wd ul li small {
	color: #888;
}
.new-list-wd2 ul li {
	padding-right: 8px;
}
.new-list-wd2 ul li div {
	background: #F5F5F5;
}
.main-sitemap figure figcaption h1 {
	font-size: 18px;
	padding: 10px;
	background: #e0e0ee;
}
.main-sitemap figure figcaption h2, .main-sitemap figure h2 {
	font-size: 16px;
	padding: 10px;
	background: #f8eeee;
}
.main-sitemap figure figcaption h3, .main-sitemap figure h3 {
	font-size: 14px;
	padding: 10px;
	background: #f5f5f5;
}
.main-sitemap figure figcaption h4, .main-sitemap figure h4 {
	font-size: 14px;
}
.main-sitemap figure figcaption h1 a, .main-sitemap figure figcaption h2 a, .main-sitemap figure figcaption h3 a {
	font-weight: bold;
}
.mapcplb ul {
	overflow: hidden;
}
.mapcplb ul li {
	overflow: hidden;
	line-height: 24px;
}
.mapcplb ul li a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.video-h2 {
	font-size: 14px;
}
.position-news-fig {
	border: 1px #ccc solid;
	padding-left: 0;
	padding-right: 0;
}
.position-news-top {
	background-color: #0056ad;
	padding-top: 8px;
	padding-bottom: 90px;
	padding-left: 20px;
}
.position-news-top h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.position-news-top h2 i {
	margin-right: 10px;
}
.position-news-tit {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
	margin-top: -100px;
}
.position-news-tit h3 {
	line-height: 80px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #0056ad;
}
.position-news-box {
	margin-left: 15px;
	margin-right: 15px;
}
.ne-li-a {
	display: block;
	text-indent: 30px;
	line-height: 60px;
	background-color: #eee;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
}
.ne-li-a-after {
	background-color: #0056AD;
	color: #fff;
}
.position-news-cont {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	padding: 20px;
	background-color: #0056ad;
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
}
.icon-news {
	width: 25px;
	height: 25px;
	background-image: url(../image/news-tel.png);
}
.news-con p {
	margin-bottom: 0;
	padding-left: 20px;
}
.news-con p:last-child {
	font-size: 20px;
	font-weight: bold;
}
.about-fengcai-row {
	margin-left: -5px;
	margin-right: -5px;
}
.about-fengcai figure {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}
.about-fc-last-box span {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 30px;
}
.about-fengcai-tit {
	padding-top: 30px;
}
.about-fengcai-tit h3 {
	font-family: '';
	text-transform: uppercase;
	font-weight: 100;
}
.about-fengcai-tit>span {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #333;
	margin-bottom: 30px;
}
.about-fengcai-tit h2 {
	color: #333;
	font-weight: bold;
}
.about-fengcai-tit h2 span {
	color: #e62128;
}
.about-fengcai-tit p {
	font-size: 16px;
	margin-top: 20px;
}
.about-fc-last-box {
	background-color: #e62128;
	color: #fff;
	padding: 50px;
}
.about-fc-last-box h4 {
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
}
.about-fc-last-box a {
	display: inline-block;
	background-color: #fff;
	color: #E62128;
	border-radius: 3px;
	padding: 5px 12px;
	margin-top: 20px;
}
.ny_cp_list {
	width: 1200px;
	margin: auto;
	padding-top: 30px;
	overflow: hidden;
}
.ny_cp_list ul {
	margin: 0 !important;
	padding: 0;
}
.ny_cp_list ul li {
	float: left;
	width: 570px;
	height: 235px;
	border: 1px solid #ddd;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 7px;
}
.ny_cp_img {
	float: left;
	width: 270px;
	height: 203px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	line-height: 203px;
}
.ny_cp_right {
	float: left;
	width: 280px;
	height: 225px;
	padding-left: 15px;
}
.ny_cp_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	width: 88%;
}
.ny_cp_img:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.ny_cp_bt {
	float: left;
	width: 280px;
	line-height: 28px;
	height: 28px;
	color: #444;
	font-size: 16px;
	margin-top: 18px;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
}
.ny_cp_bt a {
	color: #444;
	font-weight: bold;
}
.ny_cp_bt a:hover {
	color: #0056ad;
}
.ny_cp_cs {
	float: left;
	width: 280px;
	line-height: 22px;
	color: #444;
	font-size: 13px;
	overflow: hidden;
}
.ny_cp_cs1 {
	float: left;
	width: 280px;
	line-height: 22px;
	color: #444;
	font-size: 13px;
	overflow: hidden;
	margin-top: 10px;
}
.ny_cp_cs2 {
	float: left;
	width: 280px;
	line-height: 22px;
	height: 40px;
	color: #444;
	font-size: 13px;
	overflow: hidden;
	margin-top: 5px;
}
.ny_cp_cs span {
	font-weight: bold;
}
.ny_cp_cs1 span {
	font-weight: bold;
}
.ny_cp_cs2 span {
	font-weight: bold;
}
.ny_lianlizx {
	width: 280px;
	float: left;
	margin-top: 20px;
}
.ny_lianlizx1 {
	width: 100px;
	float: left;
	text-indent: 32px;
	line-height: 30px;
	font-size: 12px;
	color: #444;
	background-image: url(../image/anli_xq.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 5px;
	margin-left: 17px;
	border: 1px solid #adabab;
}
.ny_lianlizx2 {
	width: 100px;
	float: left;
	text-indent: 34px;
	line-height: 30px;
	border: 1px solid #adabab;
	font-size: 12px;
	color: #444;
	background-image: url(../image/anli_pdf.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	border-radius: 5px;
}
.ny_lianlizx1:hover {
	background-color: #0056ad;
	color: #fff;
	background-image: url(../image/anli_xq2.png);
}
.ny_lianlizx2:hover {
	background-color: #0056ad;
	color: #fff;
	background-image: url(../image/anli_pdf2.png);
}
/*产品详情*/
.nr_bj {
	background-color: #f4f5f8;
	overflow: hidden;
}
.nr {
	width: 1170px;
	margin: auto;
	padding-bottom: 10px;
}
.cp_page_shang {
	float: left;
	width: 1168px;
	margin-top: 15px;
overflow: hidden;
	padding-bottom: 25px;
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
}
.cp_page_switch {
	float: left;
	width: 118px;
	height: 117px;
	background: url(../image/nymbdz.png) no-repeat left top;
	z-index: 5;
	position: absolute;
}
.tp_show {
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.tp_show img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.tp_show:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.tp_ms {
	float: left;
	width: 575px;
	display: inline;
	margin-left: 50px;
	margin-top: 20px;
}
.tp_ms_bt {
	float: left;
	width: 575px;
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	line-height: 50px;
	margin-bottom: 10px;
}
.tp_ms_bt h1 {
	font-size: 24px;
	font-weight: bold;
}
.tp_ms_info {
	float: left;
	width: 275px;
	margin-top: 10px;
	line-height: 24px;
	color: #595959;
	font-size: 15px;
	background: url(../image/yuan.png)no-repeat left center;
	text-indent: 12px;
}
.tp_ms_info2 {
	float: left;
	width: 575px;
	line-height: 24px;
	height: 20px;
	color: #595959;
	font-size: 14px;
	margin-top: 20px;
}
.tp_ms_info1 {
	float: left;
	width: 575px;
	line-height: 24px;
	color: #444;
	font-size: 14px;
	background-color: #F5F5F5;
	margin-top: 20px;
	padding: 12px 15px;
}
.tp_ms_qq {
	float: left;
	width: 575px;
	margin-top: 55px;
}
.tp_ms_qqchat {
	float: left;
	width: 100px;
	height: 40px;
	color: #fff;
	background: url(../image/qq.png)no-repeat 10px center;
	background-color: #ec0000;
	line-height: 40px;
	font-size: 14px;
	text-indent: 30px;
	border-radius: 5px;
}
.tp_ms_qqchat2 {
	float: left;
	width: 100px;
	height: 40px;
	color: #fff;
	background: url(../image/qq.png)no-repeat 10px center;
	background-color: #30318B;
	line-height: 40px;
	font-size: 14px;
	text-indent: 30px;
	border-radius: 5px;
	margin-left: 18px;
}
.tp_ms_pdf {
	float: left;
	width: 125px;
	height: 40px;
	color: #fff;
	background: url(../image/pdf.png)no-repeat 10px center;
	background-color: #106ece;
	line-height: 40px;
	font-size: 14px;
	text-indent: 32px;
	border-radius: 5px;
	margin-left: 18px;
}
.tp_ms_zx {
	float: left;
	width: 100px;
	height: 40px;
	color: #fff;
	background: url(../image/wjtb.png)no-repeat 10px center;
	background-color: #00ae00;
	line-height: 40px;
	font-size: 14px;
	text-indent: 30px;
	border-radius: 5px;
	margin-left: 18px;
}
.tp_ms_qqchat:hover, .tp_ms_pdf:hover, .tp_ms_zx:hover, .tp_ms_qqchat2:hover {
	-moz-box-shadow: 0px 0px 5px rgba(123, 90, 64, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(123, 90, 64, 0.5);
	box-shadow: 0px 0px 5px rgba(123, 90, 64, 0.5);
	transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s; /* Firefox 4 */
	-webkit-transition: box-shadow 0.4s; /* Safari and Chrome */
	-o-transition: box-shadow 0.4s; /* Opera */
}
.ny_zuo {
	float: left;
	width: 860px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
}
.nr_y_show_bt {
	float: left;
	width: 820px;
	height: 49px;
	background: url(../image/nybtbj.png)no-repeat left center;
}
.nr_y_show_btwz {
	font-size: 16px;
	color: #fff;
	float: left;
	width: 150px;
	height: 36px;
	line-height: 36px;
	background: url(../image/anli_xq2.png)no-repeat 10px center;
	text-indent: 34px;
	overflow: hidden;
}
.nr_cs {
	float: left;
	width: 820px;
	margin-top: 20px;
	margin-bottom: 35px;
}
.nr_y_show {
	float: left;
	width: 820px;
	margin-top: 20px;
	line-height: 20px;
	color: #404040;
	margin-bottom: 10px;
}
.nr_y_show2 {
	float: left;
	width: 820px;
	margin-top: 20px;
	line-height: 20px;
	color: #404040;
	margin-bottom: 35px;
}
.nr_y_show2 img {
	height: auto !important;
	max-width: 100%;
}
.nr_y_show table {
	width: 100%;
	margin-bottom: 20px;
}
.nr_y_show table {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nr_y_show table tr:nth-child(3) td:nth-child(2), .nr_y_show table tr:nth-child(7) td:nth-child(2), .nr_y_show table tr:nth-child(8) td:nth-child(2), .nr_y_show table tr:nth-child(2) td:nth-child(1), .nr_y_show table td:nth-child(1) {
	background-color: #f0f8f1;

}
.nr_y_show table tr:nth-child(2) td:nth-child(1) {
	text-align: center;
	padding-left: 0 !important;
}
.nr_y_show table tr:nth-child(3) td:nth-child(1), .nr_y_show table tr:nth-child(7) td:nth-child(1), .nr_y_show table tr:nth-child(8) td:nth-child(1) {
	text-align: center;
	padding-left: 0 !important;
}
.nr_y_show table tr:nth-child(1) td {
	background-color: #dcdcdc !important;
	font-weight: bold;
	font-size: 16px;
	height: 40px !important;
	text-align: center;
	padding-left: 0 !important;
}
.nr_y_show table td:nth-child(3) {
	
}
.nr_y_show table td:nth-child(2) {
	
}
.nr_y_show table tr td {
	border: 1px solid #bdbaba;
	height: 40px;
	color: #1d1b1b;
	padding-left: 30px;
}
.cctbg table {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.cctbg tr:nth-child(1) {
	background-color: #dcdcdc !important;
	font-weight: bold;
	font-size: 16px;
}
.cctbg tr:nth-child(2) {
	background-color: #dcdcdc !important;
	font-weight: bold;
	font-size: 16px;
}
.cctbg tr:nth-child(1) td {
	padding: 2px 0px;
}
.cctbg tr:nth-child(2) td {
	padding: 2px 0px;
}
.cctbg tr td {
	border: 1px solid #bdbaba;
	text-align: center;
	padding: 10px;
}
.news_list_back {
	float: left;
	width: 830px;
	margin-top: 10px;
	line-height: 25px;
	text-align: right;
}
.news_list_back ul li {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.news_next {
	float: left;
	width: 820px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
}
.news_next ul {
	padding: 0px;
}
.news_next ul li {
	line-height: 20px;
	float: left;
	padding-right: 120px;
}
.news_nr_zuo {
	float: left;
	width: 290px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.nycp_nr_zuo_bt {
	float: left;
	width: 290px;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	text-indent: 38px;
	line-height: 40px;
	background-color: #fff;
	background-image: url(../image/xian.png);
	background-position: 22px 22px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.ny_cplike_list {
	width: 290px;
	float: left;
	background-color: #fff;
	padding: 0px 20px 20px 20px;
}
.ny_cplike_list ul {
	padding: 0;
}
.ny_cplike_list ul li {
	width: 250px;
	float: left;
	margin-bottom: 12px;
	margin-top: 8px;
	border: 1px solid #ddd;
}
.ny_cplike_tp {
	width: 248px;
	float: left;
	height: 186px;
}
.ny_cplike_tit {
	width: 248px;
	float: left;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
}
.news_fl_page {
	float: left;
	width: 290px;
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 10px;
}
.news_fl_page ul li {
	float: left;
	width: 250px;
	background: url(../image/dian2.png)no-repeat 5px center;
	text-indent: 18px;
	line-height: 36px;
	margin-left: 20px;
	overflow: hidden;
	height: 36px;
}
.news_fl_page ul {
	margin: 0;
	padding: 0;
}
.news_nr_zuo_bt {
	float: left;
	width: 290px;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	height: 40px;
	text-indent: 38px;
	line-height: 40px;
	background-color: #fff;
	background-image: url(../image/xian.png);
	background-position: 22px 22px;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 10px;
}
.tjyd {
	width: 820px;
	margin-bottom: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(239, 238, 238);
	border-image: initial;
	float: left;
}
.tjyd_bt {
	width: 820px;
	margin: auto;
}
.t04 {
	color: #fff;
	border-bottom: 1px solid #E0E0E0;
	color: #da251c;
	line-height: 48px;
	height: 48px;
	font-size: 0;
	background: url(../image/news_28.gif) no-repeat 12px center;
}/*可修改文字色彩(关于网络推广)*/
.tjyd_wb {
	width: 820px;
	margin-bottom: 10px;
	margin-top: 20;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 15px;
}
.tjyd_wb_bt {
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 6px;
	font-size: 14px;
	color: #595959;
}
.tjyd_wb_list {
	float: left;
	width: 763px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0;
}
.tjyd_wb_list ul li {
	float: left;
	display: block;
	color: #666;
	font-size: 14px;
	margin-right: 20px;
}
.tjyd_wb_list ul {
	padding: 0;
}
.tjyd_list {
	width: 820px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.tjyd_list ul li {
	float: left;
	line-height: 40px;
	font-size: 16px;
	text-indent: 15px;
	background: url(../image/kh_jt2.png) no-repeat left center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 20px;
	margin-left: 10px;
	display: block;
	border-bottom: 1px dashed #ccc;
	color: #666;
	font-size: 14px;
	padding-left: 7px;
	width: 780px;
	margin-right: 10px;
}
.tjyd_list ul {
	padding: 0;
}
.tjyd_bq {
	width: 820px;
	margin-bottom: 20px;
	margin-top: 20;
	margin-right: auto;
	margin-left: 5px;
	font-size: 14px;
	color: #595959;
}
.ny_dabt {
	width: 1200px;
	float: left;
	margin-top: auto;
	text-align: center;
	height: 45px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	background: url("../image/bddt2.png")no-repeat center;
}
.ny_lylm {
	width: 1200px;
	color: #333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}
.ny_lylm ul {
	display: table;
	margin: auto;
}
.ny_lylm ul li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 16px;
}
.new_bei1 {
	color: #373535;
	border-radius: 15px;
	background-color: #ededed;
	padding: 8px 40px;
}
.new_bei2 {
	color: #fff;
	background-color: #0055af;
	border-radius: 15px;
	padding: 8px 40px;
}
a.nhou2:link {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	background-color: #0055af;
	padding: 8px 40px;
	border-radius: 15px;
}
a.nhou2:visited {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	background-color: #0055af;
	padding: 8px 40px;
	border-radius: 15px;
}
a.nhou2:hover {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	background-color: #0055af;
	padding: 8px 40px;
	border-radius: 15px;
}
/*关于分类*/
.ny_gylm {
	width: 1200px;
	color: #333;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	margin: auto;
}
.ny_gylm ul {
	display: table;
	margin: auto;
	padding: 0;
}
.ny_gylm ul li {
	float: left;
	width: 200px;
	line-height: 54px;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.gy_bei1 {
	color: #373535;
	background-color: #ededed;
	
}
.gy_bei2 {
	color: #fff;
	background: url(../picture/sjx.png) no-repeat center bottom #0056ad;
}
a.gylk:link {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	background: url(../picture/sjx.png) no-repeat bottom center #0056ad;
	
}
a.gylk:visited {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	background: url(../picture/sjx.png) no-repeat bottom center #0056ad;
	
}
a.gylk:hover {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	background: url(../picture/sjx.png) no-repeat bottom center #0056ad;
	
}
.lximg {
	box-shadow: -1px -2px 20px 2px #ebebeb;
}
.lxjj {
	background-color: #f5f5f5;
	height: 273px;
	padding: 40px 50px;
	margin-bottom: 20px;
}
.lxjj h3 {
    height: 32px;
    font-weight: normal !important;
    font-size: 18px !important;
    color: #1f2d6a !important;
}
.lxjj p {
    font-size: 16px;
   color: #666666;
 line-height: 30px !important;
}
/*搜索*/
.g_ser {
	background: url(../image/serbg1.jpg) repeat-x;
}
.h_sea {
	height: 57px;
	line-height: 37px;
	overflow: hidden;
	color: #8b8b8b;
	width: 1200px;
	margin: auto;
}
.h_sea b {
	font-weight: bold;
	color: #333;
}
.inp01 {
	height: 35px;
	line-height: 22px;
	padding-left: 20px;
	width: 225px;
	float: left;
	color: #666;
	border: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.s_ss {
	float: left;
	width: 90px;
	height: 35px;
	background: url(../image/sos.jpg) no-repeat;
	border: none;
	cursor: pointer;
	padding-right: 0px;
}
.h_sea p a {
	color: #333;
	padding-right: 15px;
}
.s_inp {
	margin-top: 13px;
	width: 388px;
	height: 35px;
}
.ser_r {
	margin-top: 11px;
	float: right;
}
.h_sea p {
	margin-top: 11px;
}
.fl {
	float: left;
}
.fl a:hover {
	color: #e6212a;
}
.ny_lb5 {
	margin: auto;
	width: 1200px;
	margin-top: 2px;
   
}
.ny_lb5 ul {
	display: table;
	text-align: center;
	margin: auto;
}
.ny_lb5 ul li {
	float: left;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
    margin-top: 2px;
    margin-bottom: 5px;
     margin-right: 6px;
	margin-left: 6px;
    font-weight: bold;
}
.lb5a_bei {
	border: 1px solid #ddd;
	background-color: #fff;  
	color: #000;
}
.lb5b_bei {
	background-color: #0055af;
	border: 1px solid #0055af;
    color: #FFFFFF;
	
}
a.hou2:link {
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	background-color: #0055af;
    padding: 0 15px;
    margin-left: -10px;
    margin-right: -10px;
	font-weight: bold;
   
}
a.hou2:visited {
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	background-color:  #0055af;
	font-weight: bold;
}
a.hou2:hover {
	color: #FFFFFF;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	background-color: #0055af;
	font-weight: bold;
}
.share a:hover{
	color: #D8D8D8;
}
.yyal_zs {
	float: left;
	width: 840px;
	height: 49px;
	background: url(../image/nybtbj2.png)no-repeat left center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.yyal_zs2 {
	font-size: 16px;
	color: #fff;
	float: left;
	width: 150px;
	height: 36px;
	line-height: 36px;
	background: url(../image/anli_xq2.png)no-repeat 10px center;
	text-indent: 34px;
	overflow: hidden;
}
.anlibg table{
	border: none;
}
.anlibg table img{
	margin-bottom: 0 !important;
	border:1px solid #ddd;
}

.anlibg table tr td{
	border-left:none;
	border-top: none;
	border-right:10px solid #fff;
	border-bottom:15px solid #fff;
}
.yyal_cp{
	float: left;
	width: 840px;
	margin: 0 !important;
	padding: 0 !important;
}
.yyal_cp dl dt{
	float: left;
	width: 260px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
}
.yyal_tp{
	float: left;
	width: 260px;
	overflow: hidden;
	padding: 2px;
}
.yyal_tp img{
	margin: 0 !important;
}
.yyal_tit{
	float: left;
	width: 250px;
	border-top: 1px solid #f3eeee;
	line-height: 48px;
	text-align: center;
	margin-left: 5px;
}
.ys_js {
	width: 100%;
	height: 200px;
	background: url(../picture/ysjs.jpg)no-repeat center;
	margin-top: 40px;
}
.ys_jsz {
	width: 1200px;
	margin: auto;
	color: #fff;
	text-align: center;
}
.ys_jsz .p1{
	font-size: 24px;
	font-weight: bold;
	margin-top: 42px;
	float: left;
	width: 1200px;
}
.ys_jsz .p2{
	font-size: 18px;
	float: left;
	width: 1200px;
}
.ys_jsz .p3{
	font-size: 14px;
	float: left;
	width: 1200px;
	margin-top: 10px;
}
.nr_ys_bt {
	float: left;
	width: 1200px;
	height: 49px;
	background: url(../picture/nybtbj3.png)no-repeat left center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.nr_ys_btz {
	font-size: 16px;
	color: #fff;
	float: left;
	padding-right: 25px;
	line-height: 38px;
	height: 40px;
	background: url(../image/anli_xq2.png)no-repeat 10px center #0056AD;
	text-indent: 34px;
	overflow: hidden;
}
.cp_page_fl_list {
	float: left;
	width: 1200px;
	margin-top: 30px;
    margin-bottom: 20px;
}
.cp_page_fl_list ul li {
	float: left;
	width:145px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.cp_page_fl_list ul li:hover {
	color: #e6212a;
}
.cp_page_fl_list_tp {
	margin: auto;
	width: 65px;
	-webkit-transition: all 2s;
-moz-transition: all 2s;
-o-transition: all 2s;
}
.cp_page_fl_list_name {
	float: left;
	font-size: 16px;
	color: #444;
	width: 100%;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
    font-weight: bold;
}
.drbg {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
	width: 100% !important;
}
.drbg tr {

}
.drbg tr:nth-child(1) {
  background-color: #dcdcdc !important;
    font-weight: bold;
    font-size: 16px;
    height: 40px !important;
}

.drbg tr td {
   border: 1px solid #bdbaba;
  height: 40px;
    color: #1d1b1b;
      
}


