body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}


/* 酌情修改 */
body {
    background: #fff;
    color: #2c2c2c;
    position: relative;
    font-size: 14px;
    font-family: "微软雅黑";
   /* max-width: 1920px;  */
    margin: 0 auto;
    min-width:1500px;
   
}


.f-left{
    float: left;
}

.f-right{
    float: right;
}


/* ------------- */





.header .top-bg{
    width: 100%;
    height: 150px;
    background: url(../img/top-bg.png) no-repeat;
}


.header .top h1 a img{
    width: 100%;
}

.header .top h1{
    margin-top: 30px;
}


.header .top .f-seach{
    margin-top: 50px;
    position: relative;
}



.header .top .f-seach input {
	border: none;
}

.header .top .f-seach input.search-in {
	height: 40px;
	width: 230px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #0D59AA;
	color: #ababab;
	font-size: 14px;
	padding-left: 20px;
	outline: none;
}

.header .top .f-seach input.search-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	border: none;
	width: 15px;
	height: 15px;
}

/* Safari锛孋hrome WebKit browsers */
.search input::-webkit-input-placeholder {
	color: #ababab;
}

/* 鐏嫄 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
	color: #ababab;
}

/* 鐏嫄 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
	color: #ababab;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
	color: #ababab;
}


/* 导航 */
		
.wrap_all{
	width:100%;
    height: 60px;
    margin:0px auto;
	position:relative;
	display:table;
    background: #3D64AA;
	}

#top{
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    height: 100%;
	}
	
.navwrap{
    height:60px;
	line-height:60px;
	position:absolute;
	font-size:12px;
	z-index:6;
	}

#top #nav{
	float:left;
	height:60px;
	line-height:60px;
	padding-left:13px;
}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;

}


#top #nav a{
    height: 60px;
    display: block;
    padding: 0 35px;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	}

#top #nav ul a{
	line-height:33px; 
}

#top #nav li{
	float:left;
	position:relative;
	z-index:20;
    height: 100%;
}

#top #nav li li{
    border-left: none;
    margin-top: 0;
    width: 100%;
    text-align: center;
}

#top #nav ul {
	position:absolute;
	display:none;
	width: 120%;
    top: 60px;
	left:-10px;

}

#top #nav li ul a{
	width: 100%;
    float: left;
    height: 45px;
    line-height: 45px;
    background: rgba(61, 100, 170, 0.6);
    box-sizing: border-box;
    border-top: 1px solid rgba(137, 177, 226, 0.7);
    backdrop-filter: blur(10px);
    padding: 0;
    text-align: center;
}



#top #nav ul ul{
	top:auto;
	border-top:none;
}	

#top #nav li ul ul {
	left:133px;
	top:0px;
}

#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
  	display:none;	
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
}






/*naviagation*/

#top #nav ul {
	/* border:1px solid #DFDFDF; */
	border-top:none;
}




#top  #nav ul a:hover, #top  #nav ul a:focus {
	background: rgba(61, 100, 170, 0.75);
	color:#fff;
}

#top  #nav a:hover, #top  #nav a:focus {
	color:#fff;
}


#top #nav .current_page_item a{
	color:#fff;
}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
}

#top #nav li ul  li ul li a{
    background: rgba(61, 100, 170, 0.3);
}

#top #nav li.onx{
    background: #fff;
    border-top: 1px solid #e2e2e2;
}

#top #nav li.onx a.nav-one{
    background: #fff;
    color: #0D59AA;
    font-weight: bold;
}

#top #nav li:hover{
    background: #fff;
    border-top: 1px solid #e2e2e2;
}

#top #nav li:hover a.nav-one{
    background: #fff;
    color: #0D59AA;
    font-weight: bold;
}


/* ------ */

.banner .swiper-pagination{
    bottom: 30px;
    width: 100%;
    text-align: center;
}


.banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active{
    background: #5675AD;
    opacity: 1;
}

.banner  .swiper-wrapper  .swiper-slide a img{
    width: 100%;
}


/* --- */

.column{
    width: 100%;
    height: 40px;
    padding-bottom: 40px;
    padding-top: 80px;
}

.column .col-title img{
    display: inline-block;
    margin-bottom: 10px;
}

.column .col-title a{
    display: inline-block;
}

.column .col-title a p.name{
    font-size: 30px;
line-height: 34px;
color: #3D3D3D;
display: inline-block;
margin: 0 5px 0 15px;
}


.column .col-title a p.en{
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    color: rgba(170, 170, 170, 0.8);
    text-transform: uppercase;
    position: relative;
    top: -5px;
}

.column .col-more a{
    font-size: 14px;
line-height: 34px;
color: #999;
}




/*  */
.newslist .imglist .bd ul li .img{
    overflow: hidden;
}

