body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #333;
	font-family: "microsoft yahei";
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333333;
}

dl,
dt,
dd {
	margin: 0;
}
.header{
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 996;
}
.logo{
	float: left;
	margin-top: 22.5px;
}
.header-fr{
	float: right;
}
.header-fr ul{
	zoom: 1;
}
.header-fr ul:after{
	display: block;
	content: '';
	clear: both;
}
.header-fr>ul>li{
	float: left;
	font-size: 18px;
	line-height: 106px;
	
}

.header-fr>ul>li>a{
	display: block;
	color: #333;
	position: relative;
	margin-right: 60px;
}

.header-fr>ul>li:last-child>a{
	margin-right: 0;
}
.header-fr>ul>li>a:before{
	display: block;
	content: '';
	width: 0%;
	height: 3px;
	background: #d0101b;
	position: absolute;
	left: 50%;
	bottom: 36px;
	transition-duration: 0.5s;
}
.active-top>a:before{
	width: 100% !important;
	left: 0 !important;
}
.header-fr>ul>li>a:hover:before{
	width: 100%;
	left: 0;
}
.subMenu{
	display: none;
    position: absolute;
    top: 106px;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
}
.subMenu:before{
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: #d0101b;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.subMenu-nav{
	height: 100%;
	display: flex;
	position: relative;
	z-index: 3;
}
.subMenu-nav-fl{
	width: 16%;
	height: 100%;
	background: #d0101b;
	padding-top: 30px;
}
.subMenu-nav-fl li{
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	padding-left: 30px;
}
.subMenu-nav-fl li a{
	display: block;
	color: #fff;
}
.active-hover{
	background: #fff;
}
.active-hover a{
	color: #777 !important;
}
.subMenu-nav-fl-box{
	width: 84%;
	height: 100%;
	position: relative;
}
.subMenu-nav-fl-content{
	width: 100%;
	height: 100%;
	display: none;
	zoom: 1;
}
.subMenu-nav-fl-content:after{
	display: block;
	content: '';
	clear: both;
}
.subMenu-nav-fl-content ul{
	float: left;
	width: 60%;
	height: 100%;
	background: #fff;
	padding: 35px 45px;
}
.subMenu-nav-fl-content ul li{
	float: left;
	width: 46%;
	margin-right: 8%;
	font-size: 16px;
	line-height: 46px;
}
.subMenu-nav-fl-content ul li:nth-child(2n){
	margin-right: 0;
}
.subMenu-nav-fl-content ul li a{
	display: block;
	width: 100%;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subMenu-nav-fl-content ul li a:hover{
	color: #d0101b;
	text-decoration: underline;
}
.subMenu-content-js{
	float: left;
	width: 40%;
	height: 100%;
	/*padding-left: 10%;
	padding-top: 60px;*/
	position: relative;
}
.subMenu-content-js img{
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subMenu-content-js p{
	font-size: 18px;
	color: #555555;
	line-height: 26px;
	margin-bottom: 5px;
}

.go-nei{
	position: relative;
}
.go-nei:after{
	display: block;
	content: '';
	width: 8px;
	height: 14px;
	background: url(../images/jt-h.png) no-repeat;
	position: absolute;
	right: -15px;
    top: 4px;
}


.clear{
	clear: both;
}
.w11{width: 1310px; margin: 0 auto;}

/*棣栭〉banner*/
.home-banner{
	margin-top: 106px;
	width: 100%;
	/*height: 100vh;*/
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.home-banner .slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.home-banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 998;
}

.home-banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.home-banner .slideBox .bd img {
	display: block;
	width: 100%;
}


/*棣栭〉banner缁撴潫*/

.home-by{
	padding: 60px 40px;
}
.home-by-nav{
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 25px 30px;
	-moz-box-shadow: 0px 0px 7px #D4D4D4;
    -webkit-box-shadow: 0px 0px 7px #D4D4D4;
    box-shadow: 0px 0px 7px #D4D4D4;
}
.home-by-nav:nth-child(3){
	margin-right: 0;
}
.home-by-nav h3{
	font-size: 30px;
	color: #222222;
	line-height: 56px;
	font-weight: normal;
	padding-left: 70px;
	position: relative;
	margin-bottom: 20px;
}
.home-by-nav h3:before{
	display: block;
	content: '';
	width: 57px;
	height: 47px;
	background: url(../images/icon01.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.home-by-nav p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.home-pddq{
	padding-top: 70px;
	background: url(../images/bg01.jpg) no-repeat top center;
	position: relative;
}
.home-title{
	margin-bottom: 40px;
}
.home-title h3{
	font-size: 36px;
	color: #222222;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.home-title h3:after{
	display: block;
	content: '';
	width: 68px;
	height: 1px;
	background: #222222;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -34px;
}
.home-title-list{
	text-align: center;
	font-size: 20px;
	color: #666666;
}
.home-title-list a{
	color: #666666;
}
.home-pddq .slideBox{
	width: 100%;
}
.home-pddq .slideBox .bd{
	position: relative;
	z-index: 0;
}

.home-pddq .slideBox .bd li {
	display: none;
	zoom: 1;
	vertical-align: middle;
}
.hover-on{
	color: #d0101b !important;
	font-weight: bold;
}
.home-pddq-message{
	zoom: 1;
}
.home-pddq-message:after{
	display: block;
	content: '';
	clear: both;
}
.pddq-message-fl{
	float: left;
	width: 38%;
	padding-right: 25px;
}
.pddq-message-fr{
	float: left;
	width: 62%;
	background: #d0101b;
	padding: 60px  0 50px;
	min-height: 720px;
	position: relative;
}
.pddq-message-fl h4{
	font-size: 32px;
	color: #222222;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 40px;
}
.pddq-message-fl-nav{
	margin-bottom: 35px;
}
.pddq-message-fl-nav h5{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
.pddq-message-fl-nav p{
	font-size: 16px;
	color: #444444;
	line-height: 26px;
}
.pddq-message-fl img, .zddq-pro img{
	/*width: 100%;*/
	max-width: 100%;
    display: block;
    margin: 0 auto;
}

.Menubox-com{
	margin-bottom: 20px;
	text-align: center;
}
.Menubox-com dl{
	zoom: 1;
	display: inline-block;
}
.Menubox-com dl:after{
	display: block;
	content: '';
	clear: both;
}
.Menubox-com dl dd{
	float: left;
	width: 148px;
	height: 48px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-right: 10px;
	cursor: pointer;
}
.Menubox-com dl dd a{
	color: #fff;
}
.Menubox-com dl dd:hover{
	background: #fff;
}
.Menubox-com dl dd:hover a{
	color: #333;
}
.pddq-message-fr .Menubox dl dd:last-child{
	margin-right: 0;
}
.hover{
	background: #fff;
	color: #d0101b !important;
}
.pddq-message-fr .Contentbox-com{

	padding-left: 100px;
	padding-right: 40px;
}
.CbContainer .tab{
	display: block;
	padding-left: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	position: relative;
	cursor: pointer;
}
.CbContainer dd{
	margin-bottom: 18px;
}
.CbContainer .tab:before{
	display: block;
	content: '';
	width: 31px;
	height: 31px;
	background: url(../images/jia01.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.tab.selected:before {
      background: url(../images/jian01.png) no-repeat !important;
}
.tab_content{
	display: none;
	padding-left: 35px;
}
.tab_content p{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding-left: 15px;
	position: relative;
}
.tab_content p:before{
	display: block;
	content: '-';
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	position: absolute;
	left: 2px;
	top: 0;
}

.home-pddq .prev,.home-pddq .next{
	display: block;
	width: 60px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 99;
}
.home-pddq .prev{
	left: 0;
}
.home-pddq .next{
	right: 0;
}
.chart-img{
	padding-left: 50px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}
.chart-img img{
	display: none;
}
.home-zddq{
	padding-top: 90px;
	padding-bottom: 20px;
}
.zddq-title{
	text-align: center;
	margin-bottom: 46px;
}
.zddq-title h4{
	float: left;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	/*font-style: italic;*/
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
}
.zddq-title h4:nth-child(1){
	margin-right: 20px;
}
.zddq-title h4:nth-child(1):before{
	display: block;
	content: '/';
	font-size: 20px;
	color: #666;
	font-weight: normal;
	/*font-style: italic;*/
	position: absolute;
	right: -15px;
	top: 0;
}
.active-zddq-title{
	color: #d0101b !important;
	font-weight: bold !important;
}
.zddq-title-list{
	zoom: 1;
	display: inline-block;
}
.zddq-title-list:after{
	display: block;
	content: '';
	clear: both;
}
.zddq-title-list2{
	zoom: 1;
	display: inline-block;
}
.zddq-title-list2:after{
	display: block;
	content: '';
	clear: both;
}
.zddq-title-list2 a{
	display: block;
	width: 150px;
	height: 48px;
	border: 1px solid #000000;
	font-size: 18px;
	color: #222222;
	text-align: center;
	line-height: 46px;
	float: left;
	margin-right: 10px;
}
.zddq-title-list a:last-child{
	margin-right: 0;
}
.zddq-title-list a:hover{
	background: #d0101b;
	border: 1px solid #d0101b;
	color: #fff;
}
.active-hover2{
	background: #d0101b;
	border: 1px solid #d0101b !important;
	color: #fff !important;
}
.active-hover3{
	background: #d0101b;
	border: 1px solid #d0101b !important;

}
.active-hover3 a{
	color: #fff !important;
}
.home-zddq-list .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-zddq-list .slideBox .bd {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}

.home-zddq-list .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.home-zddq-list .slideBox .hd{
	text-align: center;
}
.home-zddq-list .slideBox .hd ul{
	display: inline-block;
	zoom: 1;
}
.home-zddq-list .slideBox .hd ul li{
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #c2c0c0;
	margin: 0 7px;
	cursor: pointer;
}
.home-zddq-list .slideBox .hd ul li.on{
	background: #d0101b;
	border: 2px solid #d0101b;
}

.zddq-message{
	float: left;
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
}
.zddq-message:nth-child(3n){
	margin-right: 0;
}
.zddq-message-img{
	width: 100%;
	height: 245px;
	background: #f4f1ef;
	text-align: center;
	line-height: 245px;
	overflow: hidden;
}
.zddq-message-img img{
	max-width: 100%;
	max-height: 100%;
	transition-duration: 0.3s;
}
.zddq-message-js{
	width: 100%;
	height: 225px;
	border: 1px solid #c2c0c0;
	padding: 20px;
	position: relative;
	transition-duration: 0.3s;
}
.zddq-message-js:after{
	display: block;
	content: '';
	width: 0%;
	height: 0%;
	background: url(../images/bg02.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	transition-duration: 0.3s;
}
.zddq-message-js h5{
	font-size: 20px;
	color: #222222;
	font-weight: normal;
	margin-bottom: 10px;
	transition-duration: 0.3s;
}
.zddq-message-js h5 span{
	font-weight: bold;
	color: #d0101b;
	margin-right: 10px;
	position: relative;
	transition-duration: 0.5s;
}
.zddq-message-js h5 span:after{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #d0101b;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition-duration: 0.5s;
}
.zddq-message-js p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-left: 15px;
    position: relative;
    transition-duration: 0.3s;
}
.zddq-message-js p:before{
	display: block;
    content: '-';
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    position: absolute;
    left: 2px;
    top: 0;
     transition-duration: 0.3s;
}
.zddq-message:hover .zddq-message-img img{
	transform: scale(1.1);
}
.zddq-message:hover .zddq-message-js{
	border: 1px solid #d0101b;
}
.zddq-message:hover .zddq-message-js:after{
	width: 101%;
	height: 100%;
}
.zddq-message:hover .zddq-message-js h5{
	color: #fff;
}
.zddq-message:hover .zddq-message-js h5 span{
	color: #fff;
}
.zddq-message:hover .zddq-message-js h5 span:after{
	background: #fff;
}
.zddq-message:hover .zddq-message-js p{
	color: #fff;
}
.zddq-message:hover .zddq-message-js p:before{
	color: #fff;
}


.home-gykz{
	padding-top: 60px;
}
.home-gykz-nav{
	width: 100%;
	height: 740px;
	position: relative;
}
.home-gykz-fl{
	width: 54%;
	height: 100%;
	background: url(../images/bg03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding: 60px 8% 0px 8%;
}
.home-gykz-fr{
	width: 54%;
	height: 100%;
	background: url(../images/bg04.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	padding: 60px 8% 0px 8%;
}
.home-gykz-fl h3{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 40px;
}
.home-gykz-fl .Menubox{
	text-align: left;
}
.home-gykz-fr dl{
	padding-left: 55px;
	margin-bottom: 35px;
}
.home-gykz-fr dl dt{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
}
.home-gykz-fr dl dt:before{
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/yuan01.png) no-repeat;
	position: absolute;
	left: -30px;
    top: 6px;
}
.home-gykz-fr dl dd{
	font-size: 16px;
	color: #fff;
}
.home-gykz-fr img{
	float: left;
	max-width: 90%;
	margin-top: 30px;
}
.home-gykz-nav:nth-child(2) .home-gykz-fr img{
	margin-top: 90px;
}

.home-dngl{
	padding-top: 70px;
	padding-bottom: 10px;
}
.home-dngl-nav{
	background: url(../images/bg05.png) no-repeat center;
	background-size: 100% auto;
}

.home-dngl-nav .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-dngl-nav .slideBox .bd {
	position: relative;
	z-index: 0;
}

.home-dngl-nav .slideBox .bd li{
	zoom: 1;
	vertical-align: middle;
	height: 615px;
}
.home-dngl-fl{
	float: left;
	width: 37%;
	height: 100%;
	background: url(../images/bg06.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 615px;
}
.home-dngl-fl img{
	max-width: 100%;
	max-height: 100%;
}
.home-dngl-fr{
	float: left;
	width: 63%;
	height: 100%;
	padding-left: 55px;
	padding-right: 5px;
}
.home-dngl-fr h3{
	font-size: 32px;
	color: #222222;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 30px;
}
.home-dngl-box{
	margin-bottom: 25px;
}
.home-dngl-box dl{
	zoom: 1;
}
.home-dngl-box dl:after{
	display: block;
	content: '';
	clear: both;
}
.home-dngl-box dl dd{
	float: left;
	width: 148px;
	height: 48px;
	border: 1px solid #000000;
	font-size: 18px;
	color: #222222;
	text-align: center;
	line-height: 46px;
	margin-right: 10px;
	cursor: pointer;
}
.home-dngl-box dl dd:hover{
	background: #d0101b;
	border: 1px solid #d0101b;
	color: #fff;
}
.home-dngl-box dl dd:hover a{
	color: #fff;
}
.home-dngl-container{
	width: 100%;
	background: #fff;
	padding: 40px 20px 35px;
	box-shadow: 0px 0px 8px 3px  #f5f5f5;
}
.home-dngl-container dl{
	zoom: 1;
}
.home-dngl-container dl:after{
	display: block;
	content: '';
	clear: both;
}
.home-dngl-container dl dd{
	float: left;
	width: 31%;
	height: 94px;
	background: #f1eeee;
	margin-right: 3.5%;
	margin-bottom: 32px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.home-dngl-container dl dd:nth-child(3n){
	margin-right: 0;
}
.home-dngl-container dl dd p{
	width: 93%;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.home-dngl-nav .prev,.home-dngl-nav .next{
	display: block;
	width: 60px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #d1cfcf;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 99;
}
.home-dngl-nav .prev{
	left: 0;
}
.home-dngl-nav .next{
	right: 0;
}
.footer{
	padding-top: 60px;
	/*background: #f4f4f4;*/
}
.footer-list{
	background: #333333;
	text-align: center;
	padding-top: 4px;
}
.footer-list ul{
	zoom: 1;
	display: inline-block;
}
.footer-list ul:after{
	display: block;
	content: '';
	clear: both;
}
.footer-list ul li{
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 54px;
	margin-right: 50px;
}
.footer-list ul li:last-child{
	margin-right: 0;
}
.footer-list ul li a{
	color: #fff;
}
.footer-bei{
	background: #000000;
	padding: 15px 0;
}
.footer-bei p{
	font-size: 14px;
	color: #d0cece;
	line-height: 30px;
	text-align: center;
}
.footer-bei a{
	color: #d0cece;
}

.nei-about{
	margin-top: 106px;
	width: 100%;
	position: relative;
}
.nei-lhz-img{
	display: block;
	width: 100%;
}
.nei-about-nav{
	padding: 0 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.nei-about-nav h3{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 95px;
}
.nei-lhz-js{
	width: 63.5%;
}
.nei-lhz-js dl{
	margin-bottom: 35px;
}
.nei-lhz-js dl dt{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.nei-lhz-js dl dt:before{
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -2px;
}
.nei-lhz-js dl dd{
	font-size: 18px;
	color: #fff;
	padding-left: 30px;
	line-height: 30px;
}
.nei-lhz-gg{
	position: absolute;
	right: 0;
	bottom: 35px;
}

.nei-banner{
	margin-top: 106px;
	width: 100%;
	position: relative;
	/*height: 560px;
	background: url(../images/pro-bg01.jpg) no-repeat center;
	background-size: cover;*/
}
.pc-banner{
	display: block;
	width: 100%;
}
.mobile-banner{
	display: none;
	width: 100%;
}
.nei-banner-nav{
	height: 100%;
	display: flex;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.nei-banner-fl{
	width: 50%;
	height: 100%;
	position: relative;
}
.nei-banner-fl-message{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
}
.nei-banner-proName{
	width: 40%;
}
.nei-banner-proName h3{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.nei-banner-proName p{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.nei-banner-ys{
	width: 60%;
}
.nei-banner-ys ul li{
	width: 395px;
	height: 50px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 12px;
	padding-left: 28px;
}
.nei-banner-ys ul li p{
	font-size: 16px;
	color: #d0121b;
	line-height: 50px;
	position: relative;
}
.nei-banner-ys ul li p:before{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #d0121b;
	position: absolute;
	left: -15px;
    top: 23px;
	
}
.nei-banner-fr{
	width: 50%;
	height: 100%;
	position: relative;
}
.nei-banner-fr img{
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.nei-banner-proName .text{
	margin-left:-30px
}

.nei-dh{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.nei-dh ul{
	zoom: 1;
}
.nei-dh ul:after{
	display: block;
	content: '';
	clear: both;
}
.nei-dh ul li{
	float: left;
	padding: 0 20px;
	font-size: 22px;
	line-height: 54px;
	position: relative;
	transition-duration: 0.5s;
}
.nei-dh ul li:hover{
	font-weight: bold;
}
.nei-dh ul li:before{
	display: block;
	content: '';
	width: 2px;
	height: 22px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 18px;
}
.nei-dh ul li:last-child:before{
	display: none;
}
.nei-dh ul li a{
	display: block;
	color: #fff;
}
.acitve-pro{
	font-weight: bold;
}
.acitve-pro:after{
	display: block;
	content: '';
	width: 35px;
	height: 18px;
	background: url(../images/jt01.png) no-repeat;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -17.5px;
	transition-duration: 0.5s;
}

.nei-pro-content-nav{
	padding-top: 70px;
	padding-bottom: 90px;
}
.nei-pro-content-nav ul{
	zoom: 1;
}
.nei-pro-content-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.nei-pro-content-nav ul li{
	float: left;
	width: 24.1%;
	margin-right: 1.2%;
	margin-bottom: 70px;
	border: 1px solid #e0e0e0;
	
}
.nei-pro-content-nav ul li:nth-child(4n){
	margin-right: 0;
}
.pro-list-img{
	width: 100%;
	height: 245px;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	line-height: 245px;
}
.pro-list-img img{
	max-width: 90%;
	max-height: 90%;
}
.pro-list-name{
	background: #f4f4f4;
}
.pro-list-name p{
	font-size: 20px;
	color: #222222;
	text-align: center;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.click-more{
	width: 170px;
	height: 54px;
	margin: 0 auto;
	background: #d0101b;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 54px;
}

.nei-banner-proName li{
	margin-top: 14px;
}
.nei-banner-proName li h5{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.nei-banner-proName li span{
	font-size: 18px;
	color: #fff;
}

.nei-pro-Sennav{
	margin-top: 106px;
	background: #f4f4f4;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	padding: 20px 0;
}
.nei-pro-Sennav p{
	padding-left: 68px;
	position: relative;
}
.nei-pro-Sennav p:before{
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/home.png) no-repeat;
	position: absolute;
	left: 14px;
	top: 0;
}

.pro-detail-top{
	padding: 50px 0;
}
.pro-detail-fl{
	width: 46%;
	float: left;
	position: relative;
}
.pro-detail-fl .Contentbox{
	width: 100%;
	height: 460px;
	border: 1px solid #dddddd;
}
.pro-detail-fl .Contentbox .CbContainer{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 460px;
}
.pro-detail-fl .Contentbox .CbContainer img{
	max-width: 90%;
	max-height: 90%;
}
.pro-detail-fl .Menubox{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0;
}
.pro-detail-fl .Menubox ul{
	zoom: 1;
}
.pro-detail-fl .Menubox ul:after{
	display: block;
	content: '';
	clear: both;
}
.pro-detail-fl .Menubox ul li{
	float: left;
	width: 128px;
	height: 100px;
	margin-right: 10px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
}
.pro-detail-fl .Menubox ul li img{
	max-width: 90%;
	max-height: 90%;
}
.pro-fx{
	position: absolute;
	right: 0;
	bottom: 35px;
	font-size: 18px;
	color: #a2a2a2;
	line-height: 29px;
}
.hover2{
	border: 1px solid #d0121b !important;
}
.pro-detail-fr{
	float: right;
	width: 46%;
}

.pro-detail-fr h3{
	font-size: 24px;
	color: #bf111b;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro-detail-fr p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-align: justify;
}
.pro-detail-fr-btn{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
	zoom: 1;
}
.pro-detail-fr-btn:after{
	display: block;
	content: '';
	clear: both;
}
.pro-detail-fr-btn a{
	display:block;
	width: 260px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.pro-detail-fr-btn a:nth-child(1){
	float: left;
	background: #d0121c;
}
.pro-detail-fr-btn a:nth-child(2){
	float: right;
	background: #777777;
}
.pro-detail-fr h4{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.pro-detail-lunbo{
	width: 100%;
	border: 1px solid #dddddd;
}
.picScroll-left{width:100%;overflow:hidden; position:relative;}
.picScroll-left .hd{position: absolute;width: 100%;height: 0;top: 50%;z-index: 33;margin-top: -31px;}
.picScroll-left .bd{padding: 5px 0;}
.picScroll-left .bd ul{overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;border-right: 1px solid #f1f1f1;}
.pro-detail-other{
	width: 200px;
	height: 170px;
	text-align: center;
	line-height: 170px;
}
.pro-detail-other img{
	max-width: 80%;
	max-height: 80%;
}
.picScroll-left .bd ul li p{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 24px;
}
.pro-detail-lunbo .next,.pro-detail-lunbo .prev{
	display: block;
	width: 20px;
	height: 62px;
	cursor: pointer;
	
}
.pro-detail-lunbo .next{
	float: right;
}
.pro-detail-lunbo .prev{
	float: left;
}
.pro-detail-bottom-list{
	background: #d0121b;
	height: 170px;
	padding-top: 38px;
}
.pro-detail-bottom-list-nav{
	position: relative;
	height: 100%;
}
.pro-detail-bottom-list h3{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.Menubox2{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.Menubox2 ul{
	zoom: 1;
}
.Menubox2 ul:after{
	display: block;
	content: '';
	clear: both;
}
.Menubox2 ul li{
	float: left;
	width: 218px;
	height: 62px;
	margin-right: 5px;
	background: #444343;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 62px;
	cursor: pointer;
}
.hover3{
	background: #fff !important;
	color: #333 !important;
}
.pro-detail-bottom-content{
	padding: 70px 0;
	background: #f5f5f5;
}
.pro-detail-bottom-content-nav{
	background: #fff;
	padding: 5px 10px;
}
.Contentbox2 table{
	width: 100%;
	border-collapse: collapse;
	border: 4px solid #fff;
}
.Contentbox2 table tr:nth-child(1) th{
	font-size: 20px;
	color: #333;
	line-height: 28px;
	background: #d2222a;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
	color: #fff;
	border: 4px solid #fff;
}
.Contentbox2 table tr:nth-child(2) th{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	background: #fff;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
	color: #d2222a;
	border: 4px solid #fff;
}
.Contentbox2 table tr td{
	border: 4px solid #fff;
}
.Contentbox2 table tr:nth-child(3) td{
	padding: 0 5px;
	background: #d1d2d4;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: bold;
}
.Contentbox2 table tr:nth-child(4) td{
	padding: 0 5px;
	background: #e7e7e9;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.Contentbox2 table tr:nth-child(5) td{
	padding: 0 10px;
}
.Contentbox2 table tr:nth-child(6) td{
	vertical-align: text-top;
	padding: 0 5px;
	background: #e7e7e9;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding-bottom: 50px;
}
.Contentbox2 table tr:nth-child(6) td:nth-child(1){
	background: none;
}
.notice-pro{
	margin-top: 30px;
	font-size: 18px;
	color: #222222;
	margin-bottom: 15px;
}

.download-select{
	margin-top: 106px;
	padding: 50px 0;
	background: url(../images/load-bg01.jpg) no-repeat center;
	background-size: cover;
}

.download-select-list{
	width: 100%;
	margin-bottom: 30px;
}
.download-select-list h3{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.download-select-list h4{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.download-select-list ul{
	zoom: 1;
}
.download-select-list ul:after{
	display: block;
	content: '';
	clear: both;
}
.download-select-list ul li{
	float: left;
	width: 11.111%;
	cursor: pointer;
}
.download-select-list ul li label{
	display: flex;
}

.download-select-list ul li input{
	float: left;
	width: 14px;
    height: 14px;
    appearance: none;
    position: relative;
    outline: none;
    margin: 0;
    margin-top: 7px;
    -webkit-appearance: none;
    border: none !important;
}
.download-select-list ul li input:before{
	display: block;
	content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: #cd2128;
    border-radius: 50%;
    
}
.download-select-list ul li input:checked:after{
	display: block;
	content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}
.download-select-list ul li span{
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	margin-left: 5px;
}
.download-bottom{
	margin-top: 50px;
}
.download-bottom-name{
	width: 100%;
	background: #f4f4f4;
	display: flex;
	font-size: 18px;
	color: #333;
	line-height: 54px;
	text-align: center;
}
.download-bottom-name span:nth-child(1){
	width: 41%;
}
.download-bottom-name span:nth-child(2){
	width: 20%;
}
.download-bottom-name span:nth-child(3){
	width: 13%;
}
.download-bottom-name span:nth-child(4){
	width: 13%;
}
.download-bottom-name span:nth-child(5){
	width: 13%;
}
.download-bottom-all ul li{
	border-bottom: 1px dashed #d3d3d3;
	display: flex;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 70px;
}
.download-bottom-all ul li:hover{
	color: #c61c22;
}
.pdf-name{
	width: 41%;
	padding-left: 30px;
	text-align: left;
	position: relative;
}
.pdf-name:after{
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	background: url(../images/down-i1.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5.5px;
}
.pdf-mb{
	width: 20%;
}
.pdf-yl{
	width: 13%;
	cursor: pointer;
}
.pdf-xz{
	width: 13%;
	cursor: pointer;
}
.pdf-yj{
	width: 13%;
	cursor: pointer;
}

.jianT{width: 100%; text-align: center;padding: 30px 0;margin-top: 30px;}
.jianT li{ background:#fff; border:1px solid #ddd;line-height: 36px;  height:36px; min-width:43px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#c61c22;color:#fff;}
.jianT li .on{ background:#c61c22; color:#fff;display:block;}


/*灏忓睆瀵艰埅*/
.xs-top{display: none;}
.logo-mobile{width: 51%; float: left; margin-top: 7px; margin-left: 2%;}

.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner-header-icon{color: #ffffff;background: #d0111b; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#d0101b; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid #eb313c;
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}

.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center #db2832;
}
.navContent1{display: none; border-bottom: 1px solid #d6d6d6; padding:10px 0; background:#db2832;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*鑿滃崟缁撴潫*/

/*2020/10/23鏀�*/
.home-pddq .hd{
	text-align: center;
	margin-bottom: 30px;
}
.home-pddq .hd ul{
	display: inline-block;
}
.home-pddq .hd ul li{
	float: left;
	font-size: 20px;
	color: #666;
	position: relative;
	margin: 0 10px;
	cursor: pointer;
}
.home-pddq .hd ul li:before{
	content: '/';
	font-size: 20px;
	color: #666 !important;
	position: absolute;
	right: -15px;
	top: 0;
	font-weight: normal !important;
}
.home-pddq .hd ul li:last-child:before{
	display: none;
}
.home-pddq .hd ul li.on{
	color: #d0101b;
	font-weight: bold;
}

.home-dngl .hd{
	text-align: center;
	margin-bottom: 30px;
}
.home-dngl .hd ul{
	display: inline-block;
}
.home-dngl .hd ul li{
	float: left;
	font-size: 20px;
	color: #666;
	position: relative;
	margin: 0 10px;
	cursor: pointer;
}
.home-dngl .hd ul li:before{
	content: '/';
	font-size: 20px;
	color: #666 !important;
	position: absolute;
	right: -15px;
	top: 0;
	font-weight: normal !important;
}
.home-dngl .hd ul li:last-child:before{
	display: none;
}
.home-dngl .hd ul li.on{
	color: #d0101b;
	font-weight: bold;
}

.sp-p{
	zoom: 1;
}
.sp-p:after{
	display: block;
	content: '';
	clear: both;
}
.sp-p span:nth-child(1){
	float: left;
	width: 80px;
}
.dl-p{
	float: left;
	width: calc(100% - 80px);
	color: #fff;
}

.drq li{
	height: 70px !important;
}
.drq li p{
	line-height: 24px !important;
	padding-top: 10px;
}
.drq li p:before{
	top: 20px !important;
}

.yb-box{
	width: 100%;
	height: 140px;
	text-align: center;
}
.yb-box img{
	display: none;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.hover-img{
	background: #d0101b !important;
}
.hover-img p{
	color: #fff !important;
}
.yb-contenter{
	padding: 40px 20px 23px !important;
}
.yb-contenter dl dd:nth-child(-n+4){
	cursor: pointer;
}

/* 渚ц竟鍦ㄧ嚎瀹㈡湇side */
.side{position:fixed;width:54px; right:0;top:314px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative; margin-bottom:2px;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;overflow:hidden; line-height: 54px;
font-size: 16px; border-radius:6px 0 0 6px;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#a0a3a5;transition:all 0.3s; border-radius:6px 0 0 6px;}
.side ul li .sidetop:hover{background:#da1729;}
.side ul li img{float:left;}

.yq-img img{
	width: 100%;
	height: 100%;
	display: block;
}


/*2020/12/22新增*/
.home-dngl-mobile{
	display: none;
}
.home-dngl-mobile img{
	display: block;
	width: 100%;
}


/*2021/11/21*/
.home-zddq-contenter{
	width: 100%;
	height: 650px;
	position: relative;
}
.zddq-content-fl{
	width: 51%;
    height: 615px;
    background: url(../images/zddq-bg01.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 60px 5% 0px 16%;
}
.zddq-content-fr{
	width: 51%;
    height: 615px;
    background: url(../images/zddq-bg02.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 60px 16% 0px 2%;
}
.zddq-content-fl h5{
	font-size: 32px;
	color: #222222;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 30px;
}
.zddq-content-fl p{
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.zddq-content-fl p:before{
	display: block;
	content: '';
	width: 4px;
	height: 14px;
	border-radius: 4px;
	background: #d0101b;
	position: absolute;
	left: 0;
	top: 8px;
}
.zddq-pro{
	margin-top: 35px;
}
.zddq-pro ul{
	zoom: 1;
}
.zddq-pro ul:after{
	display: block;
	content: '';
	clear: both;
}
.zddq-pro ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: center;
}
.zddq-pro ul li:nth-child(3){
	margin-right: 0;
}
.zddq-proImg{
	margin: 0 auto;
	width: 76%;
	height: 90px;
	text-align: center;
	line-height: 90px;
	margin-bottom: 10px;
}
.zddq-proImg img{
	max-width: 100%;
	max-height: 100%;
}
.zddq-pro ul li span{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.zddq-tsTitle{
	margin-bottom: 20px;
	text-align: center;
}
.zddq-tsTitle ul{
	display: inline-block;
	zoom: 1;
}
.zddq-tsTitle ul:after{
	display: block;
	content: '';
	clear: both;
}
.zddq-tsTitle ul li{
	float: left;
	width: 150px;
	height: 50px;
	border: 1px solid #ffffff;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin-right: 12px;
	cursor: pointer;
}
.zddq-tsTitle ul li:nth-child(3){
	margin-right: 0;
}
.active-tsTitle{
	background: #FFFFFF;
	color: #d0101b !important;
}
.zddq-tsContenter h5{
	font-size: 32px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}
.zddq-tsContenter ul{
	zoom: 1;
}
.zddq-tsContenter ul:after{
	display: block;
	content: '';
	clear: both;
}
.zddq-tsContenter ul li{
	float: left;
	width: 50%;
	text-align: center;
}
.ts-proImg{
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: 120px;
}
.ts-proImg img{
	max-width: 90%;
	max-height: 90%;
}
.zddq-tsContenter ul li p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.6;
}
.zddq-tsContenter ul li:nth-child(1),.zddq-tsContenter ul li:nth-child(2){
	margin-bottom: 35px;
}

.zddq-tsJs{
	width: 100%;
	padding-top: 110px;
}
.zddq-tsJs img{
	max-width: 100%;
}
.zddq-tsJs2{
	width: 100%;
	padding-top: 10px;
}
.zddq-tsJs2List{
	zoom: 1;
}
.zddq-tsJs2List:after{
	display: block;
	content: '';
	clear: both;
}
.zddq-tsJs2Img{
	float: left;
	width: 30%;
	margin-right: 5%;
	height: 160px;
	line-height: 160px;
	text-align: center;
}
.zddq-tsJs2Img img{
	max-width: 90%;
	max-height: 90%;
}
.zddq-tsJs2 p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.6;
	margin-bottom: 20px;
}

.new-dzBox{
	display: flex;
}
.new-dz-fl{
	width: 360px;
	padding: 50px 0;
	margin-right: 50px;
	background: url(../images/zddq-bg03.jpg) no-repeat;
	background-size: cover;
}
.new-dz-fl li{
	width: 100%;
	height: 100px;
	padding-left: 45px;
	margin-bottom: 15px;
	zoom: 1;
	position: relative;
	cursor: pointer;
}
.new-dz-fl li:last-child{
	margin-bottom: 0;
}
.new-dz-fl li:before{
	display: block;
	content: '';
	height: 132%;
	border-left: 1px dashed #ffffff;
	position: absolute;
	left: 53px;
	top: 0;
	z-index: 4;
}
.new-dz-fl li:nth-child(1):before{
	height: 82%;
	top: 50%;
}
.new-dz-fl li:nth-child(4):before{
	height: 50%;
}
.new-dz-fl li:after{
	display: block;
	content: '';
	clear: both;
}
.new-dz-fl li span{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	transform: rotate(45deg);
	margin-top: 43px;
	position: relative;
	z-index: 5;
}
.new-dz-fl li p{
	float: left;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 100px;
	margin-left: 15px;
	position: relative;
	z-index: 5;
}
.new-dz-active p{
	font-weight: bold;
}
.new-dz-active .bg-dz{
	width: 376px;
	height: 100%;
	background: #d0101b;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.new-dz-active .bg-dz:before{
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/sj01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: -16px;
}
.new-dz-fr{
	width: calc(100% - 410px);
	position: relative;
}

.new-dz-ImgBox{
	width: 62%;
	height: 100%;
	padding: 60px 35px;
	background: #edeceb;
}
.new-dz-ImgContenter ul{
	zoom: 1;
}
.new-dz-ImgContenter ul:after{
	display: block;
	content: '';
	clear: both;
}
.new-dz-ImgContenter ul li{
	float: left;
	width: 50%;
}
.bj-img{
	width: 100%;
	height: 300px;
	position: relative;
	margin-bottom: 10px;
}
.bj-img img{
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.new-dz-ImgContenter ul li span{
	display: block;
	font-size: 22px;
	color: #333333;
	text-align: center;
}
.new-dz-ImgContenter h5{
	font-size: 20px;
	color: #111111;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
}
.new-dz-JsBox{
	width: 44%;
	background: #d0101b;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.new-dz-JsContenter{
	width: 100%;
	height: 100%;
	padding: 40px 25px;
}
.new-dz-JsContenter h5{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.new-dz-JsContenter p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.6;
	text-align: justify;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
.new-dz-JsContenter p:before{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	position: absolute;
	left: 0;
	top: 7px;
}
.dz-jsImg{
	width: 100%;
	padding-top: 70px;
}
.dz-jsImg img{
	max-width: 90%;
}
.dz-jsName{
	margin-top: 30px;
	text-align: center;
}
.dz-jsName p{
	display: inline-block;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.dz-jsName p:before{
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #d0101b;
	position: absolute;
	left: 0;
	top: 3px;
}
.dz-jsName p:after{
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #d0101b;
	position: absolute;
	left: 3px;
	top: 6px;
}
.zl{
	font-size: 16px;
	font-weight: bold;
	color: #c61019;
	text-align: center;
	margin: 10px 0;
}

/*2021/11/21*/


/*2021/11/22*/
.bj-box p{
	font-size: 18px;
    color: #FFFFFF;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.bj-box p:before{
	display: block;
    content: '';
    width: 4px;
    height: 14px;
    border-radius: 4px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 8px;
}
.zddq-pro dl{
	zoom: 1;
}
.zddq-pro dl:after{
	display: block;
    content: '';
    clear: both;
}
.zddq-pro dl dd{
	float: left;
    width: 30%;
    margin-right: 5%;
    text-align: center;
}
.zddq-pro dl dd:nth-child(3){
	margin-right: 0;
}
.zddq-pro dl dd span{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

/*2021/11/23/*/
.gykz-title{
	text-align: center;
}
.gykz-title h4{
	float: left;
    font-size: 20px;
    color: #666;
    font-weight: normal;
    /* font-style: italic; */
    /*margin-bottom: 40px;*/
    position: relative;
    cursor: pointer;
}
.gykz-title h4:nth-child(1):before{
	display: block;
    content: '/';
    font-size: 20px;
    color: #666;
    font-weight: normal;
    /* font-style: italic; */
    position: absolute;
    right: -15px;
    top: 0;
}
.gykz-title h4:nth-child(1) {
    margin-right: 20px;
}
.new-gykzImg{
	width: 100%;
}
.new-gykzImg img{
	width: 100%;
}

/*2021/11/25*/
.dngl-list{
	position: relative;
	width: 100%;
}
.dngl-listImg{
	position: relative;
	width: 80%;
	padding-bottom: 40px;
}
.dngl-listImg img{
	display: block;
	width: 100%;
}
.dngl-listJs{
	width: 38%;
	height: calc(100% - 40px);
	background: url(../images/dn-bg.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px 20px 0;
}
.dngl-listJs h5{
	font-size: 30px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
.dngl-Menubox{
	margin-bottom: 30px;
}
.dngl-Menubox dl{
	zoom: 1;
}
.dngl-Menubox dl:after{
	display: block;
	content: '';
	clear: both;
}
.dngl-Menubox dd{
	float: left;
	width: 30%;
	height: 48px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-right: 5%;
	cursor: pointer;
	box-sizing: border-box;
}
.dngl-Menubox dd:nth-child(3n){
	margin-right: 0;
}
.dngl-Menubox dd a{
	color: #FFFFFF;
}
.dn-active{
	background: #d0101b;
	border: 1px solid #d0101b !important;
}
.dngl-listJs .CbContainer dd{
	margin-bottom: 0;
}
.dngl-listJs .CbContainer .tab:before{
	background: url(../images/jia01-a.png) no-repeat;
}
.dngl-listJs .tab.selected:before{
	background: url(../images/jian01-a.png) no-repeat !important;
}
.dngl-listJs .CbContainer .tab{
	font-size: 18px;
	padding-left: 35px;
}
.dn-proList{
	padding: 10px 0;
	text-align: center;
}
.dn-proList-nav{
	display: inline-block;
	margin: 0 10px;
}
.dn-proList-nav p{
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.5;
}
.dn-proImg{
	width: 100%;
}
.dn-proImg img{
	display: block;
	width: 100%;
}
.dngl-listJs .tab_content p{
	padding-left: 0;
}
.dngl-listJs .tab_content p:before{
	display: none;
}
.newDn-list{
	zoom: 1;
}
.newDn-list:after{
	display: block;
	content: '';
	clear: both;
}
.newDn-list-fl{
	float: left;
	width: 57%;
	padding-top: 20px;
}
.newDn-list-fl p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.6;
	margin-bottom: 5px;
	position: relative;
}
.newDn-list-fl p:before{
	display: block !important;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	left: -15px;
	top: 12px;
}
.newDn-list-fr{
	float: left;
	width: 43%;
}
.newDn-list-fr img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sp-listJs{
	background: url(../images/dn-bg02.jpg) no-repeat;
}
.sp-listJs h5{
	color: #333333;
}
.sp-listJs .dngl-Menubox dd{
	border: 1px solid #333333;
}
.sp-listJs .dngl-Menubox dd a{
	color: #333333;
}
.dn-active a{
	color: #FFFFFF !important;
}
.sp-listJs .CbContainer .tab{
	color: #333333;
}
.sp-listJs .newDn-list-fl p{
	color: #333333;
}
.sp-listJs .newDn-list-fl p:before{
	background: #ff0000;
}
.disabled .tab.selected:before{
	background: url(../images/jia01-a.png) no-repeat !important;
}

.tab-tb{
	padding-top: 20px;
}
.tab-tb li{
	zoom: 1;
	margin-bottom: 15px;
	position: relative;
}
.tab-tb li:before{
	display: block;
	content: '';
	width: 30px;
	height: 33px;
	background: url(../images/jt-down.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 80px;
	top: 88%;
	z-index: 2;
}
.tab-tb li:last-child:before{
	display: none;
}
.tab-tb li:after{
	display: block;
	content: '';
	clear: both;
}
.tb-fl{
	float: left;
	width: 234px;
	position: relative;
}
.tb-fl img{
	display: block;
	max-width: 100%;
}
.tb-fl span{
	font-size: 18px;
	color: #333333;
	position: absolute;
	right: 40px;
	top: 10px;
}
.tb-fr{
	float: left;
	width: calc(100% - 234px);
	padding-left: 15px;
	font-size: 15px;
	color: #FFFFFF;
}
.tb-fr span{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0 5px;
}
.cjx-content{
	zoom: 1;
	position: relative;
	padding-top: 10px;
}
.cjx-content:after{
	display: block;
	content: '';
	clear: both;
}
.cjx-content dl:nth-child(1){
	width: 30%;
	position: absolute;
	left: 35%;
	top: 0;
	padding-top: 0px;
}
.cjx-content dl:nth-child(1):before{
	display: block;
	content: '';
	width: 149px;
	height: 15px;
	background: url(../images/jt-cjx.png) no-repeat center right;
	position: absolute;
	top: 47%;
	right: 100%;
}
.cjx-content dl:nth-child(1):after{
	display: block;
	content: '';
	width: 149px;
	height: 15px;
	background: url(../images/jt-cjx.png) no-repeat center right;
	position: absolute;
	top: 47%;
	left: 100%;
}
.cjx-content dl:nth-child(2){
	zoom: 1;
	width: 100%;
}
.cjx-content dl:nth-child(2):after{
	display: block;
	content: '';
	clear: both;
}
.cjx-content dl:nth-child(2) dd{
	zoom: 1;
	height: 81px;
}
.cjx-content dl dd:after{
	display: block;
	content: '';
	clear: both;
}
.cjx-content dl:nth-child(2) dd:nth-child(odd){
	float: left;
	width: 34%;
}
.cjx-content dl:nth-child(2) dd:nth-child(even){
	float: right;
	width: 34%;
}
.cjx-content dl:nth-child(2) dd:nth-child(odd) .cjx-icon{
	float: left;
}
.cjx-content dl:nth-child(2) dd:nth-child(odd) .cjx-title{
	float: right;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
}
.cjx-content dl:nth-child(2) dd:nth-child(even) .cjx-icon{
	float: right;
}
.cjx-content dl:nth-child(2) dd:nth-child(even) .cjx-title{
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}
.cjx-icon{
	width: 82px;
}
.cjx-icon img{
	display: block;
	width: 100%;
}
.cjx-title{
	width: calc(100% - 82px);
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2;
}
.cjx-content dl:nth-child(1) h4{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.cjx-content2{
	padding-top: 10px;
	zoom: 1;
}
.cjx-content2:after{
	display: block;
	content: '';
	clear: both;
}
.cjx-listFl{
	float: left;
	width: calc(100% - 170px);
}
.cjx-listFr{
	float: left;
	width: 170px;
}
.cjx-listFl>span{
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 6px;
}
.cjx-listFl dl{
	zoom: 1;
}
.cjx-listFl dl:after{
	display: block;
	content: '';
	clear: both;
}
.cjx-listFl dl dd{
	float: left;
	width: 33.333%;
}
.cjx-listFl dl dd img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.cjx-listFl dl dd h5{
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.cjx-listFr h5{
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.cjx-content3{
	padding-top: 30px;
	zoom: 1;
}
.cjx-content3:after{
	display: block;
	content: '';
	clear: both;
}
.cjx-xqFl{
	float: left;
	width: 50%;
}
.cjx-xqFl h5{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}
.cjx-xqFl img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.cjx-xqFr{
	float: left;
	width: 50%;
	padding-left: 20px;
}
.cjx-xqFr dd{
	position: relative;
	margin-bottom: 35px;
}
.cjx-xqFr dd img{
	width: 49px;
}
.cjx-xqFr dd span{
	display: block;
	position: absolute;
	width: calc(100% - 49px);
	padding-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
	box-sizing: border-box;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.cjx-center{
	width: 100%;
}
.cjx-center img{
	display: block;
	width: 100%;
}
.pc-dn{
	display: block;
}
.mo-dn{
	display: none !important;
}

@media screen and (max-width:1600px){
	.home-gykz-fl{
		padding: 60px 8% 0px 2%;
	}
	.home-gykz-fr{
		padding: 60px 2% 0px 8%;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(odd){
		width: 36%;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(even){
		width: 36%;
	}
	.cjx-content dl:nth-child(1):before{
		top: 46%;
	}
	.cjx-content dl:nth-child(1):after{
		top: 46%;
	}
	.home-gykz-fr img{
		margin-top: 100px;
	}
	.cjx-listFl dl dd img{
		max-width: 90%;
		height: 184px;
	}
	.cjx-content dl:nth-child(1){
		padding-top: 20px;
	}
}
/*2020/12/22闁衡偓閸︻厾娉㈤柡澶涙嫹*/
@media screen and (max-width:1440px){
	.home-by-nav{
		padding: 25px 15px;
	}
	.w11{
		width: 1200px;
	}
	/*.home-gykz-nav{
		height: 520px;
	}*/
	.home-gykz-fr{
		padding: 60px 2% 0px 8%;
		background-size: 100% 100%;
	}
	.home-gykz-fr img{
		width: 85%;
		display: block;
		margin-top: 30px;
		float: none;
	}
	.home-gykz-nav:nth-child(2) .home-gykz-fr img{
		margin: 130px 0 0;
	}
	.home-gykz-fl{
		padding: 60px 8% 0px 2%;
		background-size: 100% 100%;
	}
	
	/*2021/11/21*/
	.zddq-content-fl{
		padding: 60px 3% 0px 2%;
	}
	.zddq-content-fl p{
		font-size: 16px;
	}
	.zddq-content-fr{
		padding: 60px 2% 0px 2%;
	}
	.zddq-tsContenter ul li p{
		font-size: 16px;
	}
	.zddq-tsJs{
		padding-top: 100px;
	}
	.zddq-tsJs2 p{
		font-size: 16px;
	}
	.new-dz-fl{
		width: 310px;
	}
	.new-dz-fr{
		width: calc(100% - 310px);
	}
	.new-dz-active .bg-dz{
		width: 313px;
	}
	.new-dz-fl li p{
		font-size: 20px;
	}
	.new-dz-JsBox{
		width: 42%;
	}
	.zddq-proImg{
		margin-bottom: 20px;
	}
	
	/*2021/11/2*/
	.bj-box p{
		font-size: 16px;
	}
	.zddq-pro dl dd{
		margin-right: 0%;
	}
	.zddq-pro dl dd span{
		font-size: 18px;
	}
	.new-gykzImg{
		width: 23%;
	}
	
	/*2021/11/25*/
	.dngl-listJs h5{
		font-size: 28px;
	}
	.dngl-listJs{
		height: calc(100% - 25px);
		padding: 30px 25px 0;
	}
	.dngl-listImg{
		padding-bottom: 50px;
	}
	
	.cjx-icon{
		width: 50px;
		margin-top: 9px;
	}
	.cjx-title{
		width: calc(100% - 50px);
		
	}
	.cjx-content dl dd{
		min-height: 64px;
	}
	.cjx-content dl:nth-child(1){
		padding-top: 40px;
	}
	.cjx-content dl:nth-child(1):before{
		top: 47%;
	}
	.cjx-content dl:nth-child(1):after{
		top: 47%;
	}
	.cjx-listFl dl dd img{
		display: inline-block;
		max-width: 90%;
		/*min-height: 161px;*/
		height: 161px;
	}
	.cjx-listFr{
		width: 160px;
	}
	.cjx-listFr img{
		max-width: 100%;
	}
	.cjx-listFl>span{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.cjx-xqFl h5{
		font-size: 16px;
	}
}
@media screen and (max-width:1366px){
	
	.cjx-title{
		font-size: 14px;
	}
	.cjx-content dl:nth-child(1):before{
		top: 48%;
		width: 134px;
	}
	.cjx-content dl:nth-child(1):after{
		top: 48%;
		width: 134px;
	}
	.cjx-listFr{
		width: 150px;
	}
	.cjx-listFl dl dd img{
		height: 147px;
	}
	.cjx-icon{
		margin-top: 12px;
	}
}

@media screen and (max-width:769px){
	.xs-top{
		display: block;
	}
	.header{
		display: none;
	}
	.w11{
		width: 94%;
	}
	.home-banner{
		margin-top: 55px;
		height: auto;
	}
	.home-by{
		padding: 30px 10px;
	}
	.home-by-nav{
		width: 100%;
		padding: 10px 5px;
		margin-bottom: 10px;
	}

	.pddq-message-fl{
		width: 100%;
		padding-right: 0;
	}
	.pddq-message-fr{
		width: 100%;
	}
	.home-pddq .prev, .home-pddq .next{
		width: 30px;
		height: 40px;
		line-height: 40px;
	}
	.home-pddq .prev, .home-pddq .next {
    display: none;
}
	.home-pddq .prev img,.home-pddq .next img{
		width: 100%;
		height: 100%;
	}
	.Menubox-com dl dd{
		width: 90px;
		font-size: 16px;
	}
	.pddq-message-fr .Contentbox-com{
		padding-left: 10px;
		padding-right: 10px;
	}
	.chart-img{
		padding-left: 0;
		width: 100%;
		position: relative;
		bottom: 0;
	}
	.chart-img img{
		width: 96%;
    	margin: 0 auto;
	}

	.zddq-title-list2 a {
		width: 90px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
}
	.zddq-message-img{
		padding:10px 0;
		height: 150px;
		line-height: 130px;
	}
	.zddq-message-js{
		padding: 10px 5px;
		height:auto;
	}
	.zddq-message-js h5{
		font-size: 15px;
	}
	.zddq-message-js p{
		font-size: 14px;
		line-height: 20px;
	}
	.zddq-title h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.home-gykz-fl{
		width: 100%;
		height: auto;
		background-size: cover;
		position: relative;
		padding: 15px 10px;
	}
	.home-gykz-fr{
		width: 100%;
		height: auto;
		background-position: right;
		background-size: cover;
		position: relative;
		padding: 25px 10px;
	}
	.home-gykz-nav{
		height: auto;
	}
	.home-gykz {
	    padding-top: 0px;
	}
	.home-gykz-fl h3{
		font-size: 20px;
		margin-bottom: 20px;
		padding-top: 15px;
	}
	.CbContainer .tab{
		font-size: 16px;
	}
	.home-gykz-fr img{
		float: none;
		width: 80%; 
		margin: 30px auto;
		/*padding-left: 10%;*/
	}
	
	/*2020/12/22改*/
	.home-dngl-fl{
		/*width: 100%;
		height: auto;
		line-height: normal;*/
		display: none;
	}
	.home-dngl-mobile{
		display: block;
	}
	/*2020/12/22改结束*/
	.home-dngl-fr{
		width: 100%;
		padding-left: 5px;
	}
	.home-dngl-nav .slideBox .bd li{
		height: auto;
	}
	.home-dngl-nav .prev, .home-dngl-nav .next{
		width: 30px;
		height: 45px;
		line-height: 45px;
		display: none;
	}
	.home-dngl-nav .prev img,.home-dngl-nav .next img{
		width: 100%;
	}
	.home-dngl-fl img{
		max-width: 100%;
		max-height: 100%;
	}
.home-dngl-fr h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
	.home-dngl-box dl dd {
		width: 90px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;

}
	.home-dngl-container{
		padding: 15px 10px;
	}
	.home-dngl-container dl dd {
    float: left;
    width: 49%;
    height: 74px;
    margin-right: 2%;
    margin-bottom: 12px;
}
	.home-dngl-container dl dd:nth-child(3n){
		margin-right: 2%;
	}
	.home-dngl-container dl dd:nth-child(2n){
		margin-right: 0;
	}
	.footer-list{
		display: none;
	}
	.nei-about{
		margin-top: 55px;
		/*height: 100vh;*/
	}
	/*.nei-lhz-img{
		height: 100%;
	}*/
	.nei-lhz-gg{
		display: none;
	}
	.nei-lhz-js{
		width: 100%;
	}
	.nei-about-nav{
		position: relative;
		top: 0;
		left: 0;
		transform: rotateX(0);
		bottom: auto;
		padding: 30px 0;
	}
	.side{
		display: none;
	}
	.nei-about-nav h3{
		font-size: 24px;
	}
	.nei-about-nav h3{
		color: #333;
		margin-bottom: 20px;
		font-weight: normal;
		/*text-shadow: 4px 4px 4px #333;*/
	}
	.nei-lhz-js dl{
		padding: 10px 5px;
		-moz-box-shadow: 0px 0px 7px #D4D4D4;
	    -webkit-box-shadow: 0px 0px 7px #D4D4D4;
	    box-shadow: 0px 0px 7px #D4D4D4;
	}
	.nei-lhz-js dl dt{
		color: #333;
		font-size: 20px;
	    line-height: 42px;
	    padding-left: 50px;
	    margin-bottom: 10px;
	    font-weight: normal;
		/*text-shadow: 4px 4px 4px #333;*/
	}
	.nei-lhz-js dl dt:before{
		display: block;
	    content: '';
	    width: 37px;
    	height: 37px;
	    background: url(../images/icon01.png) no-repeat;
	    position: absolute;
	    left: 0;
	    top: 0;
		background-size: 100% 100%;
	}
	.nei-lhz-js dl dd{
		color: #666666;
    	line-height: 26px;
		font-weight: normal;
		font-size: 15px;
		padding-left: 0;
		/*text-shadow: 4px 4px 4px #333;*/
	}
	.nei-lhz-js dl:nth-child(3){
		margin-bottom: 0;
	}
	.nei-about-banner{
		width: 100%;
		height: 155px;
		overflow: hidden;
	}
	.download-select-list h3{
		font-size: 24px;
	}
	.download-select-list ul li{
		width: 33.333%;
	}
	.download-bottom{
		margin-top: 30px;
	}
	.download-bottom-name{
		font-size: 16px;
	}
	.pdf-name{
		overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
	}
	.nei-banner-nav{
		display: block;
		/*height: auto;*/
	}
	.nei-banner-fl{
		width: 100%;
		/*height: auto;*/
		padding-top: 10px;
	}
	.nei-banner-fr{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.nei-banner-fl-message{
		position: relative;
		display: block;
		height: 100%;
		top: 0px;
		transform: translateY(0);
	}
	.nei-banner-proName{
		width: 100%;
		height: 100%;
	}
	.nei-banner-proName h3{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.nei-banner-proName p{
		font-size: 12px;
		margin-bottom: 2px;
		line-height: 12px;
	}
	
	.nei-banner-proName .text{
		margin-left:0px
	}
	
	.nei-banner-ys{
		width: 100%;
		display: none;
		/*position: absolute;
    	top: 117px;*/
    	margin-top: 5px;
	}
	.nei-banner-ys ul li{
		width: 100%;
		height: 28px;
		margin-bottom: 5px;
		padding-top: 5px;
		background: #d0111b;
	}
	.nei-banner-ys ul li p{
		font-size: 14px;
		line-height: 20px;
		color: #fff;
	}
	.nei-banner-ys ul li p:before{
		background: #fff;
		top: 8px;
	}
	.nei-banner-fr img{
		max-width: 74%;
		margin: 0 auto;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0);
	}
	.nei-banner{
		height: auto;
		padding-bottom: 30px;
	}
	.nei-dh{
		background: #d0111b;
		bottom: -36px;
		/*position: relative;
		margin-top: 106px;*/
	}
	.nei-dh ul li{
		padding: 0 5px;
    	font-size: 16px;
    	line-height: 36px;
    	text-align: center;
	}
	.dh-dngl01{
		bottom: -206px;
	}
	
	.acitve-pro:after{
		width: 13px;
    	height: 9px;
    	background-size: 100% 100%;
    	bottom: -9px;
    	margin-left: -6.5px;
	}
	.nei-dh ul li:before{
		right: -1px;
    	top: 10px;
    	height: 17px;
	}
	.nei-pro-content-nav ul li{
		width: 86%;
		margin: 0 auto 30px;
		float: none;
	}
	.pro-list-name p{
		font-size: 16px;
	}
	.nei-banner-proName li h5{
		font-size: 12px;
		line-height: 12px;
	}
	.nei-banner-proName li span{
		font-size: 12px;
		line-height: 12px;
		display: block;
	}
	.nei-pro-Sennav p{
		padding-left: 48px;
	}
	.nei-banner-proName ul{
		margin-bottom: 10px;
		display: none;
	}
	.nei-banner-proName li{
		margin-top: 2px;
	}
	.pro-detail-fl{
		width: 100%;
	}
	.pro-detail-fl .Contentbox{
		height: 300px;
	}
	.pro-detail-fl .Contentbox .CbContainer{
		line-height: 300px;
	}
	.pro-detail-fr{
		width: 100%;
	}
	.pro-detail-fr-btn a{
		width: 48%;
	}
	.Menubox2 ul li{
		width: 33%;
		margin-right: 0.5%;
	}
	.Menubox2 ul li:nth-child(3){
		margin-right: 0;
	}
	.Contentbox2{
		width: 100%;
	}
	.CbContainer2{
		width: 100%;
		position: relative;
	}
	.Contentbox2 table{
		display: block;
	}
	.notice-pro{
		font-size: 16px;
	}
.download-select {
    padding: 75px 0 5px 0;
    margin-top: 0px;
}
	.nei-banner{
		margin-top: 55px;
		padding-bottom: 0;
	}
	.nei-pro-content-nav{
		padding-top: 56px;
		padding-bottom: 50px;
	}
	/*.pddq-01{
		padding-top: 88px;
	}*/
	.nei-pro-Sennav{
		margin-top: 55px;
	}
	.dh-pddq01{
		bottom: -107px;
	}
	.pddq-01{
		padding-top: 124px;
	}
	.dh-pddq-com li{
		width: 33.333%;
	}
	
	.dh-zddq-com li{
		width: 50%;
	}
	
	/*10-13*/
	.home-by-nav h3:before {
    width: 37px;
    height: 37px;
    background-size: 100% 100%;
}
.home-by-nav h3 {
    font-size: 20px;
    line-height: 42px;
    padding-left: 50px;
    margin-bottom: 10px;
}
.home-by-nav p {
    font-size: 15px;
}
.home-pddq {
    padding-top: 30px;
}
.home-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.home-title h3:after {
    bottom: -10px;
}
.home-title-list {
    font-size: 18px;
}
.home-title {
    margin-bottom: 25px;
}
.pddq-message-fl h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.pddq-message-fl-nav {
    margin-bottom: 20px;
}
.pddq-message-fl-nav h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.pddq-message-fl-nav p {
    font-size: 15px;
    line-height: 22px;
}
.pddq-message-fl img {
    width: 80%;
    /*padding-left: 10%;*/
     padding-bottom: 20px;
     display: block;
    margin: 0 auto;
}
.pddq-message-fr {
    padding: 30px 0 20px;
}
.Menubox-com {
    margin-bottom: 20px;
}
.Menubox-com dl dd {

    height: 38px;
    line-height: 38px;
}
.tab_content p {
    font-size: 15px;
}
.pddq-message-fr {
    min-height: auto;
    /*padding-bottom: 160px;*/
}
.home-zddq {
    padding-top: 30px;
    padding-bottom: 20px;
}
.zddq-title {
    margin-bottom: 20px;
}
.zddq-message {
    width: 100%;
    margin-right: 0%;
}
.home-gykz-fr dl {
    padding-left: 30px;
    margin-bottom: 20px;
}
.home-gykz-fr dl dd {
    font-size: 15px;
}
.home-dngl {
    padding-top: 30px;
}
.home-dngl-container dl dd p {
    font-size: 15px;
    line-height: 24px;
}
.download-select-list ul li span {
    font-size: 16px;
}
.xz-list-ti li {
    font-size: 14px;
}
.xz-list-nr li:nth-child(2),.xz-list-nr li:nth-child(3){display: none;}
.xz-list-nr li:nth-child(1) {
    width: 64%;
    margin-right: 6%;
}
.pdf-name {
    width: 70%;
}
.xz-list-ti li:nth-child(1) {
    width: 64%;
    margin-right: 6%;
}
.xz-list-nr li{font-size: 15px;}
.pdf-mb {
 display: none;
}
.pdf-yl {
display: none;
}
.jianT {
 margin-top: 0px; 
}
.download-bottom-name span:nth-child(2),.download-bottom-name span:nth-child(3) {
 display: none;
}
.download-bottom-name span:nth-child(1) {
    width:70%;
}
.pdf-xz img{width: 40%}
.pdf-yj img{width: 40%;}
.pro-detail-fr h3 {
    font-size: 20px;
    margin-top: 20px;
}
.pro-detail-top {
    padding: 20px 0;
}
.pro-detail-bottom-list {
    padding-top: 20px;
    height: 140px;
}
.pro-detail-bottom-list h3 {
    font-size: 22px;
}
.home-pddq .hd ul li{
	font-size: 18px;
	margin: 0 5px;
}
.home-pddq .hd ul li:before{
	font-size: 18px;
	right: -9px;
}
.home-dngl .hd ul li{
	font-size: 18px;
	margin: 0 5px;
}
.home-dngl .hd ul li:before{
	font-size: 18px;
	right: -9px;
}
.footer{
	padding-top: 30px;
	margin-bottom: 65px;
}
.dngl-01{
		padding-top: 221px;
	}
.dh-dngl-com li{
	width: 50%;
}
.drq li {
    height: 56px !important;
}
.drq li p{
	padding-top: 0;
}
.dh-dngl02{
	bottom: -285px;
}
.dngl-02{
	padding-top: 302px;
}
.zddq-com li{
	width: 100%;
}
.pc-banner{
	display: none;
}
.mobile-banner{
	display: block;
}
/*2021/11/25*/
.dngl-listImg{
	width: 100%;
	padding-bottom: 0;
}
.dngl-listJs{
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 10px;
}
.dngl-listJs h5 {
    font-size: 20px;
}
.dn-proList-nav{
	width: 34%;
}
.dn-proList-nav img{
	max-width: 100%;
}
.newDn-list-fl{
	width: 100%;
}
.newDn-list-fr{
	width: 100%;
}
.newDn-list-fr img{
	width: 40%;
	margin: 10px auto;
}

.tb-fl{
	width: 100%;
}
.tb-fl img{
	display: none;
}
.tb-fl span{
	position: relative;
	right: auto;
	top: 0;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 15px;
}
.tb-fr{
	width: 100%;
}
.tab-tb li:before{
	display: none;
}
.cjx-content dl:nth-child(1){
	position: relative;
	width: 100%;
	left: 0;
	padding-top: 0;
}
.cjx-content dl:nth-child(1):before,.cjx-content dl:nth-child(1):after{
	display: none;
}
.cjx-center img{
	display: block;
	margin: 0 auto;
}
.cjx-content dl:nth-child(2){
	float: none;
	width: 100%;
}
.cjx-content dl:nth-child(3){
	float: none;
	width: 100%;
}
.cjx-content dl dd{
	min-height: 51px;
}
.cjx-content dl:nth-child(3) .cjx-icon{
	float: left;
}
.cjx-content dl:nth-child(3) .cjx-title{
	text-align: left;
	padding-right: 0;
	padding-left: 10px;
}
.cjx-icon{
	width: 50px;
	margin-top: 0;
}
.cjx-title{
	width: calc(100% - 50px);
	font-size: 16px;
	line-height: 1.4;
}
.cjx-listFl{
	width: 100%;
	text-align: center;
}
.cjx-listFr{
	width: 100%;
}
.cjx-listFl dl dd img{
	min-height: auto;
	height: 122px;
}
.cjx-listFr{
	text-align: center;
	display: inline-block;
	zoom: 1;
}
.cjx-listFr img{
	display: inline-block;
}
.cjx-listFr h5{
	display: inline-block;
}

.cjx-xqFl{
	width: 100%;
	margin-bottom: 30px;
}
.cjx-xqFr{
	width: 100%;
}
.cjx-xqFl img{
	margin: 0 auto;
}

.cjx-xqFr dd{
	margin-bottom: 10px;
}
.dngl-Menubox{
	text-align: center;
	margin-bottom: 20px;
}
.dngl-Menubox dl{
	display: inline-block;
}
.dngl-Menubox dd{
	width: 92px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin-right: 10px;
}
.cjx-center{
	width: 50%;
	margin: 0 auto;
}
}







.animated{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

#portalquesdialogBg1,#portalquesdialogBg2{width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;top:0;left:0;z-index:9999;display:none;}
#portalquesdialog1,#portalquesdialog2{ width: 880px; height: 580px; margin: 0 auto; display: none;   position: fixed; top: 50%; left: 50%; transform:translate(-50%,-50%); z-index: 10000; overflow:auto; background:#fff;  }
.portalquesdialogTop1{ position:absolute; right:5px; top:5px;}
.portalquesdialogTop1 a{ color:#fff;}

.questitle{
	height:8%;
	text-align:center;
	font-size:22px;
	padding-top:15px;
	font-weight:bold;
	border-bottom:0px solid #d0111b;
	
}
.firstpage{
	overflow:auto;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
	height:80%;
	
}

.showtextareap{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:20px;
	text-align:left
}

.firstpage label{
	margin-left:40px;
}

.firstpage textarea{
	width:95%;
	margin-top:10px;
	padding-top: 10px;
	padding-left: 10px;
	font-size:14px;
}

.firstpage li{
	height: 30px;
    padding: 0 15px;
    overflow: hidden;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    float:left;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border:1px solid #a8a8a8;
    border-radius:5px;
    margin-left:30px;
    color:#fff;
    background:#a8a8a8;
}


.firstpage li.active{background:#d0101b;color:#fff}

.firstpage li:hover{border:1px solid #d0101b}

.jqbtj{
	float:left;padding-left:30px;
}
.jqtj{
	float:right;margin-right:30px;
}

.secondpage{
	overflow:auto;
	font-size:18px;
	padding:20px;
	height:80%;
	
}

.secondpagecontent{
	overflow:auto;
	
}


.secondpage .title{
	font-size: 20px;
    color: #222;
    line-height: 1.2;
    float:left;
    margin-top:2px;
    width:50%;
	float:left;
	font-weight:normal;
    
}



    
.secondpage ul{
	 margin-bottom: 40px;
     padding: 0 10px;
     width:50%;
     
}
   
.secondpage li{
	height: 30px;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}
.questiondiv{
	width:100%;
	height:40px;
	margin-top:25px;
	float:left;
}

.questiondiv select{
	width: 50%;
    height: 30px;
    padding-left: 5px;
    float:left;
    font-size: 18px;
    box-sizing: border-box;
    border-radius:5px;
    
   
}

.secondpage li.active{background:#d0101b;color:#fff}

.secondpage li:hover{border:1px solid #d0101b}

.questiondiv{

}

.secondpage li .contenttext{
	width:50%;
	border:0;
	border-bottom:1px solid black;
	background:;
	margin-left:5px;
	font-size:18px;
}

.quesfooter{
	width:100%;
	border-top:0px solid #d0111b;
	padding-top:5px;
	padding-left:10px;
	height:12%;
	font-size:26px;
	bottom:10px;
	font-weight:bold
}

.quesfooter button{ 
	width:100px; 
	height:96%;
	padding:2px 0; 
	background:#d0111b; 
	color:#fff; 
	font-size:20px; 
	border:none; 
	float:right;
	display:inline-block; 
	outline:none; 
	cursor:pointer; 
	transition-duration:.5s; 
	margin:0 10px;
	border-radius:5px;
	
}
.quesfooter1 button:hover{  border:1px solid #000;background:#fff; color:#d0111b;}

.quesfooter1 button:hover{  border:1px solid #fff;}


@media screen and (max-width:769px){
	
	#dialog1,#dialog2{ width: 95%; height: 90%; margin: 0 auto; display: none;   position: fixed; top: 50%; left: 50%; transform:translate(-50%,-50%); z-index: 10000; overflow:auto; background:#fff;  }
	.dialogTop1{ position:absolute; right:5px; top:5px;}
	.dialogTop1 a,.dialogTop2 a{ color:#fff;}
	
	.firstpage li{
		height: 30px;
	    padding: 0 5px;
	    overflow: hidden;
	    margin-bottom: 16px;
	    font-size: 18px;
	    display: -ms-flexbox;
	    display: flex;
	    float:left;
	    -ms-flex-align: center;
	    align-items: center;
	    cursor: pointer;
	    overflow: hidden;
	    border:1px solid #a8a8a8;
	    border-radius:5px;
	    margin-left:8px;
	    color:#fff;
    	background:#a8a8a8;
	}
	
	.jqbtj{
		float:left;padding-left:10px;
	}
	.jqtj{
		float:right;margin-right:10px;
	}
	
	
	.questiondiv{
		width:100%;
		margin-top:10px;
		float:left;
		height:auto;
	}
		

	.secondpage .title{
		font-size: 18px;
	    color: #222;
	    line-height: 1.2;
	    margin-top:2px;
	    width:100%;
		font-weight:normal;
	}
	
	.secondpage ul{
		 margin-bottom: 20px;
	     padding: 0 10px;
	     width:100%;
	     
	}
	
	.questiondiv select{
		width: 95%;
	    height: 40px;
	    padding-top: 3px;
	    padding-left: 5px;
	    font-size: 16px;
	    box-sizing: border-box;
	    border-radius:5px;	   
	}
	
	/*2021/11/21*/
	.zddq-title h4{
		font-size: 18px;
	}
	.zddq-title h4:nth-child(1){
		margin-right: 0;
	}
	.zddq-title h4:nth-child(1):before{
		display: none;
	}
	.zddq-title h4{
		float: none;
		margin-bottom: 12px;
	}
	.zddq-title-nav{
		margin-bottom: 10px;
	}
	.home-zddq-contenter{
		height: auto;
	}
	.zddq-content-fl{
		width: 100%;
		height: auto;
		position: relative;
		padding: 15px 10px;
	}
	.zddq-content-fr{
		width: 100%;
		height: auto;
		position: relative;
		padding: 15px 10px;
	}
	.zddq-content-fl h5{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.zddq-content-fl p{
		padding-left: 10px;
	}
	.zddq-proImg{
		width: 82%;
		height: 100px;
		line-height: 100px;
		margin-bottom: 0;
	}
	.zddq-pro ul li span{
		font-size: 14px;
	}
	.zddq-pro{
		margin-top: 0;
	}
	.zddq-tsTitle ul li{
		width: 100px;
    	height: 40px;
    	line-height: 40px;
	}
	
	.zddq-tsTitle{
		margin-bottom: 10px;
	}
	.zddq-tsContenter h5{
		font-size: 20px;
	}
	.zddq-tsContenter ul li p{
		height: 75px;
		padding: 0 10px;
	}
	
	.zddq-qqContaienr p {
		height : auto;
	}
	
	.zddq-tsJs{
		padding: 30px 0;
	}
	.zddq-tsJs2 ul li{
		height: 120px;
		line-height: 120px;
	}
	
	.new-dzBox{
		display: block;
	}
	.new-dz-fl{
		width: 100%;
		padding: 20px 0;
	}
	.new-dz-active .bg-dz{
		width: 100%;
		height: 100%;
	}
	.new-dz-active .bg-dz:before{
		display: none;
	}
	.new-dz-fr{
		width: 100%;
	}
	.new-dz-fl ul{
		zoom: 1;
	}
	.new-dz-fl ul:after{
		display: block;
		content: '';
		clear: both;
	}
	.new-dz-fl li{
		float: left;
		width: 50%;
		height: auto;
		padding: 10px 5px;
		margin-bottom: 0;
	}
	.new-dz-fl li:before{
		display: none;
	}
	.new-dz-fl li span{
		display: none;
	}
	.new-dz-fl li p{
		width: 100%;
		font-size: 18px;
		text-align: center;
		line-height: 1.6;
		margin-left: 0;
	}
	.new-dz-ImgBox{
		width: 100%;
		padding: 20px 10px;
	}
	.new-dz-JsBox{
		position: relative;
		width: 100%;
		top: 0;
		transform: translateY(0);
	}
	.bj-img{
		height: 220px;
	}
	.new-dz-ImgContenter ul li span{
		font-size: 18px;
	}
	.new-dz-ImgContenter h5{
		font-size: 18px;
	}
	.new-dz-JsContenter{
		padding: 20px 10px;
	}
	.bj-img img{
		max-width: 94%;
	}
	.new-dz-JsContenter h5{
		font-size: 18px;
	}
	.new-dz-JsContenter p{
		font-size: 16px;
	}
	.dz-jsImg{
		padding: 30px 0;
		text-align: center;
	}
	.nei-pro-content-nav ul li:nth-child(4n){
		margin: 0 auto 30px;
	}
	.zddq-tsJs2Img{
		height: 90px;
		line-height: 90px;
	}
	
	/*2021/11/22*/
	.zddq-pro dl dd{
		width: 33.333%;
		box-sizing: border-box;
	}
	.zddq-pro dl dd span{
		font-size: 14px;
	}
	.zddq-proImg img{
		display: inline-block;
	}
	
	/*2021/11/23*/
	.gykz-title h4{
		float: none;
		font-size: 18px;
		margin-bottom: 12px;
	}
	.gykz-title h4:nth-child(1){
		margin-right: 0;
	}
	.gykz-title h4:nth-child(1):before{
		display: none;
	}
	.new-gykzImg{
		width: 100%;
	}
	.cjx-content dl:nth-child(2) dd{
		height: auto;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(odd){
		width: 49%;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(even){
		width: 49%;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(odd) .cjx-icon{
		float: none;
		margin: 0 auto;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(odd) .cjx-title{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(even) .cjx-icon{
		float: none;
		margin: 0 auto;
	}
	.cjx-content dl:nth-child(2) dd:nth-child(even) .cjx-title{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.tab_content{
		padding-left: 0;
	}
	.cjx-xqFl h5{
		display: none;
	}
	.home-gykz-nav:nth-child(2) .home-gykz-fr img{
		margin: 30px auto;
	}
	.pc-dn{
		display: none !important;
	}
	.mo-dn{
		display: block !important;
	}
}
