#path a, #path a>img {
	display: inline-block
}
#path {
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 20px 0
}
#path>.wrap {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	color: #999;
	font-size: 14px;
	font-family: '宋体'
}
#path a {
	font-size: 14px;
	font-family: '微软雅黑';
	color: #666;
	padding: 0 2px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#path a>img {
	float: left;
	height: 18px;
	width: auto;
	margin-right: 5px
}
#path a:hover {
	text-decoration: underline
}
#path a.active {
	color: #999;
	text-decoration: none
}
#product .main .back>a:hover, #product .main .box>.cls-info>.solve>a, #product .main .box>.cls-info>.support-staff>a:hover, #product .main .box>.pro-info>.url>a:hover, #product .main .nav-bar>.nav>a:hover, #product .tag .pro-details .item>.pdf>a:hover, #search .hot>a {
	text-decoration: underline
}
#search {
	position: relative;
	z-index: 90;
	top: 30px;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2)
}
#search>.wrap {
	padding: 30px;
	margin: 0 auto
}
#search .sear {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#search .sear>form {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}
#search .sear>form input[type=text] {
	position: relative;
	outline: 0;
	border: 1px solid #ddd;
	float: left;
	height: 58px;
	line-height: 58px;
	width: 75%;
	background: url(../image/ico_go.png) 20px 50% no-repeat;
	background-size: 28px auto;
	padding-left: 60px;
	font-size: 16px;
	border-right: 0;
	color: #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}
#search .sear>form input::-webkit-input-placeholder {
color:#ccc
}
#search .sear>form button {
	float: right;
	width: 25%;
	height: 58px;
	border: none;
	outline: 0;
	font-size: 18px;
	color: #fff;
	background: #00378C;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s
}
#search .sear>form button:hover {
	background: #666
}
#search .hot {
	width: 26%;
	text-align: left;
	font-size: 16px;
	padding-top: 8px
}
#search .hot>h3 {
	display: block;
	font-size: 16px;
	color: #666
}
#search .hot>a {
	display: inline-block;
	font-weight: 400;
	margin-right: 16px;
	color: #888;
	-webkit-transition: all .35s;
	transition: all .35s
}
#search .hot>a:hover {
	color: #00378C
}
#catalog {
	margin: 0 auto
}
#catalog .container {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0
}
#catalog .container>ul>li {
	position: relative;
	float: left;
	width: 24%;
	margin-bottom: 2%;
	margin-right: 1%;
	overflow: hidden;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: 1px solid #dedede;
}
#catalog .container>ul>li:nth-child(3n) {
	/* margin-right: 0; */
}
#catalog .container>ul>li>a {
	position: relative;
	display: block;
	-webkit-transition: all 1s;
	transition: all 1s
}
#catalog .container>ul>li>a>.img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	display: flex;
    justify-content: center;
    align-items: center;
}
#catalog .container>ul>li>a>.img>img {
	width: 70%;
	height: auto;
	-webkit-transition: all .35s;
	transition: all .35s
}
#catalog .container>ul>li>a>.tit {
	position: relative;
	text-align: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s;
	transition: all .35s
}
#catalog .container>ul>li>a>.tit:after {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 0;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	opacity: 0;
	background: #eee;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s
}
#catalog .container>ul>li>a>.tit>p {
	display: block;
	font-size: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	-webkit-transition: all .34s;
	transition: all .34s
}
#catalog .container>ul>li>a>.tit>span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Arial;
	-webkit-transition: all .34s;
	transition: all .34s
}
#catalog .container>ul>li>a:hover .tit>p {
	color: #00378C;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}
#catalog .container>ul>li>a:hover .tit>span {
	opacity: 0;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}
