@charset "utf-8";

/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.clear {
	clear: both;
}

html,
body {
	font-size: 14px;
	height: 100%;
	background: rgb(240, 240, 240);

}

.swiper {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	background: #fff;
}

.slide_footer {
	background-color: #2b2b2b;
}

.btn-toggle {
	position: fixed;
	width: 26px;
	height: 20px;
	background-size: cover;
	z-index: 12;
	left: 50%;
	margin-left: -13px;
	border: 0px;
	-webkit-tap-highlight-color: transparent;
}

.nextPage {
	bottom: 5.5%;
	background: url(../img/arr-down_white.svg) 50% no-repeat;
	background-size: 100%;
	animation: toggleMove .8s infinite;
	-moz-animation: toggleMove 10.8s infinite;
	-webkit-animation: toggleMove .8s infinite;
	-o-animation: toggleMove .8s infinite;
	border: 0px;
}

.nextPage2 {
	bottom: 5.5%;
	background: url(../img/arr-down.svg) 50% no-repeat;
	background-size: 100%;
	animation: toggleMove .8s infinite;
	-moz-animation: toggleMove 10.8s infinite;
	-webkit-animation: toggleMove .8s infinite;
	-o-animation: toggleMove .8s infinite;
	border: 0px;
}

.btn-toggle:hover {
	cursor: pointer;
	border: 0px;
}

@keyframes toggleMove {
	0% {
		bottom: 3.5%;
		opacity: .3
	}

	50% {
		bottom: 2.5%;
		opacity: 1
	}

	to {
		bottom: 3.5%;
		opacity: .3
	}
}

body.bg {
	background-repeat: repeat-x;
}

