/*border*/

.borderT0 {
    border-top: 0 none!important;
}

.borderB0 {
    border-bottom: 0 none!important;
}

.borderR0 {
    border-right: 0 none!important;
}

.borderL0 {
    border-left: 0 none!important;
}















/*margin*/

.margin-bottom-none {
    margin-bottom: 0px!important;
}

.margin-top-none {
    margin-top: 0px!important;
}

.margin-right-none {
    margin-right: 0px!important;
}

.margin-left-none {
    margin-left: 0px!important;
}


















/*padding*/

.paddingT0 {
    padding-top: 0!important;
}

.paddingB0 {
    padding-bottom: 0!important;
}

.paddingL0 {
    padding-left: 0!important;
}

.paddingR0 {
    padding-right: 0!important;
}
















/*display*/

.displayNone {
    display: none;
}

.displayBlock {
    display: block!important;
}
















/*float*/

.floatLeft {
    float: left!important;
}

.floatRight {
    float: right!important;
}
















/*position*/

.positionR {
    position: relative!important;
}















/*textAlign*/

.textAlignL {
    text-align: left!important;
}

.textAlignR {
    text-align: right!important;
}

.textAlignC {
    text-align: center!important;
}















/*清浮动*/

.clearFloat-t:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}



















/*video::-webkit-media-controls-start-playback-button {display: none;}*/

.placeholder {
    color: #ccc!important;
}















/*弹出层遮罩*/

.popMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/maskbg.png) repeat;
    z-index: 2;
}

body {
    min-width: 1300px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.index_center {
    width: 1210px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
}












body.pageLoaded {
    overflow-y: visible;
}

.overLay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #FFF;
}

.overLay img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -167px;
}



/*header*/