#catalog .container>ul>li>a:hover .tit:after {
	margin-left: -40px;
	width: 0px;
	bottom: 40px;
	opacity: 1
}
#catalog .container>ul>li:hover {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1)
}
#product {
	margin: 0 auto
}
#product .container {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0
}
#product .container>.path {
	text-align: left;
	padding-bottom: 30px
}
#product .container>.path>a {
	display: inline-block;
	font-size: 30px;
	color: #00378C
}
#product .container>.path>a>img {
	height: 56px;
	width: auto;
	margin-right: 6px
}
#product .container>.path>span {
	display: inline-block;
	font-size: 16px;
	color: #999;
	padding: 0 10px
}
#product .container>ul>li {
	position: relative;
	float: left;
	width: 18.4%;
	margin-bottom: 2%;
	margin-right: 2%;
	overflow: hidden;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .container>ul>li:nth-child(5n) {
	margin-right: 0
}
#product .container>ul>li>a {
	position: relative;
	display: block;
	-webkit-transition: all 1s;
	transition: all 1s
}
#product .container>ul>li>a:after {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #00378C;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .container>ul>li>a>.img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
	height: 0;
	padding-bottom: 100%
}
#product .container>ul>li>a>.img>img {
	width: 100%;
	height: auto;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .container>ul>li>a>.tit {
	position: relative;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .container>ul>li>a:hover:after {
	width: 100%
}
#product .container>ul>li>a:hover .tit {
	color: #00378C;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}
#product .container>ul>li:hover {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1)
}
#product .wrap {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto
}
#product .main {
	position: relative;
	background: #fff;
	overflow: hidden
}
#product .main .img {
	width: 40%;
	text-align: right;
	height: 400px
}
#product .main .img>img {
	max-width: 100%;
	height: auto;
	max-height: 400px
}
#product .main .back {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left
}
#product .main .back>a {
	display: inline-block;
	color: #00378C;
	font-size: 14px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .main .back>a>img {
	height: 10px;
	width: auto;
	margin-right: 3px
}
#product .main .focus {
	position: relative;
	width: 400px;
	padding-bottom: 100px
}
#product .main .focus .focus-bimg {
	position: relative
}
#product .main .focus .focus-bimg>.swiper-container {
	width: 300px;
	height: 300px;
	border: 1px solid #ddd;
	overflow: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#product .main .focus .focus-bimg>.swiper-container .swiper-slide {
	border: 0!important
}
#product .main .focus .focus-bimg>.swiper-container .swiper-slide>img {
	width: 100%;
	height: auto
}
#product .main .focus .focus-bimg>.container {
	width: 300px;
	height: 300px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#product .main .focus .focus-bimg>.container img {
	width: 100%;
	height: auto
}
#product .main .focus .focus-bimg>.swiper-pagination {
	display: none;
	position: relative;
	padding: 10px 0
}
#product .main .focus .focus-bimg>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 2px
}
#product .main .focus .focus-bimg>.swiper-pagination .swiper-pagination-bullet-active {
	background: #00378C
}
#product .main .focus .focus-thumbs {
	position: relative
}
#product .main .focus .focus-thumbs>.swiper-container {
	width: 68px;
	height: 300px
}
#product .main .focus .button-next, #product .main .focus .button-prev {
	position: absolute;
	z-index: 3;
	width: 68px;
	height: 18px;
	-webkit-transition: all .35s;
	cursor: pointer;
	opacity: .3;
	left: 0
}
#product .main .focus .button-prev {
	top: -18px;
	background: url(../image/ico_arrow_top_noborder_black.png) 50% 50% no-repeat;
	background-size: auto 100%;
	transition: all .35s
}
#product .main .focus .button-next {
	bottom: -18px;
	background: url(../image/ico_arrow_down_noborder_black.png) 50% 50% no-repeat;
	background-size: auto 100%;
	transition: all .35s
}
#product .main .focus .button-next:hover, #product .main .focus .button-prev:hover {
	opacity: .8
}
#product .main .focus .swiper-button-disabled {
	display: none
}
#product .main .focus .focus-thumbs>.swiper-container .swiper-slide {
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#product .main .focus .focus-thumbs>.swiper-container img {
	width: auto;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#product .main .focus .focus-thumbs>.swiper-container .swiper-slide-thumb-active {
	border: 1px solid #00378C
}
#product .main .box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	width: 40%
}
#product .main .box>.pro-info {
	text-align: left;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#product .main .box>.pro-info>.model {
	padding: 5px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333
}
#product .main .box>.pro-info>.name {
	padding: 5px 0;
	font-size: 14px;
	color: #666
}
#product .main .box>.pro-info>.screen {
	width: 90%;
	line-height: 28px;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333
}
#product .main .box>.pro-info>.url {
	display: block;
	padding: 20px 0
}
#product .main .box>.pro-info>.url>a {
	display: inline-block;
	color: #00378C;
	font-size: 14px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .main .box>.pro-info>.url>a>img {
	height: 10px;
	width: auto;
	margin-left: 3px
}
#product .main .box>.cls-info {
	padding-top: 80px
}
#product .main .box>.cls-info>.tit {
	font-size: 42px;
	color: #00378C
}
#product .main .box>.cls-info>.solve {
	padding: 20px 0;
	text-align: left
}
#product .main .box>.cls-info>.solve>h3 {
	display: block;
	font-size: 16px;
	color: #555
}
#product .main .box>.cls-info>.solve>a {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	padding: 3px 0;
	color: #999;
	font-size: 14px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .main .box>.cls-info>.solve>a:hover {
	color: #00378C;
	text-decoration: none
}
#product .main .box>.cls-info>.button {
	text-align: left;
	padding: 25px 0
}
#product .main .box>.cls-info>.button>a {
	display: inline-block;
	margin-right: 10px;
	border: 2px solid #666;
	color: #666;
	font-size: 16px;
	padding: 10px 30px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .main .box>.cls-info>.button>a:first-child {
	background: #666;
	color: #fff
}
#product .main .box>.cls-info>.button>a:first-child:hover {
	background: #888;
	border: 2px solid #888
}
#product .main .box>.cls-info>.support-staff {
	padding: 10px 0;
	text-align: left
}
#product .main .box>.cls-info>.support-staff>a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .main .box>.cls-info>.support-staff>a>img {
	height: 26px;
	width: auto;
	margin-right: 6px
}
#product .cls-tag-nav {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd
}
#product .cls-tag-nav a {
	position: relative;
	display: block;
	float: left;
	margin-left: -1px;
	margin-bottom: -1px;
	border: 1px solid #ddd;
	padding: 20px;
	background: #fff;
	font-size: 16px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .cls-tag-nav a.active {
	background: #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	color: #00378C
}
#product .cls-tag-nav a.active:after {
	position: absolute;
	z-index: 4;
	left: 0;
	top: -1px;
	width: 100%;
	height: 2px;
	background: #00378C;
	content: ''
}
#product .main .nav-bar {
	width: 20%;
	min-width: 250px;
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	text-align: left
}
#product .main .nav-bar>.nav {
	background: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px
}
#product .main .nav-bar>.nav>a {
	display: block;
	padding: 5px 0;
	color: #00378C;
	font-size: 14px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .main .nav-bar>.nav>a>img {
	height: 10px;
	width: auto;
	margin-left: 3px
}
#product .main .nav-bar>.collect {
	border-top: 1px solid #eee;
	padding: 0 30px;
	line-height: 60px
}
#product #product .main .nav-bar>.collect>img {
	height: 20px;
	width: auto;
	margin-right: 10px
}
#product .main .nav-bar>.collect>a {
	display: inline-block;
	font-size: 14px;
	color: #00378C;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .main .nav-bar>.collect>a>i {
	float: left;
	color: #00378C;
	font-size: 24px;
	margin-right: 6px
}
#product .pro-tag-nav {
	position: relative;
	z-index: 99;
	left: 0;
	top: 0;
	text-align: left;
	width: 100%;
	background: #fff;
	border-top: 1px solid #eee;
	height: 60px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px rgba(0,0,0,.1)
}
#product .pro-tag-nav a {
	display: block;
	float: left;
	position: relative;
	padding: 0 10px;
	margin-right: 20px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .pro-tag-nav a.active, #product .pro-tag-nav a:hover {
	color: #00378C
}
#product .pro-tag-nav a.active:after {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #00378C;
	content: ''
}
#product .tag-nav-fixed {
	position: fixed;
	top: 60px
}
#product .tag {
	padding: 60px 0 100px;
	margin: 0 auto;
	background: #fff
}
#product .tag>.wrap {
	margin: 0 auto;
	padding: 0
}
#product .tag .pro-list {
	width: 20%;
	background: #fff;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	text-align: left
}
#product .tag .pro-list>.tit {
	font-size: 18px;
	color: #00378C;
	border-bottom: 1px solid #e6e6e6
}
#product .tag .pro-list>.tit>a {
	display: block;
	font-size: 24px;
	color: #00378C;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px
}
#product .tag .pro-list>.tit>a>img {
	height: 40px;
	width: auto;
	margin-right: 8px
}
#product .tag .pro-list>.list {
	padding: 20px;
	text-align: left
}
#product .tag .pro-list>.list>a {
	display: block;
	font-size: 16px;
	padding: 10px 0
}
#product .tag .pro-list>.list>a.active {
	color: #00378C
}
#product .tag .pro-display {
	width: 80%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px
}
#product .tag .pro-display>.select {
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding: 0 5px
}
#product .tag .pro-display>.select>a {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #666
}
#product .tag .pro-display>.select>a img {
	float: left;
	height: 20px;
	width: auto;
	margin-right: 6px;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.select>a.active {
	color: #00378C
}
#product .tag .pro-display>.select>a.active img {
	-webkit-filter: grayscale(0)
}
#product .tag .pro-display>.box {
	margin: 0 auto;
	padding: 20px 0
}
#product .tag .pro-display>.box #item ul {
	margin: 0 auto
}
#product .tag .pro-display>.box #item ul>li .collect {
	position: absolute;
	z-index: 80;
	right: 16px;
	top: 16px;
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item ul>li .collect i {
	font-size: 20px;
	color: #999;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item ul>li .collect i:hover {
	color: #fc0
}
#product .tag .pro-display>.box #item ul>li .img {
	text-align: center;
	width: 100%;
	height: 0;
	padding-bottom: 100%
}
#product .tag .pro-display>.box #item ul>li .img img {
	width: auto;
	height: 190px;
}
#product .tag .pro-display>.box #item ul>li .txt {
	text-align: left
}
#product .tag .pro-display>.box #item ul>li .txt>a {
	display: inline-block;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
