body {
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
	min-width: 1260px;
}
.cont_4_left_2_item span{
	font-size: 0.18rem;
    line-height: 0.32rem;
}
::-webkit-scrollbar{
	display:none;
	}
/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
	margin: 0;
	padding: 0;
}

p,
li,
div {
	/* add */
	line-height: 20px;
}

/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0;
}

/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

/* 图片样式 */

img,
a img {
	border: 0px;
	padding: 0px;
	margin: 0px;

}

/* 链接样式 */
a {
	color: #333;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/** 图片链接效果 **/

.pic a {
	padding: 0px;
	border: 1px solid #fff;

}

.pic a:hover {
	border: 1px solid #d00;
	background: #fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color: #999;
}

.input-black {
	color: #000;
}

:focus {
	outline: none;
}

/* 清除浮动 */
.clearBoth {
	clear: both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width: 100%;
	height: 0px;
	font-size: 0;
	overflow: hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height: 0;
}

body,
html {
	font-size: 100px;
}

#root {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

@font-face {
	font-family: "fontTitle";
	src: url("./font/PingFang Regular.otf");
}

body {
	font-family: fontTitle, Avenir, Helvetica, Arial, sans-serif;
}

#header {
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	/*height: 1.45rem;*/
}

.header_up {
	height: 0.44rem;
	border-bottom: #f4f4f4 1px solid;
}

