@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
	line-height: 32px;
	color: #333;
	overflow-x: hidden;
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
}
@font-face {
	font-family: 'dincond-medium-webfont';
	src: url('../fonts/dincond-medium-webfont.eot');
	src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}
/*.ziti {
	font-family: 'dincond-medium-webfont';
}*/
.imgbg {
	background: no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.imgbg img {
	opacity: 0;
}
.gwlxbox{
     background: #fff;
    width: 100%;
    padding: 20px;
    overflow: hidden;
	line-height:30px;
    box-shadow: 0 5px 20px rgb(22 88 160 / 15%);
    border-radius: 6px;
	width:100;
	float:left;
	    margin-bottom: 20px;
}
.gwlx_title{
	font-size:22px;
	font-weight:bold;
	line-height:41px;
	padding-bottom:6px;
}
.gwicon01{
	float:left;
	margin-right:5px;
}
.gwicon01 img{
	width:40px;
}
.pp_ini{
	clear:both;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.elli {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #555555;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #c8212d;
	text-decoration: none;
}
.clear {
	clear: both;
	overflow:hidden;
	height:1px;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
* {
	box-sizing: border-box;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.blank8 {
	clear: both;
	height: 8px;
	overflow: hidden;
}
.blank20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.blank30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
.blank55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}
/*手机端按钮*/
.dompc {
	display: block;
}
.dommobile {
	display: none;
}
.mobile_btn {
	cursor: pointer;
	width: 36px;
	height: 50px;
	position: absolute;
	right: 0px;
	display: none;
	top: 0px;
	z-index: 999;
	box-sizing: border-box;
	padding: 16px 6px;
}
.mobile_btn.on .line1 {
	transform: rotate(45deg);
	transform-origin: 3% 50%;
}
.mobile_btn.on .line2 {
	width: 0;
}
.mobile_btn.on .line3 {
	transform: rotate(-45deg);
	transform-origin: 3% 50%;
}
.mobile_btn span {
	display: block;
	width: 28px;
	height: 3px;
	background: #c8212d;
	transition: all .45s;
}
.mobile_btn .line2 {
	margin: 7px 0;
	width: 28px;
}
.m03 {
	margin-left: 18px;
	font-size: 23px;
}
.wrap {
	width: 91%;
	max-width: 1440px;
	margin: 0 auto;
	clear: both;
}
/*半导体V1012*/

.footbg {
	background: #eeeeee;
	height: 470px;
	overflow: hidden;
	clear: both;
	padding-top: 20px;
}
.linmenu {
	border-bottom: 1px solid #dddddd;
	padding: 13px;
}
.linmenu a {
	margin-left: 40px;
}
.foot_r {
	width: 60%;
	display: flex;
	justify-content: space-between;
	float: right;
	padding-top: 28px;
}
.foot_l {
	width: 350px;
	float: left;
	padding-top: 35px;
	margin-top: 20px;
	color: #666;
}
.foot_l img{
	max-width:180px;
}
.foot_r .ul_item {
	width: 185px;
}
.foot_r .ul_item h2 {
	color: #333;
	font-size: 18px;
	padding: 20px 0px 10px;
	font-weight: bold;
}
.foot_r .ul_item ul li {
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	line-height: 28px;
	padding: 4px 0px;
	position:relative;
	font-size:15px;

}
.foot_r .ul_item ul li:before{
	content:"";
    width: 5px;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-top: 2px solid #666;
	margin-right: 5px;
	margin-top: -1px;

}
.foot_r .ul_item ul li:hover{
	padding-left:10px;
}
.foot_r .ul_item ul li a {
	color: #666;
}
.foot_r .ul_item ul li a:hover {
	color: #c8212d;
}
.banquan {
	background: #666666;
	clear: both;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding-top: 15px;
	height: 78px;
}
.banquan_l {
	width: 750px;
	float: left;
}
.banquan_l a {
	margin-right: 15px;
	color: #fff;
	padding-right: 15px;
	position: relative;
}
.banquan_l a:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 2px;
	width: 1px;
	height: 12px;
	background: #bfbfbf;
}
.banquan_l a:nth-child(3):before {
	height: 0px;
}
.banquan_r {
	width: 370px;
	float: right;
	text-align: right;
	padding-top: 10px;
}
/*头部*/
#header {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 82px;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	moz-box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
}
.header {
	width: 100%;
	height: 82px;
	position: relative;
	z-index: 100;
}
.header .logo {
	float: left;
	margin-left:10px;
	padding: 0;
	margin-top: 18px;
}
#header .navpc {
	float: right;
}
#header .navpc ul li {
	float: left;
}
#header .navpc ul li  {
	font-size: 16px;
	display: block;
	color: #5d5d5d;
	font-weight: bold;
	position: relative;
	float: left;
	padding: 0px 15px;
	line-height: 82px;
	margin: 0px 10px;
	background: url(../images/arrow.png) no-repeat right center;
	background-size: 12px auto;
	
}
#header .navpc ul li a{
	display:block;
}
#header .navpc ul li.noarrow {
	background: none;
}
#header .navpc ul li:before {
	position: absolute;
	bottom: 0px;
	width: 0px;
	left: 50%;
	height: 3px;
	content: "";
	background: #c8212d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity: 0;
}
#header .navpc ul li:hover:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
#header .navpc ul li.curmenu:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
#header .navpc ul li.menuon:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
#header .navpc ul li .box {
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: 82px;
	background: #fff;
	clear: both;
	width: 200px;
	margin-left: -100px;
	-o-transition: all .5s;
	overflow: hidden;
	display: none;
}
#header .navpc ul li .box a {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
#header .navpc ul li .box a:hover {
	background: #c8212d;
	color: #fff;
}
#header .navpc ul li:hover .box {
	display: block;
}
.banben {
	float: right;
	padding-top: 24px;
	margin-left: 30px;
	font-weight:bold;
}
.header_r ul {
	width: 50px;
	float: right;
	font-size: 0;
	text-align: center;
	padding-top: 24px;
        height:82px;
}
.header_r .search_box {
	width: 0;
	position: absolute;
	top: 100%;
	right: -100%;
	overflow: hidden;
	transition: 0.66s;
}

