* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: '微软雅黑';
}
a {
	text-decoration: none;
}
.pointer {
	cursor: pointer;
}
.hidden {
	display: none !important;
}
.w1200 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.bread-box {
	line-height: 40px;
}
.bread-box span {
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}
.bread-box .bread-current {
	color: #3296ff;
}
.main-content-box {
	margin-bottom: 30px;
}
.toutiao-box {
	border: 1px solid #ccc;
	padding: 20px 30px 20px 110px;
	position: relative;
}
.toutiao_swiper {
	height: 80px;
	overflow: hidden;
}
.toutiao-left {
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(../../images/newfromtan/xwss_toutiao_bg.png) no-repeat;
	background-size: 100% 100%;
	height: 80px;
	width: 70px;
	padding-top: 10px;
}
.toutiao-left p {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
}
.toutiao_swiper .swiper-a {
	display: block;
	color: #333;
}
.toutiao_swiper .swiper-a h2 {
	font-size: 28px;
	color: #000;
	line-height: 45px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.toutiao_swiper .swiper-a p {
	font-size: 14px;
	color: #838383;
	letter-spacing: 1px;
}
.toutiao_swiper .swiper-pagination-bullet:first-child {
	margin-top: 20px !important;
}
.toutiao_swiper .swiper-pagination-bullet, .toutiao_swiper .swiper-pagination-bullet-active {
	cursor: pointer;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	margin-bottom: 20px !important;
	border-radius: 0;
}
.toutiao_swiper .swiper-pagination-bullet-active {
	background-color: #3296FF;
}

.content-first-box {
	display: flex;
	flex: 1;
	margin-top: 20px;
}
.content-first-box .first-left-box {
	width: 50%;
	height: 400px;
	position: relative;
}
.content-first-box .first-right-box {
	width: 50%;
	padding: 20px 0 20px 30px;
}
.content-first-box .tab-box {
	border-bottom: 2px solid #d81e06;
}
.content-first-box .tab-box a {
	display: inline-block;
	padding: 5px 10px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
}
.content-first-box .tab-box a.active {
	background-color: #d81e06;
	color: #fff;
}
.content-first-box .tab-list-box li {
	cursor: pointer;
	list-style: none;
	margin: 27px 0;
	font-size: 16px;
	color: #333;
	
}
.content-first-box .tab-list-box li a {
	color: #333;
}
.content-first-box .tab-list-box li span:first-child {
	display: inline-block;
	width: 80%;
}
.content-first-box .tab-list-box li span:last-child {
	float: right;
	color: #666;
}
.content-first-box .first-left-box a {
	position: relative;
	display: block;
	height: 100%;
}
.content-first-box .first-left-box img {
	width: 100%;
	height: 400px;
}
.content-first-box .first-left-box .swiper-foot {
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #fff;
	width: 100%;
	z-index: 2;
	padding: 0 20px;
}
.content-first-box .first-left-box .swiper-pagination {
	text-align: right;
	line-height: 40px;
	padding-right: 20px;
}
.content-first-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.content-first-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
.content-first-box .swiper-pagination-bullet-active {
	background-color: #d81e06 !important;
}

.content-second-box {
	margin: 20px 0;
}
.child-swiper-box {
	height: 100%;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
	border: 3px solid #3296FF;
	border-radius: 10px;
}
.swiper-p {
	display: block;
	height: 100%;
	background-color: #3296FF;
}
.content-second-box .inset_child_swiper {
	height: 100%;
	background-color: #fff;
}
.content-second-box .inset_child_swiper .swiper-b {
	display: flex;
	margin-bottom: 20px;
}
.content-second-box .inset_child_swiper .img-box {
	flex: 1;
	margin-right: 20px;
	height: 39%;
}
.content-second-box .inset_child_swiper img {
	height: 100px;
}
.content-second-box .inset_child_swiper .txt-box {
	flex: 2.55;
	text-align: left;
}
.content-second-box .inset_child_swiper h3 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: normal;
	color: #000;
}
.content-second-box .inset_child_swiper p{
	margin: 0;
}
.content-second-box .inset_child_swiper .remark {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	letter-spacing: 1px;
	height: 50%;
	overflow: hidden;
}
.content-second-box .inset_child_swiper .info {
	color: #a9a9a9;
	font-size: 14px;
}
.content-second-box .inset_child_swiper .info span:last-child {
	float: right;
}
.content-second-box .inset_child_swiper .inset_child_pagination {
	top: 93.8%;
}
.content-second-box .inset_child_swiper .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 5px;
}

