* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
}

img {
border: none;
vertical-align: top;
}
li {
list-style: none;
}
.fl, .left, .cent {
float: left;
}
.fr, .right {
float: right;
}
.float_list> *{
float: left;
}
.float_box>*:last-child {
float: right!important;
margin-right: 0!important;
}
.float_list>*:last-child {
margin-right: 0!important;
}
.float_list02>*:nth-of-type(1), .float_list02>*:nth-of-type(2), .float_list03>*:nth-of-type(1), .float_list03>*:nth-of-type(2), .float_list03>*:nth-of-type(3), .float_list04>*:nth-of-type(1), .float_list04>*:nth-of-type(2), .float_list04>*:nth-of-type(3), .float_list04>*:nth-of-type(4), .float_list05>*:nth-of-type(1), .float_list05>*:nth-of-type(2), .float_list05>*:nth-of-type(3), .float_list05>*:nth-of-type(4), .float_list05>*:nth-of-type(5), .float_list05>*:nth-of-type(1), .float_list05>*:nth-of-type(2), .float_list05>*:nth-of-type(3), .float_list05>*:nth-of-type(4), .float_list05>*:nth-of-type(5), .float_list05>*:nth-of-type(6), .float_list05>*:nth-of-type(1), .float_list05>*:nth-of-type(2), .float_list05>*:nth-of-type(3), .float_list05>*:nth-of-type(4), .float_list05>*:nth-of-type(5), .float_list05>*:nth-of-type(6), .float_list05>*:nth-of-type(7), .float_list05>*:nth-of-type(1), .float_list05>*:nth-of-type(2), .float_list05>*:nth-of-type(3), .float_list05>*:nth-of-type(4), .float_list05>*:nth-of-type(5), .float_list05>*:nth-of-type(6), .float_list05>*:nth-of-type(7), .float_list05>*:nth-of-type(8) {
margin-top: 0 !important;
}
.float_list02>*:nth-of-type(2n), .float_list03>*:nth-of-type(3n), .float_list04>*:nth-of-type(4n), .float_list05>*:nth-of-type(5n), .float_list05>*:nth-of-type(6n), .float_list05>*:nth-of-type(7n), .float_list05>*:nth-of-type(8n) {
margin-right: 0!important;
}
.inline_list {
font-size: 0;
}
.inline_list>* {
display: inline-block;
vertical-align: text-bottom;
font-size: 1rem;
}
.inline_list>*:last-child {
margin-right: 0!important;
}
.clearBox, .float_box, .float_list, .float_list02, .float_list03, .float_list04, .float_list05, .float_list06, .float_list07, .float_list08 {
zoom: 1;
}
.clearBox:after, .float_box:after, .float_list:after, .float_list02:after, .float_list03:after, .float_list04:after, .float_list05:after, .float_list06:after, .float_list07:after, .float_list08:after {
clear: both;
content: "";
display: block;
width: 0;
height: 0;
visibility: hidden;
}
.clear {
clear: both;
}
input, form, textarea, select, option {
outline: none;
}
input[type="text"], input[type="password"] {
text-indent: 5px;
}
input[type='checkbox'] {
vertical-align: top;
}
.pointer, input[type='image'] {
cursor: pointer;
}

