@font-face{
	font-family: "MARKPRO";
	src: url('../font/MARKPRO.ttf'),url('../font/MARKPRO.eot');
	font-weight: normal; 
	font-style: normal;
}
@font-face{
	font-family: "MARKPROB";
	src: url('../font/MARKPRO-BOOK.ttf'),url('../font/MARKPRO-BOOK.eot');
	font-weight: normal; 
	font-style: normal;
}
@font-face{
	font-family: "MARKPROL";
	src: url('../font/MARKPRO-LIGHT.ttf'),url('../font/MARKPRO-LIGHT.eot');
	font-weight: normal; 
	font-style: normal;
}
@font-face{
	font-family: "MARKPROM";
	src: url('../font/MARKPRO-MEDIUM.ttf'),url('../font/MARKPRO-MEDIUM.eot');
	font-weight: normal; 
	font-style: normal;
}

/** 清除内外边距 **/
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;
	margin-top: 0;
	margin-bottom: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "MARKPRO", "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;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#005bac !important;
	width: 2px !important;
}

html{
	
}
body{
	width: 100%;
	overflow-x: hidden;
	color: #333;
	background: #fff;
	box-sizing: border-box;
}
.clear_both::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

/*p{
	text-align: justify!important;
	word-wrap:break-word;
	word-break:break-all;
}*/


.head_box{
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .logo_a{
	display: inline-block;
	margin-left: 84px;
	vertical-align: top;
	height: 100%;
	width: 83px;
	background: url(../img/logob.png) no-repeat center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_span{
	float: right;
	width: 84px;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.head_box .nav_span em{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.head_box .nav_span em i{
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
	margin: 6px 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .nav_span em i:nth-of-type(3){
	width: 20px;
}
.head_box .nav_span:hover em i:nth-of-type(3){
	width: 32px;
}
.head_box .active_span em i:nth-of-type(1){
	-webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}
.head_box .active_span em i:nth-of-type(2){
	opacity: 0;
}
.head_box .active_span em i:nth-of-type(3){
	width: 32px;
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
}
.head_box .en_a{
	display: none;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin-top: 12px;
}
.head_box .language_dl{
	float: right;
	font-size: 0;
	height: 22px;
	line-height: 22px;
	margin-top: 39px;
	color: #fff;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .language_dl::before{
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 1px;
	background: rgba(255,255,255,0.5);
	margin: 2px 14px 0 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .language_dl dt{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 14px;
}
.head_box .language_dl dd{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	width: 78px;
	height: 20px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.5);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .language_dl dd::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 7px;
	width: 10px;
	height: 6px;
	background: url(../img/sjb.png) no-repeat;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .language_dl dd a{
	color: #fff;
	display: block;
	padding-left: 12px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .language_dl dd a:hover{
	color: #005bac;
}
/* .headb_box .language_dl dd a:hover{
	color: #005bac;
} */
.head_box .language_dl dd:hover{
	height: 64px;
}
.headb_box .language_dl dd:hover{
	height: 64px;
	background: #fff;
	border: 1px solid rgba(0,91,172,1);
}
.headb_box .language_dl dd:hover::after{
	-webkit-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}
.head_box>form{
	float: right;
	position: relative;
	z-index: 3;
	height: 30px;
	width: 30px;
	margin-top: 34px;
	margin-right: 12px;
	position: relative;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box>form input{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	opacity: 0;
	background: none;
	padding-left: 14px;
	color: #fff;
	font-size: 14px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 15px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box>form button{
	position: relative;
	z-index: 3;
	width: 30px;
	height: 30px;
	background: url(../img/ssb.png) no-repeat center;
	border: none;
	z-index: 3;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box>form:hover input{
	width: 160px;
	opacity: 1;
	border: 1px solid #fff;
	box-shadow: 0 0 8px rgba(0,91,172,0.1);
}
.head_box .w_ul{
	opacity: 0;
	float: right;
	height: 100%;
	font-size: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin: 0 36px;
}
.head_box .w_ul li>a{
	display: block;
	position: relative;
	line-height: 100px;
	font-size: 18px;
	color: #333;
	font-family: "MARKPRO";
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li>a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	background: #005bac;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li>a:hover::after{
	width: 100%;
}
.head_box .w_ul li>a:hover{
	color: #005bac;
}
.head_box .w_ul li dl{
	display: none;
	box-shadow: inset 0 -1px 10px rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0;
	background: url(../img/bg1.jpg) no-repeat;
	background-size: 100% 100%;
}
.head_box .w_ul li:nth-of-type(1) dl{
	height: 480px;
}
.head_box .w_ul li:nth-of-type(2) dl{
	height: 320px;
}
.head_box .w_ul li:nth-of-type(3) dl{
	height: 500px;
}
.head_box .w_ul li:nth-of-type(3) dl::after{
	display: none;
}
.head_box .w_ul li:nth-of-type(3) dl .a2::after{
	display: none;
}
.head_box .w_ul li dl::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 30%;
	background: #ddd;
}
.head_box .w_ul li dl::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 35%;
	background: #ddd;
}
.head_box .w_ul li dl dd{
	font-size: 0;
	padding-top: 50px;
}
.head_box .w_ul li dl dd .a1{
	display: inline-block;
	font-size: 22px;
	color: #333;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding-left: 4%;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li dl dd .a1 i{
	display: block;
}
.head_box .w_ul li dl dd .a1.hover{
	color: #005abc;
}
.head_box .w_ul li dl dd div{
	position: absolute;
	left: 30%;
	top: 0;
	width: 70%;
	padding-top: 50px;
	display: none;
}
.head_box .w_ul li dl dd:first-of-type div{
	display: block;
}
.head_box .w_ul li dl dd div p{
	margin-bottom: 20px;
}
.head_box .w_ul li dl dd div p:last-of-type{
	margin-bottom: 0;
}
.head_box .w_ul li dl dd div p .a2{
	display: inline-block;
	font-size: 18px;
	width: 50%;
	vertical-align: top;
	color: #999;
	box-sizing: border-box;
	padding-left: 6%;
	padding-right: 60px;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li dl dd div p .a2::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	opacity: 0;
	width: 8px;
	height: 11px;
	background: url(../img/sjx.png) no-repeat right center;
	margin-left: 20px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li dl dd div p .a2:hover::after{
	margin-left: 30px;
	opacity: 1;
}
.head_box .w_ul li dl dd div p .a2.hover{
	color: #005abc;
}
.head_box .w_ul li dl dd div p .a2.hover::after{
	right: 60px;
	opacity: 1;
}
.head_box .w_ul li dl dd div em{
	position: absolute;
	padding-top: 50px;
	top: 0;
	right: 0;
	width: 50%;	box-sizing: border-box;
	display: none;
}
.head_box .w_ul li dl dd div p:first-of-type em{
	display: block;
}
.head_box .w_ul li dl dd div em a{
	display: block;
	font-size: 16px;
	padding-left: 12%;
	color: #999;
	cursor: pointer;
	margin-bottom: 20px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .w_ul li dl dd div p a:last-of-type{
	margin-bottom: 0;
}
.head_box .w_ul .active_li>a{
	color: #005bac;
}
.head_box .w_ul .active_li>a::after{
	width: 100%;
}
.head_box .w_ul li dl dd div p em a.hover{
	color: #005abc;
}
.head_box .m_ul{
	box-sizing: border-box;
	max-height: calc(100vh - 60px);
	overflow: auto;
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #005bac;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	z-index: 99;
}
.head_box .m_ul li{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.head_box .m_ul li a{
	color: #fff;
	display: block;
	line-height: 46px;
	height: 42px;
	padding-left: 14px;
	margin-right: 50px;
	position: relative;
}
.head_box .m_ul li a i{
	display: block;
	height: 40px;
}
.head_box .m_ul li>a{
	display: block;
	font-size: 17px;
}
.head_box .m_ul li .a1{
	font-size: 16px;
}
.head_box .m_ul li .a2{
	font-size: 14px;
}
.head_box .m_ul li dl div p a{
	height: 36px;
	line-height: 36px;
}
.head_box .m_ul li em{
	display: block;
}
.head_box .m_ul li em a{
	font-size: 12px;
	line-height: 30px;
	height: 30px;
}
.head_box .m_ul li b{
	position: absolute;
	right: -50px;
	font-size: 20px;
	top: 0;
	width: 50px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.head_box .m_ul li b::before{
	content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background: rgba(255,255,255,0.2);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.head_box .m_ul li b::after{
	content: "+";
}
.head_box .m_ul li b.active_b::after{
	content: "-";
}
.head_box .m_ul li dl{
	display: none;
}
.head_box .m_ul li dl div{
	display: none;
}
.head_box .m_ul li dl em{
	display: block;
}
.head_box .m_ul li form{
    width: 100%;
    font-size: 0;
    padding: 12px 0 12px 14px;
    box-sizing: border-box;
}
.head_box .m_ul li form input{
	display: inline-block;
	font-size: 14px;
    width: calc(100% - 50px);
	height: 36px;
	padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.2);
    vertical-align: top;
    border-radius: 2px;
}
.head_box .m_ul li form button{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 36px;
	background: url(../img/ssb.png) no-repeat center;
	border: none;
}





.headb_box{
	height: 80px;
	background: #fff;
	box-shadow: 0 -1px 10px rgba(0,0,0,0.3);
}
.headb_box .logo_a{
	background: url(../img/logol.png) no-repeat center;
}
.headb_box .w_ul{
	opacity: 1;
}
.headb_box .w_ul li>a{
	line-height: 80px;
}
.headb_box .nav_span em{
	display: none;
}
.headb_box>form{
	margin-top: 24px;
	background: #fff;
}
.headb_box>form:hover input{
	background: #fff;
	color: #005bac;
	border: 1px solid #005bac;
}
.headb_box>form button{
	background: url(../img/ssh.png) no-repeat center;
}
.headb_box .language_dl{
	margin-top: 29px;
	color: #999;
}
.headb_box .language_dl::before{
	background: #e6e6e6;
}
.headb_box .language_dl dd{
	border: 1px solid #ccc;
}
.headb_box .language_dl dd a{
	color: #999;
}
.headb_box .language_dl dd::after{
	background: url(../img/sjh.png) no-repeat;
}

.nav_div{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 8;
}
.nav_div div{
	display: none;
	position: absolute;
	width: 380px;
	height: 100%;
	background: url(../img/nr.png) no-repeat left 40px bottom 120px #005bac;
	top: 0;
	right: 0;
	padding-top: 10%;
	box-sizing: border-box;
}
.nav_div h6{
	height: 100px;
	background: #fff;
	font-size: 60px;
	color: #005bac;
	line-height: 108px;
	text-align: right;
	font-weight: bold;
	font-family: "MARKPROM";
	font-style: italic;
	padding-right: 38px;
	margin-bottom: 60px;
}
.nav_div p{

}
.nav_div p a{
	display: block;
	height: 60px;
	padding-right: 34px;
	margin-bottom: 32px;
}
.nav_div p a::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.nav_div p a span{
	float: right;
	margin-top: 22px;
	color: rgba(255,255,255,0.2);
	font-size: 30px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.nav_div p a i{
	font-size: 60px;
	color: #fff;
	float: left;
	opacity: 0;
	transition: 0.8s;
    -webkit-transition: 0.8s;
}
.nav_div p a i::before{
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-top: 36px;
	margin-right: 12px;
	width: 0;
	height: 2px;
	opacity: 0;
	background: #fff;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.nav_div em{
	position: absolute;
	width: 250px;
	bottom: 0;
	right: 34px;
	padding-bottom: 40px;
	padding-top: 20px;
	border-top: 1px solid #4d8dc5;
	text-align: right;
	font-size: 0;
}
.nav_div em a{
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	margin-left: 8px;
}
.nav_div em span{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -2px;
}
.nav_div em a.bds_weixin{
	background: url(../img/tb9.png) no-repeat;
}
.nav_div em a.bds_twi{
	background: url(../img/tb10.png) no-repeat;
}
.nav_div em a.bds_fbook{
	background: url(../img/tb11.png) no-repeat;
}
.nav_div p a:hover span{
	color: rgba(255,255,255,1);
	font-weight: bold;
	text-shadow: 8px 8px 8px #004786;
}
.nav_div p a:hover i{
	opacity: 1;
}
.nav_div p a:hover i::before{
	width: 60px;
	opacity: 1;
}

#fullpage h3{
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 64px;
}
#fullpage h3::after{
	content: "";
	display: block;
	margin: 24px auto 0;
	height: 4px;
	width: 75px;
	background: #005bac;
}

.sb_div{
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -18px;
	z-index: 6;
	opacity: 0;
	padding-bottom: 20px;
	background: url(../img/jtx.png) no-repeat;
	background-position: center bottom 10px;
	animation: myfirst 2s linear infinite;
    -webkit-animation: myfirst 2s linear infinite;
}
@keyframes myfirst
{
    0% {
		opacity: 0;
		background-position: center bottom 10px;
	}
	50%{
		opacity: 1;
	}
    100% {
		opacity: 0;
		background-position: center bottom 0;
	}
}
@-webkit-keyframes myfirst 
{
    0% {
		opacity: 0;
		background-position: center bottom 10px;
	}
	50%{
		opacity: 1;
	}
    100% {
		opacity: 0;
		background-position: center bottom 0;
	}
}

#menu{
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 7;
	transform: translateY(-50%);
}
#menu li{
	margin: 20px 0;
}
#menu li a{
	display: block;
	font-size: 12px;
	color: #999;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d6d6d6;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#menu li a span{
	position: absolute;
	top: 1px;
	right: 16px;
	white-space: nowrap;
	transition: 1s;
	-webkit-transition: 1s;
	width: 0;
	overflow: hidden;
	opacity: 0;
	text-align: right;
}
#menu li.active a{
	background: #d6d6d6;
}
#menu li.active span{
	width: 120px;
	opacity: 1;
	display: none;
}
#menu::before{
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	background: #d1d1d1;
	opacity: 0.2;
	margin: 0 auto;
}
#menu::after{
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	background: #d1d1d1;
	opacity: 0.2;
	margin: 0 auto;
}

#fullpage .div1{

}
#fullpage .div1 .w_swiper{
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#fullpage .div1 .w_swiper video{
	position: static;
	transform: none;
	width: 100%;
	height: auto;
}
#fullpage .div1 .w_swiper img{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#fullpage .div1 .w_swiper dl{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
#fullpage .div1 .w_swiper dl dd{
	color: #fff;
	width: 60%;
	position: absolute;
	top: 66%;
	left: 8.4%;
	transform: translateY(-50%);
}
#fullpage .div1 .w_swiper dl dd h4{
	font-size: 66px;
	white-space: nowrap;
}
#fullpage .div1 .w_swiper dl dd p{
	font-size: 24px;
	margin: 16px 0 48px;
	line-height: 1.6;
}
#fullpage .div1 .w_swiper dl dd a{
	display: block;
    width: 160px;
	height: 36px;
	text-align: center;
    line-height: 38px;
    background: #005bac;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 18px;
}
#fullpage .div1 .w_swiper dl dd a::after{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    background: url(../img/bf.png) no-repeat;
    margin-left: 14px;
    margin-top: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div1 .w_swiper dl dd a:hover::after{
	margin-left: 24px;
}

#fullpage .div1 .fp-controlArrow.fp-next{
	display: none;
}
#fullpage .div1 .fp-controlArrow.fp-prev{
	display: none;
}
.m_swiper{
	display: none;
}
#fullpage .div1 .swiper-container{
	width: 100% !important;
	height: 100%;
}
#fullpage .div1 .swiper-container .swiper-pagination{
	left: 0;
	box-sizing: border-box;
	text-align: left;
	bottom: 42px;
	padding-left: 8.4%;
	margin-left: 0 !important;
}
#fullpage .div1 .swiper-container .swiper-pagination span{
	width: 75px;
	height: 3px;
	margin: 0 10px 0 0;
	background: #fff;
	border-radius: 0;
	opacity: 1;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #005bac;
}
#fullpage .div1 .swiper-slide{
	width: 100% !important;
}
#fullpage .div1 .swiper-slide img{
	width: 100%;
	height: 100%;
}
#fullpage .div1 .swiper-slide video{
	width: 100%;
}
/* #fullpage .div1 .fp-slidesNav.bottom{
	left: 8.4%;
	bottom: 42px;
	margin-left: 0 !important;
}
#fullpage .div1 .fp-slidesNav.bottom ul li{
	width: 75px;
	height: 3px;
	margin: 0 10px 0 0;
}
#fullpage .div1 .fp-slidesNav.bottom ul li a{
	background: #fff;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div1 .fp-slidesNav.bottom ul li a.active{
	background: #005bac;
}
#fullpage .div1 .fp-slidesNav.bottom ul li span{
	display: none;
} */

#fullpage .div2{

}
#fullpage .fp-tableCell{
	/* display: block; */
	box-sizing: border-box;
}
#fullpage .div1 .fp-tableCell{
	position: relative;
}
#fullpage .div1 video{
	
}
#fullpage .div2 .fp-tableCell{
	padding: 80px 8.4% 0;
}
#fullpage .div2 ul{

}
#fullpage .div2 ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #f2f2f2;
}
#fullpage .div2 ul li:nth-of-type(4n+4){
	margin-right: 0;
}
/* #fullpage .div2 ul li a{
	display: block;
} */
#fullpage .div2 ul li .img_a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 80%;
}
#fullpage .div2 ul li .img_a i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div2 ul li div{
	padding: 22px;
}
#fullpage .div2 ul li div h6{
	font-size: 22px;
	color: #333;
	font-family: "MARKPROM";
	margin-bottom: 5%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div2 ul li div p{
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	height: 46px;
	overflow: hidden;
	margin-bottom: 5%;
}
#fullpage .div2 ul li div p a{
	display: block;
	color: #333;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
#fullpage .div2 ul li div .m_a{
	display: inline-block;
	font-size: 14px;
	color: #005bac;
	font-family: "MARKPROB";
	background: url(../img/jt.png) no-repeat right top 1px;
	background-size: 13px;
	padding-right: 24px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
#fullpage .div2 ul li .img_a:hover i{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#fullpage .div2 ul li div p a:hover{
	color: #005bac;
}
#fullpage .div2 ul li div .m_a:hover{
	padding-right: 30px;
}

