@charset "utf-8";
/*common*/

 html {
    color: #333;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline:none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body{
	background: #fff;
	font-family: "微软雅黑";
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
   

input, select, textarea {
    font-size: 100%;
}
 button, input, select, textarea {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
} 

/* 去除默认边框 */
img {
    border: 0;
    max-height: 100%;
    max-width: 100%;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
    list-style: none;
    margin-top: 0;
	margin-bottom: 0;
}


/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before, q:after {
    content: '';
}


em,
i {
	font-style: normal;
}

/* 默认不显示下划线，保持页面简洁 */
ins, 
a ,
a:hover,
a:active,
a:focus{
    text-decoration: none;
}
 
a{
	color: #666;
}

.i-m2-btn1{
	-webkit-box-shadow: 0px 2px 4px 2px rgba(195,213,240,0.8);
	box-shadow: 0px 2px 4px 2px rgba(195,213,240,0.8);
}

.i-m2-btn2{
	-webkit-box-shadow: 0px 2px 4px 2px rgba(238,238,238,0.8);
	box-shadow: 0px 2px 4px 2px rgba(238,238,238,0.8);
}

.i-m2-btn2{
	border: 0;
}


.i-footer-icon{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}



.i-nav a:hover {
	text-decoration: underline;
}


.i-nav a:hover{
	color: #3875d4;
}

.i-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
}

.i-icon img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}



/*index*/

.i-top-wrap{
	background: #1e88e2 url(../../images/i-topWrap-bg_04.png) center no-repeat;
	background-size: 100% 100%;
}

.i-topBar{
	min-height: 50px;
	background: rgb(18,124,214,0.5);
	overflow: hidden;
	padding: 9px 0;
}

.i-topBar a{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}


.i-topBar-left{
	float: left;
	white-space: nowrap;
}

.i-topBar-left a{
	margin-right: 8%;
	
}

.i-topBar-left a:last-child{
	margin-right: 0;
}


.i-topBar-left i{
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	top: -1px;
}

.i-topBar-left i img{
	width: 100%;
	height: 100%;
}

.i-topBar-right{
	text-align: right;
	white-space: nowrap;
}

.i-topBar-right i{
	margin: 0 2%;
	color: #68ace6;
}



.i-top{
	overflow: hidden;
	/*padding: 2% 0;*/
	position: relative;
}
.posi-r{
	position: relative;
}
.i-logo{
	width: 26%;
	float: left;
	margin: 2% 0;
}

.i-logo img,
.i-top-right img{
	width: 100%;
}
.i-top-right{
	position: absolute;
	/*width: 33%;*/
	right: 0;
	height: 100%;
	top: 0;
	z-index: 3;
}


.i-navWrap{
	width: 100%;
	
	
}
.i-navbar{
	margin-bottom: 0;
}

.i-navWrap,
.i-navbar,
.i-navbar .navbar-collapse{
	background: #418cce;
	border-color: #418cce;
}
.i-navbar .navbar-nav>li{
	position: relative;
}
.i-navbar .navbar-nav>li>a{
	color: #fff;
	font-size: 16px;
	padding: 10% 0;
	line-height: 22px;
}
.i-navbar .navbar-nav>li:hover>a,
.i-navbar .navbar-nav>.active>a:hover,
.i-navbar .navbar-nav>li>a:focus,
.i-navbar .navbar-nav>.active>a{
	font-weight: bold;
	color: #fff;
    background-color: #2b7ac0;
}

.menu-list{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #106fbf;
	z-index: 999;
	display: none;
}

.i-navbar .navbar-nav>li:hover .menu-list{
	display: block;
}


.menu-list p{
	border-bottom: 1px solid #1279cf;
}

.menu-list p a{
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	display: block;
	width: 100%;
	height: 54px;
	overflow: hidden;
}

.menu-list p a:hover{
	background: #1279cf;
}

.navbar-collapse.in{
	overflow:initial;
}

.i-top-wrap .i-navWrap{
	border-top: 1px solid #3392e3;
	position: relative;
}


.i-top-wrap .i-navWrap:before{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #107cd8;
}


