html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd,.clearfix:after { margin:0; padding:0; }
html, body { height:100%; }
body {
	line-height:22px; 
	text-align:left; 
    font-family: "微软雅黑";
    background-size: 100% auto;
    color: #000;
    margin: 0 auto;
    position: relative;
}
a {
	text-decoration:none; 
	outline:none; 
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
	text-decoration:none; 
    color: #0F4EBF;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
li { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
iframe,img { border:0;}
img { vertical-align:middle;}

.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 30px; clear: both;
}
.clear50 {
	height: 50px; clear: both;
}
.clearfix {
	clear:both;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
*+html .clearfix {
	min-height:1%;
}

.part{ width:1200px; margin:0 auto;}
.left{ float:left;}
.right{ float:right;}


.domPC {
    display: block;
}

.domMobile {
    display: none;
}


/*common*/
*:focus {outline: none;}

/* display */
.dn { display: none; }
.di { display: inline; }
.db { display: block; }
.dib { display: inline-block; } /* if the element is block level(eg. div, li), using 'inline-any' instead */


.fl{float:left;}
.fr{float:right;}

/* ��״Ԫ��ˮƽ���� */
.auto { margin-left: auto; margin-right: auto; }

/* overflow */
.ovh { overflow: hidden; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/* font-family */
.fw { font-family: 'Microsoft Yahei'; }
.fs { font-family: "����", Helvetica, Arial, sans-serif;  }


/* font-style */
.n { font-weight: normal; font-style: normal; }
.b { font-weight: bold; }
.i { font-style: italic; }

/* text-align */
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

/* ����� ��*/
.fix { *zoom:1; }
.fix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

/*table*/
table {
    width: 100%;
    border-collapse: collapse;
}

/* margin */
.m0 { margin:0 !important; }
.ml0 { margin-left: 0}
.ml1 { margin-left: 1px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px; }

.mr1 { margin-right: 1px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }

.mt1 { margin-top: 1px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }

.mb1 { margin-bottom: 1px; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

/* padding */
.p0 { padding: 0; }
.p1 { padding: 1px; }
.pl1 { padding-left: 1px; }
.pt1 { padding-top: 1px; }
.pr1 { padding-right: 1px; }
.pb1 { padding-bottom: 1px; }

.p2 { padding: 2px; }
.pl2 { padding-left: 2px; }
.pt2 { padding-top: 2px; }
.pr2 { padding-right: 2px; }
.pb2 { padding-bottom: 2px; }

.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }

.p10 { padding: 10px; }
.pl10 { padding-left: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }

.p15 { padding: 15px; }
.pl15 { padding-left: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }

.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }

.p25 { padding: 25px; }
.pl25 { padding-left: 25px; }
.pt25 { padding-top: 25px; }
.pr25 { padding-right: 25px; }
.pb25 { padding-bottom: 25px; }

.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }

/* vertical-align */
.vm { vertical-align: middle; }
.vtb { vertical-align: text-bottom; }
.vb { vertical-align: bottom; }
.vt { vertical-align: top; }
.vn { vertical-align: -2px; }









#toTop {
	background-repeat: no-repeat; width: 60px; height: 60px; right: 60px; bottom: 60px; display: none; position: fixed; opacity: 0.6; _position: absolute;
	background-size: 100% auto;
	border-radius: 5px;
}
#toTop:hover {
	opacity: 1;
}



.bgnone{background:none !important;}
.bnone{border:none !important;}

.conBox {
    width: 100%;
    position: absolute;
    z-index: 12;
    background: #fff;
}

.list li {
    font-size: 18px;
    padding-left: 20px;
    padding: 10px 0px 10px 10px;
    position: relative;
    line-height: 26px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.list li B{
	color:#0F4EBF;
}
.list li B a{
	color:#0F4EBF;
}
.list li * {
    vertical-align: middle;
}

.list li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #0F4EBF;
    left: 0;
    top: 22px;
    z-index: 1;
    position: absolute;
}


.wrap {
    width: 1200px;
    margin: 0 auto;
}
.wrap  img{
    max-width: 100%;
}
.ad_tl {
    width: 1200px;
    margin: 10px auto 10px;
}
.ad_tl img{
    width: 100%;
}


.ad_tl_all {
    width: 100%;
    margin: 10px auto 10px;
}
.ad_tl_all img{
    width: 100%;
}

.ad_indexc {
    width: 100%;
}
.ad_indexc img{
    width: 100%;
    margin: 10px auto 0px;
	max-height:120px;
}

.longpic {
    margin: 0px auto 0px;
}
.longpic img{
    width: 100%;
}



