@charset "UTF-8";

@font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url('../fonts/HELVETICANEUELTPRO-THEX.otf');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
	display:block;
}

input {
    border: none;
    background: none;
    outline: 0
}

textarea {
    outline: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.plr5 {
    padding: 0 5px
}

.plr10 {
    padding: 0 10px
}

.plr20 {
    padding: 0 20px
}

.hide{
	display:none;
}
.clearfix:before{
	display: table;
    content: " ";
}
.clearfix:after{
	clear: both;
	display: table;
    content: " ";
}
.marqueeleft{
	overflow:hidden;
	width:100%;
}
.marqueeleft ul{
	float:left;
}
html {
    font: 62.5% "微软雅黑",Arial;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: transparent;
    height: 100%
}

html {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

html,html body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    overflow-x: hidden;
    font-size: 1.2rem;
}

body.open {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgcw {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
    height: auto
}

.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}
.container{
	padding:0 2%;
	clear:both;
}

.gray{
	background-color:#f8f8f8;
}

html .scrollView {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 110px);
    height: -webkit-calc(100% - 110px);
}

#sitecontent{
	background: #fff;
    z-index: 1;
    position: relative;
    height: 100%;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1)
}
body.open #sitecontent {
    transform: translate3d(-260px,0,0);
    -webkit-transform: translate3d(-260px,0,0);
}
#header{
	width: 100%;
    background: #fff;
    height: 60px;
	position:relative;
}
#header .btn {
    padding: 15px;
    background: rgba(0,0,0,0);
}
#header .phone-tel{
	margin-top:5px;
	float:left;
	width:40px;
	height:40px;
	background:url(../images/top-tel.png) no-repeat center center /70%;
}
.lcbody {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}
.lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0px) rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
}
.lcitem .rect {
    width: 30px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
.lcitem .rect.top {
    transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
}
.lcitem .rect.bottom {
    transform: translate3d(0px, 6px, 0px);
    -webkit-transform: translate3d(0px, 6px, 0px);
}
#logo {
    float:left;
    height: 36px;
    padding: 12px 0;
    display: block;
    
}
#logo img {
    height: 36px;
    display: block;
    margin-left: 5px;
    float: none;
}

.scrollView {
    border-top: 1px solid rgba(0,0,0,.05);
}

#indexPage #mslider {
    height: 190px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bx-wrapper .bx-pager{
	bottom:10px;
}
.headnav{
	overflow:hidden;
}
.headnav a{
	width:33.3333333%;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	background:#1b9251;
	color:#fff;
	border-right: 1px solid #59af80;
	border-bottom:1px solid #59af80;
	box-sizing: border-box;
}
.headnav a:nth-child(3n){
	border-right:none;
}
.headnav a:nth-child(4),.headnav a:nth-child(5),.headnav a:nth-child(6){
	border-bottom:none;
}
.headmenu{
	margin-top:10px!important;
}

.bx-wrapper {
	background: #f8f8f8;
    background-color: transparent;
	margin: 0;
    box-shadow: none;
    border: none;
}

#indexPage #mslider ul li {
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#indexPage #mslider ul li, #indexPage #mslider {
    height: auto !important;
}

#indexPage #mslider .bx-wrapper .bx-pager {
    bottom: 16px;
	padding-top: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
    background-color: rgba(200, 200, 200, 0.6);
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #fff;
}

.bx-wrapper .bx-prev {
    left: 0
}

.bx-wrapper .bx-next {
    right: 0
}

.hot_words{
	background:#f5f5f5;
	width:100%;
	height:36px;
	line-height:36px;
	white-space:nowrap;
}
.hot_words .contain{
	overflow:auto;
	width:96%;
	margin:auto;
}
.hot_words .box{
	width:auto;
	height:36px;
}
.hot_words p{
	font-weight:bold;
	float:left;
}
.hot_words a{
	color:#333;
	float:left;
}
.hot_words span{
	float:left;
}
.hot_words span:last-child{
	display:none;
}


#indexPage .module {
    position: relative;
}

