/*reset*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "microsoft yahei";
	color: #666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "microsoft yahei";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "microsoft yahei";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	mainContent: "";
	clear: both;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

.header {
	margin: 0 70px;
	/* overflow: hidden; */
	position: relative;
}

.header .logo {
	float: left;
	font-size: 0;
	line-height: 90px;
	width: 161px;
}

.header .logo img {
	max-width: 100%;
	max-height: 90%;
}

.header .nav {
	position: absolute;
	width: 1050px;
	left: 160px;
	right: 410px;
	margin: auto;
}

.header .nav>ul>li {
	position: relative;
	float: left;
	line-height: 90px;
	margin-left: 50px;
}

.header .nav li:first-child {
	margin: 0;
}

.header .nav li a {
	font-size: 16px;
	color: #666;
	transition: all 0.5s;
}

.header .nav ul>li>ul {
	width: 160px;
	position: absolute;
	top: 90px;
	left: calc(50% - 80px);
	z-index: 999;
	/* display: block!important; */
}

.header .nav ul>li>ul>li>a {
	display: block;
	width: 100%;
	/* height: 40px; */
	font-size: 14px;
	color: #666;
	background-color: #ffffff;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid #004098;
}

.header .nav ul>li>ul>li:nth-last-of-type(1) a {
	border-bottom: 0;
}

.header .nav ul>li>ul>li>a:hover {
	background-color: #004098;
	color: #ffffff;
}

.header .nav>ul>li>ul>li>ul {
	display: none !important;
}

.header .nav li a.on {
	color: #004098;
}

.header .nav li a:hover {
	color: #004098;
}

.header .tel {
	float: right;
	background: url(tel.png) no-repeat left center;
	padding-left: 60px;
	overflow: hidden;
	margin-top: 21px;
}

.header .tel div {
	float: left;
	margin-left: 40px;
}

.header .tel div:first-child {
	margin-left: 0;
}

.header .tel div span {
	font-size: 16px;
}

.header .tel div p {
	font-size: 24px;
	color: #004098;
	font-family: "century gothic";
	line-height: 24px;
}

.banner-box {
	margin-bottom: 60px;
}

.banner {
	/* height: 407px; */
	/* background-color: orange; */
	padding-bottom: 50px !important;
}

.banner .swiper-slide {
	font-size: 0;
	padding-bottom: 2px solid #ebebeb;
}

.banner .swiper-slide img {
	max-width: 100%;
}

.banner .swiper-pagination {
	position: absolute;
	right: 0;
	width: 1500px !important;
	margin: 0 auto;
	left: 0;
	bottom: 0px !important;
	text-align: center;
	height: 52px;
}

.banner .swiper-pagination div:first-of-type {
	margin-left: 0 !important;
}

.banner .swiper-pagination div {
	position: relative;
	width: auto;
	height: auto;
	background: none;
	margin: 0 0 0 25px !important;
	opacity: 1;
}

.banner .swiper-pagination div p {
	font-size: 16px;
	color: #333;
	padding-top: 5px;
	border-top: 2px solid transparent;
	position: relative;
}

.banner .swiper-pagination div p::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -11px;
	margin: auto;
	width: 14px;
	height: 11px;
	content: "";
	background: url(triangle.png) no-repeat center;
	opacity: 0;
}

.banner .swiper-pagination div em {
	font-weight: 1000;
	font-size: 15px;
	color: red;
	position: absolute;
	left: calc(50% - 300px);
	top: 30px;
	width: auto;
	opacity: 0;
	text-align: left;
	width: 650px;
}

.banner .swiper-pagination div.swiper-pagination-bullet-active p {
	color: #004098;
	font-weight: bold;
	border-top: 2px solid #004098;
}

.banner .swiper-pagination div.swiper-pagination-bullet-active p::before {
	opacity: 1;
}

.banner .swiper-pagination div.swiper-pagination-bullet-active em {
	opacity: 1;
}

.product-nav {
	position: fixed;
	border-radius: 5px;
	overflow: hidden;
	width: 120px;
	left: 40px;
	margin: auto;
	box-shadow: 0 0 5px 3px #e7e7e7;
	height: 560px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	background: #fff;
	display: none;
}

.product-nav h3 {
	background: #004098;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.product-nav p {
	height: 100px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 9px;
	line-height: 100px;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}

.product-nav p:last-child {
	border-bottom: none;
}

.product-nav p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 26px;
}

.product-nav p.on span {
	color: #004098;
}

.index-title {
	position: relative;
	overflow: hidden;
	margin: 25px 0 18px;
}

.index-title p {
	float: left;
	font-size: 24px;
	color: #333;
}

.index-title p span {
	font-size: 16px;
	color: #999;
	font-family: arial;
	text-transform: uppercase;
}

.index-title ul {
	/* float: left;
    margin-left: 220px; */
	position: absolute;
	left: 500px;
	overflow: hidden;
}

.index-title ul li {
	float: left;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 38px;
	width: 156px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	text-indent: 67px;
	cursor: pointer;
	transition: all 0.5s;
}

.index-title ul li.video {
	background: url(video.png) no-repeat 25px center;
}

.index-title ul li.picture {
	background: url(picture.png) no-repeat 25px center;
}

.index-title ul li.video.on {
	background: #004098 url(video-on.png) no-repeat 25px center;
	color: #fff;
	border-color: #004098;
}

.index-title ul li.picture.on {
	background: #004098 url(picture-on.png) no-repeat 25px center;
	color: #fff;
	border-color: #004098;
}

.index-title a {
	float: right;
	line-height: 40px;
	font-size: 14px;
	padding-right: 30px;
	background: url(more.png) no-repeat right center;
}

.product {
	width: 1500px;
	margin: 0 auto;
	/* background-color: red; */
}

.product-list-video {
	display: block;
	overflow: hidden;
}

.product-list-video dl {
	float: left;
	/* width: 31.4%; */
	width: 350px;
	margin-right: 33px;
	margin-bottom: 28px;
}

.product-list-video dl:nth-child(4n) {
	margin-right: 0;
}

.product-list-video dl dt {
	height: 235px;
	font-size: 0;
	text-align: center;
	line-height: 235px;
	background: #000;
	position: relative;
	overflow: hidden;
}

.product-list-video dl dt video {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.product-list-video dl dt p {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: #e7ebee;
	text-align: center;
}

.product-list-video dl dt p img {
	max-width: 90%;
	max-height: 90%;
}

.product-list-video dl dt p .play {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
}

.product-list-video dl dt p::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
	content: "";
	opacity: 0;
	transition: all 0.5s;
}

.product-list-video dl dd {}