.i-top-wrap .i-navWrap,
.i-top-wrap .i-navbar,
.i-top-wrap .i-navbar .navbar-collapse{
	background: transparent;
}


.i-top-wrap .i-navbar .navbar-nav>li:hover>a,
.i-top-wrap .i-navbar .navbar-nav>.active>a:hover,
.i-top-wrap .i-navbar .navbar-nav>li>a:focus,
.i-top-wrap .i-navbar .navbar-nav>.active>a{
	font-weight: bold;
	color: #fff;
    background-color: #127cd6;
}





.i-navbar ul{
	width: 100%;
}
.i-navbar ul li{
	width: 11.1%;
	text-align: center;
	position: relative;
}
.i-navbar ul li:after{
	display: block;
	content: '';
	width: 2px;
	height: 18px;
	background: url(../../images/li-geduan.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	z-index: 2;
}

.i-navbar ul li:hover:after,
.i-navbar ul li.active:after,
.i-navbar ul li:last-child:after{
	display: none;
}


.i-navbar .navbar-toggle{
	border-color: #fff;
	margin-right: 0;
}

.i-navbar .navbar-toggle:focus, 
.i-navbar .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.i-navbar .navbar-toggle:focus .icon-bar, 
.i-navbar .navbar-toggle:hover .icon-bar{
	background-color: #418cce;
}


.i-banner .carousel-indicators li{
	height: 8px;
	width: 40px;
	border: 0;
	background-color: #fff;
	margin: 0 8px;
	border-radius: 0;
}

.i-banner .carousel-indicators li.active {
   background-color: #358dd1;
}


.i-banner .carousel-indicators {
   left: 5%;
   width: 90%;
   margin-left: 0;
   
}



.i-m1{
	width: 100%;
	padding: 20px 0;
	margin-top: 0px;
}

.i-titleBox{
	overflow: hidden;
	width: 100%;
	position: relative;
}

.i-title{
	float: left;
	height: 80px;
	width: 707px;
	position: relative;
}

.i-title span{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 38px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	z-index: 3;
	bottom: 9px;
}


.i-title1{
	background: url(../../images/i-title-img1-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #186dca;
}

.i-title2{
	background: url(../../images/i-title-img2-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #e55454;
}

.i-title3{
	background: url(../../images/i-title-img3-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #e4a12c;
}

.i-title4{
	background: url(../../images/i-title-img4-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #3aab77;
}

.i-title-more{
	position: absolute;
	right: 0;
	bottom: 6px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	background: #f0f1f2;
	z-index: 3;
}

.i-title-more:hover{
	background: #358dd1;
	color: #fff;
}

.i-m1-con{
	margin-top: 10px;
}

.i-m3-conL,
.i-m2-conL,
.i-m1-con-left{
	margin-right: 10px;
}

.i-m3-conR,
.i-m2-list,
.i-m1-con-right {
	margin-left: 10px;
}	

.i-m1-con-left .carousel-indicators{
	margin-left: 0;
	text-align: right;
	width: auto;
	right: 20px;
	left: auto;
	bottom: 21px;
	height: 18px;
}

.i-m1-con-left .carousel-caption{
	bottom: 0;
	background: rgba(0,0,0,0.3);
	left: 0;
	right: 0;
	padding: 15px 120px 15px 20px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i-m1-con-left  .carousel-inner>.item>img{
	width: 100%;
}

.i-m1-con-left .carousel-indicators .active{
	background: #3489c0;
	border-color: #3489c0;
}

.i-m1-con-left .carousel-indicators li{
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 3px;
}

.i-m1-rTop-style{
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 2%;
	padding-bottom: 5%;
}

.i-m1-rTop{
	min-height: 150px;
	overflow: hidden;
	width: 100%;

}


	
	

	
.carousel-inner>.item>a>img{width:725px;height:485px;}
		




.i-m1-rTop>img{
	width: 220px;
	height: 150px;
	float: left;
	margin-right: 25px;
}


.i-m1-rTop-info h3{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 20px;
	color: #000;
}

.i-m1-rTop-info h3:hover{
	text-decoration: underline;
}


.i-m1-rTop-info p{
	margin-top: 15px;
	max-height: 108px;
	line-height: 28px;
	overflow: hidden;
	color: #999;
	font-size: 16px;
}

.i-m1-list,
.i-m1-list li{
	overflow: hidden;
	width: 100%;
}

.i-m1-list li{
	height: 28px;
	margin-top: 2.5%;
	line-height: 28px;
}

.i-m1-list li a{
	color: #000;
	font-size: 16px;
}

.i-m1-list li a:hover{
	color: #418cce;
}

.i-m1-list li a i{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #d1d5d8;
	border-radius: 50%;
	float: left;
	margin: 10px 10px 0 0;
}

.i-m1-list li span{
	float: right;
	margin-left: 15px;
	color: #999;
	font-size: 16px;
}


.i-m2-wrap{
	background: #f6fafd;
	padding: 10px 0;
}

.i-m2-conL{
	margin-top: 10px;
}



.i-m2-ad{
	margin-top: 30px;
}

.i-m2-ad,
.i-m2-ad img{
	width: 100%;
	max-height: 200px;
}

.i-m2-list{
	margin-top: 25px;
}
.i-m2-list li {
	float: left;
	width: 49%;
	margin: 0 2% 20px 0;
}

.i-m2-list li:nth-child(2n){
	margin-right: 0;
}

.i-m2-list-pic,
.i-m2-list-pic img{
	width: 100%;
}

.i-m2-list-info{
	padding:10px 15px;
	background: #fff;
}

.i-m2-list-info h3,
.i-m2-list-info p{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
}

.i-m2-list-info h3{
	color: #000;
}

.i-m2-list-info p{
	color: #999;
}

.i-m3{
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
}

.i-m3-con{
	margin-top: 0px;
}

.i-m3-list li{
	margin-top: 20px;
}

.i-m3-list li .i-m1-rTop{
	min-height: 130px;
}


.i-m3-list li .i-m1-rTop>img{
	width: 200px;
	height: 130px;
}

.i-m3-list li .i-m1-rTop-info p {
    margin-top: 5px;
    max-height: 56px;
   
    
}

.i-m3-list-date{
	color: #999;
	line-height: 25px;
	margin-top: 20px;
	font-size: 16px;
}

.i-m3-conR .i-m1-list li{
	margin-top: 22px;
}

.i-m3-tabHd{
	height: 44px;
	text-align: right;
	margin-top: 5%;
}

.i-m3-tabHd a{
	display: inline-block;
	height: 44px;
	margin-left: 1%;
	line-height: 44px;
	background: #f9ddac;
	font-size: 20px;
	color: #000;
	padding: 0 5%;
	text-align: center;
}

.i-m3-tabHd a:first-child{
	margin-left: 0;
}

.i-m3-tabHd a:hover,
.i-m3-tabHd a.active{
	background: #e4a12c;
	color: #fff;
}

.i-m3-tab-item{
	display: none;
}

.i-m3-tab-item.i-tab-active{
	display: block;
}

.i-m4{
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

.i-m4-left,
.i-m4-left img{
	width: 100%;
}

.i-m4-left p{
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	color: #000;
	margin: 10px;
	font-size: 16px;
}

.i-m4-con{
	margin-top: 20px;
}

.i-m4-list{
	margin: 0 10px;
}

.i-m4-list li{
	margin-bottom: 20px;
}

.i-m4-list li .i-m1-rTop{
	min-height: 80px;
}

.i-m4-list li .i-m1-rTop>img{
	height: 110px;
	width: 150px;
}

.i-m4-list li .i-m1-rTop h3{
	margin-top: 10px;
}


.i-m4-list li .i-m1-rTop p{
	height: 56px;
	margin-top: 10px;
}

.i-m5-wrap{
	background: #418cce;
	
	text-align: center;
}
.i-m5-wrap p{
	color: #fff;
	line-height: 25px;
	font-size: 18px;
	margin-top: 5px;
}

.i-m5-wrap span{
	display: inline-block;
	width: 64px;
	height: 64px;
}

.i-m5-wrap span img{
	width: 100%;
	height: 100%;
}

.i-m5-wrap a{
	margin: 15px 0;
	display: inline-block;
}


.i-footer{
	background: #16273f url(../../images/i-foot-bg_02.png) center bottom no-repeat;
	background-size: 100% auto;
	width: 100%;
	min-height: 250px;
	padding: 2% 0;
}

.i-foot-left{
	text-align: center;
	
}

.i-foot-left img{
	width: 80%;
	max-width: 260px;
}

.i-foot-center{
	color: #fff;
}

.i-foot-center h4{
	font-size: 20px;
	font-weight: bold;
}

.i-foot-center p{
	margin-top: 2%;
	line-height: 25px;
	font-size: 16px;
}

.yl-link a{
	color: #fff;
	margin: 2% 5% 0 0;
	display: inline-block;
	line-height: 25px;
	font-size: 16px;
}

.yl-link a:hover{
	text-decoration: underline;
}

.yl-link{
	padding-bottom: 10px;
}


.i-foot-right{
	text-align: center;
}

.i-foot-right span{
	display: inline-block;
	background: #fff;
	padding: 0px;
	width: 80%;
	height: 80%;
	margin: 15px 0;
	max-width: 220px;
	max-height: 220px;
}

.i-foot-right span img{
	width: 100%;
	height: 100%;
}


.i-foot-right p{
	color: #fff;
	line-height: 25px;
	font-size: 16px;
}



.container{
	max-width: 1500px;
	
	margin-left: auto;
	margin-right: auto;
}

/*survey*/

.sur-body{
	background: #eff1f7;
}

.sur-banner{
	width: 100%;
	overflow: hidden;
}

.sur-bannerPic{
	
	text-align: center;
	position: relative;
	overflow:hidden
}

.sur-bannerPic img{
	height: 100%;
	width: auto;
	min-height: 200px;
}



.sur-main{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	margin: 20px 0 2%;
}

.sur-left{
	width: 270px;
	min-height: 300px;
	margin-right: 20px;
	position: relative;
	
}



.sur-bannerTit{
	width: 270px;
	height: 70px;
	background: url(../../images/survey-topTit.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: -90px;
	z-index: 9;
	padding-left: 30px;
}


.sur-bannerTit h2{
	line-height: 40px;
	font-size: 28px;
	color: #dfe7ef;
	position: relative;
	height: 40px;
	margin-top: 10px;
}

.sur-bannerTit h2:after{
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: -5px;
}

.sur-left1{
	background: #fff;
	margin-bottom: 15px;
	padding: 0 15px;
}


.sur-left-ul li{
	padding: 15px 5%;
	border-bottom:1px solid #ebeef0
}

.sur-left-ul li a{
	display: block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}

.sur-left-ul li:last-child{
	border-bottom: 0;
}

.sur-left-ul li a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../images/survey-left-li.png) center no-repeat ;
	float: right;
	margin: 12px 0 0 5px;
}


.sur-left-ul li.active a,
.sur-left-ul li:hover a{
	color: #2372b8;
}


.sur-left-ul li.active a i,
.sur-left-ul li:hover a i{
	background: url(../../images/survey-left-li-hover.png) center no-repeat ;
}

.sur-left2{
	background: #fff;
	overflow: hidden;
	padding: 15px;
}

.sur-left2 h3{
	line-height: 30px;
	font-size: 18px;
	color: #2372b8;
	font-weight: bold;
}

.sur-left2>p{
	line-height: 25px;
	color: #000;
	font-size: 16px;
	margin-top: 10px;
}

.sur-left2>p strong{
	margin-right: 5px;
}

.sur-left2-ewm{
	padding: 30px;
	overflow: hidden;
	text-align: center;
}

.sur-left2-ewm img{
	width: 100%;
	margin-bottom: 10px;
}

.sur-left2-ewm p{
	line-height: 28px;
	color: #000;
	font-size: 16px;
}

.sur-right{
	background: #fff;
	min-height: 300px;
	flex: 1;
	padding: 0 2%;
}


.sur-rHead-wrap{
	padding: 15px 0;
	border-bottom: 1px solid #e8eff5;
}

.sur-rHead{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.sur-rHead>h3{
	color: #0f0a0d;
	font-size: 24px;
	float: left;
	line-height: 40px;
	font-weight: bold;
}

.sur-rHead-crumb{
	float: right;
	font-size: 14px;
}

.sur-rHead-crumb,
.sur-rHead-crumb a{
	color: #a3a8ac;
}
.sur-rHead-crumb a:hover{
	color: #2372b8;
}
.sur-rHead-crumb i{
	width: 20px;
	display: inline-block;
	height: 20px;
}

.sur-rHead-crumb i img{
	width: 100%;
	height: 100%;
}


.sur-rList li{
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px dashed #dde4ea;
}

.sur-rList-box{
	display: flex;
	display: -webkit-flex;
	width: 100%;
}

.sur-rList-pic{
	width: 280px;
	height: 190px;
	overflow: hidden;
	margin-right: 30px;
}

.sur-rList-pic img{
	width: 100%;
	height: 100%;
}

.sur-rList-info{
	flex: 1;
}

.sur-rList-info h3{
	line-height: 30px;
	margin: 10px 0;
	height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.sur-rList-info p{
	height: 56px;
	color: #0f0a0d;
	font-size: 16px;
	overflow: hidden;
	line-height: 28px;
}

.sur-rList-low{
	overflow: hidden;
	line-height: 24px;
	height: 24px;
	color: #a3a8ac;
	font-size: 14px;
	margin-top: 40px;
}

.sur-rList-low a{
	float: right;
	color: #1f6cb2;
}

.sur-rList-low a:hover{
	text-decoration: underline;
}

.page-box{
	margin: 50px 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.page-box a{
	height: 38px;
	border: 1px solid #e5e8eb;
	font-size: 16px;
	line-height: 36px;
	color: #0f0a0d;
	display: inline-block;
	text-align: center;
}

.page-box>a{
	width: 38px;
}

.page-box span>a{
	width: 90px;
}

.page-box>i{
	margin: 0 10px;
}

.page-box a.active,
.page-box a:hover{
	color: #fff;
	border-color: #1f6cb2;
	background: #1f6cb2;
}


/*introduce*/

.int-rCon{
	padding: 30px 0;
}

.int-rTit{
	width: 95%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.int-rTit h3{
	line-height: 40px;
	font-size: 28px;
	color: #1f6cb2;
}

.int-rTit p{
	line-height: 28px;
	font-size: 14px;
	color: #a3a8ac;
	margin-top: 10px;
}

.int-rPic{
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

.int-rPic img{
	width: 67%;
}
.int-rTxt{
	margin-top: 30px;
	overflow: hidden;
}
.int-rTxt p{
	margin-top: 20px;
	font-size: 18px;
	color: #000;
	text-indent: 2em;
	line-height: 36px;
}

.int-page{
	padding: 5px 25px;
	overflow: hidden;
	background: #eff1f7;
	margin: 15px 0 30px;
}

.int-page p{
	line-height: 30px;
	height: 30px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.int-page p span{
	color: #a3a8ac;
}

.int-page p a{
	color: #000;
}

.int-page p a:hover{
	color: #2372B8;
}


.sce-rList{
	width: 100%;
	margin-top: 40px;
}
.sce-rList .thumbnail{
	border: 0;
	padding: 0;
}
.sce-rList .caption{
	margin-top: 10px;
	font-size: 16px;
	color: #0f0a0d;
	text-align: center;
}






@media all and (max-width:1599px ) {
	.i-title{
		height: 60px;
		width: 530px;
	}
	
	.i-title span{
		line-height: 30px;
		height: 30px;
		font-size: 28px;
		left: 23px;
		bottom: 6px;
	}

	.i-title-more {
	    bottom: 5px;
	  	width: 30px;
	    height: 30px;
	  	line-height: 30px;
	   
	}
}

@media (min-width: 1200px){
	.container{
		padding-left: 0;
		padding-right: 0;
		width: 95%;
	}
	
}

@media all and (min-width: 1367px) and (max-width: 1599px) {
	
	
	
	.i-m1-rTop-style{
		padding-bottom: 4%;
		/*margin-bottom: 5px;*/
	}
	
	
	.i-m2-list{
		margin-top: 25px;
	}
	
	.i-m4-list li .i-m1-rTop{
		min-height: 90px;
	}
	
	.i-m4-list li .i-m1-rTop>img{
		width: 143px;
		height: 105px;
	}
	
	.i-m4-list li .i-m1-rTop h3{
		margin-top: 3px;
	}
	
	.i-m4-list li .i-m1-rTop p{
		margin-top: 5px;
	}
	
	
	
}


@media all and (max-width: 1450px){
	.i-m1-con-right .i-m1-list li{
		margin-top: 2%;
	}
}


@media all and (min-width: 768px) and (max-width: 1366px) {
	

	.i-m1-con-right .i-m1-list li{
		margin-top: 1.5%;
	}
	
	.i-m1-rTop-style{
		padding-bottom: 4%;
		margin-bottom: 5px;
	}
	
	.i-m2-ad{
		margin-top: 4.5%;
	}
	
	.i-m2-list{
		margin-top: 30px;
	}
	
	
	
	.i-m4-list li .i-m1-rTop>img{
		width: 136px;
		height: 100px;
	}
	
	.i-m4-list li .i-m1-rTop h3{
		margin-top: 3px;
	}
	
	.i-m4-list li .i-m1-rTop p{
		margin-top: 5px;
	}
	
	.i-m4-list{
		margin: 0;
	}
	
}

@media all and (min-width: 1170px) and (max-width: 1250px) {

	.i-m4-list li .i-m1-rTop>img {
	    width: 123px;
	    height: 90px;
	}
	
	.i-m4-list li{
		margin-bottom: 10px;
	}
}

@media all and (min-width: 992px) and (max-width: 1169px) {

	.i-m4-list li .i-m1-rTop>img {
	    width: 109px;
	    height: 80px;
	}
	
	.i-m4-list li{
		margin-bottom: 10px;
	}
	
	.i-m4-list li .i-m1-rTop h3{
		font-size: 18px;
		height: 20px;
		line-height: 20px;
	}
	.i-m4-list li .i-m1-rTop p{
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin-top: 10px;
	}
	
}



@media all and (max-width: 991px) {
	
	
	.i-navbar .navbar-nav>li>a{
		font-size: 14px;
	}
	
	.i-m1-con-right{
		margin-top: 20px;
	}
	
	.i-m5-wrap span{
		width: 44px;
		height: 44px;
	}
	
	.i-foot-center{
		text-align: center;
		padding: 5% 3% 3% 3%;
	}
	
	
}



@media (max-width: 767px){
	.navbar-static-top{margin-top:-50px;}
	.carousel-inner>.item>a>img{
		width:725px;
		height:auto;
	}
	.sur-bannerPic img{
		width:100%;
		height:auto;
		min-height:inherit;
	}
	.int-page p,.int-page p a{
		word-wrap:break-word;
		white-space:inherit;
	}
	
	.i-m1{
		margin-top: 0;
	}
	
	.i-navbar ul li{
		width: 25%;
		text-align: center;
		float: left;
		padding: 5px 2px;
	}
	
	.i-navbar .navbar-nav>li>a {
		padding: 5px 0;
		font-size: 12px;
	}
	
	
	
	.i-m3-tabHd{
		height: 30px;
	}
	.i-m3-tabHd a{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	
	.i-m3-con{
		margin-top: 10px;
	}
	
	.i-banner .carousel-indicators li{
		height: 6px;
		width: 30px;
		border: 0;
		background-color: #fff;
		margin: 0 4px;
		border-radius: 0;
	}
	.i-banner,
	.i-banner .carousel-inner>.item>img{
		height: 160px;
	}
	
	.i-m1-con-left .carousel-caption{
		font-size: 12px;
		line-height: 20px;
		height: 50px;
	}
	
	.i-m1-con-left .carousel-indicators{
		bottom: 15px;
		
	}
	
	.i-m1-con-left .carousel-indicators li{
		width: 8px;
		height: 8px;
		margin: 2px;
	}

	
	
	
	.i-m2-ad, 
	.i-m2-ad img{
		height: auto;
	}
	
	.i-m3-conL,
	.i-m1-con-left,
	.i-m2-conL{
		margin-right: 0;
	}
	
	.i-m3-conR,
	.i-m2-list,
	.i-m1-con-right{
		margin-left: 0;
	}
	
	.i-m3,
	.i-m2-wrap{
		padding-bottom: 10px;
	}
	
	.i-m4-list{
		margin: 0;
	}
	
	.yl-link a,
	.i-foot-center p,
	.i-m4-left p,
	.i-m1-list li a,
	.i-m1-rTop-info p,
	.i-m3-list-date,
	.i-m1-list li span{
		font-size: 12px;
	}
	
	
	.i-m5-wrap p,
	.i-m1-rTop-info h3,
	.i-m2-list-info h3,
	.i-m2-list-info p{
		font-size: 14px;
	}
	
	.i-foot-center h4{
		font-size: 16px;
	}
	
	.i-foot-right span,
	.i-foot-left img{
		width: 45%;
		height: 45%;
	}
	
	.i-title{
		height: 40px;
		width: 354px;
	}
	
	.i-title span{
		line-height: 20px;
		height: 20px;
		font-size: 16px;
		left: 23px;
		bottom: 3px;
	}

	.i-title-more {
	    bottom: 3px;
	  	width: 20px;
	    height: 20px;
	  	line-height: 20px;
	   
	}
	
	
	.i-logo,
	.i-top-right{
		width: auto;
		height: 32px;
	}
	.i-logo img,
	.i-top-right img{
		height: 100%;
		width: auto;
	}
	
	
	.i-topBar{
		min-height: 36px;
		padding: 6px 0;
	}
	
	.i-topBar a{
		line-height: 24px;
		font-size: 12px;
		display: inline-block;
	}
	
	.i-topBar-left a span{
		display: none;
	}
	
	.i-topBar-left i{
		width: 24px;
		height: 24px;
		float: left;
	}
	
	.i-topBar-right i{
		margin: 0 1%;
		font-size: 12px;
	}
	.i-topBar-left a{
		margin-right: 3%;
	}
	
	.sur-rHead-wrap{
		padding: 5px 0;
	}
	.sur-rHead>h3{
		font-size: 20px;
	}
	
	
	.sur-rList li{
		padding: 15px 0;
	}
	.sur-rList-pic{
		width: 147px;
		height: 100px;
		margin-right:15px;
		
	}
	
	.sur-rList-info h3{
		margin: 0;
		font-size: 16px;
	}
	
	.sur-rList-info p{
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.sur-rList-low{
		margin-top: 5px;
		font-size: 12px;
	}
	
	.page-box{
		margin: 30px 0;
	}
	
	.page-box a{
		height: 24px;
		font-size: 13px;
		line-height: 22px;
		
	}
	
	.page-box>a{
		width: 24px;
	}
	
	
	.page-box>a,
	.page-box>span,
	.page-box>i{
		margin-top: 5px;
		display: inline-block;
	}
	
	.page-box span>a{
		width: 50px;
	}
	.page-box>i{
		margin: 0;
		
	}
	
	.int-rTit h3{
		font-size: 20px;
	}
	.int-rTit p{
		margin-top: 0;
		font-size: 12px;
	}
	.int-rTxt{
		margin-top: 10px;
	}
	.int-rPic,
	.sce-rList{
		margin-top: 30px;
	}
	.int-rTxt p{
		line-height: 25px;
		font-size: 14px;
	}
	.int-page p,
	.sce-rList .caption{
		font-size: 14px;
	}
	.sce-rList .caption{
		margin-top: 0px;
	}
}


@media only screen and (max-width:320px ) {
	.i-logo,
	.i-top-right{
		width: auto;
		height: 28px;
	}
	
	
}

.carousel-inner .item img {margin:0 auto;}












