body{    
	/*background-image: url(../images/rdzn_hdbg.png);*/
	background-color: #fff;
    background-repeat: repeat-y;
    background-position: center;
    overflow-x: hidden!important;
	font-family:'sans-serif','Arail';
}
}
/* @SP */
@media all and (max-width: 767px) {
	.nav-open #Breadcrumb,
	.nav-open #Main,
	.nav-open #Footer{
		display:none;
	}
}

head {
  font-family: mode-pc;
}

/* @SP */
@media all and (max-width: 767px) {
	head {
		font-family: mode-sp;
	}
}



/*----------------------------------------------------
   #Header
-----------------------------------------------------*/

#Header{
	position:fixed;
	top:0;
	left: 0;
	width:80px;
	height:100%;
	background: #fff;
	z-index: 15000;
  
}

/* #Header open
-----------------------------------------------------------------*/
#Header #GlobalNavi,
#Header #SearchNavi,
#Header #SnsNavi{
	pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#Header._nav-open #GlobalNavi,
#Header._search-open #SearchNavi,
#Header._search-open #SnsNavi{
	right:0;
}

#Header .cover{
	visibility:hidden;
	opacity:0;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:100;
	top:0;
	left:0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#Header.nav01-open .cover,
#Header.nav02-open .cover,
#Header.nav03-open .cover{
	visibility:visible;
	opacity:1;
}

#Header.nav01-open .ico-b{
	opacity:0;
}
#Header.nav02-open .ico-a{
	opacity:0;
}

/* @SP */
@media all and (max-width: 767px) {
	#Header .cover{
		display:none;
		top:66px;
	}
}

.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}

/* animation */
#Header{
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

/* waku */
#Header.nav01-open,
#Header.nav02-open,
#Header.nav03-open{
	width:312px;
	z-index: 21000;
}
#Header.nav01-open .inner,
#Header.nav02-open .inner,
#Header.nav03-open .inner{
	opacity:0;
}

/* @SP */
@media all and (max-width: 767px) {
	#Header.nav01-open,
	#Header.nav02-open,
	#Header.nav03-open{
		width:auto;
	}
	#Header.nav01-open .inner,
	#Header.nav02-open .inner,
	#Header.nav03-open .inner{
		display:none;
	}
}

/* each ico */
#Header .ico-a{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	cursor:pointer;
	display: block;
	z-index: 102;
	/* border-bottom: 1px solid #009944; */
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#Header .ico-a:hover{background-color: #f2f2f2;}
#Header.nav01-open .ico-a{
	border-bottom:none;
}
#Header .ico-a .bar {
	width: 26px;
	height: 2px;
	display: block;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;display: none;
}
#Header .ico-a span {
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
#Header .ico-a .inline{
	display:block;
	position:relative;
	width:100%;
	height:100%;
  background: url(../images/rdzn_lm2.png) no-repeat center;
}
#Header.nav01-open .ico-a .inline {
   background: none;
}
#Header .ico-a .middle {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }

#Header .ico-a .top {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  width: 13px;
  }

#Header .ico-a .bottom {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  width: 13px;
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -13px;
  }
  #Header .ico-a:hover .top {
  width: 26px;
  }
  #Header .ico-a:hover .bottom {
  width: 26px;
  }

#Header.nav01-open .ico-a{
	pointer-events: auto;
	cursor:pointer;
	background-color: #f2f2f2;
}
#Header .ico-a.trg-close{z-index:104;}
#Header.nav01-open .ico-a.trg-close{z-index:106;}
#Header.nav01-open .ico-a .middle {
	opacity:0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);}

#Header.nav01-open .ico-a .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
  width: 26px;    display: block;
  }

#Header.nav01-open .ico-a .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
  width: 26px;    display: block;
  }

