﻿/* 头部 */
.header_scroll {
	display: none;
}


.menu_check {
	position: relative;
	margin: 11px 40px 0 0;
}

.check_curr {
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.check_block {
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	font-size: 14px;
	color: #000;
	padding-top: 10px;
	z-index: 4;
	background: #FFF;
	text-align: center;
}

.check_block>ul>li {
	cursor: pointer;
	padding: 7px 0;
	font-size: 16px;
}

.check_curr>* {
	display: inline-block;
	vertical-align: middle;
}

.index_seach {
	position: relative;
}

.se_input {
	position: absolute;
	top: 50px;
	right: 0;
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #eeeeee;
	background: #FFF;
	display: none;
}

.se_input input {
	width: 80%;
	height: 100%;
}

.sea_icon {
	cursor: pointer;
}

.se_input span {
	float: right;
	cursor: pointer;
}

.se_input span img {
	width: 20px;
	margin-top: -2px;
}

.hea_cel {
	margin-top: 15px;
}

.hea_menu {
	text-align: center;
	padding-top: 25px;
}

.hea_menu>ul {
	font-size: 0;
}

.hea_menu>ul>li {
	display: inline-block;
	font-size: 18px;
	margin-right: 5.8%;
}

.hea_menu>ul>li:last-child {
	margin-right: 0;
}

.hea_menu>ul>li a {
	color: #FFf;
}

/* 底部 */
.footer {
	background: #212121;
	/* margin-top: 90px; */
}

.f_menu>ul>li {
	float: left;
	margin-right: 95px;
}

.f_menu>ul>li h1 {
	font-size: 16px;
	color: #e5e5e5;
	margin-bottom: 28px;
}

.menu_a a {
	font-size: 14px;
	color: #858585;
	display: block;
	transition: all 0.4s;
	margin-bottom: 15px;
}

.menu_a a:hover {
	text-decoration: underline;
}

.foot_boot {
	background: #1a1a1a;
	padding: 24px 0;
	font-size: 14px;
	color: #858585;
}

.foot_top {
	padding: 60px 0 40px;
}

.flogo p {
	float: left;
	margin-left: 40px;
}

.flogo p em {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #858585;
}

.fo_s>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #898887;
}

.fo_s span {
	position: relative;
	margin-left: 25px;
	cursor: pointer;
}

.fo_sao {
	position: absolute;
	bottom: 30px;
	left: -51px;
	width: 120px;
	height: 128px;
	background: url("../images/cins.png")no-repeat;
	background-size: 100% 100%;
	display: none;
}

.fo_s span:hover .fo_sao {
	display: block;
}

/* 头部 */
.header_one {
	height: 169px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
}

.header {
	padding-top: 169px;
}

.hea_top {
	background-color: #FFF;
	padding: 15px 0;
	border-top: 5px solid #cccccc;
}

.ser_boot {}

.ser_boot input {
	width: 374px;
	height: 37px;
	border: 1px solid #e6e6e6;
	border-right: none;
	padding: 0 10px;
	font-size: 14px;
}

.ser_boot input::-webkit-input-placeholder {
	color: #9f9f9f;
}

.ser_button {
	background-color: rgb(220, 2, 1);
	width: 41px;
	height: 37px;
	line-height: 37px;
	text-align: center;
}

.ser_top {
	text-align: right;
	margin-bottom: 17px;
}

.ser_top>p>* {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.ser_top>p em {
	font-size: 14px;
	color: #dc0201;
	margin-left: 7px;
}

.ser_top>p {
	margin-left: 30px;
	display: inline-block;
}

.hea_boot {
	background: #f4f4f4;
	border-top: 1px solid #dbdbdb;
}

.hboot>ul>li {
	float: left;
	font-size: 16px;
	color: #5c5c5c;
	position: relative;
}

.hboot>ul>li>a {
	height: 60px;
	line-height: 60px;
	width: 126px; 
	text-align: center; 
	transition: all 0.4s;
}

.hboot>ul>li>a.on,
.hboot>ul>li>a:hover {
	background-color: rgb(220, 2, 1);
	color: #fff;
}

.ind_pro {
	width: 1200px;
	/* min-height: 400px; */
	position: absolute;
	z-index: 11;
	top: 59px;
	left: -300px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 10px 30px;
}

.ind_pro>ul>li {
	float: left;
	width: 201px;
	margin-right: 32px;
}

.ind_pro>ul>li:last-child {
	margin-right: 0;
}

.showll {
	width: 100%;
	overflow: hidden;
}

.showll>li {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #ededed;
}

.showll>li:last-child {
	border-bottom: none;
}

.li_tit {
	padding: 20px 0;
}

.li_tit>* {
	display: inline-block;
	vertical-align: middle;
}

.li_tit>a {
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
	transition: all 0.4s;
}

.neishow>li {
	margin-bottom: 17px;
}

.li_tit:hover a {
	color: #dc0201;
}

.neishow>li>a {
	font-size: 12px;
	color: #666666;
	width: 100%;
	display: block;
}

.neishow>li>a>* {
	display: inline-block;
	vertical-align: middle;
}

.neishow>li>a>span {
	margin-left: 7px;
	width: 86%;
}

.neishow {
	margin: 0 23px;
}

.index_hide {
	display: none;
}

.hboot>ul>li:hover .index_hide {
	display: block;
}

.ide_xia {
	position: absolute;
	top: 60px;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
	transform: all 0.4s;
}

.ide_xia>a {
	font-size: 14px;
	color: #ffffff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	transition: all 0.4s;
	display: block;
}

.ide_xia>a:hover {
	background: #cf0100;
}

.menu {
	padding: 40px 0;
	font-size: 14px;
	color: #878787;
}

.menu a,
.menu em {
	color: #333333;
}

.bra_tit {
	text-align: center;
	margin-bottom: 30px;
}

.bra_tit h1 {
	font-size: 30px;
	color: #212121;
	margin-bottom: 18px;
}

.bra_tit h2 {
	font-size: 14px;
	color: #3b3b3b;
	text-transform: uppercase;
}

/* 分页 */
.page {
	font-size: 0;
	text-align: center;
}

.page>* {
	display: inline-block;
	vertical-align: middle;
	background-color: rgb(240, 240, 240);
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-right: 10px;
	padding: 0 15px;
	transition: all 0.4s;
}

.page span,
.page>a:hover {
	color: #FFF;
	background: #dc0201;
}

.page>a:last-child {
	margin-right: 0;
}

.neishow {
	display: none;
}

.showll>li {
	transition: all 0.4s;
}

.showll>li:hover .neishow {
	display: block;
}

/* 2020.8.31 */
.pro_show>ul>li>ul {
	padding-left: 15px;
}

.pro_show>ul>li>ul>li {
	margin-top: 10px;
}

.pro_show>ul>li>ul>li>*,
.pro_show>ul>li a>* {
	display: inline-block;
	vertical-align: middle;
}

.pro_show>ul>li>ul>li em {
	font-size: 12px;
}

.pro_show>ul>li>ul>li img {
	width: 7px;
}

/* 2020.11.12 */
.zis {
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/sho1.png")no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}
.zis:hover{
	background: url("../images/sho2.png")no-repeat;
	background-size: 100% 100%;
	margin-left: 0px !important;
}

.in_des>.zis {
    margin-top: 15px;
}
.ccanc_main  .ccanc_main{
	margin: 0 auto !important;
}