.header_r .search {
	padding-right: 50px;
	height: 38px;
	background: #f6f6f6;
	border-radius: 2px;
	position: relative;
	transition: 0.66s;
	overflow: hidden;
}
.header_r .search .sinput {
	padding: 0 5%;
	width: 90%;
	height: 38px;
	background: none;
	border: none;
	color: #333;
	font-size: 15px;
}
.header_r .search .sinput:focus {
	background: none;
}
.header_r .search .sbuton {
	width: 55px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	background: #c8212d;
	border: none;
	font-size: 16px;
	color: #fff;
	transition: 0.66s;
	cursor: pointer;
}
.header_r .search .sinput::-webkit-input-placeholder {
color:#999;
}
.header_r .search .sinput::-moz-placeholder {
color:#999;
}
.header_r .search .sinput:-moz-placeholder {
color:#999;
}
.header_r .search .sinput:-ms-input-placeholder {
color:#999;
}
.bg80 {
	padding: 50px 0px;
	overflow: hidden;
}
.sybox {
	clear: both;
}
.sybox img {
	width: 100%;
}
.sybox_l {
	width: 66.7%;
	float: left;
	position: relative;
}
.bgblack{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.ttshow:hover .bgblack {
	background:rgba(0,0,0,.4);
}
.bgred {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	padding:0px 60px 0px 60px;
	top: 240px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity:0;
	color:#fff;
}
.ttshow:hover .bgred {
	opacity:1;
	top:110px;
}
.msmenu{
	width:360px;
}
.msmenu li{
	float:left;
}
.msmenu li a{
	border:1px solid #fff;
	border-radius:50px;
	width:150px;
	height:44px;
	float:left;
	line-height:44px;
	color:#fff;
	text-align:center;
	float:left;
	margin:10px;
}
.msmenu li a:hover{
	background:#fff;
	color:#c8212d;
}
.txtabout {
	position: absolute;
	left: 40px;
	top: 40px;
	font-size: 32px;
	font-weight:bold;
	color: #fff;
	z-index: 2;
	background: url(../images/icon04.png) no-repeat top left;
	background-size: 40px auto;
	padding-left: 50px;
	padding-top:3px;
	height: 40px;
	line-height: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.txtabout span{
	font-size:16px;
	text-transform: uppercase;
	font-weight:400;
	line-height:12px;
}

.ttshow:hover .txtabout {
	left:60px;
}

.icon01 {
	background: url(../images/icon03.png) no-repeat top left;
	background-size: 40px auto;
}
.icon02 {
	background: url(../images/icon05.png) no-repeat top left;
	background-size: 40px auto;
}
.icon03 {
	background: url(../images/icon06.png) no-repeat top left;
	background-size: 40px auto;
}
.sybox_r {
	width: 31.9%;
	float: right;
	position: relative;
}
.sybox_lts {
	width: 31.9%;
	float: left;
	position: relative;
}
.sybox_rts {
	width: 66.7%;
	float: right;
	position: relative;
}
#bannerSwiper {
	margin-top: 82px;
	clear: both;
}
.sybox img {
	width: 100%;
	display: block;
}
.telzz {
	padding: 10px 0px 20px;
}
.telzz span {
	font-size: 18px;
}
.friendly-link {
	width: 100px;
	float: left;
	height: 32px;
	line-height: 32px;
	position: relative;
	text-indent: 16px;
	font-weight: 400;
	margin-left: 15px;
	background: url(../images/web.png) no-repeat 0px 9px;
}
.friendly-link p {
	color: #fff;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	padding-bottom: 0px;
	position: relative;
}
.friendly-link-ul {
	position: absolute;
	bottom: 30px;
	left: 50%;
	text-indent: 0px;
	background: #fff;
	width: 610px;
	margin-left: -305px;
	display: none;
	color: #000000;
	z-index: 20;
	text-align: left;
	border: 1px solid #dddddd;
	padding: 6px;
}
.friendly-link-ul li {
	padding: 6px 12px;
	display: block;
	line-height: 24px;
	height: 100%;
	float: left;
}
ul.friendly-link-ul {
	max-height: 340px;
	overflow-y: auto;
}
div ul .friendly-link {
	line-height: 30px;
}
ul.friendly-link-ul {
	line-height: 32px;
}
ul.friendly-link-ul a {
	width: 100%;
}
.appul li {
	position: relative;
	float: left;
	margin-left: 32px;
}
.app_box {
	display: none;
	width: 116px;
	height: 116px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	bottom: 44px;
	left: 50%;
	margin-left: -58px;
	padding: 3px;
	text-align: center;
}
.app_box img {
	display: block;
	border: 0 none;
	max-width: 100%;
	margin: 0 auto;
}
.appul {
	float: right;
}
.appul li:hover .app_box {
	display: block;
}
.chat {
	width: 30px;
}
/*新闻css*/

.yycj_ul {
	clear: both;
}
.yycj_ul li {
	width: 100%;
	float: left;
	text-align: left;
	height: 240px;
	box-sizing: border-box;
	padding: 30px 0px;
	border-bottom: #ebebeb 1px solid;
	color: #999;
	line-height: 23px;
	position: relative;
}
.yycj_ul li a {
	display: flex;
}
.cgul_l {
	width: 300px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 29px;
	display: inline-block;
}
.cgul_l img {
	width: 100%;
	height: 100%;
}
.cgul_r {
	overflow: hidden;
	flex: 1;
	display: inline-block;
}
.yycj_ul li a .imgbg {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.yycj_ul li a:hover .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.yycj_ul li:before {
	position: absolute;
	bottom: 0px;
	height: 2px;
	background: #c8212d;
	left: 0px;
	content: "";
	width: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.yycj_ul li:hover:before {
	width: 100%;
}
.su_title {
	line-height: 45px;
	padding: 0px 0px 5px;
}
.su_titlel {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	font-weight: bold;
	font-size: 20px;
}
.su_titler {
	float: right;
	width: 20%;
	text-align: right;
}
.su_intro {
	color: #606060;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	clear: both;
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 28px;
}
.more_btn {
	float: left;
	width: 116px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #c8212d;
	color: #c8212d;
	text-align: center;
	border-radius: 40px;
	margin-top: 20px;
}
.yycj_ul li:hover .more_btn {
	border: 1px solid #fff;
	background: #c8212d;
	color: #fff;
}
.spage-number {
	display: inline-block;
	float: left;
}
.spage-skip {
	display: inline-block;
}
.Pagination {
	text-align: center;
	clear: both;
	padding-top: 60px;
	padding-bottom: 30px;
}
.Pagination {
	display: inline-block;
}
.Pagination li {
	float: left;
	font-size: 14px;
	color: #333;
	height: 36px;
	line-height: 36px;
	margin: 0 6px;
}
.Pagination li.on a {
	color: #fff;
	background: #c8212d;
	border: 1px solid #c8212d;
}
.Pagination li a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding: 0 12px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
}
.Pagination li a:hover {
	color: #fff;
	background: #c8212d;
	border: 1px solid #c8212d;
}
.Pagination input.page_inp {
	width: 40px;
	height: 24px;
	outline: none;
	text-align: center;
	margin-right: 6px;
}
.Pagination input.btn {
	width: 48px;
	font-size: 14px;
	color: #fff;
	height: 35px;
	cursor: pointer;
	background: #c8212d;
	outline: none;
	border: 1px solid #c8212d;
	border-radius: 4px;
	margin-left: 6px;
}
.nybgnews {
	width: 100%;
	background: linear-gradient(#f4f4f4, #fff);
	clear: both;
	padding-bottom: 30px;
}
.bannerny {
	width: 100%;
	clear: both;
	position: relative;
	margin-top:82px;
}
.bannerny img {
	width: 100%;
	display: block;
}
.about_slog {
	position: absolute;
	left: 10%;
	transform: translateX(-50%);
	top: 40%;
	transform: translateY(-50%);
}
.ban01 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	color: #fff;
	font-weight: bold;
	clear: both;
	text-transform: Uppercase;
}
.ban02 {
	font-size: 48px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin-top: 60px;
}
.juzhong {
	position: relative;
	z-index: 3;
	width: 91%;
	max-width: 1440px;
	height: 74px;
	line-height: 74px;
	clear: both;
	position: relative;
	background: #fff;
	margin: 0 auto;
	top: -37px;
}
.columns {
	position: relative;
	display: block;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
}
.columns li {
	flex: 1;
}
.columns li a {
	position: relative;
	color: #5d5d5d;
	padding: 0px 0px;
	text-align: center;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	font-weight: bold;
	width: 100%;
}
.columns li a:hover {
	background: #0a71bc;
	color: #fff;
}
.columns li.on a {
	background: #0a71bc;
	color: #fff;
}
.columns .btt {
	display: none;
}
.juzhong .wrap {
	position: relative;
	width: 100%;
}
.five .jpgcmenu {
	width: 100%;
	float: left;
}
.twomenu li {
	width: 50%;
	float: left;
}
.twomenu li a {
	position: relative;
	color: #5d5d5d;
	font-size: 18px;
	padding: 0px 0px;
	text-align: center;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	font-weight: bold;
	width: 100%;
}
.twomenu li a:hover {
	background: #0a71bc;
	color: #fff;
}
.twomenu li.on a {
	background: #0a71bc;
	color: #fff;
}
.xwzxxq_l, .xwzxxq_r {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 35px 0 20px;
	position: relative;
}
.xwzxxq_l {
	width: 100%;
	float: left;
	padding-bottom: 120px;
}
.xwzxxq_r {
	width: 30%;
	float: right;
}
.xwzxxq_l h2 {
	font-size: 32px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 20px;
}
.xwzxxq_l h4 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	font-size: 14px;
	color: #75777a;
}
.xwzxxq_l h4 i {
	color: #c8a063;
}
.xwxq_t {
	padding-bottom: 36px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 34px;
}
.xwzxxq_l p {
	font-size: 16px;
	color: #595656;
	padding-bottom: 22px;
}
.xwzxxq_l p strong {
	font-size: 16px;
	color: #595656;
	font-weight: bold;
}
.xwzxxq_l p img {
	max-width: 100%;
	height: auto;
}
.xwzxxq_r h2 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 60px;
}
.xwxqlb a {
	position: relative;
	display: block;
}
.xwxqlb a h4 {
	font-size: 14px;
	color: #959595;
}
.xwxqlb a h3 {
	font-size: 22px;
	color: #595656;
	margin: 10px 0 5px;
	font-weight: 400;
}
.xwxqlb a p {
	font-size: 16px;
	line-height: 24px;
	text-indent: 0px;
	color: rgba(149,149,149,.7);
}
.xwxqlb a::after {
	content: '';
	display: block;
	width: 100%;
	border: 1px dashed #dfe2e6;
	margin: 45px 0;
}
.xwxqlb a:hover h3 {
	color: #c8212d;
}
.sharejy {
	float: right;
	font-size: 16px;
	margin-right: 20px;
	margin-top: 8px;
}
.xwzxxq .bdsharebuttonbox {
	float: right;
}
.xwzxxq .bdsharebuttonbox .bds_weixin {
	background: url(../images/icon_wx.png) no-repeat center;
}
.xwzxxq .bdsharebuttonbox .bds_tsina {
	background: url(../images/icon_wb.png) no-repeat center;
}
.xwzxxq .bdsharebuttonbox .bds_qzone {
	background: url(../images/icon_qk.png) no-repeat center;
}
.xwzxxq .bdsharebuttonbox .bds_sqq {
	background: url(../images/icon_qq.png) no-repeat center;
}
.about {
	padding: 40px 0px;
	overflow:hidden;
}
.about img{
	max-width:100%;
}
.about p {
	padding-bottom: 22px;
}
/*产品展示*/
.proul{
	padding:0px 0 50px;
	overflow:hidden;
	margin-left:-3%;
}
.cpzx_box {
	width: 30.3%;
	background: #fff;
	margin-top: 35px;
	margin-left:3%;
	float: left;
	overflow:hidden;
	border: 1px solid #ebedec;
	
}
.cpzx_title {
	font-size: 19px;
	color: #333;
	height: 63px;
	line-height: 63px;
	padding-left:35px;
	font-weight:bold;
	position:relative;
	background:#cee3f2;
}
.cpzx_title:before{
	position:absolute;
	left:19px;
	top:22px;
	width:4px;
	height:18px;
	background:#0a71bc;
	content:"";
}