#product .tag .pro-display>.box #item ul>li .tit {
	padding: 5px 0;
	text-align: left;
	line-height: 24px
}
#product .tag .pro-display>.box #item ul>li .tit>a {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
}
#product .tag .pro-display>.box #item ul>li:hover {
	z-index: 9;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	box-shadow: 0 2px 10px rgba(0,0,0,.3)
}
#product .tag .pro-display>.box #item ul>li:hover .collect {
	opacity: 1
}
#product .tag .pro-display>.box #item.grid>ul>li {
	position: relative;
	z-index: 4;
	display: block;
	float: left;
	width: 25%;
	padding: 30px 30px 80px;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-top: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.grid>ul>li.active:after {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.grid>ul>li .document {
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	border-radius: 10px 10px 0 0
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.button {
	position: relative;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	color: #666;
	height: 60px;
	line-height: 60px
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.button:after {
	position: absolute;
	z-index: 4;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 0px;
	height: 10px;
	background: url(../image/ico_arrow_top_noborder_black.png) 50% 50% no-repeat;
	background-size: 100% auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.button>img {
	display: inline-block;
	height: 20px;
	width: auto;
	margin-right: 8px;
	opacity: .3
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.list {
	display: none;
	padding: 10px 0;
	text-align: left
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.list>a {
	display: block;
	font-size: 13px;
	padding: 7px 15px;
	color: #666;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.list>a>i {
	height: 20px;
	width: auto;
	margin-right: 6px;
	font-size: 16px;
	vertical-align: middle
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.list>a:hover {
	background: #eee
}
#product .tag .pro-display>.box #item.grid>ul>li .document-active>.button:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#product .tag .pro-display>.box #item.list>ul>li {
	position: relative;
	z-index: 4;
	display: block;
	padding: 30px;
	border: 1px solid #ddd;
	margin-top: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.list>ul>li .img {
	text-align: center;
	float: left;
	width: 200px
}
#product .tag .pro-display>.box #item.list>ul>li .con {
	float: left;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#product .tag .pro-display>.box #item.list ul>li .txt {
	padding-top: 20px
}
#product .tag .pro-display>.box #item.list ul>li .tit {
	padding: 10px 0 20px
}
#product .tag .pro-display>.box #item.list>ul>li .document {
	position: relative;
	text-align: left;
	background: #fff
}
#product .tag .pro-display>.box #item.list>ul>li .document>.button {
	position: relative;
	display: inline-block;
	padding: 0 40px 0 20px;
	font-size: 15px;
	cursor: pointer;
	border: 1px solid #ddd;
	color: #666;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.list>ul>li .document>.button:after {
	position: absolute;
	z-index: 4;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(../image/ico_arrow_top_noborder_black.png) 50% 50% no-repeat;
	background-size: 100% auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.list>ul>li .document>.button>img {
	display: inline-block;
	height: 20px;
	width: auto;
	margin-right: 8px;
	opacity: .3
}
#product .tag .pro-display>.box #item.list>ul>li .document>.list {
	display: none;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 43px;
	width: 100%;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.26);
	box-shadow: 0 2px 8px rgba(0,0,0,.26);
	padding: 10px 0;
	text-align: left
}
#product .tag .pro-display>.box #item.list>ul>li .document>.list>a {
	display: block;
	font-size: 13px;
	padding: 7px 15px;
	color: #666;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.box #item.list>ul>li .document>.list>a>img {
	height: 20px;
	width: auto;
	margin-right: 6px
}
#product .tag .pro-display>.box #item.list>ul>li .document>.list>a:hover {
	background: #eee
}
#product .tag .pro-display>.box #item.list>ul>li .document-active>.button:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#product .tag .pro-display>.box #item.list>ul>li .document>.button:hover {
	border: 1px solid #999
}
#product .tag .pro-presentation {
	text-align: left
}
#product .tag .pro-presentation .item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 3%;
	vertical-align: top;
	margin-bottom: 36px
}
#product .tag .pro-presentation .item>.tit {
	padding: 20px 0;
	font-size: 24px;
	color: #00378C
}
#product .tag .pro-presentation .item>.txt {
	font-size: 16px;
	color: #666;
	line-height: 28px
}
#product .tag .pro-presentation .item>.txt img {
	max-width: 100%;
	height: auto
}
#product .tag .pro-pdf a {
	display: block;
	font-size: 16px;
	margin-bottom: 9px;
	position: relative;
	padding-left: 25px
}
#product .tag .pro-pdf a::before {
	content: '\e6bc';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	font-family: iconfont;
	font-size: 20px
}
#product .tag .pro-certificate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#product .tag .pro-certificate a {
	display: block;
	width: calc(33.333333% - 1px);
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	margin: 0 1px 1px 0;
	font-size: 15px
}
#product .tag .pro-certificate a>img {
	width: 60px;
	height: 90px;
	padding-right: 15px
}
#product .tag .pro-details {
	text-align: left;
	margin: 0 auto
}
#product .tag .pro-details .item {
	margin-bottom: 40px
}
#product .tag .pro-details .item>.tit {
	display: block;
	font-size: 24px;
	color: #00378C;
	padding: 20px 0
}
#product .tag .pro-details .item>.con {
	text-align: left;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	line-height: 24px
}
#product .tag .pro-details .item>.con table {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	margin: 0 auto;
	border-top: 1px solid #4e4e4e
}
#product .tag .pro-details .item>.con table td {
	padding: 5px 5px;
	text-align: left;
	font-size: 14px;
	color: #4e4e4e;
	/*vertical-align: top;*/
	border-bottom: 1px solid #4e4e4e;
	border-right: 1px solid #464646;
	border-left: 1px solid #464646;
	
}
#product .tag .pro-details .item>.con img {
	max-width: 100%;
	height: auto
}
#product .tag .pro-details .item>.pdf {
	text-align: left;
	margin: 0 auto
}
#product .tag .pro-details .item>.pdf>a {
	display: block;
	font-size: 14px;
	padding: 10px 5px;
	color: #666;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-details .item>.pdf>a img {
	height: 20px;
	width: auto;
	margin-right: 10px
}
#product .tag .pro-details .item>.pdf>a span {
	display: inline-block;
	padding: 0 5px;
	color: #999;
	font-size: 12px
}
#product .recent {
	text-align: left;
	background: #fff;
	padding: 30px 0;
	margin: 0 auto
}
#product .recent .tit {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 700;
	color: #00378C
}
#product .recent .con {
	margin: 0 auto;
	text-align: left;
	padding: 20px 0
}
#product .recent .con a>img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto
}
#product .recent .con a>p {
	display: block;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .recent .con a>span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 60px;
	text-align: center;
	font-size: 11px;
	color: #888;
	line-height: 18px
}
#product .recent .con .swiper-button-disabled, .zoomDiv {
	display: none
}
#product .recent .con .button-next, #product .recent .con .button-prev {
	z-index: 4;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	opacity: .8;
	cursor: pointer;
	position: absolute
}
#product .recent .con a:hover p {
	color: #00378C
}
#product .recent .con .button-prev {
	left: 0;
	background: url(../image/ico_arrow_left_noborder_black.png) 50% 50% no-repeat;
	background-size: 100% auto;
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .recent .con .button-next {
	right: 0;
	background: url(../image/ico_arrow_right_noborder_black.png) 50% 50% no-repeat;
	background-size: 100% auto;
	-webkit-transition: all .35s;
	transition: all .35s
}
.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 350px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden
}
.zoomMask {
	position: absolute;
	background: url(../image/mask.png);
	cursor: crosshair;
	z-index: 1
}

