/*
	-- public
	-- indexs
	-- others
*/
/* public start */
body{
	overflow-x: hidden;
	color: #666;
}
a{	
	color: #0081ff;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
a:focus, a:hover{
	color: #0081ff;
	text-decoration: none;
}
.navbar>.container .navbar-brand{
	width: 70px;
	height: 50px;
	padding: 0;
	margin-left: 10px;
}
.navbar-brand.brand1{
	background: url('../img/logo_mnc_white.png') center/contain no-repeat;
}
.navbar-brand.brand2{
	background: url('../img/logo_cgy_white.png') center/contain no-repeat;
}
.nav{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.navbar{
	-webkit-box-shadow: 0 1px 5px #aaa;
	-moz-box-shadow: 0 1px 5px #aaa;
	-ms-box-shadow: 0 1px 5px #aaa;
	-o-box-shadow: 0 1px 5px #aaa;
	box-shadow: 0 1px 5px #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #0081ff;
}
.navbar-nav>li>a{
	color: #fff;
	background-color: transparent;
	line-height: 30px;
}
.navbar li.active a{
	color: #0081ff;
	background-color: #fff;
}
.navbar li a:hover, .navbar li a:focus{
	color: #0081ff;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-toggle{
	margin: 8px 15px;
}
.navheight{
	height: 50px;
}
#navbar-menu{
	/*background-color: rgba(255,255,255,0.8);*/
}
.footer{
	background-color: #222;
	color: #fff;
	padding: 20px 15px 30px;
	font-size: 14px;
	margin-bottom: 60px;
}
.footer img{
	width: 100%;
}
.footer .logo-box{
}
.footer .logo-box .logo-item{
	display: inline-block;
	width: 90px;
	margin: 5px;
}
.footer .split{
	border-bottom: 1px solid #fff;
	width: 70%;
	margin: 0px auto 20px;
}
.footer .split i{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 20px;
	font-size: 24px;
	background: #222;
	border-radius: 15px;
	top: 15px;
	color: #fff;
}
.footer .split1{
	height: 1px;
	background-color: #fff;
	width: 50%;
	text-align: right;
	margin-left: 50%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.footer a{
	color: #fff;
}
.footer p{
	line-height: 1.8;
}
.footer .subnav{
	display: none;
}
.footer .subnav{

}
.footer .subnav li{
	line-height: 1.8;
	text-decoration: underline;
}
.footer .pull-right{
	float: none !important;
}
.footer .section-max{
	max-width: 550px;
}
.footer .gzh-box{
	margin-right: 20px;
	width: 140px;
}
.footer .gzh-box p{
	margin-bottom: 10px;
	width: 100%;
	line-height: 1.3;
}
.footer .gzh-box img{
	width: 140px;
}
@media (max-width: 768px){
	.footer .gzh-box{
		float: none !important;
		margin: 15px auto;
	}
}
.section-max{
	max-width: 500px;
	margin: 0 auto;
}
#toTop{
	position: fixed;
	top: auto;
	right: 10px;
	bottom: 80px;
	font-size: 30px;
	z-index: 999;
	color: #fff;
	-webkit-animation: start 1.5s infinite ease-out;
	-moz-animation: start 1.5s infinite ease-out;
	-ms-animation: start 1.5s infinite ease-out;
	-o-animation: start 1.5s infinite ease-out;
	animation: start 1.5s infinite ease-out;
	border: 1px solid #0081ff;
	border-radius: 20px;
	background: #0081ff;
}
/*返回顶部*/
@-webkit-keyframes start {
	0%,100% {opacity: 0.4;-webkit-transform: translate(0,15px);}
	70% {opacity: 1;-webkit-transform: translate(0,0);}
}
@-moz-keyframes start {
	0%,100% {opacity: 0.4;-moz-transform: translate(0,15px);}
	70% {opacity: 1;-moz-transform: translate(0,0);}
}
@-o-keyframes start {
	0%,100% {opacity: 0.4;-o-transform: translate(0,15px);}
	70% {opacity: 1;-o-transform: translate(0,0);}
}
@keyframes start {
	0%,100% {opacity: 0.4;transform: translate(0,15px);}
	70% {opacity: 1;transform: translate(0,0);}
}
.shangqiao-box{
	width: 100%;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	background-color: #fff;
	text-align: center;
	z-index: 1024;
	font-size: 14px;
	-webkit-box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	-ms-box-shadow: 0 0 10px #aaa;
	-o-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	padding: 0;
}
.shangqiao-box a{
	color: initial;
	display: inline-block;
	width: 32%;
	line-height: 1.4;
	padding: 5px 0;
}
.shangqiao-box a:hover{
	color: #0081ff;
}
.shangqiao-box a .iconfont{
	font-size: 22px;
}
.shangqiao-box a .iconzaixianyuyue{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	font-size: 40px;
	border-radius: 30px;
	background-color: #fff;
	color: #0081ff;
	margin-top: -34px;
	left: 50%;
	margin-left: -25px;
	-webkit-box-shadow: 0 -3px 10px #aaa;
	-moz-box-shadow: 0 -3px 10px #aaa;
	-ms-box-shadow: 0 -3px 10px #aaa;
	-o-box-shadow: 0 -3px 10px #aaa;
	box-shadow: 0 -3px 10px #aaa;
}
.modal-sm{
	width: 300px;
	margin: 0 auto;
	margin-top: 80px;
}
.modal-body p{
	line-height: 1.5;
}
.modal-title{
	font-weight: 700;
}
.msg-box .form-group{
}
.msg-box .mesimg{
	width: 120px;
	height: 45px;
}
.msg-box .mesBox_captchas{
	width: 120px;
	height: 45px;
	padding: 0 5px;
}
a.textWhite:hover, a.textWhite:focus, a.textWhite:active{
	color: #fff;
}
.modal-dialog{
	margin-top: 100px;
}
/* public end */
/* indexs start */
.appointBtnBox{
	position: relative;
	top: -17px;
}
.appointBtn, .moreStationBtn{
	font-size: 14px;
	width: 120px;
	line-height: 20px;
	border-radius: 30px;
}
.moreStationBtn{
	width: auto;
	padding: 6px 20px;
	margin-top: 15px;
}
.carousel-indicators li.active{
	background-color: #0081ff;
}
.index section{
	margin-top: 40px;
	text-align: center;
}
.title{
	margin-bottom: 30px;
}
.title h2{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #0081ff;
}
.title h2 span{
	position: relative;
}
.title h2 span.up{
	bottom: 6px;
	right: 5px;
}
.title h2 span.down{
	bottom: -8px;
	left: 5px;
}
.title h2 p{
	width: 50%;
	line-height: 1.2;
	position: relative;
}
.en .title h2.clearfix p{
	width: 80%;
	text-align: center;
}
.title h2 p.pull-left{
	text-align: right;
	bottom: 10px;
	right: 5px;
}
.title h2 p.pull-right{
	text-align: left;
}
.index .title h2 p span i{
	position: absolute;
	bottom: -10px;
	right: -10px;
	font-weight: 500;
	color: #e5f2ff;
	font-size: 38px;
}
.index .section-color .title h2 p span i{
	color: rgba(255,255,255,0.2);
}
.title>p{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.title>p span{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 1px;
	background-color: #d7d7d7;
	margin: 0 5px;
}
.scene-box{
	padding: 15px;
	background: url('../img/scene_bg.png') center/100% 100% no-repeat;
}
.scene-box .scene-container{
	max-width: 700px;
	margin: 0 auto;
}
.scene-box .scene-container{
	overflow-x: scroll;
		overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.scene-box img{
	width: 80%;
	margin-bottom: 10px;
}
.scene-item{
	display: inline-block;
	width: 40%;
	height: auto;
	border-radius: 8px;
	background-color: #fff;
	padding: 15px;
	margin-right: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}
.en .scene-item{
	height: 370px;
}
.scene-item img{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.scene-item:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.scene-text{
	padding: 10px 0 0;
	white-space: normal;
}
.scene-text .scene-text-cont{
	height: 60px;
}
.en .scene-text .scene-text-cont{
	height: auto;
	overflow-y: inherit;
}
.mobile .scene-text{
	padding: 10px 0;
	white-space: normal;
}
.scene-text p{
	line-height: 1.5;
}
.group{
	width: 100%;
}
.group>button{
	display: inline-block;
	width: 24.5%;
	background-color: #fff;
	padding: 10px 0;
	border: 0;
	line-height: 1.2;
	text-align: center;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	-ms-box-shadow: 0 0 4px #ccc;
	-o-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
.group>button:hover{
	color: #0081ff;
}
.group>button.active{
	color: #fff;
	background-color: #0081ff;
}
.group>button:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.group>button:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.group .iconfont{
	display: block;
}
.vedio .vedio-item{
	display: none;
	position: relative;
	color: #0081ff;
	font-weight: 700;
}
.vedio .vedio-item.active{
	display: block;
}
.vedio img {
	height: 20vh;
	margin-top: 65px;
	border-radius: 5px;
	margin-left: -55px;
}
.vedio-item .vedio-textbox{
	position: absolute;
	top: 15px;
	left: 15px;
}
.vedio-item .vedio-textbox p{
	line-height: 1.5;
}
.vedio-item .vedio-btnbox{
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
}
.advantage-box{
	padding: 15px 0;
	background: url('../img/advantage.png') center/100% 100% no-repeat;
}
.advantage-box .advantage-container{
	width: 440px;
	margin: 0 auto;
}
.advantage-box .advantage-item{
	display: inline-block;
	width: 20%;
	margin: 5px 5px 10px;
	color: #fff;
	vertical-align: middle;
}
.advantage-box .advantage-item i{
	display: block;
	line-height: 1;
	font-size: 40px;
	color: #FDCE00;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-bottom: 10px;
}
.advantage-box .advantage-item:hover i{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.question-box .question-item{
	margin-bottom: 30px;
}
.question-box .question-item .iconfont{
	position: absolute;
	left: 0;
	font-size: 20px;
	margin-right: 2px;
}
.question-box .question-item h5{
	position: relative;
	font-weight: 700;
	padding-left: 25px;
}
.question-box .question-item h5 a{
	display: block;
	color: #666;
	text-decoration: none;
	margin-bottom: 8px;
	padding-right: 20px;
	line-height: 1.2;
}
.question-box .question-item h5 a:focus, .question-box .question-item h5 a:hover{
	color: #0081ff;
	text-decoration: none;
}
.question-box .question-item h5 .icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	top: 7px;
}
.question-box .question-item h5 .icon-triangle{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 16px;
	margin-top: -8px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.question-box .question-item h5 .icon-triangle.active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.question-box .question-item>div{
	font-size: 14px;
	padding-left: 26px;
	line-height: 1.3;
}
.stationMapBox{
		position: relative;
}
.stationMapBox .moreStationBox{
	width: 400px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
	padding-bottom: 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
}
.section-color{
	padding-top: 50px !important;
}
.section-color h2{
	color: #fff;
}
.section-color .title p{
	color: #fff;
}
#carousel-example-generic .item:nth-child(1){
	/*background: url('../img/banner/banner_zh_01.png') center/100% 100% no-repeat;*/
}
#carousel-example-generic .item:nth-child(2){
	/*background: url('../img/banner/banner_zh_02.png') center/100% 100% no-repeat;*/
}
#carousel-example-generic .item:nth-child(3){
	/*background: url('../img/banner/banner_zh_03.png') center/100% 100% no-repeat;*/
}
#carousel-example-generic .item:nth-child(4){
	/*background: url('../img/banner/banner_zh_04.png') center/100% 100% no-repeat;*/
}
#carousel-example-generic .item img{
	width: 140%;
	max-width: initial;
	margin-left: -20%;
}
#carousel-vedio .item, .video-box, #carousel-example-generic .item{
	width: 100%;
}
#carousel-vedio .item:nth-child(1){
	background: url('../img/video/cgtn.png') center/100% 100% no-repeat;
}
#carousel-vedio .item:nth-child(2){
	background: url('../img/video/cctv.png') center/100% 100% no-repeat;
}
#carousel-vedio .item:nth-child(3){
	background: url('../img/video/btv.png') center/100% 100% no-repeat;
}
#carousel-vedio .item:nth-child(4){
	background: url('../img/video/tvb.png') center/100% 100% no-repeat;
}
#carousel-vedio .item:nth-child(5){
	background: url('../img/video/yy.png') center/100% 100% no-repeat;
}
#carousel-vedio .item a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#carousel-vedio .item a div{
	padding-top: 23%;
}
#carousel-vedio .item a div i{
	font-size: 30px;
}
#carousel-vedio .item a div p{
	margin-top: 10px;
	line-height: 1.2;
	padding: 0 40px;
	font-size: 16px;
}
.video-box .video-item{
	display: none;
	width: 100%;
	height: 100%;
}
.marketingModal div {
	position: relative;
}
.marketingModal div i {
	position: absolute;
	top: 0;
	right: 0;
}
#bombModal .modal-dialog{
	width: 90%;
	margin: 100px auto 0;
}
.redpack-box{
	position: fixed;
	left: 0px;
	bottom: 0;
	z-index: 777;
	-webkit-animation: bounce1 20s infinite linear;
	-moz-animation: bounce1 20s infinite linear;
	-ms-animation: bounce1 20s infinite linear;
	-o-animation: bounce1 20s infinite linear;
	animation: bounce1 20s infinite linear;
}
.redpack-box:hover{
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.redpack-box a.redpack{
	display: block;
	width: 80px;
	height: 80px;
	background: url('../img/redpack.gif') center center/100% 100% no-repeat;
}
.redpack-box a.redpackclose{
	position: absolute;
	display: block;
	right: 0;
	top: -7px;
	font-size: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: rgba(0,0,0,0.2);
	border-radius: 40px;
	color: #fff;
	text-align: center;
}
@keyframes bounce1{
	from{ left:0%; bottom:60px; }
		10%{ left:10%; bottom:90px; }
		20%{ left:30%; bottom:60px; }
		30%{ left:50%; bottom:120px; }
		40%{ left:60%; bottom:60px; }
		50%{ left:80%; bottom:100px; }
		60%{ left:60%; bottom:130px; }
		70%{ left:50%; bottom:60px; }
		80%{ left:30%; bottom:100px; }
		85%{ left:20%; bottom:60px; }
		92%{ left:10%; bottom:80px; }
	to{ left:0%; bottom:60px; }
}
@keyframes bounce2{
	from{ left:0%; bottom:0%; }
		10%{ left:10%; bottom:10%; }
		20%{ left:30%; bottom:0%; }
		30%{ left:50%; bottom:20%; }
		40%{ left:70%; bottom:0%; }
		50%{ left:90%; bottom:20%; }
		60%{ left:70%; bottom:30%; }
		70%{ left:50%; bottom:0%; }
		80%{ left:30%; bottom:15%; }
		85%{ left:20%; bottom:0%; }
		92%{ left:10%; bottom:10%; }
	to{ left:0%; bottom:0%; }
}
/* indexs end */
/* others start */
.subpage section{
	text-align: center;
	margin-top: 40px;
}
.subpage .title {
	margin-bottom: 30px;
}
.subpage .title h2{
	color: #111;
}
.subpage .title h2 span{
	position: relative;
}
.subpage .title h2 i{
	position: absolute;
	width: 30px;
	height: 6px;
	background-color: #0081ff;
	bottom: -8px;
	left: 50%;
	margin-left: -15px;
}
.subpage img{
	width: 100%;
}
.sceneBox .sceneItem{
	padding: 80px 0 20px;
	margin-top: -40px;
	border-bottom: 1px solid #ccc;
}
.sceneBox .sceneItem:last-child{
	border-bottom: none;
}
.sceneBox .sceneItem img{
	width: auto;
	height: 20vh;
	margin-bottom: 15px;
}
.sceneBox .sceneItem p{
	line-height: 1.5;
	text-align: left;
	font-size: 14px;
}
.typeBox .typeItem{
	padding: 80px 0 20px;
	margin-top: -40px;
	border-bottom: 1px solid #ccc;
}
.typeBox .typeItem:last-child{
	border-bottom: none;
}
.typeBox .item-img *{
	display: inline-block;
	vertical-align: middle;
}
.typeBox .typeItem img:first-child{
	width: 50%;
}
.typeBox .typeItem img:last-child{
	width: 30%;
}
.typeBox .typeItem .item-img{
	margin-bottom: 15px;
}
.typeBox .typeItem .item-img span{
	font-size: 30px;
	margin: 0 20px;
}
.typeBox .typeItem p{
	line-height: 1.5;
	text-align: left;
	font-size: 14px;
}
.advantage .question-box .question-item{
	margin-bottom: 15px;
}
.station-box{
	padding: 0 10px;
	margin: 0 auto;
	margin-top: 15px;
}
.city-box li{
	float: left;
	display: block;
	width: 25%;
}
.city-box li a{
	display: block;
	color: initial;
	width: 94%;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
}
.city-box li.active a{
	color: #0081ff;
}
.city-list{
	background-color: #fff;
	padding: 10px;
	padding-top: 15px;
	border-radius: 5px;
	margin-top: -6px;
}
.city-list div div{
	padding: 0 3px;
}
.city-list div a{
	width: 100%;
	border-radius: 20px;
	color: initial;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 6px 0;
}
.city-list div div.active a{
	color: #fff;
	background-color: #0081ff;
	border: 1px solid #0081ff;
}
.g-phone .assess {
	white-space: nowrap;
	height: 3.16rem;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.mt30 {
	margin-top: .3rem;
}
.assess li {
	width: 2.22rem;
	height: 2.96rem;
	position: relative;
	background: #fff;
	float: left;
	overflow: hidden;
	margin-right: .12rem;
	transition: all 1s;
}
.assess li.active {
	width: 5.62rem;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
.g-phone .assess li {
	float: initial;
	display: inline-block;
	width: 6.5rem;
	height: 3.16rem;
	margin-right: .2rem;
	margin-top: 0;
}
.g-phone .assess li:first-child {
	margin-left: .3rem;
}
.m-cover {
	position: relative;
	color: #fff;
	overflow: hidden;
}
.assess .m-cover {
	width: 2.22rem;
	height: 2.96rem;
}
.g-phone .assess li .m-cover {
	width: 2.37rem;
	height: 3.16rem;
}
.m-cover .img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.m-cover .s {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(//img6.cache.netease.com/game/img2018/play/img/mask.png) repeat-x 0 bottom;
}
.m-cover .text {
	position: absolute;
	bottom: .15rem;
	left: .15rem;
	right: .15rem;
}
.assess .comment {
	width: 3.3rem;
	color: #666;
	position: absolute;
	top: 0;
	left: 2.22rem;
}
.g-phone .assess li .comment {
	left: 2.37rem;
	width: 4.2rem;
}
.assess .comment:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	border-right: .2rem solid #fff;
	border-top: .2rem solid transparent;
	border-bottom: .2rem solid transparent;
}
.assess li.active .comment:before {
	left: -.2rem;
}
.advantage_box{
	margin-top: 40px;
}
.advantage_box .advantage_item{
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 10px;
	margin-bottom: 0;
	vertical-align: top;
}
.advantage_box .advantage_item>div{
	height: auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.advantage_box .advantage_item:nth-child(odd) .advantage_item_1{
	padding: 20px 15px;
	padding-left: 90px; 
}
.advantage_box .advantage_item:nth-child(odd) .advantage_item_2{
	position: absolute;
	left: 25px;
	right: auto;
	top: 50%;
	margin-top: -8px;
}
.advantage_box .advantage_item:nth-child(even) .advantage_item_1{
	padding: 20px 15px;
	padding-right: 90px; 
}
.advantage_box .advantage_item:nth-child(even) .advantage_item_2{
	position: absolute;
	left: auto;
	right: 25px;
	top: 50%;
	margin-top: -8px;
}
.advantage_box .advantage_item h5{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.advantage_box .advantage_item p{
	font-size: 14px;
	line-height: 1.2;
	text-align: justify;
}
.advantage_box .advantage_item .iconfont{
	font-size: 60px;
	color: #0081ff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.advantage_box .advantage_item:hover{
	color: #0081ff;
}
.advantage_box .advantage_item:hover .iconfont{
	color: #FFD24C;
}
/* others end */
