﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #f6f6f6;
}
body {
	overflow-x: hidden;
}

img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display: block;
	#zoom: 1;
}
.clearfix::after {
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
}


.fl {
	float: left;
}
.fr {
	float: right;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.mod a {
	color: #444;
	transition: .5s;
}
.mod a:hover {
	color: #c00;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #c00;
}
.mod .topic a:hover {
	color: #b30000;
}
.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.mod .caption a {
	display: block;
}
.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, .7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #b30000;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	color: #444;
}


/*头部*/
.nav-bar {
	width: 100%;
    height: 80px;
    background: #e4e4e4;
	text-align: center;
}
.nav-bar-con {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	box-sizing: border-box;
}
.nav-bar-logo {
	width: 120px;
	padding-top: 10px;
	margin-right: 50px;
	float: left;
    overflow: hidden;
}
.nav-bar-logo img {
	width: 100%;
	height: auto;
}
.nav-bar-solgan {
	float: left;
	width: 250px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	text-align: left;
	color: #515151;
}
.nav-bar-solgan a {
	color: #515151;
}
.nav-bar-list {
	float: right;
}
.nav-bar-list .item {
	width: 100px;
	font-size: 14px;
	color: #515151;
	margin: 25px 15px 0;
	font-weight: 700;
	position: relative;
}
.nav-bar-list .item a {
	color: #515151;
}
.nav-bar-list .item span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.nav-bar-list .item:nth-child(2) {
	cursor: pointer;
}
.nav-bar-list .item .weixin {
	width: 200px;
	height: auto;
	opacity: 0;
	transition: transform .3s, opacity .3s;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -80px;
}
.nav-bar-list .item .weixin img {
	width: 0;
	height: 0;
}
.nav-bar-list .item:hover .weixin {
	opacity: 1;
}.nav-bar-list .item:hover .weixin img {
	width: 100%;
	height: auto;
}


