.pagination {
    height: 34px;
    text-align: center;
	float:right
}
.pagination li {
    display: inline-block;
    /* height: 34px; */
    margin-right: 5px;
}
.pagination li a {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 字体图标 */
@font-face {
	font-family: 'iconfont';/*
    src: url('../fonts/5bd1983a3bea4b879ecab358acd74cbc.eot');
    src: url('../fonts/babf283f02914089a9988d216a18319d.eot') format('embedded-opentype'), url('../fonts/ec545fe3952e4b06aa1a866d50140315.woff') format('woff2'), url('../fonts/9bf110fe7dee41c985a0bdaf376d0de0.woff') format('woff'), url('../fonts/cfb31651aca6424c960dfccd4fba1502.ttf') format('truetype'), url('../fonts/4c7aed236efa4e60a878bfba4b1765c9.svg') format('svg');
*/
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	color: #d3d3d3;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* 背景主体颜色 */
body {
	background-color: #fff;
	color: #222;
	font-size: 16px;
}
p {
	font-size: 16px;
	color: #777;
	margin-bottom: 30px;
	line-height: 1.8;
}
a {
	color: #222;
}
a:hover {
	color: #e02b20;
}
/* 图片对齐 */
img {
	vertical-align: middle;
    margin: auto;	
}
i {
	display: inline-block;
	vertical-align: middle;
}
.container {
	padding: 0;
}
h3 {
	font-size: 32px;
	font-weight: 400;
	color: #222;
}
h5 {
	font-size: 22px;
	font-weight: 400;
	color: #222;
}
body {
	font-family: "微软雅黑", Arial,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	;
}
html,  body {
	position: relative;
	height: 100%;
}
/* 媒体查询修改最大最小宽度 */
@media screen and (min-width: 1280px) {
.container {
	width: 1280px;
}
}
@media screen and (max-width: 992px) {
.container {
	padding: 0 15px;
}
}
/* 公共部分样式开始 */
.head_zhanwei {
	width: 100%;
	height: 101px;
}
.head_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
/* 头部站位盒子 */
/* 顶部导航进度条 */
.nav_progressbar {
	height: 5px;
	width: 100%;
	background-color: #175ba6;
}
.nav_progressbar>div {
	width: 31%;
	height: 5px;
	background-color: #e02b20;
}
.head_nav {
	height: 96px;
	background-color: #fff;
	padding: 0 40px;/* background-color: blanchedalmond; */
}
/* 头部 */
/* logo */
.head_nav_logo {
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.head_logo_name {
	margin-left: 15px;
	padding-top: 5px;
	cursor: pointer;
}
.head_logo_name>h1 {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
}
.head_logo_name>p {
	margin: 0;
	font-size: 13px;
	color: #999;
	line-height: 1.5;
	letter-spacing: 1.1px;
}
/* 头部导航 */
.head_nav_bar {
	margin-left: 300px;
}
.head_nav_bar>ul {
	display: flex;
	justify-content: flex-start;
	margin: 0;
}
.head_nav_bar>ul>li>a {
	display: inline-block;
	padding: 0 36px;
	height: 96px;
	line-height: 96px;
}
.head_nav_bar>ul>li>a.hvr-underline-from-center:before {
	height: 3px;
	background-color: #e02b20;
}
.head_nav_bar>ul>li>span {
	font-size: 14px;
	color: #d1d1d1;
}
.head_nav_bar>ul>li:last-child>span {
	display: none;
	line-height: 96px;
}
/* 语言切换 */
.head_language_cut {
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.head_language_cut>a>img {
    margin: 0 10px;
    width: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
/* 移动端按钮 */
.mb_btn {
	display: none;
	/*    margin-left: 8px;*/
	height: 96px;
}
.mb_btn>i {
	font-size: 24px;
	color: #222;
	cursor: pointer;
	line-height: 96px;
	padding: 0 10px 0 30px;
}
/* 媒体查询改变页面布局 */
@media screen and (max-width:1700px) {
.head_nav_bar {
	margin-left: 60px;
}
}
@media screen and (min-width:1160px) and (max-width: 1400px) {
.head_nav_bar>ul>li>a {
	padding: 0 16px;
}
}
@media screen and (max-width:1159px) {
.head_nav_bar {
	display: none;
}
.mb_btn {
	display: block;
}
}
@media screen and (max-width:992px) {
.head_nav {
	padding: 0 15px;
}
}
/* 头部外部下拉 */
.external_down {
	position: fixed;
	width: 100%;
	background-color: #f5f5f5;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.sub_down {
	position: absolute;
	top: 101px;
	transform: translateX(0%);
	z-index: 99;
	width: auto;
	display: none;
}
.sub_down>a {
	display: inline-block;
	padding: 0 25px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
}
.sub_down>a:hover {
	transform: translateX(2px);
}
/* 移动端样式 */
.mb_box {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 0;
	display: none;
}
.mb_box .mb_box_l {
	cursor: pointer;
	width: 30%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: relative;
}
.mb_box .mb_box_l>i {
	cursor: pointer;
	position: absolute;
	top: 1%;
	right: 5%;
	font-size: 50px;
	transition: all .4s;
}
.mb_box .mb_box_l>i:hover {
	transform: scale(1.2);
}
.mb_box .mb_box_r {
	width: 70%;
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
}
/* 上部 */
.mbx_r_t {
	position: relative;
	height: 131px;
	width: 100%;
	background-color: #175ba6;
}
/* 移动端logo */
.mbx_r_logo {
	padding-left: 18px;
	display: flex;
	height: 101px;
	align-items: center;
}
.mbx_logo_wenzi {
	margin-left: 20px;
}
.mbx_logo_wenzi>h2 {
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.mbx_logo_wenzi>p {
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	text-align: left;
	margin: 0;
}
/* 语言定位 */
.mb_language_dw {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	transform: translateY(50%);
	padding: 0 18px;
}
.mb_language_dw .mb_language_tab {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d8d8d8;
	display: flex;
	justify-content: center;
	align-items: center;/*
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
*/
}
.mb_language_dw .mb_language_tab>a {
	padding: 0 14px;
}
.mb_language_dw .mb_language_tab>span {
	color: #eaeaea;
}
/* 下部 */
.mbx_r_b {
	padding: 42px 18px 0 18px;
	height: 100%;
	background-color: #f5f5f5;
}
.mbx_r_b>ul {
	border: 1px solid #eaeaea;
}
.mbx_r_b>ul>li {
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
}
.mbx_r_b>ul>li .top {
	height: 55px;
	line-height: 55px;
	width: 100%;
}
.libg {
	background-color: #f5f5f5!important;
}
.mbx_r_b>ul>li:last-child {
	border-bottom: none;
}
.mbx_r_b>ul>li .top a {
	display: inline-block;
	width: 75%;
	float: left;
	margin: 0 !important;
}
.mbx_r_b>ul>li .top a p {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	height: 55px;
	text-align: left;
	line-height: 55px;
	padding-left: 25px;
	color: #222;
}
.mbx_r_b>ul>li .top i {
	font-size: 15px;
	color: #222;
	width: 25%;
	float: left;
	text-align: center;
}
.mbx_r_b>ul>li a:hover {
	color: #e02b20
}
/* 下拉盒子 */
.mbx_r_down {
	display: none;
	padding: 10px 0;
}
.mbx_r_down>a {
	display: block;
	padding: 8px 35px;
	text-align: left;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dotted #D8D8D8；
}
/* 底部footer部分 */
#ClCache {
	display: none;
}
.cndns-right {
	display: none;
}
.footer {

	background-color: #727272;
	z-index: 2;
	position: relative;
}
.footer_t {
	padding: 50px 0 50px 0;
}
.footer_t>dl {
	float: left;
	margin: 0;
	margin-right: 20px;
}
.footer_t>dl:last-child {
	margin-right: 0;
}
.footer_t>dl>dt>a {
	display: block;
	text-align: left;
	font-size: 24px;
	color: #fffefe;
	height: 50px;
}
.footer_t>dl>dd {
	width: 100%;
	margin-bottom: 10px;
}
.footer_t>dl {
	width: 23%;
}
.footer_t>dl>dd>a {
	display: block;
	font-size: 18px;
	color: #fff;
/*	height: 28px;*/
	text-align: left;
	width: 100%;
	line-height: 1.3
}
.footer_t a:hover {
	color: #e02b20;
	transform: translateX(2px)
}
.footer_b {
	background-color: #fff;
}
.footer_b_ct {
	height: 60px;
	line-height: 60px;
	color: #999999 !important;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
}
.footer_b_ct a {
    color: #999999;
    font-size: 18px;
}
.fp-tableCell .footer {
	margin: 0;
}
@media screen and (max-width:500px) {
.mb_language_dw .mb_language_tab>a {
	padding: 0 8px;
}
.mbx_logo_wenzi {
	margin-left: 10px;
}
.mbx_logo_wenzi>h2 {
	font-size: 20px;
}
}
.owl-theme .owl-controls {
	margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
	background: #999;
}
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	margin: 0 20px 0 22px;
	background: #2098D1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.hvr-underline-from-center.cur {
	color: #e02b20;
}
.hvr-underline-from-center:active:before,  .hvr-underline-from-center:focus:before,  .hvr-underline-from-center.cur:before {
	left: 0;
	right: 0;
}
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .1s;
	transition-duration: .1s
}
.hvr-icon-forward .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.hvr-icon-forward:active .hvr-icon,  .hvr-icon-forward:focus .hvr-icon,  .hvr-icon-forward:hover .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}
.logochndofspxkvv img {
	display: none !important;
}
*:focus {
	outline: none;
}
.logochndofspxkvv img {
	display: none !important;
}
.bgimg {
	height: 320px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.bgimg_txt {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bgimg_txt>h2 {
	font-size: 34px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.bgimg_tab {
	height: 70px;
	display: flex;
}
.bgimg_tab>div {
	flex: 1;
}
.bgimg_tab>div>a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(27, 91, 161, .9);
	border-right: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	font-size: 16px;
}
.bgimg_tab>div:last-child>a {
	border-right: 0;
}
.bgimg_tab>div.cur>a {
	border-right: none;
	color: #222;
	background-color: #fff;
	opacity: 1;
}
.bgimg_txtt {
	position: absolute;
	height: 260px;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.bgimg_txtt>h5 {
	/*
        height: 260px;
        line-height: 260px;
*/
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
}
.bgimg_crumbs {
	position: absolute;
	height: 60px;
	right: 0;
	bottom: 0;
	background-color: #175ba6;
}
.bgimg_crumbs_box {
	padding: 0 50px;
	height: 60px;
	display: flex;
	align-items: center;
}
.bgimg_crumbs_box>a>span {
	font-size: 14px;
	color: #fff;
	margin-right: 12px;
}
.bgimg_crumbs_box>a>i {
	font-size: 14px;
	color: #fff;
	margin-right: 12px;
}
.bgimg_crumbs_box>i {
	font-size: 12px;
	color: rgba(255,255,255,.5);
	margin-right: 12px;
}
.cppl {
	display: flex;
	flex-wrap: wrap;/*    justify-content: space-between;*/
}
.cppl.lhsh {
	justify-content: flex-start;
}
.cppl .item {
	width: 31%;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 50px;
	margin-right: 2%;
}
.shop {
	display: flex;
	flex-wrap: wrap;/*    justify-content: space-between;*/
}
.shop.lhsh {
	justify-content: flex-start;
}
.shop .item {
	width: 23%;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 50px;
	margin-right: 2%;
}
.shop .content_item_img{
	height: auto
}
.content_box .shop .content_box_item img{
	position:unset;
	top:auto;
	left: auto;
	transform:none
}
.content_box .shop .content_box_item:hover img{
   -webkit-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
   -webkit-transition: -webkit-transform 0.6s ease 0;
   transition: transform 0.6s ease 0;
}
.shop .content_item_txt{
	padding: 20px
}
/*
.cppl.lhsh .item {
	margin-right: 1%;
}
*/
/* 媒体查询 */
@media screen and (max-width:1200px) {
.cppl .item {
	margin-bottom: 20px;
	width: 48%;
	margin-right: 1%
}
	.footer_t>dl {
	width: 30%;
}
}
@media screen and (max-width:992px) {
.footer_b_ct {
	text-align: center;
	font-size: 12px;
}

}
@media screen and (max-width:768px) {
.footer_t>dl {
	width: 45%;
}
.footer_t>dl>dt>a {
	font-size: 18px;
}
.footer_t>dl>dd>a {
	font-size: 12px;
}
.footer_b_ct a {
	font-size: 12px;
}
.bgimg_txtt>h5 {
	font-size: 24px;
	padding: 0 20px;
}
.cppl .item {
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0;
}
.footer_t {
	display: flex;
	justify-content: center;
}
.footer_t>dl:nth-child(-n+1) {
	display: none;
}
h3 {
	font-size: 24px;
}
.cndns-right-btn {
	border-top: none !important;
}
.head_nav_logo img {
	width: 170px;
}
.head_nav_logo h1 {
	font-size: 18px;
}
.head_nav_logo p {
	font-size: 12px;
}
.head_nav {
	height: 80px;
}
.head_zhanwei {
	height: 85px;
}
.head_nav_logo {
	height: 80px;
}
.mb_btn {
	height: 80px;
}
.mb_btn>i {
	line-height: 80px;
}
.mbx_logo_wenzi>h2 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding-top: 10px;
	text-align: left;
}
.mbx_logo_wenzi>p {
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	text-align: left;
	margin: 0;
	line-height: 1.5;
}
.mbx_r_logo img {
	width: 50px;
}
.mb_language_dw .mb_language_tab>a {
	font-size: 14px;
}
.head_nav_logo p {
	line-height: 1.6;
	letter-spacing: 0.1px;
}
.head_logo_name {
	margin-left: 15px;
}
.bgimg {
	height: 200px;
}
.bgimg_txt {
	height: 150px;
}
.bgimg_txt>h2 {
	font-size: 28px;
}
.bgimg_tab {
	height: 50px;
}
.bgimg_tab>div>a {
	font-size: 14px;
}
.bgimg_txtt {
	height: 150px;
}
.bgimg_crumbs {
	height: 50px
}
.bgimg_crumbs_box {
	height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: auto;
}
}
 body *::-webkit-scrollbar {
 display:none；
}
.pages * {
	font-size: 14px !important;
}
.pages {
	padding: 5px 0;
	margin-top: 30px;
	clear: both;
	text-align: center;
	width: 100%;
	display: inline-block
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: inline-block
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #175ba6;
	background: #175ba6;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #175ba6;
	background: #175ba6;
	color: #fff;
}
.lubepage_pag {
	margin-top: 35px;
	/*    margin-bottom: 200px;*/
	display: flex;
	align-items: center;
}
.lubepage_pag_l,  .lubepage_pag_r {
	width: 40%;
}
.lubepage_pag_l a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-align: left
}
.lubepage_pag_l * {
	display: inline;
	font-size: 14px;
	color: #777
}
.lubepage_pag_r a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-align: right
}
.lubepage_pag_r * {
	display: inline;
	color: #777
}
.lubepage_pag_l>a>i,  .lubepage_pag_r>a>i {
	font-size: 22px;
	color: #a3a3a3;
}
.lubepage_pag_l>a>p,  .lubepage_pag_r>a>p {
	font-size: 16px;
	color: #222;
	margin: 0 8px;
}
.lubepage_pag_l>a>p:hover {
	color: #e02b20;
}
.lubepage_pag_r>a>p:hover {
	color: #e02b20;
}
.lubepage_pag_l {
	justify-content: flex-start;
}
.lubepage_pag_l>a>i {
	margin-right: 10px;
}
.lubepage_pag_r {
	justify-content: flex-end;
}
.lubepage_pag_r>a>i {
	margin-right: 10px;
}
.lubepage_pag_centre {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lubepage_pag_centre>a>i {
	font-size: 30px;
	color: #a3a3a3;
}
@media screen and (max-width: 992px) {
.lubepage_pag {
	margin-top: 30px;
}
.lubepage_pag_l, .lubepage_pag_r {
	display: none;
}
.lubepage_pag_centre {
	width: 100%
}
}
#topcontrol {
	z-index: 555;
}
@media screen and (max-width:768px) {
#topcontrol img {
	width: 60px !important;
	height: 60px !important;
}
.pc {
	display: none;
}
}
@media screen and (min-width:769px) {
.wap {
	display: none
}
}
.fakeloader {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	background: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.container {
	width: 1100px;
}
}

.lubepage .tabl table img { display:inline-block;}