#fullpage .div3{
	font-size: 0;
}
#fullpage .div3 .fp-tableCell{
	padding: 80px 0 0;
}
#fullpage .div3 h3{
	text-align: left;
}
#fullpage .div3 h3::after{
	margin: 24px 0 0;
}
#fullpage .div3 .left_div{
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	height: 100%;
}
#fullpage .div3 .left_div p{
	position: relative;
	width: 30%;
	height: 100%;
	float: left;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div3 .left_div p.active_p{
	width: 40%;
}
#fullpage .div3 .left_div p span{
	position: absolute;
	top: 0;
	left: 100%;
	height: 52px;
	line-height: 54px;
	font-size: 22px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	padding: 0 24px;
	transform-origin: left top;
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	background: #005bac;
}
#fullpage .div3 .left_div p span img{
	width: auto;
	vertical-align: top;
	height: auto;
}
#fullpage .div3 .left_div .p1{
	background: url(../img/tp5.jpg) no-repeat;
	background-size: auto 100%;
}
#fullpage .div3 .left_div .p2{
	background: url(../img/tp6.jpg) no-repeat;
	background-size: auto 100%;
}
#fullpage .div3 .left_div .p3{
	background: url(../img/tp7.jpg) no-repeat;
	background-size: auto 100%;
}
#fullpage .div3 .right_div{
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	box-sizing: border-box;
	padding: 0 8% 0 5%;
}
#fullpage .div3 .right_div div{
	display: none;
}
#fullpage .div3 .right_div div h3{
	text-transform: uppercase;
}
#fullpage .div3 .right_div div p{
	font-size: 18px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 50px;
}
#fullpage .div3 .right_div div span{
	font-size: 0;
}
#fullpage .div3 .right_div div span a{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	font-size: 16px;
	color: #005bac;
	font-family: "MARKPROL";
	margin-bottom: 26px;
}
#fullpage .div3 .right_div div span a::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 13px;
	background: url(../img/jt.png) no-repeat;
	margin-left: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div3 .right_div div span a:hover::after{
	margin-left: 20px;
}
#fullpage .more_a{
	display: block;
	width: 138px;
	height: 42px;
	border: 1px solid #005bac;
	font-size: 16px;
	font-family: "MARKPROB";
	text-align: center;
	line-height: 44px;
	color: #005bac;
	margin-top: 50px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .more_a:hover{
	background: #005bac;
	color: #fff;
}

#fullpage .div4{
	font-size: 0;
}
#fullpage .div4 .fp-tableCell{
	padding: 80px 8.4% 0;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 100%;
}
#fullpage .div4 .bah_p{
	display: none;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    width: 100%;
    left: 0;
	bottom: 0;
	line-height: 1.4;
    box-sizing: border-box;
	padding: 10px 3%;
	font-size: 13px;
	color: #333;
    background: #ccc;
}
#fullpage .div4 .left_div{
	display: inline-block;
    vertical-align: middle;
    width: 56%;
	box-sizing: border-box;
	padding-right: 5%;
}
#fullpage .div4 .left_div div{
	display: none;
}
#fullpage .div4 .left_div h3{
	text-align: left;
	text-transform: uppercase;
}
#fullpage .div4 .left_div h3::after{
	margin: 24px 0 0;
}
#fullpage .div4 .left_div p{
	font-size: 18px;
	color: #999;
	line-height: 1.6;
}
#fullpage .div4 .left_div .more_a{
	
}
#fullpage .div4 .right_div{
	display: inline-block;
    vertical-align: middle;
    width: 44%;
    box-sizing: border-box;
	padding: 0 5% 0 5%;
	font-size: 0;
}
#fullpage .div4 .right_div a{
	width: 45%;
	padding-bottom: 45%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: -10px 10% 0 0;
	text-align: center;
	background: url(../img/skb.jpg) no-repeat;
	background-size: 100% 100%;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div4 .right_div a:nth-of-type(2n+2){
	margin: 36px 0 0 0;
}
#fullpage .div4 .right_div a p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#fullpage .div4 .right_div a p em{
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	position: relative;
}
#fullpage .div4 .right_div a p em img{
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div4 .right_div a p span{
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 1.3;
	margin-top: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div4 .right_div a.active_a{
	box-shadow: 0 0 20px rgba(0,91,172,0.8);
	background: url(../img/skl.jpg) no-repeat;
	background-size: 100% 100%;
}
#fullpage .div4 .right_div a.active_a p em img:last-of-type{
	opacity: 0;
}
#fullpage .div4 .right_div a.active_a p span{
	color: #fff;
}
#fullpage .div4 .right_div a:hover{
	box-shadow: 0 0 20px rgba(0,91,172,0.8);
	background: url(../img/skl.jpg) no-repeat;
	background-size: 100% 100%;
}
#fullpage .div4 .right_div a:hover p em img:last-of-type{
	opacity: 0;
}
#fullpage .div4 .right_div a:hover p span{
	color: #fff;
}
#fullpage .div5{
	font-size: 0;
}
#fullpage .div5 .fp-tableCell{
    padding: 80px 8.4% 40px 3%;
}
#fullpage .div5 dl{

}
#fullpage .div5 dl dt{
	display: inline-block;
	vertical-align: middle;
    box-sizing: border-box;
	width: 70%;
	position: relative;
}
#fullpage .div5 dl dt img{
	width: 100%;
	vertical-align: top;
}
#fullpage .div5 dl dt p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
#fullpage .div5 dl dt p span{
	position: absolute;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
#fullpage .div5 dl dt p .l_span::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #0069ab;
	border-radius: 50%;
	margin-right: 8px;
}
#fullpage .div5 dl dt p .h_span::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #f39800;
	border-radius: 50%;
	margin-right: 8px;
}
#fullpage .div5 dl dt p .z_span::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 15px;
	height: 22px;
	background: url(../img/dw.png) no-repeat;
	margin-right: 8px;
}
#fullpage .div5 dl dt p .sp1{
	top: 41%;
    left: 79%;
}
#fullpage .div5 dl dt p .sp2{
	top: 31%;
    left: 12%;
}
#fullpage .div5 dl dt p .sp3{
	bottom: 30%;
    left: 55%;
}
#fullpage .div5 dl dt p .sp4{
	top: 29%;
    left: 45.5%;
}
#fullpage .div5 dl dt p .sp5{
	top: 60%;
    left: 50%;
}
#fullpage .div5 dl dt p .sp6{
	top: 66%;
    left: 76%;
}
#fullpage .div5 dl dt p .sp7{
	top: 49%;
    left: 79%;
}
#fullpage .div5 dl dt p .sp8{
	bottom: 20%;
    left: 53%;
}
#fullpage .div5 dl dt p .sp9{
	top: 56%;
    left: 57%;
}
#fullpage .div5 dl dt p .sp10{
	top: 21%;
    left: 74%;
}
#fullpage .div5 dl dt p .sp11{
	top: 33%;
    left: 68%;
}
#fullpage .div5 dl dt p .sp12{
	top: 53%;
    left: 75%;
}
#fullpage .div5 dl dt p .sp13{
	top: 59%;
    left: 81%;
}
#fullpage .div5 dl dt p .sp14{
	bottom: 20%;
    left: 84%;
}
#fullpage .div5 dl dt p .sp15{
	bottom: 32%;
    left: 25%;
}
#fullpage .div5 dl dt p .sp16{
	top: 25%;
    left: 15%;
}
#fullpage .div5 dl dt p .sp17{
	top: 50%;
    left: 18%;
}
#fullpage .div5 dl dt p .sp18{
	top: 51%;
    left: 44%;
}
#fullpage .div5 dl dt p .sp19{
	top: 66%;
    left: 26%;
}
#fullpage .div5 dl dt p .sp20{
	top: 49%;
    left: 68%;
}
#fullpage .div5 dl dd{
	display: inline-block;
	vertical-align: middle;
    box-sizing: border-box;
	width: 30%;
	padding-left: 5%;
}
#fullpage .div5 dl dd ul{

}
#fullpage .div5 dl dd ul li{
	display: none;
	background: #fff;
	width: 100%;
	padding: 10% 8%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(12,10,94,0.2);
	font-family: "MARKPROM";
}
#fullpage .div5 dl dd ul li h6{
	font-size: 22px;
	color: #021a41;
	margin-bottom: 16px;
}
#fullpage .div5 dl dd ul li p{
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	margin-top: 10px;
	position: relative;
	padding-left: 50px;
}
#fullpage .div5 dl dd ul li strong{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}
#fullpage .div5 dl dd ul li p span{
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
#fullpage .div5 dl dd .nr_p{
	font-size: 14px;
	line-height: 1.6;
	padding-top: 10%;
	padding-left: 10px;
}
#fullpage .div5 dl dd .nr_p span{
	display: inline-block;
	margin-bottom: 8px;
}
#fullpage .div5 dl dd .nr_p span:nth-of-type(1)::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #e60012;
	border-radius: 50%;
	margin-right: 8px;
}
#fullpage .div5 dl dd .nr_p span:nth-of-type(2)::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #0069ab;
	border-radius: 50%;
	margin-right: 8px;
}
#fullpage .div5 dl dd .nr_p span:nth-of-type(3)::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #f39800;
	border-radius: 50%;
	margin-right: 8px;
}
#fullpage .div5 dl dd .nr_p span:first-of-type{
	margin-right: 10%;
}
#fullpage .div5 dl dd .nr_p span:last-of-type{
	margin-bottom: 0;
}
#fullpage .div5 .bottom_div{
	height: 60px;
	border-top: 1px solid #e6e6e6;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 3%;
	background: #ccc;
}
#fullpage .div5 .bottom_div p{
	font-size: 16px;
	color: #333;
	line-height: 60px;
	display: inline-block;
}
#fullpage .div5 .bottom_div p a{
	color: #333;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div5 .bottom_div p a:hover{
	color: #333;
}
#fullpage .div5 .bottom_div em{
	font-size: 0;
	float: right;
	margin-top: 15px;
	margin-bottom: 24px;
}
#fullpage .div5 .bottom_div em a{
	float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-right: 24px;
    box-sizing: border-box;
    border: 2px solid #888;
    border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
#fullpage .div5 .bottom_div a.popup_twi{
	background: url(../img/tb5s.png) no-repeat top -1px left -1px;
}
#fullpage .div5 .bottom_div a.popup_fbook{
	background: url(../img/tb6s.png) no-repeat top -1px left -1px;
}
#fullpage .div5 .bottom_div em a.popup_linkedin{
	background: url(../img/tb7s.png) no-repeat top -1px left -1px;
}
#fullpage .div5 .bottom_div a.popup_twi:hover{
	background: url(../img/tb5h.png) no-repeat top -1px left -1px #005bac;
	border: 2px solid #005bac;
}
#fullpage .div5 .bottom_div a.popup_fbook:hover{
	background: url(../img/tb6h.png) no-repeat top -1px left -1px #005bac;
	border: 2px solid #005bac;
}
#fullpage .div5 .bottom_div a.popup_linkedin:hover{
	background: url(../img/tb7h.png) no-repeat top -1px left -1px #005bac;
	border: 2px solid #005bac;
}