/*main*/
.native-tabs .tab-box {
	width: 100%;
	height: 95px;
	background: #ececec;
}
.native-tabs .tab-hds {
	width: 1200px;
	margin: 0 auto;
}
.native-tabs .tab-hds .current {
	cursor: pointer;
}
.native-tabs .tab-hd {
	width: 240px;
	box-sizing: border-box;
	position: relative;
	padding: 21px 0 21px 65px;
}
.native-tabs .tab-hd::before {
	content: "";
	width: 1px;
	height: 45px;
	background: #947558;
	position: absolute;
	top: 25px;
	left: 0;
}
.native-tabs .tab-hd:first-of-type::before {
	content: "";
	width: 0;
}
.native-tabs .tab-hd em {
	font-style: normal;
	display: block;
	font-size: 22px;
	color: #947558;
}
.native-tabs .tab-hd:hover em {
	color: #fff;
}
.native-tabs .tab-hd i {
	font-style: normal;
	display: block;
	font-size: 16px;
	color: rgba( 148, 117, 88, .7);
}
.native-tabs .tab-hd:hover i {
	color: rgba( 255, 255, 255, .7);
}
.native-tabs .tab-hd:nth-child(1) {
	background: url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_title1.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(2) {
	background: url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_title2.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(3) {
	background: url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_title3.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(4) {
	background: url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_title4.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(5) {
	background: url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_title5.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(1):hover {
	background: #947558 url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_Touch_title1.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(2):hover {
	background: #947558 url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_Touch_title2.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(3):hover {
	background: #947558 url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_Touch_title3.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(4):hover {
	background: #947558 url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_Touch_title4.png) 20px 50% no-repeat;
}
.native-tabs .tab-hd:nth-child(5):hover {
	background: #947558 url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_Touch_title5.png) 20px 50% no-repeat;
}

.native-tabs .tab-hds .current {
	background: #947558 url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_Touch_title1.png) 20px 50% no-repeat;
}
.native-tabs .tab-hds .current em {
	color: #fff;
}
.native-tabs .tab-hds .current i {
	color: rgba( 255, 255, 255, .7);
}

.native-tabs .tab-bd {
	display: none;
	position: relative;
	height: 630px;
	overflow: hidden;
}
.native-tabs .tab-bd.current {
	display: block;
	padding-top: 85px;
	padding-bottom: 85px;
}
.native-tabs .tab-bd .back_bg {
	width: 100%;
	height: 815px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.native-tabs .tab-bd .back_bg img {
	width: 100%;
	height: auto;
}
.native-tabs .tab-bd-con {
	width: 1200px;
	box-sizing: border-box;
	padding-left: 40px;
	margin: 0 auto;
}
.native-tabs .tab-bd-con .mod-tile {
	width: 80%;
}
.native-tabs .tab-bd-con .mod-tile .media {
	width: 100%;
}
.native-tabs .tab-bd-con .mod-tile .media a {
	display: block;
}
.native-tabs .tab-bd-con .mod-tile .caption {
	line-height: 1.8;
	width: 100%;
	text-align: left;
	font-size: 30px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #000;
	color: #fff;
}
.native-tabs .tab-bd-con .mod-tile .caption a {
	color: #fff;
}
.native-tabs .tab-bd-con .mod-tile .abstract {
	text-align: left;
	color: #888;
	max-width: 380px;
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin-top: 10px;
}
.native-tabs .tab-bd-con .mod-tile .abstract a {
	color: #fff;
	display: inline;
}
.native-tabs .tab-bd-con .mod-tile .abstract a:hover {
	color: #dc0000;
}
.native-tabs .tab-bd-con ul {
	margin-top: 30px;
	margin-bottom: 50px;
	max-width: 380px;
}
.native-tabs .tab-bd-con .item {
	line-height: 1.6;
    font-size: 16px;
	margin-bottom: 10px;
	text-indent: 30px;
	position: relative;
	color: #fff;
}
.native-tabs .tab-bd-con .item::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 10px;
    top: 10px;
}
.native-tabs .tab-bd-con .item a {
	color: #fff;
}
.native-tabs .tab-bd-con .item a:hover {
	color:#fff;
	text-decoration: underline;
}

.section-videoOne {
	width: 380px;
	height: 215px;
}
.videoPlay {
	width: 100%;
	margin: 0 auto;
	/*position: relative;*/
}
.videoPlay .video-close {
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background: url(http://www.xinhuanet.com/2015/img2015/icon_video.png) 0 -80px no-repeat;
	cursor: pointer;
	display: none;
}
.videoPlay #iframe {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 15;
}
.videoPlay .vBtn {
	position: absolute;
	/*width: 100%;
	height: 85%; .videoPlay .bg .videoPlay .videotitle 去掉 display: none;*/
	width: 380px;
	height: 215px;
	/*background: url(http://www.xinhuanet.com/talking/sjwd2/images/20180413_ct_play_v1.png) center center no-repeat;*/
	cursor: pointer;
	z-index: 10;
	bottom: 86px;
	left: 50%;
	margin-left: -560px;
}
/*.videoPlay .vBtn {
	position: absolute;
	width: 64px;
	height: 64px;
	right: 50%;
	bottom: 200px;
	background: url(http://www.xinhuanet.com/talking/sjwd2/images/20180413_ct_play_v1.png) no-repeat;
	cursor :pointer;
	z-index: 10;
}
*/
.videoPlay .img,.videoPlay .img img {
	width: 100%;
	height: 215px;
	border-radius: 10px;
}
.videoPlay .bg {
	background: url(http://www.xinhuanet.com/talking/sjwd2/images/20180413_ct_Mob02_v1.png) 50% 0 repeat-x;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.videoPlay .videotitle {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 30px;
	z-index: 2;
	color: #fff;
	padding-left: 20px;
	font-size: 20px;
	font-weight: normal;
	display: none;
}
.videoPlay .videotitle a {
	color: #fff;
}
.videoPlay .al {
	font-size: 48px;
	font-family: Arial,Helvetica,sans-serif;
	position: relative;
	font-weight: bolder;
	display: none;
}
.videoPlay .al:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 30px;
	background: red;
	bottom: 4px;
	right: -5px;
	z-index: 5;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.videoPlay .hz {
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
}






/*nav-foot*/
.nav-foot {
	width: 100%;
	height: 180px;
	margin-top: 60px
}
.nav-foot-con {
	width: 1200px;
	margin: 0 auto;
}
.nav-foot-left {
	box-sizing: border-box;
	border-right: 1px solid #d4d4d4;
	width: 860px;
}
.nav-foot-right {
	box-sizing: border-box;
	width: 340px;
	text-align: center;
}
.nav-foot-left .nav-foot-list .item {
	width: 170px;
}
.nav-foot-list .item h2 {
	font-size: 18px;
	font-weight: 400;
	color: #575757;
}
.nav-foot-list .item h2 a {
	color: #575757;
}
.nav-foot-list .item p {
	font-size: 14px;
    color: #777;
    margin-top: 12px;
}
.nav-foot-list .item p a {
	color: #777;
}
.nav-foot-list .item h2 a:hover, .nav-foot-list .item p a:hover {
	color: #947558;
}
.nav-foot-right .nav-foot-list .item {
	width: 160px;
	margin-left: 150px;
	position: relative;
	text-align: left;
}
.nav-foot-right .nav-foot-list .item::before {
	content: '';
    position: absolute;
	display:inline-block;
    top: 0;
    left: -70px;
	width: 42px;
	height: 34px;
	background: url(http://www.newsimg.cn/auto/hongqi20190828/img/icon_Contact-us.png) 0 0 no-repeat;
}


/*RTools*/
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 150px;
	width: 60px;
	z-index: 10000;
	display: none;
}
.RTools .qrcode {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7!important;
	right: 0;
	bottom: 70px;
	position: absolute;
}
.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}
.RTools .qrcode:hover::after {
	content: '扫描分享';
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}
.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-mozanimation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}
@keyframes change {
	from {
		width: 48px;
		height: 48px;
		opacity: 1;
	}
	to {
		width: 100px;
		height: 125px;
		opacity: 1;
	}
}
.RTools .gototop {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #947558 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.show {
	display: block;
}


.adBottom {
	background: #947558;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 25px 0;
	background: #947558;
	text-align: center;
	color: #fff;
	/*border-top: #947558 solid 5px;*/
}
.footer p {
	line-height: 2;
	font-size: 14px;
}