#indexPage .header {
    text-align:center;
	padding-top:20px;
	margin-bottom:10px;
}
#indexPage .header p.title {
    text-align: center;
	color: #333;
    font-size: 20px;
	color:#1b9251;
}
#indexPage .header p.subtitle {
    text-align: center;
	color: #c1c1c1;
    font-size: 1.2rem;
	text-transform:uppercase;
}
#indexPage .header::after {
    position: relative;
    content: "";
    height: 0px;
    background: #C3C3C3;
    margin: 12px 0 0;
    width: 30px;
    float: left;
    margin-left: -15px;
    left: 50%;
}
#indexPage .more {
	width:96%;
	height: 30px;
    display: block;
    margin: 20px auto 0px auto;
    line-height: 30px;
    text-align: center;
	position:relative;
}
#indexPage .more:after{
	content:"";
	position:absolute;
	width:100%;
	border-top:1px solid #dcdcdc;
	left:0;
	top:14px;
	z-index:5;
}
#indexPage .more a{
	color:#666;
	font-size:15px;
	position:relative;
	z-index:10;
	padding:0 5px;
	width:128px;
	display:block;
	margin:auto;
	background:#fff;
	line-height:30px;
	overflow:hidden;
}
#indexPage .more a p{
	float:left;
	line-height:30px;
	margin-right:5px;
}
#indexPage .more a span{
	width:30px;
	height:30px;
	float:right;
	border-radius:50%;
	background:#c9c9c9 url(../images/arrow_down.png) no-repeat center;
	background-size:60%;
}
#indexPage #mproduct .more{
	margin-top:10px;
}
#indexPage .person{
	padding-bottom:10px;
}
#indexPage #mpage {
    background-color: #ffffff;
	padding-bottom: 20px;
}
#indexPage #mpage .description {
    text-align: left;
	line-height: 2rem;
}
#indexPage #mpage .fimg {
    width: 100%;
    height: auto ;
	background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
	margin-top:16px;
}
#indexPage #mpage .fimg img {
    width: 100%;
    margin: 0;
    display: block;
    float: none;
}
#indexPage #mnews {
    height: auto;
	margin-top:15px;
}
#indexPage #mnews .tab{
	margin:0 10px;
	height:40px;
	border-bottom:2px solid #1b9251;
	margin-bottom:5px;
}
#indexPage #mnews .tab p{
	float:left;
	width:50%;
	text-align:center;
	line-height:40px;
	font-size:14px;
}
#indexPage #mnews .tab p.active{
	color:#fff;
	background:#1b9251;
}
#indexPage #cooperation .slider_wrapper{
	width: 96%;
	margin:auto;
	overflow:hidden;
	clear:both;
}
#indexPage #cooperation .slider_wrapper li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:15px;
}
#indexPage #cooperation .slider_wrapper li:nth-child(3n){
	margin-right:0;
}
#indexPage #cooperation .slider_wrapper img{
	width:100%;
}
#indexPage #cooperation .bx-wrapper .bx-controls-direction a{
	text-indent:0;
	text-align:center;
	line-height:32px;
}
#indexPage #cooperation .slider_wrapper a i{
	color: #a1a1a1;
	font-size:30px;
}
#indexPage #mnews .newslist{
	display:none;
}
#indexPage #mnews .newslist:first-of-type{
	display:block;
}
#indexPage .newslist .newstitem {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 0;
	border-bottom: rgba(0,0,0,0.05) 1px solid;
}
#indexPage .newslist .newstitem.smallHeight{
	height:30px;
}
#indexPage .newslist .newstitem .newsdate {  
	float: left;
}
#indexPage .newslist .newstitem .md {
	font-family: "HELVETICANEUELTPRO-THEX", Arial;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 0px;
    height: 0;
    padding: 0 60px 0 0;
    text-align: right;
}
#indexPage .newslist .newsinfo .year {
	font-family: "HELVETICANEUELTPRO-THEX", Arial;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 0;
    padding: 0;
    margin-left: 55px;
    text-align: left;
}
#indexPage .newslist .newsbody {
    margin-top: 7px;
}
#indexPage .newslist .newsbody .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    color: #464646;
}
#indexPage .newslist .newsbody .description {
    width: 100%;
    height: 45px;
    line-height: 22px;
    font-size: 1.3rem;
    color: #6a6a6a;
    overflow: hidden;
    margin-top: 10px;
}
#indexPage .bg-white{
	background:#fff;
	padding-bottom:0.1px;
}
#indexPage #mteam {
    background-color: #f8f8f8;
}
#indexPage #mteam .slider_wrapper {
    height: 204px;
	width: 90%;
	overflow: hidden;
    margin: 0 auto;
}
#indexPage #mteam .slider_wrapper .serviceitem {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
	height: 204px;
}
#indexPage #mteam .slider_wrapper .serviceitem img{
	width: 220px;
    height: 149px;
	margin:0 auto;
}
#indexPage #mteam .slider_wrapper .serviceitem p{
	text-align:center;
}
#indexPage #mteam .slider_wrapper .serviceitem p.title{
	color: #595959;
    font-size: 1.6rem;
    height: 42px;
    line-height: 46px;
}
#indexPage #mteam .slider_wrapper .serviceitem p.desc{
	color: #868686;
    font-size: 1.3rem;
    line-height: 2.2rem;
    height: 48px;
    overflow: hidden;
    width: 100%;
}
#indexPage #mteam .slider_wrapper .bx-controls-direction a {
	position: absolute;
    margin: 20px 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
	width: 60px;
    height: 60px;
    top: 8px;
	text-indent: 0;
    background: none;
    font-size: 30px;
}
#indexPage #mteam .slider_wrapper .bx-controls-direction a i {
    top: 26px;
	color: #a1a1a1;
    position: relative;
}
#indexPage #mteam .slider_wrapper .bx-controls-direction a.bx-next {
    text-align: right;
}
#indexPage #mteam .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