/* ico b */
#Header .ico-b{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 240px;
	left: 0;
	display: block;
	z-index: 102;
	cursor:pointer;
	background: rgba(0,0,0,0);
	
	-webkit-transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
	transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
}
#Header .ico-b:hover{background-color:#f2f2f2;}
#Header.nav02-open .ico-b{
	border-bottom:none;
}
#Header .ico-b span{
	display:block;
}
#Header .ico-b .inline{
	display:block;
	position:relative;
	width:100%;
	height:100%;
   background: url(../images/rdzn_yx.png) no-repeat center;
}
#Header .ico-b .inline span {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
#Header .ico-b .circle{
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #FFF;
	top: 29px;
	left: 28px;
}
#Header .ico-b .bar{
	width: 10px;
	height: 2px;
	display: block;
	background: #fff;
	position: absolute;
}
#Header .ico-b .bar01{
    top: 46px;
    left: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#Header .ico-b .bar02{
	opacity:0;
    top: 29px;
    left: 38px;
	width:26px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#Header.nav02-open .ico-b{
	top:0;
	background: #009944;
	pointer-events: auto;
	cursor:pointer;
}
#Header.nav02-open .ico-b .circle{
	opacity:0;
	width:0;
	height:0;
}
#Header.nav02-open .ico-b .bar{
	width:26px;
}
#Header.nav02-open .ico-b .bar01{
    top: 36px;
    left: 25px;
}
#Header.nav02-open .ico-b .bar02{
	opacity:1;
    top: 36px;
    left: 25px;
}

/* ico c */
#Header .ico-c{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 80px;
	left: 0;
	display: block;
	z-index: 102;
	cursor:pointer;
	background: rgba(0,0,0,0);
	/* border-bottom: 1px solid #009944; */
	-webkit-transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
	transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
}
#Header .ico-c.trg-close{z-index:104;}
#Header.nav03-open .ico-c.trg-close{z-index:106;}

#Header .ico-c:hover{background-color: #f2f2f2;}
#Header.nav03-open .ico-c{
	border-bottom:none;
}
#Header .ico-c span{
	display: none;
}
#Header .ico-c .inline{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background: url(../images/rdzn_yy2.png) no-repeat center;
}
#Header.nav03-open .ico-c .inline{background: none;}
#Header .ico-c .inline span {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
#Header .ico-c .circle-fill{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
}
#Header .ico-c .thin-line{
	position: absolute;
	width: 11px;
	height: 1px;
	background: #000;
}
#Header .ico-c .fill01{
	top: 29px;
	left: 41px
}
#Header .ico-c .fill02{
	top: 38px;
	left: 28px;
}
#Header .ico-c .fill03{
	top: 46px;
	left: 41px;
}
#Header .ico-c .line01{
	top: 35px;
	left: 32px;
	-webkit-transform: rotate(-34deg);
	transform: rotate(-34deg);
}
#Header .ico-c .line02{
	top: 44px;
	left: 32px;
	-webkit-transform: rotate(-34deg);
	transform: rotate(34deg);
}

/* ico d */
#Header .ico-d{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 160px;
	left: 0;
	display: block;
	z-index: 102;
	cursor:pointer;
	background: rgba(0,0,0,0);
	/* border-bottom: 1px solid #009944; */
	-webkit-transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
	transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
}
#Header .ico-d:hover{background-color: #f2f2f2;}
#Header .ico-d .inline {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/rdzn_ss.png) no-repeat center;
}
#Header .ico-d .inline a{
    display: block;
    width: 100%;
    height: 100%;
}

/* open */
#Header.nav03-open .ico-c{
	top:0;
	background: #f2f2f2;
	pointer-events: auto;
	cursor:pointer;
}
#Header.nav03-open .circle-fill{
	display: none;
}
#Header.nav03-open .ico-c .thin-line{
	width:26px;
	height: 2px;
	display: block;
}
#Header.nav03-open .ico-c .line01{
	top: 34px;
	left: 25px;
	-webkit-transform: rotate(45deg) translateX(5px);
	-ms-transform: rotate(45deg) translateX(5px);
	transform: rotate(45deg) translateX(5px);
}
#Header.nav03-open .ico-c .line02{
	top: 34px;
	left: 25px;
	-webkit-transform: rotate(-45deg) translateY(5px);
	-ms-transform: rotate(-45deg) translateY(5px);
	transform: rotate(-45deg) translateY(5px);
}


