/* å…¬å…±æ ·å¼ */
html {
    color: #000;
    background: #FFF;
	overflow-x:hidden;
}
body{
	font-family: MicrosoftYaHei,ArialMT;
	font-size: 14px;
}
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 {
    margin: 0;
    padding: 0;	
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,th,var,b,i{
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
abbr,acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline:none;
    border:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
	line-height:normal;
	background: none;
}
legend {
    color: #000;
}
a{
    outline:none;
    text-decoration:none;
    color:inherit;
}
a:hover{
    text-decoration:none;
}
a:active{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
#yui3-css-stamp.cssreset {
    display: none;
}

.cf:before, body:before, .header:before, .footer:before { 
    content: '';
     display: table; 
 }
.cf:after, after, .header:after,  .footer:after { 
    content: ''; 
    clear: both; 
    display: table; 
}
.cf, .header, .footer { 
    *zoom: 1; 
}

.fl{ float:left; }

.fr{ float:right; }

input[type=button], input[type=submit], input[type=file], button { cursor:pointer; -webkit-appearance: none; } 

.w_1400{
	width: 1400px;
	margin: 0 auto;
}


.gp_img{
	display: block;overflow: hidden;
	width: 100%;height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.gp_img img{
   width: 100%;
    display: block;
    transition: all linear .35s;
    -ms-transition: all linear .35s;
    -moz-transition: all linear .35s;
    -webkit-transition: all linear .35s;
    -o-transition: all linear .35s;
}

/* sld */
.sldpic .gp_img {
    padding-bottom: 125%;
}


/* å¤´éƒ¨æ ·å¼ */

.head .logo{
	margin:30px 0 20px;
	display: inline-block;
}
.head .fr{
	margin-top:60px;
}
.head .fr span{
	line-height: 42px;
	float: left;
	margin-right: 30px;
	font-weight: bold;
	color: #313131;
	font-size: 20px;
}
.hd_search{
	width: 340px;
	height: 40px;
	border-radius:20px;
	border: solid 2px #313131;
	display: inline-block;
	line-height: 40px;
	color: #313131;
}
.hd_search i{
	font-size: 18px;
	float: left;
	margin: 10px 12px 0 20px;
}
.nav{
	height: 53px;
	line-height: 53px;
	background-color: #00804d;
	font-family: Arial-BoldMT;
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
	
	
}
.nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	height: 53px;
}
.nav ul li{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align:center;
	position: relative;
}
.nav ul li a{
	display: block;
}
.nav ul li:hover,.nav ul li.current{
	background-color: #20ae50;
}

.nav ul ol{
	padding: 10px;
	background-color: #00804d;
	position: absolute;
	top:53px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	display: none;
	z-index: 999;
	
}

.nav ul ol li{
	border-radius: 4px;
	font-size: 14px;
	text-align: left;
	padding:12px 0 12px 15px;
	height: auto;
	line-height:normal;
	
}
.nav ul li:hover ol{
	display: block;
}


/*æ‰‹æœºç«¯å¯¼èˆª*/

.mobile {
    width: 100%;
    position: absolute;
    height: 63px;    
    top: 5px;
    left: 0;
    z-index: 999992;
}

.mobile-search-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-search-btn i {
    color: #fff;
    font-size: 20px;
}

.mobile-inner-header {
    width: 100%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
	display: none;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 3px;
    background-color: #00804d;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    float: right;
    width: 35px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-right:10px;
    line-height: 29px;
    font-size: 30px;
    margin-top: 5px;	
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon-out i {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0
}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-out span {
    width: 25px;
    height: 3px;
    display: block;
    border-radius: 5px;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
    background-color: #fff;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
    background-color: #fff;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    width: 0;
    transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
    height: 0;
    background-color: #117339;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
}

.mobile-inner-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
    position: relative;
}

.mobile-inner-nav li.on {
    background-color: #117339;
}

.mobile-inner-nav li.on a {
    color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
    background: url(../images/n-rt.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui-copy {
    background: url(../images/n-dw.png) no-repeat center;
}

.mobile-inner-nav li strong {
    color: #2c4780;
    position: absolute;
    right: 5px;
    top: 0;
    font-size:14px;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    background: #117339;
}

.mobile-inner-nav dd a {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size:15px;
}

.mobile-inner-nav dd a:hover {
    background-color: #117339;
}

.mobile_search input.notxt {
    background: none;
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 62px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    overflow: hidden;
    height: 37px;
    position: relative;
	background: #fff;
}

.mobile_search input.notxt {
    width: 84%;
    color: #566c99 !important;
    border: none;
    padding: 0 20px;
    height: 38px;
    box-sizing: border-box;
    font-size:16px;
    float: left;
}

.mobile_search .notxt1 {
    color: #ccc;
	font-size: 23px;
	margin-top:5px;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.6;
    font-size: 14px;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
    font-size: 14px;
}

.nav-open .mobile-inner-nav {
    width: 100%;
    display: block;
    position: fixed;
    left: 0px;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1);
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 100px 0 20px;
    transition: all 0.3s ease;
}

/* banner */
.banners{
	position: relative;
}
.banners .swiper-pagination{
 right: 30px;
    bottom: 16px;
}
.banners .swiper-pagination-bullet-active {
    background: #00804d
}
.banners .swiper-pagination-bullet{
   margin-left: 4px;
}
.banner img{
	width: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
}
.banner .img{
	display: block;
	overflow: hidden;
	width: 100%;
	/* height: 0; */
	/* padding-bottom: 56.25%; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	/* padding-bottom: calc(500% / 14); */
}
/* .banner:hover img{
	transform: scale(1.1);
} */
.banner .swiper-slide{
	overflow: hidden;
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #9292926b;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #00804d;
}
.banner .swiper-pagination{
	text-align: right;
	padding-left: 0;
	padding-right: 40px;
	box-sizing: border-box;
	bottom: 20px;
}
/* bannerç»“æŸ */



.textbox{
	width: 1130px;
	max-height: 125px;
	background-color: rgba(0, 96, 57, 0.65);
	position:absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
}
.textbox p{
	width: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 14px 20px 14px 40px;
	/* float: right; */
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}
.title{
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	margin:30px auto;
	color: #00633f;
	transition: transform 0.35s ease-out;
	cursor: pointer;
	overflow: hidden;
	width: 95%;
}

.bodyCon08 .students{
	width:100%;
	position:relative;
}
#four_flash{
	position:relative;
	width:1400px;
}
#four_flash .flashBg{
	width:1400px;
	height:460px;
	 margin:0 auto;
	 position:relative;
	 overflow:hidden;
}
#four_flash .flashBg ul.mobile{
	width:2000%;
	height:460px; 
	position:absolute;
	top:15; 
	left:0;
}
#four_flash .flashBg ul.mobile li{
	float:left;
	width:338px;
	height:450px;
	margin-right:15px;
	overflow: hidden;
}
#four_flash .but_left{
	position:absolute; 
	top:50%; 
	left:-45px;
	margin-top: -20px;
}
#four_flash .but_right{
	position:absolute;
	 top:50%; 
	 right:-45px;
	 margin-top: -20px;
}
/* .update-box .img{
	width: 100%;
	height: 200px;	
	overflow: hidden;
	margin-bottom: 3px;
} 
.update-box img{
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}*/
.update-box .up{
	width: 100%;
	height: 240px;
		background: #f2f7f7;
	/* border: solid 1px #aaaaaa; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.update-box .up span{
	width: 123px;
	height: 26px;
	background-color: #f4b42c;
	text-align: center;
	line-height: 26px;
	color: #070707;
	margin: 20px 0 10px;
	display: inline-block;
}
.update-box .up h3{
	font-size: 18px;
	color: #101010;
	margin: 0 20px 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
    overflow: hidden;
}
.update-box .up p{
	font-size: 15px;
	line-height: 20px;
	color: #424141;
	margin: 12px 20px 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.update-box img:hover{
	transform: scale(1.2);
}
/* .update-box:hover .up{
	border: solid 4px #00804d;
} */
.update-box:hover .up h3{
	color: #00804d;
}
.con_box1{
	display: none;
}
.text-center{
	text-align: center;
}

.update-box{
	border: solid 3px #fff;
}
.update-box:hover{
border: solid 3px #00804d;
}
.MORE{
	width: 300px;
	height: 65px;
	line-height: 65px;
	background-color: #0fa569;
	border-radius: 32px;
	font-size: 24px;
	display: inline-block;
	color: #fff;
	margin:50px 0;
}
.MORE a{
	display: block;
}
.research-teams{
	/* background: url(../images/bg2.png) no-repeat center top; */
	background: url(../images/mode4bg.png) no-repeat center top;
	padding:50px 0;
	display:inline-block;
	width: 100%;
}




.research-teams .line{
	width: 764px;
	height: 4px;
	background-color: #ffffff;
	opacity: 0.65;
	margin-top: 27px;
}
.research-teams .teams-tit{
	font-size: 46px;
	font-weight: bold;
	color: #ffffff;
	transition: transform 0.35s ease-out;
	cursor: pointer;
}
.row {
    margin-right: -2px;
    margin-left: -2px;
}
.teams-list{
	margin-top:40px;
	display: inline-block;
	width: 100%;
}
.teams-box{
	width: 100%;
}
.teams-box a{
	margin: 0 2px;
	display: block;
	background-color: rgba(32, 174, 80, 0.7);
	font-size: 18px;
	color: #ffffff;
	height:250px;
	transition: background-color 0.35s ease-out;
}
.teams-box a img{
	width: 88px;
	height: 84px;
	margin: 0 auto 20px;
	padding-top: 40px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.teams-box a:hover img  {
	width: 58px;
	height:54px;
	padding-top: 20px;
}
.teams-box a:hover{
	background-color: rgba(32, 174, 80, 0.3);
	
}
.teams-box a:hover img{
	top: -5px;
}

.about-us{
	background: url(../images/bg3.jpg) no-repeat center top;	
	overflow: hidden;
	width: 100%;
}
.about-us .title{
	margin:20px 0;
}
.about-us .text{
	font-size: 15px;
	color: #323232;
	line-height: 28px;
	font-weight: 600;
	margin-bottom:80px;
	
}
.digital{
	width:100%;
	margin-bottom:50px;
}
.mumping_mun li{
	float: left;
	width: 27%;
	color: #088b42;
}
.mun_top span{
	font-size: 72px;	
	position: relative;
	top: -10px;
	font-family: Bahnschrift;
	margin-left: 15px;
}
.mun_top sup{
	font-size: 30px;
	position: relative;
	top: -56px;
	font-weight: bold;	
}
.mun_top b{
	font-size: 26px;
	font-family: Bahnschrift-Bold;
}
.mun_top p{
	font-size: 18px;
	color: #171717;
	font-weight: 600;
	width:240px;
	
}
.mumping_mun .margin_no{width: auto;}
.mumping_mun .margin_no .mun_top p{
	width: 190px;
}
footer{
	background: url(../images/bg4.jpg) no-repeat; 
	padding: 70px 0 30px;
	color: #fff;
	background-size: 100% 100%;;
}
.menu-item{
	float: left;
	margin-right:40px;	
	font-size: 14px;
	line-height: 27px;
	height: 200px;
}
.menu-item dt{
	font-size: 22px;
	margin-bottom:15px;
	font-weight: 600;
}
.menu-item.margin_no{
	margin-right: 0;
}
.footer-divider{
	display: inline-block;
	width: 100%;
	background: #46d188;
	height: 3px;
	margin-bottom: 40px;
}
.foot-bottom ul{
	width: 800px;
	margin-top: 10px;
}
.foot-bottom ul li{
	float: left;
	height: 40px;
	width: 35%;
}
.foot-bottom ul .li4{
	width: 65%;
}
.foot-bottom ul li img{
	float: left;
	margin: 2px 5px 0 0;
}
.bottom{
	padding:35px 0;
	text-align: center;
	background-color: #00804d;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	color: #fff;
}


.bread-nav{
	background:#e8f6ec;
	line-height: 60px;
	font-size: 18px;
	color: #3e3e3e;
	font-weight:600;	
}
.bread-nav i{
	font-size: 25px;
	margin:0 5px ;
	position: relative;
	top:2px
}
.bread-nav img{
	margin-right: 15px;
	position: relative;
	top:4px
}
.conter .tab{
	margin: 50px 0 30px;
}
.conter .tab ul{
	display: inline-block;
	width:80%;
	
}
.conter .tab ul li{
	float: left;
	padding: 0 45px;
	line-height: 50px;
	background-color: #e7f8ea;
	text-align: center;
	margin-right: 10px;
	font-size: 22px;	
	color: #00804d;
	margin-bottom:20px;
}
.conter .tab ul li:hover,.conter .tab ul .active{
	background-color: #0fa569;
	color: #fff;
}
.conter .tab ul li a{
	display: block;
}
.conter .con-tit{
	border-bottom:2px solid #d5d5d5;
	font-size: 40px;
	color: #007848;
	line-height:80px;
	display: inline-block;
	width: 100%;
	margin-bottom:30px;
}
.conter .con-tit span{
	color: #818181;
}
.conter .con-tit span b{
	display: inline-block;
	margin: 0 20px;
	font-size:40px;
}
.conter .c_l{
	width: 750px;
	font-size: 15px;
	line-height: 29px;
	color: #424242;
	text-align:justify;
	margin-bottom: 150px;
	font-weight: bold;
}
.conter .c_r{
	width: 576px;
}
.conter .c_r img{
	width: 100%;
}
.Director_pic{
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
}
.Director_pic li{
	float: left;
	margin-right:166px;
	width: 224px;
}
.Director_pic li:nth-child(4),.Director_pic li:nth-child(8){
	margin-right:0;
}
/* .Director_pic .ship_img{
	width: 100%;
	overflow: hidden;
} */
.Director_pic img{
	width: 100%;
	border-radius: 0px 38px 0px 0px;
	transition: all 0.5s ease-in-out;
}
.Director_pic li img:hover{
	 transform: scale(1.08);
	  opacity: 0.85;
}
.Director_pic h3{
	font-size: 22px;		
	color: #191919;
	margin: 20px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.Director_pic p{
	font-size: 18px;
	color: #7a7a7a;
	font-weight: 600;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all; 
	height:50px;
	margin-bottom: 10px;
	line-height: 23px;
}
.Teams-list li{
	float: left;
	width: 440px;
	height: 100px;
	background:url(../images/Research-icon1.png) no-repeat top right #eef8f4;
	border-left:6px solid #00804d;
	margin: 0 20px 23px 0;
	font-size: 18px;
	font-weight: bold;
	color: #2b2b2b;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: flex;
	align-items: center;
	position: relative;
}
.Teams-list li a{
	display: inline-block;
	width: 100%;
}
.Teams-list :nth-child(3),
.Teams-list :nth-child(6),
.Teams-list :nth-child(9){
	margin-right: 0;
}
.Teams-list li p{
	margin-left: 30px;
	position: relative;
	z-index: 99;
}
.Teams-list li:hover{
	color: #fff;
}
.Teams-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: width 0.35s ease-out;
		background: #0fa569 url(../images/Research-icon2.png) no-repeat top right;
		background-size: contain;
	width:0px;
	z-index: 0;
}
.Teams-list li:hover::before {
	width: 100%;
	transition: width 0.35s ease-out;
}
.team_tit{
	padding-bottom:20px;
}
.team_tit b{
	width: 90px;
	height: 90px;
	border: solid 5px #00804d;
	text-align: center;
	line-height: 100px;
	font-size: 80px;
	color: #00804d;
	float: left;
	margin-top: 9px;
}
.team_tit span{
	float: left;
	width:950px;
	font-size: 42px;
	color: #00804d;
	display: inline-block;
	margin-left: 50px;
	font-weight: bold;
	
}
.breeding_box{
	padding-bottom:20px;
}
.breeding_box dl{
	padding-bottom: 60px;
	d
}
.breeding_box dt{
	font-size: 24px;
	color: #00804d;
	margin-bottom: 30px;
	font-weight: 600;
}
.breeding_box dd{
	font-size: 15px;
	line-height:28px;
	margin-bottom: 10px;
	color: #2a2a2a;
}
.breeding_box dd p{
	text-align: justify;
	line-height: 26px;
}
.breeding_box dd span{
	display: inline-block;
	width: 70px;
}
.breeding_box dd a:hover{
	color: #00804d;
}
.Award_list{
	padding-bottom:50px;
}
.Award_list h1{
	color: #00804d;
	font-size: 22px;
	border-bottom: 1px solid #eaeaea;
	padding: 0 20px;
	line-height: 88px;
}
.Award_list .con_list li a{
	display: block;
}
.Award_list .con_list li{
	border-bottom: 1px solid #eaeaea;
	padding: 0 20px;
	line-height: 88px;
	font-size: 20px;
}
.Award_list .con_list li span{			
	color: #212121;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}
.Award_list .con_list li span b{
	float: left;
	width: 9px;
	height: 9px;
	background: #00804d;
	margin: 40px 15px 0 0;
}
.Award_list .con_list li p{
	color: #404040;
}
.Award_list .con_list li:hover{
	background: #0fa569;
}
.Award_list .con_list li:hover span,.Award_list .con_list li:hover p{
	color: #fff;
}
.Award_list .con_list li:hover b{
	background: #fff;
}
.Varieties_list ul li,.Varieties_list h1{
	line-height:53px;
	font-size: 15px;
}
.Varieties_list h1{
	font-size: 16px;
}
.Varieties_list ul li:hover{
	background:none;
}
.Varieties_list ul li:hover span,.Varieties_list ul li:hover p{
	color: #007848;
	font-weight: 600;
}
.Research_Platforms_con h1{
	font-size: 40px;
	font-weight: bold;
	color: #00804d;
	margin: 130px 0 70px;
}
.Research_Platforms_con ul{
	text-align: center;
	margin-bottom: 90px;
	
}
.Research_Platforms_con ul li{
	display: inline-block;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #00804d;
	color: #00804d;
	font-size: 22px;
	margin-bottom: 20px;
}
.Research_Platforms_con ul li:hover{
	background-color: #00804d;
	color: #fff;
}
.Research_Platforms_con ul li a{
	display: block;
}
.res_l img{
	width: 653px;
	height: 374px;
}
.res_r{
	width: 600px;
	margin-left: 76px;
}
.res_r h2{
	font-size: 36px;		
	line-height: 52px;
	color: #00804d;
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
}
.res_r h2 b{
	width: 52px;
	height: 52px;
	background-image: linear-gradient(48deg,#f3de88 7%,#fffdf0 100%), 
	linear-gradient(#ebc04c, #ebc04c);
	background-blend-mode: normal, normal;
	border-radius: 22px;
	display: inline-block;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
}
.res_r h2 span{
	position: relative;
	z-index: 999;
}
.res_r p{
	text-align: justify;
	font-size: 15px;
	font-weight: bold;
	color: #2a2a2a;
	line-height: 28px;
}
.table table{
	background-color: #e1f5e9;
	width: 100%;
	margin:50px 0;
}
.table table th,.table table td{
	border: 6px solid #fff;
	height:100px;
	text-align: center;	
	font-size: 20px;
	color: #2b2b2b;
}
.table table th{
	background-color: #0fa569;
	font-size: 22px;
	color: #fff;
}
.table table .tr_l{
	text-align: left;
	padding-left: 50px;
}
.table table .th_1{
	width: 100px;
}
.table table .th_2{
	width: 170px;
}
.paging{
	margin: 30px auto;
	font-weight: bold;
	color: #636966;	

}
.paging a{
	display: block;
}
.paging li,.paging span{
	display: inline-block;	
	border: 1px solid #00ae84;
	border-radius: 5px;
	padding:5px 10px;
	cursor: pointer;
}
.paging li:hover,.paging span:hover,.paging .cur{
	background: #00ae84;
	color: #fff;
}
.Update_box{
	padding: 58px 0;
	border-bottom: 1px solid #d7d7d7;
}
.Update_box .up-b{
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.Update_box .up-b:hover{
	border-color: #f2f2fa;background-color: #f2f2fa;box-shadow: 0 5px 10px rgba(5,43,140,0.15);
}
.actitleBox p span,.actitleBox p{
	font-size: 14pt!important;
	color: #656565;
	text-align: justify;
	line-height: 32px;
}
.con-tit.no{
	margin: 0;
}
.up_l{
	width: 340px;
	height: 210px;
	overflow: hidden;
}
.up_l img{
	width: 100%;
	height: 210px;
	transition: all 0.5s ease-in-out;
}
.up_l img:hover{
	transform: scale(1.2);
}
.up_r{
	margin-left: 75px;
	width: 930px;
	color: #202020;
}
.up_r h2{
	font-size: 22px;
	margin:10px 0;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden; 
}
.up_r span{
	font-size: 20px;
	display: inline-block;
	margin-bottom:15px;
}
.up_r span img{
	float: left;
	margin: 2px 10px 0 0;
}
.up_r p{
	text-align: justify;
	font-size: 15px;
	line-height: 28px;
	color: #292929;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.Update_list{
	margin-bottom: 115px;
}


.article_content h1{
	font-size: 30px;
	color: #333333;
	margin:25px 0;
}
.art_r{
	width: 96%;
}
.article_control{
	font-size: 18px;	
	margin: 20px 0 40px;	
	color: #929292;
}
.article_control span{
	color: #00804d;
}
.article_control b{
	display: inline-block;
	margin: 0 10px;
}
.article_control a{	
	cursor: pointer;
}
.art_r .art_box{
	background-color: #e2f3eb;
	padding: 15px 0;
}
.art_r .art_box span{
	display: inline-block;
	margin-left: 40px;
	font-size: 18px;
	color: #929292;
}
.article p{
	font-size: 16px;
	color: #656565;
	text-align: justify;
	line-height: 32px;
	margin-bottom: 50px;
}
.article p img{
	/* width:70%; */
	margin:0 auto;
	display: inherit;
}


.share{
	width: 4%;
}
.share_box {
    line-height: 7px;
    text-align: center;
    color: rgb(1, 88, 156);
    font-size: 0px;
    z-index: 100;
    clear: both;
    position: relative;
}
 .share_box .share_title{
    display: block;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}
 .share_box .share_title::before{
    content: '';
    display: block;
    border-top: 1px dashed #e5e5e5;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
}
 .share_box .share_title span{
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    color: #ccc;
}
 .share_box .share_btn, .share_box .share_btn.share_more::after {
    line-height: 20px;
    margin-bottom:10px;
    position: relative;
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    border-radius: 50%;
}
 .share_box .share_btn i{
    font-size:16px;
    left: 50%;
    top: 50%;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 2;
    color: #fff;
}
 .share_box .share_btn.share_wechat {
    background: #00c800;
}
 .share_box .share_btn.share_sina {
     background: #f56467;
}
 .share_box .share_btn.share_qzone {
    background: #fece00;
}
 .share_box .share_btn.share_more::after {
     content: "";
     background: #65abab;
     position: absolute;
     border: 0px;
     left: 0px;
     margin: 0px;
}
 .share_box .share_btn.share_twitter {
    background: #68aaea;
}
 .share_box .share_btn.share_facebook {
    background: #405996;
}
 .share_box .share_btn.share_linkedin {
    background: #3983c4;
}
 .share_box .share_btn .alert_box {
     position: absolute;
     top: 100%;
     left: 0%;
     padding: 6px;
     display: none;
    z-index: 2;
    padding: 1px;
    z-index: 10;
}
 .share_box canvas {
     display: block;
    margin: 0 auto;
}
 .share_box .share_btn .alert_box.on{
    display: block;
}
 .share_box .share_more .share_btn {
    margin: 10px 0 0;
    border: 0px;
    /* border-radius: 0px;
     */
}
 .share_box .share_btn:hover .alert_box {
     display: block;
}
 .share_box .share_btn.share_wechat .alert_box{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform:translateX(-50%) translateY(-50%);
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    width: 210px;
    bottom: auto;
}
 .share_box .share_btn.share_wechat .alert_box.on{
    display: block;
}
 .share_box .share_btn.share_wechat .close{
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: right;
    font-size: 16px;
    color: #333;
}
 .share_box .share_btn.share_wechat .close::before{
    content: 'x';
}
 .share_box .share_btn.share_wechat .title{
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    margin: 0 0 10px;
    color: #333;
}
 .share_box .share_btn.share_wechat .wx_bottom{
    color: #666;
    line-height: 22px;
    text-align: left;
    font-size: 12px;
    margin: 10px 0 0;
}

.Contact h1{
	margin:30px 0;
	font-size: 48px;
	font-weight: bold;
	color: #00804d;
}
.Contact_L{
	width: 45%;
	height: 485px;
	background-color: #1c9e65;
	color: #fff;
	font-size: 20px;
}
.Contact_L ul{
	margin: 150px 80px 0 70px;
	line-height: 30px;
}
.Contact_L ul li{
	display: inline-block;
	width: 100%;
}
.Contact_L ul li i{
	width: 28px;
	height: 28px;
	border: solid 1px #87fbb3;
	border-radius: 50%;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin:3px 20px 0 0;
}
.Contact_L ul li span{
	float: left;
	width:70px;
	margin-bottom:25px;
}

.Contact{
	margin-bottom:50px;
}
.Contact_r{
	width:55%;
	position: relative;
	height: 485px;
}
.Contact_r .tactb_rbox{
	width: 100%;
	height: 400px;
	right: 0;
	bottom: 0;
	background:#ededed;
	position: absolute;
	
}
.sub14a2{
	width:660px;
	height: 440px;
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.logo img{
	height: 90px;
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}



.header.currents .MLS_navbg {
    background-color: #2c639a;
}
.header.currents {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    border: none;
	z-index: 999999;
}
.header.currents {
  -webkit-animation-name: upDown;
  animation-name: upDown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.header.currents .head {
  display: none;
}
@keyframes upDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/qianxr.png) no-repeat;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../images/qianxleft.png) no-repeat;
    left: 10px;
    right: auto;
}

.title:hover,.research-teams .teams-tit:hover{transform: translateX(10px) !important; }

.slick-news2{padding-bottom:50px;}
.slick-info2{
	margin: 0 10px;
	display: block;
	/* min-height: 270px; */
	/* box-shadow: rgba(5,43,140,0.15) 0 0 8px; */
	transition: transform 0.35s ease-out;}

.slick-arrow.slick-prev {
	background: url(../images/qianxleft.png) no-repeat;
	width: 21px;
	height: 39px;
	display: inline-block;
	font-size: 0;
	left:-25px;
}
.slick-arrow.slick-next{
	background: url(../images/qianxr.png) no-repeat;
	width: 21px;
	height: 39px;
	display: inline-block;
	font-size: 0;
	right:-25px;
}
.slick-arrow{
	border-radius: 0;
}

@media only screen and (max-width:1399px){
	.w_1400{
		width:98%;
		padding: 0 1%;
	}
	.mumping_mun li{
		width: 26%;
	}
	.conter .c_l,.conter .c_r{
		width: 50%;
	}
	.conter .c_r{
		text-align: right;
	}
	.conter .c_r img{
		width: 90%;
	}
	.con{
		padding: 0 15px;
	}
	.Director_pic li{
		margin-right:0;
		width:25%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.Teams-list li{
		width: 31%;
	}
	.up_r{
		width: 50%;
	}
	#four_flash,#four_flash .flashBg{
		width: 1200px;
	}
	#four_flash .flashBg ul.mobile li{
		width: 288px;
	}
}
@media only screen and (max-width:1300px){
	.head .fr{
		display: none;
	}
	.Teams-list li{
		width: 30%;
	}
	
}
@media only screen and (max-width:1280px){
	.nav,.bodyCon08{
		display: none;
	}
	.update-box .up{
		height: auto;
	}
	.update-box .up span{
		margin: 10px 0;
	}
	.con_box1{display: block; margin-bottom: 20px;}
	.mobile,.mobile-inner-header {
		height: 48px;
		display: block;
	}
	.head .logo{
		margin: 10px 0 5px 10px;
	}
	.head .logo img{
		width:80%;
		height:auto;
	}
	.mumping_mun li{
		width: 24%;
	}
	.Research_Platforms_con ul li{
		width: 96%;
		font-size: 14px;
		margin-bottom: 10px;
		height: 40px;
		line-height: 40px;
	}
	.research_box{
		padding: 0 10px;
	}
	.res_l,.res_r{
		width: 50%;
		margin: 0;
	}
	.res_l img{
		width: 90%;
		height:auto;
	}
	.Contact_L ul{
		margin: 150px 20px 0 20px;
	}
	#four_flash,#four_flash .flashBg{
		width: 100%;
	}
	.mumping_mun li{
		width: 49%;
		height: 157px;
	}
	.slick-list{
		width: 94%;
		margin:0 auto;
	}
	.slick-arrow.slick-prev{
		left: 1%;
	}
	.slick-arrow.slick-next{
		right: 1%;
	}
	.research-teams .teams-tit{
		font-size: 30px;
		margin-right: 20px;;
	}
	.menu-item{
		margin-right: 20px;
	}
	.menu-item dt{
		font-size: 18px;
	}
	.foot-bottom ul{
		width: 650px;
	}
	.conter .tab ul{
		width: 100%;
	}
	.main ul{
		padding-left: 200px;
	}
}
@media screen and (max-width:900px) {	
	.conter .c_r img{
		width: 100%;
	}
	.banner .swiper-pagination{
		text-align: center;
		padding-left: 0;
		bottom:10px;
	}	
	.textbox{
		bottom: 30%;
		width: 85%;
		height: auto;
		text-align: center;
		padding: 0 10px;
	}
	.textbox p{
		width: auto;
		padding: 10px 14px;
		font-size: 14px;
		margin: 0;
		font-weight: normal;
	}
	.title{
		font-size:26px;
		margin:20px 0;
		
	}
	.MORE{
		margin: 20px 0;
		height:40px;
		line-height: 40px;
		font-size: 18px;
		width: 50%;
	}
	.teams-box{
		width:100%;
		margin-bottom: 5px;
	}
	.research-teams .line{
		display: none;    
	}
	.research-teams .teams-tit{
		width: 100%;
		font-size: 26px;
		margin: 20px 0 ;
		text-align: center;
	}
	.research-teams{
		background: #00633f;
		padding: 0;
	}
	.teams-list{
		margin-top:0;
	}
	.about-us{
		background: #ebf8f0;
		padding-bottom: 10px;
	}
	.teams-box a{
		padding: 20px 0;
		height: auto;
	}
	.mumping_mun li,.mumping_mun .margin_no{
		    width: 313px;
		    margin-bottom: 20px;
		    margin:10px auto 0;
		    float: none;
	}
	.about-us .text{
		padding: 0 10px;
		margin-bottom:10px
	}
	.digital{
		margin-bottom: 10px;
	}
	.menu-item{
		width: 50%;
		margin:0;
	}
	.menu-item dt{
		font-size:16px;
	}
	.menu-item.margin_no{
		height: auto;
	}
	footer{
		padding:20px 10px 20px;
		background: #39a26b;
	}
	.bottom{
		padding:15px 0;		
		font-size:14px;		
	}
	.footer-divider{
		margin-bottom: 10px;
	}
	
	.foot-bottom .foot-logo img{
		width: 75%;
		margin-bottom: 15px;
	}
	.foot-bottom ul,.foot-bottom ul li,.foot-bottom ul .li4{
		width: 100%;
	}
	.foot-bottom ul .li4 img{
		margin-bottom: 30px;
	}
	.conter .tab{
		margin: 20px 0 0;
	}
	
	.conter .tab ul li{
		width: 31.3%;
		margin: 0 1% 10px;
		padding: 0;
		font-size: 15px;
		line-height:35px;
	}
	.bread-nav{
		line-height: 50px;
		font-size: 16px;
		padding-left: 10px;
	}
	.bread-nav .w_1400.text-right{
		text-align: left;
	}
	.con{
		padding: 0 10px;
	}
	.conter .con-tit{
		font-size:18px;
		line-height: 50px;
		margin-bottom:20px;
	}
	.conter .c_l,.conter .c_r,.Director_pic{
		width: 100%;
		margin-bottom: 15px;
	}
	.Director_pic li{
		width: 50%;
		padding:0 3%;
		margin-bottom: 10px;
	}
	.Director_pic li img{
		height:auto;
	}
	.Director_pic li h3{
		font-size: 16px;
		margin: 5px 0;
	}
	.Director_pic li p{
		font-size: 14px;
	}
	.Teams-list li{
		width:100%;
		box-sizing: border-box;
		margin: 0 0 10px 0;
	}
	.conter .tab ul{
		width: 100%;
	}
	.conter .tab .way li{
		width:98%;
	}
	.team_tit{
		margin:20px 0;
	}
	.team_tit b{
		width:30px ;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		font-size: 18px;
		border-width: 2px;
		margin:3px;
	}
	.team_tit span{
		margin-left: 10px;
		font-size: 16px;
		width: 80%;
	}
	.breeding_box dt{
		margin-bottom:15px;
		font-size: 16px;
	}
	.breeding_box dl,.breeding_box,.Award_list{
		padding-bottom:20px;
	}
	.Award_list h1,.Award_list .con_list li{
		height: 45px;
		line-height: 45px;
		font-size: 16px
	}
	.Award_list .con_list li span{
		width: 70%;
	}
	.Award_list .con_list li span b{
		margin:18px 10px 0 0 ;
	}
	.Update_box{
		padding: 20px 0;
	}
	.up_l img,.res_l img{
		width:100%;
		height: auto;		
	}
	.up_r,.res_r{
		margin: 0;
		width: 100%;
	}
	.up_r h2,.up_r span{
		font-size: 18px;
		margin:10px 0 0 0;
	}
	.up_r span img{
		width: 20px;
		margin-bottom: 10px;
	}
	.con-tit.no{
		margin: 0;
	}
	.paging{
		margin-top: 15px;
	}
	.Update_list{
		margin-bottom:25px;	
	}
	.Research_Platforms_con h1{
		font-size:18px;		    
		margin: 10px 0 20px;
	}
	.Research_Platforms_con ul{
		margin-bottom: 20px;
	}
	
	.research_box{
		padding: 0 2%;
	}
	.res_r h2{
		font-size: 22px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.res_r h2 b{
	    width: 30px;
	    height: 30px;
		position: absolute;
		top:9px;
		left: 0;
	}
	.table{
		padding: 0 2%;
	}
	.table table{
		margin: 10px 0;
	}
	.table table th, .table table td{
		font-size: 14px;
		padding: 0;
		text-align: center;
		border-width: 2px;
	}
	.table table .tr_l{
		padding: 0;
		text-align: center;
	}
	.share{
		display: none;
	}
	.art_r{
		padding: 0 2%;
	}
	.article p img{
		width: 100%;
	}
	.art_r .art_box span{
		margin-left: 15px;
		font-size: 14px;
		line-height: 23px;
	}
	.article_control{
		margin: 20px 0;
	}
	.article p{
		margin-bottom: 20px;
	}
	.Contact{
		margin-bottom:20px;
	}
	.Contact h1{
		font-size: 18px;
		text-align: center;
		margin: 20px 0;
	}
	.Contact_r,.Contact_L{
		width: 100%;
		height: auto;
		font-size: 14px;
		
	}
	.Contact_L ul li span{
		margin-bottom: 7px;
	}
	.Contact_L ul li i {
	    width: 20px;
	    height: 20px;
		margin-right:10px;
	}
	.Contact_L ul li i img{
		width:60%;
		position: relative;
		top:-3px;
	}
	.sub14a2{
		width: 96%;
		margin:0 auto;
	}
	.Contact_L ul{
		margin: 20px 15px;
		line-height: 25px;
	}
	.Contact_r .tactb_rbox{
		display: none;
	}
	.conter .con-tit span b{
		font-size: 22px;
		margin: 0 5px;
	}
	.article_content h1{
		font-size: 18px;
		margin:15px 0;
	}
	.update-box{
		width: 80%;
		margin: 0 auto;
	}
	.update-box .img{
		height: auto;
	}
	.slick-news2 .slick-arrow.slick-prev{
		left: 10px;
	}
	.slick-news2 .slick-arrow.slick-next{
		right: 10px;
	}
	.slick-news3 .slick-arrow.slick-prev{
		left: 10px;
	}
	.slick-news3 .slick-arrow.slick-next{
		right: 10px;
	}
	.slick-news2,.slick-news3{
		padding-bottom: 20px;
	}
	.main ul{
		padding-left: 0;
	}
}


@media screen and (max-width:767px) {	

.mumping_mun li{
	width: 100%;
	height: auto;
	margin-bottom: 20px;

}
.fl img{
	width: 59px;
	height: 59px;
}
.mun_top span{
	font-size: 40px;
}
.mun_top sup {
    font-size: 20px;
    top: -36px;
}
.mun_top b {
    font-size: 20px;
}

}

.mumping_mun li