#indexPage #mcontact #contactlist h3 {
    font-size: 1.4rem;
    color: #474747;
    line-height: 2rem;
    margin-bottom: 10px;
    font-weight: normal;
	text-align:center;
	width:100%;
}
#indexPage #mcontact #contactlist p {
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #999999;
    height: 2.4rem;
    width: 100%;
	text-align:center;
}
#indexPage #mcontact #contactlist p.ellipsis a {
    color: #646464;
	text-decoration: underline;
}
#indexPage #mcontact .weixin{
	text-align:center;
}
#indexPage #mcontact .weixin .wx{
	display:inline-block;
	margin:0 10px;
	width:120px;
}
#indexPage #mcontact .weixin .wx img{
	width:100%;
}
#indexPage #mproduct .prolist{
	overflow:hidden;
}
#indexPage #mproduct .prolist li{
	float:left;
	margin:0 2%;
	width:46%;
	position:relative;
}
#indexPage #mproduct .prolist li .imgBox img{
	width:100%;
}
#indexPage #mproduct .prolist li p{
	text-align:center;
	height:40px;
	line-height:40px;
	color:#929292;
	font-size:12px;
}
#indexPage #mproduct .prolist li .con{
	position:absolute;
	width:80%;
	background:#fff;
	bottom:10px;
	left:10%;
	text-align:center;
	padding:6px 0;
}
#indexPage #mproduct .prolist li .con p{
	color:#f25a29;
	font-weight:bold;
	height:14px;
	line-height:14px;
	font-size:14px;
	margin-bottom:5px;
}
#indexPage #mproduct .prolist li .con span{
	color:#666;
}
#indexPage #mproduct .mcase li{
	margin-bottom:15px;
}
#indexPage #mproduct .prolist li.full{
	float:none;
	width:96%;
}
.mhonor{
	margin-bottom:10px;
}
#indexPage .advantage .header{
	padding-top:10px;
}
.advantage .mc{
	padding:0 2%;
	margin-top:25px;
	margin-bottom:25px;
	position:relative;
}
.advantage .mc .bx-wrapper .bx-pager{
	bottom:-25px;
}
.advantage .mc .bx-wrapper .bx-pager a{
	width:13px;
	height:13px;
	margin:0 10px;
	border-radius:50%;
}
.advantage .mc .bx-wrapper .bx-pager a.active,.advantage .mc .bx-wrapper .bx-pager a:hover,.advantage .mc .bx-wrapper .bx-pager a:focus{
	background:#1b9251;
}
.advantage .detail{
	margin-bottom:15px;
}
.advantage .detail .mt{
	padding-bottom:13px;
	border-bottom:2px solid rgb(213,213,213);
	overflow:hidden;
}
.advantage .detail .mt .icon{
	width:45px;
	margin-right:5px;
}
.advantage .detail .mt .number{
	height:40px;
	margin-right:7px;
}
.advantage .detail .mt img{
	float:left;
}
.advantage .detail .mt .sub{
	float:left;
}
.advantage .detail .mt .sub p{
	color:#38352c;
	font-weight:bold;
	font-size:23px;
	line-height:23px;
	margin-bottom:2px;
}
.advantage .detail .mt .sub span{
	color:#999;
	font-size:13px;
	text-transform:uppercase;
}
.advantage .detail .des{
	line-height:28px;
	margin-top:10px;
	font-size:14px;
}
.mline{
	margin-top:20px;
	position:relative;
}
.mline .mt{
	position:absolute;
	color:#fff;
	left:10px;
	top:27%;
	font-size:14px;
}
.mline .mc{
	position:absolute;
	color:#fff;
	right:8%;
	top:18%;
	font-size:14px;
}
.mline .mc a{
	color:#fff;
}
.report{
	padding-bottom:10px;
}
#footer {
    background: #fff;
}
#footer p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    color: #8e8e8e;
	background:#f5f5f5;
    height: 2rem;
    line-height: 2rem;
	margin-top:10px;
	text-align:center;
}
.iPage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
	background: rgba(0,0,0,0);
}