.zhiku_banner {
	margin: 0px auto; padding:0px auto; width: 100%; height: auto; text-align:center;
}
.zhiku_banner img{
	margin: 0px auto; max-width: 100%; height: auto; padding:0px auto;
}




/* ============ ͷ��ͳһ  ============ */
.t_header {
}


.t_header .h_item1 {
  width: 100%;
  height: 40px;
  background: #ebebeb;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 40px;
}
.t_header .h_item1 em {
  margin: 0 8px;
}
.t_header .h_item1 .left a,
.t_header .h_item1 .left span,
.t_header .h_item1 em {
  color: #666;
}
.t_header .h_item1 .left span {
  margin-right: 18px;
}
.t_header .h_item1 .left a:hover {
  color: #084584;
}
.t_header .h_item1 .right {
  text-align: right;
}
.t_header .h_item1 .right span {
  margin-left: 18px;
}
.t_header .h_item1 .right span#weatherPic img {
  vertical-align: middle;
}
.t_header .h_item1 .right i {
  font-style: normal;
}






.h_item2 {
  padding: 20px 0;
}
.logo {
	margin-top: 0px;
	float: left;
}
.logo span{
	margin-left: 10px;
	font-size: 16px; 
}
.logo .logopd{
	font-size: 24px; 
	font-weight: bold;
	color: #fff;
	cursor:pointer;
	background: #1076e3; 
	padding:10px 30px; 
	border-radius: 20px;
}
.t-seach {
  width: 360px !important;
  height: 36px!important;
  margin-top: 60px!important;
	float: right!important;
}
.bg2 {
	background: #F9F9F9;
	BORDER-bottom: #ddd 2px solid;
}



/*����ͼ����*/
.banner_index {
	border-top:0px solid #D1D1D1;
  height: auto;
  transition: 0.3s;
}
.banner_index img{
  height: auto;
	width:100%;
  transition: 0.3s;
}

