.container {
	width: 1200px;
	margin: 0px auto;
}

.header-fluid {
	padding: 30px 0px;
}

.header .logo {
	float: left;
	height: 110px;
}

.header .logo a {
	display: block;
}

.header .logo img {
	height: 80px;
	margin-top: 15px;
}

.header .zi {
	float: left;
	height: 100px;
	line-height: 30px;
	border-left: 1px solid #e4e4e4;
	padding: 0 0 0 20px;
	margin: 8px 0 0 20px;
}

.header .zi h6 {
	color: #333333;
	font-size: 24px;
	text-align: left;
	line-height: 35px;
}

.header .zi h6 span {
	color: #0f5aa8;
}

.header .zi p {
	color: #333333;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: left;
}
.header .zi p span{
	color:#f45805;
}
.header .dh {
	float: right;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	margin: 10px 0 0;
	position: relative;
	padding-left: 70px;
}

.header .dh i.iconfont {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 70px;
	color: #185196;
	line-height: 80px;
}

.header .dh p {
	font-size: 14px;
	color: #777;
	text-align: left;
}

.header .dh h6 {
	font-size: 26px;
	color: #f45805;
	text-align: left;
	line-height: 30px;
}

.daohang {
	display: none;
	float: right;
	cursor: pointer;
}

.daohang i.iconfont {
	font-size: 35px;
	line-height: 50px;
}

nav {
	background: #185196;
}

nav ul>li {
	float: left;
	width: calc(100%/9);
	position: relative;
}

nav ul>li:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #ddd;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
}

nav ul>li:last-of-type:after {
	width: 0px;
}

nav ul>li>a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 52px;
}

nav ul>li:hover>a,
nav ul>li.active>a {
	background: #053c80;
}

#banner {
	position: relative;
}

#banner img {
	display: block;
	width: 100%;
}

#banner .owl-controls {
	margin-top: 0px;
	z-index: 10000;
}

#banner .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	margin-top: -32px;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.5);
	/* border-radius: 50%; */
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0.6;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
}

#banner .owl-controls .owl-nav div.owl-next {
	right: 0px;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}

#banner .owl-controls .owl-nav div.owl-prev {
	left: 0px;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}

#banner .owl-controls .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#banner .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

#banner .owl-controls .owl-dots .owl-dot span {
	margin: 0 4px;
	display: inline-block;
	width: 40px;
	height: 2px;
	border-radius: 0px;
	background: #fff;
	opacity: 0.8;
	webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	-moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	-o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	-ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
	transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

#banner .owl-controls .owl-dots .owl-dot.active span {
	background: #185196;
	opacity: 1;
}

#sub-tuijian-case-list {
	padding: 0px 50px;
}

#sub-tuijian-case-list .owl-nav div {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	margin-top: -32px;
	border-radius: 0px;
	background: #185196;
	/* border-radius: 50%; */
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
}

#sub-tuijian-case-list .owl-nav div.owl-next {
	right: 0px;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}

#sub-tuijian-case-list .owl-nav div.owl-prev {
	left: 0px;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}


/*产品分类*/

.page-fluid {
	padding: 60px 0px;
}

.product-fluid .main-title {
	display: none;
}

.product-sidebar {
	float: left;
	width: 300px;
}

.product-sidebar-title {
	background: #185196;
	text-align: center;
	padding: 15px 0;
}

.product-sidebar-title h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.product-sidebar-title p {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	line-height: 25px;
}

.product-sidebar ul li {
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 20px 0px;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
}

.product-sidebar ul li img {
	float: left;
	height: 60px;
	display: block;
	padding-left: 40px;
	padding-top: 5px;
}

.product-sidebar ul li:hover,
.product-sidebar ul li.active {
	color: #185196;
	background: #f8f8f8;
}

.product-sidebar ul li:hover img,
.product-sidebar ul li.active img {
	padding-left: 60px;
}

.product-right {
	float: left;
	width: 870px;
	width: calc(100% - 300px);
	padding-left: 30px;
}