/*搜索框*/
.public_search{
	
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%,-50%);
    width: 652px;
    height: 310px;
    z-index: 999999;
    content: "cc";
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transform: translate(-50%,-50%);
}
.search_ng_img {
    background-image: url(../images/rdzn_searchbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-size: auto auto;
}
.search_title{
    position: absolute;
    top: 36px;
    left: 194px;
    z-index: 1;
    width: 264px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.p_dimage{
    position: absolute;
    top: 10px;
    left: 612px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.p_contentBox {
    position: absolute;
    top: 155px;
    left: 135px;
    z-index: 3;
    width: 382px;
    height: 45px;
}
.p_headbox {
    width: auto;
    height: auto;
    overflow: visible;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(6, 77, 161, 1);
    position: relative;
    background-color: rgb(255, 255, 255);
}
.search_ng_img .p_searchBox {
    width: auto;
    height: 41px;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    padding: 0;
    margin: 0;
    border-width: 0;
    border-style: none;
    border-color: rgba(228,228,228,0);
    position: relative;
}
.search_ng_img .p_input {
    width: 300px;
    display: inline-block;
    height: 41px;
    color: inherit;
    position: relative;
    font-size: 16px;
    color: #fff;
}
.search_ng_img .p_input input, .search_ng_img .p_input .InputText {
    display: inline-block;
    height: 100%;
    width: inherit;
    line-height: inherit;
    border-width: 0;
    border-style: solid;
    border-color: #f0f0f0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #969696;
    background-color: transparent;
}
.search_ng_img .p_searchBtn {
    width: 75px;
    height: 41px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    color: rgba(255,255,255,1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: rgba(6, 77, 161, 1);
    text-align: center;
    position: inherit;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
}
.search_ng_img .p_searchBtn .lan_sky{background: none;border: none;display: block;width: 100%;display: block;}
.search_ng_img .p_searchBtn .font {
    display: block;
    vertical-align: middle;
    bottom: 0;
    height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 33px;
    text-align: center;
    
}
.search_ng_img .p_searchBtn .font i.iconfont{
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 20px;
    display: block;
    background-image: url(../images/rdzn_ss_ico.png);
    background-size: 100%;
}
/* ico e */
#Header .ico-e{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 320px;
	left: 0;
	display: block;
	z-index: 102;
	cursor:pointer;
	background: rgba(0,0,0,0);
	
	-webkit-transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
	transition: all 0.3s ease , top 0.7s cubic-bezier(0.905, 0.005, 0.095, 1.000), background .4s ease;
}
#Header .ico-e:hover{background-color:#f2f2f2;}
#Header.nav02-open .ico-b{
	border-bottom:none;
}
#Header .ico-e span{
	display:block;
}
#Header .ico-e .inline{
	display:block;
	position:relative;
	width:100%;
	height:100%;
   background: url(../images/rdzn_home2.png) no-repeat center;
}
#Header .ico-e .inline span {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}

/* @SP */
@media all and (max-width: 767px) {
	#Header .ico-a,
	#Header .ico-b,
	#Header .ico-c{
		width:67px;
		height:67px;
	}
	#Header .ico-a,
	#Header.nav01-open .ico-a{
		top: 0;
		right: 0;
	}
	#Header .ico-b{
		top: 0;
		right: 67px;
	}
	#Header.nav02-open .ico-b{
		top: 0;
		right:0;
	}
	#Header .ico-b .circle{
		top: 24px;
		left: 22px;
	}
	#Header .ico-b .bar01{
		top: 40px;
		left: 33px;
	}
	#Header .ico-b .bar02{
		top: 24px;
		left: 33px;
	}

	#Header .ico-c{
		top: 0;
    right: 134px;
	}
	#Header.nav03-open .ico-c{
		top: 0;
		right: 5px;
	}
	#Header.nav03-open .ico-c{
		border-left: none;
	}
	#Header .ico-c .fill01{
		top: 24px;
		left: 35px
	}
	#Header .ico-c .fill02{
		top: 33px;
		left: 22px;
	}
	#Header .ico-c .fill03{
		top: 41px;
		left: 35px;
	}
	#Header .ico-c .line01{
		top: 30px;
		left: 26px;
		-webkit-transform: rotate(-34deg);
		transform: rotate(-34deg);
	}
	#Header .ico-c .line02{
		top: 39px;
		left: 26px;
		-webkit-transform: rotate(-34deg);
		transform: rotate(34deg);
	}

	#Header .ico-a,
	#Header .ico-b,
	#Header .ico-c{
		border-bottom:none;
    border-left: 1px solid #021421;
	}
	#Header.nav01-open .ico-a,
	#Header.nav02-open .ico-b,
	#Header.nav02-open .ico-c{
		border-left:none;
	}
	#Header.nav02-open .ico-b .bar01,
	#Header.nav02-open .ico-b .bar02,
	#Header.nav02-open .ico-b .bar02{
		top: 32px;
    left: 20px;
	}
}

/* hover */
.mode-pc #Header .trg-close:hover{
	background:#0c3758;
}


