/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

html{
	
}
body{
	width: 100%;
	overflow-x: hidden;
}
.clear_both::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.swiper-container {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}  
.swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    border-radius: 8px;
    margin: 0 5px;
	cursor: pointer;
	background: #fff;
    border: none;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.swiper-visible-switch{
	display: none;
}
.swiper-active-switch{
	background: #113482;
	display: inline-block;
}
.w80{
	width: 76%;
	margin: 0 auto;
}
.head_box{
	background: #fff;
	position: relative;
}
.head_box .title_div{
	height: 100px;
	border-bottom: 1px solid #ccc;
	padding: 0 12%;
}
.head_box .title_div .logo_a{
	display: inline-block;
	height: 80px;
	width: 80%;
	background: url(../img/logo1.png) no-repeat left center;
	background-size: contain;
	vertical-align: top;
	margin-top: 12px;
} 
.head_box .title_div form{
	float: right;
	margin-top: 31px;
}
.head_box .title_div form span{
	display: inline-block;
	height: 37px;
	line-height: 37px;
	vertical-align: top;
	font-size: 16px;
	color: #999;
	margin-right: 20px;
}
.head_box .title_div form a{
	display: inline-block;
	height: 37px;
	line-height: 37px;
	vertical-align: top;
	font-size: 16px;
	color: #999;
	margin-right: 20px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}  