.page_nav_title_bg{
	margin: 0 auto;
	/*width: 733px;
	height: 29px;*/
	width: 100%;
	height: auto;
	background-image: url("../img/nav_title_bg.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 0.42rem;
}

.page_nav_card_title{
	/*margin-top: 3.6rem;
	margin-bottom: 3.6rem;*/
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 2.0rem;
	padding-top: 0.0rem;
	padding-bottom: 0.36rem;
	font-weight: bold;
	color: #333333;
}

.page_nav_title_white_bg{
	margin: 0 auto;
	/*width: 733px;
	height: 29px;*/
	width: 100%;
	height: auto;
	background-image: url("../img/nav_title_white_bg.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 0.42rem;
}


.page_nav_card_custom_title{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.8rem;
	padding-top: 0.2rem;
	padding-bottom: 0.8rem;
	color: #333333;
}

.head {
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	min-width: 860px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	filter: alpha(Opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;

}

.head .headlines_top {
	height: 70px;
	display: block;
	width: 100%;
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));

}

.head .headlines_top .top_logo{
	float: left;
	/*width: 300px;
	height: 80px;
	background-image: url("../img/new_macao_logo.png");
	background-repeat: no-repeat;
	background-image: url("../img/Macao_headlines_log.jpg");
	float: left;
	background-position: 0px 0px;*/
	margin-left: 40px
}

.head .headlines_top .top_logo img{
	width: auto;
	height: 60px;
	margin-top: 5px;
	background-size: 100% 100%;
	cursor: pointer;
}

.head .headlines_top .top_title {
	float: left;
	display: block;
	line-height: 70px;
	margin-left: 24px;
	font-size: 16px;
}

.headlines_top .top_title span {
	color: #ffffff;
}

.head .headlines_top .top_nav_ui{
	float: right;
	display: block;
	line-height: 80px;
	margin-right: 40px;
}




/*搜索栏样式css*/
.head .headlines_top .top_menu_search {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
.head .headlines_top .top_search {
	display: inline-block;
	width: 288px;
	height: 36px;
	margin-right: 0px;
}

.head .headlines_top .top_search .search_left {
	float: left;
	width: 10px;
	height: 36px;
	background: white;
	line-height: 36px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	text-align: right;
	padding-right: 0px;
}

.head .headlines_top .top_search .search_keyword {
	float: left;
	width: 240px;
	height: 36px;
	border: 0px;
	/*解决IE 会多出一个px*/
	margin-left: -1px;
}

.head .headlines_top .top_search .search_keyword input {
	width: 240px;
	height: 36px;
	border: none;
	font-size: 14px;
	/*解决IE 会多出一个px*/
	padding-left: 2px;
}

.head .headlines_top .top_search input:focus {
	outline: none;
}

.head .headlines_top .top_search .search_right {
	float: left;
	width: 36px;
	height: 36px;
	background-color: #ffffff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}


.head .headlines_top .top_search .search_botton {
    cursor: pointer;
	width: 24px;
	height: 24px;
    overflow: hidden;
    background: url(../img/icon_bg_top_search.png) no-repeat;
    text-indent: -999px;
    border: 0px;
	margin-top: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*语言栏样式css*/
.head .headlines_top .top_menu_lang {
	float: right;
	display: flex;
	width: 100px;
	height: 70px;
	margin-right: 40px;
	align-items: center;
	justify-content: center;
}
.head .headlines_top .top_lang {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #ffffff;

}

.head .headlines_top .top_lang span{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 30px;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
}

.head .headlines_top .top_lang .selected_lang{
	color: rgb(237, 119, 87);
	background: #ffffff;
}

.head .headlines_top .top_lang button {
	border-radius: 5px;
	border: 1px solid #ffffff;
	padding: 4px 12px;
	background: transparent;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
}

.head .headlines_top .top_lang .check_lang {
	border: 1px solid #ffffff;
	color: rgb(237, 119, 87);
	background: #ffffff;
}

.head .headlines_nav {
	display: block;
	width: 100%;
}

.headlines_nav .logo {
	width: 0px;
	height: 0px;
	/*background-image: url("../img/macao_logo.png");
	background-image: url("../img/Macao_headlines_log.jpg");*/
	background-repeat: no-repeat;
	float: left;
	background-position: 0px 8px;
	margin-left: 40px;
	/*margin: 10px 0px 10px 40px;*/
}


.head .logo:hover {
	cursor: pointer;
}

.head .navi {
	width: auto;
	float: right;
	margin: 0px 40px 0px 0px;
}

.head .navi ul {
	list-style: none;
	display: block;
	height: 36px;
}

.head .navi ul li {
	margin-left: 20px;
	height: 36px;
	line-height: 36px;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
	display: block;
	float: left;
	cursor: pointer;
	font-size: 16px;
}

.head .navi ul li.selected {
	border-bottom: solid 5px rgb(237, 119, 87);
}

.head .navi ul li a{
	color: #333333;
	text-decoration: none;
}

.head .navi ul li.selected a{
	color: rgb(237, 119, 87);
}

.head .navi ul li:hover{
	color: rgb(237, 119, 87);
	border-bottom: solid 5px rgb(237, 119, 87);
}

.head .navi ul a:hover {
	cursor: pointer;
}

.poster {
	width: 100%;
	min-width: 1260px;
	/*background:#3ab271;*/
	margin: 100px auto 0px auto;
}

.mySwiper .poster {
	margin: 0px auto 0px auto;
}

.poster .container {
	width: 100%;
	/*height: calc(100% - 100px);*/
	height: 836px;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}

.mySwiper .poster .container {
	margin: 100px auto 0px auto;
	height: calc(100% - 100px);
}

.poster .container .writing {
	width: 1260px;
	margin: 0px auto;
	color: #ffffff;
}

.poster .container .writing h1 {
	font-size: 36px;
	line-height: 48px;
}

.poster .container .writing p {
	font-size: 18px;
	line-height: 30px;
	padding-top: 30px;
}

.poster .a {
	/*background-image: url("../img/poster_gs.png");*/
	background: rgb(240, 240, 240);
}

.poster .a h1 {
	padding-top: 190px;
	padding-bottom: 30px;
	width: 560px;
}

.poster .a p {
	width: 560px;
}

.poster .b {
	background-image: url("../img/index_gongsijianjie.png");
}

.poster .b h1 {
	padding-top: 190px;
	padding-bottom: 30px;
	padding-left: 620px;
	width: 560px;
	color: #0c8f54;
}

.poster .b p {
	width: 560px;
	padding-left: 620px;
	color: #333333;
}

.poster .b img {
	margin-top: 50px;
}

.poster .c {
	background-image: url("../img/index_gongsijianjie.png");
}

.poster .c h1 {
	padding-top: 240px;
	padding-bottom: 30px;
	width: 560px;
}

.poster .c p {
	width: 500px;
}

.poster .d {
	background-image: url("../img/04_1.png");
}

.poster .d h1 {
	padding-top: 60px;
	padding-left: 70px;
	width: 1030px;
	color: #0c8f54;
}

.poster .d p {
	padding-left: 70px;
	width: 1100px;
	color: #333333;
}

.poster .d ul {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	justify-content: center;
}

.poster .d ul li {
	margin-left: 22px;
	margin-right: 22px;
	list-style: none;
}

.poster .e {
	background: rgb(244, 244, 244);
	background-image: url("../img/page_card_bg.jpg");
}

.poster .e h1 {
	padding-top: 70px;
	padding-left: 70px;
	width: 1030px;
}

.poster .e p {
	padding-left: 70px;
	width: 1100px;
}

.poster .f {
	background-image: url("../img/index_remenshipin.png");
}

.poster .f h1 {
	padding-top: 120px;
	padding-bottom: 10px;
	padding-left: 600px;
	width: 560px;
	color: #0c8f54;
}

.poster .f p {
	width: 600px;
	padding-left: 600px;
	color: #333333;
}

.poster .f img {
	margin-top: 0px;
}

.poster .g {
	background: rgb(240, 240, 240);
	/*height: 440px;
	height: calc(100% - 180px);*/
}
.mySwiper .poster .g{
	/*height: calc(100% - 361px);*/
}
.poster .g h1 {
	padding-top: 60px;
	padding-left: 40px;
	width: 1180px;
	color: #0c8f54;
}
.poster .g p {
	padding-left: 40px;
	width: 1180px;
	color: #333333;
}
.poster .g img {
	padding-top: 30px;
}

.poster .h {
	/*background-image: url("../img/poster_gs.png");*/
	background: rgb(240, 240, 240);
}

.mySwiper .poster .h{
	height: calc(100% - 367px);
}


/**底部 css**/
.swiper-footer {
	font-size: 14px;

	/*padding: 25px 0px;*/
	padding-top: 20px;
	width: 100%;
	min-width: 1260px;
	line-height: 20px;
	color: #a1a1a1;
	text-align: center;
	height: 60px;
}


.con {
	width: 100%;
	min-width: 1260px;
	background-color: #f5f9ff;
	padding-top: 100px;
	padding-bottom: 20px;
}

.project {
	width: 1260px;
	margin: 0px auto;
}

.project p {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 10px;
	padding-top: 20px;
}

.project ul {
	list-style-type: none;
}

.project ul li {
	display: block;
	width: 293px;
	height: 195px;
	overflow: hidden;
	float: left;
	margin: 9px;
	border: 1px solid #f5f9ff;
	border-radius: 6px;
}

.project ul li:hover {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.project ul li img {
	width: 100%;
	cursor: pointer;
}

.download {
	width: 1260px;
	height: 720px;
	margin: 30px auto 20px auto;
	border-radius: 12px;
	background-image: url("../images/app.png");
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.download h1 {
	font-weight: normal;
	font-size: 30px;
	padding-top: 70px;
	padding-left: 70px;
	line-height: 40px;
}

.download .app_icon {
	padding-top: 40px;
	padding-left: 70px;
	width: 420px;
	height: 80px;
}

.download .app_icon .icon {
	border-radius: 12px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: 72px;
	height: 72px;
	float: left;
}

.download .app_icon .name {
	float: left;
	padding-left: 20px;
}

.download .app_icon .name p {
	font-size: 16px;
	color: #0c8f54;
	line-height: 24px;
}

.download .app_icon .name p strong {
	font-size: 20px;
	color: #000;
	padding-bottom: 5px;
	display: block;
}

.download .code {
	padding-top: 100px;
	padding-left: 70px;
	width: 420px;
	height: 80px;
}

.download .code h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 60px;
}

.download .code .codeList {
	width: 120px;
	border-radius: 12px;
	border: solid 1px #888;
	padding: 10px;
	padding-top: 0px;
	float: left;
	margin-right: 20px;
}

.download .code .codeList p {
	padding-left: 35px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}

.download .code .codeList p.android {
	background-image: url("../images/android.png");
}

.download .code .codeList p.ios {
	background-image: url("../images/ios.png");
}

.download .code .codeList img {
	width: 120px;
	height: 120px;
}

.about_banner {
	width: 100%;
	height: 600px;
	min-width: 1260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../images/about.jpg");
	margin-top: 100px;
}

.about {
	padding: 20px 0px;
	width: 1260px;
	margin: 0px auto;
}

.about .left_navi {
	width: 170px;
	float: left;
	text-align: right;
}

.about .left_navi ul {
	list-style: none;
}

.about .left_navi ul li {
	line-height: 20px;
	padding: 0px 10px;
	margin: 15px 0px;
	cursor: pointer;
	border-right: solid 3px #fff;
}

.about .left_navi ul li.selected {
	border-right: solid 3px #0eab68;
}

.about .left_navi ul a {
	text-decoration: none;
	color: #333;
}

.about .left_navi ul a:hover {
	cursor: pointer;
}

.about .right_con {
	width: 1028px;
	float: left;
	border-left: solid 1px #d4d4d4;
	padding: 0px 30px 20px 30px;
	display: none;
}

.about .right_show {
	display: block;
}

.about .right_con h1 {
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	line-height: 30px;
}

.about .right_con p {
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 20px;
}

.about .right_con span {
	text-align: center;
	display: block;
}

.video {
	width: 80%;
	min-width: 1260px;
	padding-top: 100px;
	min-height: 300px;
	margin: 30px auto;
}

#outer_div {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1999;
	width: 100%;
	height: 100%;
	display: none;
}

#outer_div .inner_div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0.0em;
	border: 0.0em solid #555;
}

#lg-download {
	display: none;
}


.con_box {
	width: 1260px;
	margin: 30px auto 20px auto;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.box_item_case {
	width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 15px;
}


.box_item_case b {
	display: block;
	height: 38px;
	overflow: hidden;
	float: left;
	border-left: 3px solid #3ab271;
	font-size: 26px;
	color: #404040;
	padding-left: 10px;
	font-weight: normal;
}


.box_project {
	width: 100%;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 20px;
	text-align: center;
}

.box_project_x {
	width: 100%;
	background-color: #fff;
	text-align: center;
}

.con_box h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 30px;
}

.con_box p {
	width: 630px;
	line-height: 24px;
	font-size: 16px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #787878;
	padding-top: 4px;
}

.screen_min_width {
	min-width: 860px;
}

/*round box 预览图*/
.roundabout_box {
	width: 1100px;
	height: 480px;
	margin: 40px auto 80px;
}

.roundabout_box ul {}

.roundabout_box ul li {
	text-align: center;
	line-height: 30px;
	list-style: none;
}

.roundabout_box .text {
	color: #666;
	font-size: 14px;
}

.roundabout_box span {
	color: #666;
	font-size: 14px;
}

.roundabout_box img {
	width: 100%;
	border-radius: 0px;
	border-left: 1px #fff solid;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.roundabout-holder {
	list-style: none;
	width: 500px;
	height: 500px;
	margin: 0px auto;
}

.roundabout-moveable-item {
	font-size: 12px !important;
	height: 500px;
	width: 800px;
	cursor: pointer;
	background: #f9f9f9;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	cursor: pointer;
}

.roundabout-in-focus {
	cursor: auto;
	border-left: 0px #fff solid;
	border-right: 0px #fff solid;
}

.roundabout-in-focus000:hover {
	-webkit-box-shadow: 0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;
	background: #f9f9f9;
}

.roundabout-holder .text {
	color: #666;
}

.roundabout-in-focus000:hover span {
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 8px 20px;
	background: #f9f9f9;
	color: #333333;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
	outline: none;
	text-decoration: none;
}

.roundabout li {
	margin: 0
}


/*sw index css*/
.rotation {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.an {
	top: 90%;
	left: 48%;
	height: 1.5rem;
	z-index: 2;
	position: absolute;
}

.aa {
	cursor: pointer;
	width: 1rem;
	height: 1rem;
	margin-right: 1.5rem;
	float: left;
	border-radius: 50%;
}

.rotation img {
	float: left;
	width: 100%;
}

/*加油卡 css*/

.rotation_jiayouka {
	width: 100%;
	display: table;
	background-color: orangered;
	padding: 40px 0 40px 0;
}

.jiayouka_content {
	width: 83rem;
	margin: 0 auto;
	display: table;
}

.jiayouka {
	display: inline-block;
	border: 1px solid orange;
	border-radius: 3px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .6);
}

.jiayouka:first {
	margin-left: -4em;
}

.jiayouka {
	margin-left: 5rem;
}

/*公司简介 css*/
.company_profile {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	overflow: hidden;
}

.company_profile .profile_title {
	text-align: center;
	margin: auto;
	width: 100px;
	font-size: 24px;
	padding-bottom: 6px;
	border-bottom: 6px solid rgb(237, 119, 87);
	color: #333333;
}

.company_profile .profile_main {
	width: 100%;
	display: block;
	margin-top: 40px;
}

.profile_main .profile_content {
	width: 100%;
	text-align: left;
	padding-top: 0px;
}

.profile_main .profile_content span {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 18px;
	color: #333333;
}

.profile_main .profile_picture {
	width: 100%;
	text-align: center;
}

.profile_main .profile_picture img {
	width: 480px;
	border-radius: 10px;
}

/*行业背景 css*/
.industry_background {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	overflow: hidden;
}

.industry_background .profile_title {
	text-align: center;
	margin: auto;
	width: 100px;
	font-size: 24px;
	padding-bottom: 6px;
	border-bottom: 6px solid rgb(237, 119, 87);
	color: #333333;
}

.industry_background .industry_content {
	width: 83rem;
	margin: 30px auto 0 auto;
}


.industry_contentOne,
.industry_contentTwo,
.industry_contentThree,
.industry_contentFour {
	margin: 0 auto;
	width: 80rem;
	height: 6.0rem;
	background-color: rgb(251,251,251);
	border: 1px solid rgb(214,214,214);
}

.industry_contentOne {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 2rem;
	margin-top: 10px;
	border-bottom: none;
}

.industry_contentFour {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 2rem;
	margin-top: 0px;
}

.industry_contentTwo {
	padding: 2rem;
	margin-top: 0px;
	border-bottom: none;
}

.industry_contentThree {
	padding: 2rem;
	margin-top: 0px;
	border-bottom: none;
}


.item_info {
	display: inline-block;
	padding-top: 6px;
	width: 60rem;
	height: 8rem;
	margin-left: 1rem;
	overflow: hidden;
}

.item_info a {
	display: block;
	font-size: 20px;
	margin: 0rem 1rem;
}

.item_info a {
	color: black;
	padding: 2px;
	border: 0px solid white;
	border-radius: 0px;
	text-decoration: none;
}

.info_span {
	display: inline-block;
	height: 5.8rem;
	overflow: hidden;
	margin: 1rem 1rem 0 1rem;
	color: #333333;
}

/*雪碧图*/

.wizard_map {
	background-image: url(../img/CssSatyr.png);
	display: inline-block;
}

.wizard_pic1 {
	float: left;
	background-position: -0px -10px;
	width: 5.2rem;
	height: 79px;
}

.wizard_pic2 {
	float: left;
	background-position: -72px -10px;
	width: 5.2rem;
	height: 79px;
}

.wizard_pic3 {
	float: left;
	background-position: -143px -4px;
	width: 5.2rem;
	height: 79px;
}

.wizard_pic4 {
	float: left;
	background-position: -216px -12px;
	width: 5.2rem;
	height: 79px;
}


/*产品优势 css*/
.product_advantage {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
	background-size: 100% 100%;
}

.product_advantage .advantage_content_img {
	margin: 0 auto;
	width: 48rem;
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 4rem;
}
.product_advantage .advantage_content_img img{
	border-radius: 5px;
}

.product_advantage .advantage_content{
	width: 70rem;
	margin: 0 auto;
	text-align: center;
}

.advantage_content .at_content_title{
	font-size: 1.24rem;
	padding-left: 0.1em;
	color: #ffa640;
}
.advantage_content .at_content_text{
	float: left;
	width: 70rem;
	height: 8rem;
	font-size: 1rem;
	background: #ffffff;
	color: #000000;
	padding-left: 2rem;
	padding-right: 1rem;
	border-bottom: 0.02px solid rgb(244,244,244);
	display: flex;
	align-items: center; /* 垂直居中 */
	/*justify-content: center;  水平居中 */
}

.advantage_content .at_content_text img{
	width: 1.8rem;
	height: 1.8rem;
}


.advantage_content .at_cont_start{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.advantage_content .at_cont_end{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
  }

.advantage_content {
	display: block;
	width: 60rem;
	margin: 20px auto;
}

.advantage_content p {
	padding: 1.5rem 0;
}

.product_advantage .journalism_btn {

	width: 20rem;
	height: 4rem;
	margin: 2rem auto;
}

.product_advantage .journalism_btn>a {
	display: inline-block;
	width: 20rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	border: 1px solid white;
	background-color: orangered;
	color: white;
	font-size: 14px;
}

/*太阳*/
.wizard_sun {
	background-position: -285px -0px;
}


/*时间*/
.wizard_time {
	background-position: -302px -0px;
	width: 15px;
	height: 15px;
}

/*底部css*/
.headlines_foot {
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));
	width: 100%;
	border-top: 0.0rem solid rgb(250, 250, 250);
	/*box-shadow:0px -0.3rem 0.5rem 0px rgba(0, 0, 0, 0.1);*/
	
}
.headlines_foot .headlines_footer_bar{
	float: left;
	width: 100%;
	height: 0.0rem;
	background: #ffffff;
	box-shadow:0px -0.5rem 1.0rem 0px rgba(0, 0, 0, 0.1);
}

.headlines_foot .foot_content {
	/*width: 80rem;*/
	width: 100%;
	padding-top: 0.0rem;
	height: 10rem;
	max-width: 83rem;
	margin: 0 auto;
	overflow: hidden;
}

.foot_content .foot_left {
	float: left;
	width: 15%;
	height: 10rem;
	margin: 0 auto;
	padding-top: 0.8rem;
	text-align: left;
}

.headlines_foot .left_img {
	display: inline-block;
	width: 10rem;
}

.headlines_foot .left_img img {
	width: 100%;
	height: auto;
	max-width: 10rem;
}

.headlines_foot .foot_company_content{
	width: 70%;
	height: 10rem;
	padding-top: 1.4rem;
	display: inline-block;
	color: white;
}

.headlines_foot .foot_company_content table{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-left: 3rem;
}

.headlines_foot .foot_company_content table tr {
	text-align: left;
	line-height: 32px;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.headlines_foot .foot_company_content table .tr_title {
	font-size: 16px;
}

.headlines_foot .foot_company_content table td {
	width: 22rem;
}

.headlines_foot .foot_company_content table .td_addr {
	width: 30rem;
}

.headlines_foot .foot_right {
	float: right;
	height: 10rem;
	width: 15%;
	text-align: right;
	margin: 0;
	padding-top: 0.8rem;
}
.headlines_foot .foot_right img {
	width: 8.4rem;
	height: auto;
}


/**-----foot_linkList css-----**/
.headlines_foot .foot_linkList {
	width: 83rem;
	margin: 0 auto;
	padding-top: 12px;
	overflow: hidden;
}
.headlines_foot .foot_network_security {
	width: 83rem;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
}

.foot_linkList {
	border-top: 1px solid rgb(239, 134, 47);
	border-bottom: 1px solid rgb(239, 134, 47);
	color: rgb(243, 207, 189);
	margin-top: 20px;
}

.foot_linkList ul {
	padding-left: 0.0rem;
	text-align: left;
	margin-bottom: 1rem;
}

.foot_linkList ul li {
	display: inline-block;
	line-height: 2rem;
	font-size: 0.96rem;
	cursor: pointer;
	padding-right: 1.40rem;
}
.foot_linkList ul .last_li{
	padding-right: 0rem;
}

.foot_linkList ul li a{
	text-decoration: none;
	color: rgb(243, 207, 189);
	cursor: pointer;
}

.foot_linkList ul li a:hover{
	color: rgb(255, 255, 255);
}

.headlines_foot>.foot_network_security {
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgb(243, 207, 189);
	text-align: center;
}

.headlines_foot>.foot_network_security span {
	font-size: 0.96rem;
	padding-left: 20px;
	cursor: pointer;
}

/*雪碧图 css*/
.wizard_map {
	background-image: url(../img/CssSatyr.png);
}

/*太阳 css*/
.wizard_sun {
	background-position: -285px -0px;
	width: 15px;
	height: 13px;
	margin: 0;
}

/*时间 css*/
.wizard_time {
	background-position: -342px -0px;
	width: 15px;
	height: 13px;
	margin: 0;
}

/*平台来源*/
.dev_platform_source{
	position: relative;
	font-weight: normal;
	padding-right: 1.0rem;
}
.dev_platform_source::before{
	content:url(../img/icon_platform_source.png);
	position: relative;
	top: 0.14rem;
	padding-right: 0.12rem;
}

/*所属类型*/
.dev_hot_category{
	position: relative;
	font-weight: normal;
	padding-right: 1.0rem;
}
.dev_hot_category::before{
	content:url(../img/icon_hot_category.png);
	position: relative;
	top: 0.14rem;
	padding-right: 0.12rem;
}

/*时间图标 css*/
.dev_hot_titme{
	position: relative;
	font-weight: normal;
	padding-right: 1.0rem;
}
.dev_hot_titme::before{
	content:url(../img/icon_date_time.png);
	position: relative;
	top: 0.14rem;
	padding-right: 0.12rem;
}



.dev_hot_read_num{
	font-weight: normal;
}
.dev_hot_read_num::before{
	content:url(../img/icon_read_num_gray.png);
	position: relative;
	top:0.1rem;
	padding-right: 0.1rem;
}

.dev_hot_play_num{
	font-weight: normal;
}

.dev_hot_play_num::before{
	content:url(../img/icon_play_num_gray.png);
	position: relative;   
	top:0.14rem;
	padding-right: 0.2rem;
}

/*查看详情 css*/
.dev_view_detail::before{
	content:url(../img/icon_view_detail.png);
	position: relative;
	top:0.38rem;
	padding-right: 0.1rem;
}

.dev_padding_small{
	padding-right: 0.5rem;
}
.dev_padding_right_last{
	padding-right: 0.0rem;
}
