@charset "utf-8";
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "微软雅黑","arial";
	font-style: inherit;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent
}

input[type="text"],textarea,button {
	-webkit-appearance: none;
	outline: 0;
	border: 0;
	font-family: "Microsoft Yahei !important"
}

main,article,aside,figure,footer,header,nav,section,details,summary {
	display: block
}

html {
	box-sizing: border-box;
	font-family: "微软雅黑","Microsoft Yahei"
}

*,*:before,*:after {
	box-sizing: inherit
}

img,object,embed {
	max-width: 100%
}

html {
	overflow-y: scroll
}

.fl {
	float: left
}

.fr {
	float: right
}

ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #333
}

a:hover {
	color: #cd2b26;
}

del {
	text-decoration: line-through
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}

table {
	border-collapse: separate;
	border-spacing: 0
}

th {
	font-weight: bold;
	vertical-align: bottom
}

td {
	font-weight: normal;
	vertical-align: top
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,select {
	vertical-align: middle
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word
}

input[type="radio"] {
	vertical-align: text-bottom
}

input[type="checkbox"] {
	vertical-align: bottom
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline
}

.ie6 input {
	vertical-align: text-bottom
}

select,input,textarea {
	font: 99% sans-serif
}

table {
	font-size: inherit;
	font: 100%
}

strong {
	font-weight: bold
}

td,td img {
	vertical-align: top
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	overflow: hidden
}

.clearfix {
	zoom: 1
}

.transcale {
	overflow: hidden
}

.transcale img,.transition {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear
}

.transcale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.header {
	width: 100%
}

.w-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.logo {
	max-width: 15%;
	float: left;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.logo img {
	vertical-align: middle;
	/* height: 80px; */
}

.navbg {
	height: 50px;
	line-height: 50px;
	background: #cd2b26;
	width: 100%
}

.nav {
	float: right;
	position: relative;
	z-index: 999999;
	margin-top: 15px;
	max-width: 84%;
}

.nav>li {
	float: left;
	position: relative;
	text-align: center
}

.nav>li>a {
	color: #333;
	font-size: 16px;
	display: block;
	padding: 10px 35px;
}

.nav>li.on,.nav>li:hover{
	background: #cd2b26;
}
.nav>li.on a,.nav>li:hover a{
	color: #fff
}
.nav>li:hover .dropdown-menu{display:block;}
.headfix {
	position: fixed;
	top: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: #cd2b26;
	z-index: 9999
}

.headfix .navbg {
	margin: 0;
	background: 0
}

.headfix .logo,.headfix .tel {
	display: none
}

.headfix .nav {
	margin: 0 auto;
	float: none;
	text-align: center
}

.headfix .nav li {
	display: inline-block;
	float: none
}

.headfix .nav>li>a {
	color: #fff;
	display: block;
	padding: 15px 30px
}

.nav .dropdown-menu li {border-top: 1px dotted #f56969;box-sizing: border-box;}
.nav .dropdown-menu li a{color: #fff !Important;text-align:center;line-height:30px;width:  100%;font-size: 12px;}
.nav .dropdown-menu li a:hover{background: #ee9a13;color: #fff !Important;}
.nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9999999;
  width: 100%;
  transform: translateX(-50%);
  font-size: 14px;
  background: rgb(218, 52, 52);
  display:none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.open > .dropdown-menu {
  display: block;
}
.headfix .nav .dropdown-menu{background: rgb(205, 43, 38);border: 0;border-radius: 0 0 4px 4px;}
.headfix .nav .dropdown-menu li{width:100%;}
.headfix .nav .dropdown-menu:before{border:0;}
.headfix .nav .dropdown-menu li a{color: #fff !important;}
.headfix .nav .dropdown-menu li a:hover{background: #ee9912;}



.titles-d {
	font-size: 20px;
	color: #ed8313;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 2px;
	/* margin-top: 45px; */
	font-weight: bold;
	border-bottom: 2px solid #ed8313;
	display:flex;
	justify-content:space-between;
}

.titles-d span {
	font-weight: bold;
	display: inline-block;
	/* padding-bottom: 6px; */
	vertical-align: bottom;
}
.titles-d .more{
	font-size:14px;
	font-weight:400;
	color: #cd2b26;
	vertical-align: top;
	/* height: 14px; */
	margin-top: -1px;
	line-height: 14px;
}
.titles-d .more a{
	display:inline-block;
	margin-top: 10px;
}
.sub_tit {
	max-width: 1200px;
	min-height: 28px;
	text-align: center;
	margin: -20px auto 25px
}

.sub_tit a {
	display: inline-block;
	min-width: 90px;
	padding: 0 20px;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0 4px;
	font-family: simsun;
	color: #666;
	border-radius: 14px;
	background: #f2f2f2
}

.sub_tit a:hover,.sub_tit .on {
	background: #cd2b26;
	color: #fff
}

.m-carousel {
	position: relative
}

.owl-carousel .owl-item {
	overflow: hidden;
	position: relative
}

.m-carousel .item {
	width: 100%;
	position: relative;
}

.m-carousel .item .mores {
	position: absolute;
	left: 23.8%;
	top: 53.8%;
	padding: 10px 32px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 18px
}

.m-carousel .item .mores:hover {
	background: rgba(255,255,255,.18)
}

.owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 100%;
	opacity: 0
}

.owl-nav>div {
	position: absolute;
	width: 56px;
	height: 56px;
	text-indent: -99999px;
	border-radius: 0
}

.owl-nav .owl-prev {
	left: 20px;
	background: url(/tuanwei/img/prev.png) no-repeat center !important;
	background-size: 20px!important
}

.owl-nav .owl-next {
	right: 20px;
	background: url(/tuanwei/img/next.png) no-repeat center !important;
	background-size: 20px!important
}

.banner:hover .owl-nav {
	opacity: 1
}

.m-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 15px
}

.owl-theme .owl-controls {
	margin-top: 0
}

.m-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	text-align: center;
	margin: 0 6px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 5px!important
}

.m-carousel .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	position: relative;
	margin: 0
}

.owl-carousel .owl-stage-outer {
	width: 100%
}

.m-carousel .owl-theme .owl-dots .owl-dot.active span {
	background: #cd2b26
}

.viewmore {
	text-align: center;
	margin: 50px auto;
}

.viewmore .more {
	display: inline-block;
	width: 106px;
	height: 34px;
	border: 1px solid #ed8313;
	color: #ED8314;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	margin: 0 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.viewmore .more:hover {
	background: #ed8313;
	border: 1px solid #ed8313;
	color: #fff;
}
.block2{padding: 15px 0;}
.block2 li {
	width: 24%;
	float: left;
	text-align: left;
	margin: 0 .5%;
}

.block2 li a {
	display: block;
	width: 100%
}

.block2 li .pic {
	width: 100%;
	overflow: hidden;
	max-height: 190px;
}

.newbox .pic img, .block2 li img {
	width: 100%;
	height: 100%;
	transition: transform .3s;
}

.block2 li h3 {
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	transition: color .3s
}

.block2 li .font {
	font-size: 14px;
	color: #7d7d7d;
	line-height: 24px;
	margin-top: 8px;
	height: 48px;
	overflow: hidden
}

.block2 li .more {
	margin-top: 5px;
	font-size: 14px;
	color: #cd2b26;
	line-height: 25px
}

.newbox li img:hover,.block2 li:hover img {
	transform: scale(1.1)
}

.block2 li:hover h3 {
	color: #cd2b26
}

.block3 {
	margin: 0 -7px
}

.block3 li {
	float: left;
	width: 24%;
	margin: 6px .5%;
	position: relative;
	height: 290px;
	overflow: hidden
}

.block3 .pic,.block3 .pic img {
	width: 100%;
	height: 100%
}

.block3 .mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center
}

.block3 li:hover .mark {
	background: rgba(3,120,208,0.65);
	color: #fff
}

.block3 li:hover .tit:after {
	background: #fff
}

.block3 em {
	display: inline-block;
	width: 20%;
	height: 50px;
	margin: 20px
}

.block3 .icon1 {
	background: url(/tuanwei/img/icon1.png) no-repeat center;
	background-size: auto 100%
}

.block3 .icon2 {
	background: url(/tuanwei/img/icon2.png) no-repeat center;
	background-size: auto 100%
}

.block3 .icon3 {
	background: url(/tuanwei/img/icon3.png) no-repeat center;
	background-size: auto 100%
}

.block3 .icon4 {
	background: url(/tuanwei/img/icon4.png) no-repeat center;
	background-size: auto 100%
}

.block3 li:hover .icon1 {
	background: url(/tuanwei/img/icon11.png) no-repeat center;
	background-size: auto 100%
}

.block3 li:hover .icon2 {
	background: url(/tuanwei/img/icon22.png) no-repeat center;
	background-size: auto 100%
}

.block3 li:hover .icon3 {
	background: url(/tuanwei/img/icon33.png) no-repeat center;
	background-size: auto 100%
}

.block3 li:hover .icon4 {
	background: url(/tuanwei/img/icon44.png) no-repeat center;
	background-size: auto 100%
}

.block3 .mark .con {
	display: block;
	content: "";
	width: 94%;
	height: 90%;
	margin: 3% auto;
	padding: 7% 5%
}

.block3 .mark .tit {
	font-size: 18px;
	margin: 5px 0 15px;
	position: relative;
	font-weight: bold
}

.block3 .mark .tit:after {
	display: block;
	content: "";
	width: 26px;
	height: 2px;
	background: #cd2b26;
	margin: 15px auto 0
}

.block3 .mark p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height: 1.8;
	font-size: 14px;
	height: 72px
}

.ytab1 {
	background: #f4f4f4;
	padding: 1px 0;
}

.block4 {
	margin: 20px auto 50px
}

.block4 li {
	margin: 0 .15% 4px;
	height: 240px;
	width: 24.6%;
	text-align: center
}
.newbox,.newlist{
	/* display:flex; */
	/* justify-content:space-between; */
}
.newbox li,.newlist li{
	width: 32.333333%;
	float: left;
	margin: 0 0.5%;
}
.newbox li .pic{
	display:block;
	width:100%;
	height: 150px;
	overflow:hidden;
}
.newbox .tit,.newlist li a {
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	line-height: 28px;
	font-size:14px;
}
.newlist li a{
	/* font-size:12px; */
	color: #505050;
	line-height: 26px;
}
.newlist li a:hover{color:#cd2b26;}
.newbox .tit{margin-top: 2px;}
.newbox .tit::before,.newlist li a::before{
	content:'';
	display:inline-block;
	width: 4px;
	height: 4px;
	background:#ccc;
	vertical-align: 3px;
	margin-right:10px;
}
.newbox .text {
	line-height: 1.7;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #9a9a9a;
	font-size: 12px;
	padding: 0 18px;
}
.newbox .first{border-bottom:1px solid #dadada;padding-bottom: 2px;margin-bottom: 2px;}
.block1{padding: 15px 0;}

.block1 .sub_tit {
	margin-bottom: 20px
}

.block1 .tab_con_box {
	max-height: 336px;
	overflow: hidden;
}

.block1 .tab_con .block1-left {
	width: 46%;
	overflow: hidden;
	float: left;
	position: relative
}

.block1-left:hover .tit strong {
	color: #cd2b26
}

.block1-left .more {
	margin: 0
}

.block1-left .pic {
	width: 100%;
	height: 366px
}

.block1-left .pic img {
	width: 100%;
	height: 100%
}

.block1-left .tit {
	color: #999;
	font-size: 12px;
	text-align: right;
	line-height: 50px
}

.block1-left .tit strong {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	float: left;
	width: 70%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.block1-right {
	width: 52%;
	height: 360px;
	border-left: none;
	position: relative;
	text-align: center;
	float: right
}

.block1-right ul{
  text-align: left;
  margin-bottom: 20px;
}
.block1-right li{
  padding: 0 0 2%;
  width: 100%;
  transition: all .3s;
  text-align:  left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2%;
}
.block1-right li:nth-last-of-type(1){border:0;}
.block1-right li:hover .tit{
  color: #cd2b26;
}
.block1-right .ynew_l{
  float:left;
  width: 20%;
  overflow: hidden;
  height: 80px;
  text-align: center;
  color:#b3b3b3;
  font-size:14px;
  }
.block1-right .ynew_l img{width:100%;height:100%;}
.block1-right .ynew_l strong {  
  display:block;  
    font-weight: bold;
    color: #b3b3b3;
    font-family:arial;
    font-size:48px;
}
.block1-right .ynew_r{float:right;width: 78%;}

.block1-right .tit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px
}

.block1-right .text {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	margin: 3px 0;
	font-size: 12px
}

.block1-right .date {
	color: #999;
	font-size: 12px;
	font-family: simsun
}
/* 公告通知，下载专区 */
.block5{display:flex;justify-content:space-between;}
.block5 .block1{width:48%;}
.block5 .block1-right{width:100%;height: 335px;}
.block5 .block1-right li{position:relative;}
.block5 .block1-right .tit{width:calc(100% - 80px);}
.block5 .block1-right .ynew_l{display:none;}
.block5 .block1-right .ynew_r{width:100%;}
.block5 .block1-right .text{display:none;}
.block5 .block1-right .date{position:absolute;top:3px;right:0;}
.block5 .block1-right li:nth-last-of-type(1){border-bottom:1px solid #cccccc;}

.subbanner {
	/*height: 300px;*/
	overflow: hidden
}

.info-left {
	width: 20%;
	padding: 20px 0;
	float: left
}

.lmain-title {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	font-size: 22px;
	color: #666;
	line-height: 50px;
	position:relative;
}
.lmain-title::before,.info-title::before{
	content:'';
	display:block;
	height:2px;
	width: 86px;
	position:absolute;
	left:0;
	bottom:-1px;
	background:#cd2b26;
}
.laboutus {
	background: #ffffff;
}

.laboutus ul {
	padding: 0px 0 0;
}
.laboutus ul li{border-bottom: 1px dotted #d8d8d8;}

.laboutus ul li a {
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.laboutus ul li a:before {
	display: inline-block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 12px;
	background:#c5c5c5;
	vertical-align: middle;
	transform: translateY(-2px);
}

.laboutus ul li a:hover,.laboutus .on {
	color: #cd2b26;
}

.laboutus ul li a:hover:before {
	background: #cd2b26
}

.l-contentus {
	margin-top: 10px;
	/* background: #f3f3f3; */
	color: #695e66;
	font-size: 12px;
}

.l-contentus .img {
	text-align: center;
	padding: 10px;
	background: #dcdcdc
}

.l-contentus img {
	max-width: 100%
}

.l-contentus ul {
	padding: 10px 0 15px;
}

.l-contentus ul li {
	line-height: 26px
}

.l-contentus ul .t400 {
	color: #cd2b26;
	font-size: 26px;
	padding: 10px 0;
}

.l-contentus ul .tit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px
}

.info-right {
	width: 77%;
	padding: 20px 0;
	float: right;
	line-height: 2;
	color: #666;
}

.info-title {
	font-size: 22px;
	height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}

/*文章列表*/
.news {min-height: 500px;}
.news ul { }
.news li { padding: 20px; background-color: #fff; margin-bottom: 20px; transition: all 0.5s; }
.news li:hover { box-shadow: 0px 3px 14px rgba(20,20,20,0.15);}
.news li .fy-img { float: left; margin-right: 20px; }
.news li .fy-picbox {width: 200px;height: 135px;overflow: hidden;}
.news li .fy-picbox a { line-height: 150px; height: 150px; }
.news li .fy-picbox img { width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; }
.news li .fy-picbox:hover img { transform: scale(1.2); }
.news li a.fy-at { display: block; }
.news li h3 {line-height: 30px;color: #000000;font-size: 18px;font-weight: normal;margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.news li:hover h3 { color: #fc5f00; }
.news li .fy-con {height: 72px;line-height: 24px;font-size: 12px;color: #686868;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.news li .fy-intime { height: 20px; line-height: 20px; text-align: left; color: #666666; }
.news li .fy-intime span { font-size: 12px; margin-right: 20px; }
.news li .fy-intime .fy-s1 { background: url(/tuanwei/img/time.png) no-repeat left; padding-left: 20px; }
.news li .fy-intime .fy-s3 { background: url(/tuanwei/img/cknum.png) no-repeat left; padding-left: 20px; }

.download .block1-right{
    height: auto;
    min-height: 400px;
}
.download .block1-right li,.download .block1-right li:nth-last-of-type(1){
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d8d8d8;
}

.fy-page {text-align: center;margin: 30px 0 10px;}
.fy-page a {border: 1px solid #dbdbdb;background: #fff;padding: 0px 10px;margin: 3px;display: inline-block;color: #6f6f6f;height: 32px;line-height: 32px;font-size: 14px;}
.fy-page a:active,
.fy-page a:hover { text-decoration: none; background-color: #fc5f00; color: #fff; border: 1px solid #fc5f00; }
.fy-page span a { border: 1px solid #fc5f00; background: #fff; padding: 2px 7px; margin: 1px; display: inline-block; color: #fc5f00; border-radius: 5px; }
.fy-page span a:hover { text-decoration: none; background-color: #fc5f00; }
.fy-page .currentpage { background-color: #fc5f00; color: #fff; border: 1px solid #fc5f00; }


.footer {
	background: #3e3e3e;
}

.footer .footer_top {
	padding: 20px 0 5px;
}

.footer .footer_top .left {
	width: 75%;
	float: left;
	padding-right: 3%;
}

.footer .footer_top .right {
	width: 25%;
	padding-left: 3%;
	background: url(/tuanwei/img/bg4.jpg) repeat-y left top;
	float: right;
}

.footer .footer_top .right h3 {
	color: #fff;
	font-weight: normal;
	font-family: Arial;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: left;
}

.footer .footer_top .right h3:after {
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #7e7e7e;
	margin-top: 10px;
}

.footer .footer_top .right .text {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	font-family: simsun;
	height: auto;
}

.footer .footer_top .right .text p {
	font-family: simsun
}

.footer .links span,.footer .links a {
	color: #e3e3e3;
	font-size: 14px;
}
.footer .left a{	
  display: inline-block;
  margin: 0 5px;
}

.footer a:hover {
	color: #fff
}

.footer .copyright {
	border-top: 1px solid #7e7e7e;
	padding: 16px;
	text-align: center;
	color: #e3e3e3;
	font-size: 12px;
	font-family: simsun;
	margin-top: 20px;
}

.footer .copyright p {
	margin: 6px 0;
	font-family: simsun
}

.footer .copyright a {
	color: #e3e3e3;
	display: inline-block;
	margin: 0 5px
}

.footer .copyright a:hover {
	color: #fff
}

.footer .copyright span {
	color: #e3e3e3;
	display: inline-block;
	margin: 0 5px;
	font-family: simsun
}