﻿@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: #fff;
	background-position: center 46px!important;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix::after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}


.fl {
	float:left;
}
.fr {
	float:right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.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;
}

.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
.section {
	margin:60px auto 0px;
	width: 1200px;
}
/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 640px;
}
.phd img{
	width: 100%;
}
/* banenr end*/

.index_nav{
	height: 60px;
	background: #0b58b3;
}
.index_nav ul{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.index_nav ul li{
	padding: 0 70px 0 70px;
	float: none;
	display: inline-block;
	position: relative;

}
.index_nav ul li:nth-child(1):before{
	display: none;
}
.index_nav ul li:before{
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	background: #fff;
	opacity: 0.4;
}
.index_nav ul li a{
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 60px;

}
.dw{
	position: relative;
	top: -100px;
}


.banner img{
	display: block;
	width: 100%;
}

.sec_tit{
	height: 73px;
	background: url(../img/titbg.png) no-repeat left center;
	text-align: center;
	line-height: 66px;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	padding-left: 78px;
	text-align: left;
}
.sec_tit img{
	vertical-align: middle;
	display: inline-block;
}
.sec_tit span{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/* section2 */
.section-2 {
	width: 1200px;
	background: #f5f5f5;
	margin: 40px auto 0 auto;
}
.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}
.section-2 .section-caption, .section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-2 .marquee {
	width: 1000px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 100px;
	padding-left: 20px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #333333;
	padding-right: 0px;
	font-size: 24px;
	font-weight: bold;
}
.section-2 .section-caption img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}
.section-2 .section-caption a {
	color: #fff;
}
.section-2 .section-caption a:hover {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.section-2 .mod-list li {
	position: relative;
}
.section-2 .mod-list li a{
	color: #666666;
	padding-left: 20px;
	background: url(../img/heidian.png) no-repeat left center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-2 .mod-list li a:hover{
	color: #5a3813;
	background: url(../img/huangdian.png) no-repeat left center;
}
.section-2 .mod-list li::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background:url(../img/dian1.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 28px;
}
.section-2 .marquee .mod-list .item {
	line-height: 60px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}
.section-2 .marquee .str_wrap {
	background: none!important;
}/* 滚动js自带css */

/* section-19 聚焦 begin */

.section-19-top{
	border:solid 1px #e6e6e6;
	margin-top: 40px;
	height:85px;
	margin-bottom: 90px;
}
.section-19-top .tit{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top:-28px;
}
.section-19-top .tit a{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	line-height:36px;
	background: #fff;
	padding:0 15px;
}
.section-19-top .cont{
	background: #f6e9ba;
	padding:15px 35px;
	width:830px;
	margin:0 auto;
	line-height:26px;
	height:52px;
	position: relative;
	top:5px;
	color:#5a3813;
}
.section-19-top .cont div{
	height:52px;
	overflow: hidden;
	color:#5a3813;

}

.section-19 .swiper-container-xctj .tit a{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	line-height:36px;
	background: #fff;
	padding:0 15px;
}
.section-19 .swiper-container-xctj{
	width: 686px;
	height: 440px;
}
.section-19 .cont{
	margin-top: 15px;
	color: #737373;
	font-size: 16px;
	line-height: 28px;
}
.section-19 {
	width: 1200px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.section-19 .pic img {
	display: block;
	width: 100%;
	
}
.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,.7);
	color: #fff;
	padding: 15px 150px 15px 25px;
}
.section-19 .title>a {
	color: #fff;
	font-size: 22px;
	display: block;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.section-19 .title .note{
	color: #c2c2c2;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	display: block;
}
.section-19 .title .note a{
	color: #fff;
}
.section-19 .swiper-pagination-fraction {
	bottom: 15px;
	right: 40px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 16px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	font-size:28px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 16px;
}
.section-19 .swiper-button-prev, .section-19 .swiper-button-next {
	width: 38px;
	height: 84px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px;
	background-color: rgba(0,0,0,0.6);
}
.section-19 .swiper-button-prev:hover, .section-19 .swiper-button-next:hover {
	background-color: rgba(235,205,112,0.6);
}

.section-19 .swiper-button-prev {
	left: 0;
	top: 50%;
	margin-top: -42px;
}
.section-19 .swiper-button-next {
	right: 0;
	top: 50%;
	margin-top: -42px;
}
.section-19 .section-19-right{
	width:480px;
}
.section-19 .section-19-right .right_top .tit{
	font-weight: bold;
	overflow:hidden;
	font-size:18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.section-19 .section-19-right .right_top .tit a{
	color:#333333;
}
.section-19 .section-19-right .right_top .note{
	margin-top:10px;
	line-height:24px;
	font-size:14px;
	height:48px;
	margin-bottom: 15px;
}
.section-19 .section-19-right .right_top .note a{
	color:#666666;
}
.section-19 .section-19-right .right_bot ul{
	border-top:dashed 1px #e6e6e6;
}
.section-19 .section-19-right .right_bot ul li{
	height:48px;
	line-height:48px;
	border-bottom:dashed 1px #e6e6e6;
}
.section-19 .section-19-right .right_bot ul li a{
	display: block;
	padding-left:15px;
	background: url(../img/heidian.png) no-repeat left center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	font-size:16px;
	color:#333333;
}
.section-19 .section-19-right .right_bot ul li a:hover{
	color: #5a3813;
	background: url(../img/huangdian.png) no-repeat left center;
}
/* section-19 聚焦 end */

/* section-3 begin*/
.section-3 .swiper-container{
	margin-top: 50px;
}
.section-3 .swiper-button-next,
.section-3 .swiper-button-prev{
	display: none;
}
.section-3 .swiper-container{
	padding-bottom: 50px;
}
.section-3 .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background: #ebcd70;
	border-radius: 3px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
}
.section-3 .swiper-pagination-bullet-active{
	width: 40px;
}
.section-3 .swiper-slide .pic{
	width:584px;
	height:374px;
	overflow: hidden;
}
.section-3 .swiper-slide .img{
	width:584px;
	height:374px;
}
.section-3 .swiper-slide .tit{
	color:#333333;
	margin-top: 15px;
	font-size:20px;
	line-height:32px;
	font-weight:bold;
	max-height:64px;
	overflow: hidden;
}
.section-3 .swiper-slide .tit a{
	color:#333333;
}
.section-3 .swiper-slide .tit a:hover{
	color:#5a3813;
}
.section-3 .swiper-slide .date{
	color:#999999;
	font-size:16px;
	font-weight: bold;
	margin-top: 10px;
}
/* section-3 end */

/* section-6 begin */
.section-6 .sec_main{
	margin-top: 50px;
}
.section-6 .sec_main .swiper-container-xctj2 .swiper-slide .pic{
	width: 584px;
	height: 374px;
	float: left;
	box-sizing: border-box;
}
.section-6 .sec_main .swiper-container-xctj2 .swiper-slide .pic img{
	width: 584px;
	height: 374px;
	display: block;
}
.swiper-container-xctj2 .swiper-button-next,
.swiper-container-xctj2 .swiper-button-prev{
	display: none;
}
.section-6 .sec_main .swiper-container-xctj2 .swiper-slide .cont{
	width: 570px;
	float: right;
}
.section-6 .sec_main .swiper-container-xctj2 .swiper-slide .cont .tit a{
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}
.section-6 .sec_main .swiper-container-xctj2 .swiper-slide .cont .note{
	margin-top: 15px;
	margin-bottom: 15px;
}
.section-6 .sec_main .swiper-container-xctj2 .swiper-slide .cont .note a{
	color: #666666;
	font-size: 14px;
}
.section-6 .sec_main .swiper-container-xctj2 .swiper-slide .cont .more a{
	color: #666666;
	font-size: 14px;
}
.section-6 .sec_main{
	position: relative;
}
.section-6 .sec_main .swiper-container-xctj3{
	width:570px;
	height: 118px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.section-6 .sec_main .swiper-container-xctj3 .swiper-slide img{
	cursor: pointer;
	border: 2px solid #fff;
	display: block;
	width: 100%;
	height: 112px;
	margin: 0;
}
.section-6 .sec_main .swiper-container-xctj3 .swiper-slide.on img{
	border: solid 2px #f2d28d;
}
/* section-6 end */


/* footer 补充 begin */
.footer{
	
	padding-top:45px!important;
	padding-bottom: 40px;
	box-sizing: border-box;
	font-size: 14px!important;
	color: #fff!important;
	line-height: 30px!important;
}
/* footer 补充 end */
/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 200px;
  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: #00a0e9 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: #00a0e9;
	/*padding: 20px 0 40px;*/
}
.footer {
	margin-top: 60px;
	padding: 40px 0 40px;
	background:#005800;
	text-align: center;
	color: #fff!important;
	font-size: 16px!important;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}