.head_box .title_div form a:hover{
	color: #113482;
}
.head_box .title_div form input{
	height: 35px;
	border: 1px solid #ccc;
	width: 200px;
	padding-left: 8px;
	padding-right: 40px;
	vertical-align: top;
} 
.head_box .title_div form button{
	background: url(../img/tb1.png) no-repeat center;
	width: 37px;
	height: 37px;
	border: none;
	vertical-align: top;
	margin-left: -40px;
}
.head_box .w_ul{
	font-size: 0;
	height: 38px;
}
.head_box .w_ul>li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .w_ul>li:last-of-type{
	margin-right: 0;
}
.head_box .w_ul>li>a{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	width: 124px;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .w_ul>li>a i{
	position: absolute;
	height: 2px;
	width: 0;
	margin: auto;
	left: 0;
	right: 0;
	top: -1px;
	background: #113482;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .w_ul>.active_li{
	background: #e6e6e6;
}
.head_box .w_ul>.active_li>a{
	color: #222;
}
.head_box .w_ul>.active_li>a i{
	width: 100%;
}
.head_box .w_ul>li:hover{
	background: #e6e6e6;
}
.head_box .w_ul>li:hover>a{
	color: #222;
}
.head_box .w_ul>li:hover>a i{
	width: 100%;
}
/* .head_box .w_ul ol{
	display: none;
	position: absolute;
	padding: 8px 0;
	top: 40px;
	width: 100%;
	z-index: 9;
	text-align: center;
	background: #fff;
	box-shadow: inset 0 1px 0 #f5f5f5, 0 1px 0px rgba(0,0,0,0.08), 0 2px 2px rgba(0,0,0,0.05);
}
.head_box .w_ul ol li{
	
}
.head_box .w_ul ol li a{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
} */
.head_box .w_ul dl{
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 9;
	font-size: 0;
	/*padding-right: 368px;*/
	height: 230px;
	display: none;
	background: #fefefe;
}
.head_box .w_ul dl dt{
	vertical-align: top;
	width: 150px;
	height: 100%;
}
.head_box .w_ul dl dt.ts_dt{
	width: 248px;
}
.head_box .w_ul dl dt p{
	display: inline-block;
	vertical-align: top;
	width: 124px;
	height: 100%;
	box-sizing: border-box;
}
.head_box .w_ul dl dt p a{
	font-size: 16px;
	display: block;
	overflow: hidden;
	height: 57.5px;
	line-height: 57.5px;
	color: #333;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #ccc;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .w_ul dl dt p a:hover{
	background: #113482;
	color: #fff;
}
.head_box .w_ul dl dd{
	position: absolute;
	top: 0;
	right: 0;
	padding: 22px 22px;
}
.head_box .w_ul dl dd img{
	width: 324px;
	height: 186px;
	vertical-align: top;
}
.head_box .m_ul{
	display: none;
	position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    background: #fff;
	z-index: 11;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.head_box .menu_div{
	display: none;
	top: 0;
	right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    position: absolute;
}
.head_box .menu_div span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2.2rem;
    font-size: 0;
}
.head_box .menu_div i{
	display: inline-block;
    width: 36px;
	height: 4px;
	border-radius: 2px;
    background: #113482;
    margin: 4px 0;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .active_div{

}
.head_box .active_div i:nth-of-type(1){
    -webkit-transform: rotate(45deg) translate(9px, 8px);
    transform: rotate(45deg) translate(9px, 8px);
}
.head_box .active_div i:nth-of-type(2){
    opacity: 0;
}
.head_box .active_div i:nth-of-type(3){
    -webkit-transform: rotate(-45deg) translate(9px, -8px);
    transform: rotate(-45deg) translate(9px, -8px);
}
.head_box .m_ul li{

}
.head_box .m_ul>li{
	padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .m_ul .active_li{
	background: #fafafa;
}
.head_box .m_ul>li a{
	display: block;
    height: 100%;
    color: #333;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}
.head_box .m_ul>li a i{
	font-size: 20px;
	opacity: 0.3;
	float: right;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .m_ul>li a .active_i{
	float: right;
	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.head_box .m_ul ol{
	display: none;
}
.head_box .m_ul ol li{
	padding: 0 20px;
}

.banner_box{
	width: 100%;
	position: relative;
	padding-bottom: 39%;
}
.foot_box{
	background: #333;
}
.foot_box .w80{
	padding: 32px 0;
}
.foot_box .w_div{
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 240px);
}
.foot_box .w_div p{
	display: inline-block;
	vertical-align: top;
	margin-right: 7%;
}
.foot_box .w_div p:last-of-type{
	margin-right: 0;
}
.foot_box .w_div p a{
	display: block;
	font-size: 12px;
	color: #9a9a9a;
	line-height: 1.5;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.foot_box .w_div p a:first-of-type{
	font-size: 14px;
	color: #bfbfbf;
	margin-bottom: 8px;
}
.foot_box .w_div p a:hover{
	color: #fff;
}
.foot_box .m_div{
	display: none;
}
.foot_box .m_div div{

}
.foot_box .m_div div>	a{
	display: block;
	height: 46px;
	line-height: 46px;
	color: #ddd;
	font-weight: bold;
}
.foot_box .m_div div strong{
	display: block;
	height: 46px;
	line-height: 46px;
	color: #ddd;
	cursor: pointer;
}
.foot_box .m_div div strong i{
	float: right;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.foot_box .m_div div strong.active_strong i{
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.foot_box .m_div div p{
	display: none;
}
.foot_box .m_div div p a{
	display: block;
	font-size: 14px;
    color: #aaa;
    display: block;
    line-height: 28px;
}
.foot_box dl{
	float: right;
}
.foot_box dl dt{
	font-size: 16px;
	line-height: 1.5;
	color: #999;
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}
.foot_box dl dt span{
	color: #c3151c;
}
.foot_box dl dd{
	display: inline-block;
}
.foot_box dl dd img{
	vertical-align: top;
	width: 124px;
	height: 124px;
}
.foot_box>p{
	text-align: center;
	font-size: 13px;
	color: #999;
	padding: 14px 0;
	border-top: 1px solid #616161;
}
.foot_box>p a{
	color: #999;
	margin-left: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.foot_box>p a:hover{
	color: #fff;
}
.title_box{

}
.title_box h6{
	position: relative;
	overflow: hidden;
}
.title_box h6 img{
	width: 100%;
	vertical-align: top;
}
.title_box h6 i{
	position: absolute;
	left: 12%;
	top: 50%;
	margin-top: -30px;
	font-size: 40px;
    color: #fff;
}
.title_box h6 i::after{
	display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    margin-top: 16px;
}
.title_box p{
	padding: 0 12%;
	font-size: 0;
	background: #f2f2f2;
}
.title_box p a{
	display: inline-block;
	position: relative;	
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    padding: 0 32px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.title_box p a::after{
	content: "";
	height: 20px;
	width: 1px;
	background: #e6e6e6;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -10px;
}
.title_box p a i{
	position: absolute;
    height: 2px;
    width: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    background: #113482;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.title_box p a.active_a{
	background: #fff;
}
.title_box p a.active_a i{
	width: 100%;
}
.title_box p a:hover{
	background: #fff;
}
.title_box p a:hover i{
	width: 100%;
}
.title_h5{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 45px;
}
.title_h5 small{
	font-size: 20px;
	color: #666;
	display: block;
	margin-top: 8px;
	display: none;
}
.page_box{
	font-size: 0;
	text-align: center;
	background: #f5f5f5;
	padding: 12px;
}
.page_box::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.page_box a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin: 0 5px;
	font-size: 14px;
	color: #666;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.page_box a i{
	font-size: 24px;
	line-height: 30px;
	vertical-align: top;
}
.page_box .shang_a{
	float: left;
	margin: 0;
}
.page_box .xia_a{
	float: right;
	margin: 0;
}
.page_box .active_a{
	background: #d0000e;
	color: #fff;
}
.page_box a:hover{
	background: #d0000e;
	color: #fff;
}
.menu_p{
	height: 36px;
	line-height: 36px;
	padding: 0 12%;
	background: #f2f2f2;
	font-size: 12px;
	color: #666;
	width: 100%;
	box-sizing: border-box;
}
.menu_p em{
	
}
.menu_p em i{
	margin: 0 14px;
	font-size: 16px;
}
.menu_p span{
	float: right;
}
.menu_p span a{
	color: #666;
	margin-left: 40px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.menu_p span .active_a{
	color: #113482;
}
.menu_p span a:hover{
	color: #113482;
}
.fixed_p{
	position: fixed;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9;
}



.welcome_body{
	background: #f2f2f2;
}
.welcome_box{

}
.welcome_box .dl1{
	font-size: 0;
	background: #fff;
	margin-top: 20px;
}
.welcome_box .dl1 dt{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.welcome_box .dl1 dd{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5%;
}
.welcome_box .dl1 dt a{
	display: block;
	position: relative;
	overflow: hidden;
}
.welcome_box .dl1 dt img{
	width: 100%;
	height: auto;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .dl1 dt span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .dl1 dt span em{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 32px;
	line-height: 32px;
}
.welcome_box .dl1 dt span em i{
	display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .dl1 dt span em i:first-of-type{
	top: 0;
}
.welcome_box .dl1 dt span em i:last-of-type{
	bottom: 0;
}
.welcome_box .dl1 dt:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.welcome_box .dl1 dt:hover span{
	opacity: 1;
}
.welcome_box .dl1 dt:hover span em i{
	width: 10px;
}
.welcome_box .dl1 dd h5{
	font-size: 26px;
	color: #333;
	margin-bottom: 30px;
}
.welcome_box .dl1 dd h5::after{
	display: block;
	content: "";
	width: 24px;
	height: 2px;
	background: #979797;
	margin-top: 16px;
}
.welcome_box .dl1 dd a{
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #b2b2b2;
	border-radius: 16px;
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 34px;
	box-sizing: border-box;
	padding-left: 16px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .dl1 dd a:nth-of-type(even){
	margin-right: 0;
}
.welcome_box .dl1 dd a:hover{
	color: #113482;
	border: 1px solid #113482;
}
.welcome_box .ts_dl{
	background: #ffffff;
}
.welcome_box .ts_dl dt{
	width: 60%;
}
.welcome_box .ts_dl dd{
	width: 40%;
	padding: 0 4%;
}
.welcome_box .ts_dl dd h5{
	color: #000;
}
.welcome_box .ts_dl dd p{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 30px;
}
.welcome_box .ts_dl dd h5::after{
	background: #fff;
}
.welcome_box .ts_dl dd a{
	width: 30.3%;
	margin-right: 4.5% !important;
	border: 1px solid #868482;
	color: #000;
	text-align: center;
	padding: 0;
}
.welcome_box .ts_dl dd a:nth-of-type(3n+3){
	margin-right: 0 !important;
}
.welcome_box .ts_dl dd a:hover{
	background: #fff;
	border: 1px solid #fff;
	color: #333;
}
.welcome_box .div_box{
	margin-top: 20px;
	background: #fff;
	padding: 4% 3%;
}
.welcome_box .div_box .title_p{
	margin-bottom: 4%;
	position: relative;
}
.welcome_box .div_box .title_p span{
	font-size: 26px;
    color: #333;
}
.welcome_box .div_box .title_p span::after{
	display: block;
    content: "";
    width: 24px;
    height: 2px;
    background: #979797;
    margin-top: 16px;
}
.welcome_box .div_box .title_p a{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 36px;
    border: 1px solid #b2b2b2;
    border-radius: 18px;
    font-size: 16px;
    color: #666;
	line-height: 34px;
	text-align: center;
    box-sizing: border-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div_box .title_p a:hover{
	color: #113482;
    border: 1px solid #113482;
}
.welcome_box .div_box .swiper_div{
	width: 100%;
	padding-bottom: 49.61%;
	position: relative;
}
.welcome_box .div_box .swiper_div .arrow-left {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 60px;
	line-height: 24px;
	color: #113482;
	z-index: 9;
	cursor: pointer;
	text-align: center;
  }
  .welcome_box .div_box .swiper_div .arrow-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 60px;
	color: #113482;
	z-index: 9;
	cursor: pointer;
	text-align: center;
  }
.welcome_box .div_box .img_div{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.welcome_box .div_box .img_div img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .div_box .img_div p{
	position: absolute;
	left: 0;
	bottom: -220px;
	box-sizing: border-box;
	padding: 0 5% 60px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .div_box .img_div p em{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	padding-top: 44px;
	background: url(../img/tb3.png) no-repeat 2px top;
}
.welcome_box .div_box .img_div p span{
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	margin-top: 48px;
	margin-bottom: 48px;
	max-height: 72px;
	width: 70%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .div_box .img_div p a{
	display: inline-block;
	height: 36px;
	box-sizing: border-box;
	line-height: 34px;
	border-radius: 16px;
    width: 120px;
    border: 1px solid #858381;
    color: #fff;
    text-align: center;
	padding: 0;
	font-size: 16px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.welcome_box .div_box .img_div p a:hover{
	background: #fff;
	border: 1px solid #fff;
	color: #333;
}
.welcome_box .div_box .img_div:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.welcome_box .div_box .img_div:hover p{
	bottom: 0;
}
.welcome_box .div_box .img_div:hover p span{
	margin-top: 24px;
}
.welcome_box .div_box ul{
	font-size: 0;
}
.welcome_box .div_box ul li{
	display: inline-block;
    width: 31.3%;
    margin-right: 3%;
    vertical-align: top;
}
.welcome_box .div_box ul li:nth-of-type(3n+3){
	margin-right: 0;
}
.welcome_box .div_box ul li a{
	display: block;
}
.welcome_box .div_box ul li .top_div{
	position: relative;
    width: 100%;
    padding-bottom: 62%;
    overflow: hidden;
}
.welcome_box .div_box ul li .top_div img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div_box ul li .bottom_div{
	border: 1px solid #e6e6e6;
    padding: 18px;
}
.welcome_box .div_box ul li .bottom_div strong{
	font-size: 18px;
    color: #333;
    width: 100%;
    margin-bottom: 18px;
    display: block;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.welcome_box .div_box ul li .bottom_div span{
	display: block;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.welcome_box .div_box ul li .bottom_div p{
	border-top: 1px solid #e6e6e6;
    padding-top: 18px;
    margin-top: 18px;
}
.welcome_box .div_box ul li .bottom_div p em{
	font-size: 12px;
    color: #999;
    line-height: 13px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div_box ul li .bottom_div p i{
	height: 13px;
    width: 18px;
    float: right;
	background: url(../img/tb4.png) no-repeat;
	background-position: -18px 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.welcome_box .div_box ul li:hover .top_div img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.welcome_box .div_box ul li:hover .bottom_div p em{
	color: #113482;
}
.welcome_box .div_box ul li:hover .bottom_div p i{
	background-position: 0 0;
}



.sociology_box{
	padding: 60px 0;
	font-size: 0;
}
.sociology_box dl{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	background: #f2f2f2;
	padding: 18px 0 18px 18px;
	margin-top: 20px;
	width: 48%;
	box-sizing: border-box;
	margin-right: 4%;
}
.sociology_box dl:nth-of-type(2n+2){
	margin-right: 0;
}
.sociology_box dt{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 120px;
}
.sociology_box dt img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.sociology_box dd{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 230px);
	box-sizing: border-box;
	padding: 18px;
	line-height: 1.5;
}
.sociology_box dd h6{
	font-size: 22px;
	color: #333;
}
.sociology_box dd p{
	font-size: 18px;
	line-height: 1.5;
	color: #808080;
	margin-top: 3%;
}



.contact_box{
	padding: 60px 0;
}
.contact_box dl{
	font-size: 0;
}
.contact_box dt{
	display: inline-block;
	vertical-align: top;
	width: 55%;
	position: relative;
}
.contact_box dd{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	box-sizing: border-box;
	padding-left: 4%;
	padding-top: 2%;
}
.contact_box dt img{
	width: 100%;
	vertical-align: top;
}
.contact_box dt p{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 32px;
	left: 0;
	bottom: 32px;
}
.contact_box dt p strong{
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.contact_box dt p span{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	text-align: justify;
	margin-top: 20px;
}
.contact_box dd h6{
	font-size: 26px;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 24px;
}
.contact_box dd h6 small{
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.contact_box dd p{
	font-size: 20px;
}
.contact_box dd p strong{
	display: block;
	color: #333;
	font-weight: normal;
}
.contact_box dd p span{
	display: block;
	color: #666;
	margin-top: 20px;
}
.contact_box ul{
	font-size: 0;
}
.contact_box ul li{
	display: inline-block;
	width: 48.5%;
	margin-right: 3%;
	box-sizing: border-box;
	padding: 18px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	margin-top: 30px;
}
.contact_box ul li:nth-of-type(even){
	margin-right: 0;
}
.contact_box ul li img{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.contact_box ul li p{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 130px);
	box-sizing: border-box;
	padding-left: 5%;
}
.contact_box ul li p strong{
	font-size: 24px;
	color: #333;
	display: block;
	font-weight: normal;
	margin-bottom: 16px;
}
.contact_box ul li p span{
	display: block;
	font-size: 20px;
	color: #666;
	margin-top: 10px;
}



.notice_box{
	padding: 32px 0;
}
.notice_box .table_div{
	width: calc(100% + 4px);
	margin-left: -2px;
	margin-bottom: 4%;
	font-size: 0;
}
.notice_box .table_div p{
	background: #bfbfbf;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.notice_box .table_div p strong{
	display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 18px;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
}
.notice_box .table_div p strong:nth-of-type(1){
	width: 90px;
}
.notice_box .table_div p strong:nth-of-type(2){
	width: calc(100% - 280px);
}
.notice_box .table_div p strong:nth-of-type(3){
	width: 190px;
}
.notice_box .table_div a{
	display: block;
	background: #ededed;
	color: #333;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.notice_box .table_div a span{
	padding: 20px 0;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
}
.notice_box .table_div a span:nth-of-type(1){
	width: 90px;
}
.notice_box .table_div a span:nth-of-type(2){
	width: calc(100% - 280px);
	text-align: left;
	padding-left: 30px;
}
.notice_box .table_div a span:nth-of-type(3){
	width: 190px;
}



.industry_box{
	padding: 32px 0;
}
.industry_box .tab_p{
	font-size: 0;
	background: #fff;
	/* display: flex; */
}
.industry_box .tab_p a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 31.3%;
	vertical-align: top;
	height: 50px;
	box-sizing: border-box;
	line-height: 48px;
	border: 1px solid #113482;
	font-size: 18px;
	color: #113482;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 12px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.industry_box .tab_p a:nth-of-type(3n+3){
	margin-right: 0;
}
.industry_box .tab_p .active_a{
	background: #113482;
	color: #fff;
}
.industry_box .tab_p a:hover{
	background: #113482;
	color: #fff;
}
.industry_box .tab_div{
	margin-top: 32px;
}
.industry_box .tab_div dl{
	background: #fafafa;
	display: none;
}
.industry_box .tab_div dt{
	font-size: 28px;
	line-height: 1.5;
	background: #f0f0f0;
	padding: 20px 30px;
}
.industry_box .tab_div dd{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	padding: 30px;
}
.industry_box .tab_div dl.active_dl{
	display: block;
}
.industry_box .tab_div ul{
	margin-bottom: 4%;
}
.industry_box .tab_div ul li{
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.industry_box .tab_div ul li a{
	display: block;
}
.industry_box .tab_div ul li h6{
	font-size: 20px;
	color: #333;
}
.industry_box .tab_div ul li p{
	font-size: 18px;
	color: #666;
	padding-left: 20px;
	line-height: 1.5;
	margin-top: 14px;
}
.industry_box .tab_div ul li:hover{
	background: #f9f9f9;
}



.product_info_box{
	padding-bottom: 28px;
}
.product_info_box .page_box{
	margin-top: 50px;
}
.product_info_box h4{
	font-size: 30px;
	color: #333;
	line-height: 1.5;
	padding: 22px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 28px;
}
.product_info_box h4 .volume_span{
	display: block;
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.product_info_box .content_div{

}
.product_info_box .content_div strong{
	font-size: 20px;
	line-height: 1.5;
	display: block;
	color: #333;
}
.product_info_box .content_div p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	/* margin-top: 18px;
	margin-bottom: 28px; */
}
.product_info_box .content_div p img{
	max-width: 100%;
	height: auto;
}



.news_box{
	padding: 60px 0;
}
.news_box dl{
	
}
.news_box dl dt{
	float: left;
	width: 49%;
	height: 439px;
	position: relative;
}
.news_box dl dt .swiper-container{

}
.news_box dl dt .swiper-slide{
	position: relative;
	overflow: hidden;
}
.news_box dl dt .swiper-slide img{
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.news_box dl dt .swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	height: 42px;
	line-height: 42px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 30% 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_box dl dt .pagination{
	bottom: 11px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
.news_box dl dt .pagination .swiper-pagination-switch{
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 19px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 0;
	margin: 0 2px;
}
.news_box dl dt .pagination .swiper-active-switch{
	background: #113482;
}
.news_box dl dd{
	float: left;
	width: 51%;
	box-sizing: border-box;
	padding-left: 20px;
}
.news_box dl dd h5{
	border-bottom: 1px solid #ccc;
}
.news_box dl dd h5 a{
	display: inline-block;
	padding: 0 15px 14px;
	position: relative;
	cursor: pointer;
	color: #333;
}
.news_box dl dd h5 a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 0;
	background: #113482;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.news_box dl dd h5 a.active_a{
	color: #113482;
}
.news_box dl dd h5 a.active_a::after{
	width: 100%;
}
.news_box dl dd h5 a:hover::after{
	width: 100%;
}
.news_box dl dd ul{

}
.news_box dl dd ul li{
	display: none;
}
.news_box dl dd ul li.active_li{
	display: block;
}
.news_box dl dd ul li a{
	display: block;
	padding-right: 70px;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.news_box dl dd ul li a::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #666;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.news_box dl dd ul li a i{
	position: absolute;
	right: 0;
	color: #999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.news_box dl dd ul li a:hover{
	color: #113482;
}
.news_box dl dd ul li a:hover::before{
	background: #113482;
}
.news_box dl dd ul li a:hover i{
	color: #113482;
}
.news_box .page_box{
	margin-top: 45px;
}


.recruit_box{
	padding: 60px 0;
}
.recruit_box .seach_form{
	color: #333; 
	font-size: 0;
	margin-bottom: 34px;
}
.recruit_box .seach_form span{
	font-size: 18px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
}
.recruit_box .seach_form select{
	height: 32px;
	border: 1px solid #ccc;
	vertical-align: top;
	width: 190px;
	font-size: 14px;
	margin-left: 14px;
}
.recruit_box .seach_form input{
	height: 30px;
	border: 1px solid #113482;
	vertical-align: top;
	padding-left: 4px;
	width: 190px;
	font-size: 14px;
	margin-left: 14px;
}
.recruit_box .seach_form button{
	width: 32px;
	height: 32px;
	border: none;
	margin-left: 14px;
	background: url(../img/tb2.png) no-repeat center #113482;
}
.recruit_box .content_div{
	background: #fff;
	margin-bottom: 40px;
}
.recruit_box .content_div .title_p{
	height: 56px;
	line-height: 56px;
	font-size: 0;
	background: #b3b3b3;
	color: #fff;
}
.recruit_box .content_div .title_p span{
	display: inline-block;
	width: 20%;
	font-size: 16px;
	text-align: center;
}
.recruit_box .content_div ul{

}
.recruit_box .content_div ul li{
	border-bottom: 1px dashed #cfcfcf;
	background: #f5f5f5;
}
.recruit_box .content_div ul li .title_p{
	background: #f5f5f5;
	color: #333;
}
.recruit_box .content_div ul li .title_p .view_span{
	color: #d0000e;
	cursor: pointer;
}
.recruit_box .content_div ul li .details_div{
	background: #fcfcfc;
	width: 94%;
	margin: 0 auto;
	font-size: 0;
	color: #666;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	display: none;
	margin-bottom: 24px;
}
.recruit_box .content_div ul li .details_div .top_p{
	font-size: 0;
	margin-bottom: 40px;

}
.recruit_box .content_div ul li .details_div .top_p span{
	line-height: 24px;
	font-size: 16px;
	display: inline-block;
	margin-right: 30px;
}
.recruit_box .content_div ul li .details_div .top_p em{
	line-height: 24px;
	font-size: 16px;
	margin-right: 30px;
	display: none;
}
.recruit_box .content_div ul li .details_div .top_p span:last-of-type{
	margin-right: 0;
}
.recruit_box .content_div ul li .details_div .sq_span{
	margin-top: 30px;
	color: #d0000e;
	font-size: 14px;
	padding-right: 24px;
	display: inline-block;
	padding: 6px 24px;
	border: 1px solid #d0000e;
	cursor: pointer;
}
.recruit_box .content_div ul li .details_div div{
	width: 49%;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
.recruit_box .content_div ul li .details_div div:first-of-type{
	margin-right: 2%;
}
.recruit_box .content_div ul li .details_div div span{
	display: block;
	margin-bottom: 10px;
}
.recruit_box .content_div ul li .details_div div p{
	line-height: 24px;
}
.sq_box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
.sq_box .sq_div{
	position: absolute;
	width: 750px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
}
.sq_box h6{
	height: 52px;
	line-height: 52px;
	background: #e6e6e6;
	text-align: center;
	font-size: 18px;
}
.sq_box h6 i{
	position: absolute;
	width: 52px;
	text-align: center;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #bbb;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.sq_box h6 i:hover{
	color: #666;
}
.sq_box form{
	text-align: center;
	padding: 50px 0;
}
.sq_box form span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	font-size: 18px;
	color: #333;
}
.sq_box form em{
	display: inline-block;
	height: 40px;
	vertical-align: top;
	position: relative;
	font-size: 0;
}
.sq_box form em input[type="text"]{
	height: 38px;
	width: 230px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 0 10px;
	color: #333;
}
.sq_box form em input[type="button"]{
	width: 100px;
	height: 40px;
	border: none;
	background: #df3c3d;
	color: #fff;
	font-size: 14px;
}
.sq_box form em input[type="file"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.sq_box form button{
	font-size: 14px;
	color: #df3c3d;
	padding: 10px 24px;
	border: 1px solid #df3c3d;
	background: #fff;
	display: block;
	margin: 26px auto 0;
}
.sq_box .bottom_div{
	text-align: center;
	padding-bottom: 50px;
}
.sq_box .bottom_div a{
	font-size: 14px;
	color: #df3c3d;
	padding: 10px 24px;
	border: 1px solid #df3c3d;
	background: #fff;
	display: inline-block;
	margin-top: 50px;
} 



.resume_box{
	padding: 60px 0;
}
.resume_box form{
	font-size: 0;
}
.resume_box form label{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	margin-bottom: 20px;
}
.resume_box form .label_l{
	width: 100%;
}
.resume_box form label span{
	display: inline-block;
	font-size: 16px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
}
.resume_box form label span i{
	color: red;
}
.resume_box form label input{
	font-size: 14px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: calc(100% - 120px);
	padding-left: 10px;
}
.resume_box form label select{
	font-size: 14px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: calc(100% - 120px);
}
.resume_box form p{
	width: 100%;
	vertical-align: top;
	margin-bottom: 20px;
}
.resume_box form p span{
	display: inline-block;
	font-size: 16px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
}
.resume_box form p textarea{
	font-size: 14px;
	height: 160px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: calc(100% - 120px);
	padding: 8px 10px;
	resize: none;
}
.resume_box form .file_div{
	margin-bottom: 40px;
}
.resume_box form .file_div span{
	display: inline-block;
	font-size: 16px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
}
.resume_box form .sub_btn{
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	background: #113482;
	color: #fff;
	font-size: 16px;
	border: none;
	cursor: pointer;
}



.campus_box{

}
.campus_box .div1{
	padding: 60px 0;
}
.campus_box .div1 .seach_form{
	color: #333; 
	font-size: 0;
	margin-bottom: 34px;
}
.campus_box .div1 .seach_form span{
	font-size: 18px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
}
.campus_box .div1 .seach_form select{
	height: 32px;
	border: 1px solid #ccc;
	vertical-align: top;
	width: 190px;
	font-size: 14px;
	margin-left: 14px;
}
.campus_box .div1 .seach_form input{
	height: 30px;
	border: 1px solid #113482;
	vertical-align: top;
	padding-left: 4px;
	width: 190px;
	font-size: 14px;
	margin-left: 14px;
}
.campus_box .div1 .seach_form button{
	width: 32px;
	height: 32px;
	margin-left: 14px;
	border: none;
	background: url(../img/tb2.png) no-repeat center #113482;
}
.campus_box .div1 .content_div{
	background: #fff;
	margin-bottom: 40px;
}
.campus_box .div1 .content_div .title_p{
	height: 56px;
	line-height: 56px;
	font-size: 0;
	background: #b3b3b3;
	color: #fff;
}
.campus_box .div1 .content_div .title_p span{
	display: inline-block;
	width: 20%;
	font-size: 16px;
	text-align: center;
}
.campus_box .div1 .content_div ul{

}
.campus_box .div1 .content_div ul li{
	border-bottom: 1px dashed #cfcfcf;
	background: #f5f5f5;
}
.campus_box .div1 .content_div ul li .title_p{
	background: #f5f5f5;
	color: #333;
}
.campus_box .div1 .content_div ul li .title_p .view_span{
	color: #d0000e;
	cursor: pointer;
}
.campus_box .div1 .content_div ul li .details_div{
	background: #fcfcfc;
	width: 94%;
	margin: 0 auto;
	font-size: 0;
	color: #666;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	display: none;
	margin-bottom: 24px;
}
.campus_box .div1 .content_div ul li .details_div .top_p{
	font-size: 0;
	margin-bottom: 40px;

}
.campus_box .div1 .content_div ul li .details_div .top_p span{
	line-height: 24px;
	font-size: 16px;
	display: inline-block;
	margin-right: 30px;
}
.campus_box .div1 .content_div ul li .details_div .top_p em{
	line-height: 24px;
	font-size: 16px;
	margin-right: 30px;
	display: none;
}
.campus_box .div1 .content_div ul li .details_div .top_p span:last-of-type{
	margin-right: 0;
}
.campus_box .div1 .content_div ul li .details_div .sq_span{
	margin-top: 30px;
	color: #d0000e;
	font-size: 14px;
	padding-right: 24px;
	display: inline-block;
	padding: 6px 24px;
	border: 1px solid #d0000e;
	cursor: pointer;
}
.campus_box .div1 .content_div ul li .details_div div{
	width: 49%;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
.campus_box .div1 .content_div ul li .details_div div:first-of-type{
	margin-right: 2%;
}
.campus_box .div1 .content_div ul li .details_div div span{
	display: block;
	margin-bottom: 10px;
}
.campus_box .div1 .content_div ul li .details_div div p{
	line-height: 24px;
}
.campus_box .div2{
	background: #fafafa;
	padding: 60px 0;
}
.campus_box .div2 table{
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.campus_box .div2 table tr{
	height: 58px;
	border-bottom: 1px solid #e6e6e6;
}
.campus_box .div2 table th{
	background: #e6e6e6;
}
.campus_box .div2 table td{
	
}
.campus_box .div3{
	padding: 60px 0;
}
.campus_box .div3 ul{
	font-size: 0;
}
.campus_box .div3 ul li{
	color: #c74a4e;
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	text-align: center;
}
.campus_box .div3 ul li img{
	
}
.campus_box .div3 ul li em{
	display: block;
	font-size: 20px;
	margin: 16px 0;
}
.campus_box .div3 ul li span{
	display: block;
	height: 1px;
	background: #c74a4e;
}
.campus_box .div3 ul li span i{
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #c74a4e;
	border-radius: 50%;
	margin-top: -4px;
	vertical-align: top;
	box-shadow: 0 0 0 2px rgba(199,74,78,0.3);
}
.campus_box .div3 ul li p{
	font-size: 14px;
	padding: 0 20px;
	margin-top: 32px;
	line-height: 1.5;
}
.campus_box .div4{
	background: #fafafa;
	padding: 60px 0;
}
.campus_box .div4 p{
	text-align: center;
}
.campus_box .div4 p img{
	width: 100%;
}
.campus_box .div5{
	padding: 60px 0;
}
.campus_box .div5 ul{

}
.campus_box .div5 ul li{
	margin-bottom: 26px;
}
.campus_box .div5 ul li:last-of-type{
	margin-bottom: 0;
}
.campus_box .div5 ul li h6{
	font-size: 18px;
	cursor: pointer;
	position: relative;
	padding-left: 42px;
	line-height: 1.5;
}
.campus_box .div5 ul li h6::before{
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../img/tb11.png) no-repeat center #bc1624;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -19px;
}
.campus_box .div5 ul li div{
	font-size: 16px;
	line-height: 2;
	position: relative;
	padding-left: 54px;
	padding-bottom: 16px;
	margin-top: 10px;
	display: none;
	border-bottom: 1px solid #ccc;
}
.campus_box .div5 ul li div::before{
	content: "A";
	position: absolute;
	width: 38px;
	height: 38px;
	background: #f8a1a9;
	text-align: center;
	line-height: 38px;
	color: #fff;
	top: 0;
	left: 0;
}
.campus_box .div5 ul li div p{
	
}
.campus_box .div6{
	padding: 60px 0;
	background: #fafafa;
}
.campus_box .div6 .w80{
	padding-bottom: 40px;
}
.campus_box .div6 .title_p{
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 auto 40px;
}
.campus_box .div6 .swiper_div{
	position: relative;
	width: calc(100% + 20px);
	padding-bottom: 23%;
	margin-left: -10px;
}
.campus_box .div6 .swiper_div .title{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
.campus_box .w80{
	position: relative;
}
.campus_box .div6 .pagination{
	bottom: 0;
}
.campus_box .div6 .swiper-pagination-switch{
	background: none;
	border: 1px solid #113482;
}
.campus_box .div6 .swiper-active-switch{
	background: #113482;
}



.about_box{

}
.about_box .div1{
	padding: 60px 0;
}
.about_box .div1 dl{
	
}
.about_box .div1 dt{
	float: left;
	width: 260px;
}
.about_box .div1 dd{
	float: left;
	width: calc(100% - 260px);
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	padding-left: 5%;
}
.about_box .div1 dt h5{
	text-align: left;
	margin-bottom: 24px;
}
.about_box .div1 dt span{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.about_box .div1 dd h5{
	font-size: 28px;
	height: 32px;
	background: url(../img/logo1.png) no-repeat;
	background-size: auto 100%;
	padding-left: 100px;
	margin-bottom: 36px;
}
.about_box .div1 dd p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.about_box .div1 .img_div{
	font-size: 0;
	margin-top: 50px;
}
.about_box .div1 .img_div img{
	width: 32.3%;
	margin-right: 1.5%;
	vertical-align: top;
}
.about_box .div1 .img_div img:nth-of-type(3){
	margin-right: 0;
}
.about_box .div2{
	padding: 60px 0;
	background: url(../img/bg1.png) no-repeat center fixed #fafafa;
	background-size: 100% auto;
}
.about_box .div2 .w80{
	position: relative;
	height: 260px;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 50px;
}
.about_box .div2 .left_span{
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	z-index: 9;
	color: #333;
	-webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
}
.about_box .div2 .right_span{
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: right;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	color: #be1b24;
	margin-top: -10px;
	z-index: 9;
}
.about_box .div2 hr{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
}
.about_box .div2 ul{
	width: 500%;
	padding-left: 10px;
	position: absolute;
	top: 0;
	left: 50px;
}
.about_box .div2 ul li{
	float: left;
	height: 130px;
	width: 2.5%;
	box-sizing: border-box;
	padding-left: 14px;
	padding-top: 20px;
	padding-right: 2px;
	border-left: 1px solid #ccc;
	position: relative;
}
.about_box .div2 ul li h6{
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
	font-weight: bold;
}
.about_box .div2 ul li p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	max-height: 72px;
	overflow: hidden;
	padding-right: 18px;
}
.about_box .div2 ul li:nth-of-type(odd){
	margin-top: 130px;
}
.about_box .div2 ul li:nth-of-type(even){
	
}
.about_box .div2 ul li:nth-of-type(odd)::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 7px;
	height: 7px;
	background: #ccc;
	border-radius: 50%;
}
.about_box .div2 ul li:nth-of-type(odd)::after{
	content: "";
	position: absolute;
	top: -6px;
	left: -7px;
	width: 9px;
	height: 9px;
	background: #be1b24;
	border-radius: 50%;
	border: 2px solid #fafafa;
	box-shadow: 0 0 0 1px #be1b24;
}
.about_box .div2 ul li:nth-of-type(even)::before{
	content: "";
	position: absolute;
	top: 0;
	left: -4px;
	width: 7px;
	height: 7px;
	background: #ccc;
	border-radius: 50%;
}
.about_box .div2 ul li:nth-of-type(even)::after{
	content: "";
	position: absolute;
	bottom: -7px;
    left: -7px;
	width: 9px;
	height: 9px;
	background: #be1b24;
	border-radius: 50%;
	border: 2px solid #fafafa;
	box-shadow: 0 0 0 1px #be1b24;
}



.about_box .div3{
	padding: 60px 0;
	background: url(../img/tp27.jpg) no-repeat left top fixed;
	background-size: cover;
}
.about_box .div3 h5{
	color: #fff;
}
.about_box .div3 h5 small{
	color: #fff;
}
.about_box .div3 .swiper_div{
	position: relative;
	padding-bottom: 27%;
	background: #fff;
	box-sizing: border-box;
}
.about_box .pagination{
	bottom: -36px;
}
.about_box .pagination span{
	background: none;
	border: 1px solid #113482;
}
.about_box .pagination span.swiper-active-switch{
	background: #113482;
}
.about_box .div3 .swiper_div .swiper-slide div{
	padding: 30px 30px 40px;
}
.about_box .div3 .swiper_div .swiper-slide p{
	font-size: 24px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	margin-bottom: 16px;
	width: 180px;
	text-align: center;
	background: #113482;
}
.about_box .div3 .swiper_div .swiper-slide img{
	width: 100%;
	height: auto;
}



.about_box .div4{
	padding: 60px 0 100px;
}
.about_box .div4 .zyyw_div{
	position: relative;
	padding-bottom: 22%;
}
.about_box .div4 .zyyw_div .swiper-container{
	width: calc(100% + 50px);
	overflow-y: hidden;
}
.about_box .div4 .zyyw_div .swiper-slide{
	padding-right: 50px;
	box-sizing: border-box;
}
.about_box .div4 .zyyw_div .slide_div{
	width: 100%;
	height: 100%;
	position: relative;
}
.about_box .div4 .zyyw_div .slide_div img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 10px;
}
.about_box .div4 .zyyw_div .slide_div span{
	text-align: center;
	font-size: 24px;
	color: #333;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4px;
}
.about_box .div4 .zyyw_div .slide_div div{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 78%;
	border-radius: 10px;
	background: #113482;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	box-sizing: border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.about_box .div4 .zyyw_div .slide_div div p{
	position: absolute;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.about_box .div4 .zyyw_div .slide_div:hover div{
	opacity: 1;
}


.search_box{
	padding: 60px 0;
}
.search_box .title_p{
	font-size: 14px;
	color: #999;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 5%;
}
.search_box h6{
	margin-bottom: 12px;
}
.search_box ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.search_box ul li a{
	display: block;
	color: #333;
}

@media (max-width: 1600px) {
	.about_box .div3 .swiper_div{
		padding-bottom: 28.5%;
	}
}
@media (max-width: 1500px) {
	.about_box .div3 ul li div{
		margin-right: 3%;
	}
}
@media (max-width: 1500px) {
	.about_box .div3 ul li div strong{
		font-size: 24px;
	}
}
@media (max-width: 1400px) {
	.about_box .div3 .swiper_div{
		padding-bottom: 29.5%;
	}
	.about_box .div4 .zyyw_div .swiper-slide{
		padding-right: 30px;
	}
	.about_box .div4 .zyyw_div .swiper-container {
		width: calc(100% + 30px);
	}
	.about_box .div2 ul li h6{
		font-size: 16px;
	}
}
@media (max-width: 1300px) {
	.title_box p a{
		padding: 0 28px;
	}
	.about_box .div4 .zyyw_div {
		padding-bottom: 27%;
	}
	.head_box .title_div{
		padding: 0 5%;
	}
	.w80{
		width: 90%;
	}
	.title_box p{
		padding: 0 5%;
	}
	.about_box .div3 ul li div{
		margin-right: 2%;
	}
	.about_box .div3 .swiper_div{
		padding-bottom: 34%;
	}
}
@media (max-width: 1200px) {
	.head_box .w_ul{
		display: none;
	}
	.head_box .title_div form{
		margin-top: 12px;
		margin-right: 40px;
	}
	.head_box .menu_div{
		display: block;
	}
	.w80{
		width: 94%;
	}
	.about_box .div3 .swiper_div{
		padding-bottom: 36%;
	}
	.head_box .title_div{
		padding: 0 3%;
		height: 60px;
	}
	.head_box .title_div .logo_a{
		background-size: auto 70%;
	}
	.title_box p{
		display: none;
		padding: 0 3%;
	}
	.menu_p{
		padding: 0 3%;
	}
	.head_box .title_div form input{
		display: none;
	}
	.head_box .title_div form button{
		display: none;
	}
	.foot_box dl{
		display: none;
	}
	.foot_box .w_div{
		display: none;
	}
	.foot_box .m_div{
		display: block;
	}
	.contact_box dt{
		width: 100%;
	}
	.contact_box dd{
		width: 100%;
		padding-left: 0;
	}
	.contact_box ul li{
		width: 100%;
		margin-right: 0;
	}
	.campus_box .div1 .seach_form span{
		display: block;
	}
	.campus_box .div1 .seach_form select{
		margin-left: 0;
		width: 100%;
		margin-top: 16px;
	}
	.campus_box .div1 .seach_form input{
		margin-left: 0;
		width: calc(100% - 38px);
		margin-top: 16px;
	}
	.campus_box .div1 .seach_form button{
		margin-top: 16px;
	}
	.campus_box .div3 ul li{
		width: 100%;
		text-align: left;
		position: relative;
		margin-bottom: 14px;
	}
	.campus_box .div3 ul li:last-of-type{
		margin-bottom: 0;
	}
	.campus_box .div3 ul li em{
		display: inline-block;
		margin: 10px 0 0;
		vertical-align: top;
	}
	.campus_box .div3 ul li p{
		position: absolute;
		left: 85px;
		top: 30px;
		margin-top: 0;
		padding: 0;
		max-height: 42px;
	}
	.campus_box .div3 ul li span{
		margin-top: 14px;
	}
	.news_box dl dt{
		width: 100%;
		padding-bottom: 58%;
		height: auto;
	}
	.news_box dl dd{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.news_box dl dt .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.recruit_box .seach_form span{
		display: block;
	}
	.recruit_box .seach_form select{
		margin-left: 0;
		width: 100%;
		margin-top: 16px;
	}
	.recruit_box .seach_form input{
		margin-left: 0;
		width: calc(100% - 38px);
		margin-top: 16px;
	}
	.recruit_box .seach_form button{
		margin-top: 16px;
	}
	.welcome_box .dl1 dt{
		width: 100%;
	}
	.welcome_box .dl1 dt a{
		height: 240px;
		overflow: hidden;
	}
	.welcome_box .dl1 dd{
		padding: 30px;
		width: 100%;
	}
	.welcome_box .div_box .img_div p{
		bottom: 0;
	}
	.welcome_box .dl1 dt span{
		opacity: 1;
	}
	.about_box .div3 ul li{
		width: 100%;
	}
	.about_box .div3 ul li.clear_both{
		margin-top: 16px;
	}
	.resume_box form label{
		width: 100%;
	}
	.about_box .div4 .zyyw_div .slide_div div{
		display: none;
	}
	.sociology_box dl{
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 900px) {
	.about_box .div3 .swiper_div{
		padding-bottom: 40%;
	}
}
@media (max-width: 768px) {
	.page_box{
		padding: 6px 12px;
		margin-top: 30px !important;
	}
	.about_box .div3 .swiper_div .swiper-slide div{
		padding: 20px 14px 30px;
	}
	.about_box .div4 ol li span{
		font-size: 18px;
		bottom: -30px;
	}
	.about_box .div3 .swiper_div .swiper-slide p{
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.about_box .div3 .swiper_div{
		padding-bottom: 206px;
	}
	.page_box a{
		display: none;
	}
	.page_box .shang_a{
		display: block;
	}
	.page_box .xia_a{
		display: block;
	}
	.title_box h6 img{
		height: 200px;
		width: auto;
	}
	.title_box h6 i{
		font-size: 28px;
	}
	.contact_box ul li img{
		display: none;
	}
	.contact_box ul li p{
		width: 100%;
		padding-left: 0;
	}
	.contact_box dt p{
		position: static;
		padding: 24px 0;
	}
	.contact_box dt p strong{
		color: #333;
	}
	.contact_box dt p span{
		color: #333;
	}
	.contact_box ul li p strong{
		font-size: 20px;
	}
	.contact_box ul li p span{
		font-size: 16px;
	}
	.foot_box .w80{
		padding: 10px 0;
	}
	.foot_box>p{
		padding: 14px 3%;
		line-height: 1.5;
	}
	.foot_box>p a{
		display: inline-block;
	}
	.title_h5{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.title_h5 small{
		font-size: 18px;
	}
	.contact_box{
		padding: 30px 0;
	}
	.sociology_box{
		padding: 30px 0;
	}
	.search_box{
		padding: 30px 0;
	}
	.news_box{
		padding: 30px 0;
	}
	.sociology_box dt{
		width: 100%;
		height: auto;
	}
	.sociology_box dt img{
		width: 100%;
		height: auto;
	}
	.sociology_box dd{
		width: 100%;
		padding: 14px 0;
	}
	.sociology_box dl{
		padding: 16px;
	}
	.menu_p span{
		display: none;
	}
	.product_info_box h4{
		font-size: 24px;
	}
	.industry_box .tab_div ul li p{
		padding-left: 0;
	}
	.industry_box .tab_div dt{
		font-size: 20px;
		padding: 16px;
	}
	.industry_box .tab_div dd{
		padding: 16px;
	}
	.recruit_box{
		padding: 30px 0;
	}
	.recruit_box .content_div ul li .details_div .top_p em{
		display: inline-block;
	}
	.recruit_box .content_div .title_p span{
		display: none;
	}
	.recruit_box .content_div .title_p span:first-of-type{
		display: inline-block;
		width: auto;
		padding-left: 10px;
	}
	.recruit_box .content_div .title_p span:last-of-type{
		display: inline-block;
		width: auto;
		padding-right: 10px;
		float: right;	
	}
	.sq_box .sq_div{
		width: 90%;
	}
	.sq_box form em input[type="text"]{
		width: 160px;
	}
	.welcome_box .div_box .img_div p{
		display: none;
	}
	.welcome_box .div_box .img_div p a{
		display: block;
		margin-top: 20px;
	}
	.welcome_box .div_box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.welcome_box .dl1 dt a{
		height: 160px;
	}
	.banner_box{
		padding-bottom: 200px;
	}
	.swiper-container .swiper-slide img{
		height: 100%;
		width: auto;
	}
	.welcome_box .dl1 dd h5{
		font-size: 24px;
	}
	.head_box .title_div .logo_a{
		background: url(../img/logo1.png) no-repeat left center;
		background-size: 100% auto;
		width: 100px;
	}
	.campus_box .div1 .content_div .title_p span{
		display: none;
	}
	.campus_box .div1 .content_div .title_p span:first-of-type{
		display: inline-block;
		width: auto;
		padding-left: 10px;
	}
	.campus_box .div1 .content_div .title_p span:last-of-type{
		display: inline-block;
		width: auto;
		padding-right: 10px;
		float: right;
	}
	.campus_box .div1 .content_div ul li .details_div .top_p em{
		display: inline-block;
	}
	.campus_box .div1{
		padding: 30px 0;
	}
	.campus_box .div2{
		padding: 30px 0;
	}
	.campus_box .div3{
		padding: 30px 0;
	}
	.campus_box .div4{
		padding: 30px 0;
	}
	.campus_box .div5{
		padding: 30px 0;
	}
	.campus_box .div6{
		padding: 30px 0;
	}
	.campus_box .div3 ul li em{
		font-size: 16px;
	}
	.campus_box .div3 ul li p{
		font-size: 12px;
	}
	.about_box .div4{
		padding: 30px 0 60px;
	}
	.about_box .div3{
		padding: 30px 0 60px;
	}
	.about_box .div2{
		padding: 30px 0;
	}
	.about_box .div1{
		padding: 30px 0;
	}
	.about_box .div1 dt{
		width: 100%;
	}
	.about_box .div1 dd{
		width: 100%;
		border-left: none;
		padding-left: 0;
	}
	.about_box .div1 dt span{
		display: none;
	}
	.about_box .div1 dd h5{
		font-size: 22px;
		line-height: 1.3;
	}
	.about_box .div2 .w80{
		overflow-x: auto;
	}
	.about_box .div2 ul li h6{
		font-size: 16px;
	}
	.about_box .div2 ul li p{
		font-size: 14px;
	}
	.about_box .div2 ul li:nth-of-type(odd){
		margin-top: 0;
	}
	.about_box .div2 ul li:nth-of-type(odd)::before{
		content: "";
		position: absolute;
		top: 0;
		bottom: auto;
		left: -4px;
		width: 7px;
		height: 7px;
		background: #ccc;
		border-radius: 50%;
	}
	.about_box .div2 ul li:nth-of-type(odd)::after{
		content: "";
		position: absolute;
		top: auto;
		bottom: -7px;
		left: -7px;
		width: 9px;
		height: 9px;
		background: #be1b24;
		border-radius: 50%;
		border: 2px solid #fafafa;
		box-shadow: 0 0 0 1px #be1b24;
	}
	.about_box .div2 ul{
		left: 0;
		border-bottom: 1px solid #aaa;
	}
	.about_box .div2 .left_span{
		display: none;
	}
	.about_box .div2 .w80{
		height: 150px;
	}
	.about_box .div2 hr{
		display: none;
	}
	.about_box .div2 .right_span{
		display: none;
	}
	.about_box .div3 ul li{
		padding: 30px 14px;
		height: auto;
	}
	.about_box .div3 ul li h6{
		font-size: 24px;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.about_box .div3 ul li p span{
		font-size: 24px;
		margin-left: 0;
		display: block;
		margin-top: 20px;
	}
	.about_box .div1 dt h5{
		text-align: center;
	}
	.about_box .div3 ul li div strong{
		font-size: 24px;
	}
	.about_box .div3 ul li p span::before{
		margin: 0 auto 14px;
	}
	.about_box .div3 ul li div{
		display: block;
		float: none;
	}
	.about_box .div3 ul li div.ts_div{
		border: none;
	}
	.about_box .div3 ul li p{
		text-align: center;
	}
	.notice_box table tr{
		font-size: 14px;
	}
	.notice_box .table_div p strong{
		font-size: 14px;
	}
	.notice_box .table_div p strong:nth-of-type(1){
		width: 40px;
	}
	.notice_box .table_div p strong:nth-of-type(2){
		width: calc(100% - 180px);
	}
	.notice_box .table_div p strong:nth-of-type(3){
		width: 140px;
	}
	.notice_box .table_div a span{
		font-size: 14px;
	}
	.notice_box .table_div a span:nth-of-type(1){
		width: 40px;
	}
	.notice_box .table_div a span:nth-of-type(2){
		padding-left: 5px;
		width: calc(100% - 180px);
	}
	.notice_box .table_div a span:nth-of-type(3){
		width: 140px;
	}
	.resume_box {
		padding: 30px 0;
	}
	.about_box .div4 .zyyw_div .swiper-slide {
		padding-right: 10px;
	}
	.about_box .div4 .zyyw_div .swiper-container {
		width: calc(100% + 8px);
	}
	.about_box .div4 .zyyw_div .slide_div span{
		font-size: 18px;
	}
	.about_box .div4 .zyyw_div {
		padding-bottom: 30%;
	}
	.head_box .title_div form span{
		margin-right: 8px;
	}
	.head_box .title_div form a{
		margin-right: 8px;
	}
}