@media only screen and (max-width:1200px) {
#product .container>.path>a {
	font-size: 24px
}
#product .container>.path>a>img {
	height: 42px
}
#product .container>.path>span {
	font-size: 14px
}
#product .container>ul>li {
	width: 22%
}
#product .container>ul>li:nth-child(5n) {
	margin-right: 2%
}
#product .container>ul>li:nth-child(4n) {
	margin-right: 0
}
#product .container>ul>li>a>.tit {
	font-size: 15px
}
#product .main .img {
	height: 360px
}
#product .main .img img {
	max-height: 360px
}
#product .main .box>.cls-info {
	padding-top: 80px
}
#product .main .box>.cls-info>.tit {
	font-size: 36px
}
#product .main .box>.cls-info>.solve>h3 {
	font-size: 14px
}
#product .cls-tag-nav a {
	padding: 15px 20px
}
#product .tag {
	padding: 60px 0 100px
}
#product .tag .pro-list {
	width: 26%
}
#product .tag .pro-display {
	width: 74%
}
#product .tag .pro-display>.box #item.grid>ul>li {
	width: 33.33%
}		
}

@media only screen and (max-width:1080px) {
#search .hot, #search .sear {
	width: 100%;
	float: none
}
#search {
	top: 0;
	width: 100%;
	max-width: none;
	background: #00378C;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2)
}
#search>.wrap {
	padding: 30px;
	margin: 0 auto
}
#search .sear>form input[type=text] {
	border: 1px solid #fff;
	background-color: rgba(255,255,255,1)
}
#search .sear>form button {
	background: #666
}
#search .hot {
	font-size: 13px;
	padding-top: 14px
}
#search .hot>h3 {
	font-size: 13px;
	color: #fff
}
#search .hot>a {
	color: rgba(255,255,255,.7);
	text-decoration: none
}
#search .hot>a:hover {
	text-decoration: underline;
	color: #fff
}
#catalog .container>ul>li {
	width: 48%;
	margin-bottom: 4%;
	margin-right: 0
}
#catalog .container>ul>li:nth-child(3n) {
	margin-right: 0
}
#catalog .container>ul>li:nth-child(even) {
	float: right
}
#path {
	display: none
}
#product .tag .pro-display>.box #item ul>li .collect {
	opacity: 1
}
#product .tag .pro-presentation .item {
	width: 100%
}
#product .tag .pro-presentation .item>.tit {
	font-size: 20px
}
#product .tag .pro-presentation .item>.txt {
	font-size: 14px;
	line-height: 24px
}
#product .main>.wrap {
	width: 100%;
	max-width: none;
	margin: 0 auto
}
#product .main .img {
	float: none;
	width: 40%;
	margin: 0 auto;
	display: none
}
#product .main .back {
	text-align: center;
	margin: 0 auto
}
#product .main .focus {
	float: none;
	width: 300px;
	padding-bottom: 0;
	margin: 0 auto
}
#product .main .focus .focus-bimg {
	position: relative;
	float: none;
	margin: 0 auto
}
#product .main .focus .focus-bimg>.swiper-pagination {
	display: block
}
#product .main .focus .focus-thumbs {
	position: relative;
	display: none
}
#product .main .box {
	float: none;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0
}
#product .main .box>.pro-info {
	/*text-align: center;*/
	padding-left: 0
}
#product .main .box>.pro-info>.screen {
	width: 80%;
	margin: 0 auto
}
#product .main .nav-bar {
	float: none;
	width: 100%;
	margin: 0 auto
}
#product .main .nav-bar>.collect {
	text-align: center
}
}