/*nav*/
.nav {
  height: 60px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #0F4EBF , #d7011d); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0F4EBF , #d7011d); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0F4EBF , #d7011d); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0F4EBF , #d7011d); /* ��׼���﷨ */
  font-size: 0;
  text-align: center;
}
.nav a {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 20px;
  background: url("../images/img-020.png") no-repeat right center;
  width: 14%;
	border-left: 1px solid transparent;
	border-color: rgba(255, 255, 255, 0.1);
}
.nav a:hover { color: #ffffff !important; }
.nav a:hover, .nav a.current {
  background: #990000;
}
.nav a:first-child{  border-left: 0px;  }



.navlist a {
	padding:0 20px;
	width: auto;
}


.i_bt_lr {
	position: relative;
}

.i_bt_lr:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr span {
	display: inline-block;
}

.i_bt_lr .span-left {
	padding-left: 84px;
	background: url('../images/bg-01.png') left 5px center no-repeat #fff;
	position: relative;
	z-index: 1;
}

.i_bt_lr .span-right {
	padding-right: 84px;
	background: url('../images/bg-02.png') right 5px center no-repeat #fff;
	font: 500 38px/90px "Microsoft YaHei", "΢���ź�", "����", "����";
	color: #a71e32;
}
.i_bt_lr i {
	font: italic 400 21px/60px "Microsoft YaHei", "΢���ź�", "����", "����";
	color: #d1d1d1;
	top:0px;
	right:0px;
	position:absolute;
}
.i_bt_lr .span-right a {
	color: #a71e32;
}



.i_bt_lr2 {
	position: relative;
}

.i_bt_lr2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr2 span {
	display: inline-block;
}

.i_bt_lr2 .span-left {
	padding-left: 84px;
	background: url('../images/bg-01.png') #B63838 left 5px center no-repeat;
	position: relative;
	z-index: 1;
}

.i_bt_lr2 .span-right {
	padding-right: 84px;
	background: url('../images/bg-02.png') #B63838 right 5px center no-repeat;
	font: 500 38px/90px "Microsoft YaHei", "΢���ź�", "����", "����";
	color: #FFF;
}
.i_bt_lr2 i {
	font: italic 400 21px/60px "Microsoft YaHei", "΢���ź�", "����", "����";
	color: #d1d1d1;
	top:0px;
	right:0px;
	position:absolute;
}
.i_bt_lr2 .span-right a {
	color: #FFF;
}

/*ѡ�*/
.tab-head {overflow: hidden;width: 100%;height: auto;padding: 0;text-align : center;}

.tab-head li {font-size: 20px;font-weight: bold;margin: 0 10px;color: #333;border-bottom: 3px solid #fff;display : inline-block;}
.tab-head li:first-child {}
.tab-head li a{font-size : 20px;}



    /*��ҳ���� ��*/
.i_bt_h{
	font: 500 36px/90px "Microsoft YaHei", "΢���ź�", "����", "����";
	color:#000;
	margin:0 0;
	padding:0 auto;
	width:100%;
	text-align:center;
	background: url("../images/bt_bg.png") 50% 0 no-repeat;
}
.i_bt_h a {
	color: #000;
}
.i_bt_h .more{float:right;font-size:14px;color:#666; font-weight: normal; }
.i_bt_h .more:hover{color:#f03d3d;}



.i_bt_h2{
	font: 500 24px/40px "Microsoft YaHei", "΢���ź�", "����", "����";
	color:#000;
	margin:0 0;
	padding:0 auto;
	width:100%;
}
.i_bt_h2 a {
	color: #000;
}
.i_bt_h2 .more{float:right;font-size:14px;color:#666; font-weight: normal; }
.i_bt_h2 .more:hover{color:#f03d3d;}




.t_link{width:100%;background-color: #F2F2F2; padding: 20px 0 10px 0;  margin: 20px 0 0px 0; }
.t_link .link_name{color:#0252CA;font-size: 18px;font-weight: bold;padding: 10px 0 20px;}
.t_link .link_address{width:auto;padding:5px 0 5px 0;}
.t_link .link_address ul li{float: left; line-height: 28px; font-size: 16px;}
.t_link .link_address ul li a{color:#333; padding: 0 15px 0 0;}




.t_footer { text-align: center; padding:10px 0 20px; margin: 0px 0 0px 0; border-top:5px solid red; font-size:16px;
	background: red;
}
.t_footer .nav-foot{padding:20px 0 20px;}
.t_footer .nav-foot a{color:#999999;padding:0 10px;border-left:1px solid #fff;}
.t_footer .nav-foot a:first-child{border-left:none;}
.t_footer p{color:#fff;line-height: 36px;}
.t_footer p a{color:#fff;}








.t-seach {
  width: 100%;
  height: 36px;
  margin: 0px 0px 20px;
  border: 1px solid #d2d2d2;
	border-radius: 5px;
	position: relative;
}

.t-seach-form {
    padding: 10px 0px 10px 0px;
}

.t-seach-form:after {
    clear: both;
    height: 0;
    display: block;
    overflow: hidden;
    content: "";
}
.t-seach .btn {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 3;
  height: 100%;
  line-height: 100%;
  background: none;
  border: none;
  color: #c7c7c7;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
background: url(../images/input.png) no-repeat -5px 7px;
	width:20px;
}
.t-seach-txt {
	background-color: transparent;
    width: 80%;
    color: #999;
    float: left;
	position:absolute;
	*top:10px;
	left:20px;
	+width: 80%;
}

.t-seach-txt:focus, .t-seach-btn:focus {
    outline: 0 !important
}
.t-seach-txt, .t-seach-btn {
    font-size: 14px;
    border: 0px;
}



#xinshu .swiper-slide {
	width: 20%;
}
#zuozhe .swiper-slide {
	width: 20%;
}
#talking .swiper-slide {
	width: 20%;
}


/*Сͼ���*/

.lang {
    margin: 20px auto;
    text-align: center
}

.lang li {
    padding: 0 20px;
    color: #ea272f;
    display: inline;
    font-size: 18px;
}

.lang li a {
    color: #ea272f;
}

.isound {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("../images/icon1_v1.png") 0 0 no-repeat;
}

/* .isound::after{
    content: "";
    background: url("../images/icon1_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */
.iphoto {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("../images/icon2_v1.png") 0 0 no-repeat;
}

/* .iphoto::after{
    content: "";
    background: url("../images/icon2_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */
.ivideo {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("../images/icon3_v1.png") 0 0 no-repeat;
}

/* .ivideo::after{
    content: "";
    background: url("../images/icon3_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */

 .icon01 {
    background: #e9252c;
    line-height: 20px;
    height: 22px;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: normal;
    display: inline-block;
    border-radius: 6px;
}

.icon01 a {
    color: #fff !important;
}





.topic_nav {
	background: url("../images/head_bg.png"); width: 100%; height: 35px; overflow: visible; font-size: 14px; line-height: 24px; 
}
.topic_nav .link {
	float: left;
	margin-top: 4px;
}
.topic_nav .end {
	border: currentColor;
}

.topic_nav li {
	padding: 0px 8px; color: rgb(102, 102, 102); border-right: 1px solid rgb(221, 221, 221); float: left;
}
.topic_nav a {
	color: rgb(102, 102, 102); text-decoration: none;
}
.topic_nav a:visited {
	color: rgb(102, 102, 102);
}
.topic_nav a:hover {
	color: rgb(102, 102, 102); text-decoration: underline;
}
.topic_nav .count {
	margin-top: 4px; color: rgb(102, 102, 102);  float: right;
}


@media only screen and (min-width : 881px) and (max-width : 20000px) {

}
@media only screen and (min-width : 320px) and (max-width : 880px) {



.topic_nav {
	background: url("../images/head_bg.png"); width: 100%; height: 35px; overflow: visible; font-size: 9px; line-height: 24px; 
}
.topic_nav li {
	padding: 0px 5px; color: rgb(102, 102, 102); border-right: 0px solid rgb(221, 221, 221); float: left;
}
.topic_nav .count {
	margin-right: 5px;
}
.topic_nav .end {
	border: currentColor;
	display: none;
}

    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

	.wrap {
    width: 100%;
    margin: 0 auto;
	}

.clearfix { display:block; #zoom:1; clear: both;  }
.clearfix:after { content:''; overflow:hidden; width:100%; height:0px; font-size:0px; display:block; clear: both; }



.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 20px; clear: both;
}
.clear50 {
	height: 30px; clear: both;
}


.part{ width:100%; margin:0 auto;}

.ad_tl {
    width: auto;
    margin: 5px 5px;
}
.ad_tl img {
    width: 100%;
}

.ad_tl_all {
    width: auto;
    margin: 5px 5px;
}
.ad_tl_all img{
    width: 100%;
}





/* ============ ͷ��ͳһ  ============ */
.t_header {
}


.t_header .h_item1 {
  width: auto;
  padding: 0 10px;
  height: 40px;
  background: #ebebeb;
  color: #4b4b4b;
  font-size: 9px;
  line-height: 40px;
}
.t_header .h_item1 em {
  margin: 0 8px;
}
.t_header .h_item1 .left a,
.t_header .h_item1 .left span,
.t_header .h_item1 em {
  color: #666;
}
.t_header .h_item1 .left a:hover {
  color: #084584;
}
.t_header .h_item1 .right {
  text-align: right;
}
.t_header .h_item1 .right span {
  margin-left: 18px;
}
.t_header .h_item1 .right span#weatherPic img {
  vertical-align: middle;
}
.t_header .h_item1 .right i {
  font-style: normal;
}




.t_header .h_item2 {
  padding: 10px; background: #fff;
}
.h_item2 .logo {
  width: 100%!important;
	margin-top: 0px!important;
	float: left!important;
}
.logo img{
	width: auto!important; height: 80px!important; margin: 5px auto 5px 0px!important; 
}
.t_header .h_item2 .logo span{
	margin-left: 6px;
	font-size: 12px; 
}
.logopd{
	font-size: 18px!important; 
	font-weight: bold!important;
	color: #fff!important;
	cursor:pointer!important;
	background: #1076e3!important; 
	padding:5px 15px!important; 
	border-radius: 10px!important;
}
.t-seach {
  width: 100% ;
  height: 36px;
  margin-top: 10px;
	float: right;
	display: none;
}



/*����ͼ����*/
.banner_index {
	border-top:0px solid #D1D1D1;
  height: auto;
  transition: 0.3s;
}
.banner_index img{
  height: auto;
	width:100%;
  transition: 0.3s;
}




/*nav*/
.nav {
  height: 40px;
  line-height: 40px;
}
.nav a {
  float: left;
  color: #ffffff;
  font-size: 14px;
  width: 14%;
}
.nav a:hover { color: #ffffff; }
.nav a:hover, .nav a.current {
	height:40px;
}
.nav a:first-child{  border-left: 0px;  }



.navlist a {
	padding:0;
	width: 14%;
}




.t-seach {
  width: 100%;
  height: 36px;
  margin: 0px 0px 10px 0px;
	padding:0 0px
	border: 0px solid #d2d2d2;
	border-radius: 6px;
	position: relative;
}

.t-seach-form {
    padding: 10px 0px 10px 0px;
}
.t-seach .btn {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 3;
  height: 100%;
  line-height: 100%;
  background: none;
  border: none;
  color: #c7c7c7;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
background: url(../images/input.png) no-repeat -5px 7px;
	width:20px;
}









.i_bt_lr {
	position: relative;
}

.i_bt_lr:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr span {
	display: inline-block;
}

.i_bt_lr .span-left {
	padding-left: 60px;
	background: url('../images/bg-01.png') left 5px center no-repeat #fff;
	position: relative;
	z-index: 1;
}

.i_bt_lr .span-right {
	padding-right: 60px;
	background: url('../images/bg-02.png') right 5px center no-repeat #fff;
	font: 500 24px/60px "Microsoft YaHei", "΢���ź�", "����", "����";
	color: #a71e32;
}
.i_bt_lr i {
	font: italic 400 6px/40px "Microsoft YaHei", "΢���ź�", "����", "����";
	display:none;
}
.i_bt_lr .span-right a {
	color: #a71e32;
}




.i_bt_lr2 {
	position: relative;
}

.i_bt_lr2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d0d0d0;
}

.i_bt_lr2 span {
	display: inline-block;
}

.i_bt_lr2 .span-left {
	padding-left: 60px;
	background: url('../images/bg-01.png') left 5px center no-repeat #B63838;
	position: relative;
	z-index: 1;
}

.i_bt_lr2 .span-right {
	padding-right: 60px;
	background: url('../images/bg-02.png') right 5px center no-repeat #B63838;
	font: 500 24px/60px "Microsoft YaHei", "΢���ź�", "����", "����";
	color: #a71e32;
}
.i_bt_lr2 i {
	font: italic 400 6px/40px "Microsoft YaHei", "΢���ź�", "����", "����";
	display:none;
}
.i_bt_lr2 .span-right a {
	color: #FFF;
}






/*ѡ�*/
.tab-head {overflow: hidden;width: 100%;height: auto;padding: 0;text-align : center;}

.tab-head li {font-size: 14px;font-weight: bold;margin: 0 3px;color: #333;border-bottom: 3px solid #fff;display : inline-block;}
.tab-head li:first-child {}
.tab-head li a{font-size : 14px;}





.list li {
    font-size: 16px;
    padding: 3px 0px 3px 0px;
    line-height: 26px;
}
.list li B{
	color:#0F4EBF;
}
.list li B a{
	color:#0F4EBF;
}
.list li * {
    vertical-align: middle;
}

.list li::before {
    content: "";
    width: 0px;
    height: 0px;
    background: #0F4EBF;
    left: 0;
    top: 12px;
    z-index: 1;
    position: absolute;
}


.t_link{width:auto;background-color: #F2F2F2; padding: 10px;  margin: 20px 0 0px 0; }
.t_link .link_name{color:#0252CA;font-size: 14px;font-weight: bold;padding: 10px 0;}
.t_link .link_address{width:auto;padding:5px 0 5px 0;}
.t_link .link_address ul li{float: left; line-height: 26px; font-size: 12px;}
.t_link .link_address ul li a{color:#333; padding: 0 15px 0 0;}



.t_footer { text-align: center; padding:10px; margin: 0px 0 0px 0; 
	border-top:5px solid #d7011d;
	font-size:9px; }
.t_footer .nav-foot{padding:0; line-height: 26px; }
.t_footer .nav-foot a{color:#999999;padding:0 2px;border-left:0px solid #fff;}
.t_footer .nav-foot a:first-child{border-left:none;}
.t_footer p{ line-height: 26px; }





#toTop {
	background: url("../images/gotop.png") no-repeat; width: 28px; height: 28px; right: 2%; bottom: 10px; display: none; position: fixed; _position: absolute;
	background-size: 100% auto;
	opacity: 0.6;
}
#toTop:hover {
	opacity: 1;
}




}





@media only screen and (min-width : 320px) and (max-width : 701px) {
.t_header .h_item1 .right {
  display:none;
}
}
body {
				min-width: 1280px;
			}

			.lh_nav li {
				width: 11.111111%;
				letter-spacing: 2px;
				float: left;
				font-size: 20px;
				color: #fff;
				font-weight: bold;
				line-height: 80px;
				height: 80px;
				font-family: "Microsoft YaHei";
			}

			.list li:nth-child(1) {
				font-weight: bold;
			}

			.list li:nth-child(2) {
				font-weight: bold;
			}

			.list li:nth-child(6) {
				font-weight: bold;
			}

			.list li:nth-child(7) {
				font-weight: bold;
			}

			.swiper-pagination-bullet-active {
				opacity: 1;
			}

			.headline h1.huang a {
				color: #d60616;
			}

			.bg_huang {
				background: #d60616;
			}

			.tit_Title2.bg_huang {
				background: #d60616;
			}

			.tit_title_huang {
				background: url(./images/zgctitbg.png) 50% 50% no-repeat;
				padding: 50px 0px 50px;
				width: 100%;
				height: 50px;
				line-height: 40px;
			}

			.tit_title_huang h1 {
				font-size: 30px;
				text-align: center;
				color: #fff;
			}

			.gd_gd h2 {
				position: relative;
				font-weight: 700;
				text-indent: inherit;
				border: none;
				color: rgba(51, 51, 51, 1);
				line-height: 1.5;
				width: 90%;
				margin-left: auto;
				margin-right: auto;
				height: inherit;
				box-sizing: border-box;
				padding: 35px 5% 15px;
				font-size: 16px;
				margin-top: -40px;
				height: 125px;
				background: #f2f2f2;
			}

			.gd_gd h2 span {
				display: block;
				font-size: 14px;
				line-height: 1.5;
				font-weight: 100;
				color: #4c4c4c;
			}

			.gd_gd h2::after {
				content: '';
				display: block;
				width: 20px;
				height: 2px;
				position: absolute;
				left: 25px;
				top: 23px;
				background: #008df9;
			}

			.gd_gd p {
				color: #808080;
				font-size: 14px;
				line-height: 24px;
				overflow: hidden;
				margin-left: 0px;
				width: 90%;
				margin-left: auto;
				margin-right: auto;
				padding-top: 15px;
				overflow: hidden;
				white-space: inherit;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
			}

			.gd_gd p a {
				color: #00a0e9;
				font-size: 14px;
			}

			#bannertop {
				display: block;
				width: 100%;
			}

			#bannertop img {
				width: 100%;
				height: auto;
			}

			.swiper-container3d {
				height: 450px;
				margin-top: 60px;
			}

			.swiper-container3d .swiper-slide {
				margin-top: 60px;
				background-position: center;
				background-size: cover;
				width: 320px;
				height: 210px;
				background: #f1f1f1;
				border-radius: 10px;
				opacity: 0.2;
				padding: 5px;
			}

			.swiper-container3d .swiper-slide img {
				width: 100%;
				border-radius: 10px 10px 0px 0px;
			}

			.swiper-container3d .h3dr {
				margin: -100px 0 0 0;
				right: calc(50% - 400px);
				background-position: -104px center;
			}

			.swiper-container3d .h3dl {
				margin: -100px 0 0 0;
				left: calc(50% - 400px);
			}

			.swiper-container3d .swiper-slide p {
				font: 400 12px/30px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
				color: #000;
				padding: 0 10px;
				text-align: center;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}

			.swiper-container3d .swiper-slide-prev {
				opacity: 0.7;
				transform: scale(1.5);
				transition: all .2s ease-in 0s;
				z-index: 20;
			}

			.swiper-container3d .swiper-slide-next {
				opacity: 0.7;
				transform: scale(1.5);
				transition: all .2s ease-in 0s;
				z-index: 20;
			}

			.swiper-container3d .swiper-slide-active {
				opacity: 1;
				transform: scale(2.5);
				transition: all .2s ease-in 0s;
				z-index: 999;
			}

			.swiper-container3d .swiper-slide-active img {
				border-radius: 10px 10px 0px 0px;
			}

			.swiper-container3d .swiper-slide i {
				width: 60px;
				height: 60px;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-30px, -30px);
				background: url(./images/play.png) no-repeat 50% 50%;
			}

			.swiper-container3d .swiper-slide-active i {
				width: 60px;
				height: 60px;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-30px, -30px);
				background: url(./images/play.png) no-repeat 50% 50%;
				background-size: 50% 50%;
			}

		

			.swiper-container3d .swiper-pagination-bullet-active {
				opacity: 1;
				background: red;
			}

			.tl02 dd .pr_p p {
				font-size: 14px;
				line-height: 30px;
				color: #000;
				text-indent: 2em;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 6;
				overflow: hidden;
			}

			#banner .swiper-pagination {
				position: absolute;
				left: auto;
				right: 10px;
				text-align: right;
				top: 10px;
				width: auto;
				z-index: 2;
			}

			#banner .swiper-pagination-bullet {
				width: 15px;
				height: 15px;
				display: inline-block;
				border-radius: 100%;
				background: #fff;
				opacity: 1;
				margin: 0 5px;
			}

			#banner .swiper-pagination-bullet-active {
				opacity: 1;
				background: #ffeb11;
			}

			#banner1 .swiper-button-prev {
				left: 10px;
			}

			#banner2 .swiper-button-prev {
				left: 10px;
			}

			#banner2 .swiper-pagination-bullet {
				width: 15px;
				height: 15px;
				display: inline-block;
				border-radius: 100%;
				background: #fff;
				opacity: 1;
				margin: 0 5px;
			}

			.swiper-pagination-bullet {
				width: 15px;
				height: 15px;
				display: inline-block;
				border-radius: 100%;
				opacity: .5;
				margin: 0 5px;
			}

			.swiper-pagination-bullet-active {
				opacity: 1;
				background: red;
			}

			#banner1 .swiper-pagination {
				position: absolute;
				left: auto;
				right: 10px;
				text-align: right;
				top: 10px;
				width: auto;
				z-index: 2;
			}

			#bannertop .swiper-pagination-bullet {
				width: 15px;
				height: 15px;
				display: inline-block;
				border-radius: 100%;
				background: #fff;
				opacity: 1;
				margin: 0 5px;
			}

			#banner1 .swiper-pagination-bullet {
				width: 15px;
				height: 15px;
				display: inline-block;
				border-radius: 100%;
				background: #fff;
				opacity: 1;
				margin: 0 5px;
			}

			#bannertop .swiper-pagination-bullet-active {
				opacity: 1;
				background: red;
			}

			#banner1 .swiper-pagination-bullet-active {
				opacity: 1;
				background: red;
			}

			#banner2 .swiper-pagination-bullet-active {
				opacity: 1;
				background: red;
			}

			.danweis .swiper-pagination-bullet {
				width: 15px;
				height: 15px;
				border-radius: 100%;
				transition: all 0.8s;
				opacity: 0.5;
			}

			.danweis .swiper-pagination-bullet-active {
				background: red;
				opacity: 1;
			}

			#zt .swiper-pagination-bullet {
				width: 80px;
				height: 10px;
				background: #fff;
				opacity: 1;
				border-radius: 1px;
				transition: all 0.8s;
				border-radius: 5px;
			}

			#zt .swiper-pagination-bullet-active {
				background: red;
				width: 80px;
				height: 10px;
			}

			.index-video-wp {
				display: flex;
				margin: 0 auto;
			}

			.index-video {
				width: 100%;
				margin: 0 auto;
				padding: 30px 0 40px;
				display: flex;
				justify-content: space-between;
			}

			.videos {
				width: 855px;
			}

			.inst-r {
				height: 154px;
				display: flex;
				justify-content: space-between;
				padding-top: 16px;
			}

			.inst-r a {
				display: block;
				width: 274px;
				height: 154px;
				margin-bottom: 12px;
				overflow: hidden;
				position: relative;
			}

			.inst-r a img {
				width: 274px;
				height: 154px;
			}

			.inst-r a span {
				width: 254px;
				height: 38px;
				background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
				opacity: 50;
				line-height: 38px;
				padding-left: 20px;
				font-size: 14px;
				color: #fff;
				position: absolute;
				left: 0;
				bottom: 0;
			}

			.inst-r a i {
				width: 60px;
				height: 60px;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-30px, -30px);
				background: url(./images/play.png) no-repeat 0 0;
			}

			.gui-r {
				width: 300px;
			}

			.swiper-wrapper h3 {
				color: #2b2b2b;
				margin: 0;
				line-height: 44px;
				height: 44px;
				font-size: 18px;
				font-weight: bold;
				text-align: center;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}

			.gui-r-tit {
				background: #EFF7FC;
				text-align: center;
				line-height: 54px;
				font-size: 18px;
				font-weight: bold;
			}

			.gui-r-list {
				width: 100%;
				border: 1px #eee solid;
				border-top: none;
				margin-bottom: 0px;
			}

			.gui-r-list a {
				width: 90%;
				height: 80px;
				display: flex;
				align-items: center;
				border-bottom: 1px #eee solid;
				margin: 0 auto;
			}

			.gui-r-list a:nth-last-child(1) {
				border-bottom: 0;
			}

			.gui-r-list li {
				width: 90%;
				height: 110px;
				display: flex;
				align-items: center;
				border-bottom: 1px #eee solid;
				margin: 0 auto;
			}

			.gui-r-list li:nth-last-child(1) {
				border-bottom: 0;
			}

			.danweis {
				width: 100%;
				height: 385px;
				border: 1px #eee solid;
				border-top: none;
			}

			.tomd a {
				height: 70px;
			}

			.danweis .gui-r-list {
				width: 100%;
				border: 0px #eee solid;
				border-top: none;
				margin-bottom: 16px;
			}

			.intro {
				width: 100%;
				height: auto;
				margin: 0 auto;
				padding: 0px 0 50px;
				background-image: url(./images/zgc_intro.jpg);
				background-position: 50% 50%;
				background-repeat: no-repeat;
				background-size: cover;
			}

			.in_mp4 {
				margin: 0px;
				box-shadow: 2px 5px 10px 10px rgb(0 0 0 / 20%);
				float: right;
				border: 1px #eee solid;
			}

			.in_mp4 video {
				margin: 10px;
				width: 620px;
				height: 360px;
			}

			.intro_cwz {
				width: 520px;
				height: auto;
				position: relative;
				z-index: 1;
				margin: 10px 0px 0px 0px;
				float: left;
				overflow: hidden;
			}

			.intro_cwz p {
				line-height: 30px;
				margin: 5px 0px 30px;
				font-size: 16px;
				color: #7b7b7b;
				text-indent: 2em;
			}

			.ts li {
				float: left;
				width: 19%;
				margin-right: 1.25%;
				height: 320px;
			}

			.ts li:nth-last-child(1) {
				margin-right: 0;
			}

			.ts_li1 {
				background: url(./images/zgc_ts_1.png);
				background-repeat: no-repeat;
			}

			.ts_li2 {
				background: url(./images/zgc_ts_2.png);
				background-repeat: no-repeat;
			}

			.ts_li3 {
				background: url(./images/zgc_ts_3.png);
				background-repeat: no-repeat;
			}

			.ts_li4 {
				background: url(./images/zgc_ts_4.png);
				background-repeat: no-repeat;
			}

			.ts_li5 {
				background: url(./images/zgc_ts_5.png);
				background-repeat: no-repeat;
			}

			.ts h1 {
				color: #d00a03;
				font-size: 24px;
				text-align: left;
				margin-left: 80px;
				margin-top: 20px;
				margin-bottom: 60px;
			}

			.ts p {
				padding: 0px 20px 20px;
				color: #FFF;
				text-align: left;
			}

			.ts p a {
				color: #FFF;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}

			#zt.swiper-container {
				position: inherit;
			}

			#zt .swiper-pagination {
				position: inherit;
				bottom: -50px;
				padding-top: 50px;
			}

			.tl02_gzl {
				width: 780px;
			}

			.tl02_gzr {
				width: 360px;
			}

			/* 1 图片*/
			.pic01 {
				width: 100%;
				margin-top: 0px;
			}

			.pic01 dd {
				width: 100%;
				float: left;
				margin-top: 20px;
			}

			.pic01 dd:first-child {
				margin-top: 0;
			}

			.gz {
				width: 100%;
				height: 560px;
				background: url(./images/cdf2021_gz_bg.png) 100% 100% no-repeat;
			}

			.gz .pr_img {
				width: 360px;
				float: left;
			}

			.gz .pr_p {
				width: 370px;
				float: right;
				padding: 60px 10px 0 30px;
			}

			.gz .pr_p h1 {
				margin: 10px;
				text-indent: 0;
				font-size: 28px;
				line-height: 40px;
				color: #333;
				margin-bottom: 30px;
			}

			.gz .pr_p p {
				font-size: 16px;
				line-height: 28px;
				height: 140px;
				color: #000;
				text-indent: 2em;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 5;
			}

			.gz .pr_p b {
				display: block;
				width: 90px;
				height: 31px;
				line-height: 31px;
				background: url(./images/cdf2021_m_bg.png) 0 no-repeat;
				text-align: center;
				color: #fff;
				font-size: 16px;
				font-weight: normal;
				margin-bottom: 20px;
			}

			.arrow-gzl {
				background: url(./images/prev2.png) no-repeat left top;
				position: absolute;
				left: 450px;
				bottom: 10%;
				width: 40px;
				height: 40px;
				z-index: 11;
			}

			.arrow-gzr {
				background: url(./images/next2.png) no-repeat right top;
				position: absolute;
				right: 50px;
				bottom: 10%;
				width: 40px;
				height: 40px;
				z-index: 11;
			}

			.arrow-gzl:hover {
				background-image: url(./images/prev2_on.png);
			}

			.arrow-gzr:hover {
				background-image: url(./images/next2_on.png);
			}

			.lt_con {
				background-color: rgb(255, 255, 255);
				margin: 50px 15px 60px;
				box-shadow: 2px 3px 15px 0px rgb(73, 72, 72);
				border-radius: 10px 10px 0px 0px;
			}

			.lt_con img {
				border-radius: 10px 10px 0px 0px;
			}

			.lt_con p {
				font-size: 14px;
				font-weight: "微软雅黑";
				font-weight: bold;
				text-align: center;
				display: block;
				margin: 0 auto;
				margin-top: 15px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
				height: 50px;
			}

			#gd {
				margin: 15px auto;
			}

			#gd .swiper-slide {
				opacity: 0.6;
			}

			#gd .swiper-slide-active .lt_con {
				border-bottom: 3px #ff0000 solid;
			}

			#gd .swiper-slide-active p {
				color: #ff0000;
				font-size: 16px;
			}

			#gd .swiper-slide-active {
				transform: scale(1.2);
				transition: all .2s ease-in 0s;
				z-index: 20;
				opacity: 1;
			}

			.nopc {
				display: none;
			}

			.nom {
				display: block;
			}
			.toutiao {
				color: #9c9c9c;
			    height: 118px;
			    width: 1203px;
			    background: #fbfbfb url(../images/tip.png) no-repeat top left;
			    border: solid 1px #e2e3e3;
			    margin: 13px 0;
			}
			.toutiao h1 {
				margin: 24px 0 6px;
			}
			.toutiao h1 a {
				color: #bf0513;
			    font-size: 31px;
			    letter-spacing: 2px;
			}
			.toutiao p {
				text-align: center;
			}
			.toutiao p a {
				color: #cc0000;
			}