.product-top {
	background: #185196;
	color: #fff;
	line-height: 40px;
	margin-bottom: 10px;
}

.product-top .left {
	font-size: 18px;
	padding-left: 10px;
}

.product-top .right a {
	display: block;
	background: #E4E4E4;
	padding-right: 10px;
	padding-left: 10PX;
}

.product-top .right a:hover {
	background: #185196;
	color: #fff;
}

.product-top .right i.iconfont {
	font-size: 16px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

.product-item {
	float: left;
	/*width: 25%;*/
	width: 280px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.product-item:nth-of-type(3n) {
	margin-right: 0px;
}

.product-item a {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
}

.product-item a:hover {
	box-shadow: 0px 0px 10px #ddd;
	border-color: #185196;
}

.product-img {
	width: 100%;
	overflow: hidden;
}

.product-img img {
	width: 100%;
}

.product-info {
	border-top: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	height: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item a:hover .product-info {
	background: #185196;
	color: #fff;
}

.product-list .product-box {
	display: none;
}

.product-list .product-box.active {
	display: block;
}

.product-more {
	display: block;
	width: 200px;
	line-height: 45px;
	border: 1px solid #185196;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	margin: 10px auto 0px;
	color: #185196;
}

.product-more:hover {
	background: #185196;
	color: #fff;
}

.wxkf-box {
	background: #185196;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
}

.wxkf-box .wxkf-tel {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #666;
}

.wxkf-more {
	width: 120px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #ddd;
	display: block;
	margin: 10px auto 0px;
	text-align: center;
	background: #fff;
	line-height: 35px;
}


/*案例展示*/

.main-title {
	text-align: center;
	margin-bottom: 20px;
}

.main-title i.iconfont {
	font-size: 45px;
	text-align: center;
	color: #185196;
}

.main-title .title {
	font-size: 25px;
	font-weight: bold;
}

.main-title .title span {
	color: #185196;
}

.main-title .english {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
	text-transform: uppercase;
}

.case-titlist {
	padding: 15px;
}

.case-titlist a {
	display: block;
	float: left;
	width: calc(100%/8);
	text-align: center;
	color: #333;
}

.case-titlist a.active {
	color: #185196;
}

.case-titlist a i.iconfont {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

.case-titlist a span {
	display: block;
	width: 100%;
	text-align: center;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	font-size: 18px;
}

.case-fluid {
	background: #f8f8f8;
}

.case-list .case-box {
	display: none;
}

.case-list .case-box.active {
	display: block;
}

.case-item {
	float: left;
	width: 25%;
	padding: 10px;
}

.case-item a {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
}

.case-img {
	width: 100%;
	overflow: hidden;
}

.case-img img {
	width: 100%;
}

.case-info {
	text-align: center;
	width: 100%;
	line-height: 40px;
}

.case-item a:hover {
	border-color: #185196;
	background: #185196;
}

.case-item a:hover .case-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.case-item a:hover .case-info {
	color: #fff;
}


/*我们的优势*/

.ysBox {
	width: 1000px;
	margin: 0px auto;
	padding-top: 30px;
}

.ys-box {
	margin-bottom: 50px;
}

.ys-img {
	width: 400px;
}

.ys-img img {
	width: 100%;
}

.ys-info {
	width: 550px;
}

.ys-info-title {
	position: relative;
	padding-left: 60px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

.ys-info-title i {
	font-size: 30px;
	display: block;
	width: 50px;
	height: 50px;
	background: #185196;
	line-height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}

.ys-info-title h5 {
	font-size: 20px;
	color: #022e51;
}

.ys-info-title .t-english {
	display: block;
	width: 100%;
	text-transform: uppercase;
	margin-top: 3px;
	color: #b9b9b9;
	font-size: 13px;
}

.ys-info-des {
	font-size: 16px;
	line-height: 30px;
}

.ys-info-des span {
	color: red;
}


/*新闻中心*/

.news-fluid {
	background: #F8F8F8;
}

.news-box {
	width: 560px;
}

.news-title {
	padding-bottom: 8px;
	border-bottom: 1px solid #B5B5B6;
	line-height: 25px;
	margin-bottom: 20px;
}

.news-title .title {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	position: relative;
	padding-right: 5px;
}

.news-title .title i.iconfont {
	font-size: 23px;
	color: #185196;
	margin-right: 8px;
}

.news-title .title::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	display: block;
	width: 100%;
	height: 3px;
	background: #185196;
}

.news-title a {
	float: right;
	color: #999;
	text-transform: uppercase;
}

.news-title a:hover {
	color: #000;
}

.news-list ul li {
	padding-left: 12px;
	border-left: 5px solid #bdcbd8;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.news-list ul li a {
	float: left;
	display: block;
	width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.news-list ul li:hover {
	border-left: 5px solid #848a8f;
}

.news-list ul li:hover a {
	color: #848a8f;
}

.news-list ul li span {
	float: right;
	line-height: 40px;
	padding-right: 10px;
	font-size: 16px;
}


/*关于我们*/

.about-fluid {
	background: #f8f8f8;
	background: #185196;
}

.about {
	float: left;
	width: 750px;
}

.about-fluid .news-title {
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	line-height: 25px;
	margin-bottom: 20px;
	color: #fff;
}

.about-fluid .news-title .title {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	position: relative;
	padding-right: 5px;
}

.about-fluid .news-title .title i.iconfont {
	font-size: 23px;
	color: #fff;
	margin-right: 8px;
}

.about-fluid .news-title .title::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
}

.about-fluid .news-title a {
	float: right;
	color: #ddd;
	text-transform: uppercase;
}

.about-fluid .news-title a:hover {
	color: #fff;
}

.about-info {
	padding-top: 30px;
}

.about-info p {
	line-height: 30px;
	font-size: 15px;
	color: #ddd;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	max-height: 180px;
}

.about-more {
	display: block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 20px;
	color: #ddd;
}

.about-more:hover {
	color: #333;
	background: #fff;
	border-color: #fff;
}

.ryzz {
	float: right;
	width: 370px;
}

.ryzz-list {
	padding-top: 40px;
}

#ryzz-list {
	padding: 0px 90px;
	position: relative;
}

#ryzz-list .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	margin-top: -32px;
	border-radius: 0px;
	background: transparent;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}

#ryzz-list .owl-controls .owl-nav div.owl-next {
	right: 0px;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}

#ryzz-list .owl-controls .owl-nav div.owl-prev {
	left: 0px;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}