#leftcontrol {
    width: 260px;
    height: 100%;
    background: #FAFAFA;
    position: fixed;
	top:0;
	right:0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
#leftcontrol >ul {
    padding-top: 0px;
}
#leftcontrol ul li {
	display: block;
    min-height: 49px;
    font-size: 1.3rem;
    width: 100%;
    border-top: 1px solid #EBEBEB;
}
#leftcontrol ul li a {
	display: block;
	color: #666;
	padding: 0 25px;
    font-family: "HELVETICANEUELTPRO-THEX";
    height: 50px;
    line-height: 51px;
}
#leftcontrol ul li a span{
	display: inline-block;
}
#leftcontrol ul li a span.circle {
    border: #D8D8D8 1px solid;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    background-color: transparent;
	margin-right: 15px;
    position: relative;
    top: 1px;
}
#leftcontrol ul li a span.more {
    width: 12px;
    height: 12px;
    position: relative;
    float: right;
    top: 20px;
}
#leftcontrol ul li a span.more span {
    background: #474747;
    position: absolute;
}
#leftcontrol ul li a span.more span.h{	
	width: 12px;
    height: 2px;
	transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
}
#leftcontrol ul li a span.more span.v {
    transform: rotate3d(0,0,1,90deg) translate3d(5px,0,0);
    -webkit-transform: rotate3d(0,0,1,90deg) translate3d(5px,0,0);
}
#leftcontrol > ul > li.active a {
    background: #333;
    color: #fff;
}
#leftcontrol ul li.active a span.circle {
    border-color: #fff;
    background-color: #fff;
    margin-right: 15px;
}
#leftcontrol ul li.active a span.more span.v {
    transform: rotate3d(0,0,0,0) translate3d(0,5px,0);
    -webkit-transform: rotate3d(0,0,0,0) translate3d(0,5px,0);
}
#leftcontrol ul li .subnav {
    height: 0;
    overflow: hidden;
}
#leftcontrol ul.subnav li a {
    background: #ebebeb;
    color: #4E4E4E;
}
#leftcontrol ul.subnav li a i {
    color: #B4B4B4;
	margin-right: 20px;
    font-size: 1.5rem;
}
#leftcontrol ul.subnav li a.active{
    background: #555;
    color: #fff;
}
body.open .lcbody {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
}
body.open .lcitem {
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
body.open .lcitem.bottom {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
}

body.open .lcitem .rect {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
}



#pagepost .content {
    position: relative;
    z-index: 1;
}
#pagepost .content .header {
    padding: 20px 0 10px 0px;
}
#pagepost .content .header:nth-of-type(2),#pagepost .content .header:nth-of-type(1){
	padding-top:10px;
}
#pagepost .content .header p.title {
    color: #444;
    font-size: 1.6rem;
	text-align: center;
}
#pagepost .content .header p.subtitle {
    color: #c1c1c1;
    font-size: 1.2rem;
	text-align: center;
}
#pagepost .content .postbody {
    line-height: 30px;
    font-size: 13px;
    color: #aaa;
	border-bottom:1px dotted #e3e3e3;
	padding-bottom:20px;
}
#pagepost .content .postbody .bline{
	margin-top:10px;
}
#pagepost .content .postbody img,
#pagepost .content .postbody .ad_img img{
	   max-width: 100%;
    margin: 10px auto!important;
    display: block;
    width: 100%;
    float: none;
    height: auto;
}
#pagepost .content .postbody .learnMore{
	height:40px;
	line-height:40px;
	width:130px;
	background:#f5f5f5;
	display:block;
	margin:auto;
	text-align:center;
	color:#666;
	margin-top:15px;
}
#pagepost .content .other .mc li img{
	width:100%;
}
#pagepost .content .other .mc li p{
	height: 60px;
    line-height: 60px;
    text-align: center;
    background: #eb6100;
	color:#fff;
	margin-bottom:20px;
}
#pagepost .content iframe{
	display:none;
}
#pagepost .case li{
	float:left;
	width:49%;
	margin-right:2%;
}
#pagepost .case li:nth-of-type(2n){
	margin-right:0;
}
#pagepost .case li a{
	width:100%;
	height:100%;
	display:block;
}
#pagepost .case li img{
	width:100%;
}
#pagepost .case li .title{
	height:40px;
	line-height:40px;
	color:#666;
	display:block;
}
#pagepost #newslist .newstitem {
    height: 58px;
    padding-top: 40px;
    padding-bottom: 0;
	border-bottom: rgba(0,0,0,0.05) 1px solid;
}
#pagepost #newslist .newstitem .newsdate {  
	float: left;
    margin-bottom: 15px;
}
#pagepost #newslist .newstitem .md {
	font-family: "HELVETICANEUELTPRO-THEX", Arial;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 0px;
    height: 0;
    padding: 0 60px 0 0;
    text-align: right;
}
#pagepost #newslist .newsinfo .year {
	font-family: "HELVETICANEUELTPRO-THEX", Arial;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 0;
    padding: 0;
    margin-left: 55px;
    text-align: left;
}
#pagepost #newslist .newsbody {
    margin-top: 10px;
}
#pagepost #newslist .newsbody .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 1.6rem;
    color: #464646;
}
#pagepost #newslist .newsbody .description {
    width: 100%;
    height: 45px;
    line-height: 22px;
    font-size: 1.3rem;
    color: #6a6a6a;
    overflow: hidden;
    margin-top: 10px;
	display:none;
}
#pagepost .feedback li{
	margin-bottom:10px;
}
#pagepost .feedback li label{
	display:none;
}
#pagepost .feedback li input{
	width:100%;
	height:40px;
	line-height:40px;
	text-indent:10px;
	border:1px solid #ccc;
}