.product-list-video dl dd>a {
	position: relative;
	display: block;
	border: 1px solid #f3f3f3;
	line-height: 58px;
	padding: 0 65px 0 15px;
	/* background: #fff url(right.png) no-repeat 94.5% center; */
	font-size: 16px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list-video dl dd>a>i {
	position: absolute;
	right: 10px;
	font-size: 14px;
}

.product-list-video dl:hover dt p .play {
	opacity: 1;
}

.product-list-video dl:hover dt p::before {
	opacity: 1;
}

.product-list-picture {
	display: none;
	overflow: hidden;
}

.product-list-picture dl {
	float: left;
	width: 350px;
	margin-right: 33px;
	margin-bottom: 28px;
}

.product-list-picture dl:nth-child(4n) {
	margin-right: 0;
}

.product-list-picture dl dt {
	height: 235px;
	font-size: 0;
	text-align: center;
	line-height: 235px;
	background: #e7ebee;
	position: relative;
	overflow: hidden;
}

.product-list-picture dl dt img {
	max-width: 90%;
	max-height: 90%;
}

.product-list-picture dl dd {}

.product-list-picture dl dd>a {
	position: relative;
	display: block;
	border: 1px solid #f3f3f3;
	line-height: 58px;
	padding: 0 65px 0 15px;
	/* background: #fff url(right.png) no-repeat 94.5% center; */
	font-size: 16px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list-picture dl dd>a>i {
	position: absolute;
	right: 10px;
}

.product1 .product {
	position: relative;
}

.product1 .index-title1 {
	margin-top: 0;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 99;
	width: 100%;
}

.product1 .product-list1 {
	padding-top: 30px;
}

.product-box2 {
	background: #f0f4f8;
	padding-top: 1px;
}

.about {
	margin-top: 40px;
	height: 633px;
	background: url(about-bg.jpg) no-repeat center;
	overflow: hidden;
}

.about .index-title {
	margin-top: 30px;
}

.about .index-title p {
	color: #fff;
}

.about .index-title p span {
	color: #ccc;
}

.about .index-title a {
	color: #fff;
	background: url(more02.png) no-repeat right center;
	opacity: 0.7;
}

.about-list {
	width: 1500px;
	margin: 0 auto;
}

.about-list dl {
	overflow: hidden;
}

.about-list dl dt {
	overflow: hidden;
	float: left;
	position: relative;
	width: 750px;
	height: 500px;
	background: #000;
	line-height: 500px;
}

.about-list dl dt video {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

.about-list dl dt img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.about-list dl dt img.play {
	cursor: pointer;
}

.about-list dl dd {
	overflow: hidden;
	float: right;
	width: 749px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 50px 0 60px;
	height: 500px;
}

.about-list dl dd .about-list-brief h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 55px;
}

.about-list dl dd .about-list-brief span {
	font-size: 16px;
	font-family: arial;
	color: #888;
}

.about-list dl dd .about-list-brief p {
	font-size: 18px;
	color: #888;
	margin: 40px 0 50px;
	line-height: 30px;
}

.about-list dl dd .about-list-data {
	overflow: hidden;
}

.about-list dl dd .about-list-data div {
	float: left;
	height: 142px;
	width: 142px;
	background: #f3f6fb;
	text-align: center;
	margin-right: 23px;
}

.about-list dl dd .about-list-data div:last-child {
	margin-right: 0;
}

.about-list dl dd .about-list-data div em {
	display: block;
	line-height: 40px;
	font-size: 0;
	margin: 20px 0 5px 0;
}

.about-list dl dd .about-list-data div span {
	display: block;
	font-size: 24px;
	color: #333;
	font-family: "century gothic";
}

.about-list dl dd .about-list-data div p {
	font-size: 14px;
}

.news {
	width: 1500px;
	margin: 0 auto;
}

.news-list {
	position: relative;
}

.news-list .hd {
	position: absolute;
	left: 455px;
	top: -58px;
	overflow: hidden;
}

.news-list .hd li {
	float: left;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 38px;
	width: 156px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 0;
	text-align: center;
}

.news-list .hd li span {
	margin: 0px 12px 0 0;
	height: 28px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.news-list .hd li span img {
	position: relative;
	top: 0;
	left: 0;
}

.news-list .hd li em {
	line-height: 28px;
	margin-top: 0;
	color: #333;
	text-indent: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	transition: all 0.5s;
}

.news-list .hd li.on {
	background: #004098;
	border-color: #004098;
}

.news-list .hd li.on span img {
	top: -28px;
}

.news-list .hd li.on em {
	color: #FFFFFF;
}

.news-list .bd li {
	display: none;
}

.news-list .bd li dl {
	overflow: hidden;
}

.news-list .bd li dl dt {
	float: left;
	width: 650px;
}

.news-list .bd li dl dt div {
	height: 360px;
	font-size: 0;
	text-align: center;
	line-height: 360px;
	overflow: hidden;
}

.news-list .bd li dl dt div img {
	max-width: 100%;
}

.news-list .bd li dl dt h3 {
	font-size: 20px;
	color: #333;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 30px 30px 0;
	font-weight: bold;
}

.news-list .bd li dl dt p {
	font-size: 16px;
	color: #999;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 18px 30px 51px;
}

.news-list .bd li dl dt p span {
	height: 48px;
	overflow: hidden;
	display: block;
}

.news-list .bd li dl dd {
	float: right;
	width: 830px;
}

.news-list .bd li dl dd .news-list-text {
	border: 1px solid #e8e8e8;
	padding: 40px 30px 40px 35px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.news-list .bd li dl dd .news-list-text::before {
	position: absolute;
	left: 150px;
	top: 40px;
	bottom: 40px;
	width: 1px;
	content: "";
	background: #e8e8e8;
}

.news-list .bd li dl dd .news-list-text p {
	float: left;
	text-align: center;
	width: 70px;
}

.news-list .bd li dl dd .news-list-text p em {
	font-size: 36px;
	color: #333;
	font-family: "century gothic";
	display: block;
	height: 50px;
	line-height: 45px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 7px;
}

.news-list .bd li dl dd .news-list-text p span {
	font-size: 16px;
	font-family: "century gothic";
	color: #666;
	display: block;
}

.news-list .bd li dl dd .news-list-text div {
	float: right;
	width: calc(100% - 160px);
	padding-right: 65px;
	box-sizing: border-box;
	background: url(more03.png) no-repeat right center;
}

.news-list .bd li dl dd .news-list-text div h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.news-list .bd li dl dd .news-list-text div span {
	font-size: 15px;
	color: #666;
	display: block;
	line-height: 26px;
	margin-top: 5px;
	height: 52px;
	overflow: hidden;
}

.news-list .bd li dl dd .news-list-text:hover p em {
	color: #004098;
}

.news-list .bd li dl dd .news-list-text:hover div {
	background: url(more04.png) no-repeat right center;
}

.news-list .bd li dl dd .news-list-text:hover div h3 {
	font-weight: bold;
}

.footer {
	/* background: url(footer-bg.jpg) no-repeat center; */
	background: url(footer-bg.jpg) repeat;
	/* height: 384px; */
	margin-top: 38px;
	padding-top: 1px;
}

.footer-top {
	width: 1500px;
	overflow: hidden;
	margin: 40px auto 0;
}

.footer-top .footer-top-nav {
	float: left;
	overflow: hidden;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 40px;
}

.footer-top .footer-top-nav li {
	float: left;
	margin: 0px 5px 0 0;
}

.footer-top .footer-top-nav li a {
	font-size: 18px;
	color: #fff;
}

.footer-top .footer-top-nav li ul {
	margin-top: 20px;
}

.footer-top .footer-top-nav li ul li {
	float: none;
	margin: 10px 0 0 0;
}

.footer-top .footer-top-nav li ul li a {
	font-size: 14px;
	color: #8D9AB9;
	display: block;
	width: 150px;
}

.footer-top .footer-top-nav li ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-top .footer-top-contact {
	float: left;
}

.footer-top .footer-top-contact p {
	font-size: 16px;
	color: #8d9ab9;
	padding-left: 28px;
	background: url(tel02.png) no-repeat left center;
}

.footer-top .footer-top-contact h3 {
	font-size: 28px;
	font-family: "century gothic";
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	margin: 10px 0 25px;
}

.footer-top .footer-top-contact a {
	display: block;
	background: #ffa800 url(message.png) no-repeat 25px center;
	width: 157px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-indent: 65px;
	line-height: 45px;
	border-radius: 45px;
}

.footer-top dl {
	float: right;
}

.footer-top dl dt {
	width: 110px;
	height: 110px;
	font-size: 0;
	text-align: center;
	line-height: 110px;
	background: #fff;
}

.footer-top dl dt img {
	max-width: 100%;
	max-height: 100%;
}

.footer-top dl dd {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	color: #8d9ab9;
	line-height: 77px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 50px;
}

.footer-copyright a {
	font-size: 14px;
	color: #8d9ab9;
}

.innerBanner {
	height: 210px;
	position: relative;
	overflow: hidden;
}

.innerBanner img {
	position: absolute;
	top: 0;
	left: -960px;
	margin-left: 50%;
}

.innerNav-box {
	border-bottom: 1px solid #e5e5e5;
}

.innerNav {
	overflow: hidden;
	width: 1500px;
	margin: 0 auto;
}

.innerNav .innerNav-list {
	float: left;
}

.innerNav .innerNav-list li {
	float: left;
}

.innerNav .innerNav-list li a {
	padding: 0 22px;
	transition: all 0.5s;
	display: block;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.innerNav .innerNav-list li a.on {
	background: #004098;
	color: #fff;
}

.innerNav p {
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 52px;
	background: url(position.png) no-repeat left center;
	padding-left: 38px;
}

.innerNav p a {
	font-size: 16px;
	color: #999;
}

.innerNav p a:last-child {
	color: #004098;
}

.innerAbout-brief {
	width: 1500px;
	margin: 30px auto 0;
	overflow: hidden;
}

.innerAbout-brief .innerAbout-brief-left {
	float: left;
	width: 690px;
}

.innerAbout-brief .innerAbout-brief-left .innerAbout-brief-left-title {
	overflow: hidden;
}

.innerAbout-brief .innerAbout-brief-left .innerAbout-brief-left-title p {
	float: left;
	font-size: 24px;
	color: #333;
	margin-right: 20px;
}

.innerAbout-brief .innerAbout-brief-left .innerAbout-brief-left-title span {
	float: left;
	line-height: 36px;
	font-size: 16px;
	text-transform: uppercase;
	color: #cccccc;
}

.innerAbout-brief .innerAbout-brief-left .innerAbout-brief-left-content {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin: 20px 0;
	max-height: 360px;
	overflow: hidden;
}

.innerAbout-brief .innerAbout-brief-left a {
	border: 1px solid #eaeaea;
	display: block;
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-indent: 20px;
	background: url(more.png) no-repeat 85px center;
	transition: all 0.5s;
}

.innerAbout-brief .innerAbout-brief-left a:hover {
	color: #fff;
	border-color: #004098;
	background: #004098 url(more02.png) no-repeat 85px center;
}

.innerAbout-brief .innerAbout-brief-right {
	float: right;
	width: 750px;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-video {
	position: relative;
	height: 315px;
	text-align: center;
	line-height: 315px;
	font-size: 0;
	background: #000;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-video video {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-video img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-video img.play {
	cursor: pointer;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data {
	overflow: hidden;
	font-size: 0;
	text-align: center;
	background: #004098;
	padding: 30px 0;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div {
	height: 142px;
	width: 142px;
	background: #f3f6fb;
	text-align: center;
	display: inline-block;
	margin-right: 24px;
	overflow: hidden;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div:last-child {
	margin-right: 0;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div em {
	display: block;
	line-height: 40px;
	font-size: 0;
	margin: 20px 0 5px 0;
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div span {
	display: block;
	font-size: 24px;
	color: #333;
	font-family: "century gothic";
}

.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div p {
	font-size: 14px;
}

.innerAbout-honor {
	background: #f2f2f2;
	padding: 35px 0;
	margin-top: 40px;
}

.innerAbout-honor .index-title {
	width: 1500px;
	margin: 0 auto;
}

.innerAbout-honor-list {
	width: 1500px;
	margin: 0 auto;
	position: relative;
}

.innerAbout-honor-list-hd {
	position: absolute;
	left: 500px;
	top: -65px;
	overflow: hidden;
}

.innerAbout-honor-list-hd li {
	float: left;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 38px;
	width: 156px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 0;
	text-align: center;
}

.innerAbout-honor-list-hd li:nth-last-of-type(1) {
	margin-right: 0;
}

.innerAbout-honor-list-hd li span {
	margin: 0px 12px 0 0;
	height: 28px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 28px;
}

.innerAbout-honor-list-hd li span img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.innerAbout-honor-list-hd li em {
	line-height: 28px;
	margin-top: 0;
	color: #333;
	text-indent: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	transition: all 0.5s;
}

.innerAbout-honor-list-hd li.on {
	background: #004098;
	border-color: #004098;
}

.innerAbout-honor-list-hd li.on span img {
	top: -28px;
}

.innerAbout-honor-list-hd li.on em {
	color: #FFFFFF;
}

.innerAbout-honor-list-bd-box {
	margin-top: 25px;
}

.innerAbout-honor-list-bd {
	position: relative;
	display: none;
}

.innerAbout-honor-list-bd .prev {
	width: 48px;
	height: 48px;
	background: url(prev.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 115px;
	margin: auto;
}

.innerAbout-honor-list-bd .next {
	width: 48px;
	height: 48px;
	background: url(next.png) no-repeat left center;
	position: absolute;
	right: 0;
	top: 115px;
	margin: auto;
}

.innerAbout-honor-list-bd-box .bd {
	margin: 0 90px;
}

.innerAbout-honor-list-bd-box .bd li {
	width: 201px;
	float: left;
	margin-right: 25px;
}

.innerAbout-honor-list-bd-box .bd li dt {
	height: 277px;
	font-size: 0;
	text-align: center;
	line-height: 277px;
	overflow: hidden;
}

.innerAbout-honor-list-bd-box .bd li dt img {
	max-width: 100%;
}

.innerAbout-honor-list-bd-box .bd li dd {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 12px;
}

.innerAbout-culture {
	width: 1500px;
	margin: 35px auto 0;
	overflow: hidden;
}

.innerAbout-culture-img {
	float: left;
	width: 626px;
	height: 401px;
	font-size: 0;
	text-align: center;
	line-height: 401px;
	overflow: hidden;
}

.innerAbout-culture-img img {
	max-width: 100%;
}

.innerAbout-culture-text {
	width: 850px;
	float: right;
}

.innerAbout-culture-text h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.innerAbout-culture-text h3 span {
	color: #ccc;
	font-family: "arial";
	font-size: 16px;
	text-transform: uppercase;
}

.innerAbout-culture-text p {
	font-size: 16px;
	margin-top: 25px;
}

.innerAbout-culture-text div {
	margin-left: 60px;
	overflow: hidden;
	background: url(culture-img05.png) no-repeat top center;
	margin-top: 45px;
}

.innerAbout-culture-text div dl {
	float: left;
	width: 35%;
	text-align: center;
	margin: 0 7.5%;
}

.innerAbout-culture-text div dl dt {
	width: 85px;
	height: 85px;
	margin: 0 auto;
	line-height: 85px;
	text-align: center;
	font-size: 0;
}

.innerAbout-culture-text div dl dd b {
	font-size: 18px;
	color: #333;
	display: block;
	margin-top: 5px;
}

.innerAbout-culture-text div dl dd em {
	font-size: 18px;
}

.innerAbout-culture-text div dl dd h4 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-top: 15px;
}

.innerAbout-culture-text div dl:first-child {
	width: 25%;
	margin: 0;
}

.innerAbout-culture-text div dl:last-child {
	width: 25%;
	margin: 0;
}

.innerAbout-allAbout-box {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	margin: auto;
	z-index: 999;
}

.innerAbout-allAbout {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	width: 1100px;
	margin: auto;
	height: 71%;
	background: #fff;
}

.innerAbout-allAbout .close {
	position: absolute;
	right: -37px;
	top: -37px;
	cursor: pointer;
}

.innerAbout-allAbout-list {
	margin: 30px;
}

.innerAbout-allAbout-list-title {
	padding: 0 15px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.innerAbout-allAbout-list-title p {
	float: left;
	font-size: 24px;
	color: #333;
	margin-right: 20px;
}

.innerAbout-allAbout-list-title span {
	float: left;
	line-height: 36px;
	font-size: 16px;
	text-transform: uppercase;
	color: #cccccc;
}

.innerAbout-allAbout-list-content {
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	overflow-y: auto;
	max-height: 540px;
}

.innerProduct {
	width: 1500px;
	margin: 30px auto 0;
	overflow: hidden;
}

.innerProduct-nav {
	float: left;
	/* width: 348px; */
	width: 23.2%;
}

.innerProduct-nav-title {
	overflow: hidden;
	height: 67px;
	line-height: 67px;
	background: url(product-bg.jpg) no-repeat center;
	color: #FFFFFF;
}

.innerProduct-nav-title p {
	float: left;
	font-size: 24px;
	margin: 0 5px 0 22px;
}

.innerProduct-nav-title span {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 76px;
	height: 67px;
}

.innerProduct-nav-list {
	border: 1px solid #eeeeee;
}

.innerProduct-nav-list ul li {
	position: relative;
}

.innerProduct-nav-list ul li a {
	display: block;
	/* height: 60px; */
	line-height: 60px;
	border-bottom: 1px solid #eeeeee;
	font-size: 18px;
	color: #333;
	text-indent: 10px;
}

.innerProduct-nav-list ul li a.on {
	color: #004098;
	font-weight: bold;
}

.innerProduct-nav-list ul li span {
	position: absolute;
	right: 22px;
	top: 19px;
	bottom: 0;
	width: 21px;
	height: 21px;
	background: url(right02.png) no-repeat center;
	cursor: pointer;
	transition: all 0.5s;
}

.innerProduct-nav-list ul li span.on {
	background: url(right03.png) no-repeat center;
}

.innerProduct-nav-list ul li ul {
	margin: 0 22px;
	display: none;
}

.innerProduct-nav-list ul li ul li a {
	line-height: 40px;
	/* height: 56px; */
	text-indent: 48px;
	font-size: 16px;
	color: #666;
	position: relative;
	border-bottom: 1px dashed #eeeeee;
}

.innerProduct-nav-list ul li ul li a.on {
	color: #004098;
}

.innerProduct-nav-list ul li ul li a::before {
	position: absolute;
	left: 32px;
	line-height: 40px;
	content: ">";
	font-size: 16px;
	text-indent: 0;
}

.innerProduct-nav-list ul li ul li a:hover {
	color: #004098;
}

.innerProduct-list {
	width: 74.3%;
	float: right;
}

.innerProduct-list .product-list-video dl {
	margin-right: 32px;
	width: 31.3%;
}

.innerProduct-list .product-list-video dl:nth-child(3n) {
	margin-right: 0;
}

.innerProduct-list .product-list-video dl:nth-child(4n) {
	margin-right: 33px;
}

.innerProduct-list .product-list-picture dl {
	margin-right: 32px;
	width: 31.3%;
}

.innerProduct-list .product-list-picture dl:nth-child(3n) {
	margin-right: 0;
}

.innerProduct-list .product-list-picture dl:nth-child(4n) {
	margin-right: 33px;
}

.innerProduct-list .innerProduct-list-search {
	font-size: 0;
	text-align: center;
	margin: 0 0 25px 0;
}

.innerProduct-list .innerProduct-list-search ul {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0;
	text-align: left;
}

.innerProduct-list .innerProduct-list-search .search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 175px;
	background: #f4f4f4;
	width: 290px;
	height: 40px;
	border-radius: 40px;
}

.innerProduct-list .innerProduct-list-search .search input {
	float: left;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border: none;
	background: none;
	margin-left: 20px;
	width: 215px;
}

.innerProduct-list .innerProduct-list-search .search a {
	float: right;
	width: 19px;
	background: url(search.png) no-repeat center;
	padding: 0;
	height: 40px;
	margin-right: 20px;
	font-size: 0;
}

.innerProductDetails-position {
	width: 1500px;
	margin: 0 auto;
	font-size: 16px;
	height: 55px;
	line-height: 65px;
}

.innerProductDetails-position a {
	font-size: 16px;
}

.innerProductDetails-position a:last-child {
	color: #FF644B;
	font-size: 18px;
	font-weight: 600;
}

.innerProductDetails-brief {
	background: linear-gradient(to bottom, #fff, #f5f5f5);
}

.innerProductDetails-brief dl {
	width: 1500px;
	margin: 0 auto;
	/* overflow: hidden; */
	padding: 50px 0 40px;
}

.innerProductDetails-brief dl dt {
	position: relative;
	float: left;
	height: 425px;
	/* width: 600px; */
	width: 50%;
	background: #fff;
	text-align: center;
	line-height: 425px;
	font-size: 0;
	vertical-align: middle;
}

.innerProductDetails-brief .mask {
	display: none;
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	background: #004098;
	opacity: .5;
	border: 1px solid #ccc;
	cursor: move;
	z-index: 99;
	pointer-events: none;
}

.innerProductDetails-brief .big {
	display: none;
	position: absolute;
	width: 550px;
	height: 550px;
	top: 0;
	right: -552px;
	z-index: 999;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.innerProductDetails-brief .big img {
	position: absolute;
	left: 0;
	top: 0;
	/* width: 150%; */
	height: 150%;
}

.innerProductDetails-brief dl dt>img {
	max-width: 100%;
	max-height: 100%;
}

.innerProductDetails-brief dl dd {
	float: right;
	/* width: 850px; */
	width: 45%;
}

.innerProductDetails-brief dl dd h3 {
	font-size: 32px;
	color: #333;
	font-weight: normal;
}

.innerProductDetails-brief dl dd em {
	display: block;
	font-size: 18px;
	color: #004098;
	margin-top: 5px;
}

.innerProductDetails-brief dl dd>span {
	display: block;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
	min-height: 220px;
}

.innerProductDetails-brief dl dd>p {
	font-size: 16px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #e5e5e5;
}

.innerProductDetails-brief dl dd p i {
	color: #eb740c;
}

.innerProductDetails-brief dl dd h4 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 38px;
	background: url(tel03.png) no-repeat left 10px;
	margin-top: 25px;
}

.innerProductDetails-brief dl dd h4 b {
	font-size: 24px;
}

.innerProductDetails-brief dl dd div {
	overflow: hidden;
	margin-top: 40px;
}

.innerProductDetails-brief dl dd div a {
	float: left;
	margin-right: 12px;
	width: 126px;
	height: 38px;
	border: 1px solid #004098;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #004098;
}

.innerProductDetails-brief dl dd div a:first-child {
	background: #004098;
	color: #fff;
}

.innerProductDetails-content-title {
	border-bottom: 1px solid #eee;
	line-height: 60px;
	font-size: 0;
	text-align: center;
}

.innerProductDetails-content-title p {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin: 0 35px;
	cursor: pointer;
	color: #ff644b;
	font-weight: 600;
}

.innerProductDetails-content-title p.on {
	color: #004098;
}

.innerProductDetails-content-list {
	width: 1450px;
	margin: 30px auto;
}

.innerProductDetails-content-list-item {
	font-size: 16px;
	line-height: 28px;
	display: none;
}

.innerProductDetails-content-list-item video {
	min-width: 420px;
	min-height: 270px;
	background-color: #000000;
}

.innerProductDetails-content-list-item * {
	max-width: 100%;
}

.innerProductDetails-title {
	line-height: 58px;
	background: #f5f5f5;
	font-size: 18px;
	color: #004098;
	font-weight: bold;
	text-indent: 22px;
}

.innerProductDetails-form {
	width: 1500px;
	margin: 0 auto;
	/* background-color: red; */
}

.innerProductDetails-form form {
	margin-left: 22px;
	width: 1245px;
	overflow: hidden;
	padding: 8px 0;
}

.innerProductDetails-form form>div {
	float: left;
	width: 540px;
	height: 50px;
	margin: 8px 0;
}

.innerProductDetails-form form div:nth-child(even) {
	float: right;
}

.innerProductDetails-form form div span {
	font-size: 16px;
	line-height: 50px;
	width: 136px;
	text-align: right;
	float: left;
}

.innerProductDetails-form form div select {
	border: 1px solid #eeeeee;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	width: 404px;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 15px;
	background: url(down.png) no-repeat 365px center;
}

.innerProductDetails-form form div input {
	border: 1px solid #eeeeee;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	width: 404px;
	font-size: 16px;
	padding: 0 15px;
}

.innerProductDetails-form form div.wid {
	width: 100%;
	height: auto;
}

.innerProductDetails-form form div.wid textarea {
	border: 1px solid #eee;
	resize: none;
	height: 120px;
	padding: 12px 15px;
	font-size: 16px;
	width: calc(100% - 136px);
	box-sizing: border-box;
}

.innerProductDetails-form form div.opa {
	width: 100%;
	position: relative;
	text-align: center;
}

.innerProductDetails-form form div.opa p {
	position: absolute;
	left: 136px;
	font-size: 16px;
	color: #999;
}

.innerProductDetails-form form div.opa p em {
	font-size: 16px;
	color: #ff7e00;
}

.innerProductDetails-form form div.opa button {
	margin: 0 8px;
	border: 1px solid #004098;
	width: 147px;
	height: 43px;
	border-radius: 43px;
	font-size: 16px;
	line-height: 42px;
	background: none;
	color: #004098;
	margin-top: -7px;
}

.innerProductDetails-form form div.opa button:last-child {
	color: #999;
	border-color: #999;
	cursor: pointer;
}

.innerProductDetails-advantage {
	width: 1500px;
	margin: 0 auto;
}

.innerProductDetails-advantage-list {
	margin: 22px;
	font-size: 16px;
	line-height: 28px;
}

.innerProductDetails-link {
	width: 1456px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 22px;
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
}

.innerProductDetails-link>a {
	display: block;
	width: 150px;
	height: 46px;
	background-color: #0B3A82;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	margin: 0 auto;
}


/* 
.innerProductDetails-link p {
    float: left;
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.innerProductDetails-link p:last-child {
    float: right;
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.innerProductDetails-link p em {
    font-size: 16px;
}

.innerProductDetails-link p a {
    font-size: 16px;
} */


/* 蓝讯咨询 */

.info_list {
	width: 1500px;
	margin: 0 auto;
	margin-top: 27px;
}

.info_list ul li {
	margin-bottom: 19px;
}

.info_list ul li a {
	display: block;
	/* width: 1498px; */
	height: 166px;
	/* background-color: red; */
	padding: 17px 17px 19px 17px;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
}

.info_list ul li a:hover {
	box-shadow: 0px 0px 10px rgba(0, 64, 152, 0.2);
}

.info_list_imgbox {
	float: left;
	/* width: 238px; */
	line-height: 132px;
	width: 16.26%;
	height: 132px;
}

.info_list_imgbox img {
	max-width: 100%;
	max-height: 100%;
}

.info_list_text {
	float: left;
	/* width: 1107px; */
	width: 75.6%;
	height: 132px;
	/* background-color: pink; */
	padding-left: 20px;
	padding-right: 30px;
	box-sizing: border-box;
}

.info_list_text h1 {
	font-size: 18px;
	color: #004098;
	font-weight: bold;
}

.info_list_text h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	line-height: 28px;
	margin-top: 10px;
}

.info_list_text span {
	font-size: 14px;
	color: #004098;
	display: block;
	margin-top: 15px;
}

.info_list_text span i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.info_list_text span i img {
	max-width: 100%;
	max-height: 100%;
}

.info_list_time {
	float: right;
	height: 111px;
	/* width: 116px; */
	width: 8%;
	/* background-color: green; */
	border-left: 1px solid #ffffff;
	text-align: center;
	margin-top: 14px;
}

.info_list_time span {
	font-size: 36px;
	color: #999999;
	line-height: 30px;
	display: inline-block;
	width: 70px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	/* margin-top: 31px; */
}

.info_list_time i {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: inline-block;
	width: 70px;
	height: 56px;
	line-height: 56px;
	text-align: center;
}


/* 科研技术 */

.research_con {
	width: 1500px;
	margin: 0 auto;
}

.research_con_title {
	width: 100%;
	height: 76px;
	line-height: 76px;
	text-align: center;
}

.research_con_title h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.research_con_title h1 i {
	font-size: 16px;
	color: #cccccc;
	font-weight: normal;
	padding-left: 20px;
}

.research_con_list ul li {
	float: left;
	margin-right: 34px;
	margin-bottom: 26px;
}

.research_con_list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.research_con_list ul li a {
	display: block;
	width: 349px;
}

.research_con_list_imgbox {
	width: 100%;
	height: 235px;
}

.research_con_list_imgbox img {
	max-width: 100%;
	max-height: 100%;
}

.research_con_list ul li a span {
	display: block;
	line-height: 57px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}

.research_mincon {
	width: 1500px;
	margin: 0 auto;
}

.research_mincon_trends {
	float: left;
	width: 48.6%;
}

.research_mincon_plan {
	float: right;
	width: 48.6%;
}

.research_mincon_trends_title {
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #E4E9EF;
}

.research_mincon_trends_title h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.research_mincon_trends_title h1 i {
	font-size: 16px;
	color: #cccccc;
	font-weight: normal;
	padding-left: 20px;
}

.research_mincon_trends_list ul li {
	height: 56px;
	border-bottom: 1px dashed #E5E5E5;
}

.research_mincon_trends_list ul li a {
	line-height: 56px;
	background: url(bluepoint.png) 12px center no-repeat;
	padding-left: 26px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.research_mincon_trends_list ul li a h1 {
	float: left;
	font-size: 16px;
	color: #333333;
	width: calc(100% - 16%);
	font-weight: normal;
	/* background-color: green; */
}

.research_mincon_trends_list ul li a i {
	float: right;
	width: 14%;
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
	/* background-color: red; */
}

.resources_banner {
	width: 1498px;
	margin: 0 auto;
	border: 1px solid #E5E5E5;
}

.resources_banner_title {
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #E4E9EF;
	text-align: center;
}

.resources_banner_title h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.resources_banner_title h1 i {
	font-size: 16px;
	color: #cccccc;
	font-weight: normal;
	padding-left: 20px;
}

.resources_table_title {
	width: 100%;
	height: 64px;
	background-color: #0A3981;
}

.resources_table_title ul li {
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 64px;
	font-weight: bold;
}

.resources_table_title ul li:nth-of-type(1) {
	width: 25%;
	/* background-color: pink; */
	text-align: center;
}

.resources_table_title ul li:nth-of-type(2) {
	width: 20%;
	/* background-color: green; */
	text-align: center;
}

.resources_table_title ul li:nth-of-type(3) {
	width: 20%;
	/* background-color: skyblue; */
	text-align: center;
}

.resources_table_title ul li:nth-of-type(4) {
	width: 35%;
	padding-left: 7%;
	box-sizing: border-box;
}

.resources_table_item {
	width: 100%;
	margin: 0 auto;
}

.resources_table_item ul>li {
	min-height: 61px;
	border-bottom: 1px solid #eeeeee;
}

.resources_table_item ul>li:nth-last-of-type(1) {
	margin-bottom: 9px;
}

.resources_table_item_list ol li {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 61px;
}

.resources_table_item_list ol li:nth-of-type(1) {
	width: 25%;
	/* background-color: pink; */
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.resources_table_item_list ol li:nth-of-type(2) {
	width: 20%;
	/* background-color: green; */
	text-align: center;
}

.resources_table_item_list ol li:nth-of-type(3) {
	width: 20%;
	/* background-color: skyblue; */
	text-align: center;
}

.resources_table_item_list ol li:nth-of-type(4) {
	width: 35%;
	padding-left: 7%;
	box-sizing: border-box;
}

.tablebutton {
	float: right;
	width: 29px;
	height: 29px;
	margin-right: 133px;
	cursor: pointer;
}

.tablebutton img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}

.tablebutton_style {
	transform: rotate(90deg);
}

.resources_table_item_hidebox {
	display: none;
	width: 100%;
	/* height: 300px; */
	background-color: #F1F6FD;
	padding: 23px 5.3% 38px;
	box-sizing: border-box;
}

.resources_table_item_hidebox_btn {
	display: block;
	width: 214px;
	height: 46px;
	/* text-align: center; */
	line-height: 46px;
	background: url(resources_table_item_hidebox_btn.png) 0 0 no-repeat;
	background-color: #F1F6FD;
	font-size: 16px;
	color: #ffffff;
	margin-top: 27px;
	padding-left: 30px;
	box-sizing: border-box;
}

.resources_table_item_hidebox_btn:hover {
	color: #ffffff;
}


/* 联系方式 */

.contact_con {
	width: 1500px;
	margin: 0 auto;
	padding-bottom: 26px;
}

.contact_con_title {
	font-size: 24px;
	color: #333333;
	width: 100%;
	height: 72px;
	line-height: 72px;
	text-align: center;
	background-color: #FFFFFF;
}

.contact_con_message {
	width: 100%;
	min-height: 300px;
	padding: 27px 36px 40px;
	box-sizing: border-box;
	background-color: #f5f5f5;
}

.contact_con_message_l {
	float: left;
	width: 44%;
	height: 100%;
	/* background-color: pink; */
}

.contact_con_message_r {
	float: left;
	width: 56%;
	height: 100%;
	/* background-color: #bdd5bd; */
}

.contact_con_message_l h1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.contact_con_message_l p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.contact_con_message_r ul li {
	float: left;
	margin-bottom: 16px;
	width: 50%;
}

.contact_con_message_r ul li:nth-last-of-type(1),
.contact_con_message_r ul li:nth-last-of-type(2) {
	margin-bottom: 0;
}

.contact_con_message_r ul li>h1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.contact_con_message_r ul li>p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 6px;
}

.contact_con_map {
	border: 3px solid #E4EDF8;
	width: 100%;
	height: 365px;
}

.xqy_con {
	width: 1500px;
	margin: 0 auto;
	/* background-color: red; */
}

.xqy_con_tit {
	height: 110px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	margin: 0 auto;
	line-height: 120px;
}

.xqy_con_tit h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	/* padding-top: 54px; */
}

.xqy_con_tit p {
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-top: 13px;
}

.xqy_con_nr {
	margin: 0 auto;
	max-width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 300px;
	padding: 0 40px;
	box-sizing: border-box;
}

.xqy_con_nr p img {
	max-width: 100%;
}

.xqy_con_bottom {
	border-top: 1px solid #DDDDDD;
}

.xqy_con_bottom_l {
	height: 115px;
	/* padding-top: 59px; */
	box-sizing: border-box;
	border-top: 1px solid #EEEEEE;
	border-bottom: 7px solid #EEEEEE;
}


/* 上下篇修改 */

.layui-laypage {
	width: 100%;
	text-align: center;
}

.toplast_left {
	padding-top: 24px;
}

.toplast_right {
	padding-top: 4px;
}

.toplast_left em,
.toplast_right em {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.toplast_left a,
.toplast_right span,
.toplast_left span,
.toplast_right a {
	color: #333333;
	font-size: 16px;
}

.recommend {
	width: 1500px;
	margin: 0 auto;
	/* background-color: green; */
}

.recommend_news_title {
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #E4E9EF;
}

.recommend_news_title h1 {
	float: left;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.recommend_news_title h1 i {
	float: left;
	width: 5px;
	height: 22px;
	background-color: #004098;
	font-weight: normal;
	margin-right: 12px;
	margin-top: 20px;
}

.recommend_news_title a {
	height: 59px;
	line-height: 59px;
	width: 85px;
	float: right;
	display: block;
	font-size: 14px;
	color: #666666;
	background: url(more03.png) right center no-repeat;
	background-size: 18px 18px;
}

.recommend_news_list ul li {
	height: 56px;
	border-bottom: 1px dashed #E5E5E5;
	width: 50%;
	float: left;
}

.recommend_news_list ul li a {
	font-size: 16px;
	color: #333333;
	line-height: 56px;
	background: url(cccpoint.png) 12px center no-repeat;
	padding-left: 30px;
}

.recommend_news_list ul li a i {
	float: right;
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.recommend_products_title {
	margin-top: 10px;
	margin-bottom: 22px;
}

.recommend .product-list-picture {
	display: block;
}

.recommend .product-list-picture dl {
	margin-bottom: 0;
}

.service_box {
	width: 1500px;
	margin: 0 auto;
}

.service_box img {
	max-width: 100%;
	max-height: 100%;
}

.service_box_title {
	height: 64px;
	line-height: 64px;
	text-align: center;
}

.service_box_title h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.service_box_title h1 i {
	font-size: 16px;
	color: #cccccc;
	font-weight: normal;
	padding-left: 20px;
}

.server_details {
	padding: 24px 0 0;
	min-height: 300px;
}

.Online_Message {
	background-color: #F5F5F5;
	width: 1500px;
	/* height: 421px; */
	margin: 0 auto;
	margin-top: 36px;
	padding-top: 30px;
	box-sizing: border-box;
	padding-left: 41px;
}

.Online_Message_l {
	position: relative;
	float: left;
	width: 358px;
}

.erweimabox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 120px;
}

.erweimabox img {
	max-width: 100%;
	max-height: 100%;
}

.Online_Message_l h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 21px;
	border-bottom: 1px solid #EEEEEE;
}

.Online_Message_l h2 {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	font-weight: normal;
	/* margin-top: 20px; */
}

.Online_Message_l h1 i {
	font-size: 16px;
	color: #cccccc;
}

.Online_Message_l p {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
}

.Online_Message_l h3 {
	font-size: 30px;
	color: #e68302;
	line-height: 24px;
	margin-top: 13px;
}

.Online_Message_r {
	float: right;
	width: 920px;
	height: 346px;
	margin-right: 95px;
}


/* 在线留言表单 */

.Online_Message_r form div {
	position: relative;
	float: left;
	height: 100%;
	margin-bottom: 12px;
}

.Online_Message_r form div span {
	color: red;
	position: absolute;
	font-size: 20px;
	right: 20px;
	height: 51px;
	line-height: 60px;
}

.Online_Message_r form input[type="text"] {
	width: 446px;
	height: 51px;
	background-color: #FDFDFD;
	border: 1px solid #E8E8E8;
	font-size: 16px;
	color: #999999;
	padding-left: 51px;
	box-sizing: border-box;
}

.Online_Message_r form div:nth-of-type(even) {
	margin-left: 25px;
}

.Online_Message_r form {
	overflow: hidden;
}

.Online_Message_r form textarea {
	min-width: 918px;
	min-height: 220px;
	background: url(info.png) 15px 10px no-repeat;
	font-size: 16px;
	color: #999999;
	padding-left: 50px;
	box-sizing: border-box;
	padding-top: 10px;
	background-color: #FDFDFD;
	border: 1px solid #E8E8E8;
}

.Online_Message_r form div:nth-of-type(1) input {
	background: url(name.png) 15px center no-repeat;
	background-color: #FDFDFD;
}

.Online_Message_r form div:nth-of-type(2) input {
	background: url(phone.png) 15px center no-repeat;
	background-color: #FDFDFD;
}

.Online_Message_r form div:nth-of-type(3) input {
	background: url(email.png) 15px center no-repeat;
	background-color: #FDFDFD;
}

.Online_Message_r form div:nth-of-type(4) input {
	background: url(address.png) 15px center no-repeat;
	background-color: #FDFDFD;
}

.Online_Message_r_btn {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	width: 100%;
	margin-top: 14px;
}

.Online_Message_r form div .layui-btn {
	display: block;
	width: 102px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background-color: #004098;
	font-size: 18px;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	margin: 0 auto;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #004098;
}

.qq {
	display: inline-block
}

.innerProductDetails-form .layui-form-select {
	width: 74%;
}

.hidejsff {
	display: none;
}

.layui-laypage a:hover {
	color: #004098;
}

img.returntop {
	width: 50px;
	height: 50px;
	position: fixed;
	/* bottom: 172px; */
	bottom: 7%;
	right: 25px;
	z-index: 99;
	cursor: pointer;
	background: #ffffff;
	border-radius: 25px;
	overflow: hidden;
}


/* 热门活动*/


/* 本例子css */

.activity {
	margin: 0 auto;
	width: 170px;
	/* height: 266px; */
	overflow: hidden;
	background-color: #166FB3;
	position: fixed;
	/* bottom: 493px; */
	bottom: 41%;
	right: 0;
	z-index: 99;

	padding: 0 9px 0px 9px;
	box-sizing: border-box;
}

.activity .hd {
	overflow: hidden;
	height: 60px;
	background-color: #166FB3;
}

.activity .hd .prev {
	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	width: 18px;
	height: 10px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url("shang.png") 0 0 no-repeat;
	display: none;
}

.activity .hd .next {
	position: absolute;
	top: 35px;
	left: 30px;
	display: block;
	width: 18px;
	height: 10px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url("xia.png") 0 0 no-repeat;
	display: none;
}

.activity .hdtitle {
	float: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background: url(horn.png) 0px 10px no-repeat;
	/* height: 60px; */
	line-height: 25px;
	padding-left: 40px;
	box-sizing: border-box;
	/* margin-left: 30px; */
	width: 147px;
	margin-top: 4px;
}

.activity .hd span {
	float: right;
	display: block;
	width: 20px;
	height: 21px;
	margin-top: 5px;
}

.activity .hd span img {
	max-width: 100%;
	max-height: 100%;
}

.activity .bd {
	height: 140px;
}

.activity .bd .tempWrap {
	overflow: inherit !important;
}

.activity .bd ul {
	zoom: 1;
}

.activity .bd ul li {
	text-align: center;
	zoom: 1;
}

.activity .bd ul li .pic {
	text-align: center;
	width: 100%;
}

.activity .bd ul li .pic video {
	max-width: 100%;
	max-height: 100%;
	display: block;
	width: 100%;
	background-color: #004098;
}

.activity .bd ul li .title a {
	display: block;
	width: 100%;
	/* height: 48px; */
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	/* line-height: 48px; */
}

#onlineServiceWelt {
	bottom: -47% !important;
}

.productheader .nav>ul>li:first-child {
	margin-left: 0 !important;
}


/* 产品图片轮播样式 */

.pc-slide {
	/* width: 500px; */
	width: 100%;
	margin: 0 auto;
	height: 450px;
	overflow: hidden;
}

.view {
	height: 75%;
	/* background-color: #ccc; */
}

.view .swiper-container {
	/* width: 500px; */
	width: 100%;
	height: 100%;
}

.view .swiper-container img {
	max-width: 100%;
	max-height: 100%;
}

.view .arrow-left {
	background: url(ljt.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
	background-size: 100%;
}

.view .arrow-right {
	background: url(rjt.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
	background-size: 100%;
}

.preview {
	width: 100%;
	margin: 15px auto 0;
	position: relative;
	overflow: hidden;
}

.preview .swiper-container {
	/* width: 430px; */
	/* height: 82px; */
	/* margin-left: 35px; */
}

.preview .swiper-slide {
	/* width: 179px; */
	width: 23.9%;
	height: 93px;
	cursor: pointer;
	border: 1px solid #C2C2C2;
	margin-right: 1%;
	line-height: 95px;
}

.preview .slide6 {
	width: 82px;
}


/* .preview .arrow-left {
    background: url(ljt.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
    background-size: 100%;
}

.preview .arrow-right {
    background: url(rjt.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
    background-size: 100%;
}
 */

.preview img {
	max-width: 100%;
	max-height: 100%;
}

.preview .active-nav {
	padding: 0;
	border: 1px solid #004098;
	max-width: 100%;
	max-height: 100%;
}

.view .swiper-container .swiper-slide {
	line-height: 340px;
}


/* 产品图片轮播样式结束 */

.tips {
    width: 72px;
    /* height: 296px; */
    /* background: red; */
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
}

.tips>ul>li {
    width: 72px;
    height: 73px;
}

.tips>ul>li>a {
    display: block;
    width: 72px;
    height: 73px;
}

.tips>ul>li:nth-of-type(1) a {
    background-color: #6DA9DE;
}

.tips>ul>li:nth-of-type(2) a {
    background-color: #78C340;
}

.tips>ul>li:nth-of-type(3) a {
    background-color: #FBB01F;
}

.tips>ul>li:nth-of-type(4) a {
    background-color: #666666;
}

.r_qq {
    position: relative;
}

.r_qq ul {
    display: none;
    position: absolute;
    left: -160px;
    top: 0px;
    transition: all 0.4s;
}

.r_qq>ul>li {
    width: 160px;
    height: 74px;
    background-color: #6DA9DE;
}

.r_qq>ul>li>a {
    display: block;
    text-align: center;
    line-height: 74px;
    font-size: 14px;
    color: #ffffff;
}

.r_qq:hover ul {
    display: block;
}

.r_wx {
    position: relative;
}

.r_phone {
    position: relative;
}

.r_top {
	display: none;
    position: relative;
}

.hide_r_wx {
    display: none;
    width: 140px;
    height: 140px;
    position: absolute;
    left: -150px;
    top: 0px;
}

.r_wx:hover .hide_r_wx {
    display: block;
}

.hide_r_wx img {
    max-width: 100%;
    max-height: 100%;
}

.r_phone:hover .hide_r_phone {
    display: block;
}

.hide_r_phone {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #FF811B;
    font-size: 16px;
    color: #ffffff;
}


/* 响应式开始 */

@media only screen and (max-width: 1850px) {
	.product {
		/* margin-left: 190px; */
	}

	.product-nav {
		left: 10px;
	}
}

@media only screen and (max-width: 1800px) {
	.product-nav {
		width: 100px;
	}

	.product-nav p {
		padding: 0 0px;
	}
}

@media only screen and (max-width: 1750px) {
	.product-nav {
		/* left: 10px; */
	}

	.product {
		width: 86%;
		/* margin-left: 130px; */
	}

	.product-list-video dl {
		width: 23.2%;
	}

	.product .product-list-picture dl {
		width: 23.2%;
	}

	.header .nav>ul>li {
		margin-left: 40px;
	}

	.header .nav {
		width: 970px;
	}
}

@media only screen and (max-width: 1700px) {
	.header .nav>ul>li {
		margin-left: 32px;
	}

	.header .nav {
		width: 910px;
	}

	.product-nav p {
		padding: 0 0px;
	}

	.product-nav p span {
		font-size: 12px;
	}

	.productheader .nav {
		left: 190px;
	}

	.productheader .nav>ul>li {
		margin-left: 28px;
	}
}

@media only screen and (max-width: 1650px) {
	.header {
		width: 95%;
		margin: 0 auto;
	}

	.product-nav {
		width: 90px;
		/* left: 10px; */
	}

	.product .product-list-video dl {
		width: 23.1%;
	}

	.product .product-list-picture dl {
		width: 23.1%;
	}

	.banner .swiper-pagination {
		width: 90% !important;
		text-align: center;
	}

	.banner-box {
		margin-bottom: 60px;
	}

	.header .nav {
		/* width: 850px; */
	}

	.header .nav>li {
		margin-left: 50px;
	}

	.productheader .nav {
		left: 190px !important;
	}

	.productheader .nav ul li {
		margin-left: 20px !important;
	}
}

@media only screen and (max-width: 1600px) {
	.header {
		width: 95%;
	}

	.header .nav>ul>li {
		margin-left: 28px;
	}

	.header .nav {
		left: 160px;
		width: 890px;
	}

	.header .nav>ul>li:first-child {
		margin-left: 10px;
	}

	.header .nav ul>li>ul {
		width: 140px;
		left: calc(50% - 70px);
	}

	.innerNav {
		width: 90%;
	}

	.Online_Message {
		width: 90%;
	}

	.Online_Message_l {
		/* margin-left: 20px; */
	}

	.Online_Message_r {
		margin-right: 20px;
	}

	.footer-top {
		width: 95%;
	}

	.footer-top .footer-top-nav {
		margin-right: 20px;
	}

	.resources_banner {
		width: 90%;
	}

	.service_box {
		width: 90%;
	}

	.server_map {
		height: auto;
	}

	.research_con {
		width: 90%;
	}

	.research_con_list ul li {
		margin-right: 18px;
	}

	.research_con_list_imgbox {
		height: auto;
	}

	.research_con_list ul li a {
		/* width: 300px; */
		width: 100%;
	}

	.research_con_list ul li {
		width: 23.9%;
	}

	.research_con_list {
		width: 94%;
		margin: 0 auto;
	}

	.research_mincon {
		width: 90%;
	}

	.research_mincon_trends_list ul li a i {
		width: 14.4%;
	}

	.research_mincon_trends_list ul li a h1 {
		width: calc(100% - 16%);
	}

	.xqy_con {
		width: 90%;
	}

	.recommend {
		width: 90%;
	}

	.product-list-picture dl {
		width: 23.5%;
		margin-right: 26px;
	}

	.contact_con {
		width: 90%;
	}

	.info_list {
		width: 90%;
	}

	.innerProduct {
		width: 90%;
	}

	.innerProduct-list .product-list-video dl:nth-child(4n) {
		margin-right: 28px;
	}

	.innerProduct-list .product-list-picture dl:nth-child(4n) {
		margin-right: 28px;
	}

	.innerProduct-list .product-list-video dl {
		margin-right: 28px;
	}

	.innerProduct-list .product-list-picture dl {
		margin-right: 28px;
	}

	.innerProductDetails-position {
		width: 90%;
	}

	.innerProductDetails-brief dl {
		width: 90%;
	}

	.innerProductDetails-brief dl dt {
		width: 50%;
	}

	.innerProductDetails-brief dl dd {
		/* width: 56.7%; */
		width: 45%;
	}

	.innerProductDetails-form {
		width: 90%;
	}

	.innerProductDetails-advantage {
		width: 90%;
	}

	.innerAbout-brief {
		width: 90%;
	}

	.innerAbout-brief .innerAbout-brief-left {
		width: 46%;
	}

	.innerAbout-brief .innerAbout-brief-right {
		width: 50%;
	}

	.innerAbout-honor .index-title {
		width: 90%;
	}

	.innerAbout-honor-list {
		width: 90%;
	}

	.innerAbout-honor-list-bd-box .bd li {
		margin-right: 12px;
		width: 180px;
	}

	.innerAbout-honor-list-bd-box .bd .tempWrap {
		margin: 0 auto;
	}

	.innerAbout-culture {
		width: 90%;
	}

	.innerAbout-culture-img {
		width: 41.73%;
	}

	.innerAbout-culture-text {
		width: 56.77%;
	}

	.innerAbout-culture-text div {
		margin-left: 7%;
	}

	.about-list {
		width: 90%;
	}

	.about-list dl dt {
		width: 50%;
	}

	.about-list dl dd {
		width: 50%;
	}

	.about-list dl dd .about-list-data div {
		width: 135px;
		/* height: 135px; */
		margin-right: 6px;
	}

	.news {
		width: 90%;
	}

	.news-list .bd li dl dt {
		width: 43.33%;
	}

	.news-list .bd li dl dd {
		width: 55.33%;
	}

	.news-list .bd li dl dt div {
		height: auto;
		line-height: normal;
	}

	.news-list .bd li dl dd .news-list-text {
		padding: 34px 30px 34px 35px;
	}

	.innerProduct-nav-list ul li a {
		font-size: 16px;
	}

	.productheader .nav ul li {
		margin-left: 21px !important;
	}

	.productheader .nav {
		left: 220px !important;
	}
}

@media only screen and (max-width: 1550px) {
	.banner-box {
		margin-bottom: 60px;
	}

	.product {
		width: 85%;
	}

	.product .product-list-video dl {
		width: 23%;
	}

	.product .product-list-picture dl {
		width: 23%;
	}

	.header .nav>ul>li {
		margin-left: 21px;
	}

	.header .nav {
		left: 160px;
		width: 841px;
	}

	.productheader .nav ul li {
		margin-left: 11px !important;
	}

	.productheader .nav {
		left: 240px !important;
	}
}

@media only screen and (max-width: 1500px) {
	.header .nav>ul>li {
		margin-left: 25px;
	}

	.header .nav {
		width: 740px;
		left: 220px;
	}

	.header .nav ul>li>ul {
		width: 120px;
		left: calc(50% - 60px);
	}

	.header .nav ul>li>ul>li>a {
		font-size: 14px;
	}

	.Online_Message_l {
		margin-left: 0px;
		width: 320px;
	}

	.Online_Message_r {
		margin-right: 0px;
	}

	.footer-top .footer-top-nav li {
		margin-right: 5px;
	}

	.research_con_list ul li {
		width: 23.8%;
	}

	.research_con_list ul li a {
		/* width: 279px; */
	}

	.research_mincon_trends_list ul li a i {
		width: 15.4%;
	}

	.research_mincon_trends_list ul li a h1 {
		width: calc(100% - 17.5%);
	}

	.product-list-picture dl {
		width: 23.4%;
		margin-right: 26px;
	}

	.info_list_text {
		padding-right: 15px;
		padding-left: 14px;
	}

	.info_list_text h2 {
		font-size: 15px;
	}

	.innerProduct-list .product-list-video dl {
		margin-right: 25.3px;
	}

	.innerProduct-list .product-list-picture dl {
		margin-right: 25.3px;
	}

	.innerProductDetails-content-list {
		width: 90%;
	}

	.innerProductDetails-link {
		width: 90%;
	}

	.innerAbout-honor-list-bd-box .bd {
		margin: 0 55px;
	}

	.innerAbout-honor-list-bd-box .bd li dd {
		margin-top: 0;
	}

	.product .product-list-video dl {
		width: 22.9%;
	}

	.product .product-list-picture dl {
		width: 23.3%;
	}

	.about-list dl dd {
		padding: 0px 32px 0 35px;
	}

	.news-list .bd li dl dd .news-list-text {
		margin-bottom: 9px;
	}

	.erweimabox {
		width: 110px;
		height: 110px;
	}

	.Online_Message_r {
		width: 870px;
	}

	.Online_Message_r form textarea {
		min-width: 840px;
	}

	.Online_Message_r form input[type="text"] {
		width: 407px;
	}

	.header .nav>ul>li {
		margin-left: 26px;
	}

	.header .nav {
		left: 160px;
		width: 840px;
	}

	.header .nav li a {
		font-size: 14px;
	}

	.footer-top .footer-top-nav li ul li a {
		width: 137px;
	}

	.banner .swiper-pagination div em {
		left: calc(50% - 265px);
	}

	.innerProduct-nav-list ul li a {
		font-size: 15px;
	}

	.innerProduct-nav-list ul li ul li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1450px) {
	.innerProductDetails-form form {
		width: 95%;
	}

	.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div {
		margin-right: 19px;
	}

	.header .nav>ul>li {
		margin-left: 20px;
	}

	.header .nav {
		left: 160px;
		width: 840px;
	}
}

@media only screen and (max-width: 1400px) {
	.header .tel div {
		margin-left: 15px;
	}

	.header .nav {
		width: 671px;
	}

	.header .nav ul>li>ul {
		width: 100px;
		left: calc(50% - 50px);
	}

	.header .nav ul>li>ul>li>a {
		font-size: 12px;
		line-height: 23px;
	}

	.Online_Message_r {
		width: 800px;
	}

	.Online_Message_r form input[type="text"] {
		width: 370px;
	}

	.Online_Message_r form textarea {
		min-width: 765px;
	}

	.footer-top .footer-top-nav {
		padding-bottom: 20px;
	}

	.research_con_list ul li {
		width: 23.7%;
	}

	.research_con_list ul li a {
		/* width: 258px; */
	}

	.research_mincon_trends_list ul li a i {
		width: 17%;
	}

	.research_mincon_trends_list ul li a h1 {
		width: calc(100% - 19%);
	}

	.product-list-picture dl {
		width: 23.4%;
		margin-right: 24px;
	}

	.contact_con_message_l {
		width: 36%;
	}

	.contact_con_message_r {
		width: 64%;
	}

	.info_list_text h2 {
		margin-top: 0;
	}

	.info_list_text span {
		margin-top: 0;
	}

	.innerProduct-list .product-list-picture dl:nth-child(4n) {
		margin-right: 22.3px;
	}

	.innerProduct-list .product-list-video dl {
		margin-right: 22.3px;
	}

	.innerProduct-list .product-list-picture dl {
		margin-right: 22.3px;
	}

	.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div {
		width: 130px;
		/* height: 130px; */
	}

	.innerAbout-honor-list-bd-box .bd li {
		width: 165px;
	}

	.innerAbout-honor-list-bd-box .bd li dd {
		margin-top: 0;
	}

	.about-list dl dd .about-list-data div {
		width: 123px;
		/* height: 123px; */
	}

	.about-list dl dd .about-list-data div p {
		font-size: 13px;
	}

	.news-list .bd li dl dd .news-list-text {
		padding: 4.7% 30px 4.7% 35px;
	}

	.product {
		width: 84%;
	}

	.product-list-video dl {
		margin-right: 30px;
	}

	.productheader .nav li {
		/* margin-left: 17px; */
	}

	.productheader .nav {
		width: 650px;
	}

	.header .nav li a {
		font-size: 13px;
	}

	.header .nav>ul>li {
		margin-left: 15px;
	}

	.footer-top dl {
		float: left;
		margin-left: 30px;
		margin-top: 20px;
	}

	.footer-top .footer-top-nav {
		margin-right: 40px;
	}

	.footer-copyright {
		margin-top: 20px;
	}

	.innerAbout-honor-list-hd li {
		margin-right: 9px;
	}

	.banner .swiper-pagination div em {
		left: calc(50% - 200px);
	}

	.innerProduct-nav-list ul li a {
		font-size: 14px;
	}

	.innerProduct-nav-list ul li ul li a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1380px) {
	.news-list .bd li dl dd .news-list-text {
		padding: 4.8% 30px 4.8% 35px;
	}

	/*     .activity {
        top: 20px;
    }
    #onlineServiceWelt {
        top: 180px !important;
    }
    img.returntop {
        bottom: 60px;
    } */
}

@media only screen and (max-width: 1360px) {
	.news-list .bd li dl dd .news-list-text {
		padding: 4% 30px 4% 35px;
	}

	.productheader .nav li a {
		font-size: 11px;
	}
}

@media only screen and (max-width: 1320px) {
	.news-list .bd li dl dd .news-list-text {
		padding: 3.3% 30px 3.3% 35px;
	}
}

@media only screen and (max-width: 1300px) {
	.header .nav>ul>li {
		margin-left: 17px;
	}

	.header .tel div {
		margin-left: 10px;
	}

	.header .nav li a {
		font-size: 15px;
	}

	.header .nav {
		width: 580px;
	}

	.Online_Message_r {
		width: 700px;
	}

	.Online_Message_r form input[type="text"] {
		width: 327px;
	}

	.Online_Message_r form textarea {
		min-width: 680px;
	}

	.footer-top .footer-top-nav li {
		margin-right: 25px;
	}

	.research_con_list ul li {
		width: 23.6%;
	}

	.research_con_list ul li a {
		/* width: 236px; */
	}

	.research_mincon_trends_list ul li a i {
		font-size: 14px;
	}

	.research_mincon_trends_list ul li a h1 {
		font-size: 14px;
	}

	.product-list-picture dl {
		width: 23.4%;
		margin-right: 22px;
	}

	.contact_con_message_r ul li>p {
		font-size: 15px;
	}

	.contact_con_message_l p {
		font-size: 15px;
	}

	.innerProduct-list .product-list-video dl {
		margin-right: 23px;
	}

	.innerProduct-list .product-list-picture dl {
		margin-right: 23px;
	}

	.innerProduct-list .innerProduct-list-search .search {
		margin-left: 150px;
	}

	.innerProductDetails-form form>div {
		width: 500px;
	}

	.innerProductDetails-form form div span {
		font-size: 15px;
		width: 120px;
	}

	.innerProductDetails-form form div input {
		width: 380px;
	}

	.innerProductDetails-form form div.wid textarea {
		width: calc(100% - 120px);
	}

	.innerAbout-brief .innerAbout-brief-right .innerAbout-brief-right-data div {
		margin-right: 5px;
	}

	.innerAbout-honor-list-bd-box .bd li {
		width: 155px;
		margin-right: 7px;
	}

	.innerAbout-honor-list-hd {
		left: 490px;
	}

	.innerAbout-honor-list-bd-box .bd li dd {
		margin-top: 0;
	}

	.about-list dl dd {
		padding: 0px 25px 0 30px;
	}

	.about-list dl dd .about-list-data div {
		width: 115px;
	}

	.about-list dl dd .about-list-data div p {
		font-size: 12px;
	}

	.product-nav p {
		padding: 0 5px;
	}

	.product-nav {
		/* width: 80px; */
		/* left: 10px; */
	}

	.product {
		/* margin-left: 100px; */
	}

	.innerProduct-list .product-list-video dl:nth-child(4n) {
		margin-right: 23px;
	}

	.innerProduct-list .product-list-picture dl:nth-child(4n) {
		margin-right: 23px;
	}

	.product-list-video dl {
		margin-right: 27px;
	}

	.productheader .nav li {
		margin-left: 10px;
	}

	.productheader .nav li a {
		font-size: 14px;
	}

	.header .nav {
		left: 167px;
	}

	.productheader .nav {
		left: 230px;
	}

	.header .nav>ul>li {
		margin-left: 8px;
	}

	.header .nav li a {
		font-size: 12px;
	}

	.footer-top .footer-top-nav {
		margin-right: 15px;
	}

	.footer-top .footer-top-nav li {
		margin-right: 0;
	}

	.footer-top .footer-top-contact h3 {
		font-size: 22px;
		line-height: 30px;
		margin: 10px 0 10px;
	}

	.footer-top .footer-top-contact a {
		width: 145px;
		height: 40px;
		line-height: 40px;
	}

	.footer-top .footer-top-contact {
		float: right;
	}

	.footer-top dl {
		float: right;
		margin-right: 15px;
		margin-left: 0;
	}

	.innerAbout-honor-list-hd li em {
		font-size: 14px;
	}

	.innerAbout-honor-list-hd li {
		width: 136px;
	}

	.banner .swiper-pagination div p {
		font-size: 15px;
	}

	.banner .swiper-pagination div em {
		font-size: 13px;
		left: calc(50% - 180px);
		width: 550px;
	}

	.innerProduct-nav-list ul li a {
		font-size: 12px;
	}

	.innerProduct-nav-list ul li ul li a {
		font-size: 12px;
	}

	.productheader .nav ul li {
		margin-left: 8px !important;
	}

	.productheader .tel div span {
		font-size: 14px;
	}

	.productheader .tel div p {
		font-size: 18px;
	}

	.index-title ul {
		/* margin-left: 210px; */
	}
}

@media only screen and (max-width: 1250px) {
	.research_mincon_trends_title h1 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1650px) and (min-width: 1500px) {
	.activity {
		bottom: 45%;
	}

	#onlineServiceWelt {
		bottom: -44% !important;
	}

	img.returntop {
		bottom: 5%;
	}
}

@media only screen and (max-width: 1500px) {
	.activity {
		bottom: 52%;
	}

	#onlineServiceWelt {
		bottom: -30% !important;
	}

	img.returntop {
		bottom: 12%;
	}
}

@media only screen and (max-width: 1490px) {
	.activity {
		bottom: 44%;
	}

	#onlineServiceWelt {
		bottom: -45% !important;
	}

	img.returntop {
		bottom: 3%;
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 1380px) {
	.activity {
		/* bottom: 37%; */
		bottom: 46%;
	}

	#onlineServiceWelt {
		/* bottom: -55% !important; */
		bottom: -44% !important;
	}

	img.returntop {
		bottom: 4%;
	}
}

@media only screen and (max-width: 1300px) {
	.activity {
		bottom: 50%;
	}

	#onlineServiceWelt {
		bottom: -40% !important;
	}

	img.returntop {
		bottom: 4%;
		width: 40px;
		height: 40px;
	}
}

.Product-table table tr td:nth-of-type(2n) {
	padding: 0 20px;
}

.innerProductDetails-content-list-item * {
	margin: 0 auto;
}


/* 技术支持 */

.jszc_list {
	width: 100%;
}

.jszc_list ul li {
	width: 50%;
	float: left;
}

.jszc_list ul li:hover a h1 {
	color: #05347C;
}

.jszc_list ul li:hover a i {
	color: #05347C;
}