#ryzz-list img {
	padding: 10px;
	border: 1px solid #ddd;
	cursor: pointer;
}

#ryzz-list img:hover {
	border-color: #185196;
}

.service-fluid {
	background: #185196;
}

.service .main-title {
	color: #fff;
}

.service .english {
	color: #ddd;
}

.service-img img {
	margin: 30px auto;
}

.friend-fluid {
	padding: 10px 0px;
}

.friend {
	color: #333;
	font-size: 16px;
	line-height: 32px;
}

.friend a {
	margin-right: 10px;
}

.friend a:hover {
	color: #185196
}


/*footer*/

.footer-fluid {
	background: #333333;
	padding-top: 60px;
	color: #999;
}

.footer-fluid a {
	color: #999;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

.footer-fluid a:hover {
	color: #fff;
}

.footer-left {
	float: left;
	width: 500px;
	padding-right: 40px;
	border-right: 1px dashed #999;
}

.footer-logo img {
	height: 50px;
}

.footer-left .foote-lList p {
	line-height: 30px;
	position: relative;
	padding-left: 35px;
}

.footer-left .foote-lList p i.iconfont {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
}

.footer-middle {
	float: left;
	width: 400px;
	padding-left: 40px;
}

.footer-mtitle {
	font-size: 18px;
	margin-bottom: 10px;
}

.footer-middle ul {
	padding-left: 20px;
}

.footer-middle ul li {
	float: left;
	width: 50%;
	padding-right: 30px;
	line-height: 35px;
}

.footer-ewm {
	float: right;
	width:300px;
}
.footer-ewm-img{
	float:left;
	width:50%;
	padding:5px;
}
.footer-bottom {
	margin-top: 20px;
	border-top: 1px solid #999;
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	padding-bottom: 15px;
}

.footer-ewm img {
	margin: 0px auto;
	max-width: 120px;
}

.footer-ewm p {
	text-align: center;
	line-height: 30px;
}

.bottoming {
	display: none;
	/*display: block;*/
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #185196;
	padding: 5px 0px;
	z-index: 10000;
}

.bottoming ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.bottoming ul li i.iconfont {
	height: 30px;
	font-size: 20px;
	padding-top: 5px;
	color: #fff;
}

.bottoming ul li a span {
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	padding-top: 5px;
	font-size: 13px;
}


/*侧边浮窗*/

.cbfc {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 300;
	width: 60px
}

.mod_hang_qrcode {
	position: relative
}

.mod_hang_qrcode_show {
	display: none;
	position: absolute;
	right: 70px;
	top: -65px;
	width: 200px;
	min-height: 144px;
	border: 0 none;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	padding:10px;
}
.mod_hang_qrcode_show {
	width: 200px;
	padding: 10px;
	min-height: 145px;
}

.mod_hang_qrcode_show .box {
	width: 50%;
	float: left;
}


.mod_hang_qrcode_show_bg {
	width: 100%;
	height: auto;
}

.mod_hang_qrcode_show .box .mod_hang_qrcode_show_bg img {
	width: 100%;
}
.mod_hang_qrcode_show .box p {
	margin-top: 5px;
	line-height: 16px;
	color: #666;
	font-size: 12px;
	text-align: center
}

.cffc_hang_qrcode p {
	padding-bottom: 5px
}

.mod_hang_qrcode_btn {
	display: block;
	width: 60px;
	height: 60px;
	color: #185196;
	font-size: 40px;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease
}

.mod_hang_top {
	display: block;
	width: 60px;
	height: 60px;
	margin: 5px 0 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
	background-color: transparent
}

.mod_hang_qrcode:hover .mod_hang_qrcode_show {
	display: block
}

.mod_hang_qrcode_btn {
	position: relative;
	margin-top: 5px;
	text-align: center;
	background-color: transparent;
	-webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}

.mod_hang_qrcode_btn span {
	display: none;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 30px;
	line-height: 15px;
	font-size: 12px;
	text-align: center
}

.mod_hang_qrcode_btn:hover {
	color: #fff
}

.mod_hang_top {
	-webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}

.mod_hang_top .mod_hang_qrcode_btn {
	background: 0 0;
	margin: 0
}

.mod_hang_appeal_btn {
	display: block;
	width: 60px;
	height: 60px;
	color: #185196;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
}

.mod_hang_appeal:hover .mod_hang_appeal_show {
	display: block;
	opacity: 1;
}

.mod_hang_appeal_btn,
.mod_hang_qrcode_btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	color: #185196;
	background-color: #fff;
}