#pagepost .feedback li:nth-of-type(17) label,
#pagepost .feedback li:nth-of-type(18) label{
	display:block;
	font-size:14px;	
    height: 42px;
    line-height: 42px;
}
#pagepost .feedback li .dropdown-radio em{
	float:left;
	font-style:normal;
	margin-right:10px;
}
#pagepost .feedback li .dropdown-radio input{
	float:left;
	height:14px;
	line-height:14px;
	font-size:14px;	
	margin-top:2px;
    width: auto;
}
#pagepost .feedback li textarea{
	width:94%;
	height:80px;
	padding:3%;
}

#pagepost .content .header p.title .scuess-btn{
	display: block;
    width: 60%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #6b6b6b;
    color: #fff;
    font-size: 14px;
}
#mainnav{
	margin-top: 20px;
	margin-bottom:10px;
}
#mainnav a{
	display:inline-block;
	width: 25%;
	text-align:center;
	font-size:13px;
	color:#666;
	margin-bottom:10px;
}
#mainnav a i{
	display:block;
	width:75%;
	margin:0 auto 10px;
}
#mainnav a i img{
	width:100%;
}
.footer_nav{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:51px;
	padding:9px 2%;
	border-top:1px solid #f8f8f8;
	z-index:100;
	background:#fff;
	box-sizing:border-box;
}
.footer_nav a{
	float:left;
	width:23.5%;
	height:32px;
	line-height:32px;
	margin-right:2%;
	text-align:center;
	border-radius:5px;
	color:#333;
	background:#eee;
}
.footer_nav a:last-child{
	margin-right:0;
}





