@charset="UTF-8";

* {
	padding: 0;
	margin: 0;

	font-family: "Arial";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

fieldset,
img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: "";
}

ol,
ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

.container {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.container1300 {
	width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	overflow: hidden;
	clear: both;
	visibility: hidden;
	display: block;
}

.tanchuan {
	transform: scale(0);
	width: 150px;
	margin: 0 auto;
	position: fixed;
	bottom: 52px;
	right: 0;
	margin-left: -75px;
	transition: all .3s ease-in-out;
	text-align: center;
	background: #fff;
	padding: 30px 0 10px 0;
	z-index: 99;
}

.tanchuan p {
	font-size: 14px;
	padding: 10px 0;
}

.tanchuan .gb {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
}

.header {
	border-bottom: 1px solid #BCBCBC;
	height: 120px;
}

.header .logo {
	float: left;
	line-height: 70px;
}

.header .logo img {
	height: 70px;
}

.header .line {
	float: left;
	width: 1px;
	height: 36px;
	background: #e4e4e4;
	margin-top: 25px;
}

.header .logoword {
	float: left;
	padding: 25px 0 0 10px;
}

.header .logoword p.ftitle {
	font-size: 14px;
	color: #6a6a6a;
	text-align: center;
	letter-spacing: 2px;
}

.header .logoword p.stitle {
	font-size: 12px;
	color: #6a6a6a;
	text-align: center;
	letter-spacing: 2px;
}

.header .lang {
	float: right;
	padding-top: 40px;
}

.header .lang a {
	font-size: 14px;
	color: #6a6a6a;
	padding: 0 10px;
}

.header .lang a img {
	padding-right: 5px;
}

.header .form {
	padding: 3px 0;
	margin-bottom: 5px;
	/* background: #003763; */
	/*box-shadow: 0px 0px 1px #000;*/
}

.header .wx_ic {
	float: right;
	padding-top: 4px;
	position: relative;
}

.header .wx_ic .wxcodehover {
	position: absolute;
	z-index: 11999;
	padding: 15px;
	background: #fff;
	display: none;
}

.header .wx_ic .wxcodehover img {
	width: 100px;
}

.header .wx_ic:hover .wxcodehover {
	display: block;
}

.header .form p {
	float: right;
	font-size: 14px;
	padding: 2px 25px 0 10px;
	color: #003763;
}

.header .form form {
	float: right;
}

.header .form input[type=text] {
	height: 30px;
	float: right;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #F9F9F9;
	outline: none;
	padding-left: 10px;
}

.header .form input[type=submit] {
	float: right;
	color: #fff;
	font-size: 14px;
	background: #003763;
	border: 1px solid #003763;
	height: 30px;
	padding: 0 10px;
}

.header .form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-text-fill-color: #000;
}

.header .form .span {
	float: left;
}

.header .form .span p {
	font-size: 14px;
	color: #6a6a6a;
}

.header .right_nav {
	float: right;
	width: 60%;
	position: absolute;
	right: 0;
}

.header .right_nav>ul {
	background: url(../image/navbg.png) no-repeat center;
	background-size: 100% 75px;
	height: 75px;
	line-height: 75px;
	margin-top: 5px;
	padding-left: 10px;
	color: cadetblue;
}

.header .right_nav>ul>li {
	display: inline-block;
	position: relative;
}

.header .right_nav>ul.first>li:last-child span {
	display: none;
}

.header .right_nav>ul>li>a {
	font-size: 15px;
	color: #ffffff;
	padding: 0 17px;
}

.header .right_nav>ul>li span {
	color: #ffffff;
}

.header .right_nav>ul>li>a:hover {
	color: #fff;
	font-weight: bold;
}

.header .right_nav>ul>li>a.on {
	color: #ffffff;
	font-weight: bold;
}

.header .right_nav>ul>li>ul {
	position: absolute;
	width: 100%;
	text-align: center;
	background-size: 100% 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: none;
	z-index: 999;
	background: #0c4b7d;
	top: 75px;
	left: -3px;
}

.header .right_nav>ul>li>ul>li>a {
	font-size: 14px;
	color: #fff;
	display: block;
	/* padding: 8px 0; */
}

.header .right_nav>ul>li>ul>li {
	position: relative;
	height: 40px;
	line-height: 40px;
}

.header .right_nav>ul>li>ul>li .third {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 100%;
	top: 0;
	background: #145280;
	display: none;
}

.header .right_nav>ul>li>ul>li .third a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 8px 0;
}

.header .right_nav>ul>li:hover ul {
	display: block;
}

.header .right_nav .secound>li.on>a {
	background: #236392;
}

.header .right_nav>ul>li>ul>li .third a:hover {
	background: #236392;
}

.header .right_nav .secound>li:hover .third {
	display: block;
}

.header .right_menu {
	display: none;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.banner_noindex {
	height: 331px;
	background-repeat: no-repeat;
	background-position: top;
}

.index_series {
	padding: 66px 0 30px 0;
}

.index_series .item {
	float: left;
	width: 33.3%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.index_series .item .img img {
	width: 100%;
}

.index_series .item .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 55 99 / 80%);
	left: 0;
	top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 120px 30px 0 30px;
	transition: .4s all ease-in-out;
	opacity: 0;
}

.index_series .item:hover .hover {
	height: 100%;
	opacity: 1;
}

.index_series .item .hover .icon {
	text-align: center;
}

.index_series .item .hover .icon img {
	width: 110px;
}

.index_series .item .hover h3 {
	font-size: 18px;
	color: #ffffff;
	margin-top: 60px;
}

.index_series .item .hover p {
	color: #fff;
}

.index_series .item .hover p.stitle {
	font-size: 18px;
	margin: 10px 0 30px 0;
}

.index_series .item .hover p.ttitle {
	font-size: 14px;
	line-height: 2;
}

.index_series .item .hover span {
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

.index_series .item .line {
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 15px 0;
	position: relative;
}

.index_series .item .line:before {
	position: absolute;
	content: '';
	height: 4px;
	width: 25%;
	background: #fff;
	top: -1px;
	left: 0;
}

.index_bottom {
	background: url(../image/bottombg.jpg) no-repeat center top;
	height: 380px;
}

.index_bottom .xinxi {
	float: left;
	width: 60%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 20%;
	padding-right: 4%;
}

.index_bottom .xinxi .top {
	padding: 55px 0 30px 11%;
}

.index_bottom .xinxi .top h3 {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.index_bottom .xinxi .top p {
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}

.index_bottom .xinxi .bottom {
	text-align: right;
}

.index_bottom .xinxi .bottom h3 {
	font-size: 30px;
	color: #fff;
}

.index_bottom .xinxi .bottom h4 {
	font-size: 33px;
	color: #0e456e;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	padding: 0 15px;
	margin: 15px 0;
}

.index_bottom .xinxi .bottom p {
	font-size: 30px;
	color: #fff;
}

.index_bottom .bottomform {
	float: right;
	width: 40%;
	height: 380px;
	background: url(../image/formbg.jpg) no-repeat center top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 85px 70px 0 70px;
	text-align: center;
}

.index_bottom .bottomform input[type=text] {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 0;
	margin: 15px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 10px;
	outline: none;
}

.index_bottom .bottomform input[type=submit] {
	width: 120px;
	height: 38px;
	background: #003763;
	color: #fff;
	font-size: 16px;
	border: 0;
	margin-top: 35px;
}

.join_sec1 {
	padding: 60px 0;
}

.join_sec1 ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}

.join_sec1 ul li h3 {
	font-size: 18px;
	color: #333333;
	margin: 10px 0;
}

.join_sec1 ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
}

.join_sec2 .title h3 {
	font-size: 36px;
	color: #003763;
	letter-spacing: 2px;
}

.join_sec2 .title {
	text-align: center;
}

.join_sec2 .title h3 span {
	color: #fd0101;
}