.mod_hang_appeal_btn i,
.mod_hang_qrcode_btn i {
	display: block;
	font-size: 40px;
	color: #185196;
}

.mod_hang_appeal_btn span,
.mod_hang_qrcode_btn span {
	display: none;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #185196;
}

.mod_hang_top .mod_hang_qrcode_btn {
	background: #fff;
}

.mod_hang_appeal_btn:hover i,
.mod_hang_qrcode_btn:hover i {
	display: none;
}

.mod_hang_appeal_btn:hover span,
.mod_hang_qrcode_btn:hover span {
	display: block;
}

.mod_hang_appeal.show .mod_hang_appeal_show {
	display: block;
}

.mod_hang_appeal_show {
	opacity: 0;
	z-index: -9;
	right: -500px;
	position: absolute;
	right: 70px;
	bottom: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	width: 300px
}

.mod_hang_appeal_show li {
	*zoom: 1;
	cursor: pointer
}

.mod_hang_appeal_show li:hover {
	background: #f3f5fb
}

.mod_hang_appeal_show li:after,
.mod_hang_appeal_show li:before {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden
}

.mod_hang_appeal_show .icon_box,
.mod_hang_appeal_show .text_box {
	float: left;
	width: 215px;
	height: 90px;
	cursor: pointer
}