.wzq-2 {
    line-height: 45px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    background: url(../images/jh.png) no-repeat 96% 12px;
    float: left;
    border-bottom: 1px solid #ededed;
	width:100%;
	clear:both;
	font-weight:bold;
	cursor:pointer;
	position:relative;
}
.wzq-2:before {
    content: "";
    background: #333333;
    width: 5px;
	height:5px;
    top: 20px;
    bottom: 20px;
    position: absolute;
    left: 20px;
	border-radius:50%;
}
.slidexx{
	    background: url(../images/jianhao.png) no-repeat 96% 12px;
}
.wzq-2 ul{
	display:none;
	padding:0px 10px 15px 10px;
	line-height:32px;
	font-weight:400;
	max-height:360px;
    overflow-y: auto;
}
.slidexx ul{
	display:block;
}
.wzq-2 ul li{
	position:relative;
	padding-left:11px;
}
.wzq-2 ul li:before {
    content: "";
    background: #9a9a9a;
    width: 4px;
	height:4px;
    top: 12px;
    bottom: 20px;
    position: absolute;
    left: 0px;
	border-radius:50%;
}
/*浏览器滚动条*/
.wzq-2 ul::-webkit-scrollbar {
width:5px;
height:5px;
}
.wzq-2 ul::-webkit-scrollbar-button:vertical {
display:none
}
.wzq-2 ul::-webkit-scrollbar-track:vertical {
background-color:black
}
.wzq-2 ul::-webkit-scrollbar-track-piece {
background:#f1efed
}
.wzq-2 ul::-webkit-scrollbar-thumb:vertical {
background-color:#999;
border-radius:30px
}
.wzq-2 ul::-webkit-scrollbar-thumb:vertical:hover {
background-color:#b2b2b2;
}
.wzq-2 ul::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
.wzq-2 ul::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}