/*----------------------------------------------------
   #GlobalNavi
-----------------------------------------------------*/
#GlobalNavi{
	visibility:hidden;
	position:fixed;
	top:0;
	z-index: 103;
	width:312px;
	height:100%;
	background: rgba(255, 255, 255, 0.95);
	padding:30px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	left: 0;
	opacity:0;
}
#GlobalNavi ul{
	margin-top:50px;
   overflow-y: auto;
   height: calc(100% - 50px);
}
#GlobalNavi ul li{
	opacity:0;
	border-top: 1px solid #f2f2f2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*margin-left:20px;*/
}
#GlobalNavi ul li:last-child{
	border-bottom: 1px solid #f2f2f2;
}
#GlobalNavi ul li a{
	display:block;
	padding: 20px 43px;
	-webkit-transition: all .3s ease;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	transition: all .3s ease;
	height:59px;
	/* text-align: center; */
}
#GlobalNavi ul li a:hover{
	background: #009944;
	color: #fff;
}

/*-- animation --*/
#GlobalNavi.animation{
	visibility:visible;
	opacity:1;
}
#GlobalNavi.animation ul li{
	opacity:1;
	margin-left:0;
}

@media all and (max-width: 1535px) {
	#GlobalNavi ul li a {
		padding: 17px 43px;
	}
}
/* @SP */
@media all and (max-width: 767px) {
	#GlobalNavi{
		overflow:hidden;
		position:absolute;
		width:100% !important;
		height:auto;
		top: 68px;
		right: inherit;
		left:0;
		display:none;
		visibility:visible !important;
	}
	#GlobalNavi ul{
		margin-top:0;
	}
	#GlobalNavi ul li a{
		text-align:center;
	}
	#GlobalNavi.animation{
		display:block;
		opacity:1 !important;
	}
}



input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #021c30 inset;
		-webkit-text-fill-color: #FFF !important;
}




/*----------------------------------------------------
   #SnsNavi
-----------------------------------------------------*/
#SnsNavi{
	visibility:hidden;
	position:fixed;
	top:0;
	z-index:103;
	width:312px;
	height:100%;
	background: rgba(255, 255, 255, 0.95);
	padding:30px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	left: 0;
	opacity:0;
}
#SnsNavi .rdzn_yy{
	width: 226px;
	margin: 96px auto 0;
}
#SnsNavi .rdzn_yy:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
#SnsNavi a{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	float: left;
	padding: 33px;
	transition: background 0.3s ease 0s;
	margin: 0;
}
#SnsNavi a.rdzn_cn {
    background: url(../images/rdzn_cn.png) no-repeat center;
    float: left;
}
#SnsNavi a.rdzn_en {
    background: url(../images/rdzn_en.png) no-repeat center;
    float: right;
}

#SnsNavi a.rdzn_cn:hover{
	background: #efefef url(../images/rdzn_cn.png) no-repeat center;
}
#SnsNavi a.rdzn_en:hover{
	background: #efefef url(../images/rdzn_en.png) no-repeat center;
}

#SnsNavi li img{
	width: 100%;
	height: auto;
}
#SnsNavi.animation{
	visibility:visible;
	opacity:1;
}

/* @SP */
@media all and (max-width: 767px) {
	#SnsNavi{
		overflow:hidden;
		position:absolute;
		width:100% !important;
		height:auto;
		top: 68px;
		right: inherit;
		padding:0 20px 40px;
		visibility:visible !important;
		box-sizing: border-box;
	}
	#SnsNavi ul{
		width: 300px;
		margin: 0 auto;
	}
	#SnsNavi ul li span{
		margin: 0 auto;
	}
}

/* open / close */
#Header.nav01-open .ico-b{
	opacity:0;
}
#Header.nav01-open .ico-c{
	opacity:0;
}
#Header.nav01-open .ico-d {
    opacity: 0;
}
#Header.nav02-open .ico-a{
	display:none;
}
#Header.nav02-open .ico-c{
	display:none;
}
#Header.nav02-open .ico-d {
    opacity: 0;
}
#Header.nav03-open .ico-a{
	display:none;
}
#Header.nav03-open .ico-b{
	display:none;
}
#Header.nav03-open .ico-d {
    opacity: 0;
}

#Header.nav01-open #GlobalNavi{
	pointer-events: auto;
	z-index: 105;
}
#Header.nav02-open #SearchNavi{
	pointer-events: auto;
}
#Header.nav03-open #SnsNavi{
	pointer-events: auto;
	z-index: 104;
}