.index_header {
    width: 100%;
    height: 134px;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.index_headerFixed{
    position: fixed;
    top:0;
    left:0;
    z-index: 2000;  
}

.whiteH134{
    width: 100%;
    height: 134px;
    background-color: #FFF;
}

.xPage_logo{
    width: 304px!important;
    /*margin-left: 30px!important;*/
    /*margin-top: 70px!important;*/
}

.logo {
   
    margin-top: 30px;
    float: left;
}

.index_nav {
    width: 866px;
    height: 134px;
    float: left;
}

.index_navT {
    height: 40px;
}

.navT_all {
    float: right;
    height: 22px;
    line-height: 22px;
    margin-top: 18px;
    font-size: 12px;
    position: relative;
}

.navT_all span {
    float: left;
}

.index_nav_icon {
    cursor: pointer;
}

.wx_icon,
.wb_icon,
.qq_icon {
    display: block;
    width: 26px;
    height: 22px;
}

.QR_area {
    display: none;
    position: absolute;
    top: 25px;
    left: -50px;
    width: 125px;
    height: 125px;
    z-index: 1200;
}

.wx_icon:hover .QR_area{
    display: block;
}

.wx_icon {
    margin-right: 15px;
    background: url(../images/wx.png) no-repeat center;
}

.wb_icon {
    margin-right: 10px;
    background: url(../images/wb.png) no-repeat center;
}

.qq_icon {
    margin-right: 30px;
    background: url(../images/qq.png) no-repeat center;
}

.wx_icon:hover {
    background: url(../images/wx_hover.png) no-repeat center;
}

.wb_icon:hover {
    background: url(../images/wb_hover.png) no-repeat center;
}

.qq_icon:hover {
    background: url(../images/qq_hover.png) no-repeat center;
}

.qq_icon a{
    display: block;
    width: 100%;
    height: 100%;
}

.navT_all .rx {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-right: 16px;
}

.navT_all .lan {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.navT_all .tel {
    display: block;
    font-size: 16px;
    color: #6eb92b;
    font-weight: bold;
    margin-right: 28px;
}

.navT_all .lan.active {
    font-size: 12px;
    color: #6eb92b;
    font-weight: bold;
}

.mrg6 {
    margin-right: 6px;
}

.index_navC {
    height: 96px;
    position: relative;
}

.index_navC .index_navUl {
    float: right;
    height: 96px;
}

.index_navC .index_navUl li {
    height: 68px;
    float: left;
}

.index_navC .index_navUl li:last-child a {
    padding-right: 6px;
}

.index_navC .index_navUl li a {
    display: block;
    height: 68px;
    line-height: 68px;
    padding: 0 20px 0 30px;
    color: #8c8c8c;
    font-size: 16px;
}

.index_navC .index_navUl li a.active {
    color: #000;
}

.hasDown {
    background: url(../images/down.png) no-repeat right center;
}

.nav_box {
    display: none;
    position: absolute;
    top: 80px;
    height: 74px;
    background-color: #FFF;
    z-index: 1000;
    padding: 0 25px;
}

.nav_box ul {
    overflow: hidden;
    padding-right: 209px;
    background: url(../images/line.png) no-repeat right center;
}

.nav_box ul li {
    float: left;
    height: 74px;
}

.nav_box ul li a {
    display: block;
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #000;
    padding: 0 12px;
}

.nav_box ul li a.active {
    color: #6eb92b;
}

.nav_box1 {
    /*left:305px;*/
    left: 215px;
}

.nav_box2 {
    left: 430px;
}

.nav_box3 {
    left: 140px;
}

.nav_box4 {
    left: 335px;
}

.index_navUl li a:hover {
    color: #000;
}

.nav_box ul li a:hover {
    color: #6eb92b;
}





/*footer*/

.index_footer {
    width: 100%;
    height: 473px;
}

.index_footerT {
    width: 100%;
    height: 406px;
    background-color: #f1f1f1;
    margin-top: 40px;
}

.footer_img {
    width: 516px;
    height: 329px;
    position: absolute;
    top: -34px;
    left: 0;
}

.QR_img {
    width: 125px;
    height: 125px;
    position: absolute;
    top: -34px;
    right: 0;
    margin-right: 10px;
}

.footer_logo {
    /*width: 334px;
    height: 40px;*/
    position: absolute;
    top: 162px;
    right: 0;
    margin-right: 10px;
}
.footer_nav_logo img{
	position: relative;
	left: 24px;
}
.index_footerT ul {
    overflow: hidden;
    position: absolute;
    top: 272px;
    right: 0;
    margin-right: 10px;
}

.index_footerT ul li {
    float: left;
    color: #d3d3d3;
}

.index_footerT ul li a {
    padding: 0 15px;
    color: #8c8c8c;
    font-size: 13px;
}

.index_footerT ul li:last-child a {
    padding-right: 6px;
}

.index_footerT ul li a.active {
    color: #000;
}

.index_footerT ul li a:hover {
    color: #000;
}

.index_footerB {
    padding-top: 9px;
    width: 100%;
    height: 58px;
    background-color: #000;
}

.index_footerB p {
    height: 58px;
    line-height: 58px;
    color: #919191;
    font-size: 12px;
}

.index_footerB a {
    color: #919191;
    font-size: 12px;
}

.index_footerB a:hover{
    color:#FFF;
} 

/*backTop*/

.backTop {
    display: none;
    width: 38px;
    height: 69px;
    background: #FFF url(../images/backtop.png) no-repeat center;
    border-radius: 4px;
    position: fixed;
    bottom: 512px;
    right: 240px;
}

.backTop:hover {
    cursor: pointer;
    background: #FFF url(../images/backtophover.png) no-repeat center;
}

/*内页头部*/
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.clearfloat_L:after{
    display: block;
    content: '';
    clear: both;
}
.case_banner{
    width: 100%;
    height: 416px;
    text-align: center;
    margin-top: -50px;
    
}
.case_content{
    width: 1100px;
    margin: 0 auto;
    margin-top: 77px;
    margin-bottom: 125px;
}

.mrgT8{
    margin-top: 8px;
}

/*内页内容tab*/
.tab_button {
    margin-bottom: 38px;
}
.tab_button .tab_button_c{
    color: #999;
    font-size: 16px;
    margin-right: 46px;
    margin-left: 7px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.tab_button .tab_button_c.active{
    color: #343434;
    font-size: 29.31px;
    border-bottom: 3px solid #7cc040;
    font-weight: bold;
    height: 52px;
}

/*内页底部*/
.foot .top{
    width: 100%;
    height: 229px;
    background-color: #f1f1f1;
}
.foot .foot_cnt{
    width: 1100px;
    margin: 0 auto;
}
.foot .code {
    margin-top: 42px;
}
.foot .footer_nav {
    margin-top: 72px;
}
.foot .footer_nav .footer_nav_logo{
    margin-bottom: 25px;
    text-align: right;
}
.foot .footer_nav .footer_nav_nav ul li{
    color: #8C8C8C;
    font-size: 13px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.foot .footer_nav .footer_nav_nav ul li.right0{
    padding-right: 0 !important;
}
.foot .footer_nav .footer_nav_nav ul li.line:after{
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #D3D3D3;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}
.foot .footer_nav .footer_nav_nav ul li:hover{
    color: #000;
}
.foot .bottom{
    height: 68px;
    line-height: 68px;
    background-color: #000;
}
.foot .bottom .footb_cnt{
    width: 1100px;
    margin: 0 auto;
    color: #919191;
    font-size: 12px;
}
.foot .bottom .footb_cnt a{
    color: #919191;
}
.foot .bottom .footb_cnt a:hover{
    color: #fff;
}

/*å·¦æµ®åŠ¨*/
.floatLeft{
	float: left!important;
}

/*å³æµ®åŠ¨*/
.floatRight{
	float: right!important;
}

/*åŽ»é™¤margin*/
.marginNone{
	margin: 0!important;
}

.marginLeft0{
	margin-left: 0!important;
}

.marginRight0{
	margin-right: 0!important;
}

.marginTop0{
	margin-top: 0!important;
}

.marginBottom0{
	margin-bottom: 0!important;
}

/*åŽ»é™¤padding*/
.padding0{
	padding: 0!important;
}

.paddingLeft0{
	padding-left: 0!important;
}

.paddingRight0{
	padding-right: 0!important;
}

.paddingTop0{
	padding-top: 0!important;
}

.paddingBottom0{
	padding-bottom: 0!important;
}

/*æ˜¾ç¤ºéšè—*/
.displayBlock{
	display: block!important;
}

.displayNone{
	display: none!important;
}

/*æ–‡æœ¬ä½ç½®*/
.textAlignCenter{
	text-align: center!important;
}

.textAlignLeft{
	text-align: left!important;
}

.textAlignRight{
	text-align: right!important;
}

/*æº¢å‡ºéšè—*/
.overflowHidden{
	overflow: hidden!important;
}

/*æ¸…æµ®åŠ¨*/
.clearFloat:after {
	clear: both;
	content: '.';
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	visibility: hidden;
}


/*åŽ»é™¤border*/
.border0{
	border: 0!important;
}

.borderTop0{
	border-top: 0!important;
}

.borderbottom0{
	border-bottom: 0!important;
	text-overflow: ellipsis;
}

.borderLeft0{
	border-left: 0!important;
}

.borderRight0{
	border-right: 0!important;
}


/* body{
	position: relative;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
} */


/* header */
#header{
	width: 100%;
	height: 145px;
	background: #fff;
}

#header .inner{
	width: 1360px;
	margin: 0 auto;
	height: 100%;
}

.headerLogo {
	float: left;
}

#header .rightNavBox {
	float: right;
	overflow: hidden;
	padding-top: 30px;
}

#header .rightNavBox  .row{
	overflow: hidden;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .rightNavBox  .row .icon{
	margin-left: 18px;
	display: inline-block;
	position: relative;
}

#header .rightNavBox  .row .lable{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-left: 34px;
	line-height: 1;
}

#header .rightNavBox .row .tel{
	font-size: 16px;
	color: #77bb3b;
	margin-left: 10px;
	line-height: 1;
	position: relative;
	top: 2px;
}