.newslist .imglist .bd ul li .img img{
    width: 680px;
    height: 385px;
    display: block;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.newslist .imglist .bd ul li a:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.newslist .imglist .bd ul li a:hover  .title{
    color: #3D64AA;
}




.newslist .imglist .bd ul li .text{
    margin-top: 30px;
    float: right;
}

.newslist .imglist .bd ul li .dete{
    float: left;
    width: 91px;
    height: 91px;
    background: url(../img/imglist-dete-bg.png) no-repeat;

}

.newslist .imglist .bd ul li .title{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #3D3D3D;

}

.newslist .imglist .bd ul li .desc{
    font-size: 16px;
    line-height: 35px;
    color: #999;
}
.newslist .imglist .bd ul li .d{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding-right: 5px;
}

.newslist .imglist .bd ul li .y{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    padding-right: 5px;
}

.newslist .imglist .bd ul li .content{
    width: 589px;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
}

.newslist .imglist{
    width: 680px;
    position: relative;
}

.newslist .imglist .hd ul li{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.newslist .imglist .hd ul li.on{
    background: #3D64AA;
}

.newslist .imglist .hd{
    position: absolute;
    bottom: 140px;
    width: 100%;
    text-align: center;
}

.newslist .infolist{
    width: 690px;
}

.newslist .infolist ul li a{
    font-size: 18px;
color: #3D3D3D;
display: inline-block;
margin-bottom: 15px;
position: relative;
padding-left: 20px;
}

.newslist .infolist ul li a::after{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../img/infolist-li-bg.png) no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}

.newslist .infolist ul li a:hover{
    color: #5675AD;
}

.newslist .infolist ul li a:hover::after{
    background: url(../img/infolist-li-bg-on.png) no-repeat;
}

.newslist .infolist ul li .dete span{
    font-size: 16px;
color: rgba(102, 102, 102, 0.8);
}

.newslist .infolist ul li .dete .xian{
    display: inline-block;
    height: 1px;
    width: 580px;
    background: #D8D8D8;
    margin-bottom: 5px;
}

.newslist .infolist ul li{
    margin-bottom: 30px;
}

.newslist .infolist ul li:hover .dete .xian{
    background: #5675AD;
}


/* -- */

.con-tzgg{
       width: 100%;
    height: 484px;
    background: url(../img/tzgg-bg.png) center no-repeat;
    position: relative;
    background-size: cover;
}

.tzgglist .bd ul {
    padding-top: 32px !important;
}

.tzgglist .bd ul li{
    width: 445px;
    height: 170px;
    background: #fff;
    margin-right: 33px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    position: relative;
    border: 1px solid #fff;
}

.tzgglist .bd ul li .title a{
    font-size: 18px;
font-weight: normal;
line-height: 35px;
letter-spacing: 0em;
color: #3D3D3D;
}
.tzgglist .bd ul li .title{
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    margin-top: 75px;
}

.tzgglist .bd ul li .dete{
    position: absolute;
    top: -32px;
    left: 180px;
    width: 84px;
    height: 84px;
    display: inline-block;
    background: url(../img/tzgg-dete-bg.png) no-repeat;
}

.tzgglist .bd ul li .dete .d{
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
color: #FFF;
}

.tzgglist .bd ul li .dete .y{
    text-align: center;
    font-size: 14px;
color: #FFFFFF;
}



.con-tzgg .tzgglist{
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.con-tzgg .tzgglist .hd{
    margin-top: 45px;
    width: 100%;
    text-align: center;
}

.con-tzgg .tzgglist .hd ul li{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.con-tzgg .tzgglist .hd ul li.on{
    background: #3D64AA;
}

.tzgglist .bd ul li:hover{
    border: 1px solid #5675AD;
}


.tzgglist .bd ul li:hover .title a{
    color: #5675AD;
}


/* --- */

.jxkylist .itemlist{
    width: 690px;
    float: left;
}

.jxkylist .itemlist .item{
    width: 330px;
    height: 175px;
    float: left;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}  



.jxkylist .itemlist .item1{
    width: 310px;
height: 155px;
box-sizing: border-box;
border: 1px solid #CBCBCB;
text-align: center;
}

.jxkylist .itemlist .item .title a{
    font-size: 18px;
line-height: 35px;
color: #3D3D3D;
}

.jxkylist .itemlist .item .title{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 25px;
}


.jxkylist .itemlist .item .dete{
    width: 110px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
    background: url(../img/jxky-dete-bg.png) no-repeat;
}

.jxkylist .itemlist .item:hover{
    border: 1px solid #5675AD;
}

.jxkylist .itemlist .item:hover .item1{
    border: 1px solid #5675AD;
}

.jxkylist .itemlist .item:hover .dete{
    background: url(../img/jxky-item-dete-bg.png) no-repeat;
}

.jxkylist .itemlist .item:hover .title a{
    color: #5675AD;
}
.jxkylist .imglist {
    width: 680px;
    float: right;
    position: relative;
}

.jxkylist .imglist ul li {
    position: relative;
    width: 680px;
}

.jxkylist .imglist ul li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(1, 1, 1, 0.6);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
}

.jxkylist .imglist ul li a .img{
    overflow: hidden;
}

.jxkylist .imglist ul li a .img img{
    width: 680px;
    height: 385px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.jxkylist .imglist ul li a:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.jxkylist .imglist ul li a:hover .title{
    background: rgba(86,117,173,0.6);
}



.jxkylist .imglist .hd{
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 10px;
    display: inline-block;
}

.jxkylist .imglist .hd ul li{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.jxkylist .imglist .hd ul li.on{
    background: #3D64AA;
}

.adv-img{
    margin-top: 50px;
}

.adv-img .advlist{
    position: relative;
}

.advlist a.prev{
    width: 17px;
    height: 33px;
    display: inline-block;
    background: url(../img/left_btn4.png) no-repeat;
    position: absolute;
    left: -1px;
    top: 40%;
}

.advlist a.next{
    width: 17px;
    height: 33px;
    display: inline-block;
    background: url(../img/right_btn4.png) no-repeat;
    position: absolute;
    right: -1px;
    top: 40%;
}


.adv-img .advlist .bd ul li .img{
    overflow: hidden;
}

.adv-img .advlist .bd ul li .img img{
    width: 100%;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.adv-img .advlist .bd ul li .img    img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

/* --- */

.con-djs .djlist .dj-left{
    width: 690px;
}

.con-djs .djlist .dj-left .item{
    float: left;
    width: 335px;
    position: relative;
    margin-right: 20px;
}

.con-djs .dj-left .item:nth-child(2){
    margin-right: 0;
}

.con-djs .dj-left .item .img{
    overflow: hidden;
}

.con-djs .dj-left .item .img img{
    width: 335px;
    height: 190px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.con-djs .dj-left .item:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.con-djs .dj-left .item:hover  .text .title{
    color: #0D59AA;
}


.con-djs .dj-left .item .text{
    margin-top: 20px;
}

.con-djs .dj-left .item .text .title{
    font-size: 18px;
    line-height: 35px;
    color: #3D3D3D;
}

.con-djs .dj-left .item .text .desc{
    font-size: 14px;
    line-height: 35px;
    color: #999;
}

.con-djs .dj-left .item .dete{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
height: 60px;
background: rgba(86, 117, 173, 0.9);
}

.con-djs .dj-left .item .dete .d{
    line-height: 24px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.con-djs .dj-left .item .dete .y{
    font-size: 12px;
    color: #fff;
    text-align: center;
}





.con-djs .djlist .dj-right{
    width: 670px;
}

.con-djs .dj-right ul li{
    height: 69px;
    margin-bottom: 20px;
}

.con-djs .dj-right ul li .dete{
    float: left;
}


.con-djs .dj-right ul li .dete{
    width: 69px;
    height: 69px;
  
}

.con-djs .dj-right ul li .title{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
    line-height: 30px;
}

.con-djs .dj-right ul li .desc{
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: 0em;
    color: #999;
}

.con-djs .dj-right ul li .text{
       margin-left: 85px;
}

.con-djs .dj-right ul li .d{
    font-size: 24px;
    font-weight: 400;
    color: #5675AD;
    text-align: center;
    margin-top: 10px;
}

.con-djs .dj-right ul li .y{
    color: #5675AD;
    font-size: 12px;
    text-align: center;
}

.con-djs .dj-right ul li.onx .dete{
    background: url(../img/dj-dete-bg.png) no-repeat;
}

.con-djs .dj-right ul li.onx .d{
    color: #fff;
}

.con-djs .dj-right ul li.onx .y{
    color: #fff;
}

.con-djs .dj-right ul li.onx  .title{
    color: #5675AD;
}


/* -- */
.con-mainft{
    width: 100%;
    min-height: 670px;
    background: url(../img/main-ft-bg.png) no-repeat;
}

.szdwlist .bd ul li .img{
    overflow: hidden;
}

.szdwlist .bd ul li .img img{
    width: 180px;
    height: 240px;
}

.szdwlist .bd ul li{
    width: 200px !important;
height: 288px;
background: #FFFFFF;
margin-right: 110px;
box-sizing: border-box;
margin-left: 15px;
    padding: 10px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.1);

}

.szdwlist .bd ul li .title{
    font-size: 18px;
font-weight: normal;
line-height: 34px;
text-transform: uppercase;
letter-spacing: 0em;
color: #3D3D3D;
width: 100%;
    text-align: center;
}

.szdwlist{
    position: relative;
}

.szdwlist  a.prev{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/szdw-qh-l.png) no-repeat;

    position: absolute;
    top: 115px;
    left: 0;
}


.szdwlist  a.next{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/szdw-qh-r.png) no-repeat;

    position: absolute;
    top: 115px;
    right: 0;

}

.szdwlist .bd{
    padding: 0 65px;
}

.szdwlist .bd  .tempWrap{
    width: 1270px !important;
}

.szdwlist .bd ul li:hover{
    background: #5675AD;
}

.szdwlist .bd ul li:hover .title{
    color: #fff;
}

.tsgz .item1{
    width: 445px;
}

.tsgz .item1 a .img img{
    width: 445px;
    height: 250px;
}

.tsgz .item1 a .title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
color: #3D3D3D;
border: 1px solid #E1E1E1;
border-top: none;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.tsgz .item1 a:hover .title{
    background: rgba(86, 117, 173, 0.8);
    color: #fff;
}

.tsgz .item1 a .img{
    overflow: hidden;
}

.tsgz .item1 a .img img{
    width: 445px;
    height: 250px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}


.tsgz .item1 a:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}



.tsgz .item2{
    width: 500px;
    overflow: hidden;
    display: inline-block;
    margin-left: 30px;
}

.tsgz .item2 ul li{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.tsgz .item2 ul li .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
background: rgba(0, 0, 0, 0.5);
font-size: 14px;
color: #fff;
}

.tsgz .item2 ul li .img{
    overflow: hidden;
}

.tsgz .item2 ul li  .img img{
    width: 230px;
    height: 130px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.tsgz .item2 ul li a:hover .title{
    background: rgba(86, 117, 173, 0.8);
}

.tsgz .item2 ul li a:hover  .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.tsgz .item3{
    width: 400px;
}

.tsgz .item3 a .img{
    overflow: hidden;
}

.tsgz .item3 a .img img{
    width: 400px;
    height: 285px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}


.tsgz .item3 a:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.footer{
    width: 100%;
height: 210px;
background: #3D64AA;
}

.footer .yw-logo{
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.footer .yw-logo a{
    display: inline-block;
}

.footer .banq{
    margin-top: 10px;
}

.footer .banq p{
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.footer .banq p img{
    display: inline-block;
}

.footer .banq a{
    color: rgba(255, 255, 255, 0.6);
}




.nei-banner img{
    width: 100%;
}

.main-content .nei-left{
    width: 260px;
    height: auto;
    position: relative;
    top: -92px;
}


.main-content .nei-left .sub-name{
    height: 90px;
    line-height: 90px;
    font-size: 36px;
    text-align: center;
color: #FFF;
background: rgba(61, 100, 170, 0.7);
border: 1px solid rgba(137, 177, 226, 0.8);
}

.main-content .nei-left .sub-list ul li{
    background: #fff;
    /* height: 80px; */
    line-height: 80px;
    border: 1px solid #E2E2E2;
    text-align: center;
    border-top: none;
}

.main-content .nei-left .sub-list ul li a{
    font-size: 24px;
line-height: 36px;
color: #333;
}


/* 内页三级 */

.main-content .nei-left .sub-list ul li i {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    /* transform: rotate(-90deg); */
    transition: all ease 0.5s;
    position: relative;
    top: 5px;
    left: 15px;
    background: url(../img/sub-jiant.png) no-repeat;
}



.main-content .nei-left .sub-list ul li ul{
    display: none;
}

.main-content .nei-left .sub-list ul li ul li a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.main-content .nei-left .sub-list ul li i.sjj_nav_i_se{
    /* transform: rotate(0); */
    transform: rotate(90deg);
    transition: all ease 0.5s;
    top: 10px;
}


.main-content .nei-left .sub-list ul li ul li{
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #f5f5f5;
}



.main-content .nei-left .sub-list ul li a{
    font-size: 22px;
    color: #333;
}

.main-content .nei-left .sub-list ul li a.on{
    color: #1369d4;
}

.main-content .nei-left .sub-list ul li a:hover{
    color: #1369d4;
}
.main-content .nei-left .sub-list ul li a.on{
    color: #2C5298;
}

.main-content .nei-left .sub-list ul li a:hover{
    color: #2C5298;
}

.main-content .nei-left .sub-list ul li.on{
    background: #F0F0F0;
}

.main-content .nei-right .nei-weizhi p{
    width: 100%;
    font-size: 16px;
   color: #3D3D3D;
    line-height: 36px;  
    padding: 17px 0;
    border-bottom: 1px solid #D8D8D8;
}

.main-content .nei-right .nei-weizhi p a{
    width: 100%;
    font-size: 16px;
   color: #3D3D3D;
    line-height: 36px;  
}

.main-content .nei-right .nei-weizhi p span{
    color: #3D64AA;
}

.w-1095{
    width: 1095px;
}