.header_up1 {
	width: 15.04rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header_up_left {
	width: auto;
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.14rem;
	color: #6d6d6d;
}

.header_up_right {
	width: auto;
	height: 0.44rem;
	display: flex;
}

.header_up_right_01 {
	padding: 0 0.2rem;
	height: 0.44rem;
	border-left: #f4f4f4 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	/*text-align: center;*/
	/*line-height: 0.44rem;*/
}

.header_up_right_01 a {
	font-size: 0.15rem;
	color: #6d6d6d;
}

.header_up_right_02 {
	padding: 0 0.2rem;
	height: 0.44rem;
	border-left: #f4f4f4 1px solid;
	text-align: center;
	line-height: 0.44rem;
	font-size: 0.15rem;
	color: #6d6d6d;
}

.header_up_right_02 b {
	font-family: arial;
	font-size: 0.21rem;
	color: #e5001b;
}

.header_up_right_03 {
	/* padding: 0 0.2rem; */
	width: 1.4rem;
	height: 0.44rem;
	border-left: #f4f4f4 1px solid;
	text-align: center;
	position: relative;
}

.header_up_right_03 img {
	vertical-align: middle;
}

.header_up_right_03_up {
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.15rem;
	color: #6d6d6d;
	cursor: pointer;
}

.header_up_right_03_up img {
	vertical-align: middle;
	margin: 0 4px;
}

.header_up_right_03_down {
	width: 1.4rem;
	position: absolute;
	z-index: 99;
	top: 0.44rem;
	left: 0;
	background-color: #ffffff;
	box-shadow: 3px 2px 5px #f1f1f1;
	display: none;
}

.header_up_right_03_down a {
	height: 34px;
	display: block;
	padding-left: 0.32rem;
	line-height: 34px;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.header_up_right_03_down a img {
	vertical-align: middle;
	width: 0.16rem;
	margin-right: 0.08rem;
}

.header_up_right_03_down a:hover {
	color: #3f69bd;
}

.header_down {
	width: 15.04rem;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.logo {
	width: 3.71rem;
	height: 1rem;
	display: flex;
}

.logo a {
	display: flex;
	align-items: center;
	height: 1rem;
}

.logo img {
	/*vertical-align: middle;*/
	width: 100%;
}

.nav {
	width: 10rem;
}

.nav ul {
	display: flex;
	justify-content: space-around;
}

.nav ul li {
	display: flex;
	width: 123px;
}

.nav>ul>li>a {
	    /* display: block; */
		width: 100%;
		text-align: center;
		font-size: 0.16rem;
		color: #232323;
		height: 4.6vh;
}

.nav ul li a .buttom-3 {
	width: 100%;
	height: 1rem;
	text-align: center;
	/* 
	line-height: 1rem; */
	font-size: 0.16rem;
	color: #232323;
}

.nav ul li .nav_on {
	background: url(../images/nav_1.gif) center bottom no-repeat;
	background-size: 65px 0.04rem;
	color: #1868df;
}

.nav>ul>li:hover a {
	color: #1868df;
}

.nav>ul>li:hover {
	background: url(../images/nav_1.gif) center bottom no-repeat;
	background-size: 65px 0.04rem;

}

.nav>ul>li:hover .dtcp-box a {
	color: #222222;
}

.nav>ul>li:hover .dtjj-con3 a {
	color: #222222;
}

.biao {
	width: 0.7rem;
	height: 0.54rem;
	position: absolute;
	z-index: 99;
	right: -1rem;
	top: 0.23rem;
}

.biao_bj {
	width: 0.7rem;
	height: 0.54rem;
	background: url(../images/top_11.png) center top no-repeat;
	background-size: cover;
	animation: tozhuan 3s linear infinite;
	-webkit-animation: tozhuan 3s linear infinite;
	-moz-animation: tozhuan 3s linear infinite;
	-o-animation: tozhuan 3s linear infinite;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
}

.biao img {
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}

@keyframes tozhuan {
	0% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(-180deg);
	}
}

@-webkit-keyframes tozhuan {
	0% {
		-webkit-transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(-180deg);
	}
}

#foot {
	background-color: #191919;
}

.foot_up {
	/*height: 206px;*/
	background-color: #282828;
	padding: 45px 0;
}

.foot_up1 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.foot_up_01 {
	width: 136px;
	padding-top: 0.5rem;
	text-align: center;
}

.foot_up_01 img {
	vertical-align: top;
	width: 106px;
}

.foot_up_02 {
	width: auto;
    height: 206px;
    border-right: #494949 1px solid;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
	padding: 0 30px;
	white-space: nowrap;
    /* justify-content: center; */
    /* align-items: center;*/
}

.foot_up_02 a {
	font-size: 14px;
	color: #b3b3b3;
	line-height: 32px;
}

.foot_up_02 a:hover {
	color: #989797;
}

.foot_up_02 .foot_up_02_title {
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 14px;
	line-height: 32px;
}

.foot_up_03 {
	white-space: nowrap;
	width: auto;
	height: 206px;
	border-right: #494949 1px solid;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
	padding: 0 30px;
}

.foot_up_03 a {
	font-size: 14px;
	color: #b3b3b3;
	line-height: 32px;
}

.foot_up_03 a:hover {
	color: #989797;
}

.foot_up_03 .foot_up_02_title {
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 14px;
	line-height: 32px;
}

.foot_up_04 {
	width: 300px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #b3b3b3;
	line-height: 32px;
}

.foot_up_04 h2 {
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 14px;
}

.foot_up_04 a {
	color: #b3b3b3;
}

.foot_up_04 a:hover span {
	color: #989797;
}

.foot_up_05 {
	width: 390px;
	padding-top: 33px;
}

.foot_up_05_1 {
	padding-bottom: 15px;
	display: flex;
}

.foot_up_05_1_item {
	font-size: 18px;
	color: #f26a10;
	padding-right: 30px;
}

.foot_up_05_1_item h2 {
	font-size: 15px;
	color: #ffffff;
	padding-bottom: 8px;
}

.foot_up_05_2 {
	padding-bottom: 15px;
	font-size: 15px;
	color: #838384;
	display: flex;
	align-items: center;
}

.foot_up_05_2 img {
	margin: 0 10px;
}

.foot_up_05_2 a {
	position: relative;
}

.foot_up_05_2_tel {
	width: 184px;
	height: 75px;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	background-color: #176de6;
	border-radius: 2px;
	display: none;
}

.foot_up_05_2_tel_up {
	height: 48px;
	padding-left: 15px;
	line-height: 48px;
	font-size: 15px;
	color: #ffffff;
}

.foot_up_05_2_tel_up img {
	vertical-align: middle;
	margin-right: 4px;
}

.foot_up_05_2_tel_down {
	padding-right: 10px;
	text-align: right;
}

.foot_up_05_2_tel_down img {
	vertical-align: top;
	cursor: pointer;
}

.foot_up_05_3 {
	width: 100%;
	display: flex;
	align-items: center;
}

.foot_up_05_3 img {
	width: 0.7rem;
}

.foot_up_05_3_tt {
	flex: 1;
	padding-left: 0.1rem;
	font-size: 13px;
	color: #999999;
}

.foot_up_05_3_tt h2 {
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 5px;
}

.foot_down {
	width: 15.04rem;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #4e4e4e;
}

.foot_down a {
	color: #4e4e4e;
}







.layui-layer-dialog .layui-layer-content {
	height: 120px !important;
}



/*导航-产品*/
.dtjj-con1 {
	width: 1091px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	margin: 0 auto;
	/* 
	margin-top: 40px; */
	padding-bottom: 30px;
}
.dtjj-con{
	display: flex;
}
.jpsdr-wz1 a:hover{
	color: #16479c !important;
}
.jpsdr-wz1 a{
	color: #333 !important;
}
.jpsdr-wz1 a{
	margin-right: 50px;
}
.jpsd-right{
	display: flex;
    width: 920px;
    margin-top: 32px;
    margin-left: 68px;
    font-size: 14px;
    color: black;
    font-weight: 400;
	flex-wrap: wrap;
}
.jpsdr-wz1{
	white-space: nowrap;
	line-height: 50px;
}
.dtjj-con2 {
	width: 1093px;
    /* height: 120px; */
    border-bottom: solid;
    border-width: 1px;
    border-color: #DEDEDE;
    display: flex;
    margin: 0 auto;
    padding-top: 10px;
}

.dtjj-con3 {
	display: flex;
	width: 1350px;
	/* height: 60px; */
	margin: 0 auto;
	margin-top: 31px;
}

.cp-right {
	margin-top: 10px;
	margin-left: 50px;
	line-height: 50px;
	width: 945px;
}

.cpright-6 {
	margin-left: 48px;
}

.cpright-7 {
	margin-left: 112px;
}

.cpright-8 {
	margin-left: 95px;
}

.deh span {
	padding: 0 10px;
}

.dyh {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 110%;
}

.bz-right0 span {
	position: relative;
	cursor: pointer;
}

.dyh span {
	display: block;
	width: 249px;
	margin-left: 0px;
	cursor: pointer;
	position: relative;
	height: 66px;
}

/*.dyh span:hover .dtcp-box {*/
/*	display: block;*/
/*}*/

.jc-right0 span:hover .dtjc-box {
	display: block;
}


.bz-right0 {
	margin-left: 28px;
}

.bz-right0 span:hover .dtbz-box {
	display: block;
}

.jcright img {
	margin-right: 7px;
}

.jcright {
	padding: 0 20px;
}

.jc-right0 {
	margin-left: -2px;
	position: relative;
}


.dtjc-box {
	position: absolute;
	top: 5px;
	left: 20px;
	z-index: 99;
	background: #fff;
	/* 
	width: 1423px; */
	display: none;
	/* 
	box-shadow: 0 0 9px 3px #E2E2E2; */
}

.dtbc-box {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 99;
	background: #fff;
	/* 
	width: 1423px; */
	display: none;
	/* 
	box-shadow: 0 0 9px 3px #E2E2E2; */
}

.xpsd0 {
	margin-left: 8px;
	color: red;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px #E1E1E1 solid
}

.cp-right img {
	margin-right: 7px;
	margin-top: -3px;
}

.cp-left {
	margin-top: 24.5px;
	font-size: 18px;
	font-family: MicrosoftYaHeiSemibold;
	font-weight: 400;
	color: #16479C;
	white-space: nowrap;
}

.jc-left {
	font-size: 18px;
	font-family: MicrosoftYaHeiSemibold;
	font-weight: 400;
	color: #16479C;
}
.tb {
	margin-top: -4px;
	margin-right: 17px;
}
.tb1 {
	margin-top: -4px;
	margin-right: 8px;
}

.tb2 {
	margin-top: -4px;
	margin-right: 10px;
}

.dtjj-box {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
	z-index: 99;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 16px 0px rgba(13, 4, 8, 0.3);
}

.cpright-4 .dtcp-box .cp-buttom {
	right: 0px;
}


.cp-buttom {
    display: flex;
    flex-wrap: wrap;
    width: 941px;
    /* height: 100%; */
    background-color: white;
    /* margin-left: 14px; */
    font-size: 6px;
    /* box-shadow: 0 0 4px 0px #e3e3e3; */
    position: absolute;
    color: #4E4E4E;
    z-index: -1;
    /* padding: 18px; */
    padding-top: 8px;
    padding-bottom: 30px;
}

.buttom-1 {
	width: 224px;
	padding: 0 20px;
	line-height: 30px;
}

.buttom-0 {
	width: 237px;
    /* height: 20px; */
    padding: 0 8px;
    border-left: 2px solid #fff;
    line-height: normal;
    /* margin: 9px; */
    margin-left: 21px;
    /* margin-bottom: 15px; */
    margin-top: 15px;
}
.buttom-0:hover {
	border-color: #16479C;
}
.cp-buttom .buttom-0:hover a {
	color: #16479C !important;
}
.cpbz-buttom .buttom-3:hover a {
	color: #16479C !important;
}

.buttom-3 {
    width: 120px;
    margin-left: 18px;
    height: 100%;
    padding: 0px 8px;
    margin-bottom: 10px;
    border-left: 2px solid #fff;
}
.buttom-3:hover{
	border-color: #16479C;
	color: #16479C;
}
.buttom-3 a{
	font-size: 13px;
font-family: Microsoft YaHei;
font-weight: 400;
}
.buttom-4 {
	width: 74px;
	padding: 0 20px;
	line-height: 30px;
	border-left: #16479C 2px solid;
	margin-left: -2px;
	height: 20px;
	color: #16479C;
}

.buttom-2 {
	width: 85px;
	padding: 0 20px;
	line-height: 25px;
}
.cpbzb-k{
	max-height: 400px;
    width: 955px;
    overflow-y: scroll;
	position: absolute;
}
.cpbz-buttom {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	font-size: 6px;
	z-index: -1;
	padding: 25px 0;
}
.dtjj-con{
	border-bottom: solid;
    border-width: 1px;
    border-color: #DEDEDE;
    /* margin-bottom: 17px; */
    height: auto;
    display: flex;
	cursor: pointer;
    /* align-items: center;*/
}
.cp-left1 a{
	color: #D9153F!important;
}
.cp-left1{
	    margin-top: 45px;
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: bold;
    color: #D9153F;
    line-height: 19px;
}
.bz-top {
	background-color: white;
	z-index: 9999;
	color: #16479C;
	font-size: 14px;
	height: 27px;
	margin-left: 10px;
	padding-top: 10px;
}

.cp-top p {
	padding-top: 7px;
}
.cp-top a{
	color: #16479C!important;
}
.cp-top {
	height: 31px;
	margin-left: 12px;
	font-size: 14px;
	width: 100%;
	background-color: white;
	z-index: 9999;
	line-height: 31px;
}

.dtcp-box {
	top: 10px;
	left: -16px;
	position: absolute;
	z-index: 99;
	background: #fff;
	display: none;
	filter: drop-shadow(1px 0 4px rgba(13, 4, 8, 0.17));
}

.dtbz-box {
	width: 100%;
	top: -12px;
	left: 6px;
	position: absolute;
	z-index: 99;
	background: #fff;
	display: none;
	filter: drop-shadow(1px 0 4px rgba(13, 4, 8, 0.17));
}

.cp-toptp {
	margin-right: 5px;
}

.dtcp-box .cp-buttom a {
	font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
 }

/*.cpright-4 .dtcp-box .cp-buttom {
	right: -5px;
	width: 96%;
}

.cpright-8 .dtcp-box .cp-buttom {
	right: -7px;
	width: 96%;
}

.cpright-12 .dtcp-box .cp-buttom {
	right: -10px;
	width: 96%;
} */
.bz-right0 .jcright:nth-child(3) .cpbzb-k{
	right: -614px;
}
.bz-right0 .jcright:nth-child(2) .cpbzb-k{
	right: -740px;
}
.bz-right0 .jcright:nth-child(4) .cpbzb-k{
	right: -499px;
}
.bz-right0 .jcright:nth-child(5) .cpbzb-k{
	right: -388px;
}
.cpright-1 .dtcp-box .cp-buttom{
	right: -756px;
	width: 941px;
}
.cpright-2 .dtcp-box .cp-buttom{
	right: -479px;
}
.cpright-3 .dtcp-box .cp-buttom{
	right: -244px;
}
.cpright-5 .dtcp-box .cp-buttom{
	right: -714px;
	width: 941px;
}
.cpright-4 .dtcp-box .cp-buttom{
	right: -66px;
}
.cpright-6 .dtcp-box .cp-buttom{
	right: -577px;
}
.cpright-7 .dtcp-box .cp-buttom{
	right: -328px;
}
.cpright-8 .dtcp-box .cp-buttom{
	right: -51px;
}
.layui-layer-dialog {
    top: 335px !important;
}