@media only screen and (max-width:860px) {
#product .container>ul>li {
	width: 32%
}
#product .container>ul>li:nth-child(4n), #product .container>ul>li:nth-child(5n) {
	margin-right: 2%
}
#product .container>ul>li:nth-child(3n) {
	margin-right: 0
}
#product .container>ul>li>a>.tit {
	font-size: 14px
}
#product .main .img {
	width: 50%;
	padding-top: 30px
}
#product .main .box>.cls-info {
	padding-top: 60px
}
#product .main .box>.cls-info>.tit {
	font-size: 32px
}
#product .main .box>.cls-info>.solve>h3 {
	font-size: 15px
}
#product .main .box>.cls-info>.solve>a {
	font-size: 13px
}
#product .main .box>.cls-info>.button>a {
	font-size: 15px;
	padding: 10px 25px
}
#product .main .box>.cls-info>.support-staff>a {
	font-size: 15px
}
#product .main .box>.cls-info>.support-staff>a>img {
	height: 24px
}
#product .tag .pro-list {
	position: relative;
	width: 100%;
	float: none;
	margin: 0 auto;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
#product .tag .pro-list>.tit>a {
	display: inline-block
}
#product .tag .pro-list>.list {
	/* display: none; */
}
#product .tag .pro-display {
	width: 100%;
	float: none;
	padding-left: 0
}
#product .tag .pro-display>.select {
	padding-top: 20px
}
#product .tag .pro-presentation .item {
	display: block;
	width: 100%
}
}