.this_words{
	padding-top: 10px;
	color:#333;
	line-height:25px;
}
.this_words p{
	font-weight:bold;
	display:inline-block;
}
.this_words a{
	color:#333;
}
.this_words span:last-child{
	display:none;
}
.re_news>p{
	line-height: 35px;
	font-weight: bold;
	border-bottom: 2px solid #35a769;
	margin-bottom: 10px;
}
.re_news .con a{
	margin-bottom:10px;
	color:#333;
}
.son_nav{margin-top:20px;text-align:center;}
.son_nav a{width:23%;height:36px;line-height:36px;border-radius:5px;background:#1b9251;color:#fff;display:inline-block;margin-right:2%;transition: color 0s;margin-bottom:10px;}
.son_nav a:nth-child(4n){margin-right:0;}
.son_nav a.active{background:#f3490d;}
.son_menu{overflow:hidden;text-align:center;margin-bottom:10px;}
.son_menu nav{border-bottom:1px solid #d8d8d8;width:100%;overflow:auto;}
.son_menu nav a{display:inline-block;padding:0 5px;line-height:39px;color:#333;position:relative;}
.son_menu nav a:last-child{margin-right:0;}
.son_menu nav a:before{content:"";display:block;width:100%;height:2px;position:absolute;left:0;bottom:-1px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.son_menu nav a.active:before{background:#ff0e34;}
.son_menu nav a.active{color:#ff0e34;}
.son_menu .box{width:auto;overflow:hidden;margin:auto;}


.xwzx{min-height:350px;margin-bottom:20px;margin-top:10px;}
.xwzx li{width:96%;padding:10px 2%;background:#f7f7f7;position:relative;margin-bottom:15px;position:relative;overflow:hidden;}
.xwzx li a{display:block;position:relative;z-index:1;}
.xwzx li .pic{float:left;width:40%;height:100px;margin-right:2%;}
.xwzx li .pic img{width:100%;height:100%;display:block;}
.xwzx li .detail{float:right;width:58%;}
.xwzx li .detail .tt{color:#333;font-size:14px;margin-top:5px;}
.xwzx li .detail .date{font-size:12px;color:#999;margin-top:12px;}
.xwzx li .detail .des{font-size:12px;color:#999;line-height:23px;height:69px;overflow:hidden;margin-top:3px;}

.cpzx{
	margin-top:15px;
}
.cpzx li{
	float:left;
	width:49%;
	margin-right:2%;
}
.cpzx li:nth-child(2n){
	margin-right:0;
}
.cpzx li img{
	width:100%;
}
.cpzx li p{
	text-align:center;
	width:100%;
	color:#333;
	height:40px;
	line-height:40px;
}
.orientation{
	margin-top:20px;
}
.orientation p{
	line-height:30px;
	font-size:14px;
}
.orientation p a{
	color:#666;
}
.mypage {
  margin-top: 20px;
  text-align: center;
}
.mypage span,
.mypage a,
.mypage p {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  text-decoration: none;
  border: 1px solid #999;
  background: #fff;
  color: #333;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mypage span.current,
.mypage a.current,
.mypage p.current,
.mypage span:hover,
.mypage a:hover,
.mypage p:hover {
  background: #333;
  color: #fff;
}