/* tab切换样式 */
/* .second-tab-swiper {
	margin: 20px auto;
}
.second-tab-swiper .tab-box {
	display: block;
	width: 260px;
	height: 75px;
	background: url(images/xwss_tab_bg.png) no-repeat;
	background-size: 100% auto;
	color: #3296ff;
	padding-top: 10px;
	padding-left: 40px;
	box-sizing: border-box;
}
.second-tab-swiper .tab-box .icon,
.second-tab-swiper .tab-box .icon-active {
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
.second-tab-swiper .tab-box .icon-active {
	display: none;
}
.second-tab-swiper .tab-box .tab-right-txt {
	font-size: 28px;
	vertical-align: top;
}
.second-tab-swiper .swiper {
	width: 900px;
	margin: 0 auto;
}
.second-tab-swiper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	width: 260px;
}
.second-tab-swiper .swiper-slide-active,
.second-tab-swiper .swiper-slide-duplicate-active{
    transform: scale(1);
}
.second-tab-swiper .swiper-slide-active .tab-box,
.second-tab-swiper .swiper-slide-duplicate-active .tab-box {
	background: url(images/xwss_tab_bg_active.png) no-repeat;
	color: #fff;
}
.second-tab-swiper .swiper-slide-active .icon,
.second-tab-swiper .swiper-slide-duplicate-active .icon {
	display: none;
}
.second-tab-swiper .swiper-slide-active .icon-active,
.second-tab-swiper .swiper-slide-duplicate-active .icon-active {
	display: inline-block;
} */
/* .second-tab-swiper {
	margin: 20px auto;
	width: 800px;
}
.second-tab-swiper .tab-box {
	display: inline-block;
	width: 260px;
	height: 75px;
	background: url(images/xwss_tab_bg.png) no-repeat;
	background-size: 100% auto;
	color: #3296ff;
	padding-top: 10px;
	padding-left: 40px;
	box-sizing: border-box;
	transition: 300ms;
	transform: scale(0.8);
}
.second-tab-swiper .tab-box .icon,
.second-tab-swiper .tab-box .icon-active {
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
.second-tab-swiper .tab-box .icon-active {
	display: none;
}
.second-tab-swiper .tab-box .tab-right-txt {
	font-size: 28px;
	vertical-align: top;
}
.second-tab-swiper .tab-box-active {
	transform:  scale(1);
	background: url(images/xwss_tab_bg_active.png) no-repeat;
	color: #fff;
}
.second-tab-swiper .tab-box-active .icon {
	display: none;
}
.second-tab-swiper .tab-box-active .icon-active {
	display: inline-block;
} */
.second-tab-swiper {
	margin: 30px auto 20px auto;
	width: 800px;
	height: 70px;
	position: relative;
}
.second-tab-swiper .tab-box {
	position: absolute;
	left: 0;
	background: url(../../images/newfromtan/xwss_tab_bg.png) no-repeat;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 40px;
	color: #3296ff;
	background-size: 100% auto;
	
	/* height: 60px;
	width: 205px; */
}

/* .second-tab-swiper .tab-box:nth-child(1) {
	left: 0px;
}
.second-tab-swiper .tab-box:nth-child(2) {
	left: 275px;
}
.second-tab-swiper .tab-box:nth-child(3) {
	left: 600px;
} */
.second-tab-swiper .tab-box .icon,
.second-tab-swiper .tab-box .icon-active {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.second-tab-swiper .tab-box .icon-active {
	display: none;
}
.second-tab-swiper .tab-box .tab-right-txt {
	font-size: 22px;
	vertical-align: top;
}
.second-tab-swiper .tab-box-active .tab-right-txt {
	font-size: 28px;
}
.second-tab-swiper .tab-box-active {
	background: url(../../images/newfromtan/xwss_tab_bg_active.png) no-repeat;
	color: #fff;
	/* height: 75px;
	width: 260px; 
	margin-top: -10px;*/
}
.second-tab-swiper .tab-box-active .icon {
	display: none;
}
.second-tab-swiper .tab-box-active .icon-active {
	width: 38px;
	height: 38px;
	margin-right: 10px;
	display: inline-block;
}

.content-third-box {
	margin-top: 100px;
}
.content-third-box h2 {
	width: 1200px;
	margin: 20px auto;
}
.content-third-box .circle {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 4px solid #3296ff;
	border-radius: 50%;
}
.content-third-box .line {
	display: inline-block;
	width: 490px;
	border: 1px solid #3296FF;
	vertical-align: middle;
}
.content-third-box .l-line {
	margin-left: -10px;
}
.content-third-box .r-line {
	margin-right: -10px;
}
.content-third-box .txt {
	display: inline-block;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
	text-shadow: 3px 3px 5px #ccc;
	color: #3296ff;
	width: 180px;
	text-align: center;
}
.content-third-box .tupian-box {
	margin-top: 50px;
	border: 1px solid #ccc;
	padding: 20px;
	display: flex;
	flex: 1;
}
.content-third-box .tupian-list {
	margin-right: 20px;
}
.content-third-box .tupian-list:last-child {
	margin-right: 0;
}
.content-third-box .tupian-list .img-box {
	border: 3px solid #ccc;
	height: 200px;
	width: 100%;
}
.content-third-box .tupian-list img {
	width: 100%;
	height: 100%;
}
.content-third-box .tupian-list p {
	font-size: 18px;
	line-height: 40px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
}
/* 异形滚动 */
.carousel{
	height: 370px;
	width: 1400px;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}
.carousel .carousel_img ul{
	list-style: none;
}
.carousel .carousel_img ul li{
	position: absolute;
	left: 120px;
}
.carousel .carousel_img ul li img{
	width: 100%;
	height: 100%;
}
.right_btn{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -18.5px;
	border-top: 5px solid #eee;
	border-right: 5px solid #eee;
	transform: rotate(45deg);
	z-index: 999;
}
.left_btn{
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -18.5px;
	border-bottom: 5px solid #eee;
	border-left: 5px solid #eee;
	transform: rotate(45deg);
	z-index: 999;
}
.circles{
	position: absolute;
	width: 260px;
	height: 16px;
	left: 50%;
	bottom: 0;
	margin-left: -135px;
	z-index: 999;
}
.circles ol{
	list-style: none;
}
.circles ol li{
	float: left;
	margin-right: 10px;
	background-color: #eee;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.circles ol li.cur{
	background-color: #42a5f3;
}
.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
	top: 0;
	left: 0;
}
