/*===================CSS Reset============================*/

/* 首页more样式 */
.index-more{
    display: block;
    float: right;
    font-size: 20px;
    border: 1px solid #007BC8;
    padding: 6px 30px;
    color: #007BC8 !important;
}

.index-more:hover{
    display: block;
    float: right;
    font-size: 20px;
    border: 1px solid rgba(238, 174, 41, 1);
    padding: 6px 30px;
    color: rgba(238, 174, 41, 1) !important;
}

/* 列表中a标签 */
.list-a{
  width:48%;
  margin:1% 1%;
  margin-bottom: 17px;
  display: flex;
  height:160px;
  padding:10px;
  background-color:white;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
 
.list-a:hover{
  width:48%;
  margin:1% 1%;
  margin-bottom: 17px;
  display: flex;
  height:160px;
  padding:10px;
  background-color:#deeefc;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

.index-enent-a{
  margin-bottom: 17px;
    display: flex;
    height: 160px;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

.index-enent-a:hover{
   background-color:#deeefc;
}
 

.campusLifeImg{
    width: 100%; /* 图片宽度填充容器 */  
    height: 300px; /* 图片高度自动以保持比例 */  
    transition: transform 0.3s ease; /* 添加过渡效果 */  
}

.campusLifeImg:hover {  
    transform: scale(1.2); /* 鼠标悬停时放大图片 */  
}

.quickLink{
  width:100%;
  background: #FFFFFF;
  height:128px;
  padding: 50px 30px 0 30px !important;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  display: flex;

}
.right{
    width: 30px;
    height: 6px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    float: left;
}
 
.kuaishou:hover .kuaishouImg {  
    opacity: 1;  
}  

.kuaishouImg  {  
    position: absolute;
    top: -152px;
    left: 35px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}  

.douyin:hover .douyinImg {  
    opacity: 1;  
}  

.douyinImg  {  
    position: absolute;
    top: -152px;
    left: 35px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}  

.weixin:hover .weixinImg {  
    opacity: 1;  
}  

.weixinImg  {  
    position: absolute;
    top: -152px;
    left: 35px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}  

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: auto;
}

.bannerLink-english {
    border-radius: 10px;
    height: 160px !important;
    width: 1200px;
    opacity: 0.7;
    margin: -12% 0 0 18%;
    z-index: 9999999;
}
.bannerLink-english-div {
	   width: 100%;
    padding: 30px 20px 10px 20px;
    background-color: #1457B2;
    display: flex;
    justify-content: center;
}
.bannerLink-english-img{
     width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.englishAboutUs{
      font-size: 36px;
    color:#007BC8;
    font-weight: 800;
    margin-bottom: 25px !important;
    line-height: 42px;
    padding-left: 10px;
    border-left: 4px solid rgba(238, 174, 41, 1);
}


}


.campusLife{
 display: grid;  
    grid-template-columns: repeat(2, 1fr); /* 创建两列，每列占据相等空间 */  
    grid-gap: 10px; /* 设置网格项之间的间隔 */  
    justify-items: center; /* 在网格单元格内水平居中内容 */  
    align-items: center; /* 在网格单元格内垂直居中内容 */  
}

.englishWechatLing{
        width: 30%;
    margin: 0 10%;
    height: 48px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px;

 
}
   .englishWechatLing-img{
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }

.english-friendLink{
    width: 100%;
    height: 45px;
    border: solid 1px #ffffff;
    margin-top: 10px;
    color: #ffffff !important;
    display: block;
    line-height: 45px;
    padding-left: 20px;
}

.english-friendLink:hover{
    color: #FFB23F;
}

.english-footer{
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.90);
    text-align: center;
    padding: 20px 0 25px 0;
    margin-bottom: 20px;
}

.english-footer-link{
  color:#ffffff !important;
      border-right: 2px solid white;
}
.english-footer-link:hover{
  color:#FFB23F !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

.pa {
	line-height: 3 !important;
}

body,
button,
input,
select,
textarea {
	color: #000000;
	font: 16px "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em,
i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}



input:focus,
button:focus,
textarea:focus,
select:focus,
video {
	outline: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}



tablezhengwen,
trzhengwen,
tdzhengwen {
	border: 1px solid #000000;
	line-height: 1.8;
	border-collapse: collapse;
}

tablezhengwen {
	width: 950px;
}

td {
	padding: 5px 5px;
}


.xwdt {
	font-size: 14px;
	line-height: 29px !important;
	margin-left: 5px;
}

.whiteLine::after {  
    content: ""; /* 需要内容为空字符串以显示伪元素 */  
    display: block; /* 使伪元素成为块级元素 */  
    border-bottom: 1px solid rgba(255, 255, 255, 0.20); /* 设置下边框为横线 */  
    width: 100%; /* 设置宽度为100% */  
    margin: 20px 0 0 0; /* 可选：设置上下外边距 */  
    width: 140%;
    margin-left: -20%;
}

.btn {
    width: 65px;
    height: 35px;
    border: none;
    background-color:#65b7f1;
    float: right;
    font-size: 14px;
    color: #fff !important;
    display: inline-block;
    border-radius: 0;
}
.q {
  display: inline-block;
    background: #FFF;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 0 10px 0 10px;
    float: left;
    border: 1px solid #CFC7C8;
   
}


   .leftNewsTitle{
   padding:30px;
height: 270px;
width: 430px
;background-color:#2395E1;
border-radius: 0 10px 10px 0;
z-index: 1;
margin-top: 260px;
position: relative;opacity: 0.95;"
   }

   .tzgg { 
   width: 23%;
    height: 185px;
    background-color: #ededeb;
    padding: 25px !important;
    border-radius: 10px;
    margin: 0 1% 1% 1%;
}

.inRight input[type=submit] {
    width: 85px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #1e69c6;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: -10px;
}

.xydt_img {
	overflow: hidden;
	transition: all 1s;
	width: 100%;
	height: 250px;
}

        .xydt_title {
		padding: 10px 15px;
                box-shadow: 0 5px 10px #f2f2f2;
	  }

.xydt_date {
	width: 130px;
        text-align: center;
        line-height: 40px;
        background-color: #1a1919;
        color: #ffffff;
        position: absolute;
        margin-top: 190px;
        font-size: 18px;
        opacity: 0.8;

}


.textH_xydt {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 30px;
	margin: 5px 0px;
	height: 60px;
	font-weight: 600;
	margin-bottom: 10px;
	color:#366352;
}

.xyxwTitle {
        margin: 0 auto;
        float: none;
         width:450px;
}



.xyxwImg {
       display: block;
    width: 506px;
    height: 136px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
}

.xsdtImg {
       display: block;
    width: 617px;
    height: 137px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
}

.xsdtSanjiao{
}

.phoneBannerLink{
display:block;
color:white !important;
height:100%;
width:40%;
text-align:center;
line-height:40px;
background-color: #1459B5;
margin: 0 5% 5px 5%;
border-radius: 5px;
}



.gxzyImg {
       display: block;
    width: 649px;
    height: 137px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
}


 .gxzyTitle{
     font-family: YouSheBiaoTiHei-Regular;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: white;
    margin-bottom: 15px
}

  .gxzyContent{
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
}

.dcqcTitleImg {
    display: block;
    width: 604px;
    height: 144px;
    margin: 0 0 0 0;
    float: none;
    margin-bottom: 30px;
}

 .dcqcBwImg {
    height: 240px;
     background-size: 100%;
    border-radius: 20px;
    position: relative;
    margin-top:-185px;
    width: 75%;
    float: right;
}

.tzggImg { 
    width: 562px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
}

   .tzggTitle { 
    font-weight: 600;
    height: 80px;
    line-height: 32px;
    display: block;
    border-bottom: 1px solid #d9d5d5;
}

    .newsTitle { 
    font-weight: 600;
    height: 65px;
    line-height: 30px;
    display: block;
    }

    .xsdtTitle{
     height: 60px;
     font-size: 18px;
         font-weight: 600;
     line-height: 29px;
     display: block;
   }

         .xsdt-a1{
   
    height: 300px;
    background-color: #ededeb;
         width: 94%;
        border-radius: 10px 10px 0 0;
   }


   .xsdt-a2{
           background-color: #ffffff;
           height: calc(calc(100% - 20px) / 2);
           width: 94%;
           padding: 10px 30px 30px 30px !important;
           border-radius: 0 0 10px 10px;
   }

   .listli:hover{
     background-color: #4d93ff;
     color:white !important;
   }
   
    .listli a:hover{
     transition: none;
     color:white !important;
   }

    .lista{
     display:flex;
     width:100%;
     padding :5px;
     font-size: 18px;
    font-weight: 600;
    }  
 
     

        .newsAbstract { 
    height: 180px; 
    color:#666666;
    font-size:16px !important;
    line-height: 26px;
    display: block;
}


  .listLink{
    margin-top: -135px;
   }


      .tzggDate { 
    margin-top: 20px;
    font-size: 14px;
    display: block;
    padding-bottom: 35px;
    height: 22px;
}

.news-img-left{
	height: 18px;
	width:18px;
	margin-right:10px;
	margin-top: -2px;
}

   .xsdt-img{
     height: 17px;
	width:13px;
	margin-right:10px;
	

}

.news-img-right{
	display:block;
	float:right;
	height: 6.2px;
	width:20px;
	margin-left:10px;
	margin-top:7px
}

.news-a{
	height: calc(calc(100% - 20px) / 2);
    width: 46%;
    padding: 25px 25px 10px 25px !important;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);	 
}

.news-a:hover{
	 background-color:#deeefc;
}


.newsTitleMore {
	float: right;
	text-align: center;
	color: #2496E6 !important;
	width: 140px;
	height: 42px;
	border-radius: 8px;
        background: url(../images/more.png);
        background-size: 100%;
}

 .newsTitleMore-Xsdt {
        display: block;
	margin: 50px auto 0;
	color: #2496E6 !important;
	width: 140px;
	height: 42px;
	border-radius: 8px;
        background: url(../images/more.png);
        background-size: 100%;
}
 .newsTitleMore-Xsdt:hover {
	background-color: #2496E6;
	color: white !important;
        background: url(../images/more_hover.png) !important ;
        background-size: 100% !important;
}

.newsTitleMore-bgw {
	float: right;
	text-align: center;
	color: #2496E6 !important;
	width: 140px;
	height: 42px;
	border-radius: 8px;
        background: url(../images/more_hover.png);
        background-size: 100%;
}


.newsTitleMore:hover {
	background-color: #2496E6;
	color: white !important;
        background: url(../images/more_hover.png) !important ;
        background-size: 100% !important;
}

.newsTitleMore-bgw:hover {
	
        background-size: 100% !important;
}



   .twoLineShow{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

   .oneLineShow{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}

    .threeLineShow{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.main .footerImages {
	margin: 10px auto;
	height: 280px;
	display: inline-block;
}

.main .footerImages ul li {
	display: inline;
	float: left;
	margin-left: 15px;
}

.main .footerImages ul li:first-child {
	margin-left: 0px;
}




   .article {
        margin: 0 auto;
        width: 85%;
    }
    
    .article img {
            margin: 15px 0;
    }


.article p {
        font-size:16px !important;
	line-height: 1.8 !important;
	text-indent: 32px !important;

}

.article span {
	line-height: 1.8 !important;
	font-size: 16px !important;
	text-indent: 32px !important;
}



#vsb_content {
        font-size:16px;
	line-height: 1.8 !important;
}

.pageJump {
	margin-top: 25px;
	text-align: center;
	font-size: 18px !important;
}


.xydtP {
	line-height: 30px;
	height: 90px;
	color: #666666;
}

.ixPartXsdt {
	margin-bottom: 35px;
        height:860px;
       
}

.ixPartGxzy {
	margin-bottom: 35px;
        height:890px;
      
}

.ixPartXydt {
	margin-bottom: 50px;
}

.tpListImg {
	width: 40%;
	float: left;
	padding: 10px 10px 10px 0px;
}

.tpListContent {
	width: 50%;
	float: left;
	padding: 10px;
}

/*===================Link Style============================*/
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: #2b2828;
	outline: none;
	text-decoration: none !important;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

/*===================Common Style============================*/
.fl {
	float: left;
}

.fr {
	height: 20px;
	width: 80px;
	display: block;
	float: right;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}

.wrap {
	width: 1440px;
	margin: 0 auto;
	margin-top: 20px;
}

 .listWrap {
	width: 1400px !important;
        margin: 0 auto;
	margin-top: 20px;
}

.zhengwenWrap {
	width: 1400px;
	margin: 0 auto;
	margin-top: 90px;
}

.wrap .linkbanner {
	display: block;
	width: 260px;
	height: 20px;
	float: right;
	margin-top: 40px;
	text-align: right;
}


.wrap .linkbanner .logoLink {

	height: 40px;
	width: 120px;
	display: block;
	float: left;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}


.bannerLink {
	    border-radius: 10px;
    height: 160px !important;
    width: 1200px;
    background-color: #1457B2;
    opacity: 0.7;
    margin: -12% 0 0 18%;
    z-index: 9999999;
}



  .bannerLinkDiv {
        display:block;
	    padding: 40px;
         width: 16.6%;
         text-align: center;
}

.bannerLinkDiv ::before {
        content: "";
        width: 1px;
        height:50px;
        position: absolute;
        top: 30%;
        left: 0;
        background: rgba(255, 255, 255, 0.1600);
}

.bannerSecondLink:hover{
      transform: scale(1.5);
}



.ovh {
	overflow: hidden;
	line-height: 1.5;
}

.listImg img{
  margin:-3px 10px 0 0 ;
  content:url(../../images/list-hover.png); 
}

.listImg:hover img{
     margin:-3px 10px 0 0 ;
    content:url(../../images/list.png);  
}
 

.listImg-hover img{
    margin:-3px 10px 0 0 ;
  content:url(../../images/list.png); 
}



.textH {

	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textH2 {

	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textH1 {
	color: #366352;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}


.textYqlj {
	color: #666666 !important;
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.fontB {
	font-family: "Microsoft YaHei";
	font-weight: bold;
}

.fontC {
	font-family: "Microsoft YaHei";
}

.color-3 {
	color: #333 !important;
}

.color-6 {
	color: #2b2828 !important;
}

.color-9 {
	color: #999 !important;
}

.color-f {
	color: #fff !important;
}

.color-b {
	color: #1e69c6 !important;
}

.bg-f {
	background-color: #fff;
}

.bg-b {
	background-color: #366352;
}

.bg-e8 {
	background-color: #e8f0f9;
}

.dong {
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.imgH img {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

.imgH:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}

/*============================ Header ============================*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 1rem;
	transition: .3s;
}

.header .headerNav{
	margin: 0 auto;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background:#007BC8;
}

.headerImg {
        height:80PX;
}

.handerLink {
	display: flex;
	justify-content: right;
	opacity: 0.7;
	height: 25px;
        margin-top:30px;
}

.handerLink .linkDiv-short {
	width: 60px;
	color: white;
	display: flex;
	border-right: 2px solid;
	justify-content: center;
}

.handerLink .linkDiv-long1 {
	width:100px;
	color: white;
	display: flex;
	border-right: 2px solid;
	justify-content: center;
}

.handerLink .linkDiv-long2 {
	width:100px;
	color: white;
	display: flex;
	justify-content: center;
}

.navbar_nav {
	height: 50px;
}


.navbar_nav li {
	width: 10%;
	float: left;
	position: relative;
}

.navbar_nav li a {
	font-size: 20px;
	display: block;
	color:rgba(255,255,255,1);
        font-weight: 500;
	line-height: 50px;
        text-decoration: none;
}

.navbar_nav li:hover a {
	color:rgba(238, 174, 41, 1);
}

.navbar_nav li.dropdown {
	display: inherit;
	position: relative;
	z-index: 99;
}



.navbar_nav li.dropdown .dropdown_menu {
	font-size: 18px;
	display: none;
	border-radius: 0 0 4px 4px;
	background: #fff;
	box-shadow: 0 0 5px rgba(30, 105, 198, .5);
	position: absolute;
	 /* top: 70px;*/
	left: 0;
	width: 100%;
	animation: 250ms show1 ease-in;
	-webkit-animation: 250ms show1 ease-in;
	-moz-animation: 250ms show1 ease-in;
}

@keyframes show1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes show1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes show1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

.navbar_nav li.dropdown .dropdown_menu a {
	font-size: 18px;
	display: block;
	width: 100%;
	color: #333;
        font-weight: 500;
	background: #fff;
	padding: 0 10px;
	line-height: 40px;
}

.navbar_nav li.dropdown .dropdown_menu a:hover {
	color:#1459B5;
	font-weight: bold;
}

.navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
}

#navToggle,
.m_nav {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .sousuo {
	padding: 20px 20px 0;
}

.m_nav .sousuo .nr {
	width: 80%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000;
	padding: 0 10px;
}

.m_nav .sousuo .ss {
	width: 20%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #000;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li.dropdown .icon {
	background: url(../images/nav.png) center right no-repeat;
	background-size: 20px;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

/*============================ Footer ============================*/
.footer {
	padding-top: 40px;
	height: 200px;
     
}
        .footer .all{
		height: 110px;
                opacity: 1;
                border-bottom: 1px solid rgba(255,255,255,0.11);
	}

        .footer .ewm {
		float:right;
	}

      .footer .ewm .childDiv {
             text-align:right;
	}


       .footer .ewm .imgP {
           margin-top: 12px;
           font-size: 16px;
           padding-left: 30%;
           text-align: center;
	}

.footer .link a {
	font-size: 16px;
	display: block;
	width: 50%;
	color: #fff;
	float: left;
	margin-bottom: 10px;
}

.footer .link a:hover {
	color: #fff;
}

.footer .info {
	padding-left: 40px;
	padding-top: 5px;
}

.footer .info p {
	margin-bottom: 23px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px;
	font-size: 16px;
	padding-left: 34px;
	font-family: 微软雅黑;
}

.footer .info p.icon1 {
	background-image: url(images/phone.png);
}

.footer .info p.icon2 {
	background-image: url(images/email.png);
}

.footer .info p.icon3 {
	background-image: url(images/address.png);
}

.footer .code img {
	width: 300px;
    border-radius: 4px;

    margin: -250px  0 0 0;
}

.footer .copy {
	color: rgba(255, 255, 255, .3);
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 10px 0;
	margin-top: 10px;
}

/*============================ Index ============================*/
.ixTit {
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.ixTit span {
	display: inline-block;
	font-size: 14px;
}

.ixTit span em {
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}

.ixTit a {
	display: inline-block;
	margin-top: 6px;
}



.ixPart1 {
	padding-bottom: 10px;
        height:500px;
        margin-top:170px;
        margin-bottom:50px;
}

.xwSlide .box {
	display: block;
	position: relative;
}

.xwSlide .box .txt {
	width: 100%;
	color: #fff;
	padding: 15px 10% 15px 25px;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.xwSlide .box img {
	max-height: 500px !important;
}

.xwSlide .box:hover .txt {
	background: rgba(0, 0, 0, .6);
}

.ixPart1 .part1 {
	margin-left: 35px;
}

.ixPart1 .part1 .box {
	display: block;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #e6f1f8;
}

.ixPart1 .part1 .box .img img {
	width: 100%;
}

.ixPart1 .part1 .box .txt {
	margin-left: 15px;
	line-height: 22px;
}

.ixPart1 .part1 .box .txt span {
	display: block;
}

.ixPart1 .part1 .box .txt em {
	display: block;
	margin-top: 6px;
}

.ixPart1 .part1 .box:hover .txt span,
.ixPart2 .partL .box:hover .txt span,
.ixPart2 .partR .box1:hover .txt span,
.ixPart2 .partR .box2:hover span,
.ixPart3 a:hover {
	color: #035399 !important;
}

.ixPart1 .part2 {
	margin: 0 -13px;
}

.ixPart1 .part2 .col-sm-2 {
	width: 20%;
}

.ixPart1 .part2 a {
	display: block;
	margin: 30px 13px 0;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	border-radius: 4px;
	background-position: center left 16px;
	background-repeat: no-repeat;
	background-size: 52px;
	padding-left: 90px;
}


.ixPart2 {
	height:730px;
	padding:10px 0 20px 0;
}

.ixPart2 .partL {
	height: 500px;
	padding: 10px 10px 0 5px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 20px;
}

.ixPart2 .partR {
	height: 500px;
	padding: 10px 10px 0 5px;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 20px;
}



.ixPart2 .partR .box1 {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #E6F1F8;
}

.ixPart2 .partR .box1 .img img {
	width: 100%;
	max-height: 150px;
	min-height: 150px;
}

.ixPart2 .partR .box .date {
	font-size: 14px;
	margin-right: 15px;
	border-radius: 4px;
}

.ixPart2 .partR .box1 .txt {
        min-height: 155px;
	padding: 5px 0 0 25px;
}

.ixPart2 .partR .box1 .txt span {
	display: block;
}

.ixPart2 .partR .box1 .txt p {

	line-height: 28px;
	margin: 5px 0;
}

.ixPart2 .partR .box2 {
	display: block;
	padding: 11px 0 11px 0px;
	border-bottom: 1px solid #E6F1F8;
}

.ixPart2 .partR .box2 span {
        font-size:16px;
	display: block;
	float: left;
}

.ixPart2 .partR .box2 p {
	height: 60px;
	line-height: 1.8;
	position: relative;
}

.ixPart2 .partR .box2 p em {
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ixPart2 .partL .box1 {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #E6F1F8;
}

.ixPart2 .partL .box1 .img img {
	width: 100%;
	max-height: 150px;
	min-height: 150px;
}

.ixPart2 .partL .box1 .txt {
        min-height: 155px;
	padding: 5px 0 0 25px
}

.ixPart2 .partL .box1 .txt span {
	display: block;
}

.ixPart2 .partL .box1 .txt p {

	line-height: 28px;
	margin: 5px 0;
}

.ixPart2 .partL .box2:hover {
	color:#366352;
}

.ixPart2 .partL .box2 {
	display: block;
	padding: 11px 0 11px 0px;
	border-bottom: 1px solid #E6F1F8;
}

.ixPart2 .partL .box2 span {
        font-size:16px;
	display: block;
	float: left;
}

.ixPart2 .partL .box2 p {
	height: 60px;
	line-height: 1.8;
	position: relative;
}

.ixPart2 .partL .box2 p em {
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ixPart3 {
	padding: 0 0 50px 0;
}

.ixPart4 {
	padding: 20px 0;
	background-color: #efefef;
}

.ixPart3 a {
        font-size:14px;
	display: block;
	margin-top: 20px;
}

 .tzggPart{
   height: 680px;
    padding: 10px 0 20px 0;
}

 .neirongL{
    width: 74%;
    margin-top:20px;
    margin-bottom:20px;
    float: left;
    border: 1px dashed #cccccc !important;
    padding:10px;
}


/*============================ Others ============================*/


.neirong {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	padding: 10px;
        min-width:100%;
}

.neirongR {
	width: 24%;
	margin-top: 20px;
	margin-left: 2%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
	border: 1px dashed rgb(204, 204, 204) !important;
	border-radius: 4px;
}


.article p {
        font-size:16px;
	line-height: 1.8 !important;
	text-indent: 32px !important;

}

.article span {
	line-height: 1.8 !important;
	font-size: 16px !important;
	text-indent: 32px !important;
}

.inLeft {
	margin: 15px 0;
        background-image: url(../images/menuNameBg.png);
            background-size: cover;
    width: 41%;
    height: 90px;
    position: relative;
    margin-top: -140px;
}

.inLeft .tit {
	text-align: left;
	font-size: 36px;
	padding-left: 62px;
	color: white;
	line-height: 90px;
	font-weight: 600;
	border-bottom: 1px solid;
}

.inLeft .link a {
	font-size: 22px;
	display: block;
	padding-left: 75px;
	text-align: left;
	line-height: 68px;
	background-color: #e8f1fc;
	letter-spacing: 5px;
	background-image: url(../images/list-hover.png);
	background-repeat: no-repeat;
	background-position: 50px center;
        border-bottom: 1px dashed #1459B5;
}

.inLeft .link a.slt,
.inLeft .link a:hover {
	color: #fff;
	background-image: url(../images/list.png);
	background-color:#1459B5;
	text-decoration: none;
}

.einLeft {
	margin: 15px 0;
}

.einLeft .tit {
	text-align: left;
	font-size: 36px;
	padding-left: 62px;
	color: white;
	line-height: 120px;
	font-weight: 600;
	border-bottom: 1px solid;
	background-color:#1459B5;
}

.einLeft .link a {
	font-size: 22px;
	display: block;
	padding-left: 75px;
	text-align: left;
	line-height: 68px;
	background-color: #e8f1fc;
	letter-spacing: 5px;
	background-image: url(../images/list-hover.png);
	background-repeat: no-repeat;
	background-position: 20px center;
        border-bottom: 1px dashed #1459B5;
}

.einLeft .link a.slt,
.einLeft .link a:hover {
	color: #fff;
	background-image: url(../images/list.png);
	background-color:#1459B5;
	text-decoration: none;
}

.inRight {
	margin: 5px 0 40px 40px;
}

.inRight .loca {
	border-bottom: 1px solid #e8f0f9;
	padding-bottom: 10px;
}

.inRight .loca .l span {
	display: block;
	font-size: 28px;
	text-align: center;
}

.inRight .loca .l p {
	margin-top: 5px;
}

.inRight .loca .r.m {
	margin-top: 30px;
}

.inRight .loca .r a:hover {
	color: #1E69C6 !important;
}



.inRight .list .box {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #E8F0F9;
}

.inRight .list .box em {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 4px;
}

.inRight .list .box span {
	display: block;
	float: left;
	font-size: 18px;
	margin: 12px 0 3px;
}

.inRight .list .box:hover span {
	color: #366352;
}

.inRight .cont {
	line-height: 32px;
	padding: 10px 0;
}

.inRight .cont img {
	max-width: 100%;
}

.inRight .cont a:hover {
	color: #1e69c6;
}

.fenye em,
.fenye span,
.fenye a {
	display: inline-block;
	margin: 0 6px;
	line-height: 36px;
	border-radius: 4px;
}

.fenye span,
.fenye a {
	background: #e8f0f9;
	width: 36px;
}

.fenye a.l {
	width: 70px;
}

.fenye span,
.fenye a:hover {
	color: #fff;
	background: #1e69c6;
}

/*============================ 濯掍綋鏌ヨ ============================*/
.mobHide {
	display: block;

}

.pcHide{
 display:none;
}

.mobShow {
	display: none;
}

@media (max-width: 1200px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 900px) {
	.mobHide {
		display: none !important;
	}

       .pcHide{
            display:none !important;
       }

	.mobShow,
	.m_nav {
		display: block;
	}

	.header {
		height: 54px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

       .headerImg {
             width: 270px;
              height:50px;
       }

	#navToggle {
		height: 100%;
		display: inline-block;
		float: right;
	}

	#navToggle span {
		display: block;
		position: relative;
		width: 34px;
		height: 34px;
		background: url(../images/menu.png) no-repeat;
		background-size: contain;
		right: 8px;
	}

	.main {
		margin-top: 54px;
	}

}

@media (max-width:767px) {

.tzggImg { 
    width: 355px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
}

   .backgroundArea{
     width: 360px;
    height: 185px;
}



.zhengwenWrap {
	width:100% !important;
	margin: 0 auto;
	margin-top: 20px;
}

 .listWrap {
	width: 100% !important;
}

  .listLink{
    margin-top:0px;
   }

 .neirongL{
    width: 100%;
   
}

.mobHide {
		display: none !important;
	}
       .pcHide{
display:block !important;
}

.header .headerNav{
        padding: 20px 10px -0 10px;
}

   .leftNewsTitle{
         margin-top: 247px;
         width: 100%;
   }

    .leftNewsTxt{
width: 105%;
}



      .leftNewsImg{
    height:516px !important;
}   
.news-a{
	background-color:#ededeb;
	height: calc(calc(100% - 20px) / 2);
	 padding: 25px 25px 10px 25px !important;
	 border-radius: 10px;
	 margin:10px 0;
             width: 100%;
}

   .tzggPart{
    height:100%;
}

    .footer .code img {
	width: 200px;
    border-radius: 4px;
     margin:0;
    }

        .tzgg { 
   width: 94%;
    height: 155px;
    background-color: #ededeb;
    padding: 15px !important;
    border-radius: 10px;
    margin: 10px 1% 1% 3%;
}

     .xyxwImg{
      width:306px !important;
    } 

         .inLeft .tit{
         padding-left: 15px;
        }

	.tpListImg {
		width: 100%;
		float: left;
		padding: 10px 10px 10px 0px;
	}

	.tpListContent {
		width: 100%;
		float: left;
		padding: 10px;
	}


	.dqwz {
		display: none;
	}

	.neirong .img_vsb_content {
		width: 318px !important;
		text-indent: 0 !important;
		height: auto !important;
	}

	#vsb_content img {
		width: 308px !important;
		text-indent: 0 !important;
		height: auto !important;
                margin-left: -35px;
	}

	.xydt_date {
		margin-top: 160px;
	}


	.xydtP {
		height: 130px;
	}

	#list_title {
		display: block;
		float: left;
		width: 330px;
		overflow: hidden;
		white-space: nowrap;
	}

	#list_span {
		display: none !important;
	}

	.inLeft .link a {
		background-image: none;
	}

	.pageJump {
		margin-top: 25px;
		text-align: center;
		font-size: 12px !important;
	}


	.inLeft .link a.slt,
	.inLeft .link a:hover {
		background-image: none;
	}

	.wrap {
		padding: 0;
                margin:0;
	}

	.wrap .handerLink{
		display: none !important;
	}

	.footer {
		font-size: 12px;
		padding: 10px 10px 0;
                height:255px;
	}

	.footer .copy {
		padding: 5px 0;
	}
         
               .footer .all{

                    border-bottom:none;
	       }

       .footer .ewm {
		float:none; 

	}
       
               .footer .ewm .childDiv {
             text-align:center;
	}

      .footer .ewm .imgP {
            margin-top: 12px;
            font-size: 16px;
            text-align: center;
            padding-left: 0;
	}
       


	.ixTit {
		font-size: 12px;
	}

	.fl fontC color-9 text-uppercase {
		padding-left: 10px !important;
	}

	.ixPart1 {
		padding: 15px 15px 10px;
                height: 205px !important;
	}

	.xwSlide .box .txt {
		padding: 10px 20% 10px 10px;
	}

	.slick-slide img {
		width: 100% !important;
		height: 180px !important;
	}


	.slick-dots {
		padding: 0 10px;
		bottom: 10px;
	}

	.slick-dots li {
		width: 8px;
		height: 8px;
		margin-left: 5px;
	}

	.ixPart1 .part1 {
		margin: 20px 0 0;
	}

	.ixPart1 .part1 .box {
		padding: 8px 0;
	}

	.ixPart2 .partL .box1 {
		margin-bottom: 5px;
		padding-top: 5px;
	}

	.xydt_img {
		overflow: hidden;
		transition: all 1s;
		width: 100%;
		height: 210px;
	}

        

	#xydt {
		padding: 0 !important;
	}

	.xwdt {
		font-size: 14px;
		line-height: 20px !important;
		margin-left: 5px;
		height: 60px;
		text-overflow: ellipsis;
	}



	.neirongR {
		display: none !important;
	}

	.neirong {
		width: 100% !important;
	}

	.main .footerImages {
		height: 1120px;
	}

	.main .footerImages ul li a img {
		width: 100%;
	}

	.main .footerImages ul li:first-child {
		width: 100%;
	}

	.main .footerImages ul li {
		margin-left: 0px;
		width: 100%;
	}

	.ixParttp {
		padding: 0 15px 15px 15px;
	}

	.ixPart1 .part1 .box .img {
		margin-right: 12px;
	}

	.ixPart1 .part1 .box .txt {
		margin: 0;
	}

	.ixPart1 .part1 .box .txt p {
		margin: 4px 0;
	}

	.ixPart1 .part1 .box .txt em {
		margin-top: 7px;
	}

	.ixPart1 .part2 {
		margin: 0 -7px;
	}

	.ixPart1 .part2 .col-sm-2 {
		width: 50%;
	}

	.ixPart1 .part2 a {
		line-height: 70px;
		margin: 15px 7px 0;
		background-size: 40px;
		padding-left: 66px;
	}

	.ixPart2 {
               height: 220px;
		padding: 0 15px 20px 15px;
	}

	.ixPart2 .partL,
	.ixPart2 .partR {
		height: auto;
		margin: 10px 0;
		padding: 15px 0px 10px;
	}


	.ixPartXydt {
		height: auto;
		margin: 10px 0;
		padding: 15px 10px 10px;

	}

	.ixPart2 .partL .box {
		margin-bottom: 5px;
		padding-top: 10px;
	}

	.ixPart2 .partL .box .date span {
		font-size: 30px;
	}

	.ixPart2 .partL .box2 {
		padding: 8px 0;
	}

	.ixPart2 .partR .box1 .txt {
		margin-top: 0;
	}

	.ixPart2 .partR .box1 .txt p {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		margin: 2px 0 0;
	}

	.ixPart2 .partR .box1 .txt em {
		font-size: 12px;
	}

	.ixPart2 .partR .box2 {
		padding: 10px 0 12px 16px;
		background-position: 0 18px;
	}

	.ixPart2 .partR .box2 p {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		margin-top: 2px;
	}




	.ixPart3 {
		display: none;
	}



	.inLeft {
		margin: 20px 15px;
	}

	.inLeft .link {
		margin: 0 -2%;
	}

	.inLeft .link a {
		width: 46%;
		float: left;
		line-height: 40px;
		padding: 0 10px;
		margin: 2% 2% 0;
	}

	.inRight {
		margin: 15px 15px 0 10px;
	}

	.inRight .loca {
		padding-bottom: 5px;
	}

	.inRight .loca .l p {
		font-size: 12px;
	}

	.inRight .loca .r {
		font-size: 12px;
	}

	.inRight .loca .r.m {
		margin-top: 10px;
	}

	.inRight .list .box {
		font-size: 14px;
		padding: 10px 0;
	}

	.inRight .list .box em {
		font-size: 12px;
		line-height: 24px;
		padding: 0 6px;
	}

	.inRight .list .box span {
		font-size: 16px;
		margin: 10px 0 0;
	}

	.inRight .cont {
		font-size: 14px;
		line-height: 24px;
	}

	.fenye em {
		display: none;
	}

	.fenye span,
	.fenye a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 0 3px;
		line-height: initial;
	}

	.fenye a.l {
		width: 50px;
	}

}