@media only screen and (max-width:780px) {
#search .sear>form input[type=text] {
	height: 42px;
	line-height: 42px;
	background-size: 24px auto;
	font-size: 14px
}
#search .sear>form button {
	height: 42px;
	font-size: 16px
}
#catalog .container {
	padding: 50px 0
}
#catalog .container>ul>li>a>.tit>p {
	font-size: 28px
}
#product .main .img {
	float: none;
	width: 100%;
	padding-top: 0
}
#product .main .box>.cls-info {
	padding-top: 0
}
#product .cls-tag-nav {
	margin: 0 auto
}
#product .cls-tag-nav>.wrap {
	overflow-x: auto;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move
}

#product .tag .pro-display>.box #item ul>li .img {
    padding-bottom: 140%;
    display: flex;
    justify-content: center;
}

#product .tag .pro-display>.box #item ul>li .img img {
    width: auto;
    height: 165px;
}


}

@media only screen and (max-width:640px) {
#product .container>.path>a {
	font-size: 20px
}
#product .container>.path>a>img {
	height: 36px
}
#product .container>.path>span {
	font-size: 12px;
	padding: 0 6px
}
#product .container>ul>li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 4%
}
#product .container>ul>li:nth-child(3n), #product .container>ul>li:nth-child(4n), #product .container>ul>li:nth-child(5n) {
	margin-right: 0
}
#product .container>ul>li:nth-child(even) {
	float: right
}
#product .cls-tag-nav a {
	padding: 16px 20px;
	font-size: 15px
}
#product .tag {
	padding: 30px 0 60px
}
#product .tag .pro-display>.select {
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 20px 0 0;
	display: none;
}
#product .tag .pro-display>.select>a {
	display: inline-block;
	float: left;
	width: 50%;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
	font-size: 14px;
	color: #666
}
#product .tag .pro-display>.select>a img {
	float: none;
	height: 20px;
	width: auto;
	margin-right: 6px;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .35s;
	transition: all .35s
}
#product .tag .pro-display>.select>a.active {
	border: 1px solid #00378C;
	color: #00378C
}
#product .tag .pro-display>.box #item.grid>ul>li {
	width: 50%
}
#product .pro-tag-nav {
	height: 150px
}
#product .pro-tag-nav a {
	padding: 0 8px;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 14px
}
#product .tag .pro-details .item>.tit {
	font-size: 20px;
	padding: 15px 0
}
}

