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;
	background: #eeeeee;
}
a {
	text-decoration:none; 
	outline:none; 
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
	text-decoration:none; 
    color: #C52F2E;
    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; max-width:100%; }

.clear {
	clear:both;
}
.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 30px; clear: both;
}
.clear50 {
	height: 50px; clear: both;
}
.clear100 {
	height: 100px; 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 */

.mj { margin:15px !important; }


.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; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }
.mtf40 { margin-top: -40px; }

.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; }




.banner_index{
	vertical-align: middle;
	max-width: 100%;
	text-align: center;
}


#toTop {
	background: url("totop.png") no-repeat; width: 58px; height: 58px; right: 60px; bottom: 60px; display: none; position: fixed; opacity: 0.6; _position: absolute;
	background-size: 100% auto;
}
#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%;
}



.longpic {
    margin: 10px 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 {
	BACKGROUND: url(bg_2020_head.jpg) #ebebeb no-repeat right 100%; 
	background-size: contain;
	BORDER-bottom: #ddd 5px solid;  
}


.t_header .logo {
	padding: 50px 0 30px;
}
.t_header .logo span{
	margin-left: 10px;
	font-size: 16px; 
}
.t_header .logo .logopd{
	font-size: 24px; 
	font-weight: bold;
	color: #fff;
	cursor:pointer;
	background: #1C3A90; 
	padding:10px 30px; 
	border-radius: 20px;
}



.t_key_hot {
	float: right;
	text-align:right;
	margin: 10px 0px 5px;
	font: 400 15px/26px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color: #666;
}
.t_key_hot a{
	margin: 0px 10px;
	color: #666;
}
.t_seach {
	width: 21%;
	float: right;
	border: 1px solid #d2d2d2;
	height: 36px;
	border-radius: 18px;
	margin: 10px 0px 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(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;
}




/*nav*/
.t_nav {
	text-align: center;
	background: #F6F3F4;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
	padding:10px 0 10px;
}
.nav {
	float: left;
	width:60%;
	text-align:center; 
}
.nav li{
	float: left;
	border-left: 0px solid #D2D2D2;
	background: url("2020_nav_li.jpg") 0 0 repeat-y;
	line-height:0px;
	padding:0 5px;
	margin:0;
}
.nav li a {
	font: 700 20px/48px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	width: 50px;
	height:100px;
	color: #5E0908;
	margin:0;
	padding:10px 5px 5px;
	direction: ltr;
	writing-mode: vertical-lr;
	text-align: justify;
	letter-spacing: 4px;


    word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/ 
    /*自测了这句话没啥用*/
    writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 

    display:flex;
    -webkit-display:flex;
    flex-direction:column; 
    /* align-content: center; */
    /* vertical-align: middle; */
    justify-content:center;


}


.nav a span{
	padding-left:10px;
}
.nav a:hover {
	color: #ffffff; 
	background: #C52F2E;
}
.nav a.current {
	color: #ffffff; 
	background: #C52F2E;
}
.nav li:first-child{  
	background: none;
}




.navlist a {
	padding:0 20px;
	width: auto;
}



/*选项卡*/
.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("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%; padding: 0;  margin: 40px 0 0px 0; }
.t_link .link_address{width:auto;padding:20px 0 0px 0;}
.t_link li{float: left; line-height: 36px; font-size: 16px;}
.t_link li a{color:#333; padding: 0 30px 0 0;}




.t_footer { text-align: center; padding:10px 0 20px; margin: 80px 0 0px 0; border-top:5px solid #8E1817; font-size:14px;
	background: #8E1817;
}
.t_footer .nav-foot{padding:20px 0 20px; font-size:16px; }
.t_footer .nav-foot a{color:#ddd;padding:0 10px;border-left:1px solid #fff; }
.t_footer .nav-foot a:first-child{border-left:none;}
.t_footer p{color:#ddd;line-height: 30px;}
.t_footer p a{color:#ddd;}
.t_footer p span{ }
.t_footer p span+span{ margin-left: 20px; }

.keep_on_record{ display: none; }



#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("icon1_v1.png") 0 0 no-repeat;
}

/* .isound::after{
    content: "";
    background: url("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("icon2_v1.png") 0 0 no-repeat;
}

/* .iphoto::after{
    content: "";
    background: url("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("icon3_v1.png") 0 0 no-repeat;
}

/* .ivideo::after{
    content: "";
    background: url("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("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("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: 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;
}
.clear100 {
	height: 10px; clear: both;
}
.mtf40 { margin-top: 0px; }
.mj { margin:10px !important; }

.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%;
}


.longpic {
    margin: 0px auto 0px;
}


/* ============ 头部统一  ============ */
.t_header {
}




/* ============ 头部统一  ============ */
.t_header {
	BACKGROUND: url(bg_2020_head.jpg) no-repeat right 100%; 
	background-size: contain;
	BORDER-bottom: #ddd 5px solid;  
}


.t_header .logo {
	padding: 5px 0;
}
.t_header  .logo img{
	width: auto; height: 60px; margin: 5px; 
}
.t_header .logo span{
	margin-left: 6px;
	font-size: 12px; 
}
.t_header .logo .logopd{
	font-size: 18px; 
	font-weight: bold;
	color: #fff;
	cursor:pointer;
	background: #1076e3; 
	padding:5px 15px; 
	border-radius: 10px;
}








.navlist a {
	padding:0;
	width: 14%;
}






/*nav*/
.t_nav {
	width: 100%;
	text-align: center;
	background: #F6F3F4;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
	padding:10px 0 10px;
	margin-bottom:10px;
}
.nav {
	float: left;
	width: 100%;
	text-align:center; 
	padding:0px 0 10px;
	margin:0;
}
/*
.nav li{
	float: left;
	width:12.5%;
	background: url("2020_nav_li.jpg") 0 0 repeat-y;
	line-height:0px;
	padding:0 0;
	margin:0;
}
.nav li a {
	font: 700 16px/20px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	width: 90%;
	height:80px;
	color: #5E0908;
	margin:0 5%;
	padding:10px 0 10px;
	letter-spacing: 5px;
}

*/




.nav li{
	float: left;
	width:10.5%;
	border-left: 0px solid #D2D2D2;
	background: url("2020_nav_li.jpg") 0 0 repeat-y;
	line-height:0px;
	padding:0 1%;
	margin:0;
}
.nav li a {
	font: 700 14px/40px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	width: 100%;
	height:100px;
	color: #5E0908;
	margin:0;
	padding:12px 0 8px;
	direction: ltr;
	writing-mode: vertical-lr;
	text-align: justify;
	letter-spacing: 5px;


    word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/ 
    /*自测了这句话没啥用*/
    writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 

    display:flex;
    -webkit-display:flex;
    flex-direction:column; 
    /* align-content: center; */
    /* vertical-align: middle; */
    justify-content:center;


}




.t_key_hot {
	display: none;
}

.t_seach {
	width: 98%;
	width: -webkit-fill-available;
	height: 36px;
	margin: 0px 1% 0px;
	padding:0 0px；
	border: 0px solid #d2d2d2;
	border-radius: 6px;
	position: relative;
}








.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; padding: 10px;  margin: 0px 0 10px 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 li{float: left; line-height: 26px; font-size: 12px;}
.t_link li a{color:#333; padding: 0 15px 0 0;}



.t_footer { text-align: center; padding:10px; margin: 0px 0 0px 0; font-size:7px; }
.t_footer .nav-foot{padding:0; line-height: 20px; font-size:10px; }
.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: 20px; }
.t_footer p span{ float:left; width:100%; white-space: nowrap}
.t_footer p span+span{ margin-left: 0px;  float:left; width:100%; }





#toTop {
	background: url("totop.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) {


}