﻿/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v1.0.0
Created : 02 Juni  2016
Last update : 02 Juni  2016

============================================================== */



/*
General
=========================== */
.mt_30{margin-top: 30px !important;}
.mb_0{margin-bottom: 0 !important;}
.pt_80{ padding-top: 80px !important;}

.top_yindao{ display:block; width:100%; height:100%; margin:0 auto; overflow:hidden; background:#000 url(intro.jpg) no-repeat center top; text-align:center; position:fixed; z-index:9999999; background-size:cover;}
.swiper-button-next, .swiper-button-prev{
	cursor: pointer;
}
a{
	text-decoration: none !important;
}
.section{
    padding: 70px 0;
    position: relative;
}

.section a{
    color: #f43438;
}

.gray{
    background-color: #f9f9f9;
}

.section .heading{
    text-align: center;
    position: relative;
    font-size: 16px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.section .heading .title{
    position: relative;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Microsoft YaHei';
}

.section .heading .title strong{
    font-weight: 700;
    text-transform: uppercase;
}

.section .heading:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    border-bottom: solid 1px #f43438;
}

.test-height{
    height: 1800px;
}

.pageheader{
    padding: 70px 0;
    background-color: #f43438;
}

.pageheader.fixed-demo{
    padding-top: 120px;
}

.pageheader.fixed-demo.dark{
   background-color: #666 !important;
}

.pageheader.fixed-demo.white{
   background-color: #fff !important;
}

.pageheader .title{
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff !important;
    font-family: "Microsoft YaHei"
}

.pageheader p{
    margin-bottom: 0;
    color: #f5f5f5;
    font-size: 16px;
    font-family: "Microsoft YaHei"
}

.pageheader.fixed-demo.white .title{
    color: #3f3f3f !important;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}

.pageheader.fixed-demo.white p{
    color: #6f6f6f;
}

hr{
    border: solid 2px #efefef;
    margin: 60px 0 50px;
}

/*
Home
=========================== */
.section.home{
    padding: 100px 0;
    background-color: #f43438;
}

.section.home.dark{
    background-color: #fff;
}

.section.home .heading-home{
    text-align: center;
    position: relative;
    z-index: 2;
}

.section.home .heading-home .title{
    color: white;
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: capitalize;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff;
}

.section.home .heading-home p{
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #f0f0f0;
}

.section.home .overlay{
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-home{
    border: solid 1px #fff;
    color: #fff !important;
    padding: 10px 20px;
    margin: 5px;
    letter-spacing: 1px;
}

.btn-home:hover,
.btn-home:focus{
    color: #3f3f3f !important;
    background-color: #fff;
}


/*
Affiliates
=========================== */
.affiliates{
    display: inline-block;
    padding: 10px;
    border: solid 1px #bbb;
    margin: 0 5px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.1);
    position: relative;
    text-align: left;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.affiliates a{
    text-decoration: none !important;
}

.affiliates img{
    width: 200px;
    margin-bottom: 5px;
}

.affiliates h6{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}


/*
Menu Demo
=========================== */
ol.menu-demo{
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: block;
}

ol.menu-demo li{
    margin-bottom: 15px;
}

ol.menu-demo li a{
    display: block;
    padding: 15px 25px;
    background-color: #fff;
    border: solid 2px #3f3f3f;
    color: #3f3f3f;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

ol.menu-demo li a:focus,
ol.menu-demo li a:hover{
    background-color: #f43438;
    border: solid 2px #f43438;
    color: #fff;
    text-decoration: none;
}


 

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0 !important;
}

.padding-clear{
	padding:0 !important;
}

.margintop-clear{
	margin-top:0 !important;
}

.paddingtop-clear{
	padding-top:0 !important;
}

.marginbot-clear{
	margin-bottom:0 !important;
}

.paddingbot-clear{
	padding-bottom:0 !important;
}

.marginleft-clear{
	margin-left:0 !important;
}

.paddingleft-clear{
	padding-left:0 !important;
}

.marginright-clear{
	margin-right:0 !important;
}

.paddingright-clear{
	padding-right:0 !important;
}

.padding-top40{
	padding-top:40px !important;
}

.padding-topt60{
	padding-top:60px !important;
}

.padding-top70{
	padding-top:70px !important;
}

.padding-bot5{
	padding-bottom:5px !important;
}

.padding-bot10{
	padding-bottom:10px !important;
}

.padding-bot15{
	padding-bottom:15px !important;
}

.padding-bot20{
	padding-bottom:20px !important;
}

.padding-bot30{
	padding-bottom:30px !important;
}

.padding-bot40{
	padding-bottom:40px !important;
}

.padding-bot50{
	padding-bottom:50px !important;
}

.padding-bot60{
	padding-bottom:60px !important;
}

.padding-bot70{
	padding-bottom:70px !important;
}

.margin-mintop10{
	margin-top:-10px !important;
}

.margin-mintop20{
	margin-top:-20px !important;
}

.margin-mintop30{
	margin-top:-30px !important;
}

.margin-mintop60{
	margin-top:-60px !important;
}

.margin-mintop110{
	margin-top:-110px !important;
}

.margin-minbot10{
	margin-bottom:-10px !important;
}

.margin-minbot20{
	margin-bottom:-20px !important;
}

.margin-minbot30{
	margin-bottom:-30px !important;
}

.margin-minbot60{
	margin-bottom:-60px !important;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px !important;
}

.margin-right10{
	margin-right:10px !important;
}

.margin-left20{
	margin-left:20px !important;
}

.margin-right20{
	margin-right:20px !important;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px !important;
}

.margintop10{
	margin-top:10px !important;
}

.margintop15{
	margin-top:15px !important;
}

.margintop20{
	margin-top:20px !important;
}

.margintop25{
	margin-top:25px !important;
}

.margintop30{
	margin-top:30px !important;
}

.margintop35{
	margin-top:35px !important;
}

.margintop40{
	margin-top:40px !important;
}

.margintop45{
	margin-top:45px !important;
}

.margintop50{
	margin-top:50px !important;
}

.margintop55{
	margin-top:55px !important;
}

.margintop60{
	margin-top:60px !important;
}

.margintop80{
	margin-top:80px !important;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px !important;
}

.marginbot10{
	margin-bottom:10px !important;
}

.marginbot15{
	margin-bottom:15px !important;
}

.marginbot20{
	margin-bottom:20px !important;
}

.marginbot25{
	margin-bottom:25px !important;
}

.marginbot30{
	margin-bottom:30px !important;
}

.marginbot35{
	margin-bottom:35px !important;
}

.marginbot40{
	margin-bottom:40px !important;
}

.marginbot45{
	margin-bottom:45px !important;
}


.marginbot50{
	margin-bottom:50px !important;
}

.marginbot55{
	margin-bottom:55px !important;
}

.marginbot60{
	margin-bottom:60px !important;
}

.marginbot80{
	margin-bottom:80px !important;
}

/*
Pre Code
=========================== */
pre {
    font-family: monospace;
    padding: 5px 25px 30px;
    border: solid 1px #ccc;
    border-left: solid 10px #ccc;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    color: #6f6f6f;
    border-radius: 0px;
}
pre + pre {
    background: #6f6f6f;
}
pre {
    word-break: break-all; /* webkit */
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap; /* fennec */
    white-space: pre-wrap;
    white-space: pre\9; /* IE7+ */
}

.section.gray pre{
    background-color: #fff;
}

pre span{
    color: #f43438;
}

/*新增样式表*/
.top_box{
	position: absolute;
	top: 26px;
	width: 100%;
	z-index: 999;
}
#logo{
	float: left;
}

.top_link{
	float: right;
	list-style: none; 
	margin-top: 10px;
}

.top_link li{
	float: left;
	background: url(top_icon01.jpg) no-repeat left center;
	padding: 0 0 0 15px; margin: 0 0 0 15px;
}

.top_link li:first-child{
	background: transparent !important;
}

.top_link li i{
	margin-right: 5px;
}

.top_link li a{
	text-decoration: none;
}

.top_link li a:hover{
	color:#ce0d0d;
}

.dropdown-toggle:after{
	display: none;
}

.nav.navbar-nav > li{
	background: url(menu_icon.png) left center no-repeat;
}
.nav.navbar-nav > li:first-child{	
	background: transparent;
}
.nav.navbar-nav > li:first-child > a{
	padding-left: 0 !important;
}

.swiper-container, .swiper-container02, .swiper-container04, .swiper-container05{
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.swiper-slide img{
	width: 100%;
}


.swiper-container02 .swiper-slide{
	height: 100% !important;
	background:transparent !important;
}
.swiper-container02{
	position: absolute;
	background:transparent !important;
}
.main_box{
	margin-top: 60px;
	padding:0 0 80px 0;
	clear: both;
}

.main_box > .container{
	position: relative;
}


.home_top{
	background: #ce0d0d;	
	color:#fff !important;
	padding: 10px 0;
}

.home_top img{
	margin-right: 5px;
}

.float_left{  
	position: absolute; 
	top: 0;
	width: 110px; 
	height: auto;
	background:#fff;
	border: 1px solid #e6e9ec;
}

.float_left a{
	display: block;
	padding: 17px 0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	line-height: 1;
}

.float_left a span{
	display: block;
}

.float_left a:hover{
	color:#ce0d0d;
}

.float_right{
	float: right;  
	width: 110px; 
}

.f_right{
	width: 100%;
	max-width: 110px;
	height: auto;
	background:#fff; 
	top: 0;
}

.f_r01{
	position: relative;
	margin-bottom: 10px;
}

.f_r01 span{
	position: absolute;
	top: 1px;
	right: 1px;
	line-height: 1;
	cursor: pointer;
}

.tt_box{
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin-bottom: 40px;
}

.tt_box_in{
	background: url(toutiao_bg.jpg) no-repeat;
	background-size:cover;
}

.tt_con{
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
	position: relative; 
}

.navbar-collapse{
	padding-left: 0 !important;
}
.navbar-header{
	display: none;
}

.tt_con01 h3{
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.tt_con01 h3 a{
	color:#333;
	font-weight: 600;
	text-decoration: none;
}

.tt_con01 h3 a:hover{
	color:#ce0d0d;
}

.tt_con01 p{
	font-size: 14px;
	color:#666;
}

.tt_png{
	position: absolute;
	left: 0; 
	top: 0;
	z-index: 666;
}

.tt_sx{
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 7777;
}

.tt_sx div{
	border: 1px solid #f7a7a7;
	background:#fff;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 23px;
	font-size: 22px;
	color:#ce0d0d;
}

.tt_sx div:hover{
	background: #ce0d0d;
	border: 1px solid #ce0d0d;
	color:#fff;
}

.tt_sx div.swiper-x{
	margin-top: 0 none;
}

.jdxw_box{
	overflow: hidden;
}

.swiper-pagination-bullet-active{
	background:#ce0d0d;
}

.swiper-container03 .swiper-button-prev{
	left: 30px;
}

.swiper-container03 .swiper-button-next{
	right: 30px;
}

.swiper-container03 .swiper-slide a{
	position: relative;
	overflow: hidden;
	 display: block;
	 padding:0 100% 65% 0;
	 position: relative; 
}

.swiper-container03 .swiper-slide a > img {
	position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  object-fit: cover;

}

.swiper-container03 .swiper-slide a h3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.3);
	margin: 0;
	text-align: left;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color:#fff;
	padding: 0 30px;
}

.swiper-container03 .swiper-slide a:hover h3{
	color:#ce0d0d;
}

.main_title_h3{
	font-size: 18px;
	color:#ce0d0d;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 13px;
	line-height: 1;
}

.main_title_h3 img{
	margin-right: 5px;
}

.main_title_h3 span{
	color: #8c8c8c;
	font-size: 12px;
	font-weight: 400;
}

.main_title_h3 a{
	color: #8c8c8c;
	font-size: 12px;
	font-weight: 400;
	float: right;
	margin-top: 7px;
	text-decoration: none;
}

.main_title_h3 a:hover{
	color:#ce0d0d;
}

.mian_news_list{
	list-style: none;
	margin: 0; padding: 0;
}

.mian_news_list li{
	border-bottom: 1px dashed #e6e9ec;
	line-height: 40px;
	font-size: 15px;
	text-align: right;
	vertical-align: middle;
}

.mian_news_list li a:before{
	content:"\f101";
	font-family: 'FontAwesome';
	color:#ce0d0d;
	font-size: 14px;
	margin-right: 5px;
}

.mian_news_list li a{
	color:#666;
	display: inline-block;
	width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    text-align:left;
    float: left;
}

.mian_news_list li a span{
	float: right;
	color:#999;
	font-size: 13px;
}

.mian_news_list li a:hover{
	color:#ce0d0d;
}

.mian_news_list li a:hover span{
	color:#ce0d0d;
}


.newx_box, .jdxw_box{
	margin-bottom: 60px;
}

.zt_box{
	background: url(zhuanti_bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0; 
}

.qy_box{
	background: url(qiye_bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0; 
}

.zt_h3{
	text-align: center;
	color:#fbfcfc;
	font-size: 72px;
	position: relative;
	font-family: arial;
	line-height: 1;
	
}

.zt_h3 span{
	font-size: 32px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color:#333;
}

.zt_h3 span a{
	color:#333;
}

.zt_h3 span a:hover{
	color: #ce0d0d;
}

.zt_box01_con{
	background: rgba(255,255,255,0.3);
	border: 1px solid #f9bbbb;
	/*overflow: hidden;*/
	padding: 20px;
	position: relative;
}

.zt_left{
	background:url(zt_left.png) no-repeat;
	width: 31px;
	height: 50px;
	left: 0;
}

.zt_left:hover{
	background:url(zt_left_ov.png) no-repeat;
}

.zt_right{
	background:url(zt_right.png) no-repeat;
	width: 31px;
	height: 50px;
	right: 0;
}

.zt_right:hover{
	background:url(zt_right_ov.png) no-repeat;
}

.bottom_newx_box{
	background: url(circles-light.png);
	padding: 80px 0 0 0;
}

.tz_box{
	border-bottom: 1px dashed #d0d0d0;
}
.tz_box h4{
	margin-bottom: 5px;
}
.tz_box h4 a{
	font-size: 16px; 
	color:#333;
}

.tz_box h4 a:hover{
	color:#ce0d0d;
}

.tz_box p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-indent: 28px;
	color:#999;
	margin-bottom: 15px;
}
.zwgk_box{
	padding-top: 5px;
	height: auto;
	overflow: hidden;
	
}
.zwgk_box a{
	display: block;
	width: 48.80952380952381%;
	display: block;
	background:#f0f1f3;
	border: 1px solid #e9e9e9;
	min-height: 105px; 
	padding-left: 35px;
	float: left;
	margin-top: 10px;
	padding: 35px 0 0 70px;
}

.zwgk_box a h4{
	color:#444;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}
.zwgk_box a span{
	display: block;
	color:#999;
	font-size: 12px;
	font-weight: 400;
}

.zwgk_box a.gkfb{
	background: url(zwgk01.png) #f0f1f3 no-repeat 13% 50% ;
	margin-right:2.380952380952381%;
}

.zwgk_box a.gkfb:hover{
	background: url(zwgk01_ov.png) #ce0d0d no-repeat 13% 50% ;
}

.zwgk_box a.gkzn{
	background: url(zwgk02.png) #f0f1f3 no-repeat 13% 50% ;
}

.zwgk_box a.gkzn:hover{
	background: url(zwgk02_ov.png) #ce0d0d no-repeat 13% 50% ;
}

.zwgk_box a.gkml{
	background: url(zwgk03.png) #f0f1f3 no-repeat 13% 50% ;
	margin-right:2.380952380952381%;
}

.zwgk_box a.gkml:hover{
	background: url(zwgk03_ov.png) #ce0d0d no-repeat 13% 50% ;
}

.zwgk_box a:hover h4, .zwgk_box a:hover span{
	color:#fff;
}

.zwgk_box a.gksq{
	background: url(zwgk04.png) #f0f1f3 no-repeat 13% 50% ;
}

.zwgk_box a.gksq:hover{
	background: url(zwgk04_ov.png) #ce0d0d no-repeat 13% 50% ;
}


/* Tab切换 */
.tab {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 27px auto 20px auto;
}

.tab-nav {
	height: 30px;
	overflow: hidden;
	background: #f5f5f5;
}

.tab-nav a {
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background:#f0f1f3;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
}

.tab-nav a.current {
	background: #ce0d0d;
	border: 1px solid #ce0d0d;
	color: #fff;
}

.tab-con {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden; 
}

.tab-con-item {
	display: none;
	width: 100%;
	height: auto;  
}
.swiper-container05 .swiper-slide{background: transparent !important;}
.swiper-container05 .swiper-slide a > div{
	font-size: 12px;
	color:#333;
	letter-spacing: -0.5px;
	background: transparent;
	line-height: 1;
	padding-top: 10px;
}

.newx_box02{
	margin-bottom: 40px;
}

.gzcy_box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}

.gzcy_box a{
	display: block;
	border: 1px solid #f1f2f5;
}

.gzcy_box a:hover{
	border: 1px solid #ce0d0d;
}

.footer{
	background:url(p1.png);
	padding: 20px 0;
	border-top: 1px solid #ecebeb;
}

.fam_link {
	height: 60px;	 
	border-bottom: 1px solid #ece9e9;
}
.fam_link h2{
	font-size: 18px;
	color:#333;
	float: left;
	line-height: 40px;
	width: 7%;
}

.fam_link_box{
	float: left;
	width: 93%;
}

.fam_link_box .flb_box{
	box-sizing: border-box;
	background: #f6f1f1;
	border: 1px solid #d9d7d7;
	float: left;
	margin-left: 1.538461538461538%;
	width:23.46153846153846% ;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.fam_link_box .flb_box:after{
	content:"\f107" ;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}

.fam_link_box .flb_box:hover:after{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}

.fam_link_box .flb_box > div{
	position: absolute;
	top: -200px;
	height: 200px;
	overflow-y: scroll;
	background:#ce0d0d; 
	width: 100%;
	display: none;
	z-index: 9999;
}

.fam_link_box .flb_box > div ul{
	list-style: none;
	padding: 0; margin: 0;
}

.fam_link_box .flb_box > div ul li{
	text-align: left;
	border-bottom: 1px solid #b80f0f;
	padding: 0 20px;
}

.fam_link_box .flb_box > div ul li a{
	color:#fff;
}

.fam_link_box .flb_box:hover > div{
	display: block;
}

#footer_box{
	padding: 20px 0 0 0 ;
}

#footer_box > div{
	float: left;
}

.footer_left{
	width: 5.384615384615385%;
}

.footer_con{
	width: 85.38461538461538%;
	font-size: 12px;
	padding-top: 5px;
}
.footer_con a{
	margin-right: 15px; 
}

.footer_con a:first-child{
	margin-left: 0;
}
.footer_con a:hover{
	color:#ce0d0d;
}

.footer_right{
	width: 9.230769230769231%;
}

nav.navbar.bootsnav .navbar-toggle{
	background: transparent !important;
	color:#fff;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border-top: 5px solid #080808;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover{
	color:#ce0d0d;
	background: #f0f0f0;
}
.breadcrumb{
	padding: 13px 20px;
	border: 1px solid #f5f5f5;
	background: #f8f8f8;
}
.breadcrumb a:hover{
	color:#ce0d0d;
}

.active{
	color:#ce0d0d !important;
}

.fa-map-marker{
	color:#333;
	font-size: 20px; vertical-align: -2px;
	margin-right: 3px;
}

.navgation{
	margin-top: 20px;
}

.sub_sns{
	float: right;
	margin-top: -3px;
}

.sub_sns a{
	display: inline-block;
	width: 30px; height: 30px;
	margin-left: 5px;
}
.sub_sns a i{
	background: #f1f1f1;
	width: 30px; height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
}
.sub_sns a .fa-weibo{
	color:#df2028;
}

.sub_sns a:hover .fa-weibo{
	background: #df2028;
	color:#fff;
}

.sub_sns a .fa-weixin{
	color:#54ad24;
}

.sub_sns a:hover .fa-weixin{
	background: #54ad24;
	color:#fff;
}

.sub_sns a .fa-qq{
	color:#3299dc;
}

.sub_sns a:hover .fa-qq{
	background: #3299dc;
	color:#fff;
}

.sub_title{
	width: 100%;
	height: 180px;
	line-height: 180px;
	color:#fff;
	background: url(cream_pixels.jpg);
	text-align: center;
	font-size: 30px;
}

.sub_title_h3{
	font-size: 18px;
	color:#333;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1;
	padding-bottom: 15px;
}

.sub_title_h3 span{
	border-bottom: 2px solid #ce0d0d;
	padding-bottom: 11px; 
}

.sub_left_box02{
	margin-top: 20px;
}

.sub_left_box02 > a{
	display: block;
	border: 1px solid #e9e9e9;
	background: #f0f1f3;
	margin-bottom: 10px;
	width: 48.38709677419355%;
	float: left;
	text-align: center;
	padding: 15px 0;
	
}

.sub_left_box02 > a.gkfb{
	margin-right: 3.225806451612903%;
}

.sub_left_box02 > a.gkml{
	margin-right: 3.225806451612903%;
}

.sub_left_box02 > a h4{
	margin: 0;
	font-size: 16px;
	color:#444;
}

.sub_left_box02 > a:hover{
	color:#ce0d0d;
	border: 1px solid #ce0d0d;
}

.sub_left_box02 > a:hover h4{
	color:#ce0d0d;
}

.search_box{
	background: #eaeaea;
	padding: 20px;
	height: 80px;
}

.search_box > div{
	float: left;
}

.search_box_left{
	width: 15%;
}

.search_box_left select{
	width: 100%;
	height: 40px;
	padding: 0 20px;
	border: 0 none;
	outline: none;
}
.search_box_con{
	width: 67%;
	margin: 0 1.5%;
}
.search_box_con input{
	width: 100%;
	height: 40px;
	border: 0 none;
	outline: none;
	padding: 0 20px;
}
.search_box_right{
	width: 15%;
}

.search_box_right button{
	width: 100%;
	background: #ce0d0d;
	color:#fff;
	border: 0 none;
	text-align: center;
	line-height: 40px;
	outline: none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
}

.search_box_right button:hover{
	opacity: 0.8;
}
.service_table {
	margin-top: 20px;
	border: 0 none;
	border-bottom: 1px solid #f6f6f6;
} 
.service_table thead th{background: #666666; color:#fff; font-size: 15px; text-align: center; height: 55px; line-height: 55px !important; padding: 0 !important; box-sizing: border-box; border: 0 none !important; position: relative;}
.table_title{width: 43.77319587628866%; }
thead .table_title:after, thead .table_view:after, .table_number:after{content:" ";display:block;position:absolute;top:50%;right:0;width:1px;height:12px;margin-top:-6px;background:#fff;opacity:0.8;}
.service_table tbody td{padding: 15px 35px !important;}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{border: 1px solid #f0f0f0;}
.table-bordered>tbody>tr>td{
	border:0 none;
}

.table-bordered>tbody>tr{
	background: #fcfcfc;
}

.table-bordered>tbody>tr:nth-child(even){
	background: #f6f6f6;
}

.service_table02 {
	margin-top: 20px;
	border: 0 none;
	border-bottom: 1px solid #f6f6f6;
} 
.service_table02 thead th{background: #666666; color:#fff; font-size: 15px; text-align: center; height: 55px; line-height: 55px !important; padding: 0 !important; box-sizing: border-box; border: 0 none !important; position: relative;}
.table_title02{width: 43.77319587628866%; }
thead .table_title02:after, thead .table_view02:after, .table_number02:after{content:" ";display:block;position:absolute;top:50%;right:0;width:1px;height:12px;margin-top:-6px;background:#fff;opacity:0.8;}
.service_table02 tbody td{padding: 15px 35px !important;}
.table_title02{width: 55.77319587628866%; }
.table_number02, .table_view02, .table_date02{text-align: center;}

.table_title a, .table_title02 a{color:#333; text-decoration: none;}
.table_title a:hover, .table_title02 a:hover{color:#ce0d0d}

.service_table03 { 
	margin-bottom: 0;
	border: 0 none;
	border-bottom: 1px solid #f6f6f6; 
} 
.service_table03 thead th{background: #ce0d0d; color:#fff; font-size: 15px; text-align: center; height: 55px; line-height: 55px !important; padding: 0 !important; box-sizing: border-box; border: 0 none !important; position: relative;}

.service_table03 td{
	padding: 0 20px !important;
	height: 48px;
	line-height: 48px;
	border-bottom:1px solid #fafafa !important;
	vertical-align: middle !important;
}

.service_table03 td span{
	color:#ce0d0d;
	vertical-align: -3px;
	display: inline-block;
	width: 11px;
}

.service_table03 td .dx{
	margin-right: 5px;
	vertical-align: 1px;
}

.service_table03 td input{
	outline: 0 none;
	background: transparent;
	border:0 none;
}

.input_100{
	max-width: 100%;
	width: 100%;
}

.input-textarea{
	outline: none;
	border: 0 none;
	background: transparent;
	padding: 10px;
}

.talbe_title{
	background: #e8e8e8;
}

.list_box{
	background: #fafafa;
	padding: 57px 0;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.list_box_left{
	float: left;
	width: 15.979381443298969%;
	border-right: 1px solid #dedede;
	text-align: center;
	font-family: 'arial';
	font-size: 15px;
	color: #959595;
	font-weight: 400;
}

.list_box_left strong{
	font-size: 54px;
	color: #000;
	display: block;
	height: auto;
	overflow: hidden;
	line-height: 1;
}

.list_box_right{
	padding-left:5.766871165644172% ;
	padding-right: 22%;
	width: 84.020618556701031%;
	float: left;
	position: relative;
}

.list_box_right h3{
	font-size: 16px;
	margin: 0;
	line-height: 1;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.list_box_right h3 a{
	color:#333;
}

.list_box_right h3 a:hover{
	color: #ce0d0d;
}

.list_box_right p{
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list_box_right > a{
	position: absolute;
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #b9b9b9;
	right: 50px;
	top: 50%;
	margin-top: -25px;
}

.list_box_right > a > i{
	margin-right: 5px;
	vertical-align: -2px;
}

.list_box:hover{
	background: #f3f3f3;
}

.list_box:hover .list_box_right > a{
	color: #ce0d0d;
	border:1px solid #ce0d0d;
}

.sub_con{
	border: 1px solid #ededed;
	padding: 20px;
	margin-bottom: 30px;
}


.sub_title_h4{
	color: #333; 
	font-size: 28px;
	padding: 0 30px;
	text-align: center;
	line-height: 40px;
	font-weight: 400;
}

.sub_infobox{
	background-color: #eaeaea;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.sub_infobox a:hover{
	color: #ce0d0d;
}

.sub_con_box{
	padding:40px 0 0 0;
	
}
.sx_box{
	padding-top: 20px;
	border-top: 1px solid #eff0f3;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width:220px; 
	margin:0px auto;
}

.sx_box a{
	display: block;
	background-color: #f4f4f5;
	border: 1px solid #ededed;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family:楷体; font-weight:600; font-size:12px;
}
.sx_box a:hover{
	background: #ce0d0d;
	border: 1px solid #ce0d0d;
	color: #fff;
}

.qyfc_box{
	margin-bottom: 20px;
}
.qyfc_box figure{
	text-align: center;
}

.qyfc_box figcaption{
	line-height: 40px;
}

.form-group label{font-size: 18px; color:#333;}
.form-group input{  background: rgba(255,255,255,0.6) !important; line-height: 42px !important; height: 42px; border: 1px solid #dbdbdb;}
body .form-group textarea{ min-height: 120px; background: rgba(255,255,255,0.6) !important; }
.form-group textarea:focus, .form-group input:focus{border: 1px solid #ce0d0d; outline:none; box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 160, 99, .6);}
.message_box {text-align: center; padding-top: 30px; clear: both; background: rgba(255,255,255,0.6);}
.message_box a{display: inline-block; margin: 0 5px; width: 120px; line-height: 40px; text-align: center; background: #000; color:#fff; clear: both;}
.message_box a:hover{color:#fff; text-decoration:none; background: #ce0d0d;}
.customer_box{height: auto; overflow: hidden; border-bottom: 1px dashed #ce0d0d; padding-bottom: 30px; margin-bottom: 30px;}
.customer_box .customer_box_01 h3{font-size: 20px; color:#333; margin: 0 0 15px 0;}
.customer_box .customer_box_01 a{color:#777; text-decoration: none;}
.customer_box .customer_box_01 a:hover{color:#ce0d0d;}
.customer_box_01 li{line-height: 21px;}
.customer_box_01 li i{margin:0 5px 0 0; width: 15px; font-size: 15px;}
.from_box{
	background:url(lybg.jpg) no-repeat center bottom;
}

.zxly_btn{
	width: 120px;
	text-align: center;
	line-height: 40px;
	background: #ce0d0d;
	border-radius: 3px;
	border: 0 none;
	color:#fff;
	margin: 0 auto;
	clear: both;
	float: initial;
	outline: none;
}

.zxly_btn:hover{
	opacity: 0.8;
}

.pagination > li > a, .pagination > li > span{color: #666;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{ color: #ce0d0d; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color:#ce0d0d;
	border: 1px solid #ce0d0d;
}


.w_1560{
	max-width: 1350px;
}

.hf_box{
	padding-top: 25px; 
	background:#fafafa; 
	padding:40px; 
	border-radius: 3px; 
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.hf_box h4{
	color: #ce0d0d;
	border-bottom: 1px solid #eee;
	line-height: 1;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.hf_box span{
	font-size: 12px;
	color:#999;
	margin-bottom: 10px;
	display: block;
}

.gksq_box{
	
}

.txwz{
	font-size: 14px;
	color: #999;
}

.txwz span{
	color:#ce0d0d;
	vertical-align: -3px;
}

.gksq_rel{
	padding: 30px 0;
}

.w_1560{
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wzdt_h4{
	color:#ce0d0d;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 15px; 
}

.wzdt_list{
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.wzdt_list li{
	float: left; 
	background: url(list_icon01.jpg) no-repeat 0 50%;
	padding-left: 21px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.wzdt_list li:first-child{
	background: transparent;
	padding-left: 0;
}

.wzdt_list li a{
	font-size: 16px;
	color:#333;
}

.wzdt_list li a:hover{
	color:#ce0d0d;
}

@media (max-width:1300px){

.w_1560{
	max-width: 1230px;
}

 
nav.navbar.bootsnav ul.nav > li > a{
		padding: 20px 21px;
	}
	
.fam_link h2{
	width: 15%;
}

.fam_link_box{
	width: 85%;
}
	
}

@media (max-width:1230px){
	.float_left, .float_right {
		display: none;
	}
}
@media (max-width:1024px){
	#footer_box > div{
		clear: both;
		float:initial;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width:991px){
	.top_box{
		display: none;
	}
	
	.tt_con01 p{
		padding: 0 30px;
	}
	.col-md-2.col-sm-4 {
		margin-bottom: 20px;
	}
	.col-md-2.col-sm-4 img{
		width: 100%;
	}
	.gzcy_box .row{
		width: 100%;
	}
	.nav.navbar-nav > li{ background: transparent;}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
		color: #fff;
	}
	.attr-nav > ul > li > a{
		padding:16px 22px ;
	}
	.zwgk_box a{
		padding: 35px 0 0 100px;
	} 
	.fam_link_box .flb_box{
		width: 31.461538%;
	}
	
}
 
@media (max-width:768px){
    .wrap-affiliates{
        text-align: left;
        margin-top: 30px;
    }
    .fam_link > h2{
    		display: none;
    }
    .fam_link_box{
    	width: 100%;
    }
    .fam_link_box .flb_box{
    	width: 100%;
    	margin-bottom: 15px;
    }
    .zwgk_box a{
    	padding: 35px 0 0 70px;
    }
}

@media (max-width:480px){
	.tt_con01 h3{
		padding: 0 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.tt_con01 p{
		display: none;
	}
    .section.home .affiliates{
        padding-left: 15px;
    }
    
    .section.home .affiliates img{
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }
}



.wx_box{
	position: relative;
	z-index: 9999;
}

.rwm_box{
	position: absolute;
	left: -35px;
	top: -110px;
	width: 100px;
	z-index: 999;
	display: none
}

.wx_box:hover .rwm_box{
	display: block;
}