.overflowEll, .overflowEllUl li a {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}
.overflowEllUl02 li a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.overflowEll02, .overflowEll03 {
display: block;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.overflowEll02 {
-webkit-line-clamp: 2;
}
.overflowEll03 {
-webkit-line-clamp: 3;
}

.ful_box {
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
}
.disNone {
display: none;
}

/*banner*/
.banner_bg .slick-slider{
    height: 100%;
}

.banner_bar {background: url(../images/banner_bar_bg.jpg) no-repeat center;background-size: 100%;}


/*all_set*/
html, body {
position: relative;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}

html{
font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
color: #333;
font-size: 10px;
}

body{
font-size: 1.4rem;
overflow-x: hidden;
}

a {
color: #333;
transition: .3s;
}

.ful_row {position: relative;width: 100%;}

.big_box {
width: 1000px;
position: relative;
margin: 0 auto;
}

.big_box02, .pd_box02 {
width: 750px;
margin: 0 auto;
position: relative;
}

@media all and (max-width: 1200px) {
.big_box {

}
html {
font-size: 58%;
}
}

@media all and (max-width: 768px) {
html {
font-size: 53.57%;
}
}


/*com_set*/
input::-webkit-input-placeholder {
color: #C1C1C1;
}
.hover_box a:hover {
color: #086DC6;
}
.swiper-scrollbar-drag {
background: #0A427F;
}
/*-----------main-----------*/


/*top*/
.top {z-index: 3;position: fixed;top: 0;    background: #c12459;}

/*search*/
.lang {
float: right;
height: 52px;
padding-right: 63px;
position:  relative;
}
.lang ul li {
line-height: 52px;
margin-left: 14px;
float: left;
}
.lang a {
font-size: 18px;
color: #fff;
font-weight: bold;
margin-right: 14px;
}
.lang span {
color: #fff;
}
.lang ul li img {
width: 41px;
height: 41px;
margin-top: 10px;
}

/*nav*/
.nav_bg {
width: 100%;
background: #FC751B;
}

/**logo**/
.logo {float: left;/* width: 285px; */margin-top: 20px;}
.logo img {
width: 100%;
}
.nav {
float: right;
height: 90px;
/* margin-right: 140px; */
}
.top .nav ul>li {
/* width: 105px; */
line-height: 90px;
height: 90px;
margin-left: 30px;
position: relative;
text-align: center;
}
.top .nav ul>li>a {
display: inline-block;
font-size: 18px;
color: #fff;
width: 105px;
font-weight: bold;
}
.top .nav ul>li>a:hover {
color: #FC751B;
background: #fff;
}
.top .nav ol {
position: absolute;
left: 0;
top: 90px;
padding: 20px 10px;
min-width: 248px;
background: #fff;
}
.top .nav ol:before {
content: url("../images/nav_icons.png");
width: 17px;
height: 6px;
position: absolute;
left: 50%;
margin-left: -8px;
top: -33px;/*display: none;*/
}
.top .nav ol>li {
font-size: 18px;
color: #FC751B;
line-height: 30px;
padding-left: 20px;
text-align: left;
background: url("../images/nav_icons01.png") no-repeat right center;
}
.top .nav ol>li:nth-of-type(n+2) {
font-size: 18px;
color: #FC751B;
border-top: solid 1px #eee5;
line-height: 30px;
}
.top .nav ol>li>a {font-size: 1.6rem;color: #FC751B;font-weight: bold;}
.top .nav_media {
float: right;
}
.top .btn_media {
float: right;
}
.sp_header {
	
	overflow: hidden;
	position: fixed;
	z-index: 10;
	right: 20px;
}

.sp_nav {
	float: right;
	position: relative;
	cursor: pointer;
	
}

.nav_Ul {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 50%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top:-100%;
	right: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}
.nav_show {
	top: 102px
}
.nav_Ul>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}
.nav_Ul>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}
.nav_Ul>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}
.nav_Ul>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}
.nav_Ul ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}
.nav_Ul ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.nav_Ul ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.nav_Ul ul li {
	border-top: 1px #fc751b30 solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.nav_Ul>ul >li:last-child {
	border-bottom: 1px #ddd solid;
}
.nav_Ul ul li ul {
	display: none
}
.nav_Ul ul li a {
	color: #fc751b;
	width: 80%
}
.nav_Ul ul li ul li a {
	color:#666;
	display: block;
	text-align: left;
}
.nav_Ul ul li ul li ul li a {
	color:#999;
}
.nav_Ul ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.nav_Ul ul li .sjj_nav_i_se svg {
	fill: #c9141e
}
.nav_Ul ul li ul li>ul {
	margin-left: 10px
}
.top .nav_media .search_box {
	margin-right: 3vw;
}

.top .nav_media .search_box {
margin-right: 3vw;
}



/*banner*/
.banner {
z-index: 1;
}
.banner img {
width: 100%;
}

/*main_news*/