.mod_hang_appeal_show .icon_box {
	width: 78px;
	line-height: 90px;
	text-align: center
}

.mod_hang_appeal_show .icon_box i {
	color: #185196;
	font-size: 30px
}

.mod_hang_appeal_show .text_box h5 {
	margin-top: 10px;
	font-size: 16px;
	color: #03004c;
	line-height: 24px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.mod_hang_appeal_show .text_box p {
	margin-top: 10px;
	max-height: 36px;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	color: #666;
	cursor: pointer
}

.cffc_feedback_qrcode .mod_hang_qrcode_btn {
	margin-bottom: 5px
}

.cffc_feedback_qrcode .mod_hang_qrcode_show p {
	padding-bottom: 5px
}

.cffc_feedback_qrcode .mod_hang_qrcode_show_bg {
	margin-top: 0;
	background-image: none
}

.cffc-lang-en .mod-qr-tips {
	position: relative
}

.cffc-lang-en .mod-qr-tips:after {
	content: "Search";
	position: absolute;
	left: 41px;
	top: 8px;
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #666;
	font-size: 16px
}


/*子页*/

.sub-content-fluid {
	padding: 50px 0px;
}

.sub-sidebar {
	float: left;
	width: 300px
}

.sub-sidebar-title {
	background: #185196;
	text-align: center;
	padding: 15px 0;
}

.sub-sidebar-title h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.sub-sidebar-title p {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	line-height: 25px;
}

.sub-sidebar-list ul li {
	line-height: 40px;
	border: 1px solid #ddd;
	border-top: 0px;
}

.sub-sidebar-list ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 5px 15px;
}

.sub-sidebar-list ul li a:hover {
	color: #185196;
	background: #f8f8f8;
	padding-left: 20px;
}

.sub-sidebar-list ul li a i.iconfont {
	font-size: 20px;
}

.sub-sidebar-tel {
	background: #185196;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
}

.sub-sidebar-tel .tel {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #666;
}

.sub-sidebar-tel .more {
	width: 120px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #ddd;
	display: block;
	margin: 10px auto 0px;
	text-align: center;
	background: #fff;
	line-height: 35px;
}

.sub-sidebar-btn {
	line-height: 40px;
	border: 1px solid #ddd;
	border-top: 0px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	display: none;
}

.sub-sidebar-btn i.iconfont {
	font-size: 20px;
}

.sub-content-right {
	float: right;
	width: 900px;
	padding-left: 40px;
}

.crumbs-fluid {
	border-bottom: 1px solid #ddd;
	padding: 5px 0px;
	background: #f8f8f8;
}

.crumbs {
	line-height: 30px;
}

.crumbs i.iconfont {
	font-size: 20px;
	margin-right: 5px;
}

.crumbs a:hover {
	color: #185196;
}

.sub-cont-top {
	background: #185196;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
}

.sub-cont-top .left {
	font-size: 18px;
	padding-left: 10px;
}

.sub-cont-top .right a {
	display: block;
	background: #E4E4E4;
	padding-right: 10px;
	padding-left: 10PX;
	color: #333;
}

.sub-cont-top .right a:hover {
	background: #185196;
	color: #fff;
}