.join_sec2 .title p {
	font-size: 16px;
	color: #666666;
	margin: 20px 0;
}

.join_sec2 .title .line {
	width: 55px;
	height: 2px;
	background: #003763;
	margin: 0 auto;
}

.join_sec2 .joinadclist {
	padding: 50px 0;
}

.join_sec2 .joinadclist ul li {
	float: left;
	width: 24%;
	margin-right: 1.33%;
	text-align: center;
	background: #e6e6e6;
	padding: 20px 0;
	cursor: pointer;
}

.join_sec2 .joinadclist ul li:nth-child(4n) {
	margin-right: 0;
}

.join_sec2 .joinadclist ul li .hov {
	display: none;
}

.join_sec2 .joinadclist ul li h3 {
	font-size: 30px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0;
}

.join_sec2 .joinadclist ul li p {
	font-size: 14px;
	color: #666666;
}

.join_sec2 .joinadclist ul li:hover {
	background: #003763;
}

.join_sec2 .joinadclist ul li:hover .hov {
	display: inline-block;
}

.join_sec2 .joinadclist ul li:hover .yy {
	display: none;
}

.join_sec2 .joinadclist ul li:hover h3 {
	color: #fff;
}

.join_sec2 .joinadclist ul li:hover p {
	color: #fff;
}

.join_sec3 .swiper-slide {
	width: 1300px;
}

.join_sec3 .swiper-slide .img {
	width: 48%;
	float: left;
}

.join_sec3 .swiper-slide .img img {
	width: 100%;
}

.join_sec3 .swiper-slide .info {
	float: right;
	width: 52%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 35px 40px;
	box-shadow: 2px 2px 5px #eaeaea;
	border: 1px solid #eaeaea;
	height: 350px;
}

.join_sec3 .swiper-slide .info .title h3 {
	font-size: 36px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 2px;
}

.join_sec3 .swiper-slide .info .title p {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	padding: 10px 0;
}

.join_sec3 .swiper-slide .info .title {
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 15px;
}

.join_sec3 .swiper-slide .info .desc p {
	font-size: 14px;
	color: #666666;
	line-height: 2;
}

.join_sec3 .swiper-slide .info a {
	background: #003763;
	color: #fff;
	display: inline-block;
	margin-top: 35px;
	padding: 7px 21px;
	border-radius: 5px;
}

.join_sec4 {
	padding: 90px 0 50px 0;
}

.join_sec4 .title {
	text-align: center;
}

.join_sec4 .title h3 {
	font-size: 36px;
	color: #003763;
}

.join_sec4 .title .jm {
	font-size: 16px;
	color: #666666;
	margin: 8px 0 25px 0;
}

.join_sec4 .title .jmm {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.join_sec4 .zclist {
	padding-top: 40px;
}

.join_sec4 .zclist ul li {
	float: left;
	width: 24%;
	margin-right: 1.33%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}

.join_sec4 .zclist ul li:nth-child(4n) {
	margin-right: 0;
}

.join_sec4 .zclist ul li .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #003763;
	padding: 25px 25px 0 25px;
	transition: .3s all ease-in-out;
	border-radius: 10px;
}

.join_sec4 .zclist ul li:hover .hover {
	background: rgba(0, 55, 99, .7);
}

.join_sec4 .zclist ul li .hover h3.top {
	font-size: 24px;
	color: #fff;
}

.join_sec4 .zclist ul li .hover h3.middle {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.join_sec4 .zclist ul li .pp p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.join_sec4 .zclist ul li .wz {
	padding: 30px 0;
}

.join_sec5 {
	padding: 0 0 60px 0;
}

.join_sec5 .title {
	text-align: center;

}

.join_sec5 .title h3 {
	font-size: 36px;
	color: #003763;
}

.join_sec5 .lc_list {
	background: url(../image/join_bg.jpg) no-repeat center;
	height: 230px;
	margin-top: 75px;
}

.join_sec5 .lc_list ul {
	text-align: center;
	padding: 80px 0 0 0;
}

.join_sec5 .lc_list ul li {
	display: inline-block;
	padding: 0 20px;
	vertical-align: middle;
}

.join_sec5 .lc_list ul li p {
	font-size: 24px;
	color: #ffffff;
	padding-top: 10px;
	letter-spacing: 2px;
}

.join_sec5 .lc_list ul li .img {
	height: 48px;
}

.join_sec6 {
	background: url(../image/join_bottom.jpg) no-repeat center top;
	height: 548px;
}

.join_sec6 .title {
	text-align: center;
	padding: 40px 0 85px 0;
}

.join_sec6 .title h3 {
	font-size: 36px;
	color: #fff;
}

.join_sec6 .join_form input[type=text] {
	width: 48%;
	height: 48px;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 10px;
	color: #666666;
	outline: none;
}

.join_sec6 .join_form div input[type=text]:nth-child(2) {
	margin-left: 3%;
}

.join_sec6 .join_form textarea {
	width: 99%;
	height: 130px;
	background: #fff;
	margin-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 0 0 10px;
	color: #666666;
	outline: none;
}

.join_sec6 .join_form .submit {
	text-align: center;
	margin-top: 60px;
}

.join_sec6 .join_form .submit input {
	color: #fff;
	background: #145280;
	font-size: 16px;
	border: 0;
	padding: 10px 50px;
}

.prolist {
	padding: 40px 0;
}

.catepro_list {
	padding: 25px 0 0 0;
}

.catepro_list .first {
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.catepro_list .first>li {
	display: inline-block;
	margin: 0 80px;
	position: relative;
}

.catepro_list .first>li>a {
	font-size: 14px;
	color: #666666;
	padding: 10px 70px;
	display: block;
	border-bottom: 1px solid #fff;
}

.catepro_list .first>li>a:hover {
	background: #003763;
	color: #fff;
}

.catepro_list .first>li>a.on {
	background: #003763;
	color: #fff;
}

.catepro_list .first>li .secound {
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	background: #0e456e;
	display: none;
}

.catepro_list .first>li .secound>li>a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 15px 0;
}

.catepro_list .first>li .secound>li>a:hover {
	background: #236391;
}

.catepro_list .first>li .secound>li.on>a {
	background: #236391;
}

.catepro_list .first>li .secound>li {
	position: relative;
}

.catepro_list .first>li .secound>li .third {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #0e456e;
	display: none;
}

.catepro_list .first>li .secound>li .third a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 15px 0;
}

.catepro_list .first>li .secound>li .third a:hover {
	background: #236391;
}

.catepro_list .first>li .secound>li .third a.on {
	background: #236391;
}

.catepro_list .first>li.on>a {
	background: #003763;
	color: #fff;
}

.catepro_list .first>li:hover .secound {
	display: block;
}

.catepro_list .first>li .secound>li:hover .third {
	display: block;
}

.series {
	padding: 50px 0;
}