/*下载中心*/

.xwzx-item{
	width:100%;
	background:#fff;
	height:64px;
	line-height:64px;
	margin-bottom:15px;
	clear:both;
	border-bottom:1px solid #eee;
}
.xwzx-title{
   width: 80%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
	
}

.xwzx-date{
	float:right;
	width:10%;
	text-align:right;
	padding-right:20px;
}
.xwzxxq_r .cpzx_box{
	width:100%;
	margin-top:0px;
}
.slog{
	font-size:66px;
	position:absolute;
	left:5%;
	top:44%;
	color:#fff;
	font-weight:bold;
	z-index:6;
}
.arrow-left, .arrow-right {
	position: absolute;
	top: 44%;
	width: 27px;
	height: 36px;
	cursor: pointer;
	z-index: 9;
}
.arrow-left {
	left: 10px;
	background: url(../images/left.png) center no-repeat;
}
.arrow-right {
	right: 10px;
	background: url(../images/right.png) center no-repeat;
}
.synews {
	width: 100%;
	clear: both;
	margin-top:-15px;
}
.synews li {
	clear: both;
	height: 42px;
	line-height: 42px;
	width: 100%;
	text-align: left;
	padding-top:15px;
}

.synews li a {
	width: 100%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#fff;
}
.date {
	float: left;
	width:100%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background: #c8212d;
	height:23px;
	line-height:23px;
	width:100px;
	text-align:center;
	border-radius:3px;
}
.bd_weixin_popup{
	box-sizing:content-box;
}
.m2abt_pcImg {
    float: right;
    padding-right: 15px;
    position: relative;
    margin-left: 49px;
    margin-bottom: 20px;
	display:block;
	margin-top:30px;
}
.m2abt_pcImg  .bgImg {
    width: 508px;
    height: 335px;
}
.m2abt_pcImg:before {
    content: "";
    
    width: 20px;
    top: 20px;
    bottom: 20px;
    position: absolute;
    right: 0px;
}
.bgImg img {
    width: 508px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0%;
    top: 0%;
    display: block!important;
}
.m2abt_c1txt{
	padding-top:50px;
}
.hmTbox {
    padding-bottom: 18px;
    position: relative;
    text-align: center;
	    text-align: left;
}
.hmTbox strong{font-size:36px;}
.hmTbox:after {
    content: "";
    background: #0a71bc;
    height: 4px;
    width: 70px;
    margin-left: 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
	height: 3px;
}
#bannerSwiper img{
	width:100%;
	display:block;
}