.sub-cont-top .right i.iconfont {
	font-size: 16px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

.sub-product-list .sub-item {
	float: left;
	width: calc(100%/3 - 12px);
	margin-right: 18px;
	margin-bottom: 18px;
}

.sub-product-list .sub-item:nth-of-type(3n) {
	margin-right: 0px;
}

.sub-item a {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
}

.sub-item .img {
	width: 100%;
	overflow: hidden;
}

.sub-item .img img {
	width: 100%;
}

.sub-item .des {
	border-top: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	height: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-item a:hover {
	border-color: #185196;
}

.sub-item a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.sub-item a:hover .des {
	color: #185196;
}

.sub-item a:hover .des {
	background: #185196;
	border-color: #185196;
	color: #fff;
}

.pages {
	text-align: center;
	width: 100%;
}

.pages .page {
	display: table;
	margin: 20px auto;
}

.pages .page a,
.pages .page span {
	display: block;
	padding: 5px 8px;
	border: 1px solid #ddd;
	color: #666;
	float: left;
	margin: 5px;
}

.pages .page span,
.pages .page a:hover {
	background: #185196;
	color: #fff;
	border: 1px solid #185196;
}


/*新闻中心*/

.sub-news-item {
	border-bottom: 1px solid #ddd;
}

.sub-news-item a {
	display: block;
	padding: 10px;
}

.sub-news-item a:hover {
	background: #F8F8F8;
	padding-left: 20px;
}

.sub-news-item .sub-news-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
}

.sub-news-item .sub-new-des {
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.sub-news-item .sub-news-time {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.sub-news-item .sub-news-time span {
	padding-right: 10px;
}

.sub-news-item .sub-news-time i.iconfont {
	font-size: 16px;
	margin-right: 5px;
}


/*新闻详情页*/

.sub-news-d-left {
	float: left;
	margin-top: 50px;
	width: 830px;
}

.sub-swapper-title {
	border-bottom: 1px solid #e2e2e2;
}

.sub-swapper-title h1 {
	font-size: 24px;
	color: #000;
	padding: 15px 0;
	line-height: 1.5;
}

.sub-swapper-title-category {
	font-size: 14px;
	margin-bottom: 15px;
	color: #888;
	overflow: hidden;
	line-height: 25px;
}

.sub-swapper-title-category .left {
	float: left;
}

.sub-swapper-title-category .left span {
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
}

.sub-swapper-title-category .left span i.iconfont {
	margin-right: 5px;
	font-size: 20px;
	float: left;
	position: absolute;
	left: 0px;
}

.sub-swapper-title-category .right {
	float: right;
}

.sub-swapper-title-category .right a {
	color: #888;
}

.sub-swapper-title-category .right a:hover {
	text-decoration: underline;
	color: #284b9e;
}

.sub-swapper-info {
	padding-top: 30px;
	font-size: 16px;
	line-height: 2;
	color: #191919;
}

.sub-swapper-info p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
	color: #191919;
}

.sub-swapper-info img {
	display: inline-block;
	max-width: 100%;
}


/*sub-link*/

.sub-link {
	padding: 15px 0px;
	border-top: 1px solid #e2e2e2;
}

.sub-link p {
	padding: 10px 0;
	color: #000;
	line-height: 20px;
}

.sub-link p a:hover {
	color: #284b9e;
	text-decoration: underline;
}

.sub-news-d-right {
	float: right;
	width: 300px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.category-box {
	padding: 20px 10px 20px 20px;
	background: #fafafa;
	margin-bottom: 20px;
}

.category-box h3 {
	font-size: 20px;
	font-weight: 700;
}

.category-box ul li {
	border-bottom: 1px solid #eee;
	padding: 20px 0 15px;
}

.category-box ul li a {
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
}

.category-box ul li a i.iconfont {
	webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	margin-left: 10px;
}

.category-box ul li:hover a {
	color: #185196;
}

.category-box ul li:hover a i.iconfont {
	margin-left: 30px;
	color: #185196;
}

.category-box ul li.active a,
.category-box ul li.active a i.iconfont {
	color: #185196;
}

.hot-recommend {
	padding: 20px 10px 20px 20px;
	background: #fafafa;
	margin-bottom: 20px;
}

.hot-recommend h3,
.hot-product h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.hot-recommend ul li {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.hot-recommend ul li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hot-recommend ul li a:before {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	bottom: 50%;
	background: #284b9e;
	width: 3px;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hot-recommend ul li a em {
	display: inline-block;
	color: #9e9e9e;
	font-style: italic;
	font-weight: 700;
	margin-right: 10px;
}

.hot-recommend ul li:nth-of-type(1) a em,
.hot-recommend ul li:nth-of-type(2) a em,
.hot-recommend ul li:nth-of-type(3) a em {
	color: #e7a646;
}

.hot-recommend ul li:hover a {
	color: #185196;
}

.hot-recommend ul li:hover a:before {
	height: 100%;
}

.hot-recommend ul li:hover a em {
	color: #185196;
}

.hot-product {
	padding: 20px;
	background: #fafafa;
	margin-bottom: 20px;
}

.hot-product-list .item a {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
}

.hot-product-list .item .img {
	width: 100%;
	overflow: hidden;
}

.hot-product-list .item .img img {
	width: 100%;
}

.hot-product-list .item .des {
	border-top: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	height: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-product-list .item a:hover {
	border-color: #185196;
}

.hot-product-list .item a:hover .des {
	background: #185196;
	border-color: #185196;
	color: #fff;
}

.hot-contact {
	padding: 20px 10px 20px 20px;
	background: #fafafa;
	margin-bottom: 20px;
	border-bottom: 2px solid #185196;
	border-top: 2px solid #185196;
}

.hot-contact .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.hot-contact .hot-contact-info {
	line-height: 30px;
}


/*产品详情页*/

.sub-product-dt-img {
	float: left;
	width: 340px;
	border: 1px solid #ddd;
}

.sub-product-dt-img img {
	width: 100%;
}

.sub-product-dt-info {
	float: left;
	width: 520px;
	padding-left: 40px;
}

.sub-product-dt-info .tit {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px dashed #ddd;
	;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 35px;
}

.sub-product-dt-info .des {
	line-height: 30px;
	font-size: 16px;
}

.sub-product-d-info {
	padding: 15px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sub-product-d-info .title {
	font-size: 20px;
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	margin-bottom: 10px;
}


/*联系我们*/

.sub-contact-title {
	font-size: 20px;
	color: #185196;
	margin-top: 20px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	border-top: 1px dashed #ddd;
}

.sub-contact-title:first-of-type {
	border-top: 0px;
}

.sub-contact-title::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 2px;
	background: #185196;
}

.sub-contact-info {
	line-height: 40px;
	font-size: 16px;
}

.sub-contact-form {
	padding-bottom: 30px;
	margin-top: 30px;
}

.sub-contact-form ul li {
	margin-bottom: 20px;
	width: 550px;
}

.sub-contact-form ul li span {
	float: left;
	width: 90px;
	line-height: 35px;
}

.sub-contact-form ul li input[type=text] {
	width: calc(100% - 90px);
	border: 1px solid #ddd;
	height: 35px;
	padding: 5px;
}

.sub-contact-form ul li textarea {
	width: calc(100% - 90px);
	height: 80px;
	padding: 5px;
	border: 1px solid #ddd;
}

.sub-contact-form ul li input[type=text]:focus,
.sub-contact-form ul li textarea:focus {
	border: 1px solid #185196;
	box-shadow: 0px 0px 3px #185196;
}

.sub-contact-form ul li.form-btn input[type=submit] {
	width: 180px;
	height: 50px;
	background: #185196;
	color: #FFFFFF;
	border: 1px solid #185196;
	margin-left: 90px;
	cursor: pointer;
	font-size: 18px;
}

.sub-contact-form ul li.form-btn input[type=submit]:hover {
	background: #17298a;
	border: 1px solid #17298a;
}

.sub-contact-map {
	margin-bottom: 30px;
}

.sub-banner {
	width: 100%;
}

.sub-banner img {
	width: 100%;
}

.sub-tuijian-case {
	border-top: 1px dashed #185196;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.sub-tuijian-case .main-title {
	margin-bottom: 50px;
}

.sub-tuijian-case .main-title .title {
	font-size: 30px;
	color: #185196;
}

.service-img {
	position: relative;
}

.service-img a {
	display: block;
	width: 120px;
	background: #F8F8F8;
	text-align: center;
	line-height: 50px;
	position: absolute;
	bottom: 40px;
	right: 15px;
	font-size: 18px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.service-img a:hover {
	background: #022E51;
	color: #fff;
}