.series .swiper-slide {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.series .bluetop {
	background: #0e456e;
	padding: 15px;
}

.series .bluetop h3 {
	font-size: 20px;
	color: #fff;
}

.series .bluetop p {
	font-size: 20px;
	color: #fff;
}

.series .bluetop hr {
	width: 30px;
	border: 1px solid #fff;
	margin: 10px 0;
}

.series .bluetop span {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.series .proimg {
	overflow: hidden;
}

.series .proimg img {
	width: 100%;
	transition: all .3s ease-in-out;
}

.series .proimg img:hover {
	transform: scale(1.1);
}

.series .swiper-container {
	width: 90%;
}

.series .swiper-button-prev {
	background: url(../image/left.png) no-repeat center;
	width: 42px;
	height: 174px;
}

.series .swiper-button-next {
	background: url(../image/right.png) no-repeat center;
	width: 42px;
	height: 174px;
}

.series .swiper-button-prev:after,
.series .swiper-button-next:after {
	content: '';
}

.series .swiper-button-next,
.series .swiper-button-prev {
	top: 35%;
	outline: none;
}

.index_news {
	padding: 20px 0 40px 0;
	border-bottom: 1px solid #A3A3A3;
}

.index_news .title {
	background: #EFEFEF;
	padding: 5px 0;
}

.index_news .title h3 {
	font-size: 24px;
	color: #a3a3a3;
	display: inline-block;
}

.index_news .title h3 span {
	font-size: 30px;
}

.index_news .title a {
	font-size: 38px;
	color: #a3a3a3;
	float: right;
	line-height: 38px;
}

.index_news .newlist ul li {
	float: left;
	width: 49%;
	height: 100px;
	margin-top: 30px;
	margin-right: 2%;
}

.index_news .newlist ul li:nth-child(2n) {
	margin-right: 0;
}

.index_news .newlist ul li .leftimg {
	float: left;
	width: 30%;
	overflow: hidden;
}

.index_news .newlist ul li .leftimg img {
	height: 90px;
}

.index_news .newlist ul li .date {
	float: left;
	font-size: 16px;
	color: #6a6a6a;
	height: 90px;
	width: 20%;
	line-height: 90px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}

.index_news .newlist ul li .stitle {
	float: left;
	width: 50%;
	padding-top: 27px;
	height: 90px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}

.index_news .newlist ul li .stitle h3 {
	font-size: 14px;
	color: #6a6a6a;
}

.index_news .newlist ul li:hover .date {
	color: #0e456e;
}

.index_news .newlist ul li:hover .stitle h3 {
	color: #0e456e;
}

.footer {
	padding: 30px 0;
	background: #0e456e;
}

.footer .footer_nav {
	display: inline-block;
}

.footer .footer_nav a {
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}

.footer .footer_nav span {
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}

.footer .footer_nav .copyright p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.footer .lxfs {
	float: right;
}

.footer .lxfs p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.footer .lxfs .phone {
	padding: 0 20px;
}

.mobile_footer {
	display: none;
}

.mobile_nav {
	display: none;
}

.location {
	font-size: 14px;
	color: #6a6a6a;

}

.location .container {
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.location a {
	font-size: 14px;
	color: #6a6a6a;
}

.location img {
	padding-right: 10px;
	height: 18px;
}

.about_bg img {
	width: 100%;
}

.about_content .title {
	padding: 40px 0 40px 0;
}

.about_content .title h3 {
	font-size: 36px;
	color: #0e456e;
}

.about_content .title p {
	font-size: 18px;
	color: #0e456e;
}

.catelist {
	padding: 20px 0;
	text-align: center;
}

.catelist .container {
	border-bottom: 1px solid #e6e6e6;
}

.catelist a {
	font-size: 14px;
	color: #6a6a6a;
	display: inline-block;
	padding: 8px 55px;
	transition: all .3s ease-in-out;
	margin: 0 50px;
	text-align: center;
}

.catelist a:hover {
	background: #0E456E;
	color: #fff;
}

.catelist a.on {
	background: #0E456E;
	color: #fff;
}

.brand_story {
	padding: 55px 0;
}

.brand_story .leftimg {
	width: 50%;
	float: left;
}

.brand_story .rightinfo {
	float: right;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 10px 0 45px;
}

.brand_story .leftimg img {
	width: 100%;
}

.brand_story .rightinfo .title h3 {
	font-size: 30px;
	color: #666666;
	margin-top: 10px;
}

.brand_story .rightinfo .title p {
	font-size: 14px;
	color: #666666;
}

.brand_story .rightinfo .title {
	padding-bottom: 15px;
}

.brand_story_list {
	padding: 60px 0;
}

.brand_story_list ul {
	font-size: 0;

}

.brand_story_list ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
}

.brand_story_list ul li h3 {
	font-size: 40px;
	color: #6a6a6a;
	font-weight: bold;
	padding: 10px 0;
}

.brand_story_list ul li span {
	font-size: 18px;
	position: relative;
	bottom: 15px;
}

.brand_story_list ul li p {
	font-size: 16px;
	color: #6a6a6a;
}

.company_profile {
	background: #ebf0f4;
	padding: 50px 0;
}

.company_profile .leftimg {
	width: 50%;
	float: left;
}

.company_profile .rightinfo {
	width: 50%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 20px 0 45px;
}

.company_profile .rightinfo p {
	font-size: 14px;
	color: #666666;
}

.company_profile .rightinfo h3 {
	font-size: 30px;
	color: #666666;
}

.company_profile .leftimg img {
	width: 100%;
}

.company_profile .rightinfo .title {
	padding: 0 0 40px 0;
}

.company_profile .rightinfo .more {
	margin-top: 60px;
}

.company_profile .rightinfo .more a {
	font-size: 16px;
	color: #fff;
	background: #003763;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 20px;
}

.brand_culture .title h3 {
	font-size: 36px;
	color: #6a6a6a;
	font-weight: bold;
	letter-spacing: 2px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.brand_culture .title p {
	font-size: 24px;
	color: #6a6a6a;
	letter-spacing: 1px;
}

.brand_culture .title {
	padding: 50px 0;
}

.brand_culture .yj h3 {
	font-size: 18px;
	color: #6a6a6a;
	margin-bottom: 10px;
}

.brand_culture .yj p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 2;
}

.brand_culture .whln .whualinian {
	width: 35%;
	float: right;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px;
	border-radius: 10px;
	position: relative;
	bottom: 40px;
	right: 40px;
}

.brand_culture .whln {
	background: url(../image/cultrue_bg.jpg) no-repeat center;
	height: 468px;
	margin-top: 70px;

}

.brand_culture .whln .stitle h3 {
	color: #d32502;
	font-size: 24px;
	font-weight: bold;
}

.brand_culture .whln .stitle .line {
	width: 50px;
	height: 2px;
	background: #000000;
	margin: 10px 0 35px 0;
}

.prolist ul li {
	float: left;
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
	overflow: hidden;
}

.prolist ul li:nth-child(3n) {
	margin-right: 0;
}

.prolist ul li .img {
	overflow: hidden;
	position: relative;
}

.prolist ul li .img img {
	width: 100%;
	transition: all .3s ease-in-out;
}

.prolist ul li .img .play {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.prolist ul li .img .play img {
	width: 100%;
}

.prolist ul li .img:hover img {
	transform: scale(1.1);
}

.prolist ul li .info {
	padding: 15px 0;
}

.prolist ul li p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 20px;
	transition: all .3s ease-in-out;
}

.prolist ul li span {
	color: #6a6a6a;
	font-size: 14px;
	display: block;
	padding: 10px 0;
	transition: all .3s ease-in-out;
}

.prolist ul li:hover p {
	color: #0e456e;
}

.prolist ul li:hover span {
	color: #0e456e;
}

.newlist .title {
	padding: 60px 0 20px 0;
}

.newlist .title h3 {
	font-size: 36px;
	color: #0e456e;
}

.newlist .title p {
	font-size: 18px;
	color: #0e456e;
}

.newlist .list_d ul li {
	overflow: hidden;
	padding: 35px 0;
	border-bottom: 1px solid #e3e3e3;
	transition: all .3s ease-in-out;

}

.newlist .list_d ul li:hover .rightinfo h3 {
	color: #0e456e;

}

.newlist .list_d ul li:hover .rightinfo p {
	color: #0e456e;
}

.newlist .list_d ul li:hover .rightinfo span {
	color: #0e456e;
}

.newlist .list_d ul li .leftimg {
	float: left;
	width: 25%;
}

.newlist .list_d ul li .leftimg img {
	width: 100%;
}

.newlist .list_d ul li .rightinfo {
	float: right;
	width: 70%;
}

.newlist .list_d ul li .rightinfo span {
	display: block;
	font-size: 18px;
	color: #333333;
}

.newlist .list_d ul li .rightinfo h3 {
	display: block;
	font-size: 18px;
	color: #6a6a6a;
	padding: 10px 0;
}

.newlist .list_d ul li .rightinfo p {
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newlist .list_d ul li .rightinfo .readmore {
	font-size: 14px;
	color: #6a6a6a;
	padding-top: 40px;
}

.page {
	padding: 10px 0;
	text-align: center;
}

.page li.page-item {
	list-style-type: none;
	display: inline-block;
	margin: 0 3px;
}

.page li.page-item.active {
	background: #0e456e;
	color: #fff;
}

.contactus .item {
	background: #ccc;
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 40px 0 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 180px;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
	transition: .3s all ease-in-out;
}

.contactus .item:nth-child(3n) {
	margin-right: 0;
}

.contactus .item h3 {
	font-size: 18px;
	color: #003763;
	padding: 15px 0 5px 0;
}

.contactus .item p {
	font-size: 14px;
	color: #003763;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

.contactus .item img {
	height: 43px;
}

.contactus .item .wxcode {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 100px;
}

.contactus .item .hover {
	display: none;
}

.contactus .item:hover {
	background: #003763;
}

.contactus .item:hover h3 {
	color: #fff;
}

.contactus .item:hover p {
	color: #fff;
}

.contactus .item:hover .hover {
	display: block;
}

.contactus .item:hover .ys {
	display: none;
}

.map {
	padding: 40px 0;
}

.map iframe {
	width: 100%;
	height: 500px;
}

.footer_inline {
	display: inline-block;
}

.procontent {
	padding: 50px 0 0 0;
}

.procontent .left {
	width: 47%;
}

.procontent .left .mainimg {
	/*border:2px solid #003763;*/
}

.procontent .left .mainimg img {
	width: 100%;
}

.procontent .right {
	float: right;
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 30px;
	border: 2px solid #efefed;
	height: 658px;
	overflow: hidden;
}

.procontent .right .p14-pagination-1 {
	/* border-bottom: 1px dashed #ccc; */
	/* margin-bottom: 10px; */
}

.procontent .right p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 2;
}

.procontent .right img {
	max-width: 100%;
}

.procontent .lunbotu {
	margin-top: 70px;
	padding: 10px 0;
}

.procontent .lunbotu .swiper-container {
	width: 80%;
}

.procontent .lunbotu img {
	width: 100%;
}

.procontent .right .stitle {
	/* padding-bottom:30px; */
}

.procontent .right .stitle h3 {
	font-size: 24px;
	color: #236391;
}

.procontent .right .stitle p {
	font-size: 30px;
	color: #003763;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}

.procontent .right .stitleh3 {
	font-size: 25px;
	color: #5c0202;
	padding: 10px 0;
	font-weight: bold;
	/* border-bottom: 1px dashed #ccc; */
	/* border-top: 1px dashed #ccc; */
}

.prodetail {
	padding: 30px 0;
}

.prodetail img {
	max-width: 100%;
}

.prodetail .title {
	text-align: center;
	padding: 15px 0;
}

.prodetail .title h3 {
	font-size: 27px;
	color: #2c2c2c;
}

.prodetail .title p {
	font-size: 16px;
	color: #fff;
	background: #0e456e;
	display: inline-block;
	padding: 0 8px;
}

.prodetail .title hr {
	background: #0e456e;
	position: relative;
	bottom: 10px;
	z-index: -1;
	height: 0;
	border-bottom: 1px solid #0e456e;

}

.newdetail h3 {
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
}

.newdetail .date {
	font-size: 18px;
	text-align: center;
	display: inline-block;
}

.newdetail .title {
	text-align: center;
}

.newdetail .info {
	padding: 30px 0;
	text-align: left;
}

.newdetail .info img {
	max-width: 100%;
}

.videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -200px;
	z-index: 100;
}

.videos iframe {
	width: 800px;
	height: 400px;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}

.page {
	text-align: center;
	font-size: 14px;
	color: #606060;
	padding: 15px 0;
}

.page span {
	border: 1px solid #d2d2d2;
	padding: 3px 8px;
	display: inline-block;
}

.page a {
	border: 1px solid #d2d2d2;
	padding: 3px 8px;
	display: inline-block;
}

.page .on {
	background: #0e456e;
	color: #fff;
}

.videolist ul li {
	float: left;
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
	overflow: hidden;

}

.videolist ul li:nth-child(3n) {
	margin-right: 0;
}

.videolist ul li .img {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #eaeaea;
	padding: 8px;
}

.videolist ul li .img img {
	width: 100%;
	transition: all .3s ease-in-out;
}

.videolist ul li .img .play {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s all ease-in-out;
}

.videolist ul li .img .play img {
	width: 100%;
}

.videolist ul li .img:hover .play {
	transform: scale(1.3);
}

.videolist ul li .info {
	padding: 15px 0;
}

.videolist ul li p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 20px;
	transition: all .3s ease-in-out;
}

.videolist ul li span {
	color: #6a6a6a;
	font-size: 14px;
	display: block;
	padding: 10px 0;
	transition: all .3s ease-in-out;
}

.videolist ul li:hover p {
	color: #0e456e;
}

.videolist ul li:hover span {
	color: #0e456e;
}

.hoverwx {
	float: left;
}

.kefu {
	position: fixed;
	right: 3px;
	top: 30%;
	z-index: 10000;
	display: block;
	display: none;
}

.kefu .kfdiv {
	width: 63px;
	height: 63px;
	margin-bottom: 1px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	margin-right: 0;
	background: url(../image/kefu.png) no-repeat;
}

.kfQQ {
	width: 138px;
	margin-left: -77px;
	position: relative;
	margin-bottom: 1px;
	display: none;
	border: 1px solid #eaeaea;
	background: #fff;
	padding-bottom: 5px;
}

.kfQQ p {
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
}

.kefu .c4 {
	background-position: 0 -128px;
}

.kefu .code {
	text-align: center;
	padding: 10px 10px 0 10px;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
	.videos {
		display: none;
		position: fixed;
		left: 0;
		top: 50%;
		margin-left: 0;
		margin-top: -150px;
		z-index: 100;
		width: 100%;
	}

	.videos iframe {
		width: 100%;
		height: 300px;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.container {
		width: 100%;
		padding: 0 10px;
	}

	.header {
		height: 60px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.header .logo {
		line-height: 60px;
		float: left;
	}

	.header .logo img {
		height: 40px;
	}

	.header .logoword {
		display: none;
	}

	.header .line {
		display: none;
	}

	.header .lang {
		display: none;
	}

	.header .header-m {
		display: none;
	}

	.header .right_nav {
		display: none;
	}

	.header .right_menu {
		display: block;
	}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 3px 8px;
		margin-top: 18px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #295290;
		border-radius: 4px;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #295290;
		margin: 3px 0;
	}

	.mobile_nav {
		position: absolute;
		width: 100%;
		top: 60px;
		z-index: 999;
		left: 0;
		background: #fff;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		display: none;
	}

	.mobile_nav ul li {
		text-align: center;
		padding: 10px 0;
	}

	.banner img {
		width: 100%;
	}

	.container1300 {
		width: 100%;
	}

	.series .swiper-container {
		width: 80%;
	}

	.series .swiper-button-next {
		background: url(../image/right.png) no-repeat center;
		width: 22px;
		height: 174px;
		background-size: 100% auto;
	}

	.series .swiper-button-prev {
		background: url(../image/left.png) no-repeat center;
		width: 22px;
		height: 174px;
		background-size: 100% auto;
	}

	.index_news .newlist ul li {
		float: left;
		width: 49%;
		height: auto;
		margin-top: 30px;
		margin-right: 2%;
	}

	.index_news .newlist ul li .leftimg {
		float: left;
		width: 100%;
		overflow: hidden;
	}

	.index_news .newlist ul li .leftimg img {
		height: auto;
		width: 100%;
	}

	.index_news .newlist ul li .date {
		width: 100%;
		height: auto;
		line-height: normal;
		padding: 10px 0;
		border: 0;
	}

	.index_news .newlist ul li .stitle {
		width: 100%;
		padding-top: 5px;
		height: 80px;
	}

	.about_content .title {
		padding: 10px 0 10px 0;
	}

	.about_content .title h3 {
		font-size: 26px;
		color: #0e456e;
		line-height: 21px;
	}

	.about_content .title p {
		font-size: 16px;
		color: #0e456e;
	}

	.catelist {
		padding: 10px 0;
	}

	.prolist ul li {
		float: left;
		width: 49%;
		margin-bottom: 30px;
		margin-right: 2% !important;
		border-bottom: 1px solid #6a6a6a;
		overflow: hidden;
	}

	.prolist ul li .info {
		padding: 5px 0;
	}

	.prolist ul li span {
		color: #6a6a6a;
		font-size: 14px;
		display: block;
		padding: 5px 0;
	}

	.prolist ul li:nth-child(2n) {
		margin-right: 0 !important;
	}

	.newlist .title {
		padding: 20px 0 10px 0;
	}

	.newlist .title h3 {
		font-size: 22px;
		color: #0e456e;
		line-height: 18px;

	}

	.newlist .title p {
		font-size: 16px;
		color: #0e456e;
	}

	.newlist .list_d ul li {
		width: 49%;
		margin-right: 2%;
		float: left;
		padding: 10px 0;
	}

	.newlist .list_d ul li:nth-child(2n) {
		margin-right: 0;
	}

	.newlist .list_d ul li .leftimg {
		float: left;
		width: 100%;
	}

	.newlist .list_d ul li .rightinfo p {
		display: none;
	}

	.newlist .list_d ul li .rightinfo {
		float: right;
		width: 100%;
		padding: 10px 0;
	}

	.newlist .list_d ul li .rightinfo h3 {
		display: block;
		font-size: 14px;
		color: #6a6a6a;
		line-height: 24px;
		padding: 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.newlist .list_d ul li .rightinfo .readmore {
		font-size: 14px;
		color: #6a6a6a;
		padding-top: 15px;
	}

	.newlist .list_d ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.newdetail h3 {
		font-size: 20px;
		text-align: center;
		padding: 10px 0;
	}

	.newdetail span {
		font-size: 16px;
		text-align: center;
		display: inline-block;
	}

	.newdetail .info {
		padding: 20px 0;
	}

	.contactus .item {
		width: 49%;
		margin-right: 2% !important;
		padding: 17px;
		height: 180px;
	}

	.contactus .item:nth-child(2n) {
		margin-right: 0 !important;
	}

	.contactus .item.wechat {
		display: none;
	}

	.contactus .wechat .wechat_img {
		display: none;
	}

	.contactus .wechat p {
		display: none;
	}

	.contactus .wechat .wxcode {
		position: relative;
		top: 0;
		right: 0;
	}

	.contactus .item img {
		height: 35px;
	}

	.footer_inline {
		display: none;
		width: 100%;
	}

	.footer .lxfs .phone {
		padding: 10px;
	}

	.footer .lxfs {
		float: right;
		width: 100%;
	}

	.procontent .left {
		width: 100%;
	}

	.procontent .right {
		float: right;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 18px 10px;
	}

	.mobile_footer {
		background: rgba(14, 69, 110, .8);
		width: 100%;
		position: fixed;
		bottom: 0;
		padding: 3px 0;
		z-index: 999;
		display: block;
		border-top: 1px solid #fff;
	}

	.mobile_footer ul li {
		float: left;
		width: 25%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		text-align: center;
	}

	.mobile_footer ul li p {
		color: #fff;
		font-size: 12px;
		margin: 0;
	}

	.mobile_footer ul li img {
		width: 20px;
		padding: 5px 0;
	}

	.catelist a {
		font-size: 13px;
		color: #6a6a6a;
		display: inline-block;
		padding: 8px 15px;
		transition: all .3s ease-in-out;
		margin: 0 5px;
		text-align: center;
		width: 40%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.brand_story {
		padding: 25px 0;
	}

	.brand_story .leftimg {
		width: 100%;
		float: left;
	}

	.brand_story .rightinfo {
		float: right;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px 10px 0 10px;
	}

	.brand_story_list {
		padding: 10px 0 0;
	}

	.brand_story_list ul li img {
		height: 45px;
	}

	.brand_story_list ul li {
		display: inline-block;
		width: 50%;
		text-align: center;
	}

	.brand_story_list ul li h3 {
		font-size: 30px;
		color: #6a6a6a;
		font-weight: bold;
		padding: 8px 0;
	}

	.brand_story_list ul li {
		display: inline-block;
		width: 50%;
		text-align: center;
		padding: 10px 0;
	}

	.brand_story_list ul li span {
		font-size: 12px;
		position: relative;
		bottom: 15px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}

	.company_profile .leftimg {
		width: 100%;
		float: left;
	}

	.company_profile .rightinfo {
		width: 100%;
		float: right;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 5px 10px 0 10px;
	}

	.company_profile .rightinfo .title {
		padding: 0 0 20px 0;
	}

	.company_profile .rightinfo .more {
		margin-top: 30px;
	}

	.company_profile .rightinfo .more a {
		font-size: 14px;
		color: #fff;
		background: #003763;
		display: inline-block;
		padding: 10px 40px;
		border-radius: 20px;
	}

	.company_profile {
		background: #ebf0f4;
		padding: 30px 0;
	}

	.brand_culture .title {
		padding: 30px 0;
	}

	.brand_culture .title h3 {
		font-size: 24px;
		color: #6a6a6a;
		font-weight: bold;
		letter-spacing: 2px;
		letter-spacing: 1px;
		line-height: 1.5;
	}

	.brand_culture .title p {
		font-size: 16px;
		color: #6a6a6a;
		letter-spacing: 1px;
	}

	.brand_culture .whln .whualinian {
		width: 100%;
		float: right;
		background: #fff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 20px;
		border-radius: 10px;
		position: relative;
		bottom: 40px;
		right: 0;
	}

	.brand_culture .whln .stitle .line {
		width: 50px;
		height: 2px;
		background: #000000;
		margin: 10px 0 25px 0;
	}

	.location {
		display: none;
	}

	.footer {
		padding: 15px 0;
		background: #0e456e;
		text-align: center;
	}

	.videolist ul li {
		float: left;
		width: 49%;
		margin-bottom: 30px;
		margin-right: 2%;
		overflow: hidden;
	}

	.videolist ul li:nth-child(2n) {
		margin-right: 0;
	}

	.banner_noindex {
		background-size: 100% auto;
		height: 41vw;
	}

	.index_bottom {
		background: url(../image/bottombg.jpg) no-repeat center top;
		height: auto;
		background-size: cover;
	}

	.index_bottom .xinxi {
		float: left;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-left: 0%;
		padding-right: 0%;
	}

	.index_bottom .xinxi .top {
		padding: 35px 0 15px 0%;
	}

	.index_bottom .xinxi .top h3 {
		font-size: 23px;
		color: #fff;
		display: block;
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 5px;

	}

	.index_bottom .xinxi .bottom h3 {
		font-size: 26px;
		color: #fff;
	}

	.index_bottom .xinxi .bottom h4 {
		font-size: 30px;
		color: #0e456e;
		font-weight: bold;
		background: #fff;
		display: inline-block;
		padding: 0 15px;
		margin: 15px 0;
	}

	.index_bottom .xinxi .bottom p {
		font-size: 22px;
		color: #fff;
	}

	.index_bottom .bottomform {
		float: right;
		width: 100%;
		height: auto;
		background: url(../image/formbg.jpg) no-repeat center top;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 25px 20px 30px 20px;
		text-align: center;
		margin-top: 15px;
	}

	.index_series .item .hover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 55, 99, .7);
		left: 0;
		top: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 14vw 20px 0 20px;
		transition: .4s all ease-in-out;
		opacity: 1;
	}

	.index_series .item {
		float: left;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 5px 0;
	}

	.index_series .item .hover .icon img {
		width: 70px;
	}

	.join_sec1 ul li img {
		max-width: 90%;
	}

	.join_sec1 {
		padding: 30px 0;
	}

	.join_sec1 ul li {
		float: left;
		width: 50%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		text-align: center;
		height: 100px;
		padding: 0 5px;
	}

	.join_sec1 ul li p {
		font-size: 13px;
		color: #666666;
		line-height: 1.6;
	}

	.join_sec1 ul li:nth-child(4) {
	}

	.join_sec1 ul li:nth-child(5) {
		width: 50%;
	}

	.join_sec2 .title h3 {
		font-size: 22px;
		color: #003763;
		letter-spacing: 2px;
	}

	.join_sec2 .title p {
		font-size: 16px;
		color: #666666;
		margin: 15px 0;
	}

	.join_sec2 .joinadclist {
		padding: 30px 0;
	}

	.join_sec2 .joinadclist ul li {
		float: left;
		width: 24%;
		margin-right: 1.33%;
		text-align: center;
		background: #e6e6e6;
		padding: 20px 0;
		cursor: pointer;
		margin-bottom: 2vw;
	}

	.join_sec2 .joinadclist ul li:nth-child(4n) {
		margin-right: 0;
	}

	.join_sec2 .joinadclist ul li h3 {
		font-size: 13px;
		color: #666666;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 10px 0;
	}

	.join_sec2 .joinadclist ul li img {
		width: 45px;
	}

	.join_sec2 .joinadclist ul li p {
		font-size: 12px;
		color: #666666;
	}

	.join_sec3 .swiper-slide {
		width: 100%;
	}

	.join_sec3 {
		padding: 0 10px;
	}

	.join_sec3 .swiper-slide .img {
		width: 100%;
		float: left;
	}

	.join_sec3 .swiper-slide .info {
		float: right;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 15px 20px;
		box-shadow: 2px 2px 5px #eaeaea;
		border: 1px solid #eaeaea;
		height: auto;
	}

	.join_sec3 .swiper-slide .info .title h3 {
		font-size: 23px;
		color: #666666;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.join_sec3 .swiper-slide .info .title p {
		font-size: 13px;
		color: #666666;
		letter-spacing: 1px;
		padding: 10px 0;
	}

	.join_sec4 {
		padding: 30px 0 30px 0;
	}

	.join_sec4 .title h3 {
		font-size: 28px;
		color: #666666;
	}

	.join_sec4 .title h3 {
		font-size: 25px;
		color: #666666;
	}

	.join_sec4 .title .jm {
		font-size: 15px;
		color: #666666;
		margin: 8px 0 25px 0;
	}

	.join_sec4 .title .jmm {
		font-size: 13px;
		color: #666;
		line-height: 2;
	}

	.join_sec4 .zclist ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
		position: relative;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 2vw;
	}

	.join_sec4 .zclist ul li:nth-child(2n) {
		margin-right: 0;
	}

	.join_sec4 .zclist ul li .hover h3.top {
		font-size: 22px;
		color: #fff;
	}

	.join_sec4 .zclist ul li .hover h3.middle {
		font-size: 25px;
		color: #fff;
		font-weight: bold;
		line-height: 1.5;
	}

	.join_sec4 .zclist ul li .hover h3.top {
		font-size: 22px;
		color: #fff;
	}

	.join_sec4 .zclist ul li .hover {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: rgba(0, 55, 99, .7);
		padding: 18px 15px 0 15px;
		transition: .3s all ease-in-out;
		border-radius: 10px;
	}

	.join_sec4 .zclist ul li .wz {
		padding: 15px 0;
	}

	.join_sec5 .lc_list ul li {
		display: inline-block;
		padding: 8px 7px;
		width: 24%;
		vertical-align: middle;
	}

	.join_sec5 .lc_list ul li p {
		font-size: 16px;
		color: #ffffff;
		padding-top: 10px;
		letter-spacing: 2px;
	}

	.join_sec5 .lc_list ul {
		text-align: center;
		padding: 30px 0 30px 0;
	}

	.join_sec5 .lc_list {
		background: url(../image/join_bg.jpg) no-repeat center;
		height: auto;
		margin-top: 25px;
		background-size: cover;
	}

	.join_sec5 .lc_list ul li .jit {
		width: 30px;
	}

	.join_sec5 .lc_list ul li:nth-child(4) {
		display: none;
	}

	.join_sec5 .title h3 {
		font-size: 26px;
		color: #666666;
	}

	.join_sec6 .title {
		text-align: center;
		padding: 30px 0 35px 0;
	}

	.join_sec6 .title h3 {
		font-size: 26px;
		color: #fff;
	}

	.join_sec6 .join_form div input[type=text]:nth-child(2) {
		margin-left: 1%;
	}

	.join_sec6 .join_form input[type=text] {
		width: 48%;
		height: 40px;
		border: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-left: 10px;
		color: #666666;
		outline: none;
	}

	.join_sec6 .join_form .submit {
		text-align: center;
		margin-top: 30px;
	}

	.join_sec6 {
		background: url(../image/join_bottom.jpg) no-repeat center top;
		height: auto;
		padding-bottom: 30px;
	}

	.catepro_list {
		display: none;
	}

	.kefu {
		display: none;
	}

	.index_series {
		padding: 30px 0 30px 0;
	}

	.navs {
		width: 55px;
		height: 55px;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 5px;
		z-index: 9;
	}

	.navs span {
		top: 25px;
	}

	.navs span:first-child {
		content: "";
		top: 17px;
		left: 0;
	}

	.navs span:last-child {
		content: "";
		top: 34px;
		left: 0;
	}

	.navs span,
	.navs span:first-child,
	.navs span:last-child {
		left: 14px;
		position: absolute;
		background: #0e456e;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 27px;
		height: 2px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
	}

	.navs.action span:first-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 25px;
		opacity: 1;
	}

	.navs.action span {
		opacity: 0;
	}

	.navs.action span:last-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 25px;
		opacity: 1;
	}

	.head-nav {
		text-align: center;
		background: #fff;
		position: absolute;
		top: 60px;
		width: 100%;
		display: none;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	}

	.head-nav ul {
		padding: 0 15px;
	}

	.head-nav li {
		text-align: left;
	}

	.head-nav li>a {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		color: #333;
		position: relative;
		border-bottom: 1px solid #d9d9d9;
	}

	.second-nav {
		display: none;
	}

	.second-nav>a {
		border-bottom: 1px solid #d9d9d9;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		color: #666;
		display: block;
		padding: 0 15px;
		position: relative;
	}

	.third-nav {
		background: #eee;
		border-bottom: 1px solid #d9d9d9;
		display: none;
	}

	.third-nav>a {
		display: block;
		height: 40px;
		line-height: 40px;
		position: relative;
		font-size: 13px;
		color: #333;
		padding: 0 10px 0 30px;
	}

	.head-nav li>a em {
		display: block;
		height: 50px;
		width: 20px;
		background-image: url(../image/icon05.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto 12px;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

	.second-nav>a em {
		display: block;
		width: 10px;
		height: 10px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		-webkit-transition: 300ms;
		transition: 300ms;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 2px;
		-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.head-nav li>a.cur em {
		-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.second-nav>a.cur {
		color: #0e456e;
	}

	.second-nav>a.cur em {
		border-color: #0e456e;
		-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: -2px;
	}

	.prolist {
		padding: 30px 0;
	}

	.procontent .right .stitle h3 {
		font-size: 15px;
		color: #236391;
	}

	.procontent .right .stitle p {
		font-size: 20px;
		color: #003763;
		padding: 5px 0;
		font-weight: bold;
	}

	.join_sec1 ul li h3 {
		font-size: 16px;
		color: #333333;
		margin: 10px 0;
	}

	.map iframe {
		width: 100%;
		height: 300px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	.container {
		width: 100%;
		padding: 0 10px;
	}

	.container1300 {
		width: 100%;
		padding: 0 10px;
	}
}

.bt {
	text-align: center;
	background: url(../image/t1.png) no-repeat center center;
	height: 80px;
	margin-bottom: 10px;
}

.bt h2 {
	color: #003763;
	font-size: 36px;
	line-height: 80px;
}

.bt p {
	color: #3d3d3d;
	font-size: 16px;
	margin-top: 14px;
}

/*yz*/
.yz {
	height: 820px;
	background: url(../image/yz_bg.jpg) no-repeat center 0;
}

.yz dl {
	padding-top: 120px;
	height: 588px;
}

.yz dt {
	float: right;
	width: 858px;
	height: 588px;
	/* margin-right: -360px; */
	overflow: hidden;
	position: absolute;
	right: 0;
}

.yz dt img {
	transition: all 0.5s;
	max-width: 100%;
}

.yz dt:hover img {
	transform: scale(1.05);
}

.yz dd {
	float: left;
	width: 515px;
}



.yz dd h1 {
	padding: 16px 0 32px;
	position: relative;
	font-weight: normal;
}

.yz dd h1 b {
	display: block;
	font-size: 36px;
	color: #0d0700;
	line-height: 42px;
}

.yz dd h1 i {
	display: block;
	font-size: 26px;
	color: #0d0700;
	line-height: 30px;
	padding-top: 24px;
	font-style: normal;
}

.yz dd h1 em {
	color: #003763;
}

.yz dd h1:after {
	position: absolute;
	width: 94px;
	height: 3px;
	content: "";
	background: #003763;
	left: 0;
	bottom: 0;
}



.yz dd h2 {
	padding: 16px 0 32px;
	position: relative;
	font-weight: normal;
}

.yz dd h2 b {
	display: block;
	font-size: 36px;
	color: #0d0700;
	line-height: 42px;
}

.yz dd p i {
	display: block;
	font-size: 26px;
	color: #0d0700;
	line-height: 30px;
	padding-top: 24px;
	font-style: normal;
}

.yz dd h2 em {
	color: #003763;
}






.yz dd h3 {
	padding: 16px 0 32px;
	position: relative;
	font-weight: normal;
}

.yz dd h3 b {
	display: block;
	font-size: 36px;
	color: #0d0700;
	line-height: 42px;
}

.yz dd h3 i {
	display: block;
	font-size: 26px;
	color: #0d0700;
	line-height: 30px;
	padding-top: 24px;
	font-style: normal;
}

.yz dd h3 em {
	color: #003763;
}

.yz dd h3:after {
	position: absolute;
	width: 94px;
	height: 3px;
	content: "";
	background: #003763;
	left: 0;
	bottom: 0;
}

.yz_desc {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 58px 0 70px;
}

.yz dd ul {
	height: 147px;
	margin-left: -20px;
	width: 1000px;
	position: relative;
	z-index: 1;
}

.yz dd li {
	float: left;
	width: 25%;
	height: 147px;
	background: #003763;
	text-align: center;
}

.yz dd li:nth-child(2n) {
	background: #003763;
}

.yz dd li img {
	display: block;
	height: 50px;
	margin: 30px auto 22px;
	transition: all 0.5s;
}

.yz dd li p {
	font-size: 20px;
	color: #fff;
	line-height: 28px;
}

.yz dd li:hover img {
	transform: rotateY(180deg);
}

/**/
.wrap-title {
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.4;
	overflow: hidden;
	animation: bounceinT 1s ease-out backwards;
}

.wrap-title span {
	font-size: 24px;
	color: #003763;
}

.wrap-title h3 {
	font-size: 36px;
	font-weight: normal;
	color: #003763;
}

.wrap-title h3 a {
	color: #003763;
}

.wrap-title h3 b {
	background-image: -webkit-gradient(linear, 0 0, right 0, from(#e31f18), to(#003763));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wrap-title p {
	font-size: 16px;
	color: #999;
}

.wrap-title i {
	display: block;
	margin: 20px auto;
	width: 100px;
	height: 1px;
	background: url(../image/title_line.png) no-repeat;
}

.wrap-title.white * {
	color: #fff;
}

.wrap-title.white i {
	background: #fff;
}

/*news*/
.news {
	padding: 50px 0;
	overflow: hidden;
	background: url(../image/newsbg.jpg) center;
	background-size: 100% 100%;
	height: 760px;
}

.news-tab {
	position: relative;
}

.news-tab .tab-menu {
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.news-tab .tab-menu li {
	display: inline-block;
	margin: 0 4px;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: #ddd solid 1px;
}

.news-tab .tab-menu li.cur {
	background: #003763;
	border-color: #003763;
}

.news-tab .tab-menu li a {
	display: block;
	font-size: 16px;
	color: #003763;
}

.news-tab .tab-menu li.cur a {
	color: #fff;
}

.news-hot {
	float: left;
	margin-top: 8px;
	width: 575px;
	background: #fff;
	overflow: hidden;
}

.news-hot .pic {
	width: 575px;
	height: 233px;
	overflow: hidden;
}

.news-hot .pic img {
	display: block;
	width: 575px;
	height: 233px;
	object-fit: cover;
}

.news-hot .text {
	padding: 30px;
	height: 198px;
	overflow: hidden;
}

.news-hot .text h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
}

.news-hot .text h3 a {
	color: #003763;
}

.news-hot .text em {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial;
	color: #999;
}

.news-hot .text p {
	margin-top: 6px;
	margin-bottom: 20px;
	height: 100px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.news-hot .text .read {
	font-family: Arial;
	font-size: 14px;
	color: #666;
}

.news-hot:hover h3 a,
.news-hot:hover .read {
	color: #003763;
}

.news-list {
	float: right;
	width: 698px;
	overflow: hidden;
}

.news-list .item {
	padding: 8px 10px;
	height: 110px;
	transition: all 1s;
}

.news-list .item:hover {
	box-shadow: 0 0 10px #ddd inset;
	background: #fff;
	border-radius: 5px;
}

.news-list .item:hover h3 a {
	color: #003763;
}

.news-list .date {
	float: left;
	width: 108px;
	height: 108px;
	border: #ddd solid 1px;
	text-align: center;
	font-family: Arial;
	color: #666;
}

.news-list .date span {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 36px;
	border-bottom: #ddd solid 1px;
}

.news-list .date em {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.news-list .text {
	float: right;
	width: 540px;
	height: 110px;
}

.news-list .text h3 {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #003763;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list .text h3 a {
	color: #003763;
}

.news-list .text p {
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}

.new_list li {
	float: left;
	/* height: 306px!important; */
	background: #f4f4f4;
	margin-right: 20px;
	padding: 40px 40px;
}

@media screen and (min-width: 1400px) {
	.new_list li {
		width: 375px !important;
	}
}

.new_list li i {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	margin: 16px 0 26px;
	font-family: Arial;
}

.new_list li em {
	font-size: 24px;
	vertical-align: top;
	margin-right: 8px;
}

.new_list li h4 {
	font-size: 17px;
	color: #0d0700;
	line-height: 1.5;
	margin: 0px 0 17px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_list li h4 a {
	color: #0d0700;
}

.new_list li p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	opacity: 0.8;
	padding-bottom: 35px;
	border-bottom: 1px solid #dbdbdb;
}

.new_list li .xq {
	display: none;
	font-size: 14px;
	color: #000;
	opacity: 0.8;
	line-height: 24px;
	margin-top: 24px;
}

.new_list li:hover h4 a,
.new_list li .xq:hover {
	color: #003763;
	font-weight: bold;
	transition: 0.3s
}

.new_list li:hover p {
	border-color: #003763;
}

.new_list .new_listimgbox {
	/*width: 300px;*/
	margin: 0 auto;
}

/*news*/
/**/
/*abt*/
.abt_con {
	position: relative;
}

.abt_pic img {
	display: block;
	width: 100%;
}

.abt_r {
	position: absolute;
	width: 540px;
	right: 0;
	top: 11.5rem;
	left: 50%;
	margin-left: 60px;
}

.abt_r h2 {}

.abt_r h2 em {
	display: block;
	font-size: 1.1rem;
	color: #003763;
	line-height: 1.1rem;
}

.abt_r h2 b {
	display: block;
	font-size: 36px;
	color: #ffffff;
	line-height: 2.7rem;
	padding: 0.8rem 0 1rem;
}

.abt_r h2 i {
	display: block;
	font-size: 1.1rem;
	color: #ffffff;
	line-height: 1.1rem;
}

.abt_desc {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin: 2.5rem 0 3.8rem;
	color: #fff;
}

.abt_r h3 {
	height: 3rem;
}

.abt_r h3 a {
	text-transform: uppercase;
	float: left;
	width: 29%;
	height: 3.2rem;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #ffffff;
	background: rgb(0 55 99);
	margin-right: 6.5%;
}

.abt_r h3 a:last-child {
	margin-right: 0;
}

.abt_r h3 a i {
	display: block;
	font-size: 15px;
	line-height: 1.7rem;
	text-transform: uppercase;
}

.abt_r h3 a.on {
	background: #003763;
	color: #fff;
}

.album {
	width: 1400px;
	margin: -64px auto 0;
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 54px 30px 29px;
}

.album li {
	float: left;
	padding: 0;
	border: 1px solid #003763;
	margin-right: 25px;
}

.album li img {
	display: block;
	width: 100%;
}

.album .tempWrap {
	width: 100% !important;
}

@media screen and (min-width: 1400px) {
	.album li {
		width: 255px;
	}
}

/**/
.bot {
	height: auto;
	background: url(../image/footerbg.jpg) no-repeat center;
}

.bot .bot1 {
	height: 118px;
	line-height: 118px;
	border-bottom: 1px solid #919191;
}

.bot .menu {
	text-align: center;
	padding-top: 20px;
}

.bot .menu ul {

	text-align: center;

	display: inline-block;

	vertical-align: top;
}

.bot .menu li {
	list-style-type: none;
	display: inline-block;
}

.bot .menu a {
	font-size: 18px;
	color: #ffffff;
	margin: 0 10px;
	vertical-align: top;
}

.bot .menu a:hover {
	color: #63beff;
}

.bot .menu h4 {
	font-weight: bold;
}

.bot .menu .memu2 {}

.bot .menu .memu2 a {
	display: block;
	line-height: 2.2;
	font-size: 15px;
}

.bot2 {
	padding: 40px 0;
}

.bot2 .logo {
	width: 332px;
}

.bot2 .logo img {
	width: 302px;
	/* height: 88px; */
}

.bot2 .dz {
	margin-left: 0;
	margin-top: 20px;
}

.bot2 .dz dt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	/* text-indent: 24px; */
	margin-bottom: 10px;
}

.bot2 .dz .dd1 {
	height: 35px;
	/* text-indent: 24px; */
	font-size: 14px;
	color: #fff;
	line-height: 35px;
}

.bot2 .dz .dd2 {
	height: 35px;
	/* text-indent: 24px; */
	font-size: 14px;
	color: #fff;
	line-height: 35px;
}

.bot2 .lx {
	margin-left: 10px;
}

.bot2 .lx dt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-indent: 24px;
	margin-bottom: 10px;
}

.bot2 .lx .dd1 {
	height: 35px;
	background: url(../images/bottb3.png) left no-repeat;
	text-indent: 24px;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
}

.bot2 .lx .dd2 {
	height: 35px;
	background: url(../images/bottb4.png) left no-repeat;
	text-indent: 24px;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
}

.bot2 .ewm img {
	width: 130px;
	height: 130px;
	padding-top: 40px;
}

.bot3 {
	border-top: 1px solid #295a83;
	line-height: 65px;
}

.bot3 .beian {
	font-size: 14px;
	color: #999;
}

.bot3 a {
	color: #999;
}

.bot3 a:hover {
	color: #63beff;
}

.bot3 .jszc {
	font-size: 14px;
	color: #999;
}

.pro {
	margin-bottom: 40px;
}

.pro p {
	font-size: 16px;
}

.p14-info-3-list {
	width: 100%;
}

.productban {
	overflow: hidden;
}

.productban span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
@media screen and (min-width: 1200px){
.p14-info-3-list .productban li {
	width: 320px !important;
	margin-right: 20px;
	display: inline-block;
}
}

.p14-info-3-list .productban .productbanbox {}

.gsyj {}

.gsyj dl {
	padding-top: 20px;
}

.gsyj dl dt {
	width: 680px;
	height: 658px;
	float: left;
}

.gsyj dl dt img {
	max-width: 100%;
}

.gsyj dl dd {
	width: 600px;
	float: right;
	position: relative;
	padding-top: 20px;
}

.gsyj dl dd h3 {
	font-size: 28px;
	color: #000;
	margin-bottom: 40px;
	position: relative;
}

.gsyj dl dd h3 em {
	display: block;
	font-size: 48px;
	color: #eaeaea;
	font-style: normal;
	margin-bottom: 40px;
	line-height: 45px;
	text-transform: capitalize;
	font-weight: normal;
	font-family: arial;
	letter-spacing: -2px;
	word-spacing: 10px;
}

.gsyj dl dd h3:before {
	content: "";
	position: absolute;
	width: 122px;
	height: 5px;
	background: #fff;
	right: -56px;
	top: 72px;
}

.gsyj dl dd h3:after {
	content: ""
}

.gsyj dl dd p {
	text-align: justify;
	line-height: 35px;
}

.gsyj dl dd span {
	display: block;
	width: 285px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.gsyj dl dd:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 6px;
	background: #003763;
	bottom: -55px;
	left: 0;
}


.brand_story_list ul {
	font-size: 0;

}

.brand_story_list ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
}



.brand_story_list ul li p {
	font-size: 16px;
	color: #6a6a6a;
}

.qj_bj {
	height: 775px;
	padding-top: 80px;
	background: url(../picture/abt_bg1.jpg) no-repeat ;
	/*center top*/
	box-sizing: border-box;
	font-family: "Microsoft Yahei";
	margin-bottom: 40px;
	margin-top: 50px;
}

.qj dl {}

.qj dl dd {
	width: 543px;
	height: 454px;
	float: left;
	padding-top: 115px;
}

.qj dl dd h3 {
	font-size: 36px;
	color: #003763;
	font-weight: normal;
	margin-bottom: 0;
}

.qj dl dd h3 i {
	font-weight: bold;
	color: #fff;
	font-style: normal;
}

.qj dl dd em {
	font-size: 20px;
	color: #9b9b9b;
	font-family: "Times New Roman";
	display: block;
	height: 22px;
	line-height: 22px;
	font-style: normal;
	padding-top: 20px;
}

.qj dl dd .desc {
	margin-top: 35px;
}

.qj dl dd p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.fw {
	height: 490px;
}

.fw_l {
	float: right;
	width: 53%;
	font-size: 16px;
}

.fw_l h3 {
	font-size: 26px;
	color: #000;
	font-family: "Microsoft Yahei";
}

.fw_l h3 em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: normal;
	font-family: Times New Roman;
	padding: 35px 0 30px 0;
}

.fw_l p {
	line-height: 2;
}

.fw_l b {
	padding-top: 15px;
	display: block;
	color: #ec5b2c;
}

.fw_2 {
	float: left;
	width: 600px;
}

.img-responsive{
    width: 100%;
    max-width: 100%;
}
.notice{
    float: left;
    margin-left: 59.6px;
    padding-top: 10px;
}
@media screen and (max-width: 560px) { 
    .notice{
        display:none; 
        }
}