.main_news ul li {
margin-top: 100px;
}
.main_news ul li .txt {
width: 500px;
float: left;
}
.day {
font-size: 1.8rem;
color: #838699;
line-height: 24px;
}
.name {
margin-top: 10px;
display: block;
font-size: 3rem;
color: #312639;
line-height: 40px;
}
.info {
padding-top: 15px;
font-size: 1.8rem;
margin-top: 10px;
color: #838699;
line-height: 32px;
}
.img_box {width: 410px;height: 300px;overflow: hidden;float: right;}
.change_img {
width: 100%;
transition: 0.3s;
cursor: pointer;
}
.img_box:hover .change_img {
transform: scale(1.1);
}
.more_bg {
width: 154px;
height: 48px;
background: #FC751B url(../images/more.png) no-repeat 126px center;
text-align: center;
margin-top: 36px;
}
.more_bg a {
font-size: 1.8rem;
font-weight: bold;
color: #fff;
line-height: 48px;
}
.more_bg1 {
width: 230px;
height: 50px;
background: #FC751B url(../images/more.png) no-repeat 208px center;

}
.more_bg a {

line-height: 50px;
}
/*news*/
.row {margin-top: 100px;padding: 70px 0 100px 0;background: #F4F4F7 url(../images/news_bg_02.png) no-repeat center;;}
.newsActive {margin-top: 70px;margin-left:-17px;margin-right:-17px;}
.newsActive ul li {
width: 50%;
margin: 0 0 30px 0;
padding: 0 17px;
}
.news .newsActive .image {
width: 122px;
height: 122px;
position: relative;
z-index: 2;
margin-top: 26px;
margin-right: 20px;
float: left;
}
.news .newsActive .image img {
width: 100%;
    height: auto;
}
.news .newsActive .brief {
border: solid 1px #DEDEDE;
margin-left: 50px;
position: relative;
z-index: 1;
/* padding-left: 91px; */
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
height: 176px;
}
.news .newsActive .brief .head a {
font-size: 1.8rem;
color: #312639;
line-height: 26px;
transition: 0.3s;
}
.news .newsActive .brief .head a:hover {
font-weight: bold;
}
.news .newsActive .brief .line {
margin: 15px 0 10px;
display: inline-block;
width: 52px;
border-bottom: 1px solid #FC751B;
}
.news .newsActive .brief .brief_txt {
font-size: 1.4rem;
color: #838699;
line-height: 24px;
}
.news .newsActive .more_bg {
margin: 66px auto 0;
}

/*link*/
.link {margin-top: 70px;}

/*link-classify*/

.classify ul li {
margin:0 50px;
cursor: pointer;
transition: 0.3s;
background-repeat: no-repeat;
background-size: 90% auto;
transform-origin: center;
}

/*event*/
.row1 {padding: 70px 0 100px 0;}
.newsInfo {width: 300px;margin: 70px 40px 0 0;}
.newsInfo ul {
border-right: 1px solid #FC751B;
padding: 22px 40px 0 0;
}
.newsInfo ul li {
margin-bottom: 30px;
}
.newsInfo ul li a {font-size: 12px;color: #312639;line-height: 65px;}
.newsInfo ul li a:hover {
font-weight: bold;
}
.newsInfo ul li .time {
display: block;
font-size: 12px;
color: #312639;
margin-right: 30px;
}
.newsInfo ul li .days {
font-size: 3.8rem;
display: block;
}
.bnt {
margin: 30px auto 0;
width: 100px;
height: 44px;
border: 1px solid #FC751B;
text-align: center;
line-height: 44px;
}
.bnt a {
font-size: 1.7rem;
color: #312639;
}
.bnt:hover {
background: #FC751B;
}
.bnt:hover a {
color: #fff;
}

/*picture_list*/
.row2{
background: #F4F4F7;
padding-bottom: 100px;
}
.picture_list {padding-top: 70px;}
.slideTxtBox {
position: relative;
height: 800px;
margin-top: 50px;
}
.slideTxtBox .bd ul {
zoom: 1;
}
.slideTxtBox .bd ul a:hover {
font-weight: bold;
}
.slideTxtBox .bd li[name='one'] {
width: 750px;
height: 242px;
}
.slideTxtBox .bd li[name='one'] .img {
float: left;
width: 490px;
height: 242px;
}
.slideTxtBox .bd li[name='one'] .img img {
width: 490px;
height: 242px;
}
.slideTxtBox .bd li[name='one'] .txt {
float: left;
width: 260px;
height: 242px;
padding: 50px 40px 0;
background: #F4F4F7;
}
.slideTxtBox .bd li[name='one'] .txt .tit {
font-size: 24px;
line-height: 32px;
color: #312639;
}
.slideTxtBox .bd li[name='one'] .txt .times {
font-size: 14px;
line-height: 20px;
padding-top: 20px;
color: #312639;
}
.slideTxtBox .bd li[name='one'] .txt .zhaiyao {
padding: 20px 0;
line-height: 24px;
font-size: 16px;
color: #312639;
}
.slideTxtBox .bd li[name='two'] {
width: 250px;
height: 563px;
background: #F4F4F7;
position: absolute;
right: 0;
}
.slideTxtBox .bd li[name='two'] .img {
float: left;
width: 250px;
height: 242px;
}
.slideTxtBox .bd li[name='two'] .img img {
width: 250px;
height: 242px;
}
.slideTxtBox .bd li[name='two'] .txt {
float: left;
width: 250px;
padding: 50px 40px 0;
}
.slideTxtBox .bd li[name='two'] .txt .tit {
font-size: 24px;
line-height: 32px;
color: #312639;
}
.slideTxtBox .bd li[name='two'] .txt .times {
font-size: 14px;
line-height: 20px;
padding-top: 20px;
color: #312639;
}
.slideTxtBox .bd li[name='two'] .txt .zhaiyao {
padding: 20px 0;
line-height: 24px;
font-size: 16px;
color: #312639;
}
.slideTxtBox .bd li[name='other'] {
width: 494px;
height: 560px;
background: #F4F4F7;
}
.slideTxtBox .bd li[name='other'] .img {
float: left;
width: 494px;
height: 319px;
}
.slideTxtBox .bd li[name='other'] .img img {
width: 494px;
height: 319px;
}
.slideTxtBox .bd li[name='other'] .txt {
float: left;
width: 494px;
padding: 50px 40px 0;
}
.slideTxtBox .bd li[name='other'] .txt .tit {
font-size: 24px;
line-height: 32px;
color: #312639;
}
.slideTxtBox .bd li[name='other'] .txt .times {
font-size: 14px;
line-height: 20px;
padding-top: 20px;
color: #312639;
}
.slideTxtBox .bd li[name='other'] .txt .zhaiyao {
padding: 20px 0;
line-height: 24px;
font-size: 16px;
color: #312639;
}
.slideTxtBox .bd li[name='four'] {
width: 256px;
height: 560px;
background: #F4F4F7;
position: absolute;
right: 0;
}
.slideTxtBox .bd li[name='four'] .img {
float: left;
width: 256px;
height: 320px;
margin-top: 28px;
}
.slideTxtBox .bd li[name='four'] .img img {
width: 256px;
height: 320px;
}
.slideTxtBox .bd li[name='four'] .txt {
float: left;
width: 256px;
padding: 50px 40px 0;
}
.slideTxtBox .bd li[name='four'] .txt .tit {
font-size: 24px;
line-height: 32px;
color: #312639;
}
.slideTxtBox .bd li[name='four'] .txt .zhaiyao {
padding: 20px 0;
line-height: 24px;
font-size: 16px;
color: #312639;
}
.slideTxtBox .bd li[name='four'] .txt .times {
font-size: 14px;
line-height: 20px;
padding-top: 20px;
color: #312639;
}
.slideTxtBox .more {
text-align: center;
position: absolute;
right: 0;
bottom: 0;
width: 250px;
height: 240px;
background: #FC751B;
}
.slideTxtBox .more a {
display: block;
width: 200px;
height: 60px;
border: 1px solid #fff;
color: #fff;
font-size: 20px;
line-height: 60px;
text-align: center;
margin: 82px auto;
}

/*foot*/
.foot_bg {background: #312639;color: #FFF;padding: 86px 0 82px;margin-top: 110px;}
.foot_bg .foot_logo {
margin-top: 60px;
}
.foot_bg .contact .head {
font-size: 10px;
}
.foot_bg .contact {padding: 0 40px;margin-left: 70px;border: 1px solid #fff;border-top: none;border-bottom: none;/* line-height: 20px; */}
.foot_bg .contact p {
	margin-bottom: 10px;
	font-size: 10px;
}

.foot_bg .contact .bd {
margin-top: 10PX;
}
.foot_bg .contact .bd p {
line-height: 25px;
}
.foot_bg .contact .ewm {
    position:relative;
}
.foot_bg .contact .ewm a{
    color:#fff;
    margin-right:20px;
    cursor:pointer;
    font-size: 12px;
}
.foot_bg .contact .ewm .weibo{
  display:none;
}

.foot_bg .contact .weixin_bg {
    width:70px;
    height:70px;
    position:absolute;
    top:22px;
    display:none;
    z-index: 999;
}
.foot_bg .contact .weixin_bg img {
    width:100%;
}

.foot_bg .contact .ewm:hover .weixin_bg{
    display:block;
}

.foot_bg .td_code .td_code_box {
text-align: center;
margin-left: 20px;
}
.foot_bg .td_code .td_code_box li {
	margin-bottom:20px
}
.foot_bg .td_code .td_code_box a {margin-top: 15px;color: #fff;font-size: 14px;}
.copyright_bg {background: #ADAFBB;color: #312639;text-align: center;font-size: 10px;padding-top: 14px;}
.copyright_bg p{
	line-height: 24px;
}

/**topc**/
.topc {z-index: 3;background: #838699;position:  fixed;top: 0;}

.topc .nav ul>li {
line-height: 90px;
height: 90px;
margin-left: 30px;
position: relative;
text-align: center;
}
.topc .nav ul>li>a {display: inline-block;font-size: 17px;color: #fff;width: 105px;font-weight: bold;}
.topc .nav ul>li>a:hover {
color: #FC751B;
background: #fff;
}
.topc .nav ol {
position: absolute;
left: 0;
topc: 90px;
padding: 20px 10px;
width: 215px;
background: #fff;
}
.topc .nav ol:before {
content: url("../images/nav_icons.png");
width: 17px;
height: 6px;
position: absolute;
left: 50%;
margin-left: -8px;
topc: -33px;/*display: none;*/
}
.topc .nav ol>li {
font-size: 18px;
color: #FC751B;
line-height: 45px;
padding-left: 20px;
text-align: left;
background: url("../images/nav_icons01.png") no-repeat right center;
}
.topc .nav ol>li:nth-of-type(n+2) {
font-size: 18px;
color: #FC751B;
border-topc: solid 1px #eee5;
line-height: 45px;
}
.topc .nav ol>li>a {font-size: 1.6rem;color: #FC751B;font-weight: bold;}
.topc .nav_media {
float: right;
}
.topc .btn_media {
float: right;
}
.topc .nav_media .search_box {
margin-right: 3vw;
}


.langc {
float: right;
height: 52px;
position: relative;
padding-right: 64px;
}
.langc ul li {
line-height: 52px;
margin-left: 14px;
float: left;
}
.langc a {
font-size: 1.8rem;
color: #fff;
font-weight: bold;
margin-right: 14px;
}
.langc span {
color: #fff;
}
.langc ul li img {
width: 41px;
height: 41px;
margin-top: 10px;
}

.banner_bar_bg {width: 1280px;margin: 0 auto;}

/**side**/
.subMain .aside {
width: 240px;
height: 1054px;
background: url(../images/aside_bg.png) no-repeat;
padding: 0 15px;
position:relative;
margin-top:-128px;
z-index:2 ;
}
.subMain .aside ul {
border-top: solid 1px #fff;
margin-top: 92px;
}
.subMain .aside ul li a{
display: block;
width: 100%;
height: 54px;
line-height: 54px;
color: #fff;
border-bottom: solid 1px #fff;
padding-left: 62px;
background: url(../images/aside_icon_01.png) no-repeat 20px center;
}

.subMain .aside ul li.on a{
background: #fff;
color: #838699;
}
.subMain .aside_media {
width: 148px;
height: 90px;
background: url(../images/page_aside_bg.png) no-repeat;
padding: 0 15px;
position:relative;
margin-top:-128px;
z-index:2 ;
}
/**subSection**/
.subSection{
margin-top: 60px;
}
.subSection_box{
min-height: 500px;
}
.subMain .com_head01{
height: 128px;
border-bottom: none;
margin-bottom: 0;
font-weight: bold;
}
.subMain .com_head01 .txt span {
display: block;
font-size: 30px;
color: #fff;
/**line-height: 126px;**/
text-align: center;
margin-top:20px;
}
.subMain .com_head01 .txt .en {
display: block;
font-size: 19px;
color: #fff;
}

/**page**/
.com_head02 .txt span {
display: block;
font-size: 2.4rem;
color: #312639;
line-height: 35px;
text-align: left;
}

/**cont**/
.com_head03,.com_head03 a {

font-size: 14px;
color: #838699;
line-height: 20px;
text-align: left;
}

.com_head03 .txt span {
display: block;
font-size: 14px;
color: #838699;
line-height: 20px;
text-align: left;
}
.com_cont {
padding: 44px 0;
width: 664px;
min-height: 500px;
}
.com_cont h1 {
line-height: 6rem;
font-size: 4rem;
color: #312639;
}
.com_cont h2 {
width: 60%;
color: #312639;
font-size: 20px;
line-height: 35px;
margin-top: 20px;
}
.com_cont .date {
font-size: 12px;
color: #838699;
line-height: 20px;
}
.com_cont .line {
margin: 15px 0;
display: block;
width: 104px;
border-bottom: 1px solid #FC751B;
}

.com_cont .text {
padding: 10px 0;
}

.com_cont .cont_text {
width: 656px;
padding: 10px 0;
}
.com_cont .texts p {
font-size: 1.8rem;
text-indent: 2em;
line-height: 2;
color: #312639;
}
.com_cont .cont_text p{
    font-size: 18px !important;
    text-indent: 2em;
    line-height: 40px !important;
    color: #312639;
   /* text-align: justify !important;*/
    margin: 20px 0;
}

.com_cont .cont_text p img {
margin: 10px auto !important;
display: block !important;
text-indent: 0 !important;
}
.com_cont .texts img {
margin: 10px auto;
display: block;
max-width: 100%;
text-indent: 0;
}

.com_cont .author{
font-size: 14px;
color: #ADAFBB;
line-height: 32px;
width: 55%;
border-top: 1px solid #ADAFBB;
margin-top: 15px;
}
.com_cont .next {
border-top: 1px solid #b6b6b6;
padding: 20px 0;
margin-top: 15px;
line-height: 28px;
}
.com_cont .next a {
color: #727272
}
.com_cont .next a:hover {
color: #E746A2
}
.com_cont .next * {
display: inline-block
}

/**cont_list_r**/

.subSection .cont_list .cont_list_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 58px;
}

.subSection .cont_list ul li{

margin-top: 20px;
border-bottom: 1px solid #838699;

}
.subSection .cont_list .list_bg{
display: inline-block;
width: 24px;
height: 24px;
background:#838699;
border-radius: 50%;
text-align: center;
line-height: 24px;
color: #fff;
margin-top: 5px;
}
.subSection .cont_list .list_txt{
width: 183px;
line-height: 32px;
margin-left: 15px;
}
.subSection .cont_list .list_txt a{
font-size: 1.6rem;
color: #312639;
}

.subSection .cont_list .list_txt .dates{
display: block;
font-size: 12px;
color: #ADAFBB;
padding-left: 20px;
background: url(../images/clock.png) no-repeat left;

}

/**cont_news**/
.cont_news .cont_list_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 58px;
}
.cont_news {
margin-top:50px;
}

.cont_news ul li
{width:314px;margin: 20px 29px 0 0;}

.cont_news ul li .img_box {
    width:  310px;
    height:  210px;
    overflow:hidden;
}
.cont_news .list_img img{
width: 100%;
height: 210px;
display: block;
}
.cont_news .list_txt{
margin-top: 24px;
line-height: 32px;
}
.cont_news .list_txt a{font-size: 1.6rem;color: #312639;}

.cont_news .list_txt .dates{
display: block;
font-size: 12px;
color: #ADAFBB;
padding-left: 20px;
background: url(../images/clock.png) no-repeat left;

}

/**video_list_r**/
.video_list {
width:318px;
}

.video_list .video_list_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 40px;
}

.video_list ul li{

width: 318px;
margin-top: 20px;

}
.video_list .video_list_img{
display: block;
width: 318px;
height: 195px;
margin-top: 30px;
}

.video_list .list_txt a{
display: block;
font-size: 1.6rem;
color: #312639;
margin-top: 20px;
}

.video_list .list_txt .fbt{
font-size: 1.4rem;
color: #838699;
line-height: 24px;
margin-top: 20px;
}

/**pic_list_r**/
.pic_list {
width:318px;
margin-top: 20px;
}

.pic_list .pic_list_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 58px;
}
.pic_list ul {
margin-top: 20px;
width: 318px;
margin: 20px auto;
}
.pic_list ul li{
margin: 0;
width: 318px;
height:140px;
}
.pic_list ul li:nth-child(1){
/* width: 195px; */
}
.pic_list ul li:nth-child(2){
/* width: 123px; */
}
.pic_list ul li:nth-child(3){
/* width: 123px; */
}
.pic_list ul li:nth-child(4){
width: 195px;
}

/**txt_list_r**/
.txt_list {
width:318px;
margin-top: 20px;
}
.txt_list .txt_list_l {
width: 146px;
}
.txt_list_l .txt_list_l_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 58px;
}
.txt_list .txt_list_l ul li {
width: 100%;
margin-top: 20px;
}
.txt_list_l .list_txt{
width: 146px;
height: 112px;
line-height: 24px;
border-bottom: 1px solid #838699;
}
.txt_list_l .list_txt a{
font-size: 1.6rem;
color: #312639;
}

.txt_list_l .list_txt .dates{
display: block;
margin-top: 20px;
font-size: 12px;
color: #ADAFBB;
padding-left: 20px;
background: url(../images/clock.png) no-repeat left;

}
.txt_list .txt_list_r {
width: 146px;
}
.txt_list_r .txt_list_r_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 58px;
}
.txt_list .txt_list_r ul li {
width: 100%;
margin-top: 20px;
}
.txt_list_r .list_txt{
width: 146px;
height: 140px;
line-height: 24px;
border-bottom: 1px solid #838699;
}
.txt_list_r .list_txt a{
font-size: 1.6rem;
color: #312639;
}

.txt_list_r .list_txt .dates{
display: block;
margin-top: 20px;
font-size: 12px;
color: #ADAFBB;
padding-left: 20px;
background: url(../images/clock.png) no-repeat left;

}

/**news**/
.news_banner_bar {
width: 1000px;
margin: 0 auto;
}
.news_banner_bar .news_pic{
width: 680px;
height: 440px;
position: relative;
}
.news_banner_bar .news_bg{
width: 680px;
height: 314px;
position: absolute;
bottom: 0;
background: url(../images/news_bg.png) no-repeat bottom;
}
.news_bg .news_txt {padding: 100px 72px 12px 32px;}
.news_bg .news_txt .date {
display: block;
font-size: 16px;
color: #fff;
line-height: 24px;
}
.news_bg .news_txt a{
margin-top: 20px;
display: block;
font-size: 4rem;
color: #fff;
line-height: 4rem;
font-weight: bold;
}
.news_bg .news_txt p {
margin-top: 30px;
font-size: 16px;
color: #fff;
line-height: 32px;
}
.news_pic2,.news_pic3{width: 316px;height: 220px;position: relative;}
.news_bg2,.news_bg3{
width: 316px;
height: 220px;
position: absolute;
bottom: 0;
background: url(../images/news_bg_03.png) no-repeat bottom;
}
.news_bg2 .news_txt,.news_bg3 .news_txt{
padding: 80px 20px 20px 10px;
}
.news_bg2 .news_txt a,.news_bg3 .news_txt a{

display: block;
font-size: 20px;
color: #fff;
line-height: 28px;
font-weight: bold;
}
.news_bg2 .news_txt p,.news_bg3 .news_txt p {
margin-top: 10px;
font-size: 16px;
color: #fff;
line-height: 32px;
}
.banner_media {
margin: 0 auto;
}

.banner_media .news_pic img {
width: 100%;
}

.banner_media  .news_bg{
width:100%;
padding-left: 4%;
margin-top: -80px;
}
.banner_media  .news_bg a{
display: block;
font-size: 4rem;
color: #fff;
line-height: 4rem;
font-weight: bold;
}
.banner_media .news_txt {
padding:68px 72px 0px 32px;
}
.banner_media .news_txt .date {
display: block;
font-size: 12px;
color: #ADAFBB;
line-height: 24px;
}

.banner_media .news_txt p {
margin-top: 30px;
font-size: 14px;
color: #838699;
line-height: 32px;
}
/**news_list**/
.subMain .com_head00 {
	border-bottom: none;
	margin-bottom: 0;
	font-weight: normal;
}
.student {
	width:655px;
}

.student .tab_btn{
	height: 40px;
	border-bottom: 1px solid #FC751B;
}
.student .tab_btn span{
	color: #838699;
	font-size: 1.8rem;
	    padding: 0 28px;
	display: inline-block;
	height: 40px;
	cursor: pointer;
}
.student .tab_btn span.on{
	color:#FC751B ;
	border-bottom: solid 3px #FC751B;
}
.student ul li .img_box {
	width: 213px;
	height: 164px;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}
.student ul li .img_box img{
	width: 100%;
height: 100%;
	display: block;
}
.news_list ul li {
	width:100%;
	height: 215px;
	margin-top: 14px;
	padding-top: 28px;
	border-bottom: 1px solid #B2B2B2;
}

.news_list .list_txt{
	width: 381px;
}
.list_txt .list_txt_title{
	font-size: 12px;
	color: #F8743B;
	font-weight: bold;
}
.news_list .list_txt a{
	display: block;
	font-size: 1.8rem;
	color: #312639;
	line-height: 26px;
	margin-top: 10px;
}
.news_list .list_txt p{
	font-size: 16px;
	color: #838699;
	line-height: 24px;
	margin-top: 10px;
}
.news_list .list_txt .list_time{
	margin-top: 10px;
}
.news_list .list_txt .list_time .love{
	display: inline-block;
	width: 14px;
	height: 14px;
	font-size: 12px;
	color: #ADAFBB;
	padding-left: 20px;
	background: url(../images/love.png) no-repeat left;
	margin-right: 40px;
}
.news_list .list_txt .list_time .dates{
	width: 14px;
	height: 14px;
	font-size: 12px;
	color: #ADAFBB;
	padding-left: 20px;
	background: url(../images/clock.png) no-repeat left;

}

/**news_list**/
.news_list_cont {margin-top: 165px;}
.subSection_box .txt {
width: 100%;
}
.com_head04 .txt span {
display: block;
font-size: 40px;
color: #312639;
line-height: 52px;
}
.com_head04 .txt .en {
display: block;
font-size: 20px;
color: #312639;
font-style: normal;
}
.com_head04 .line4 {
margin: 15px 0;
display: block;
width: 119px;
border-bottom: 4px solid #FC751B;
}

/**news_list_box**/
.news_list_box {
width:665px;
}
.news_list_box ul li {
background: #F4F4F7;
text-align: left;
margin:0 0 30px 0;
padding: 28px 30px 36px;
}
.news_list_box .list_img img{
width: 206px;
height: 150px;
display: block;
margin-right: 20px;
}
.news_list_box .list_txt{
width: 378px;
}

.news_list_box ul li a{
display: block;
font-size: 1.8rem;
color: #312639;
line-height: 2.6rem;
margin: 10px 0 30px 0;
}
.news_list_box ul li .dates{
/* display: inline-block; */
width: 14px;
height: 14px;
font-size: 12px;
color: #ADAFBB;
padding-left: 20px;
background: url(../images/clock.png) no-repeat left;
}

.news_list_box .list_txt p{
font-size: 1.8rem;
color: #838699;
line-height: 2.5rem;
}

.zhengwen_media ul li {
width:100%;
background: #F4F4F7;
text-align: left;
margin:0 0 30px 0;
padding: 28px 30px 36px;
}
.zhengwen_media .list_img{
margin-top: 20px;
}
.zhengwen_media .list_img img{
width: 100%;
display: block;
}


.zhengwen_media ul li a{display: block;font-size: 1.8rem;color: #312639;line-height: 2.6rem;margin: 10px 0 30px 0;}
.zhengwen_media ul li .dates{
/* display: inline-block; */
width: 14px;
height: 14px;
font-size: 12px;
color: #ADAFBB;
padding-left: 20px;
background: url(../images/clock.png) no-repeat left;
}
.zhengwen_media .list_txt p{font-size: 1.8rem;color: #838699;line-height: 3rem;}
/**ztnews_list_r**/
.newsr {
width:234px;
}
.ztnews_list {
margin-bottom: 68px;
}

.ztnews_list .ztnews_list_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 58px;
}

.ztnews_list ul li{

margin-top: 20px;

}
.ztnews_list ul li img{
display: block;
width:234px;
height: 117px;
}


/**list**/
.subSection .list ul li{
/*border-top: solid 1px #ddd;*/
padding-top: 35px;
margin-bottom: 35px;
}
.subSection .list ul li img{
width: 270px;
height: 152px;
}
.subSection .list ul li .txt_box{
width: 580px;
margin-right: auto!important;
}
.subSection .list ul li .txt_box .head{
font-size: 18px;
color: #555;
width: 100%;
}

.subSection .list ul li .txt_box .txt{
font-size: 13px;
color: #888;
margin-top: 20px;
line-height: 23px;
width: 100%;
}

.subSection .list ul li .txt_box .time{
font-size: 12px;
color: #888;
margin-top: 20px;
width: 100%;
}
/**content**/
.contents {
width: 500px;
margin-top: 20px;
}
.contents h1 {
font-weight: normal;
line-height: 6rem;
font-size: 2.4rem;
color: #312639;
}


.contents .zhengwen {
padding: 10px 0;
}


.contents .zhengwen p {
font-size: 1.8rem;
text-indent: 2em;
line-height: 2;
color: #312639;
}
.cont_link_list {
width: 134px;
}
.cont_link_list .cont_list_title {
font-size: 18px;
color: #FC751B;
border-bottom: 1px solid #FC751B;
height: 58px;
}

.cont_link_list ul li{

line-height: 42px;

/* margin-top: 20px; */

border-bottom: 1px solid #838699;
}

.cont_link_list .list_txt{
line-height: 32px;
}
.cont_link_list .list_txt a{
font-size: 1.6rem;
color: #ADAFBB;
}

.cont_link_list .list_txt .dates{
display: block;
font-size: 12px;
color: #ADAFBB;
padding-left: 20px;
background: url(../images/clock.png) no-repeat left;

}
/**soso**/
.search_box{
   width: 720px;
    height: 50px;
    margin-top: 20px;
    padding: 6px 17px;
    background: #9496a7;
    color: #fff;
}
.search_box .text{
   width: 400px;
    height: 36px;
    color: #999;
    /* margin: auto; */
    border: none;
    /* padding: 10px; */
    padding: 0;
}
.search_box .image{
    width:41px;
    height:41px;
    display:inline-block;
  
}
/**mainlist**/
.mainlist {
width: 664px;
margin-top: 28px;
border-top: 1px solid #ADAFBB;
}

.mainlist ul li {
width: 100%;
}
.mainlist .list_txt{
line-height: 7.4rem;
border-bottom: 1px solid #ADAFBB;
}
.mainlist .list_txt a{
font-size: 1.8rem;
color: #312639;
}

.mainlist .list_txt .dates{
/* display: block; */
/* margin-top: 20px; */
font-size: 1.4rem;
color: #312639;
/* padding-left: 20px; */
/* background: url(../images/clock.png) no-repeat left; */
}


/*animate*/
/*com_module*/
.news_list_box {
text-align: center;
}
.news_list_box .txt {
width: 100%;
}
.com_head01 .txt span {
display: block;
font-size: 40px;
color: #333333;
line-height: 52px;
text-align: center;
}



.titlestyle199757 {
line-height: 30px !important;
}
.timestyle199757 {
text-align: right !important;
}
.headStyle1lh337hbjz .PrevDisabled {
    height: 20px !important;
}

.headStyle1lh337hbjz .NextDisabled {
    height: 20px !important;
}
.PrevDisabled{
height: 20px !important;

}
.NextDisabled {
height: 20px !important;
}
.Next {
height: 20px !important;
}


.com_head01 .txt span.animate {
animation: com_head 1.5s linear;
}
@keyframes com_head {
0% {
transform:scale(1)
}
25% {
transform: scale(1.3)
}
50% {
transform:scale(1)
}
75% {
transform:scale(1.1)
}
100% {
transform:scale(1)
}
}
@keyframes com_head02 {
0% {
transform:rotate(0)
}
100% {
transform:rotate(720deg)
}
}