@media only screen and (max-width:420px) {
#catalog .container>ul>li, #product .container>ul>li {
	width: 100%;
	margin-bottom: 20px;
	float: none
}
#search .sear>form input[type=text] {
	height: 38px;
	line-height: 38px;
	background-size: 20px auto
}
#search .sear>form button {
	height: 38px
}
#catalog .container>ul>li:nth-child(even) {
	float: none
}
#product .container>ul>li:nth-child(even) {
	float: none
}
#product .cls-tag-nav a {
	padding: 12px 20px;
	font-size: 14px
}
#product .tag {
	padding: 20px 0 40px
}
#product .tag .pro-list>.tit>a {
	font-size: 18px;
	padding: 10px 15px
}
#product .tag .pro-list>.tit>a>img {
	height: 30px
}
#product .tag .pro-display>.box #item ul>li .tit>a {
	font-size: 16px
}
#product .tag .pro-display>.box #item ul>li.active {
	z-index: 99
}
#product .tag .pro-display>.box #item.list ul>li .txt {
	padding-top: 10px
}
#product .tag .pro-display>.box #item.list ul>li .tit {
	padding: 10px 0
}
#product .tag .pro-display>.box #item.grid>ul>li {
	padding: 15px 15px 40px
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.button {
	padding-right: 20px;
	font-size: 14px;
	height: 40px;
	line-height: 40px
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.button>img {
	height: 18px
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.list>a {
	font-size: 12px;
	padding: 7px 15px
}
#product .tag .pro-display>.box #item.grid>ul>li .document>.list>a>img {
	height: 16px
}
#product .tag .pro-display>.box #item.list>ul>li {
	padding: 20px
}
#product .tag .pro-display>.box #item.list>ul>li .img {
	width: 100px
}
#product .tag .pro-display>.box #item.list>ul>li .con {
	padding: 0 10px
}
#product .tag .pro-display>.box #item.list>ul>li .document>.button {
	padding: 0 40px 0 20px;
	font-size: 12px;
	height: 30px;
	line-height: 30px
}
#product .tag .pro-display>.box #item.list>ul>li .document>.button>img {
	height: 18px
}
#product .tag .pro-display>.box #item.list>ul>li .document>.list {
	top: 33px
}
#product .pro-tag-nav a {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0;
	margin-right: 0;
	height: 50px;
	line-height: 50px;
	font-size: 13px
}
#product .box>.list{padding: 15px 0 20px 0;}	
}
.pro_show_tit{border-bottom:solid 3px #00378C; margin-top:20px; }
.pro_show_tit h3{ font-size:18px;font-family:TrajanPro_Bold,Arial, Helvetica, sans-serif; color:#00378C; line-height:35px;}
.pro_show_tit h3 img{ margin-top:8px;}

.cont_b .mktitle {
  text-align: center;
  margin-bottom: 60px;
}
.cont_b .wrap .inpbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
.cont_b .wrap .inpbox input,
.cont_b .wrap .inpbox textarea {
  color: #020202;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: none;
  border: 1px solid #525252;
}
.cont_b .wrap .inpbox input {
  width: 40%;
  margin-bottom: 40px;
  height: 40px;
  padding: 0 20px;
}
.cont_b .wrap .inpbox textarea {
  width: 100%;
  display: block;
  height: 200px;
  padding: 20px;
}
.cont_b .wrap .inpbox input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
}
.cont_b .wrap .inpbox input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.cont_b .wrap .inpbox input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.cont_b .wrap .inpbox input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.cont_b .wrap .inpbox textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.cont_b .wrap .inpbox textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.cont_b .wrap .inpbox textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.cont_b .wrap .inpbox textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.cont_b .wrap .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont_b .wrap .btnbox .btn {
  width: 180px;
  height: 50px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
  border: 1px solid transparent;
  cursor: pointer;
}
.cont_b .wrap .btnbox .sub {
  background-color: #00378C;
  border-color: #00378C;
  margin-right: 60px;
}
.cont_b .wrap .btnbox .reset {
  border-color: #8a8a8a;
  background: #8a8a8a;
}