.prroxq_con{width: 60%;top: 2%;left: 100px;text-align: center;position: absolute;}
.prroxq_con .prroxq_about_tit {
    color: #fff;
    font-size: 58px;
    line-height: 76px;
   font-family:'sans-serif','Arail';
    text-shadow: 0px 0px 10px #666;
}
.prroxq_con .prroxq_about_entit {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}

.prroxq_con .button {
    margin-top: 30px;
}
.prroxq_con .button a {
    max-width: 160px;
    width: 100%;
    height: 38px;
    color: #fff;
    margin: 0 3px;
    border-radius: 3px;
    border: 1px #fff solid;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}
.prroxq_con .button a {
    text-decoration: none!important;
}
.prroxq_con .wenzi-xz .button a {
    text-align: center;
}
.prroxq_con .button a:hover {
    color: #fff;
    background: #333;
}



/* home_share */
.float-right-box {
    width: 250px;
    position: absolute;
    height: 50px;
    left: 15px;
    bottom: 5%;
    background-color: rgba(6, 77, 161, 1);
    z-index: 200;
    transition: width 0.3s ease 0s;
}
.float-right-box.clon {
    width: 50px;
    overflow: hidden;
    background-color: #fff;
}
.float-right-box .f-cb {
    zoom: 1;
}
.float-right-box .bot-share {
    position: relative;
    height: 50px;
    width: 250px;
}
.float-right-box .fl {
    float: left;
    display: inline;
}
.float-right-box .fr {
    float: right;
    display: inline;
}
.float-right-box .bot-share .share {
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: width 0.3s ease 0s;
}

.float-right-box .bot-share a {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    transition: background 0.3s ease 0s;
    margin: 0;
    padding: 0;
}
.bdshare-button-style0-16 a:hover {
    color: #333;
    opacity: .8;
    filter: alpha(opacity=80);
}

.float-right-box .bot-share .sina{
  background: url(../images/rdzn_xlh.png) no-repeat center;
}
.float-right-box .bot-share .wx{
  background: url(../images/rdzn_wxh.png) no-repeat center;
}
.float-right-box .bot-share .tx{
  background: url(../images/rdzn_qqh.png) no-repeat center;
}
.float-right-box .bot-share .more{
  background: url(../images/rdzn_moreh.png) no-repeat center;
}



.float-right-box.clon .bot-share .share-ico {
    background: url(../images/rdzn_fx2.png) no-repeat center;
}
.float-right-box .bot-share .share-ico {
    background: url(../images/rdzn_fx2h.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    z-index: 50;
    position: relative;
    transition: all 0.3s;
}

.prroxq_con .about_con{margin-bottom: 250px;overflow: inherit;}

.float-right-box .bot-share a:hover {
    background-color: #06438a;
}
.nav01-open .float-right-box, .nav03-open .float-right-box{z-index: 1;}



/*内页公共样式*/
.about_con{overflow:hidden;width: 1400px;margin: 0 auto;position: relative;}
/*头部banner公用样式*/
.a_banner{position: relative;width: 100%;overflow: hidden;}
.a_banner .about_img img{display: block;max-width:none;width:100%;min-height: 290px;}
.a_banner .prxq_tup img{max-width:-webkit-fill-available !important;}
.about_tit{position: absolute;top: 50px;left:0px;right:0px;z-index: 102;width: 1280px;height: 56px;text-align: left;margin: 0 auto;}
.about_tit span{font-size: 65px;color:#3e3e3e;font-weight: bold;}
.about_entit{position: absolute;top: 188px;left:0px;right:0px;z-index: 102;width:1200px;height: 56px;text-align: left;margin: 0 auto;}
.about_entit span{font-size: 20px;color:#333333; line-height:50px;}
.enabout_img {position: absolute;top: 0px;left: 800px;z-index: 104;width: 650px;height: 350px;}
.enabout_img img{display: block;width: 100%;}
.a_banner .logo {position: absolute;top: 35px;right: 50px;z-index: 101;width: 210px;height: 71px;}



/*about菜单*/
.about_menu{width:100%;margin: 0 auto;position: relative; padding: 50px 0;}
.about_menu .yj_box {
    display: block;
    float: left;
    overflow: visible;
    margin-right: 10px;
    margin-bottom:20px;
    position: relative;
}
.about_menu .link {
    display: block;
    position: relative;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #6a6a6a;
    min-width: 126px;
}
.about_menu .yj_link {
    height: 36px;
    line-height: 36px;
    padding: 0 23px;
    background-color: #f2f2f2;
    border:1px solid #dddddd;
    cursor: pointer;
}
.about_menu .ej_box {position: relative;margin: 3px 0;}
.about_menu .ej_link {
    line-height: 32px;
    border-top: none;
    color: #555;
    font-size: 14px;
    background-color: #e6e6e6;
}
.about_menu .ej_body{width: 100%;display: none;position: absolute;z-index:99;}
.about_menu .yj_box:hover .yj_link,.about_menu .yj_box.current .yj_link {color: #009944;background-color: #f7f4a5;border:1px solid #f7f4a5;}
.about_menu .yj_link a {display: block;}
.about_menu .yj_box:hover .yj_a,.about_menu .yj_box.current .yj_a {color: #009944;}
.about_menu .yj_box:hover .ej_body{display: block;}
.about_menu .ej_box:not(:last-child) .ej_link {border-bottom: none;}
.about_menu .ej_box:hover .ej_link {background-color: #f7f4a5;color: #009944;}


.about_title{background-color: rgba(242, 242, 242, 1);padding: 10px 0;overflow: hidden;width: 100%;text-align: center;margin-bottom: 10px;}
.about_title span{display: inline-block;font-size: 40px;color: #009944;font-weight: bold;}


.prroxq_con .about_menu .yj_link{background:url(../images/navi_arr.png) no-repeat right !important;border: none !important;}
.prroxq_con .about_menu .yj_link a{font-size: 16px;color: #ffffff;}
.prroxq_con .about_menu .ej_box{margin: auto !important;}
.prroxq_con .about_menu .ej_body {border-radius: 15px;overflow: hidden;background: rgba(255,255,255,0.4);}
.prroxq_con .about_menu .ej_link{background: none;}
.prroxq_con .about_menu .ej_link a{color: #ffffff;}
.prroxq_con .about_menu .ej_box:hover .ej_link{background:#009944;}
.site_content{width: calc(100% - 80px);overflow: hidden;margin-left: 80px;}

/*footer*/
.footer{background: #f7f4a5;overflow: hidden;padding: 80px 0 0;/*width: calc(100% - 80px);margin-left: 80px;*/}
.footer_con{width: 1440px;position: relative;overflow: hidden;margin: 0 auto 30px;}
.footer_left{display: block;float: left;width: 17.5%; padding-top:5%}
.footer_right{display: block;float: left;width: 82.5%;}
.footer_right ul li{display: block;float: left;width: 23.5%;overflow: hidden;}
.footer_right ul li:nth-child(1),.footer_right ul li:nth-child(2),.footer_right ul li:nth-child(3){min-height: 200px;}
.footer_right ul li:nth-child(5){width: 10%;}
.footer_right ul li:nth-child(1){width: 16%; margin-left:3%}
.footer_right ul li:nth-child(2){width: 25.3%;}
.footer_right ul li:nth-child(3){width: 19.8%;}
.footer_right ul li .f_title{padding-bottom: 10px;}
.footer_right ul li .f_title a{
	vertical-align: middle;
    font-size: 14px;
    color: #009944 !important;
    font-weight: bold;
    text-align: left;
    position: relative;
}
.footer_right ul li .f_entit a{
line-height: 24px;
    color: #009944;
    font-size: 14px;
    }
.footer_bon{background: #f7f4a5;height: 50px;line-height: 50px;text-align: center;overflow: hidden;}





.product_top{width: 55%;top: 35%;text-align: center;position: absolute;}
.product_top_weizhi1{left: 100px;}
.product_top_weizhi2{right: 100px;}

.product_top .prroxq_about_tit {
    color: #fff;
    font-size: 58px;
    line-height: 76px;
    font-family:'Open Sans','sans-serif';
    text-shadow: 0px 0px 10px #666;
}
.product_top .prroxq_about_entit {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}

.product_top .button {
    margin-top: 30px;
}
.product_top .button a {
    max-width: 160px;
    width: 100%;
    height: 38px;
    color: #fff;
    margin: 0 3px;
    border-radius: 3px;
    border: 1px #fff solid;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}
.product_top .button a {
    text-decoration: none!important;
}
.product_top .wenzi-xz .button a {
    text-align: center;
}
.product_top .button a:hover {
    color: #fff;
    background: #333;
}
