body {
	font-family: "PingFang SC", Helvetica, STHeiti, Tahoma, "Microsoft YaHei";
}
a{ color:#000000}
img { max-width: 100%;}
li a,li img { transition: all .5s;}

.wp {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

.wp2 {
	max-width: 1200px;
}

.header {
 
	width: 100%;
	z-index: 19; 
	height: 150px;
}

.header.move {
	background: #fff;
}

/* update */
.logo {
	float: left;
	line-height: 150px;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
}

.logo .logo1 {
	display: none;
}

.logo .logo2 {
	margin-left: 30px;
	position: relative;
}

/* update-end */
.hd-r {
	float: right;
}

.nav1 {
	overflow: hidden;
}

.nav-top {
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	height: 65px;
}

.nav-top .so img {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}

.nav-top a {
	float: left;
	margin-right: 15px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.nav-top a:hover {
	color: #f5a11b;
}

.nav-top .so {
	padding: 0 26px 0 5px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	width: 490px;
	float: right;
	height: 65px;
	/* background-image: url(../images/newl_06.png);
				background-repeat: no-repeat;
				background-position: left; */
}

.nav-top .so .inp {
	width: 400px;
	border: none;
	outline: none;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e7e8e3;
	border-radius: 20px;
	padding-left: 39px;
}

.nav-top .so form {
	position: absolute;
	bottom: 0;
}

.nav-top .so .but {
	position: absolute;
	right: -55px;
	top: 0;
	width: 38px;
	height: 38px;
	background: url(../images/newl_09.png) no-repeat center;
	border: none;
	outline: none;
	cursor:pointer;
}

.nav { 
	padding-top: 15px;
	float: right;
}

.nav li {
	float: left;
	margin: 0 1.13vw;
	position: relative;
}

.nav li::after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	background-color: #ccc;
	left: -20px;
	top: 45%;
	border-radius: 50%;

}

.nav li:first-child::after {
	display: none;
}

.nav li>a {
	display: block;
	padding: 0 5px;
	text-align: center;
	font-size: 17px;
	color: #333;
	line-height: 52px;
	font-weight: bold;
}

.nav li:hover>a,
.nav li.on>a {
	color: #f5a20e;
}

.nav .mask {
	position: fixed;
	left: 0;
	top: 102px;
	width: 100%;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.42);
	z-index: 1;
	display: none;
}

.nav .nav-bot {
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 9;
	width: 910px;
	overflow: hidden;
}

.nav li.other .nav-bot {
	left: auto;
	right: 0;
}

.nav li.other .nav-bot dl {
	float: right;
	margin: 0 -3px;
}

.nav li.other .nav-bot dd {
	margin-right: 0;
}

.nav dl {
	float: left;
	display: none;
}

.nav dl {
	line-height: 40px;
}

.nav dd {
	float: left;
	margin-right: 10px;
}

.nav dd a {
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.nav dd a:hover {
	color: #f5a20e;
}

#bodyen .nav .li1 .nav-bot {
	left: 0;
}

#bodyen .nav .li4 .nav-bot {
	width: 300px;
	right: 0;
}