.foot_box{

}
.foot_box dl{
	background: #666;
	padding: 40px 8.4% 30px;
}
.foot_box dl dd{
	width: 100%;
}
.foot_box dl dd div{
	float: left;
}
.foot_box dl dd div .logo_a{
	display: block;
	width: 71px;
	height: 38px;
	background: url(../img/logox.png) no-repeat;
}
.foot_box dl dd div p{
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 1.6;
	font-family: "MARKPROL";
}
.foot_box dl dd div p a{
	color: #fff;
}
.foot_box dl dd div em{
	font-size: 0;
	display: block;
	margin-top: 30px;
	margin-bottom: 24px;
}
.foot_box dl dd div em a{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	margin-right: 24px;
	box-sizing: border-box;
	border: 2px solid #c2c2c2;
	border-radius: 50%;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box dl dd div em a.popup_twi{
	background: url(../img/tb5.png) no-repeat top -1px left -1px;
}
.foot_box dl dd div em a.popup_fbook{
	background: url(../img/tb6.png) no-repeat top -1px left -1px;
}
.foot_box dl dd div em a.popup_linkedin{
	background: url(../img/tb7.png) no-repeat top -1px left -1px;
}
.foot_box dl dd div em a.popup_fx{
	background: url(../img/tb8.png) no-repeat top -1px left -1px;
}
.foot_box dl dd div em a.popup_twi:hover{
	background: url(../img/tb5h.png) no-repeat top -1px left -1px #005bac;
	border: 2px solid #005bac;
}
.foot_box dl dd div em a.popup_fbook:hover{
	background: url(../img/tb6h.png) no-repeat top -1px left -1px #005bac;
	border: 2px solid #005bac;
}
.foot_box dl dd div em a.popup_linkedin:hover{
	background: url(../img/tb7h.png) no-repeat top -1px left -1px #005bac;
	border: 2px solid #005bac;
}
.foot_box dl dd div em a.popup_fx:hover{
	background: url(../img/tb8h.png) no-repeat top -1px left -1px #005bac;
	border: 2px solid #005bac;
}
.foot_box dl dd{
	float: left;
}
.foot_box dl dd>p{
	float: right;
	margin-left: 10%;
}
.foot_box dl dd>p span{
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.foot_box dl dd>p a{
	display: block;
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	line-height: 1.8;
	font-family: "MARKPROL";
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.foot_box dl dd>p a:hover{
	opacity: 1;
}

.pt_body{
	padding-top: 80px;
}

.w832{
	width: 83.2%;
	margin: 0 auto;
	box-sizing: border-box;
}

.pb{
	padding-bottom: 60px;
}

.title_box{
	position: relative;
	overflow: hidden;
}
.title_box img{
	width: 100%;
	vertical-align: top;
}
.title_box div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.4%;
	width: 60%;
	color: #fff;
	background: rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 46px 36px 34px;
}
.title2_box div{
	background: none;
	width: 60%;
}
.title_box div h5{
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.title_box div p{
	font-size: 18px;
	line-height: 1.6;
}
.title_box .ts_h6{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: -10px;
}
.title_box .ts_h6 i{
	display: inline-block;
	width: 84px;
}






.plan_box{

}
.plan_box .tab_h6{
	padding: 40px 0;
	font-size: 24px;
	color: #b3b3b3;
}
.plan_box .tab_h6 a{
	color: #b3b3b3;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.plan_box .tab_h6 .active_a{
	color: #005bac;
}
.plan_box .tab_h6 a:hover{
	color: #005bac;
}
.plan_box ul{
	margin-top: -36px;
}
.plan_box ul li{
	font-size: 0;
	margin-top: 36px;
}
.plan_box ul li em{
	display: inline-block;
	width: 356px;
	vertical-align: top;
	overflow: hidden;
}
.plan_box ul li em img{
	width: 100%;
	height: auto;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.plan_box ul li div{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 356px);
	box-sizing: border-box;
	padding-left: 34px;
}
.plan_box ul li div h6{
	font-size: 26px;
	line-height: 1.6;
	padding: 0;
	border-bottom: 1px dashed #f2f2f2;
	margin-bottom: 10px;
}
.plan_box ul li div strong{
	display: block;
	font-size: 18px;
	color: #333;
	margin-top: 16px;
}
.plan_box ul li div p{
	font-size: 0;
}
.plan_box ul li div p span{
	display: inline-block;
	width: 50%;
	margin-top: 6px;
	vertical-align: top;
}
.plan_box ul li div p a{
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.plan_box ul li div p a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: #005bac;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: -2px;
}
.plan_box ul li div p a:hover{
	color: #005bac;
}
.plan_box ul li:hover em img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



.link_swiper{
	margin-top: 42px;
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 20px;
}
.link_swiper h5{
	font-size: 24px;
	color: #005abc;
	margin-bottom: 28px;
}
.link_swiper dl{
	background: #f0f1f2;
	box-sizing: border-box;
	padding: 15px 10px;
}
.link_swiper dl dt{
	
}
.link_swiper dl dt span{
	display: block;
	font-size: 16px;
	color: #999;
	margin-bottom: 14px;
}
.link_swiper dl dt h6{
	font-size: 14px;
	height: 66px;
	overflow: hidden;
	color: #666;
	line-height: 1.6;
	font-weight: bold;
}
.link_swiper dl dd{
	height: 14px;
	line-height: 16px;
	margin-top: 20px;
}
.link_swiper dl dd a{
	font-size: 12px;
	color: #005abc;
	text-transform: uppercase;
	padding-right: 14px;
	background: url(../img/jt2.png) no-repeat right top;
}
.link_swiper dl dd .dow_a{
	float: right;
	text-transform: initial;
	background: url(../img/xz2.png) no-repeat right top;
}
.link_swiper dl dd a:hover{
	text-decoration: underline;
}
.link_swiper .swiper-container{
	padding-bottom: 40px;
}
.link_swiper .swiper-pagination{
	bottom: 0 !important;
}
.link_swiper .swiper-pagination span{
	background: #ccc;
	width: 10px;
	height: 10px;
	opacity: 1;
	margin: 0 8px !important;
}
.link_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #6e9dd2;
}



.feedback_div{
	margin-top: 42px;
}
.feedback_div h5{
	font-size: 24px;
	font-family: "MARKPROM";
	color: #005abc;
	margin-bottom: 50px;
}
.feedback_div dl{
	font-size: 0;
}
.feedback_div dt{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	display: none;
}
.feedback_div dt p{
	font-size: 0;
	margin-bottom: 30px;
}
.feedback_div dt p:last-of-type{
	margin-bottom: 0;
}
.feedback_div dt p img{
	vertical-align: middle;
}
.feedback_div dt p span{
	font-size: 22px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
.feedback_div dt p span small{
	display: block;
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.feedback_div dd{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.feedback_div dd h6{
	font-size: 24px;
	margin-bottom: 24px;
	color: #005abc;
}
.feedback_div dd form{
	font-size: 0;
}
.feedback_div dd form::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.feedback_div dd form p{
	float: left;
	width: 24%;
	margin-right: 2%;
	margin-bottom: 16px;
}
.feedback_div dd form p:nth-of-type(2n+2){
	margin-right: 0;
}
.feedback_div dd form p span{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	font-size: 16px;
	color: #666;
}
.feedback_div dd form p input{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: calc(100% - 80px);
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding-left: 12px;
}
.feedback_div dd form p select{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: calc(100% - 80px);
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding-left: 8px;
}
.feedback_div dd form p .select2{
	height: 40px;
	width: calc(100% - 80px) !important;
}
.feedback_div dd form p .selection{
	width: 100%;
	height: 100%;
}
.feedback_div dd form p .select2-selection{
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
    border-radius: 0;
}
.feedback_div dd form p .select2-selection__rendered{
	width: 100%;
	height: 100%;
	line-height: 38px !important;
	padding: 0 0 0 12px !important;
	outline: none;
}
.feedback_div dd form p .select2-selection__arrow{
	height: 38px !important;
}
.feedback_div dd form p .select2-selection__clear{
	display: none;
}
.feedback_div dd form div{
	float: right;
	width: 48%;
	margin-bottom: 16px;
}
.feedback_div dd form div span{
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}
.feedback_div dd form div textarea{
	resize: none;
	font-size: 16px;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 72px;
	line-height: 1.6;
	padding: 6px 12px;
}
.feedback_div dd form em{
	font-size: 12px;
	color: #999;
	line-height: 1.6;
	padding-left: 80px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.feedback_div dd button{
	display: block;
	width: 200px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #4a85c7;
	font-size: 16px;
	color: #4a85c7;
	background: #fff;
	margin: 36px auto 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
} 
.feedback_div dd form em img{
	vertical-align: top;
	height: 44px;
	margin-top: 20px;
}
.feedback_div dd button:hover{
	background: #4a85c7;
	color: #fff;
}



.crumb_p{
	font-size: 0;
	padding: 26px 0 40px;
}
.crumb_p a{
	display: inline-block;
	font-size: 14px;
	color: #999;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.crumb_p a:last-of-type{
	color: #666;
}
.crumb_p a::after{
	content: ">";
	font-size: 14px;
	color: #999;
	margin: 0 6px;
}
.crumb_p a:last-of-type::after{
	display: none;
}
.crumb_p a:hover{
	color: #005abc;
}



.planInfo_box{
	
}
.planInfo_box .title_dl{
	font-size: 0;
}
.planInfo_box .title_dl dt{
	display: inline-block;
	width: 230px;
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 0 15px;
}
.planInfo_box .title_dl dt a{
	display: block;
	font-size: 14px;
	color: #005abc;
	height: 60px;
	line-height: 62px;
	border-bottom: 1px dashed #ccc;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.planInfo_box .title_dl dt a:last-of-type{
	border-bottom: none;
}
.planInfo_box .title_dl dt a img{
	float: right;
	margin-top: 10px;
}
.planInfo_box .title_dl dt a:hover{
	padding-left: 10px;
}
.planInfo_box .title_dl dd{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 230px);
	box-sizing: border-box;
	font-size: 0;
}
.planInfo_box .title_dl dd>div{
	width: 100%;
	box-sizing: border-box;
	padding-left: 38px;
}
.planInfo_box .title_dl dd h6{
	font-size: 30px;
	color: #4a85c7;
	margin-bottom: 24px;
	padding-left: 38px;
}
.planInfo_box .title_dl dd li{
	display: inline-block;
	vertical-align: top;
	width: 66%;
	box-sizing: border-box;
	padding-right: 38px;
}
.planInfo_box .title_dl dd p{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.planInfo_box .title_dl dd p:last-of-type{
	margin-bottom: 0;
}
.planInfo_box .title_dl dd img{
	width: 34%;
	vertical-align: top;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}

.planInfo_box .tab_dl{
	margin-top: 60px;
}
.planInfo_box .tab_dl dt{
	font-size: 0;
}
.planInfo_box .tab_dl dt span{
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 20px;
	height: 54px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	line-height: 56px;
	text-align: center;
	background: #4a85c7;
	color: #fff;
	font-size: 16px;
	margin-right: 4px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.planInfo_box .tab_dl dt span::after{
	content: "";
	position: absolute;
	border-left: 1px solid #4a85c7;
	right: -13px;
    top: -13px;
	width: 24px;
	height: 24px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
.planInfo_box .tab_dl dt .active_span{
	border: 1px solid #ccc;
	overflow: initial;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #4a85c7;
}
.planInfo_box .tab_dl dt .active_span::after{
	border-left: 1px solid #ccc;
}
.planInfo_box .tab_dl dd{
	border: 1px solid #ccc;
	margin-top: -1px;
	padding: 40px;
}
.planInfo_box .tab_dl dd h6{
	font-size: 24px;
	color: #4a85c7;
	margin-bottom: 20px;
}
.planInfo_box .tab_dl dd .div1{
	display: none;
}
.planInfo_box .tab_dl dd .div1 ul{
	color: #0069ab;
	font-size: 18px;
}
.planInfo_box .tab_dl dd .div1 div{
	
}
.planInfo_box .tab_dl dd .div1 p{
	font-size: 16px;
	color: #666;
	/* line-height: 1.6; */
	/* margin-bottom: 20px; */
	position: relative;
}
.planInfo_box .tab_dl dd .div1 p::before{
	display: none;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
	background: #4a85c7;
}
.planInfo_box .tab_dl dd .div1 p:last-of-type{
	margin-bottom: 0;
}
.planInfo_box .tab_dl dd .div2{
	display: none;
}
.planInfo_box .tab_dl dd .div2 a{
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e6e6e6;
}
.planInfo_box .tab_dl dd .div2 a:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.planInfo_box .tab_dl dd .div2 h6{
	
}
.planInfo_box .tab_dl dd .div2 p{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.planInfo_box .tab_dl dd .div2 span{
	display: inline-block;
	margin-top: 18px;
	font-size: 16px;
	color: #4a85c7;
	background: url(../img/bf3.png) no-repeat right top;
	padding-right: 24px;
}
.planInfo_box .tab_dl dd .div3{
	display: none;
}
.planInfo_box .tab_dl dd .div3 div{
	font-size: 16px;
	line-height: 1.6;
	/* padding-left: 20px; */
	position: relative;
	margin-bottom: 16px;
	color: #666;
	font-weight: bold;
}
.planInfo_box .tab_dl dd .div3 div a{
	color: #4a85c7;
}
.planInfo_box .tab_dl dd .div3 div:last-of-type{
	margin-bottom: 0;
}
.planInfo_box .tab_dl dd .div3 div::before{
	display: none;
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    background: #4a85c7;
}
.planInfo_box .tab_dl dd .div3 strong{
	color: #666;
	display: block;
	margin-bottom: 4px;
}
.planInfo_box .tab_dl dd .div3 p{
	/*color: #999;*/
	font-weight: normal;
}

.planInfo_box .tab_dl dd .div4{
	display: none;
}
.planInfo_box .tab_dl dd .div4 div{
	
}
.planInfo_box .tab_dl dd .div4 div a{
	height: 52px;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 60px 0 24px;
	color: #666;
	line-height: 54px;
	display: block;
	transition: 0.5s;
    -webkit-transition: 0.5s;
	background: url(../img/pdf.png) no-repeat left center,
				url(../img/xz.png) no-repeat right 10px center;
}
.planInfo_box .tab_dl dd .div4 div a:hover{
	color: #005abc;
}
.planInfo_box .swiper_div{
	margin-top: 60px;
}
.planInfo_box .swiper_div .swiper-container{
	padding-bottom: 40px;
}
.planInfo_box .swiper_div h6{
	font-size: 24px;
	color: #4a85c7;
	margin-bottom: 30px;
}
.planInfo_box .swiper_div .swiper-slide{
	
}
.planInfo_box .swiper_div .swiper-slide a{
	display: block;
}
.planInfo_box .swiper_div .swiper-slide em{
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}
.planInfo_box .swiper_div .swiper-slide em img{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 85%;
	max-height: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.planInfo_box .swiper_div .swiper-slide p{
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	text-align: center;
	/* text-transform: uppercase; */
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.planInfo_box .swiper_div .swiper-pagination{
	bottom: 0 !important;
}
.planInfo_box .swiper_div .swiper-pagination span{
	background: #ccc;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 8px !important;
}
.planInfo_box .swiper_div .swiper-pagination .swiper-pagination-bullet-active{
	background: #6e9dd2;
}
.planInfo_box .swiper_div .swiper-slide:hover em img{
	-webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.planInfo_box .swiper_div .swiper-slide:hover p{
	color: #005abc;
}
.planInfo_box .downloads_div h6{
	font-size: 24px;
	color: #4a85c7;
	margin-bottom: 18px;
	margin-top: 60px;
}
.planInfo_box .downloads_div div{

}
.planInfo_box .downloads_div div a{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	display: block;
	transition: all 0.2s;
	background: url(../img/file_style.png)no-repeat 0 3px;
	padding-left: 29px;
	margin-bottom: 3px
}
.planInfo_box .downloads_div div a:hover{
	color:#4a85c7
}
.planInfo_box .paging_div{
    min-height: 34px;
    margin-top: 40px;
    position: relative;
}
.planInfo_box .paging_div a{
	display: block;
    font-size: 14px;
    color: #999;
	line-height: 30px;
	font-style: italic;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.planInfo_box .paging_div .return_a{
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 100px;
	height: 30px;
	color: #fff;
	background: #999;
    text-align: center;
    line-height: 32px;
}
.planInfo_box .paging_div a:hover{
	color: #005abc;
}
.planInfo_box .paging_div .return_a:hover{
	background: #005abc;
	color: #fff;
}



.planDetail_box{

}
.planDetail_box .content_div{
	padding-top: 42px;
}
.planDetail_box .content_div h6{
	font-size: 30px;
    color: #4a85c7;
	margin-bottom: 24px;
	text-align: center;
}
.planDetail_box .content_div p{
	font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.planDetail_box .paging_div{
	text-align: right;
	margin-top: 40px;
}
.planDetail_box .paging_div a.return_a{
	display: inline-block;
    width: 100px;
    height: 30px;
    color: #fff;
    background: #999;
    text-align: center;
	line-height: 32px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.planDetail_box .paging_div a.return_a:hover{
	background: #005abc;
    color: #fff;
}



.product_box{

}
.product_box h5{
	font-size: 24px;
    color: #005abc;
    margin-bottom: 28px;
}
.product_box .product_swiper{
	margin-top: 42px;
}
.product_box .product_swiper .swiper-container{
	padding-bottom: 42px;
	margin-top: -34px;
}
.product_box .product_swiper .swiper-slide{
	margin-top: 34px !important;
}
.product_box .product_swiper .swiper-slide a{
	display: block;
}
.product_box .product_swiper .swiper-slide em{
	display: block;
	overflow: hidden;
}
.product_box .product_swiper .swiper-slide img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .product_swiper .swiper-slide p{
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 14px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
/* .product_box .product_swiper .swiper-slide:nth-of-type(even){
	margin-top: 34px !important;
} */
.product_box .product_swiper .swiper-pagination{
	bottom: 0 !important;
}
.product_box .product_swiper .swiper-pagination span{
	background: #ccc;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 8px !important;
}
.product_box .product_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #6e9dd2;
}
.product_box .product_swiper .swiper-slide:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product_box .product_swiper .swiper-slide:hover p{
	color: #005abc;
}

.product_box .solution_swiper{
	margin-top: 42px;
} 
.product_box .solution_swiper .swiper-container{
	padding-bottom: 40px;
}
.product_box .solution_swiper .swiper-slide{

}
.product_box .solution_swiper .swiper-slide a{
	display: block;
}
.product_box .solution_swiper .swiper-slide em{
	display: block;
	overflow: hidden;
}
.product_box .solution_swiper .swiper-slide img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .solution_swiper .swiper-slide p{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-top: 14px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_box .solution_swiper .swiper-pagination{
	bottom: 0 !important;
}
.product_box .solution_swiper .swiper-pagination span{
	background: #ccc;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 8px !important;
}
.product_box .solution_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #6e9dd2;
}
.product_box .solution_swiper .swiper-slide:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product_box .solution_swiper .swiper-slide:hover p{
	color: #005abc;
}



.search_box{
	padding: 40px 0;
}
.search_box .title_p{
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.search_box h6{
	margin-bottom: 12px;
}
.search_box ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
}
.search_box ul li a{
	display: block;
	color: #333;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.search_box ul li a:hover{
	color: #005bac;
}



.productList_box{

}
.productList_box .productList_div{
	
}
.productList_box .left_div{
	float: left;
	width: 260px;
	background: #f9f9f9;
}
.productList_box .left_div h6{
	font-size: 20px;
	color: #fff;
	background: #2965a8;
	padding: 0 16px;
	height: 70px;
	line-height: 70px;
}
.productList_box .left_div h6 span{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 1.2;
}
.productList_box .left_div p{
	padding: 0 10px;
}
.productList_box .left_div p a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	border-top: 1px dashed #ccc;
	position: relative;
	padding: 0 20px 0 6px;
}
.productList_box .left_div p a span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
.productList_box .left_div p a::after{
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	opacity: 0;
	margin-top: -5px;
	width: 8px;
	height: 11px;
	background: url(../img/sjx.png) no-repeat;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productList_box .left_div p a:hover{
	color: #2965a8;
}
.productList_box .left_div p a:hover::after{
	opacity: 1;
	right: 0;
}
.productList_box .left_div p .active_a{
	color: #2965a8;
}
.productList_box .left_div p .active_a::after{
	opacity: 1;
	right: 0;
}
.productList_box .right_div{
	float: right;
	width: calc(100% - 260px);
	box-sizing: border-box;
	padding-left: 60px;
}
.productList_box .right_div dl{
	font-size: 0;
	position: relative;
}
.productList_box .right_div dt{
	
}
.productList_box .right_div dt h6{
	font-size: 30px;
    color: #4a85c7;
    margin-bottom: 24px;
}
.productList_box .right_div dt p:last-of-type{
	margin-bottom: 0;
}
.productList_box .right_div dd{
	
}
.productList_box .right_div dd p{
	display: inline-block;
	vertical-align: top;
	width: 65%;
	box-sizing: border-box;
	padding-right: 40px;
	font-size: 16px;
    color: #666;
	line-height: 1.6;
}
.productList_box .right_div dd img{
	display: inline-block;
	vertical-align: top;
	width: 35%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.productList_box .right_div ul{
	border-top: 1px dashed #ccc;
	margin-top: 50px;
}
.productList_box .right_div ul li{
	
}
.productList_box .right_div ul li a{
	display: block;
	font-size: 0;
	padding: 40px 0;
	border-bottom: 1px dashed #ccc;
}
.productList_box .right_div ul li em{
	display: inline-block;
	vertical-align: middle;
	width: 210px;
	overflow: hidden;
}
.productList_box .right_div ul li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productList_box .right_div ul li div{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 210px);
	box-sizing: border-box;
	padding-left: 20px;
}
.productList_box .right_div ul li div h6{
	font-size: 20px;
	color: #4a85c7;
	margin-bottom: 8px;
}
.productList_box .right_div ul li div p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 12px;
}
.productList_box .right_div ul li div span{
	font-size: 14px;
	color: #4a85c7;
	padding-right: 20px;
	background: url(../img/bf2.png) no-repeat right top;
}
.productList_box .right_div ul li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.productList_box .right_div ol{
    border-top: 1px dashed #ccc;
	margin-top: 50px;
	padding-top: 26px;
}
.productList_box .right_div ol li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 24px;
}
.productList_box .right_div ol li:nth-of-type(2n){
	margin-right: 0;
}
.productList_box .right_div ol li a{
	display: block;
}
.productList_box .right_div ol li em{
	display: block;
	overflow: hidden;
}
.productList_box .right_div ol li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productList_box .right_div ol li div{
	position: relative;
	padding-right: 100px;
	height: 62px;
	border-bottom: 1px solid #e6e6e6;
}
.productList_box .right_div ol li div h6{
	font-size: 20px;
	line-height: 62px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productList_box .right_div ol li div span{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	font-size: 14px;
    color: #4a85c7;
    padding-right: 20px;
    background: url(../img/bf2.png) no-repeat right top;
}
.productList_box .right_div ol li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.productList_box .right_div ol li:hover div h6{
	color: #4a85c7;
}



.productResult_box{
	
}
.productResult_box .productResult_div{
	
}
.productResult_box .left_div{
	float: left;
    width: 260px;
    background: #f9f9f9;
}
.productResult_box .left_div h6{
	font-size: 20px;
	line-height: 1.4;
    color: #fff;
    background: #2965a8;
    text-align: center;
	padding: 18px 0;
	text-transform: uppercase;
}
.productResult_box .left_div p{
	padding: 0 10px;
}
.productResult_box .left_div p a{
	display: block;
    height: 60px;
    line-height: 62px;
    font-size: 14px;
    color: #999;
    border-top: 1px dashed #ccc;
    position: relative;
}
.productResult_box .left_div p a::after{
	content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    opacity: 0;
    margin-top: -5px;
    width: 8px;
    height: 11px;
    background: url(../img/sjx.png) no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productResult_box .left_div p a:hover{
	color: #2965a8;
}
.productResult_box .left_div p a:hover::after{
    opacity: 1;
    right: 0;
}
.productResult_box .left_div p .active_a{
	color: #2965a8;
}
.productResult_box .left_div p .active_a::after{
    opacity: 1;
    right: 0;
}
.productResult_box .right_div{
	float: right;
	float: right;
    width: calc(100% - 260px);
    box-sizing: border-box;
	padding-left: 40px;
	/* text-transform: uppercase; */
}
.productResult_box .right_div h6{
	text-align: center;
	font-size: 26px;
	color: #474545;
	padding: 20px 0;
	line-height: 1.6;
	background: #f6f6f6;
}
.productResult_box .right_div h6 small{
	display: block;
	font-size: 14px;
}
.productResult_box .right_div form{
	width: 100%;
	background: #f6f6f6;
}
.productResult_box .right_div form p{
	padding: 22px 40px;
}
.productResult_box .right_div form p:nth-of-type(odd){
	background: #efefef;
}
.productResult_box .right_div form p span{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #666;
}
.productResult_box .right_div form p span i{
	display: inline-block;
	width: 40px;
	font-size: 24px;
}
.productResult_box .right_div form p label{
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	margin-top: 20px;
	padding-left: 40px;
}
.productResult_box .right_div form p input{
	position: absolute;
    clip: rect(0, 0, 0, 0);
}
.productResult_box .right_div form p label i::before{
	content: "";
	display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 3px;
    margin-right: 10px;
}
.productResult_box .right_div form p label input:checked+i{
	color: #4a85c7;
}
.productResult_box .right_div form p label input:checked+i::before{
    background: #4a85c7;
    border: 1px solid #4a85c7;
    background-clip: content-box;
}
.productResult_box .right_div form .ts_p{
	font-size: 0;
	padding: 40px 40px 60px;
}
.productResult_box .right_div form .ts_p label{
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	padding-left: 0;
	font-size: 0;
}
.productResult_box .right_div form .ts_p label:nth-of-type(2n){
	margin-right: 0;
}
.productResult_box .right_div form .ts_p span{
	display: inline-block;
    vertical-align: middle;
    width: 80px;
	font-size: 16px;
	line-height: 1;
    color: #666;
}
.productResult_box .right_div form .ts_p select{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: calc(100% - 80px);
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
	padding-left: 8px;
	background: none;
}
.productResult_box .right_div form .ts_p input{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: calc(100% - 80px);
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
	padding-left: 12px;
	position: static;
	background: none;
}
.productResult_box .right_div form .ts_p em{
	font-size: 12px;
    color: #999;
    line-height: 1.6;
    padding-left: 80px;
    display: block;
    width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.productResult_box .right_div button{
	display: block;
	border: none;
	width: 160px;
	height: 36px;
	line-height: 38px;
	background: #4a85c7;
	margin: 36px auto 0;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	text-align: center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productResult_box .right_div button::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	background: url(../img/bf.png) no-repeat;
	margin-left: 14px;
	margin-top: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.productResult_box .right_div button:hover{
	background: #4175af;
}
.productResult_box .right_div button:hover::after{
	margin-left: 24px;
}
.productResult_box .productChoose_div{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(../img/bg2.jpg) no-repeat;
}
.productResult_box .productChoose_div .right_div{
	width: calc(83.2% - 300px);
	padding-left: 0;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	padding-bottom: 100px;
}
.productResult_box .productChoose_div .right_div .out_em{
	position: absolute;
	cursor: pointer;
	top: -50px;
	right: -50px;
	width: 40px;
	height: 40px;
	background: url(../img/out.png) no-repeat;
}
.productResult_box .productChoose_div .right_div form p span{
	color: #4a85c7;
}
.productResult_box .productChoose_div .right_div form p label i::before{
	display: none;
}



.pbs{
	padding: 65px 0;
}
.title_h3{
	margin-bottom: 46px;
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;
}
.page_div{
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}
.page_div a{
	display: inline-block;
	vertical-align: top;
	height: 38px;
	line-height: 40px;
	padding: 0 15px;
	background: #ccc;
	color: #fff;
	margin: 0 8px;
	font-size: 14px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.page_div a:hover{
	background: #0069ab;
}
.page_div a.active_a{
	background: #0069ab;
}



.pdf_box{

}
.pdf_box ul{

}
.pdf_box ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.pdf_box ul li:nth-of-type(2n){
	margin-right: 0;
}
.pdf_box ul li a{
	height: 52px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 60px 0 24px;
    color: #666;
    line-height: 54px;
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: url(../img/pdf.png) no-repeat left center,
 				url(../img/xz.png) no-repeat right 10px center;
}
.pdf_box ul li:hover a{
	color: #0069ab;
}



.news_box{

}
.news_box .title_h3{
	
}
.news_box .title_h3 a{
	display: inline-block;
	color: #999;
	font-size: 18px;
	margin: 0 10px;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.news_box .title_h3 a:hover{
	color: #0069ab;
	font-size: 24px;
}
.news_box .title_h3 .active_a{
	color: #0069ab;
	font-size: 24px;
}
.news_box .time_swiper{
	width: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px;
	position: relative;
}
.news_box .time_swiper .swiper-slide a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	height: 24px;
	line-height: 22px;
	position: relative;
}
.news_box .time_swiper .swiper-slide a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #333;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news_box .time_swiper .swiper-slide a.active_a{
	font-size: 24px;
	color: #333;
}
.news_box .time_swiper .swiper-slide a.active_a::after{
	width: 80%;
}
.news_box .time_swiper .swiper-button-prev{
	width: 20px;
	height: 20px;
	left: 0;
	background: url(../img/abjt3.png) no-repeat center;
	margin-top: -12px;
	opacity: 1;
	outline: none;
}
.news_box .time_swiper .swiper-button-next{
	width: 20px;
	height: 20px;
	right: 0;
	background: url(../img/abjt4.png) no-repeat center;
	margin-top: -12px;
	opacity: 1;
	outline: none;
}
.news_box ul{
	margin-top: 14px;
}
.news_box ul li{
	float: left;
	width: 31.6%;
	margin-top: 36px;
	margin-right: 2.6%;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	overflow: hidden;
}
.news_box ul li:nth-of-type(3n){
	margin-right: 0;
}
.news_box ul li a{
	display: block;
	position: relative;
}
.news_box ul li em{
	display: block;
	overflow: hidden;
}
.news_box ul li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li div{
	padding: 18px 14px;
}
.news_box ul li div h6{
	font-size: 22px;
	line-height: 1.3;
	height: 82px;
	overflow: hidden;
	color: #333;
}
.news_box ul li div span{
	display: block;
	margin-top: 26px;
	line-height: 1.3;
	font-size: 20px;
	color: #999;
}
.news_box ul li div small{
	font-size: 14px;
}
.news_box ul li dl{
	position: absolute;
	width: 100%;
	height: auto;
	background: url(../img/abtp3.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
	bottom: -50%;
	opacity: 0;
	box-sizing: border-box;
	padding: 40px 14px 50px;
	color: #fff;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.news_box ul li dl h6{
	font-size: 22px;
	line-height: 1.3;
	min-height: 82px;
	overflow: hidden;
}
.news_box ul li dl span{
	font-size: 16px;
	display: block;
	margin: 18px 0;
}
.news_box ul li dl small{
	font-size: 12px;
}
.news_box ul li dl p{
	font-size: 14px;
	line-height: 1.3;
	height: 54px;
	overflow: hidden;
}
.news_box ul li dl button{
	margin-top: 34px;
	width: 150px;
	height: 32px;
	background: none;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
}
.news_box ul li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_box ul li:hover dl{
	bottom: 0;
	opacity: 1;
}



.about_box{

}
.about_box .dl1{
	font-size: 0;
	background: url(../img/abtp24.jpg) no-repeat top 60px right 15%;
}
.about_box .dl1 dt{
	display: inline-block;
	vertical-align: bottom;
	width: 48%;
	margin-right: 4%;
}
.about_box .dl1 dt h6{
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: bold;
}
.about_box .dl1 dt p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.about_box .dl1 dt p:first-of-type{
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
}
.about_box .dl1 dd {
	display: inline-block;
	vertical-align: bottom;
	width: 48%;
}
.about_box .dl1 dd p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.about_box .dl2{
	text-align: center;
	padding: 60px 12%;
	background: #f7f7f7;
}
.about_box .dl2 dt{
	margin-bottom: 50px;
}
.about_box .dl2 dt h6{
	font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
}
.about_box .dl2 dt p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.about_box .dl2 dd{
	font-size: 0;
}
.about_box .dl2 dd span{
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0 3.4%;
}
.about_box .dl2 dd span:first-of-type{
	margin-left: 0;
}
.about_box .dl2 dd span:last-of-type{
	margin-right: 0;
}
.about_box .dl2 dd span img{
	vertical-align: top;
}
.about_box .dl2 dd span em{
	display: block;
	margin-top: 14px;
	line-height: 1.5;
	font-size: 16px;
	color: #666;
}
.about_box .dl3{
	padding-left: 8.4%;
	font-size: 0;
}
.about_box .dl3 dt{
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	box-sizing: border-box;
	padding-right: 3%;
}
.about_box .dl3 dt h6{
	font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-weight: bold;
}
.about_box .dl3 dt p{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}
.about_box .dl3 dt .zy_div{
	margin-top: 50px;
}
.about_box .dl3 dt .swiper-button-prev{
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 38px;
	position: static;
	margin: 0;
	opacity: 1;
	background: url(../img/abjt2.png) no-repeat center #0075c1;
	outline: none;
}
.about_box .dl3 dt .swiper-button-next{
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 38px;
	position: static;
	margin: 0;
	opacity: 1;
	background: url(../img/abjt1.png) no-repeat center #ccc;
	outline: none;
	margin-left: 3px;
}
.about_box .dl3 dd{
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	box-sizing: border-box;
	padding-right: 22px;
}
.about_box .dl3 dd .swiper-slide{
	
}
.about_box .dl3 dd .swiper-slide a{
	display: block;
	padding: 22px;
	background: #f7f7f7;
}
.about_box .dl3 dd .swiper-slide em{
	display: block;
	overflow: hidden;
}
.about_box .dl3 dd .swiper-slide em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .dl3 dd .swiper-slide div{
	text-align: center;
	padding: 20px 0;
}
.about_box .dl3 dd .swiper-slide div h6{
	font-size: 18px;
	line-height: 1.3;
	height: 46px;
	overflow: hidden;
	color: #333;
	margin-bottom: 40px;
}
.about_box .dl3 dd .swiper-slide div span{
	width: 150px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #0069ab;
	font-size: 14px;
	color: #0069ab;
	display: inline-block;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .dl3 dd .swiper-slide:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.about_box .dl3 dd .swiper-slide:hover div span{
	background: #0069ab;
	color: #fff;
}
.about_box .dl4{
    padding: 60px 12%;
    background: #f7f7f7;
}
.about_box .dl4 dt{
	text-align: center;
	font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
}
.about_box .dl4 dd{
	position: relative;
	padding: 0 50px;
	margin-left: -50px;
}
.about_box .dl4 dd .swiper-container{
	padding-bottom: 100px;
}
.about_box .dl4 dd .swiper-slide{
	padding-bottom: 28%;
}
.about_box .dl4 dd .swiper-slide em{
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: 100%;
	background: #ccc;
}
.about_box .dl4 dd .swiper-slide em img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 85%;
	max-height: 85%;
}
.about_box .dl4 dd .swiper-slide div{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(58% - 16px);
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 40px 0;
}
.about_box .dl4 dd .swiper-slide div span{
	display: block;
	text-align: right;
	font-size: 20px;
	color: #0075c1;
	margin-bottom: 24px;
}
.about_box .dl4 dd .swiper-slide div h6{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_box .dl4 dd .swiper-slide div p{
	font-size: 20px;
	line-height: 1.5;
	color: #666;
}
.about_box .dl4 dd .swiper-pagination{
	bottom: 0;
}
.about_box .dl4 dd .swiper-pagination::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.about_box .dl4 dd .swiper-pagination span{
	width: 16%;
	margin: -11px 0 0;
	height: auto;
	background: none;
	font-size: 20px;
	color: #0069ab;
	position: relative;
	z-index: 3;
	opacity: 1;
}
.about_box .dl4 dd .swiper-pagination span::before{
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: url(../img/aby.png) no-repeat center rgba(0,117,193,0.0);
	margin: 0 auto 14px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.about_box .dl4 dd .swiper-pagination .swiper-pagination-bullet-active::before{
	background: url(../img/aby.png) no-repeat center rgba(0,117,193,0.5);
}
.about_box .dl4 .swiper-button-next{
	margin-top: -72px;
	outline: none;
	right: 0;
}
.about_box .dl4 .swiper-button-prev{
	margin-top: -72px;
	outline: none;
	left: 0;
}



.contact_box{
	padding-top: 65px;
}
.contact_box .select2{
	width: 45% !important;
	margin: 0 auto 50px;
	display: block;
	height: 50px;
	border: 1px solid #ccc;
	padding: 0 14px;
	font-size: 16px;
	color: #999;
	border-radius: 0;
}
.contact_box .selection{
	display: block;
	width: 100%;
	height: 100%;
}
.contact_box .select2-selection{
	width: 100%;
	height: 100% !important;
	border: none !important;
	outline: none !important;
}
.contact_box .select2-selection__rendered{
	width: 100%;
	height: 100%;
	line-height: 48px !important;
	outline: none !important;
	padding: 0 !important;
}
.contact_box .select2-selection__arrow{
	top: 10px !important;
}
.contact_box .select2-selection__clear{
	display: none;
}
.contact_box .map_div{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.contact_box .map_div img{
	width: 100%;
	vertical-align: top;
}
.contact_box .map_div p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
.contact_box .map_div p span{
	position: absolute;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contact_box .map_div p span:hover{
	font-weight: bold;
	color: #0069ab;
}
.contact_box .map_div p .l_span::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #0069ab;
	border-radius: 50%;
	margin-right: 8px;
}
.contact_box .map_div p .h_span::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #f39800;
	border-radius: 50%;
	margin-right: 8px;
}
.contact_box .map_div p .z_span::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 15px;
	height: 22px;
	background: url(../img/dw.png) no-repeat;
	margin-right: 8px;
}
.contact_box .map_div p .sp1{
	top: 41%;
    left: 79%;
}
.contact_box .map_div p .sp2{
	top: 31%;
    left: 12%;
}
.contact_box .map_div p .sp3{
	bottom: 30%;
    left: 55%;
}
.contact_box .map_div p .sp4{
	top: 29%;
    left: 45.5%;
}
.contact_box .map_div p .sp5{
	top: 60%;
    left: 50%;
}
.contact_box .map_div p .sp6{
	top: 66%;
    left: 76%;
}
.contact_box .map_div p .sp7{
	top: 49%;
    left: 79%;
}
.contact_box .map_div p .sp8{
	bottom: 20%;
    left: 53%;
}
.contact_box .map_div p .sp9{
	top: 56%;
    left: 57%;
}
.contact_box .map_div p .sp10{
	top: 21%;
    left: 74%;
}
.contact_box .map_div p .sp11{
	top: 33%;
    left: 68%;
}
.contact_box .map_div p .sp12{
	top: 53%;
    left: 75%;
}
.contact_box .map_div p .sp13{
	top: 59%;
    left: 81%;
}
.contact_box .map_div p .sp14{
	bottom: 20%;
    left: 84%;
}
.contact_box .map_div p .sp15{
	bottom: 32%;
    left: 25%;
}
.contact_box .map_div p .sp16{
	top: 25%;
    left: 15%;
}
.contact_box .map_div p .sp17{
	top: 50%;
    left: 18%;
}
.contact_box .map_div p .sp18{
	top: 56%;
    left: 44%;
}
.contact_box .map_div p .sp19{
	top: 66%;
    left: 26%;
}
.contact_box .map_div p .sp20{
	top: 49%;
    left: 68%;
}
.contact_box .tab_div{
	border: 1px solid #ccc;
	border-bottom: none;
	margin-top: 60px;
}
.contact_box .tab_div .tab_h6{
	font-size: 0;
}
.contact_box .tab_div .tab_h6 span{
	display: inline-block;
	font-family: "MARKPROM";
	width: 32%;
	box-sizing: border-box;
	padding: 0 24px;
	vertical-align: top;
	height: 56px;
	line-height: 58px;
	text-align: center;
	font-size: 20px;
	background: #f2f2f2;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contact_box .tab_div .tab_h6 span:nth-of-type(2){
	width: 68%;
}
.contact_box .tab_div .tab_h6 .active_span{
	background: #fff;
	color: #0069ab;
}
.contact_box .tab_div .tab_ul{
	padding: 50px;
	margin-top: -24px;
}
.contact_box .tab_div .tab_ul ul{
	display: none;
}
.contact_box .tab_div .tab_ul ul:first-of-type{
	display: block;
}
.distributed_ul{
	margin-top: -24px;
}
.distributed_ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	margin-top: 24px;

}
.distributed_ul li:nth-of-type(3n){
	margin-right: 0;
}
.distributed_ul li h5{
	height: 54px;
	line-height: 56px;
	padding: 0 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
	text-align: center;
	background: #0069ab;
	color: #fff;
	font-size: 20px;
	position: relative;
	margin-bottom: -1px;
}
.distributed_ul li div{
	border: 1px solid #ccc;
	height: 240px;
	padding: 20px;
}
.distributed_ul li h6{
	font-size: 18px;
	line-height: 1.3;
	color: #0069ab;
}
.distributed_ul li p{
	font-size: 14px;
	color: #666;
	line-height: 1.3;
	margin-top: 14px;
	position: relative;
	padding-left: 26px;
}
.distributed_ul li p span{
	position: absolute;
	top: 0;
	left: 26px;
	width: 30px;
}
.distributed_ul li .dz_p{
	background: url(../img/abtb19.png) no-repeat;
}
.distributed_ul li .dh_p{
	background: url(../img/abtb20.png) no-repeat;
	padding-left: 56px;
}
.distributed_ul li .yx_p{
	background: url(../img/abtb21.png) no-repeat;
}
.distributed_ul li .cz_p{
	background: url(../img/abtb22.png) no-repeat;
	padding-left: 56px;
}



.global_box{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.8);
}
.global_box .out_i{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 3;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #666;
	font-size: 24px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.global_box .out_i:hover{
	background: #0069ab;
	color: #fff;
}
.global_box .global_div{
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	box-sizing: border-box;
	padding: 60px 14%;
}
.global_box h5{
	font-size: 30px;
	text-align: center;
	margin-bottom: 36px;
}
.global_box ul{
	max-height: 507px;
	overflow: hidden;
}
.global_box ul li{
	border: 1px solid #ccc;
	padding: 32px 40px;
	margin-top: 24px;
}
.global_box ul li:first-of-type{
	margin-top: 0;
}
.global_box ul li h6{
	font-size: 18px;
    line-height: 1.3;
    color: #0069ab;
}
.global_box ul li p{
	font-size: 14px;
    color: #666;
    line-height: 1.3;
    margin-top: 14px;
    padding-left: 26px;
}
.global_box ul li .dh_p{
	background: url(../img/abtb20.png) no-repeat;
}
.global_box ul li .yx_p{
	background: url(../img/abtb21.png) no-repeat;
}



.domestic_box{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.8);
}
.domestic_box .out_i{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 3;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #666;
	font-size: 24px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.domestic_box .out_i:hover{
	background: #0069ab;
	color: #fff;
}
.domestic_box .domestic_div{
	position: absolute;
	width: 83.2%;
	max-height: 80%;
	overflow: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	box-sizing: border-box;
	padding: 60px 50px;
}
.domestic_box h5{
	font-size: 30px;
	text-align: center;
	margin-bottom: 36px;
}
.domestic_box ul{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}
.domestic_box ul:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.domestic_box ul li div{
	height: 240px;
}



.trainingGenerality_box{
	padding-top: 65px;
}
.trainingGenerality_box dl{
	
}
.trainingGenerality_box dl dd{
	line-height: 1.5;
	font-size: 18px;
	color: #666;
	margin-top: 24px;
}
.trainingGenerality_box dl dd:first-of-type{
	font-size: 20px;
	color: #333;
	margin-top: 0;
}
.trainingGenerality_box dl dt{
	margin-top: 24px;
}
.trainingGenerality_box dl dt div{
	border: 1px solid #ccc;
	border-bottom: none;
}
.trainingGenerality_box dl dt div:last-of-type{
	border-bottom: 1px solid #ccc;
}
.trainingGenerality_box dl dt div h6{
	height: 74px;
	line-height: 76px;
	color: #333;
	font-size: 22px;
	background: #e6e6e6;
	padding: 0 60px 0 46px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.trainingGenerality_box dl dt div h6::before{
	content: "";
	width: 9px;
	height: 9px;
	background: #0069ab;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 24px;
	margin-top: -5px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.trainingGenerality_box dl dt div h6::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -19px;
	width: 37px;
	height: 37px;
	background: url(../img/abjt5.png) no-repeat;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.trainingGenerality_box dl dt div p{
	display: none;
	padding: 18px 60px 18px 46px;
	font-size: 20px;
	color: #666;
	line-height: 1.5;
}
.trainingGenerality_box dl dt .active_div h6{
	background: #0069ab;
	color: #fff;
}
.trainingGenerality_box dl dt .active_div h6::before{
	background: #fff;
}
.trainingGenerality_box dl dt .active_div h6::after{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.trainingGenerality_box .content_div{
	background: #fafafa;
	margin-top: 60px;
}
.trainingGenerality_box .content_div ul{
	
}
.trainingGenerality_box .content_div li{
	float: left;
	width: 25%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.trainingGenerality_box .content_div li .bg_img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.trainingGenerality_box .content_div li .div1{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.trainingGenerality_box .content_div li .div1 img{
	vertical-align: top;
}
.trainingGenerality_box .content_div li .div1 h6{
	font-size: 20px;
	height: 108px;
	color: #fff;
	line-height: 1.5;
	text-transform: uppercase;
}
.trainingGenerality_box .content_div li .div1 h6::before{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 12px auto 40px;
}
.trainingGenerality_box .content_div li .div2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	opacity: 0;
	background: rgba(0,105,171,0.9);
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.trainingGenerality_box .content_div li .div2 p{
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.trainingGenerality_box .content_div li:hover .bg_img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.trainingGenerality_box .content_div li:hover .div1{
	opacity: 0;
}
.trainingGenerality_box .content_div li:hover .div2{
	opacity: 1;
	top: 0;
}



.trainingForm_box{

}
.trainingForm_box .content_div{

}
.trainingForm_box .content_div dl{
	margin-top: 40px;
}
.trainingForm_box .content_div dl::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.trainingForm_box .content_div dt{
	float: left;
	width: 59%;
	box-sizing: border-box;
	padding: 30px 4% 0 0;
}
.trainingForm_box .content_div dt h6{
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.trainingForm_box .content_div dt h6::before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 4px;
	height: 20px;
	background: #0069ab;
	border-radius: 2px;
	margin-right: 8px;
	margin-top: 2px;
}
.trainingForm_box .content_div dt p{
	font-size: 20px;
	color: #999;
	line-height: 1.5;
}
.trainingForm_box .content_div dd{
	float: right;
	width: 41%;
}
.trainingForm_box .content_div dd img{
	width: 100%;
	vertical-align: top;
}
.trainingForm_box .content_div dl:nth-of-type(even) dt{
	float: right;
	padding: 30px 0 0 4%;
}
.trainingForm_box .content_div dl:nth-of-type(even) dd{
	float: left;
}



.trainingCourse_box{
	
}
.trainingCourse_box .table_div{
	text-align: center;
	padding-bottom: 65px;
}
.trainingCourse_box .table_div table{
	line-height: 1.3;
	font-size: 18px;
	width: 100%;
	background: #fafafa;
}
.trainingCourse_box .table_div tr{
	height: 56px;
}
.trainingCourse_box .table_div tr:nth-of-type(even){
	background: #e4eefa;
}
.trainingCourse_box .table_div th{
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	background: #0069ab;
	border: 1px solid #fff;
}
.trainingCourse_box .table_div td{
	border: 1px solid #fff;
}
.trainingCourse_box .table_div td a{
	display: block;
	color: #333;
}
.trainingCourse_box .table_div td a:hover{
	color: #0069ab;
}
.trainingCourse_box .form_div{
	background: #f7f7f7;
}
.trainingCourse_box .form_div form{
	font-size: 0;
	width: 70%;
	margin: 0 auto;
}
.trainingCourse_box .form_div select{
	width: 49%;
	margin-right: 0;
	height: 50px;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	font-size: 20px;
	color: #999;
	padding-left: 12px;
	margin-bottom: 20px;
}
.trainingCourse_box .form_div input{
	width: 49%;
	margin-right: 0;
	height: 50px;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	font-size: 20px;
	color: #999;
	padding-left: 16px;
	margin-bottom: 20px;
}
.trainingCourse_box .form_div small{
	font-size: 14px;
	line-height: 1.6;
	display: block;
	color: #999;
	margin-top: 20px;
}
.trainingCourse_box .form_div input::-webkit-input-placeholder {
    color: #999;
}
.trainingCourse_box .form_div input:-moz-placeholder {
    color: #999;
}
.trainingCourse_box .form_div input::-moz-placeholder {
    color: #999;
}
.trainingCourse_box .form_div input:-ms-input-placeholder {
    color: #999;
}
.trainingCourse_box .form_div .mrn{
	margin-right: 2%;
}
.trainingCourse_box .form_div .select2{
	height: 50px;
	vertical-align: top;
	width: 49% !important;
}
.trainingCourse_box .form_div .selection{
	width: 100%;
	height: 100%;
}
.trainingCourse_box .form_div .select2-selection{
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
    border-radius: 0;
}
.trainingCourse_box .form_div .select2-selection__rendered{
	width: 100%;
	height: 100%;
	line-height: 48px !important;
	padding: 0 0 0 12px !important;
	outline: none;
	font-size: 20px;
	color: #999 !important;
}
.trainingCourse_box .form_div .select2-selection__arrow{
	height: 48px !important;
}
.trainingCourse_box .form_div .select2-selection__clear{
	display: none;
}
/* .trainingCourse_box .form_div input:last-of-type{
	width: 100%;
	margin-right: 0;
} */
.trainingCourse_box .form_div textarea{
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
	font-size: 20px;
	width: 100%;
	height: 100px;
	resize: none;
	line-height: 1.3;
	padding: 10px 16px;
}
.trainingCourse_box .form_div textarea::-webkit-input-placeholder {
    color: #999;
}
.trainingCourse_box .form_div textarea:-moz-placeholder {
    color: #999;
}
.trainingCourse_box .form_div textarea::-moz-placeholder {
    color: #999;
}
.trainingCourse_box .form_div textarea:-ms-input-placeholder {
    color: #999;
}
.trainingCourse_box .form_div button{
	display: block;
	margin: 24px auto 0;
	width: 220px;
	height: 40px;
	background: #f7f7f7;
	border: 1px solid #0069ab;
	color: #0069ab;
	font-size: 16px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.trainingCourse_box .form_div img{
	height: 50px;
	margin-top: 20px;
	vertical-align: top;
}
.trainingCourse_box .form_div button:hover{
	background: #0069ab;
	color: #fff;
}



.trainingCourseInfo_box{
	background: url(../img/abtp8.jpg) no-repeat fixed;
}
.trainingCourseInfo_box dl{
	box-sizing: border-box;
	padding: 65px;
	background: #f9f9f9;
}
.trainingCourseInfo_box dl dt{
	height: 62px;
	line-height: 64px;
	text-align: center;
	background: #4a94c2;
	color: #fff;
	font-size: 34px;
}
.trainingCourseInfo_box dl dd{
	padding: 0 20px;
}
.trainingCourseInfo_box dl dd h6{
	font-size: 22px;
    margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 54px;
}
.trainingCourseInfo_box dl dd h6::before{
	content: "";
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 16px;
    background: #0069ab;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: 1px;
}
.trainingCourseInfo_box dl dd p{
	font-size: 18px;
	color: #999;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}
.trainingCourseInfo_box dl dd p::before{
	content: "";
	position: absolute;
	left: 12px;
	top: 11px;
	width: 12px;
	height: 1px;
	background: #333;
	
}



.serviceTotal_box{

}
.serviceTotal_box ul{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.serviceTotal_box ul li{
	height: 120px;
	line-height: 120px;
	font-size: 0;
	padding: 0 28px;
	border-bottom: 1px solid #e6e6e6;
}
.serviceTotal_box ul li:last-of-type{
	border-bottom: none;
}
.serviceTotal_box ul li img{
	vertical-align: middle;
}
.serviceTotal_box ul li div{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	width: calc(100% - 50px);
	box-sizing: border-box;
	padding-left: 28px;
}
.serviceTotal_box ul li div h6{
	font-size: 22px;
	margin-bottom: 8px;
}
.serviceTotal_box ul li div p{
	font-size: 18px;
	color: #999;
	line-height: 1.3;
}
.serviceTotal_box dl{
	margin-top: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 20px 34px;
	font-size: 0;
}
.serviceTotal_box dl dt{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 375px);
	box-sizing: border-box;
	padding-right: 5%;
}
.serviceTotal_box dl dt h6{
	font-size: 34px;
	margin-bottom: 24px;
}
.serviceTotal_box dl dt p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.serviceTotal_box dl dd{
	display: inline-block;
	vertical-align: middle;
}
.serviceTotal_box dl dd img{
	vertical-align: top;
	max-width: 100%;
}
.serviceTotal_box ol{
	margin-top: 80px;
	position: relative;
	padding-bottom: 34%;
	background: url(../img/abtp10.png) no-repeat center;
	background-size: contain;
}
.serviceTotal_box ol li{
	position: absolute;
	width: 440px;
}
.serviceTotal_box ol li:nth-of-type(1){
	top: 0;
	left: 0;
}
.serviceTotal_box ol li:nth-of-type(2){
	top: 0;
	right: 0;
}
.serviceTotal_box ol li:nth-of-type(3){
	bottom: 0;
	left: 0;
}
.serviceTotal_box ol li:nth-of-type(4){
	bottom: 0;
	right: 0;
}
.serviceTotal_box ol li h6{
	font-size: 22px;
	color: #0069ab;
	margin-bottom: 14px;
}
.serviceTotal_box ol li div{
	
}
.serviceTotal_box ol li div p{
	font-size: 18px;
	color: #666;
	line-height: 1.3;
	padding-left: 18px;
	position: relative;
	margin-top: 6px;
}
.serviceTotal_box ol li div p::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #0069ab;
	border-radius: 50%;
	top: 8px;
	left: 0;
}



.serviceAdvisory_box{

}
.serviceAdvisory_box .xj_div{
	width: 54%;
	margin: 0 auto;
	position: relative;
}
.serviceAdvisory_box .xj_div img{
	width: 100%;
	vertical-align: top;
}
.serviceAdvisory_box .xj_div ol{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.serviceAdvisory_box .xj_div ol li{
	position: absolute;
}
.serviceAdvisory_box .xj_div ol li span{
	font-size: 20px;
	line-height: 1.3;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	animation:myfirst 3s infinite;
	-webkit-animation:myfirst 3s infinite;
}
@keyframes myfirst
{
	0% {top:30%;}
	50% {top:70%;}
	100% {top:30%;}
}
@-webkit-keyframes myfirst
{
	0% {top:30%;}
	50% {top:70%;}
	100% {top:30%;}
}
.serviceAdvisory_box .xj_div ol .li1{
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #0c90d8;
	top: -1.5%;
    left: 50%;
}
.serviceAdvisory_box .xj_div ol .li2{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #0c90d8;
	top: 22.5%;
    right: 56%;
}
.serviceAdvisory_box .xj_div ol .li2 span{
	text-align: right;
	left: auto;
	right: calc(100% + 10px);
	animation:myfirst 3.5s infinite;
	-webkit-animation:myfirst 3.5s infinite;
}
.serviceAdvisory_box .xj_div ol .li3{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #0c90d8;
	top: 30.5%;
    left: 64%;
}
.serviceAdvisory_box .xj_div ol .li4{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #0c90d8;
	top: 43.5%;
    left: 89%;
}
.serviceAdvisory_box .xj_div ol .li5{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #0c90d8;
	top: 43%;
    right: 65%;
}
.serviceAdvisory_box .xj_div ol .li5 span{
	text-align: right;
	left: auto;
	right: calc(100% + 10px);
	animation:myfirst 3.5s infinite;
	-webkit-animation:myfirst 3.5s infinite;
}
.serviceAdvisory_box .xj_div ol .li6{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #0c90d8;
	top: 53%;
    right: 99%;
}
.serviceAdvisory_box .xj_div ol .li6 span{
	text-align: right;
	left: auto;
	right: calc(100% + 10px);
	animation:myfirst 3.5s infinite;
	-webkit-animation:myfirst 3.5s infinite;
}
.serviceAdvisory_box .xj_div ol .li7{
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #0c90d8;
	top: 55%;
    left: 75.5%;
}
.serviceAdvisory_box .xj_div ol .li8{
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #0c90d8;
	top: 69.5%;
    right: 67%;
}
.serviceAdvisory_box .xj_div ol .li8 span{
	text-align: right;
	left: auto;
	right: calc(100% + 10px);
	animation:myfirst 3.5s infinite;
	-webkit-animation:myfirst 3.5s infinite;
}
.serviceAdvisory_box .xj_div ol .li9{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #0c90d8;
	top: 72.5%;
    left: 64.5%;
}
.serviceAdvisory_box .xj_div ol .li10{
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #0c90d8;
	bottom: 9.5%;
    right: 40%;
}
.serviceAdvisory_box .xj_div ol .li10 span{
	text-align: right;
	left: auto;
	right: calc(100% + 10px);
}



.serviceAdvisory_box ul{
	margin-top: 60px;
}
.serviceAdvisory_box ul li{
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	margin-top: 24px;
	padding: 28px 40px 24px 120px;
	background: url(../img/abtb9.png) no-repeat 32px 14px;
}
.serviceAdvisory_box ul li:last-of-type{
	background: url(../img/abtb10.png) no-repeat 32px 14px;
}
.serviceAdvisory_box ul li h6{
	font-size: 24px;
	color: #0069ab;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.serviceAdvisory_box ul li p{
	font-size: 18px;
	color: #666;
	line-height: 1.3;
}
.serviceAdvisory_box .content_div{
	padding: 65px 8.4%;
	background: url(../img/abtp15.jpg) no-repeat fixed;
	background-size: 100%;
}
.serviceAdvisory_box .content_div dl{
	font-size: 0;
}
.serviceAdvisory_box .content_div dt{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 46px;
}
.serviceAdvisory_box .content_div dd{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin-right: 8%;
	box-sizing: border-box;
	border: 2px solid #0069ab;
	padding: 34px 40px;
	background: url(../img/abtb13.png) no-repeat top 10px right 10px;
	background-size: 26%;
}
.serviceAdvisory_box .content_div dd:last-of-type{
	margin-right: 0;
	background: url(../img/abtb14.png) no-repeat top 10px right 10px;
	background-size: 26%;
}
.serviceAdvisory_box .content_div dd h6{
	font-size: 36px;
	color: #0069ab;
}
.serviceAdvisory_box .content_div dd h6 img{
	vertical-align: bottom;
	margin-right: 10px;
}
.serviceAdvisory_box .content_div dd div{
	padding-left: 18px;
	margin-top: 30px;
	height: 230px;
}
.serviceAdvisory_box .content_div dd p{
	font-size: 20px;
	color: #666;
	line-height: 1.3;
	margin-top: 8px;
	position: relative;
	padding-left: 20px;
}
.serviceAdvisory_box .content_div dd p::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #0069ab;
	border-radius: 50%;
	left: 0;
	top: 8px;
}



.serviceDebugging_box{

}
.serviceDebugging_box .serviceDebugging_div{
	margin-top: -24px;
}
.serviceDebugging_box .serviceDebugging_div dl{
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	padding: 40px 80px 50px 30px;
	margin-top: 24px;
}
.serviceDebugging_box .serviceDebugging_div dt{
	
}
.serviceDebugging_box .serviceDebugging_div dt h6{
	font-size: 30px;
	text-transform: uppercase;
	color: #0069ab;
	line-height: 48px;
	margin-bottom: 16px;
}
.serviceDebugging_box .serviceDebugging_div dt h6 img{
	vertical-align: top;
	margin-right: 16px;
}
.serviceDebugging_box .serviceDebugging_div dt p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	padding-left: 63px;
}
.serviceDebugging_box .serviceDebugging_div dd{
	text-align: center;
	margin-top: 30px;
}
.serviceDebugging_box .serviceDebugging_div dd img{
	vertical-align: top;
	max-width: 80%;
}
.serviceDebugging_box .content_div{
	padding: 65px 8.4%;
	background: #f5f7fa;
}
.serviceDebugging_box .content_div>div{
	text-align: center;
	padding: 0 10%;
}
.serviceDebugging_box .content_div>div p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 30px;
}
.serviceDebugging_box .content_div>div a{
	display: inline-block;
	height: 52px;
	line-height: 54px;
	background: #0069ab;
	color: #fff;
	width: 420px;
	font-size: 18px;
	max-width: 100%;
}
.serviceDebugging_box .content_div ul{
	margin-top: 50px;
}
.serviceDebugging_box .content_div li{
	padding: 40px 24px;
	background: #fff;
	margin-top: 20px;
}
.serviceDebugging_box .content_div li::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.serviceDebugging_box .content_div li div{
	float: left;
	width: 59%;
	box-sizing: border-box;
	padding: 24px 3% 0 0;
}
.serviceDebugging_box .content_div li div h6{
	font-size: 28px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.serviceDebugging_box .content_div li div p{
	font-size: 20px;
	line-height: 1.5;
	color: #999;
}
.serviceDebugging_box .content_div li em{
	float: right;
	width: 41%;
}
.serviceDebugging_box .content_div li em img{
	width: 100%;
	vertical-align: top;
}
.serviceDebugging_box .content_div li:nth-of-type(even) div{
	float: right;
	padding: 24px 0 0 3%;
}
.serviceDebugging_box .content_div li:nth-of-type(even) em{
	float: left;
}



.serviceQuality_box{

}
.serviceQuality_box dl{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 36px;
	font-size: 0;
	padding: 50px 40px;
}
.serviceQuality_box dl dt h6{
	font-size: 28px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.serviceQuality_box dl dt p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.serviceQuality_box dl .swiper_dd{
	width: 46vw;
	margin: 0 auto;
	position: relative;
	padding: 0 100px;
	margin-top: 30px;
}
.serviceQuality_box dl .swiper_dd .swiper-container{
	padding-top: 30px;
}
.serviceQuality_box .swiper-button-prev{
	width: 50px;
	height: 50px;
	left: 0;
	margin-top: -25px;
	border-radius: 50%;
	background: url(../img/abjt6.png) no-repeat center #f2f2f2;
	outline: none;
}
.serviceQuality_box .swiper-button-next{
	width: 50px;
	height: 50px;
	right: 0;
	margin-top: -25px;
	border-radius: 50%;
	background: url(../img/abjt7.png) no-repeat center #f2f2f2;
	outline: none;
}
.serviceQuality_box .swiper-slide{
	padding-bottom: 70px;
}
.serviceQuality_box .swiper-slide p{
	position: absolute;
	opacity: 0;
	left: 50%;
	bottom: 0;
	width: 46vw;
	transform: translateX(-50%);
	background: #f2f2f2;
	height: 32px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.serviceQuality_box .swiper-slide em{
	display: block;
}
.serviceQuality_box .swiper-slide em img{
	width: 100%;
	vertical-align: top;
	transform: scale(0.8);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.serviceQuality_box .swiper-slide-active em img{
	transform: scale(1);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.serviceQuality_box .swiper-slide-active p{
	opacity: 1;
}
.serviceQuality_box .dl1{
	margin-top: 0;
}
.serviceQuality_box .dl1 dt{
	display: inline-block;
	vertical-align: middle;
	width: 69%;
	box-sizing: border-box;
	padding-right: 3%;
}
.serviceQuality_box .dl1 dd{
	display: inline-block;
	vertical-align: middle;
	width: 31%;
}
.serviceQuality_box .dl1 dd img{
	width: 100%;
	vertical-align: top;
}



.occupationProblem_box{

}
.occupationProblem_box .title_h6{
	font-size: 20px;
	color: #0069ab;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	padding: 0 21%;
}
.occupationProblem_box ul{
	margin-top: 40px;
}
.occupationProblem_box ul li{
	background: #f7f7f7;
	padding: 0 34px;
}
.occupationProblem_box ul li:nth-of-type(even){
	background: #fff;
}
.occupationProblem_box ul li h6{
	font-size: 18px;
	cursor: pointer;
	line-height: 30px;
	padding: 20px 0 20px 46px;
	background: url(../img/ottb5.jpg) no-repeat 0 20px;
	position: relative;
}
.occupationProblem_box ul li h6::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(../img/ottb6.png) no-repeat center;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.occupationProblem_box ul li p{
	display: none;
	border-top: 1px solid #dedede;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding: 20px 0 20px 46px;
	background: url(../img/ottb4.jpg) no-repeat 0 20px;
}
.occupationProblem_box ul .active_li h6{
	font-weight: bold;
}
.occupationProblem_box ul .active_li h6::after{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}



.occupationLife_box{

}
.occupationLife_box ul{
	
}
.occupationLife_box ul li{
	padding-bottom: 27%;
	position: relative;
}
.occupationLife_box ul li::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.occupationLife_box ul li em{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 56%;
}
.occupationLife_box ul li em img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.occupationLife_box ul li div{
	position: absolute;
	top: 50%;
	right: 0;
	box-sizing: border-box;
	transform: translateY(-50%);
	width: 44%;
	font-size: 20px;
	line-height: 1.5;
	padding-left: 30px;
}
.occupationLife_box ul li:nth-of-type(even) em{
	left: auto;
	right: 0;
}
.occupationLife_box ul li:nth-of-type(even) div{
	right: auto;
	left: 0;
	padding-left: 0;
	padding-right: 30px;
}



.occupationJob_box{

}
.occupationJob_box .bt_h5{
	text-align: center;
	font-size: 24px;
	color: #0069ab;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.occupationJob_box .bt_p{
	text-align: center;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	text-transform: uppercase;
}
.occupationJob_box .bt_h6{
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 40px;
	text-transform: uppercase;
}
.occupationJob_box .div1{
	background: #f7f7f7;
	padding: 50px 40px;
}
.occupationJob_box table{
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 1.3;
	background: #fff;
	margin-top: 24px;
}
.occupationJob_box table tr:first-of-type{
	border: 0;
	border-right: 1px solid #0069ab;
	border-bottom: 1px solid #ccc;
}
.occupationJob_box table tr{
	border: 1px solid #ccc;
	border-top: 0;
	width: 100%;
	box-sizing: border-box;
}
.occupationJob_box table th{
	color: #fff;
	padding: 16px 20px;
	background: #0069ab;
	font-weight: normal;
	text-transform: uppercase;
}
.occupationJob_box table td{
	color: #666;
	padding: 16px 20px;
}
.occupationJob_box table td a{
	color: #0069ab;
	font-size: 16px;
	border: 1px solid #0069ab;
	padding: 8px 22px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.occupationJob_box table td a:hover{
	background: #0069ab;
	color: #fff;
}
.occupationJob_box .div2{
	text-align: center;
	padding: 46px 0 0;
}
.occupationJob_box .div2 table{
	background: #fafafa;
	margin-bottom: 30px;
}
.occupationJob_box .div2 table tr{
	border: 0;
	border-bottom: 1px solid #fff;
}
.occupationJob_box .div2 table tr:nth-of-type(even){
	background: #e4eefa;
}
.occupationJob_box .div2 table tr:first-of-type{
	border-right: 0;
}
.occupationJob_box .div2 .link_a{
	font-size: 18px;
	color: #0069ab;
	font-weight: bold;
	display: inline-block;
}
.occupationJob_box .div2 .link_a::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #0069ab;
	margin-top: 6px;
}
.occupationJob_img{
	width: 100%;
	vertical-align: top;
}



.occupationJobInfo_box{

}
.occupationJobInfo_box form{
	font-size: 0;
}
.occupationJobInfo_box form p{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 24px;
}
.occupationJobInfo_box form p:nth-of-type(even){
	margin-right: 0;
}
.occupationJobInfo_box form p span{
	display: inline-block;
	width: 116px;
	vertical-align: top;
	font-size: 20px;
	color: #666;
	line-height: 38px;
}
.occupationJobInfo_box form p span::after{
	content: "*";
	display: inline-block;
	color: #fb0202;
	font-weight: bold;
	margin-left: 4px;
}
.occupationJobInfo_box form input{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 116px);
	height: 38px;
	border: 1px solid #ccc;
	font-size: 20px;
	padding-left: 14px;
	box-sizing: border-box;
	color: #666;
}
.occupationJobInfo_box form select{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: calc(100% - 116px);
	height: 38px;
	border: 1px solid #ccc;
	font-size: 20px;
	padding-left: 10px;
	color: #666;
}
.occupationJobInfo_box form textarea{
	width: 100%;
	border: 1px solid #ccc;
	height: 100px;
	padding: 6px 14px;
	font-size: 20px;
	line-height: 1.5;
	resize: none;
	box-sizing: border-box;
}
.occupationJobInfo_box form .ts_p span{
	width: 100%;
}
.occupationJobInfo_box form small{
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.occupationJobInfo_box form .ts1_p{
	width: 100%;
	margin-top: -20px;
	margin-bottom: 40px;
}
.occupationJobInfo_box form .ts1_p span{
	display: block;
	margin-bottom: 20px;
}
.occupationJobInfo_box form label{
	display: inline-block;
	font-size: 20px;
	color: #666;
	margin-right: 4%;
}
.occupationJobInfo_box form label input{
	position: absolute;
	width: 16px;
	height: 16px;
    clip: rect(0, 0, 0, 0);
}
.occupationJobInfo_box form label input + i{
	display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 2px;
    background: #fff;
	margin-right: 8px;
	margin-top: 1px;
}
.occupationJobInfo_box form label input:checked + i{
	background: #fb0202;
    border: 1px solid #fb0202;
    background-clip: content-box;
}
.occupationJobInfo_box form .ts2_p{
	display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 24px;
}
.occupationJobInfo_box form .ts2_p>span{
	width: auto;
	display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #666;
    line-height: 38px;
}
.occupationJobInfo_box form .ts2_p>span::after{
	content: "*";
    display: inline-block;
    color: #fb0202;
    font-weight: bold;
    margin-left: 4px;
}
.occupationJobInfo_box form .ts2_p .control-group{
	width: 300px;
	display: inline-block;
	height: 38px;
	position: relative;
    margin-left: 20px;
}
.occupationJobInfo_box form .ts2_p .control-group::before{
	content: "Click to upload";
	position: absolute;
	font-size: 20px;
	width: 100%;
	box-sizing: border-box;
    color: #0069ab;
    height: 38px;
    border: 1px solid #0069ab;
    line-height: 36px;
	cursor: pointer;
	text-align: center;
	background: #fff;
}
.occupationJobInfo_box form .ts2_p .control-group input{
	width: 100%;
}
.occupationJobInfo_box form .ts2_p .control-group .controls{
	position: relative;
	z-index: 3;
	opacity: 0;
}
.occupationJobInfo_box form .ts2_p em{
	font-size: 20px;
	display: inline-block;
	color: #0069ab;
	height: 36px;
	border: 1px solid #0069ab;
	line-height: 36px;
	padding: 0 40px;
	margin-left: 20px;
	cursor: pointer;
}
.occupationJobInfo_box form .ts2_p>input{
	width: 50%;
	margin-left: 20px;
}
.occupationJobInfo_box form .ts2_p canvas{
	border: 1px solid #ccc;
}
.occupationJobInfo_box form button{
	display: block;
	font-size: 24px;
	color: #0069ab;
	border: 1px solid #0069ab;
	width: 280px;
	height: 54px;
	background: none;
	margin: 40px auto 0;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.occupationJobInfo_box form button:hover{
	background: #0069ab;
	color: #fff;
}



.occupationStrategy_box{

}
.occupationStrategy_box h5{
	font-size: 20px;
	color: #0069ab;
	text-align: center;
	text-transform: uppercase;
}
.occupationStrategy_box ul{
	padding: 0 10%;
	margin-top: 40px;
	position: relative;
}
.occupationStrategy_box ul::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 70%;
	left: 50%;
	top: 15%;
	background: #ccc;
}
.occupationStrategy_box ul li{
	padding-bottom: 23%;
	position: relative;
	margin-bottom: 60px;
	z-index: 3;
}
.occupationStrategy_box ul li:last-of-type{
	margin-bottom: 0;
}
.occupationStrategy_box ul li em{
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
.occupationStrategy_box ul li em img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.occupationStrategy_box ul li i{
	position: absolute;
	width: 20%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	left: 40%;
	background: #fff;
}
.occupationStrategy_box ul li i img{
	padding: 16px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.occupationStrategy_box ul li div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 40%;
}
.occupationStrategy_box ul li div p{
	font-size: 20px;
	color: #999;
	line-height: 1.5;
	position: relative;
	padding-left: 20px;
}
.occupationStrategy_box ul li div p::after{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #0069ab;
	border-radius: 50%;
}
.occupationStrategy_box ul li div h6{
	font-size: 28px;
	display: block;
	color: #333;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 10px;
}
.occupationStrategy_box ul li:nth-of-type(even) em{
	left: auto;
	right: 0;
}
.occupationStrategy_box ul li:nth-of-type(even) div{
	right: auto;
	left: 0;
}
.occupationStrategy_div{
	position: relative;
}
.occupationStrategy_div img{
	width: 100%;
	vertical-align: top;
}
.occupationStrategy_div div{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	line-height: 1.5;
	width: 100%;
	box-sizing: border-box;
	padding: 0 18%;
}
.occupationStrategy_div div h6{
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.occupationStrategy_div div p{
	font-size: 20px;
}



.occupationDevelop_box{
	padding-top: 65px;
}
.occupationDevelop_box .title_h6{
	font-size: 20px;
	color: #0069ab;
	text-align: center;
	text-transform: uppercase;
}
.occupationDevelop_box .ts_dl{
	text-align: center;
	margin-top: 140px;
}
.occupationDevelop_box .ts_dl dt{
	display: inline-block;
	width: 444px;
	position: relative;
}
.occupationDevelop_box .ts_dl dt>img{
	width: 100%;
	vertical-align: top;
}
.occupationDevelop_box .ts_dl dt div{
	position: absolute;
	width: 388px;
	height: 96px;
	background: #9dc3e7;
	font-size: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	line-height: 96px;
	cursor: pointer;
}
.occupationDevelop_box .ts_dl dt div img{
	width: 135px;
	height: 135px;
	position: absolute;
	z-index: 9;
}
.occupationDevelop_box .ts_dl dt div:nth-of-type(odd) img{
	top: 50%;
	right: 0;
	transform: translate(50%,-50%);
}
.occupationDevelop_box .ts_dl dt div:nth-of-type(even) img{
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
}
.occupationDevelop_box .ts_dl dt div h6{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: right;
	font-size: 18px;
	padding-right: 88px;
	line-height: 1.5;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	font-weight: bold;
}
.occupationDevelop_box .ts_dl dt div:nth-of-type(even) h6{
	padding-right: 0;
	text-align: left;
	padding-left: 88px;
}
.occupationDevelop_box .ts_dl dt div p{
	display: none;
	padding: 80px 88px 20px 20px;
	text-align: right;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius: 20px;
	font-size: 16px;
	color: #0069ab;
	line-height: 1.5;
}
.occupationDevelop_box .ts_dl dt div:nth-of-type(even) p{
	padding: 80px 20px 20px 88px;
	text-align: left;
}
.occupationDevelop_box .ts_dl dt .div1{
	top: 0;
	z-index: 9;
	right: 332px;
	margin-top: -43px;
}
.occupationDevelop_box .ts_dl dt .div2{
	top: 0;
	z-index: 9;
	left: 332px;
	margin-top: -43px;
}
.occupationDevelop_box .ts_dl dt .div3{
	top: 193px;
	z-index: 8;
	right: 444px;
	margin-top: -43px;
}
.occupationDevelop_box .ts_dl dt .div4{
	top: 193px;
	z-index: 8;
	left: 444px;
	margin-top: -43px;
}
.occupationDevelop_box .ts_dl dt .div5{
	bottom: 0;
	z-index: 7;
	right: 332px;
	margin-bottom: -43px;
}
.occupationDevelop_box .ts_dl dt .div6{
	bottom: 0;
	z-index: 7;
	left: 332px;
	margin-bottom: -43px;
}
.occupationDevelop_box .ts_div{
	background: #f7f7f7;
	margin-top: 130px;
	text-align: center;
}
.occupationDevelop_box .ts_div h5{
	font-size: 30px;
	color: #0069ab;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	width: 60%;
	text-transform: uppercase;
	margin: 0 auto;
}
.occupationDevelop_box .ts_div dl{
	margin-top: 50px;
}
.occupationDevelop_box .ts_div dt{
	display: inline-block;
	position: relative;
}
.occupationDevelop_box .ts_div dt>img{
	vertical-align: top;
}
.occupationDevelop_box .ts_div div{
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	width: 64%;
}
.occupationDevelop_box .ts_div div h6{
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.occupationDevelop_box .ts_div div p{
	font-size: 22px;
	margin-top: 10px;
	line-height: 1.3;
	position: relative;
	padding-left: 20px;
	color: #666;
}
.occupationDevelop_box .ts_div div p::before{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #0069ab;
	left: 0;
	top: 7px;
}
.occupationDevelop_box .ts_div .div1{
	top: 13%;
	left: 60%;
	transform: translateY(-50%);
}
.occupationDevelop_box .ts_div .div2{
	top: 38%;
	right: 50%;
	transform: translateY(-50%);
}
.occupationDevelop_box .ts_div .div3{
	bottom: 38%;
	left: 60%;
	transform: translateY(50%);
}
.occupationDevelop_box .ts_div .div4{
	bottom: 13%;
	right: 50%;
	transform: translateY(50%);
}





@media (max-width: 1700px) {
	#fullpage .div3 .right_div{
		padding: 0 6% 0 4%;
	}
	.distributed_ul li div{
		height: 260px;
	}
	.domestic_box ul li div{
		height: 260px;
	}
}
@media (max-width: 1600px) {
	.foot_box dl dd>p{
		margin-left: 8%;
	}
	#fullpage .div3 .right_div div p{
		padding-right: 5%;
	}
}
@media (max-width: 1500px) {
	.head_box .w_ul li:nth-of-type(3) dl{
		height: 300px;
	}
	.global_box .global_div{
		padding: 60px 10%;
	}
	.global_box ul{
		max-height: 360px;
	}
	.distributed_ul li div{
		height: 280px;
	}
	.domestic_box ul li div{
		height: 280px;
	}
	.head_box .w_ul li dl{
		padding-top: 26px;
	}
	.head_box .w_ul li dl dd .a1{
		font-size: 18px;
	}
	.head_box .w_ul li dl dd{
		padding-top: 20px;
	}
	#fullpage .div1 .w_swiper dl dd h4{
		font-size: 60px;
	}
	#fullpage h3{
		font-size: 30px;
		margin-bottom: 50px;
	}
	#fullpage .div3 .right_div{
		padding: 0 5% 0 3%;
	}
	#fullpage .div3 .right_div div span a{
		font-size: 14px;
	}
	#fullpage .div3 .right_div div span a::after{
		width: 12px;
		height: 10px;
		background-size: contain;
		margin-top: 1px;
	}
	#fullpage .div2 ul li div h6{
		font-size: 20px;
	}
	#fullpage .div5 dl dt{
		width: 68%;
	}
	#fullpage .div5 dl dd{
		width: 32%;
	}
	.nav_div div{
		width: 320px;
	}
	.nav_div h6{
		margin-bottom: 40px;
		font-size: 50px;
	}
	.nav_div p a span{
		font-size: 24px;
	}
	.nav_div p a{
		margin-bottom: 0;
	}
	.nav_div p a i{
		font-size: 40px;
	}
	.nav_div p a:hover i::before{
		width: 40px;
	}
	#fullpage .div3 .right_div div span a{
		margin-bottom: 16px;
	}
	#fullpage .div3 .right_div div p{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.foot_box dl dd>p{
		margin-left: 4%;
	}
	#fullpage .more_a{
		width: 130px;
		height: 40px;
		line-height: 42px;
	}
	#fullpage .div4 .left_div p{
		font-size: 16px;
	}
	#fullpage .div4 .right_div a p span{
		font-size: 16px;
	}
	.foot_box dl dd>p span{
		font-size: 18px;
		margin-bottom: 26px;
	}
	.foot_box dl dd>p a{
		font-size: 14px;
	}
	#fullpage .div5 dl dt p .l_span::before{
		width: 10px;
		height: 10px;
		margin-right: 6px;
	}
	#fullpage .div5 dl dt p .h_span::before{
		width: 10px;
		height: 10px;
		margin-right: 6px;
	}
	#fullpage .div5 dl dt p span{
		font-size: 14px;
	}
	#fullpage .div5 dl dd ul li h6{
		font-size: 18px;
	}
	#fullpage .div5 dl dd ul li strong{
		font-size: 14px;
	}
	#fullpage .div5 dl dd ul li p{
		font-size: 12px;
	}
	#fullpage .div5 dl dd .nr_p{
		font-size: 12px;
	}
	.plan_box ul li div p a{
		font-size: 16px;
	}
	.plan_box ul li div h6{
		font-size: 24px;
		padding: 2px 0;
		margin-bottom: 2px;	
	}
	.plan_box ul li div strong{
		font-size: 16px;
	}
	.title_box div{
		box-sizing: border-box;
	}
	.title_box div h5{
		font-size: 36px;
	}
	.title_box div p{
		font-size: 16px;
	}
	.planInfo_box .tab_dl dt span{
		height: 44px;
		line-height: 46px;
	}
	.feedback_div dd button{
		width: 180px;
	}
	.title_box div{
		padding: 36px 36px 30px;
	}
	.about_box .dl1 dt h6{
		font-size: 24px;
	}
	.about_box .dl2 dt h6{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.about_box .dl3 dt p{
		font-size: 14px;
	}
	.about_box .dl3 dd .swiper-slide div h6{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.about_box .dl4 dd .swiper-slide div span{
		font-size: 16px;
	}
	.about_box .dl2 dt p{
		font-size: 14px;
	}
	.about_box .dl3 dt h6{
		font-size: 24px;
	}
	.about_box .dl4 dt{
		font-size: 24px;
	}
	.about_box .dl4 dd .swiper-slide div h6{
		font-size: 20px;
	}
	.about_box .dl4 dd .swiper-slide div p{
		font-size: 14px;
	}
	.trainingGenerality_box dl dd:first-of-type{
		font-size: 14px;
	}
	.trainingGenerality_box dl dd{
		font-size: 14px;
	}
	.trainingGenerality_box .content_div li .div1 h6{
		font-size: 18px;
	}
	.trainingGenerality_box dl dt div h6{
		font-size: 18px;
	}
	.trainingGenerality_box dl dt div p{
		font-size: 14px;
	}
	.about_box .dl4 dd .swiper-pagination span{
		font-size: 18px;
	}
	.about_box .dl1 dt p:first-of-type{
		font-size: 14px;
	}
	.about_box .dl1 dt p{
		font-size: 14px;
	}
	.about_box .dl1 dd p{
		font-size: 14px;
	}
	.title_h3{
		font-size: 26px;
		margin-bottom: 36px;
	}
	.news_box ul li div h6{
		font-size: 18px;
		height: 70px;
	}
	.news_box ul li dl h6{
		font-size: 18px;
	}
	.news_box ul li div span{
		margin-top: 20px;
		font-size: 18px;
	}
	.serviceAdvisory_box .content_div dd h6{
		font-size: 24px;
	}
	.serviceAdvisory_box .content_div dd h6 img{
		width: 48px;
	}
	.serviceAdvisory_box .content_div dd p{
		font-size: 16px;
	}
	.serviceTotal_box dl dt h6{
		font-size: 26px;
	}
	.serviceTotal_box dl dt p{
		font-size: 14px;
	}
	.serviceTotal_box ul li img{
		width: 40px;
	}
	.serviceAdvisory_box .xj_div ol li span{
		font-size: 14px;
	}
	.serviceTotal_box ul li div p{
		font-size: 14px;
	}
	.serviceAdvisory_box ul li h6{
		font-size: 20px;
	}
	.serviceAdvisory_box ul li p{
		font-size: 14px;
	}
	.serviceTotal_box ul li div h6{
		font-size: 20px;
	}
	.serviceTotal_box ol{
		padding-bottom: 45%;
		background-size: 40%;
	}
	.serviceTotal_box ol li{
		width: 400px;
	}
	.trainingCourseInfo_box dl dt{
		font-size: 30px;
	}
	.trainingGenerality_box .content_div li .div2 p{
		font-size: 13px;
	}
	.contact_box .tab_div .tab_h6 span{
		font-size: 18px;
	}
	.global_box h5{
		font-size: 24px;
	}
	.domestic_box h5{
		font-size: 24px;
	}
	.distributed_ul li h5{
		font-size: 18px;
	}
	.distributed_ul li h6{
		font-size: 16px;
	}
	.serviceTotal_box ol li div p{
		font-size: 14px;
	}
	.serviceTotal_box ol li h6{
		font-size: 20px;
	}
	.serviceTotal_box ul li{
		height: 100px;
		line-height: 100px;
	}
	.serviceTotal_box dl dt{
		width: calc(100% - 320px);
	}
	.serviceTotal_box dl dd{
		width: 320px;
	}
	.serviceTotal_box dl dd img{
		width: 100%;
	}
	.serviceAdvisory_box ul li{
		background-size: 60px;
		padding: 28px 40px 24px 100px;
	}
	.serviceAdvisory_box ul li:last-of-type{
		background-size: 60px;
		padding: 28px 40px 24px 100px;
	}
	.serviceAdvisory_box .content_div dt{
		font-size: 14px;
	}
	.serviceDebugging_box .serviceDebugging_div dt h6{
		font-size: 26px;
		line-height: 40px;
	}
	.serviceDebugging_box .serviceDebugging_div dt h6 img{
		width: 40px;
	}
	.serviceDebugging_box .serviceDebugging_div dt p{
		font-size: 14px;
	}
	.serviceDebugging_box .serviceDebugging_div dd img{
		max-height: 160px;
		max-width: 100%;
	}
	.serviceDebugging_box .content_div>div p{
		font-size: 14px;
	}
	.serviceDebugging_box .content_div>div a{
		font-size: 14px;
		width: 360px;
		height: 46px;
		line-height: 48px;
	}
	.serviceDebugging_box .content_div li div h6{
		font-size: 24px;
	}
	.serviceDebugging_box .content_div li div p{
		font-size: 14px;
	}
	.serviceQuality_box dl dt h6{
		font-size: 20px;
	}
	.serviceQuality_box dl dt p{
		font-size: 14px;
	}
	.serviceQuality_box .swiper-slide p{
		font-size: 14px;
	}
	.planDetail_box .content_div h6{
		font-size: 24px;
	}
	.planDetail_box .content_div p{
		font-size: 14px;
	}
	.trainingForm_box .content_div dt h6{
		font-size: 20px;
	}
	.trainingForm_box .content_div dt h6::before{
		height: 18px;
		margin-top: 0;
	}
	.trainingForm_box .content_div dt p{
		font-size: 14px;
	}
	.trainingCourse_box .table_div table{
		font-size: 14px;
	}
	.trainingCourse_box .table_div th{
		font-size: 18px;
	}
	.trainingCourse_box .form_div select{
		font-size: 16px;
	}
	.trainingCourse_box .form_div input{
		font-size: 16px;
	}
	.trainingCourse_box .form_div .select2-selection__rendered{
		font-size: 16px;
	}
	.trainingCourse_box .form_div textarea{
		font-size: 16px;
	}
	.occupationDevelop_box .title_h6{
		font-size: 18px;
	}
	.occupationDevelop_box .ts_dl dt div img{
		width: 110px;
		height: 110px;
	}
	.occupationDevelop_box .ts_dl dt .div1{
		margin-top: -35px;
		right: 302px;
	}
	.occupationDevelop_box .ts_dl dt .div2{
		margin-top: -35px;
		left: 302px;
	}
	.occupationDevelop_box .ts_dl dt .div3{
		top: 173px;
		right: 400px;
		margin-top: -35px;
	}
	.occupationDevelop_box .ts_dl dt .div4{
		top: 173px;
		margin-top: -35px;
		left: 400px;
	}
	.occupationDevelop_box .ts_dl dt .div5{
		margin-bottom: -35px;
		right: 302px;
	}
	.occupationDevelop_box .ts_dl dt .div6{
		margin-bottom: -35px;
		left: 302px;
	}
	.occupationDevelop_box .ts_dl dt div{
		height: 80px;
		line-height: 80px;
		width: 340px;
	}
	.occupationDevelop_box .ts_dl dt{
		width: 400px;
	}
	.occupationDevelop_box .ts_dl dt div h6{
		font-size: 16px;
	}
	.occupationDevelop_box .ts_dl dt div h6{
		padding-right: 70px;
	}
	.occupationDevelop_box .ts_dl dt div p{
		font-size: 14px;
	}
	.occupationDevelop_box .ts_dl{
		margin-top: 120px;
	}
	.occupationDevelop_box .ts_div h5{
		font-size: 24px;
	}
	.occupationDevelop_box .ts_div dt>img{
		width: 740px;
	}
	.occupationDevelop_box .ts_div div h6{
		font-size: 26px;
	}
	.occupationDevelop_box .ts_div div p{
		font-size: 18px;
	}
	.title_box .ts_h6{
		font-size: 30px;
		width: 70%;
	}
	.occupationJob_box .bt_h5{
		font-size: 20px;
	}
	.occupationJob_box .bt_p{
		font-size: 16px;
	}
	.occupationJob_box table{
		font-size: 16px;
	}
	.occupationJob_box .bt_h6{
		font-size: 16px;
	}
	.occupationJob_box .div2 .link_a{
		font-size: 16px;
	}
	.occupationJobInfo_box form p span{
		font-size: 16px;
	}
	.occupationJobInfo_box form select{
		font-size: 16px;
	}
	.occupationJobInfo_box form input{
		font-size: 16px;
	}
	.occupationJobInfo_box form textarea{
		font-size: 16px;
	}
	.occupationJobInfo_box form label{
		font-size: 16px;
	}
	.occupationJobInfo_box form .ts2_p em{
		font-size: 16px;
	}
	.occupationJobInfo_box form button{
		width: 240px;
		font-size: 20px;
	}
	.occupationJobInfo_box form label input + i{
		margin-top: -1px;
	}
	.occupationLife_box ul li div{
		font-size: 14px;
	}
	.occupationProblem_box .title_h6{
		font-size: 18px;
	}
	.occupationProblem_box ul li h6{
		font-size: 16px;
	}
	.occupationStrategy_box h5{
		font-size: 18px;
	}
	.occupationStrategy_box ul li div h6{
		font-size: 20px;
	}
	.occupationStrategy_box ul li div p{
		font-size: 14px;
	}
	.occupationStrategy_div div h6{
		font-size: 26px;
	}
	.occupationStrategy_div div p{
		font-size: 14px;
	}

}
@media (max-width: 1400px) {
	#fullpage .div4 .right_div a p em{
		width: 60px;
		height: 60px;
	}
	#fullpage .div2 ul li div h6{
		font-size: 16px;
	}
	#fullpage .div2 ul li div{
		padding: 18px 16px;
	}
	#fullpage .div3 .right_div div span a{
		font-size: 12px;
	}
	#fullpage .div3 .left_div p span{
		font-size: 18px;
		height: 48px;
		line-height: 50px;
	}
	#fullpage h3{
		font-size: 26px;
	}
	#fullpage .div3 .right_div div p{
		font-size: 14px;
	}
	#fullpage .div1 .w_swiper dl dd h4{
		font-size: 38px;
	}
	#fullpage .div1 .w_swiper dl dd p{
		font-size: 20px;
	}
	#fullpage .div4 .left_div p{
		font-size: 14px;
	}
	#fullpage .div4 .right_div a p span{
		font-size: 14px;
	}
	#fullpage .more_a{
		width: 120px;
		height: 36px;
		line-height: 38px;
		font-size: 14px;
	}
	#fullpage .div5 .bottom_div p{
		font-size: 14px;
	}
	.head_box .w_ul li dl dd .a1{
		font-size: 18px;
		padding-left: 2%;
	}
	.head_box .w_ul li dl dd div p .a2{
		font-size: 16px;
	}
	.serviceTotal_box ol{
		padding-bottom: 50%;
		background-size: 40%;
	}
}
@media (max-width: 1200px) {
	.headb_box .w_ul{
		display: none;
	}
	.headb_box{
		height: 60px;
	}
	.headb_box .language_dl dd:hover::after{
		transform:none;
	}
	.headb_box .language_dl dd:hover{
		border: 1px solid #ccc;
	}
	.headb_box>form{
		display: none;
	}
	.head_box .w_ul{
		display: none;
	}
	.w832{
		width: 92%;
	}
	.pt_body{
		padding-top: 60px;
	}
	.planInfo_box .tab_dl dt span::after{
		display: none;
	}
	.planInfo_box .tab_dl dt span{
		margin: 0;
		width: 25%;
	}
	.planInfo_box .title_dl dd{
		padding-left: 38px;
	}
	.planInfo_box .title_dl dd>div{
		width: 100% !important;
		padding: 0 !important;
	}
	.planInfo_box .title_dl dd li{
		width: 100%;
		padding-right: 0;
	}
	.planInfo_box .title_dl dd h6{
		padding: 0;
	}
	.planInfo_box .title_dl dd img{
		width: 100%;
		margin-top: 30px;
	}
	.foot_box dl dd>p{
		display: none;
	}
	.foot_box dl dd div .logo_a{
		margin: 0 auto;
	}
	.foot_box dl dd div{
		float: none;
		text-align: center;
	}
	.foot_box dl{
		padding: 50px 4%;
	}
	.crumb_p{
		display: none;
	}
	.pb{
		padding: 60px 0;
	}
	/* .head_box .en_a{
		float: right;
		display: block;
	} */
	.planDetail_box .content_div{
		padding-top: 0;
	}
	.planInfo_box .title_dl dt{
		padding: 0 6px;
		width: 272px;
		box-shadow: 0 0 6px rgba(0,0,0,0.1);
		margin-bottom: 30px;
	}
	.planInfo_box .title_dl dt a{
		font-size: 0;
		display: inline-block;
		border-bottom: none;
		padding: 0 6px;
	}
	.planInfo_box .title_dl dd{
		width: 100%;
		padding-left: 0;
	}
	.planInfo_box .paging_div .return_a{
		position: static;
		margin-top: 20px;
	}
	.productList_box .left_div{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.productList_box .left_div h6{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	.productList_box .left_div p{
		display: none;
	}
	.productList_box .left_div p a{
		height: 40px;
		line-height: 40px;
	}
	.productList_box .right_div{
		display: block;
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.productResult_box .left_div{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.productResult_box .left_div h6{
		padding: 16px 0;
    	font-size: 16px;
	}
	.productResult_box .left_div p{
		display: none;
	}
	.productResult_box .left_div p a{
		height: 40px;
		line-height: 42px;
	}
	.productResult_box .right_div{
		width: 100%;
		padding-left: 0;
	}
	.productResult_box .right_div h6{
		font-size: 24px;
	}
	.productResult_box .productChoose_div .right_div{
		width: 92%;
		top: 40px;
	}
	.productResult_box .productChoose_div .right_div .out_em{
		right: 50%;
		margin-right: -20px;
		top: auto;
		bottom: 30px;
	}
	.title_box div h5{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.title_box div{
		width: 92%;
		left: 4%;
		padding: 30px;
	}
	.title_box div p{
		font-size: 16px;
	}
	.plan_box{
		padding-top: 0;
	}
	#fullpage .div5 .fp-tableCell{
		padding: 60px 4% 0;
	}
	#fullpage .div5 dl dt{
		width: 100%;
	}
	#fullpage .div5 dl dd{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	#fullpage .div5 dl dd .nr_p{
		padding-top: 20px;
	}
	#fullpage .div5 dl dt p span{
		font-size: 0;
	}
	#fullpage .div4 .left_div{
		width: 100%;
	}
	#fullpage .div4 .right_div{
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	#fullpage .div4 .right_div a{
		margin: 0;
		width: 23.5%;
		margin-right: 2%;
		padding-bottom: 23.5%;
	}
	#fullpage .div4 .right_div a:nth-of-type(2n+2){
		margin: 0 2% 0 0;
	}
	#fullpage .div4 .right_div a:nth-of-type(4){
		margin-right: 0;
	}
	#fullpage .div2 ul{
		margin-top: -20px;
	}
	#fullpage .div2 ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	#fullpage .div2 ul li:nth-of-type(2n+2){
		margin-right: 0;
	}
	#fullpage h3{
		font-size: 24px;
		margin-bottom: 40px;
	}
	#fullpage .div2 ul li div{
		padding: 16px 10px 12px;
	}
	#fullpage .div2 ul li div h6{
		font-size: 16px;
	}
	#fullpage .div2 ul li div p{
		font-size: 12px;
		height: 44px;
	}
	#fullpage .div2 ul li div span{
		font-size: 12px;
	}
	#fullpage .div2 ul li div span{
		background: none;
	}
	#fullpage .div2 ul li div h6{
		margin-bottom: 12px;
	}
	#fullpage .div2 .fp-tableCell{
		padding: 60px 4% 0;
	}
	#fullpage .div4 .right_div a p span{
		display: none;
	}
	#fullpage .div4 .right_div a p em{
		width: 80px;
		height: 80px;
	}
	#fullpage .div4 .fp-tableCell{
		padding: 60px 4% 0;
	}
	#menu li a span{
		display: none;
	}
	#fullpage h3::after{
		margin: 16px auto 0;
	}
	#fullpage .div4 .left_div h3::after{
		margin: 16px 0 0;
	}
	.sb_div{
		display: none !important;
	}
	/* #fullpage .div1 .w_swiper{
		display: none;
	}
	.m_swiper{
		display: block;
	} */
	#fullpage .div1 .w_swiper video{
		display: none;
	}
	#fullpage .div1 .w_swiper img{
		opacity: 1;
	}
	#fullpage .div1 .w_swiper dl dd h4{
		white-space: inherit;
		font-size: 32px;
	}
	#fullpage .div1 .swiper-container .swiper-pagination{
		padding-left: 0;
		text-align: center;
		bottom: 20px;
	}
	#fullpage .div1 .swiper-container .swiper-pagination span{
		width: 30px;
		margin: 0 5px;
	}
	#fullpage .div4 .left_div p{
		max-height: 150px;
		overflow: hidden;
	}
	#fullpage .more_a{
		margin-top: 30px;
	}
	#menu{
		right: 6px;
	}
	#menu::before{
		display: none;
	}
	#menu::after{
		display: none;
	}
	.head_box{
		height: 60px;
	}
	.head_box .logo_a{
		margin-left: 4%;
		background: url(../img/logob.png) no-repeat left center;
		background-size: 80%;
	}
	.headb_box .logo_a{
		margin-left: 4%;
		background: url(../img/logol.png) no-repeat left center;
		background-size: 80%;
	}
	.head_box .language_dl{
		margin-top: 20px;
		margin-right: 10px;
	}
	.head_box .language_dl dd:hover{
		height: 20px;
	}
	.head_box .language_dl dd::before{
		content: "";
		position: absolute;
		top: -2px;
		left: -2px;
		width: 64px;
		height: 24px;
		z-index: 3;
		opacity: 0;
	}
	.head_box .language_dl .active_dd{
		height: 64px !important;
	}
	.head_box .language_dl .active_dd::before{
		display: none;
	}
	.head_box .language_dl dd{
		width: 60px;
	}
	.head_box .language_dl dt{
		margin-right: 10px;
	}
	.head_box .language_dl::before{
		margin: 2px 10px 0 0;
	}
	.head_box .language_dl dd a{
		padding-left: 10px;
	}
	.head_box .nav_span em i:nth-of-type(3){
		width: 100%;
	}
	.head_box .nav_span{
		width: 60px;
	}
	.nav_div{
		display: none;
	}
	.head_box .nav_span em i{
		background: #fff;
	}
	.headb_box .nav_span em{
		display: block;
	}
	.headb_box .nav_span em i{
		background: #005abc;
	}
	#fullpage .div3 .fp-tableCell{
		padding: 60px 4% 0;
	}
	.head_box>form{
		display: none;
	}
	.head_box .m_ul li form{
		display: block;
	}
	#fullpage .div3 .left_div{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#fullpage .div3 .right_div div p{
		display: none;
	}
	#fullpage .div3 .right_div{
		width: 100%;
		padding: 0;
	}
	#fullpage .div3 .right_div div span a{
		display: block;
		width: 100%;
	}
	#fullpage .div3 .left_div p{
		width: 100% !important;
		background: none !important;
	}
	#fullpage .div3 .left_div p span{
		transform: none;
		position: static;
		display: block;
		font-size: 16px;
		padding: 0;
		height: 40px;
		line-height: 42px;
		margin-bottom: 2px;
		background: none;
		border: 1px solid #005bac;
		color: #005bac;
		transition: 0.5s;
    	-webkit-transition: 0.5s;
	}
	#fullpage .div3 .left_div .active_p span{
		color: #fff;
		background: #005bac;
	}
	.product_box .product_swiper .swiper-container{
		margin-top: 0;
	}
	.product_box .product_swiper .swiper-slide{
		margin-top: 0 !important;
	}
	.pbs{
		padding: 60px 0;
	}
	.about_box .dl1 dt{
		width: 100%;
		margin-right: 0;
	}
	.about_box .dl1 dd{
		width: 100%;
		margin-top: 20px;
	}
	.about_box .dl1 dt p:first-of-type{
		margin-bottom: 20px;
	}
	.about_box .dl1 dt h6{
		margin-bottom: 30px;
	}
	.about_box .dl2 dt h6{
		margin-bottom: 30px;
	}
	.about_box .dl2{
		padding: 60px 4%;
	}
	.about_box .dl2 dd span img{
		width: 100px;
	}
	.about_box .dl2 dd span{
		margin: 0 10px;
	}
	.about_box .dl3{
		padding: 60px 4%;
	}
	.about_box .dl3 dt{
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.about_box .dl3 dd{
		width: 100%;
		padding-right: 0;
	}
	.about_box .dl3 dt .zy_div{
		margin-top: 30px;
	}
	.about_box .dl4 dd .swiper-slide div span{
		margin-bottom: 10px;
	}
	.about_box .dl4 dd .swiper-slide div h6{
		margin-bottom: 10px;
	}
	.about_box .dl4 dd .swiper-slide{
		padding-bottom: 0;
	}
	.about_box .dl4 dd .swiper-slide em{
		position: static;
		width: 100%;
		display: block;
		text-align: center;
		padding: 40px;
		box-sizing: border-box;
	}
	.about_box .dl4 dd .swiper-slide em img{
		position: static;
		transform: none;
	}
	.about_box .dl4 dd .swiper-slide div{
		position: static;
		width: 100%;
		padding: 40px;
	}
	.contact_box .map_div{
		width: 100%;
	}
	.distributed_ul li{
		width: 49%;
		margin-right: 2%;
	}
	.distributed_ul li:nth-of-type(3n){
		margin-right: 2%;
	}
	.distributed_ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.contact_box{
		padding-top: 60px;
	}
	.serviceAdvisory_box ul li h6{
		font-size: 20px;
	}
	.serviceAdvisory_box ul li p{
		font-size: 16px;
	}
	.serviceAdvisory_box ul li{
		padding: 28px 40px 24px 100px;
		background-size: 60px;
	}
	.serviceAdvisory_box ul li:last-of-type{
		padding: 28px 40px 24px 100px;
		background-size: 60px;
	}
	.serviceAdvisory_box .xj_div ol li span{
		font-size: 16px;
	}
	.serviceAdvisory_box .content_div dt{
		font-size: 16px;
		margin-bottom: 0;
	}
	.serviceAdvisory_box .content_div dd p{
		font-size: 16px;
	}
	.serviceAdvisory_box .content_div dd{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.serviceAdvisory_box .content_div dd div{
		height: auto;
	}
	.serviceTotal_box ol{
		padding-bottom: 0;
		background: none;
		margin-top: 50px;
	}
	.serviceTotal_box ol li{
		position: static;
		width: 100%;
		margin-top: 30px;
	}
	.trainingForm_box .content_div dt{
		width: 100%;
		padding: 0;
	}
	.trainingForm_box .content_div dd{
		width: 100%;
	}
	.trainingForm_box .content_div dl:nth-of-type(even) dt{
		padding: 0;
	}
	.occupationDevelop_box .ts_dl dt div p{
		display: none !important;
	}
	.occupationDevelop_box .ts_dl dt>img{
		display: none;
	}
	.occupationDevelop_box .ts_dl dt div{
		position: relative;
		top: 0 !important;
		left: 0 !important;
		bottom: auto;
		right: auto;
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	.occupationDevelop_box .ts_dl dt div img{
		display: none;
	}
	.occupationDevelop_box{
		width: 92%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.occupationDevelop_box .ts_dl dt div h6{
		padding-right: 0;
		text-align: center !important;
		padding: 0 !important;
	}
	.occupationDevelop_box .ts_div{
		margin-top: 40px;
	}
	.occupationDevelop_box .ts_div div h6{
		font-size: 20px;
		margin-bottom: 14px;
	}
	.occupationDevelop_box .ts_div dt>img{
		display: none;
	}
	.occupationDevelop_box .ts_div dl{
		margin-top: 0;
	}
	.occupationDevelop_box .ts_div div{
		position: static;
		margin-top: 40px;
		width: 100%;
		text-align: center;
		transform: none !important;
	}
	.occupationDevelop_box .ts_div div p{
		padding-left: 0;
		font-size: 16px;
	}
	.occupationDevelop_box .ts_div div p::before{
		display: none;
	}
	.title_box .ts_h6{
		font-size: 20px;
	}
	.occupationDevelop_box .ts_div h5{
		font-size: 18px;
		width: 92%;
	}
	.occupationDevelop_box .ts_dl dt{
		width: 100%;
	}
	.occupationDevelop_box .ts_dl{
		margin-top: 60px;
	}
	.occupationJob_box .div1{
		padding: 20px 14px;
	}
	.occupationJob_box table{
		font-size: 14px;
		table-layout:fixed;  
	}
	.occupationJob_box table th{
		padding: 10px 5px;
	}
	.occupationJob_box table td{
		padding: 10px 5px;
		word-wrap: break-word;
		word-break: normal;
	}
	.occupationJob_box table td a{
		padding: 8px;
	}
	.title_box .ts_h6 i{
		display: none;
	}
	.occupationJobInfo_box form p{
		width: 100%;
		margin-right: 0;
	}
	.occupationJobInfo_box form label{
		margin-bottom: 20px;
	}
	.occupationJobInfo_box form .ts2_p em{
		padding: 0 20px;
	}
	.occupationJobInfo_box form .ts2_p>input{
		width: 30%;
	}
	.occupationJobInfo_box form button{
		height: 48px;
	}
	.occupationLife_box ul li{
		padding-bottom: 0;
	}
	.occupationLife_box ul li em{
		position: static;
		width: 100%;
	}
	.occupationLife_box ul li div{
		position: static;
		transform: none;
		width: 100%;
		padding: 20px 0 30px;
	}
	.occupationProblem_box .title_h6{
		padding: 0;
	}
	.occupationProblem_box ul li{
		padding: 0 14px;
	}
	.occupationProblem_box ul li h6{
		padding: 14px 30px 14px 46px;
	}
	.occupationStrategy_box ul li i{
		display: none;
	}
	.occupationStrategy_box ul{
		padding: 0;
	}
	.occupationStrategy_box ul::before{
		display: none;
	}
	.occupationStrategy_box ul li{
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.occupationStrategy_box ul li em{
		position: static;
		width: 100%;
	}
	.occupationStrategy_box ul li div{
		position: static;
		width: 100%;
		padding: 10px 14px;
		transform: none;
	}
	.occupationStrategy_div div p{
		display: none;
	}
	.occupationStrategy_div div h6{
		font-size: 20px;
		margin-bottom: 0;
	}
	.pdf_box ul li{
		width: 100%;
		margin-right: 0;
	}

}
@media (max-width: 992px) {
	.pb{
		padding: 40px 0;
	}
	.pbs{
		padding: 40px 0;
	}
	.planDetail_box .content_div h6{
		font-size: 24px;
	}
	.planInfo_box .tab_dl dd{
		padding: 20px;
		margin-top: 0;
	}
	.planInfo_box .tab_dl dd h6{
		font-size: 20px;
	}
	.planInfo_box .tab_dl dd .div1 p{
		padding-left: 0;
	}
	.planInfo_box .tab_dl dd .div1 p::before{
		display: none;
	}
	.planInfo_box .title_dl dd h6{
		margin-bottom: 12px;
		font-size: 24px;
	}
	.planInfo_box .swiper_div h6{
		font-size: 20px;
	}
	.foot_box dl{
		padding: 30px 4%;
	}
	.planInfo_box .tab_dl dt{
		display: flex;
		display: -webkit-flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.planInfo_box .tab_dl dt span{
		flex-shrink: 0;
		width: auto;
		border-right: 1px solid #eee;
	}
	.planInfo_box .tab_dl dt span:last-of-type{
		border-right: none;
	}
	.link_swiper h5{
		font-size: 20px;
	}
	.productList_box .right_div dt h6{
		font-size: 24px;
		margin-bottom: 12px;
	}
	.productList_box .right_div dt{
		width: 100%;
		padding-right: 0;
	}
	.productList_box .right_div dd{
		width: 100%;
		margin-top: 20px;
	}
	.productList_box .right_div ul li em{
		width: 100%;
	}
	.productList_box .right_div ul li div{
		width: 100%;
		padding-left: 0;
	}
	.productResult_box .right_div form p {
		padding: 20px;
	}
	.title_box div h5{
		font-size: 26px;
	}
	.title_box div p{
		display: none;
	}
	.title_box div{
		padding: 0;
		background: none;
	}
	.title_box div h5{
		line-height: 1.4;
		margin-bottom: 0;
		text-align: center;
	}
	.product_box h5{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.product_box .product_swiper{
		margin-top: 0;
	}
	.plan_box{
		padding-top: 0;
	}
	.plan_box ul li em{
		width: 100%;
	}
	.plan_box ul li div{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.plan_box ul li div p span{
		width: 100%;
	}
	.feedback_div h5{
		font-size: 20px;
	}
	.plan_box ul li div h6{
		font-size: 20px;
		padding: 0 0 4px;
	}
	.feedback_div dt{
		width: 100%;
		font-size: 0;
		text-align: center;
	}
	.feedback_div dd{
		width: 100%;
	}
	.feedback_div h5{
		margin-bottom: 30px;
	}
	.feedback_div dt p{
		text-align: center;
		display: block;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.feedback_div dt p span{
		display: block;
		padding-left: 0;
		margin-top: 16px;
	}
	.feedback_div dd h6{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.feedback_div dt p span{
		font-size: 20px;
	}
	.feedback_div dt p span small{
		font-size: 16px;
	}
	.plan_box .tab_h6{
		padding: 40px 0 30px;
		font-size: 20px;
	}
	.feedback_div dd form p{
		width: 100%;
	}
	.feedback_div dd form em{
		float: left;
	}
	.feedback_div dd form em input{
		width: 100px !important;
		height: 36px !important;
	}
	.about_box .dl4 dd{
		padding: 0;
		margin-left: 0;
	}
	.productList_box .right_div ol li{
		width: 100%;
		margin-right: 0;
	}
	.productList_box .right_div ol li div h6{
		font-size: 18px;
	}
	.productList_box .right_div ul li a{
		padding: 20px 0;
	}
	.productList_box .right_div ul li div{
		margin-top: 20px;
	}
	#fullpage h3{
		font-size: 22px;
	}
	#fullpage .div5 dl dd ul{
		display: none;
	}
	#fullpage .div3 .right_div div span a{
		font-size: 14px;
	}
	.feedback_div dd form div{
		width: 100%;
	}
	.feedback_div dd form div span{
		display: inline-block;
		vertical-align: middle;
		width: 80px;
		font-size: 16px;
		color: #666;
		margin-bottom: 0;
	}
	.feedback_div dd form div textarea{
		width: calc(100% - 80px);
		vertical-align: middle;
	}
	.about_box .dl2 dt{
		margin-bottom: 10px;
	}
	.about_box .dl2{
		padding: 40px 4%;
	}
	.about_box .dl2 dd span{
		width: 50%;
		margin: 0;
		margin-top: 20px;
	}
	.about_box .dl2 dt p{
		text-align: left;
	}
	.about_box .dl3{
		padding: 40px 4%;
	}
	.about_box .dl1 dt h6{
		text-align: center;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.about_box .dl2 dt h6{
		text-align: center;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.about_box .dl3 dt .zy_div{
		text-align: center;
	}
	.about_box .dl3 dt h6{
		text-align: center;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.about_box .dl4 dt{
		margin-bottom: 20px;
		line-height: 1.3;
		font-size: 24px;
	}
	.about_box .dl4{
		padding: 40px 4%;
	}
	.about_box .dl4 dd .swiper-slide em{
		padding: 20px;
	}
	.about_box .dl4 dd .swiper-slide div{
		padding: 20px;
	}
	.about_box .dl4 dd .swiper-slide div span{
		text-align: left;
	}
	.about_box .dl4 dd .swiper-pagination span{
		font-size: 12px;
	}
	.about_box .dl4 dd .swiper-container{
		padding-bottom: 0;
	}
	.about_box .dl4 .swiper-button-next{
		display: none;
	}
	.about_box .dl4 .swiper-button-prev{
		display: none;
	}
	.about_box .dl4 dd .swiper-pagination{
		display: none;
	}
	.about_box .dl1 dt p{
		font-size: 16px;
	}
	.about_box .dl1 dt p:first-of-type{
		font-size: 16px;
	}
	.about_box .dl1 dd p{
		font-size: 16px;
	}
	.about_box .dl2 dt p{
		font-size: 16px;
	}
	.about_box .dl4 dd .swiper-slide div h6{
		font-size: 18px;
	}
	.distributed_ul li{
		width: 100%;
		margin-right: 0;
	}
	.distributed_ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.distributed_ul li div{
		height: auto;
		padding: 20px 14px;
	}
	.contact_box .qg_div .btn-group{
		width: 100% !important;
	}
	.domestic_box ul li div{
		height: auto;
	}
	.distributed_ul li h5{
		font-size: 18px;
		height: 48px;
		line-height: 50px;
	}
	.contact_box .tab_div .tab_h6 span{
		padding: 0 12px;
	}
	.contact_box .map_div p span{
		font-size: 0;
	}
	.contact_box .tab_div .tab_ul{
		padding: 16px;
		margin-top: -16px;
	}
	.distributed_ul{
		margin-top: 0;
	}
	.contact_box{
		padding-top: 40px;
	}
	.title_h3{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.contact_box .qg_div{
		margin-bottom: 30px;
	}
	.contact_box .tab_div{
		margin-top: 30px;
	}
	.global_box .global_div{
		width: 90%;
		padding: 30px;
	}
	.global_box h5{
		font-size: 24px;
		margin-bottom: 24px;
	}
	.global_box ul li{
		padding: 20px 14px;
	}
	.domestic_box .domestic_div{
		width: 90%;
		padding: 30px;
	}
	.domestic_box h5{
		margin-bottom: 0;
	}
	.domestic_box ul{
		padding-bottom: 24px;
		margin-bottom: 0;
	}
	.news_box ul li{
		width: 49%;
		margin-right: 2%;	
		margin-top: 24px;
	}
	.news_box ul li:nth-of-type(3n){
		margin-right: 2%;
	}
	.news_box ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.news_box ul li dl{
		display: none;
	}
	.news_box ul{
		margin-top: 0;
	}
	.page_div{
		margin-top: 40px;
	}
	.page_div a{
		
	}
	.page_div a.page_a{
		display: inline-block;
	}
	.news_box .active_h3{
		height: 84px;
	}
	.news_box .title_h3 a{
		font-size: 20px;
	}
	.news_box .title_h3::before{
		top: 22px;
	}
	.serviceAdvisory_box .serviceAdvisory_div{
		padding-top: 40px;
	}
	.serviceAdvisory_box .content_div{
		padding: 40px 4%;
	}
	.serviceAdvisory_box .xj_div ol li span{
		font-size: 0;
	}
	.serviceAdvisory_box .xj_div{
		width: 100%;
	}
	.serviceAdvisory_box ul{
		margin-top: 40px;
	}
	.serviceAdvisory_box ul li{
		padding: 90px 20px 24px 20px;
		background: url(../img/abtb9.png) no-repeat center 10px;
	}
	.serviceAdvisory_box ul li:last-of-type{
		padding: 90px 20px 24px 20px;
		background: url(../img/abtb10.png) no-repeat center 10px;
	}
	.serviceAdvisory_box .content_div{
		background: url(../img/abtp15.jpg) no-repeat;
		background-size: auto 100%;
	}
	.serviceAdvisory_box .content_div dd h6{
		font-size: 24px;
	}
	.serviceAdvisory_box .content_div dd h6 img{
		width: 40px;
	}
	.serviceAdvisory_box .content_div dd div{
		margin-top: 20px;
		padding-left: 10px;
	}
	.serviceAdvisory_box .content_div dd p::before{
		width: 6px;
		height: 6px;
		top: 6px;
	}
	.serviceAdvisory_box .content_div dd{
		padding: 20px;
	}
	.serviceDebugging_box .serviceDebugging_div dt h6{
		font-size: 24px;
		line-height: 42px;
		margin-bottom: 10px;
		text-align: center;
	}
	.serviceDebugging_box .serviceDebugging_div dl{
		padding: 20px;
	}
	.serviceDebugging_box .serviceDebugging_div dt h6 img{
		width: 40px;
		display: block;
		margin: 0 auto;
	}
	.serviceDebugging_box .serviceDebugging_div dt p{
		font-size: 16px;
		padding-left: 57px;
		padding-left: 0;
	}
	.serviceDebugging_box .content_div li{
		padding: 20px;
	}
	.serviceDebugging_box .content_div li:nth-of-type(even) div{
		width: 100%;
		padding: 0;
	}
	.serviceDebugging_box .content_div li div{
		width: 100%;
		padding: 0;
	}
	.serviceDebugging_box .content_div li em{
		width: 100%;
	}
	.serviceDebugging_box .content_div{
		padding: 40px 4%;
	}
	.serviceDebugging_box .content_div>div{
		padding: 0;
		text-align: left;
		font-size: 16px;
	}
	.serviceDebugging_box .content_div>div a{
		text-align: center;
		font-size: 16px;
		height: 48px;
		line-height: 50px;
	}
	.serviceDebugging_box .content_div li div h6{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.serviceDebugging_box .content_div li div p{
		font-size: 16px;
	}
	.serviceQuality_box .dl1 dt{
		width: 100%;
	}
	.serviceQuality_box .dl1 dd{
		width: 100%;
	}
	.serviceQuality_box dl{
		padding: 20px;
	}
	.serviceQuality_box dl dt h6{
		font-size: 24px;
	}
	.serviceQuality_box dl dt p{
		font-size: 16px;
	}
	.serviceQuality_box dl .swiper_dd{
		width: 80vw;
		box-sizing: border-box;
		padding: 0;
	}
	.serviceQuality_box .swiper-slide p{
		width: 80vw;
		font-size: 14px;
	}
	.serviceQuality_box .swiper-button-next{
		display: none;
	}
	.serviceQuality_box .swiper-button-prev{
		display: none;
	}
	.serviceTotal_box dl dt{
		width: 100%;
		padding-right: 0;
	}
	.serviceTotal_box dl dd{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.serviceTotal_box ul li{
		height: auto;
		line-height: 1;
		text-align: center;
		padding: 20px;
	}
	.serviceTotal_box ul li div{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.serviceTotal_box dl{
		padding: 20px;
		margin-top: 30px;
	}
	.serviceTotal_box ul li div p{
		font-size: 16px;
	}
	.serviceTotal_box dl dt p{
		font-size: 16px;
	}
	.serviceTotal_box dl dt h6{
		font-size: 24px;
	}
	.serviceTotal_box ol li h6{
		font-size: 20px;
	}
	.serviceTotal_box ol li div p{
		font-size: 16px;
	}
	.trainingCourse_box .form_div form{
		width: 92%;
	}
	.trainingCourse_box .table_div th{
		font-size: 16px;
	}
	.trainingCourse_box .table_div table{
		font-size: 14px;
	}
	.trainingCourse_box .table_div{
		padding-bottom: 40px;
	}
	.trainingCourse_box .form_div select{
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.trainingCourse_box .form_div .select2{
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.trainingCourse_box .form_div input{
		margin-right: 0;
		width: 100%;
		margin-bottom: 12px;
	}
	.trainingCourseInfo_box dl{
		padding: 40px 30px;
	}
	.trainingCourseInfo_box dl dt{
		font-size: 24px;
		line-height: 1.5;
		height: auto;
		padding: 12px 20px;
	}
	.trainingCourseInfo_box dl dd h6{
		font-size: 18px;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.trainingCourseInfo_box dl dd{
		padding: 0;
	}
	.trainingCourseInfo_box dl dd p{
		font-size: 16px;
	}
	.trainingForm_box .content_div dt h6{
		font-size: 20px;
		margin-bottom: 14px;
	}
	.trainingForm_box .content_div dt h6::before{
		height: 18px;
		margin-top: 0;
	}
	.trainingForm_box .content_div dt p{
		font-size: 16px;
	}
	.trainingGenerality_box dl dd:first-of-type{
		font-size: 16px;
	}
	.trainingGenerality_box dl dd{
		font-size: 16px;
	}
	.trainingGenerality_box dl dt div p{
		font-size: 16px;
		padding: 20px;
	}
	.trainingGenerality_box .content_div li .div2{
		display: none;
	}
	.trainingGenerality_box .content_div li .div1 h6{
		font-size: 16px;
	}
	.trainingGenerality_box{
		padding-top: 40px;
	}
	.trainingGenerality_box dl dt div h6{
		height: 60px;
		line-height: 62px;
		font-size: 20px;
		padding: 0 50px 0 30px;
	}
	.trainingGenerality_box dl dt div h6::before{
		left: 14px;
	}
	.trainingGenerality_box dl dt div h6::after{
		width: 30px;
		height: 30px;
		background-size: 100%;
		right: 12px;
		margin-top: -15px;
	}
	.trainingGenerality_box .content_div{
		margin-top: 40px;
	}
	.trainingGenerality_box .content_div li{
		width: 50%;
	}
	.trainingGenerality_box .content_div li .div1 img{
		width: 60px;
	}
	.trainingGenerality_box .content_div li .div1 h6{
		font-size: 14px;
	}
	.trainingGenerality_box .content_div li:hover .div1{
		opacity: 1;
	}
	.productList_box .right_div dd p{
		width: 100%;
		padding-right: 0;
	}
	.productList_box .right_div dd img{
		width: 100%;
	}
	#fullpage .div3 .fp-tableCell{
		display: block;
		padding: 80px 4% 0;
	}
	#fullpage .div4 .fp-tableCell{
		display: block;
		padding: 80px 4% 0;
	}
	#fullpage .div4 .bah_p{
		display: block;
	}
	
}

@media (max-width: 768px) {
	.title_box img{
		height: 200px;
		width: auto;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	#fullpage .div4 .right_div a p em{
		width: 40px;
		height: 40px;
	}
	.news_box ul li{
		width: 100%;
		margin-right: 0;	
	}
	.news_box ul li:nth-of-type(3n){
		margin-right: 0;
	}
}









































