#header .rightNavBox .nav{
	font-size: 16px;
	color: #8c8c8c;
	margin-left: 40px;
	margin-top: 39px;
}

#header .rightNavBox a.active{
	color: #000!important;
}
#header .rightNavBox a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#header .rightNavBox a img{
	display: block;
	margin-left: 8px;
}

#header .rightNavBox .nav:hover{
	color: #000;
}

.marginRight100{
	margin-right: 100px;
}


/* footer */

.footerBox{
    width: 100%;
    
    background: #2c2e2e url(../images/bottombg.png) no-repeat left top;
}

.footerBox .inner{
	padding-top: 76px;
	padding-bottom: 66px;
    width: 1360px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
		position: relative;
}

.footerBox .inner .bg2Bottom{
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -50px;
}

.footerBox .inner .column{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 12;
}

.footerBox .inner .column1 img.logo{
    margin-bottom: 46px;
		margin-top: 0!important;
}

.footerBox .inner .column1 .box{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    color: #979898;
}

.footerBox .inner .column1 .box span:hover{
    color: #fff;
}

.footerBox .inner .column1 .box .line{
    width: 1px;
    height: 14px;
    margin: 0 8px;
    background: #979898;
}

.footerBox .inner .column1 .box img{
    margin-right: 12px;
}