.prots_l{
	width:546px;
	float:left;
}
.prots_l img{
	max-width:546px;
	display:block;
	margin:0 auto;
}
.prots_r{
	width: calc(100% - 600px);
	float:right;
}
.tit_pro{
	font-size:20px;
	font-weight:bold;
	border-bottom: 1px solid #eaeaea;
	margin-bottom:30px;
	padding-bottom:15px;
}
.f20pro{
	font-size:20px;
}
.fj_down{
	clear:both;
	padding-top:30px;
}
.fj_down a{
	padding: 7px 42px;
    text-indent:30px;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    margin-right: 15px;
    margin-bottom: 5px;
    background: #ff6900 url(../images/fjdown.png) no-repeat 30px center;
	background-size:30px auto;
}



@media screen and (min-width: 1088px) {
.header_r ul li:hover .search_box {
	width: 280px;
	right: 0;
	top: 83px;
}
}

@media screen and (max-width: 1440px) {
.txtabout{
	font-size:26px;
	padding-top:6px;
	left:20px;
	top:30px;
}
.ttshow:hover .txtabout {
	left:40px;
}

.bgred{
	padding:0px 40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
	height:195px;
	
}
.ttshow:hover .bgred {
	opacity:1;
	top:90px;
}	
.synews li{
	padding-top:5px;
	
}

}