.menuBtn {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.menuBtn b {
	display: block;
	height: 4px;
	background-color: #bfbfbf;
	margin: 4px 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.menuBtn.open b {
	display: none;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	width: 30px;
}

.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.nav2 {
	height: 59px;
	background-color: #5697b6;
	line-height: 59px;
}

.nav2 a {
	color: #FFFFFF;
	position: relative;
	padding-right: 35px;
}

.nav2 a:after {
	content: '';
	background-image: url(../images/newl_12.png);
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 12px;
	width: 8px;
	height: 14px;
}

.nav2 a:last-child:after {
	display: none;
}

.nav2 span {
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 24px;
}

.main {
	padding: 29px 0 116px;
}

.g-tit {
	font-size: 62px;
	color: #002245;
	margin-bottom: 50px;
	margin-bottom: 25px;
}

.ul-pic {
	overflow: hidden;
	margin: 0 -40px;
}

.ul-pic .pic {
	margin-bottom: 14px;
	height: 0;
	padding-top: 55.5%;
	overflow: hidden;
	position: relative;
}

.ul-pic .pic img {
	position: absolute;
	width: 100%;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ul-pic li {
	    border: 1px solid #ccc;
    float: left;
    width: 30%;
    margin-bottom: 60px;
    margin-right: 2%;
}

.ul-pic li .con {
	padding: 0 20px;
	display: block;
}

.ul-pic li .con h3 {
	font-size: 22px;
	margin-bottom: 14px; margin-top: -20px;
}

.ul-pic li .con p {
	font-size: 14px;
	color: #9da8b3;
}

.ul-pic li:hover .pic img,.ul-pic2 li:hover .pic img{
	transform: scale(1.02) translate(-50%, -50%);
	-webkit-transform: scale(1.02) translate(-50%, -50%);
}
 

/* page-detail */
.main1{
	max-width: 1200px;
	margin: 0 auto;
	padding: 95px 0 150px;
}

.main1 .m-tit{
	padding-bottom: 25px;
	border-bottom: 5px solid #5697b6 ;
	margin-bottom: 54px;
}

.main1 .m-tit h1{
	font-size: 42px;
	color: #002245;
}

.main1 .m-tit .date{
	color: #73a6c0 ;
	font-size: 14px ;
}

.main1 span{
	font-size: 16px;
	margin-bottom: 60px;
	display: block;
}

.main1 .ul-info li{
	margin-bottom: 73px;
}
.m-artbox{ line-height: 2;}
.m-artbox .pic{
	margin-bottom: 45px;
}
.m-artbox h3{
	line-height: 1;
	padding: 8px 0;
	font-size: 24px;
	font-weight: normal;
	color: #002245;
	border-left: 5px solid #5697b6;
	padding-left: 15px ;
	margin: 50px 0 20px;
}

.m-artbox p{
	font-size: 16px; margin:20px 0px;
}

.main1 .ul-info li .pic{
	width: 830px;
	margin-bottom: 55px ;
}

.main1 .ul-info li .pic img{
	width: 100%;
}

.main3{
	padding: 38px 0 100px;
}

.main3 .m-tit1{
	text-align: center;
	background-color: #eeeeee;
	padding: 40px;
	margin-bottom: 40px;
}

.main3 .m-tit1 h3{
	font-size: 62px;
	color: #002245;
}

.main3 .m-tit1 p{
	font-size: 16px;
	line-height: 2;
	color: #1b1b1b;
}

/* 三列图片列表 */
.ul-pic2{
	overflow: hidden;
	margin: 0 -22px;
}

.ul-pic2 li{
	width: 31.333%;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
	margin-left:1%;
	margin-right:1%;
	border:#eee solid 1px; background: #fff; padding:20px;
	position: relative;
}

.ul-pic2 li .con{
	display: block;
}
.ul-pic2 li:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.ul-pic2 li:after{
	content: ''; font-size: 0; width:0px; height:2px; background: #5A98B5; position: absolute; left:0; bottom: 0; transition: all 0.3s;
}
.ul-pic2 li:hover:after{
	width:100%;
}

.ul-pic2 li .pic{
	height: 0;
	padding-top: 74%;
	overflow: hidden;
	position: relative;
	display: block;
}

.ul-pic2 li .pic img{
	position: absolute;
	width: 100%;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


/* 两列图片列表 */
.ul-pic3{
	overflow: hidden;
	margin: 0 -22px;
}

.ul-pic3 li{
	width: 31%;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
	margin-left:1%;
	margin-right:1%;
	position: relative;
}

.ul-pic3 li .con{
	display: block;
}
.ul-pic3 li:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.ul-pic3 li .pic{
	overflow: hidden;
	position: relative;
	display: block;
}

.ul-pic3 li .pic img{
	width: 100%;
	display: block;
}

.main4{
	max-width: 1200px ;
	margin: 0 auto;
	padding: 34px 0 127px;
}

.main4 .ul-tit{
	overflow: hidden;
	background-color: #eeeeee;
	padding-left: 17px;
	margin-bottom: 90px;
}

.main4 .ul-tit li{
	float: left;
}

.main4 .ul-tit li a{
	font-size: 16px;
	color: #323232;
	display: block;
	width: 121px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

.main4 .ul-tit li a:hover,.main4 .ul-tit li.on a{
	color:#fff;
    background-color: #f29b76;
}

.main4 .m-tit2 {
	text-align: center;
	margin-bottom: 85px;
	font-size: 14px;
}

.main4 .m-tit2 h3{
	color: #002245;
	font-size: 60px;
	margin-bottom: 90px;
}

.main4 .m-tit2 p{
	line-height: 2;
}

.main4 .info{
	overflow: hidden;
}

.main4 .info .pic{
	float: left;
	width: 50%;
}

.main4 .info .pic img{
	max-width: 100%;
}


.main4 .info .txt{
	color: #1b1b1b;
	text-align: center; 
	padding-top: 56px;
	padding-left: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}

.main4 .info .txt h3{
	font-size: 40px;
	margin-bottom: 20px;
}
 





.footer {
	background-color: #5697b6;
	overflow: hidden;
	padding-top: 102px;
	padding-bottom: 62px;
}

.footer .col-left {
	width: 39%;
	float: left; 
}

.footer .col-left h3 {
	color: #FFFFFF;
	font-size: 43px;
	margin-bottom: 25px;
}

.footer .col-left a {
	color: #FFFFFF;
}

.footer .col-left p {
	color: #FFFFFF;
	font-size: 14px;
}

.footer .col-left .qr {
	overflow: hidden;
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid #78acc5;
	margin-bottom: 15px;
}

.footer .col-left .qr .qr1 {
	width: 125px;
	float: left;
	margin-right: 35px;
}

.footer .col-left .qr .qr2 {
	width: 125px;
	float: left;
}

.footer .col-left .de {
	line-height: 2;
}

.footer .col-left .de .m {
	color: #9cbed0;
}

.footer .col-right {
	width: 57%;
	float: right;
}

.footer .col-right .tit {
	margin-bottom: 26px;
}

.footer .col-right h3 {
	font-size: 45px;
	color: #FFFFFF;
}

.footer .col-right p {
	color: #FFFFFF;
	font-size: 14px;
}

.footer .col-right .tit {
	position: relative;
}

.footer .col-right .tit img {
	position: absolute;
	top: -30px;
	left: 230px;
}

.footer .col-right .input1 {
	height: 60px;
	margin-bottom: 30px;
	width: 33.333%;
	float: left;
}

.footer .col-right .input2 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.footer .col-right button {
	color: #659fbb;
	width: 115px;
	height: 40px;
	border-radius: 25px;
	border: none;
	outline: none;
	margin-left: 20px;
	background-color: #fff;
	cursor: pointer;
	transition: all 1s;
}

.footer .col-right button:hover{
	color:#fff;
	background-color: #002245;
}

.footer .col-right input {
	outline: none;
	border: 0;
	background-color: #5697b6;
	border-bottom: 1px solid #89b6cc;
}

.footer .col-right input::-webkit-input-placeholder,.footer .col-right textarea::-webkit-input-placeholder {
	color: #80adc5;
}

.footer .col-right .input1 input { height: 40px; font-size: 16px; color:#fff;}

.footer .col-right .input1 select {

	color: #bbd2de;
}


.footer .col-right form {
	margin: 0 -20px;
	overflow: hidden;
}

.footer .col-right .input1 .in2 {
	padding: 0 20px;
}

.footer .col-right .input2 .in1 {
	padding: 0 20px;
}

.footer .col-right .input1 input {
	width: 100%;
}

.footer .col-right .input2 input {
	width: 100%;
	height: 34px;
	color:#fff;
}
.footer .col-right textarea{
	width: 100%;
	height: 68px;
	color:#fff;
	font-size: 16px;
	outline: none;
	border: 0;
	background-color: #5697b6;
	border-bottom: 1px solid #89b6cc;
	resize: none;
}

.footer .col-right .input1 select {
	border: 0;
	width: 100%;
	font-size: 16px;
	background-color: #5697b6;
	border-bottom: 1px solid #89b6cc;
	    height: 40px;
}

.fd-nav {
	height: 62px;
	line-height: 62px;
	background-color: #002245;
	color: #606c7e;
	font-size: 14px;
}


.attach li{ margin-bottom: 10px; border:#eee solid 1px; transition: all 0.3s; padding:10px 20px;}
.attach li:hover{border:#5A98B5 solid 1px;}

.search-list li{overflow: hidden; border-bottom: #eee solid 1px;}
.search-list .pic{float:left; height:80px; width:100px; margin-right: 20px;}
.search-list h3{float:left;}

.yxl{overflow: hidden;}
.yxl p{float:left; margin-right: 20px;}
.yxl p img{height:440px;}

label.error{color:#FAC863;}

.pager{text-align:center; margin:40px 0px;}
.pager li{display:inline-block; margin:0px 10px;}
.pager a{display:block; width:40px; height:40px; text-align:center; background:#eee; color:#999; font-size:14px; line-height:40px; border-radius:20px; transition:all 0.3s;}
.pager li.active a,.pager li:hover a{background:#5A98B5; color:#fff;}

.footer .col-left .qr{position: relative; overflow: visible;overflow: visible;}
.footer .col-left .qr:after{content: ''; font-size: 0; display: block; clear: both; }
.follow-img{position: absolute; left:200px; bottom:0;}

.ry-wrapper{overflow: hidden; margin-top: 40px;}
.ry-wrapper p{background: url(/public/images/ry-bg.png) no-repeat left top; margin-top: 0; margin-bottom: 20px; box-sizing: border-box; font-size: 18px; padding:30px 40px; background-size: 100% auto; display: block; float: left; text-align: left; width: 530px; height: 115px;}
.ry-wrapper p:nth-child(2n){float: right;}

.zsdt-intro{text-align: left;}
.row-news h2{font-size: 32px; font-weight: bold; color: #012444; margin-top: 30px; text-align: center;}
.news-list{width: 100%; overflow: hidden; padding: 50px 0px 80px 0px;}
.news-list li{float: left; width: 24%; margin-right: 1%;}
.news-list li:last-child{float: right; margin-right: 0;}
.news-list li .pic{width: 100%;}
.news-list li .pic img{width: 100%;}
.news-list li .txt span{color: #E96A49; font-size: 14px; display: block;}
.news-list li .txt h2{font-size: 18px; line-height: 1.2;}


@media only screen and (max-width:1300px) {
	.header-fix .logo img { max-width: 100px;}
}
@media only screen and (max-width:1000px) {
	.footer .col-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.footer .col-right {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width:1199px) {
	.main3 .m-tit1 h3{
		font-size: 20px;
	}
	
	.main4 .m-tit2 h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.main4 .info .txt h3{
		font-size: 18px;
	}
	
	.main4 .ul-tit{
		margin-bottom: 15px;
	}
	
	
	.main4 .info .txt { 
		text-align: center;
		padding-top: 0;
	}
	
	.main3{
		padding-bottom: 15px;
	}
	

	
	.main4 .m-tit2{
		margin-bottom: 30px;
	}
	
	 
	.wp{
		width: auto;
		padding: 0 15px;
	}
	
	.nav li::after{
		left: -9px;
	}
	.nav li {
		margin: 0 0.5vw;
		
	}
	.nav li a{font-size: 16px;}

	#bodyen .logo {
		margin-top: 5px;
	}

	#bodyen .nav-top {
		display: none;
	}

	#bodyen .menuBtn {
		display: block;
		top: 20px;
	}

	#bodyen .header {
		background: none;
		background-color: #fff;
		padding: 10px 0;
	}

	#bodyen .nav li>a {
		font-size: 14px;
	}

	#bodyen .nav {
		float: none;
		position: fixed;
		right: -240px;
		top: 0;
		bottom: 0;
		width: 240px;
		padding: 50px 0 20px;
		background-color: rgba(255, 255, 255, 1);
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
	}

	#bodyen .nav li {
		float: none;
		width: auto;
		margin: 0;
	}

	#bodyen .nav li>a {
		padding: 0;
		line-height: 40px;
		margin: 0 10px;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}

	#bodyen .nav li:hover,
	#bodyen .nav li.on,
	#bodyen .nav li.ok {
		background-color: #f5a21d;
	}

	#bodyen .nav li:hover>a,
	#bodyen .nav li.on>a,
	#bodyen .nav li.ok>a {
		padding-right: 20px;
		color: #fff;
		border-color: #f5a21d;
	}

	#bodyen .nav ul {
		margin-right: 0;
	}

	#bodyen .nav .nav-bot {
		width: 100% !important;
		position: static;
		text-align: center;
		background-color: #fff;
	}

	#bodyen .nav dl {
		float: none;
	}

	#bodyen .nav dd {
		float: none;
		margin: auto;
	}

	#bodyen .nav dd a {
		padding: 0;
		color: #333;
		display: block;
		border-bottom: 1px solid #e8e8e8;
	}

	#bodyen .nav dd a:hover {
		color: #f5a21d;
	}

	#bodyen .nav .so {
		display: block;
		border: 1px solid #e7e8e3;
		padding: 0 26px 0 5px;
		background-color: #fff;
		position: relative;
		overflow: hidden;
		width: 80%;
		box-sizing: border-box;
		margin: 10px auto;
		display: none;
	}

	#bodyen .nav .so .inp {
		width: 100%;
		border: none;
		outline: none;
		height: 22px;
		line-height: 22px;
	}

	#bodyen .nav .so .but {
		position: absolute;
		right: 0;
		top: 0;
		width: 26px;
		height: 22px;
		border: none;
		outline: none;
	}

	#bodyen .nav .lang {
		display: block;
		text-align: center;
		line-height: 24px;
	}

	#bodyen .nav .lang a {
		padding: 0 10px;
		font-size: 14px;
		color: #333;
		display: block;
		line-height: 36px;
	}

	.main h3 {
		font-size: 24px;
	}

	.main .ul-pic li .con {
		padding: 0 20px;
		display: block;
	}

	.main .ul-pic {
		overflow: hidden;
		margin: 0 -20px;
	}

	.main .ul-pic li .con h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width:959px) {
	
	body { padding-top: 50px;}
	.header { top:0; left:0; width: 100%;}
	.g-tit {font-size: 26px;}
	
	.main4 .ul-tit{
		padding: 0;
	}
 
	
	.main1 .ul-info li .pic{
		width: 100%;
	}
	
	.main1 .m-tit h3{
		font-size: 20px;
	}
	
	.main1 .ul-info li h3{
		font-size: 18px;
	}
	
	.main1 .m-tit{
		margin-bottom: 15px;
	}
	
	.main1 span{
		margin-bottom: 15px;
	}
	.main1 .ul-info li{
		margin-bottom: 15px;
	}
	
	.main1 .ul-info li .pic{
		margin-bottom: 15px;
	}
	
	
	
	.main1{
		padding: 60px 0;
	}
	
	.nav2 {
		display: none;
	}

	.logo {
		margin-top: 6px;
		line-height: 0;
	}

	.logo img {
		height: 36px;
	}

	.logo .logo2:before {
		height: 36px;
	}

	.logo a {
		float: left;
	}

	.header {
		padding-bottom: 0;
	}

	.nav .mask {
		top: 86px;
	}

	.nav .nav-bot {
		top: 52px;
	}

	.nav-top {
		display: none;
	}

	.menuBtn {
		display: block;
	}

	.header {
		background: none;
		background-color: #fff;
		height: 50px;
	}

	.nav {
		float: none;
		position: fixed;
		right: -240px;
		top: 0;
		bottom: 0;
		width: 240px;
		padding: 50px 0 20px;
		background-color: rgba(255, 255, 255, 1);
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.nav li {
		float: none;
		width: auto;
		margin: 0;
	}

	.nav li>a {
		padding: 0;
		line-height: 35px;
		margin: 0 10px;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}

	.nav.on {
		opacity: 1;
		filter: alpha(opacity=100);
		right: 0;
	}

	.nav li:hover,
	.nav li.on,
	.nav li.ok {
		background-color: #f5a21d;
	}

	.nav li:hover>a,
	.nav li.on>a,
	.nav li.ok>a {
		padding-right: 0;
		color: #fff;
		border-color: #f5a21d;
	}

	.nav dl {
		width: 100%;
		position: static;
		text-align: center;
		background-color: #fff;
	}

	.nav dd {
		float: none;
		margin: auto;
	}

	.nav dd a {
		padding: 0;
		color: #333;
		display: block;
		border-bottom: 1px solid #e8e8e8;
	}

	.nav .so {
		display: block;
		border: 1px solid #e7e8e3;
		padding: 0 26px 0 5px;
		background-color: #fff;
		position: relative;
		overflow: hidden;
		width: 80%;
		box-sizing: border-box;
		margin: 10px auto;
		display: none;
	}

	.nav .so .inp {
		width: 100%;
		border: none;
		outline: none;
		height: 22px;
		line-height: 22px;
	}

	.nav .so .but {
		position: absolute;
		right: 0;
		top: 0;
		width: 26px;
		height: 22px;
		border: none;
		outline: none;
	}

	.nav .lang {
		display: block;
		text-align: center;
		line-height: 24px;
	}

	.nav .lang a {
		padding: 0 10px;
		font-size: 14px;
		color: #333;
		display: block;
		line-height: 36px;
	}

	.menuBtn {
		display: block;
	}

	.header {
		background: none;
		background-color: #fff;
		height: 50px;
		border-bottom: 1px solid #eee;
	}

	.header {
		padding-bottom: 0;
	}

	.nav li::after {
		display: none;
	}

	.main .ul-pic li {
		width: auto;
		float: none;
		margin-bottom: 15px;
	}

	.main h3 {
		margin-bottom: 15px;
	}

	.main .ul-pic .pic {
		margin-bottom: 12.5px;
	}

	.header {
		position: fixed !important;
		padding-top: 0 !important;
	}
	 
	.ul-pic2 { margin: 0 -10px;}
	.ul-pic2 li {width: 50%; margin-bottom: 20px; margin-left:0; margin-right: 0;}
	
	.main1 .m-tit h1 {font-size: 26px;}
	
	.m-artbox h3{
		margin: 15px 0;
	}
	
	.m-artbox .pic{
		margin-bottom: 15px;
	}

}

@media only screen and (max-width:767px) {
	.footer{ padding-top: 30px;}
	.footer .col-right .input1 {width: 50%;}
 
	.main4 .ul-tit li {width: 33%;}
	.main4 .ul-tit li a{
		width: auto;	
	}
	
	.main4 .info .pic{
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	#bodyen .menuBtn {
		display: block;
		top: 10px;
	}

	#bodyen .header {
		background: none;
		background-color: #fff;
		padding: 0;
	}

	.ry-wrapper p{background: url(/public/images/ry-bg.png) no-repeat left top; margin-top: 0; margin-bottom: 20px; box-sizing: border-box; font-size: 16px; padding:12px 20px; background-size: 100% auto; display: block; float: none; text-align: left; width: 100%; height: 65px;}
	.ry-wrapper p:nth-child(2n){float: none;}
	.news-list li{width: 100%; float: none; margin-bottom: 20px;}

}

@media only screen and (max-width:648px) {
	.ul-pic2 li{
		float: none;
		width: 100%
	}

	.footer .col-left h3 {
		font-size: 25px;
	}

	.footer .col-right h3 {
		font-size: 25px;
	}

	.footer .col-right .tit img {
		top: -53px;
	}

	.fd-nav {
		height: auto;
	}
	
	.main3 .ul-pic li{
		float: none;
		width: 100%;			
	}
}