.footerBox .inner .column2 h1{
    font-size: 22px;
    color: #fff;
    line-height: 1;
    margin-bottom: ;
    margin-bottom: 14px;
    margin-top: 8px;
}

.footerBox .inner .column2 h2{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 22px;
}

.footerBox .inner .column2 .line{
    width: 50px;
    height: 1px;
    background: #676868;
    margin-bottom: 27px;
}

.footerBox .inner .column2 a{
    font-size: 14px;
    color: #979898;
    margin-bottom: 20px;
}

.footerBox .inner .column2 a:hover{
    color: #fff;
}

.footerBox .inner .column2 .bottomIconBox{
    width: 130px;
    /*justify-content: space-between;*/
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}


.footerBox .inner .column2 .bottomIconBox .iconBgBox{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.footerBox .inner .column2 .bottomIconBox .wechat{
    background: url(../images/bottom-wechat.png);
}

.footerBox .inner .column2 .bottomIconBox .wechat:hover{
    background: url(../images/bottom-wechat-active.png)!important;
}

.footerBox .inner .column2 .bottomIconBox .sina{
    background: url(../images/bottom-sina.png);
}

.footerBox .inner .column2 .bottomIconBox .sina:hover{
    background: url(../images/bottom-sina-active.png);
}

.footerBox .inner .column2 .bottomIconBox .qq{
    background: url(../images/bottom-qq.png);
}

.footerBox .inner .column2 .bottomIconBox .qq:hover{
    background: url(../images/bottom-qq-active.png);
}

.footerBox .inner .column2 .qrCode{
    align-self: baseline;
}

.footerBox .inner .column4 p.grey{
    font-size: 12px;
    color: #979898!important;
    font-family: arial;
    text-align: right;
    margin-bottom: 8px;
}

.footerBox .inner .column4 p.grey a{
    color: #979898!important;
}

.footerBox .inner .column4 p.grey a:hover{
    color: #fff
}

.marginBottom45{
    margin-bottom: 45px!important;
}

.footerBox .inner .column4 .big{
    font-size: 26px;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
    text-align: right;
}

.footerBox .inner .column4 h2{
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-bottom: 66px;
    text-align: right;
}

.footerBox .inner .column4 .colorE0{
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1;
    margin-bottom: 6px;
    text-align: right;
}

.marginTop25{
    margin-top: 25px;
}


/* title */
.commonTitle {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 83px;
}

.commonTitle .cn{
	font-size: 34px;
	color: #78bd3e;
	font-weight: bold;
	line-height: 1;
}

.commonTitle .en{
	text-transform: uppercase;
	font-size: 34px;
	margin-left: 27px;
	color: #cecece;
	line-height: 1;
}

.navBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 35px;
	box-sizing: border-box;
}

.navBox a{
	display: block;
	font-size: 18px;
	color: #b3b3b3;
	margin-right: 70px;
	padding-bottom: 15px;
}

.navBox a.active{
	font-size: 30px;
	border-bottom: 4px solid #78bd3e;
	color: #222;
}

.marginBottom85{
	margin-bottom: 85px;
}

.marginBottom55{
	margin-bottom: 55px;
}
/*---新增---*/


.innerNavNew{
    width: 100%;
    /*padding-top: 54px;*/
    padding-left: 0px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 34px;
}

.innerNavNew a{
    display: block;
    width: 126px;
    height: 40px;
    border: 2px solid #7cc040;
    color: #202020;
    font-size: 18px;
    margin-right: 28px;
    border-radius: 6px;
    text-align: center;
    line-height: 43px;
}

.innerNavNew a.active{
    background: #7cc040;
    color: #fff;
}

.innerNavNew a:hover{
    background: #7cc040;
    color: #fff;
}