@charset "utf-8";
/*------------------------------------------------------------
	格式设置
------------------------------------------------------------*/
/* 文本位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/* 字体大小（加） */
.fsP1 {
	font-size: 1.08em !important;
}
.fsP2 {
	font-size: 1.16em !important;
}
.fsP3 {
	font-size: 1.24em !important;
}
.fsP4 {
	font-size: 1.32em !important;
}
.fsP5 {
	font-size: 1.4em !important;
}
/*字体大小（减） */
.fsM1 {
	font-size: 0.92em !important;
}
.fsM2 {
	font-size: 0.84em !important;
}
.fsM3 {
	font-size: 0.76em !important;
}
.fsM4 {
	font-size: 0.68em !important;
}
.fsM5 {
	font-size: 0.6em !important;
}
/* 字体粗细 */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}
.cl {
	clear: both;
}
/*------------------------------------------------------------
	微调
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
a.tapCtrl, input.tapCtrl, .tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fl {
	float: left;
}
.fr {
	float: right
}
.tcenter {
	text-align: center;
}
.tleft {
	text-align: left;
}
/*------------------------------------------------------------
	Default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1.08em;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a, a:link {
	color: #363636;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:visited {
	color: #363636;
}
a:hover {
	color: #363636;
}
a:active {
	color: #363636;
}
img {
	max-width: 100%;
	height: auto;
}
 input:-webkit-autofill {
/* -webkit-text-fill-color: #ededed !important;
 -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
 background-color:transparent;
 background-image: none;
 transition: background-color 50000s ease-in-out 0s;*/
}
/*------------------------------------------------------------
	布局
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 16px;
	background-color: #fff;
	overflow-x: hidden;/*height: 8000px;*/
}
.container {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	z-index: 1000;
}
.header .hBox {
	margin: 0 auto;
	padding: 10px 0 19px;
	width: 1680px;
}
.logo {
	padding-left: 18px;
	float: left;
}
.header .rBox {
	margin-top: 25px;
	width: calc(100% - 420px);
	float: right;
}
.nav {
	float: left;
}
ul.nav li {
	float: left;
	position: relative;
}
li.nav-item>a {
	padding: 0 16px;
	width: 100px;
	height: 100%;
	display: block;
	font-size: 18px;
	line-height: 57px;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
li.nav-item>a:hover {
	color: #FFF;
	background-color: #1751BD;
}
.s_earch {
	margin-top: 10px;
	float: right;
	position: relative;
}
.s_earch input[type=text] {
	padding: 0 35px;
	width: 274px;
	height: 32px;
	position: relative;
	color: #1751BD;
	font-size: 16px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #1751BD;
	text-align: left;
	box-shadow: none;
}
.s_earch:before {
	margin-top: -7px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 12px;
	top: 50%;
	background: url(../images/img_search.png) no-repeat;
	content: '';
	z-index: 11;
}
.foot {
	padding: 45px 0 65px;
	background-color: #080451;
}
.foot .footBox {
	margin: 0 auto;
	width: 1660px;
	position: relative;
	color: #FFF;
	text-align: center;
}
.foot .footBox .subBox {
	margin: 0 auto 40px;
	width: 900px;
	text-align: left;
}
.foot .footBox .subBox p {
	margin-top: 46px;
	float: left;
	font-size: 25px;
	font-style: italic;
}
.foot .footBox .subBox ul {
	width: 600px;
	float: right;
}
.foot .footBox .subBox li {
	margin-bottom: 35px;
	font-size: 25px;
}
.foot .footBox .subBox li img {
	margin: 1px 30px 0 0;
	vertical-align: middle;
}
.foot .footBox .fNavi {
	margin-bottom: 90px;
}
.foot .footBox .fNavi li {
	margin: 0 15px;
	display: inline;
}
.foot .footBox .fNavi li a {
	color: #FFF;
	font-size: 15px;
}
.foot .footBox .ulLink {
	margin-bottom: 30px;
}
.foot .footBox .ulLink li {
	margin: 0 10px;
	display: inline;
}
.foot .footBox .copyright {
	font-size: 15px;
}
.foot .footBox .img {
	width: 138px;
	height: 138px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	border-radius: 50%;
}
.foot .footBox .img img {
	margin-top: 30px;
}
.pageTop {
	position: absolute;
	right: 120px;
	bottom: 2px;
}
/*banner开始*/
.banner {
	margin-bottom: 18px;
	position: relative;
}
video {
	width: 100%;
	object-fit: fill;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
.banner .pBox {
	padding: 25px 24px 21px;
	width: 621px;
	position: absolute;
	bottom: 115px;
	right: 86px;
	box-sizing: border-box;
	z-index: 10;
	background: url(../images/bg.png) repeat;
}
.banner .pBox p {
	margin: 0 7px 38px;
	color: #FFF;
	font-size: 42px;
	line-height: 60px;
}
.banner .pBox li {
	width: 48.2%;
	float: left;
}
.banner .pBox li:last-child {
	float: right;
}
.banner .pBox li a {
	height: 40px;
	display: block;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background-color: #FFF86B;
	border-radius: 8px;
	transition: all 0.2s ease, visibility 0s;
}
.banner .pBox li a:hover {
	border-radius: 20px;
	transition: inherit;
}
.comSection {
	margin: 0 auto 50px;
	width: 1760px;
}
.mainBox {
	padding: 128px 0 20px;
	position: relative;
}
.indexBox .infoBox {
	margin: 0 auto 20px;
	width: 1600px;
}
.indexBox .ulLink li {
	margin-bottom: 10px;
	width: 400px;
	float: left;
	text-align: center;
}
.indexBox .ulLink li img {
	width: 400px;
	height: auto;
}
.indexBox .ulLink li span {
	min-height: 60px;
	display: block;
	font-size: 17px;
}
.indexBox .ulLink li .spanBg {
	margin: 10px 20px 20px;
	padding: 2px;
	min-height: 70px;
	color: #FFF;
	font-size: 26px;
	line-height: 33px;
	font-weight: bold;
	background-color: #1059D1;
	box-sizing: border-box;
}
.indexBox .ulLink li .speSpanBg {
	line-height: 70px;
}
.indexBox .imgBox {
	padding-right: 100px;
	background-color: #0E0A65;
}
.indexBox .imgBox .photo {
	float: left;
	position: relative;
}
.indexBox .imgBox .photo img {
	width: 880px;
	height: 721px;
}
.indexBox .imgBox .photo span {
	padding: 0 20px;
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 30px;
	left: 0;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 47px;
	background: url(../images/bg_02.png) repeat;
	box-sizing: border-box;
}
.indexBox .imgBox .txtBox {
	margin-top: 80px;
	width: 620px;
	float: right;
}
.indexBox .imgBox .txtBox p {
	margin-bottom: 30px;
	height: 203px;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden; /* 超出隐藏 */
}
.indexBox .imgBox .txtBox .pTop {
	margin-bottom: 10px;
	height: auto;
	font-size: 36px;
	font-weight: bold;
}
.indexBox .imgBox .txtBox .pSpe {
	margin-bottom: 25px;
	height: auto;
	color: #FFF86B;
	font-size: 24px;
}
.indexBox .imgBox .txtBox .pTop span {
	margin-left: 10px;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
}
.indexBox .imgBox .txtBox .subBox .img {
	margin-right: 70px;
	width: 138px;
	height: 138px;
	float: left;
	text-align: center;
	background-color: #FFF;
	border-radius: 50%;
}
.indexBox .imgBox .txtBox .subBox .img img {
	margin-top: 30px;
}
.indexBox .imgBox .txtBox .subBox .comLink {
	margin-top: 54px;
	width: 195px;
	float: left;
}
.speComLink {
	margin: 0 auto 2px;
	width: 384px;
}
.comLink a {
	height: 40px;
	display: block;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background-color: #FFF86B;
	border-radius: 8px;
	transition: all 0.2s ease, visibility 0s;
}
.comLink a:hover {
	border-radius: 20px;
	transition: inherit;
}
.indexBox .infoSub {
	margin-left: 40px;
}
.indexBox .infoSub .lBox {
	margin-right: 20px;
	width: 252px;
	float: left;
}
.indexBox .infoSub .lBox p {
	margin: 10px 0 60px;
	color: #0037A4;
	font-size: 33px;
	font-weight: bold;
}
.indexBox .infoSub .lBox p span {
	display: block;
	font-size: 43px;
}
.indexBox .speLink a {
	width: 140px;
	height: 38px;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s ease, visibility 0s;
	background-color: #0BAC01;
	border: 1px solid #0BAC01;
}
.indexBox .speLink a:hover {
	color: #A83411;
	font-size: 17px;
	font-weight: bold;
	background-color: #E8E6E6;
	border: 1px solid #000;
	transition: inherit;
}
.indexBox .infoSub li {
	padding: 25px 10px 35px;
	margin-right: 13px;
	width: 250px;
	float: left;
	line-height: 25px;
	text-align: center;
	background-color: #0037A4;
}
.indexBox .infoSub li:nth-child(2) {
	background-color: #3D9BE9;
}
.indexBox .infoSub li:nth-child(3) {
	background-color: #105C40;
}
.indexBox .infoSub li:nth-child(4) {
	background-color: #B86923;
}
.indexBox .infoSub li:last-child {
	background-color: #5A6C87;
}
.indexBox .infoSub li .title {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
}
.indexBox .infoSub li a {
	color: #FFF;
	text-decoration: underline;
}
.indexBox .bgbox {
	margin-bottom: 70px;
	padding: 10px 0 20px;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.3);
}
.indexBox .bgbox .pTxt {
	margin: 0 auto;
	width: 1660px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.indexBox .bgbox .pTxt img {
	margin-top: 10px;
	float: right;
}
.indexBox .bgbox .pImg {
	margin: -10px 0 20px 20px;
}
.indexBox .bgbox .pImg a {
	padding-left: 20px;
	color: #0037A4;
	font-size: 16px;
	background: url(../images/img_line.png) no-repeat left center;
}
.picScroll-left {
	position: relative;
}
.picScroll-left .hd ul {
	display: none;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	margin-top: -17px;
	display: block;
	width: 21px;
	height: 35px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	background: url(../images/prev_arrow.png) no-repeat;
	background-size: 21px 35px;
	z-index: 10;
}
.picScroll-left .hd .prev {
	left: 10px;
}
.picScroll-left .hd .next {
	right: 10px;
	background: url(../images/next_arrow.png) no-repeat;
	background-size: 21px 35px;
}
.picScroll-left .picList {
	overflow: hidden;
}
.picScroll-left .picList li {
	margin-right: 20px;
	width: 33.33%;
	float: left;
	text-align: center;
}
.picScroll-left .picList li span {
	margin-bottom: 20px;
	display: block;
}
.picScroll-left .picList li img {
	width: 100%;
}
.picScroll-left .picList li a {
	margin: 0 60px;
	display: block;
	color: #0037A4;
	font-size: 19px;
	line-height: 27px;
	font-weight: bold;
}
.comTitle {
	margin-bottom: 40px;
	padding: 10px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	background-color: #C7C7C7;
}
.indexBox .ulBox {
	margin: 0 auto 70px;
	width: 1508px;
}
.indexBox .ulBox ul {
	width: 1560px;
	overflow: hidden;
}
.indexBox .ulBox li {
	margin-right: 50px;
	width: 470px;
	float: left;
}
.indexBox .ulBox li a {
	padding: 30px 40px 20px;
	display: block;
	overflow: hidden;
	background-color: #9023B8;
}
.indexBox .ulBox li:nth-child(2) a {
	background-color: #0037A4;
}
.indexBox .ulBox li:last-child a {
	background-color: #19956E;
}
.indexBox .ulBox li img {
	margin-right: 30px;
	float: left;
}
.indexBox .ulBox li span {
	margin-top: 10px;
	width: 250px;
	float: left;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.spe-picScroll-left, .btmUlBox, #tbox, .sp, .close {
	display: none;
}
.comTitleBox {
	margin-bottom: 72px;
	padding: 40px 25px;
	text-align: center;
	background-color: #2a3ea1;
}
.comTitleBox p {
	color: #FFF;
	font-size: 43px;
}
.aboutBox .comSection {
	width: 1520px;
}
.aboutBox .imgBox {
	margin-bottom: 20px;
}
.aboutBox .imgBox .lBox {
	width: 766px;
	float: left;
}
.aboutBox .imgBox .lBox p {
	margin-bottom: 25px;
	color: #aaa;
	font-size: 16px;
	line-height: 22px;
}
.aboutBox .imgBox .lBox .title {
	margin-bottom: 45px;
	font-size: 43px;
	color: #1751BD;
	font-weight: bold;
}
.aboutBox .imgBox .lBox p span {
	display: block;
	font-weight: bold;
}
.aboutBox .imgBox .lBox p .color {
	display: inline-block;
	color: #1751BD;
}
.aboutBox .imgBox .lBox .ulBox {
	padding: 35px 40px;
	min-height: 335px;
	box-sizing: border-box;
	background-color: #1751BD;
}
.aboutBox .imgBox .lBox .ulBox ul {
	float: left;
}
.aboutBox .imgBox .lBox .ulBox ul:last-child {
	float: right;
}
.aboutBox .imgBox .lBox .ulBox li a {
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}
.aboutBox .imgBox .rBox {
	width: 688px;
	float: right;
}
.aboutBox .imgBox .rBox .imgSub {
	margin-top: 20px;
	text-align: center;
}
.aboutBox .imgBox .rBox .imgSub p {
	margin: 30px 0 35px;
	color: #10720b;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 4px;
}
.aboutBox .imgBox .rBox .imgSub p span {
	margin-bottom: 10px;
	display: block;
	font-size: 55px;
}
.aboutBox .imgBox .rBox li {
	width: 450px;
}

.aboutBox .imgBox .rBox li span {
	margin-top: 10px;
	display: block;
	color: #1751BD;
	font-size: 18px;
	font-weight: bold;
}
.aboutBox .imgBox .rBox .lastImg {
	margin-top: 50px;
}
.aboutBox .imgBox .rBox .lastImg span {
	width: 180px;
	height: 180px;
	display: block;
	text-align: center;
	border: 1px solid #4696b2;
	border-radius: 50%;
}
.aboutBox .imgBox .rBox .lastImg img {
	margin: 43px auto 0;
	width: 130px;
}
.productBox .comSection {
	margin-top: -40px;
	width: 980px;
}
.productBox .imgBox {
	margin-bottom: 30px;
	padding: 10px 33px;
	background-color: #ede9e1;
}
.productBox .imgBox .photo {
	float: right;
}
.productBox .imgBox .txtBox {
	margin-top: 50px;
	width: 520px;
	float: left;
}
.productBox .imgBox .subBox {
/*	width: 100%;
*/	display: inline-table;
}
.productBox .imgBox .subBox p, .productBox .imgBox .subBox ul {
	display: table-cell;
	vertical-align: middle;
}
.productBox .imgBox .subBox p {
	width: 300px;
	color: #1751bd;
	font-size: 33px;
	font-weight: bold;
}
.productBox .imgBox .subBox li a {
	line-height: 24px;
	text-decoration: underline;
}
.menu {
	display: none;
}
.jsBox {
	margin: 0 auto;
	width: 1508px;
}
.jsBox .subBox {
	width: 1560px;
	overflow: hidden;
}
.picFocus {
	margin-right: 50px;
	width: 470px;
	padding: 5px;
	float: left;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}
.picFocus .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
}
.picFocus .hd ul li img {
	width: 146px;
	height: 80px;
	border: 2px solid #ddd;
	cursor: pointer;
	margin-right: 5px;
}
.picFocus .hd ul li.on img {
	border-color: #0037A4;
}
.picFocus .hd ul li.on {
	background: url(../images/icoUp.png) no-repeat center 0;
}
.picFocus .bd li {
	vertical-align: middle;
}
.picFocus .bd img {
	width: 100%;
	height: 330px;
	display: block;
}
.picFocus p {
	font-size: 15px;
}
.picFocus .title {
	margin: 20px 0;
	color: #0037A4;
	font-size: 16px;
	font-weight: bold;
}
.caseBox .comSection {
	width: 980px;
}
.caseBox .imgBox {
	margin: 0 20px 40px 0;
}
.caseBox .imgBox .lBox {
	width: 331px;
	float: left;
}
.caseBox .imgBox .lBox p {
	margin-right: 10px;
	color: #757575;
	font-size: 15px;
	line-height: 25px;
}
.caseBox .imgBox .lBox .title {
	margin: 0 0 20px;
	font-size: 25px;
	color: #402B40;
	line-height: 38px;
	font-weight: bold;
}
.caseBox .imgBox .rBox {
	margin-top: 136px;
	width: 588px;
	float: right;
}
.caseBox .imgBox .rBox li {
	margin-bottom: 30px;
	width: 48%;
	float: left;
	text-align: center;
	transition: all 0.2s ease, visibility 0s;
	background: #FFFFFF;
	border: 1px solid rgb(40, 38, 38);
	border-width: 3px;
	border-image: linear-gradient(90deg, #0069ff 1%, #C8D2EA 100%) 1 / 3px stretch;
	box-sizing: border-box;
}
.caseBox .imgBox .rBox li:nth-child(2n) {
	float: right;
}
.caseBox .imgBox .rBox li a {
	padding: 15px 0;
	display: block;
	font-size: 20px;
	color: #1751BD;
	font-weight: bold;
}
.caseBox .imgBox .rBox li a:hover {
	color: #FFF;
	background-image: linear-gradient(90deg, #0069ff 1%, #C8D2EA 100%);
}
.caseBox .ulText {
	margin: 0 -3%;
}
.caseBox .ulText li {
	padding: 0 3%;
	width: 19%;
	float: left;
}
.caseBox .ulText li p {
	color: #757575;
	font-size: 15px;
	line-height: 25px;
}
.caseBox .ulText li .title {
	margin: 10px 0 20px;
	font-size: 24px;
	color: #402B40;
	line-height: 28px;
}
.contactBox .comSection {
	width: 980px;
} 
.contactBox .ulLink {
	margin: -30px 0 50px;
}
.comUlLink li {
	margin-right: 25px;
	width: 220px;
	height: 40px;
	float: left;
	text-align: center;
}
.comUlLink li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	background-color: #282626;
	border: 1px solid #282626;
}
.comUlLink li a:hover {
	color: #282626;
	background: none;
	border: 1px solid #282626;
}
.contactBox .pBox {
	margin-bottom: 20px;
	padding-bottom: 17px;
	position: relative;
	border-bottom: 1px solid #282626;
}
.contactBox .pBox .img {
	position: absolute;
	right: 40px;
	bottom: 30px;
}
.contactBox .pBox p {
	margin-bottom: 35px;
	color: #757575;
	font-size: 17px;
	line-height: 28px;	
}
.contactBox .pBox .tel {
	margin-bottom: 0;
}
.contactBox .pBox .title {
	margin-bottom: 15px;
	color: #282626;
	font-size: 25px;
	text-decoration: underline;
}
.contactBox .infoBox .subbox {
	margin-bottom: 25px;
	padding-right: 38px;
	width: 400px;
	float: left;
}
.contactBox .infoBox .subbox p {
	margin-bottom: 35px;
	color: #757575;
	font-size: 16px;
	line-height: 28px;	
}
.contactBox .infoBox .subbox p:first-child {
	margin-bottom: 10px;
	color: #282626;
	font-size: 20px;
}
.contactBox .infoBox .subbox p a,
.contactBox .infoBox .subbox p span {
	color: #2a3ea1;
	font-size: 16px;
}
.AdvantageBox .comSection {
	width: 960px;
} 
.AdvantageBox .comSection p {
	margin: 0 90px 35px;
	color: #757575;
	font-size: 17px;
	line-height: 28px;	
}
.AdvantageBox .comSection .title {
	margin: 0 0 15px;
	color: #282626;
	font-size: 30px;
	text-align: center;
}
.AdvantageBox .comUlLink {
	margin: 0 0 20px;
}
.AdvantageBox .comUlLink li {
	margin: 0 0 35px;
	width: 472px;
}
.AdvantageBox .comUlLink li:nth-child(2n) {
	float: right;
}
.AdvantageBox .comUlLink li a {
	font-size: 24px;
}
.AdvantageBox .ulText li {
	margin-bottom: 50px;
	width: 50%;
	float: left;
	text-align: center;
}
.AdvantageBox .ulText li span {
	margin-top: 10px;
	display: block;
	color: #2a3ea1;
	font-size: 24px;
	line-height: 28px;
}
.newsBox .jsBox {
	margin-top: -30px;
}



.nav .active > a {
	color: #FFF;
	background-color: #1751BD;
}

li.nav-item ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 57px;
	display: none;
	background-color: #FFF;
}

li.nav-item li {
	width: auto;
	float: none;
	text-align: left;
	border-top: 1px solid #eee;
}

li.nav-item li a {
	padding: 0 15px;
	height: 35px;
	display: block;
	font-size: 15px;
	line-height: 35px;
	background-color: #FFF;
}

li.nav-item li a:hover {
	color: #FFF;
	background-color: #1751BD;
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 0px) and (max-width: 767px) {
.header .hBox, .indexBox .infoBox, .comSection, .foot .footBox, .foot .footBox .subBox {
	width: auto;
}
.header {
	padding-bottom: 10px;
	box-shadow: none;
}
.header .hBox {
	padding: 0;
}
.menu, .close {
	display: block;
	position: absolute !important;
	right: 20px;
	top: 30px;
}
.close {
	top: -52px;
	background-color: #FFF;
	border: none !important;
	z-index: 666;
}
.logo {
	padding-left: 0;
	float: none;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 250px;
}
.header .rBox {
	margin-top: 0;
	width: auto;
	float: none;
}
.header .rBox .nav {
	width: 100%;
	display: none;
	float: none;
	position: absolute;
	top: 82px;
	left: 0;
	background-color: #FFF;
	z-index: 666;
}
ul.nav li {
	float: none;
	border-top: 1px solid #eee;
}
li.nav-item > a {
	width: 100%;
	line-height: 42px;
	text-align: left;
	box-sizing: border-box;
}


li.nav-item ul {
	position: inherit !important;
	top: inherit !important;
	left: inherit !important;
	display: block !important;
}
li.nav-item ul li {
	width: 50%;
	float: left;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
li.nav-item ul li:last-child {
	border-right: none;
}
.s_earch {
	margin: 0 10px;
	float: none;
}
.s_earch input[type="text"] {
	width: 100%;
}
video {
	height: 300px;
}
.banner {
	margin-bottom: 10px;
}
.banner .pBox {
	padding: 15px 10px;
	width: 100%;
	position: inherit;
	bottom: inherit;
	right: inherit;
	background: #2a3ea1;
	box-sizing: border-box;
}
.banner .pBox p {
	margin: 0 10px;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
}
.banner .pBox ul {
	margin: 0 60px;
}
.banner .pBox li {
	margin-top: 10px;
	width: 100%;
	float: none;
}
.banner .pBox li a {
	height: 32px;
	font-size: 20px;
	line-height: 32px;
}
.pageTop {
	margin-left: -23px;
	position: absolute;
	left: 50%;
	right: inherit;
	bottom: 2px;
}
#tbox {
	width: 42px;
	height: 52px;
	position: fixed;
	left: inherit !important;
	bottom: 200px !important;
	right: 20px;
	display: block;
	z-index: 1000;
}
#gotop {
	width: 42px;
	height: 52px;
	position: absolute;
	background: url(../images/sp_page_top.png) no-repeat;
	display: none;
	cursor: pointer
}
.foot {
	padding: 20px 0 93px;
}
.foot .footBox .subBox {
	margin-bottom: 10px;
	text-align: center;
}
.foot .footBox .subBox p {
	margin: 0 0 20px;
	float: none;
	font-size: 18px;
}
.foot .footBox .subBox ul {
	margin: 0 60px;
	width: auto;
	float: none;
}
.foot .footBox .subBox li {
	margin-bottom: 20px;
}
.foot .footBox .subBox li:last-child {
	margin-bottom: 0;
	font-size: 17px;
}
.foot .footBox .subBox li img {
	margin: 0 auto 20px;
	display: block;
}
.foot .footBox .fNavi, .foot .footBox .ulLink, .pc {
	display: none;
}
.foot .footBox .img {
	margin: 20px auto 0;
	width: 75px;
	height: 75px;
	position: inherit;
}
.foot .footBox .img img {
	margin-top: 15px;
	width: 60px;
}
.foot .footBox .copyright {
	font-size: 12px;
}
.btmUlBox {
	padding: 15px 0;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #FFF;
}
.btmUlBox li {
	width: 33.33%;
	float: left;
	text-align: center;
}
.btmUlBox li span {
	margin-top: 5px;
	display: block;
	font-size: 14px;
}
.mainBox {
	padding-top: 124px;
}
.mainBox.indexBox {
	padding-bottom: 60px;
}
.indexBox .ulLink li {
	margin-bottom: 10px;
	width: 100%;
}
.indexBox .ulLink li span {
	min-height: inherit;
}
.indexBox .ulLink li .spanBg {
	margin: 0 10px 10px;
	min-height: inherit;
	color: #1059D1;
	font-size: 20px;
	line-height: 28px;
	background: none;
}
.indexBox .imgBox {
	padding-right: 0;
}
.indexBox .imgBox .photo {
	float: none;
}
.indexBox .imgBox .photo img {
	width: 100%;
	height: auto;
}
.indexBox .imgBox .txtBox {
	margin-top: 0;
	padding: 20px;
	width: auto;
	float: none;
}
.indexBox .imgBox .photo span {
	bottom: 0;
	overflow: hidden;
}
.indexBox .imgBox .txtBox p {
	font-size: 16px;
	text-align: center;
}
.indexBox .imgBox .txtBox .pTop {
	font-size: 30px;
}
.indexBox .imgBox .txtBox .pSpe {
	margin-bottom: 10px;
	font-size: 18px;
}
.indexBox .imgBox .txtBox .subBox .img {
	width: 108px;
	height: 108px;
	margin-right: 10px;
}
.indexBox .imgBox .txtBox .subBox .img img {
	margin-top: 27px;
	width: 80px;
}
.indexBox .imgBox .txtBox .subBox .comLink {
	margin-top: 40px;
	width: 160px;
	float: right;
}
.comSection {
	margin-bottom: 20px;
}
.indexBox .infoSub {
	margin-left: 0;
}
.indexBox .infoSub .lBox {
	margin-right: 0;
	width: auto;
	float: none;
	text-align: center;
}
.indexBox .infoSub .lBox p {
	margin: 0 0 10px;
	font-size: 22px;
}
.indexBox .infoSub .lBox p span {
	margin-top: 5px;
	font-size: 28px;
}
.indexBox .infoSub ul {
	display: none;
}
.indexBox .infoSub li {
	margin: 0;
	width: 50%;
	box-sizing: border-box;
}
.indexBox .bgbox {
	margin-bottom: 20px;
	padding: 0;
	box-shadow: none;
}
.indexBox .bgbox .pTxt {
	font-size: 32px;
	display: none;
}
.indexBox .infoBox {
	margin-bottom: 10px;
}
.indexBox .imgBox .txtBox .pTop {
	font-size: 24px;
}
.speComLink {
	margin: 0 auto;
	width: 90%;
}
.speComLink a {
	font-size: 20px;
}
.picScroll-left {
	display: none;
}
.spe-picScroll-left {
	display: block;
}
.picScroll-left .picList li {
	width: 100%;
	position: relative;
}
.picScroll-left .picList li span {
	margin-bottom: 3px;
}
.picScroll-left .picList li a {
	margin-top: -40px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 50%;
	color: #FFF;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.comTitle {
	margin-bottom: 20px;
	font-size: 26px;
}
.indexBox .bgbox .pImg {
	margin: 0 20px 20px;
}
.indexBox .ulBox {
	display: none;
}
.sp {
	display: block;
}
.indexBox .spImg {
	margin: 20px 0 10px;
}
.jsBox, .jsBox .subBox {
	width: auto;
}
.picFocus {
	margin: 0 0 10px;
	width: auto;
	float: none;
}
.picFocus .hd ul {
	margin: 0 -0.5%;
}
.picFocus .hd ul li {
	padding: 0 0.5%;
	width: 32.33%;
}
.picFocus .hd ul li img {
	width: 100%;
	box-sizing: border-box;
}
.picFocus .title {
	margin: 10px 0;
}
.comTitleBox {
	margin-bottom: 15px;
	padding: 20px;
}
.comTitleBox p, .aboutBox .imgBox .lBox .title {
	font-size: 24px;
}
.aboutBox .comSection {
	width: auto;
}
.aboutBox .imgBox {
	margin: 0 20px 15px;
}
.aboutBox .imgBox .lBox, .aboutBox .imgBox .rBox {
	width: auto;
	float: none;
}
.aboutBox .imgBox .lBox p {
	font-size: 14px;
}
.aboutBox .imgBox .lBox p, .aboutBox .imgBox .lBox .title {
	margin-bottom: 15px;
}
.aboutBox .imgBox .rBox .imgSub img {
	width: 100px;
}
.aboutBox .imgBox .rBox .imgSub p span {
	font-size: 24px;
}
.aboutBox .imgBox .rBox .imgSub p {
	margin: 15px 0;
	font-size: 16px;
}
.aboutBox .imgBox .rBox li {
	width: 48.5%;
}
.aboutBox .imgBox:last-child .rBox li {
	width: auto;
	float: none;
}
.aboutBox .imgBox .rBox li img {
	width: 100%;
	height: 116px;
}
.aboutBox .imgBox:last-child .rBox li img {
	height: auto;
}
.aboutBox .imgBox .rBox li span {
	font-size: 14px;
}
.aboutBox .imgBox .lBox .ulBox {
	margin-bottom: 15px;
	padding: 10px 20px;
}
.aboutBox .imgBox .lBox .ulBox ul {
	margin-bottom: 15px;
	float: none !important;
}
.aboutBox .imgBox .rBox .lastImg {
	margin-top: 20px;
}
.aboutBox .imgBox .rBox .lastImg span {
	margin: 0 auto;
	width: 140px;
	height: 140px;
}
.aboutBox .imgBox .rBox .lastImg img {
	width: 90px;
}
.productBox .comSection {
	margin-top: 0;
	width: auto;
}
.productBox .imgBox {
	margin-bottom: 10px;
	padding: 0 20px;
	background: none;
}
.productBox .imgBox .txtBox {
	margin-top: 0;
	width: auto;
	float: none;
}
.productBox .imgBox .subBox p {
	width: auto;
	font-size: 24px;
}
.productBox .imgBox .subBox p, .productBox .imgBox .subBox ul {
	margin-bottom: 10px;
	display: block;
}
.productBox .imgBox .photo {
	float: none;
}
.productBox .imgBox .photo img {
	width: 100%;
}
.caseBox .comSection {
	margin-bottom: 0;
	width: auto;
}
.caseBox .imgBox {
	margin: 0 20px 10px;
	text-align: center;
}
.caseBox .imgBox .lBox,
.caseBox .imgBox .rBox {
	width: auto;
	float: none;
}
.caseBox .imgBox .lBox .title {
	margin-bottom: 10px;
	font-size: 20px;
}
.caseBox .imgBox .rBox {
	margin-top: 20px;
}
.caseBox .imgBox .rBox li {
	margin-bottom: 15px;
}
.caseBox .imgBox .rBox li a {
	font-size: 16px;
}
.caseBox .ulText {
	margin: 0 20px;
}
.caseBox .ulText li {
	margin-bottom: 20px;
	width: auto;
	float: none;
	text-align: center;
}
.caseBox .ulText li:last-child {
	margin-bottom: 0;
}
.contactBox .comSection {
	width: auto;
} 
.comUlLink {
	margin: 0 20px 20px;
}
.comUlLink li {
	margin-right: 0;
	width: 48%;
}
.comUlLink li:last-child {
	float: right;
}
.contactBox .pBox {
	padding: 0 20px 20px;
}
.contactBox .infoBox {
	margin: 0 20px;
}
.contactBox .infoBox .subbox {
	margin-bottom: 20px;
	padding-right: 0;
	width: auto;
	float: none;
}
.contactBox .infoBox .subbox:last-child,
.contactBox .infoBox .subbox p:last-child {
	margin-bottom: 0;
}
.AdvantageBox .comSection {
	margin-bottom: 0;
	padding: 0 20px;
	width: auto;
} 
.AdvantageBox .comSection p {
	margin: 0 0 20px;
	text-align: center;
}
.AdvantageBox .comSection .title {
	font-size: 26px;
}
.AdvantageBox .comUlLink {
	margin-bottom: 0;
}
.AdvantageBox .comUlLink li {
	margin-bottom: 20px;
	width: auto;
	float: none !important;
}
.AdvantageBox .comUlLink li a {
	font-size: 18px;
}
.AdvantageBox .ulText li {
	margin-bottom: 20px;
}
.AdvantageBox .ulText li img {
	width: 140px;
}
.AdvantageBox .ulText li span {
	font-size: 16px;
	line-height: 24px;
}
.newsBox .comSection {
	margin-bottom: 0;
}
.jsBox {
	margin: -15px 10px 0;
}
.newsBox .jsBox {
	margin-top: -5px;
}
}