.head .navbox .navList a:nth-child(3) {
	color: #fff!important;
}
.head .navbox .navList a:nth-child(3)::before, .head .navbox .navList a:nth-child(3)::after {
	transform: scale(1);
}
.navoutwrap .navboxs {
	width: 1200px;
}
.productlist {
	padding-top: 1px;
}
.productlist .searchbox {
	width: 820px;
	height: 50px;
	margin: 43px auto;
	position: relative;
}
.productlist .searchbox .searchinp {
	padding: 0 50px 0 10px;
	display: block;
	width: 690px;
	height: 48px;
	border: 1px solid #097bc8;
	float: left;
}
.productlist .searchbox .searchbtn {
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 666;
	width: 48px;
	height: 48px;
	background: url("../images/searchbtn.png") no-repeat center center;
	cursor: pointer;
}
.productlist .searchbox .clearbtn {
	display: block;
	width: 50px;
	font-size: 16px;
	transition: all .5s;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: right;
	color: #ccc;
}
.productlist .searchbox .clearbtn:hover {
	color: #097bc8;
}
.productlist ul {
	width: 1200px;
	margin: 0 auto;
}
.productlist ul li {
	float: left;
	border: 1px solid #E7E7E7;
	transition: all .3s;
	margin-right: 45px;
	margin-bottom: 38px;
	padding: 15px 14px;
	box-sizing: border-box;
	width: 370px;
	height: 132px;
}
.productlist ul li a {
	display: block;
}
.productlist ul li a .img-box {
	width: 150px;
	height: 100px;
	overflow: hidden;
	float: left;
}
.productlist ul li a .img-box img {
	width: 100%;
	transition: all .3s;
}
.productlist ul li a .right {
	float: left;
	margin-left: 15px;
	width: 175px;
}
.productlist ul li a .right .title {
	font-size: 16px;
	color: #666666;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}
.productlist ul li a .right .more-btn {
	margin-top: 30px;
}
.productlist ul li a .right .more-btn .btn {
	float: left;
	color: #333;
	font-size: 12px;
	line-height: 16px;
}
.productlist ul li a .right .more-btn .ibox {
	float: left;
	overflow: hidden;
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 5px;
}
.productlist ul li a .right .more-btn .ibox img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
}
.productlist ul li a .right .more-btn .ibox .normal {
	opacity: 1;
}
.productlist ul li a .right .more-btn .ibox .act {
	opacity: 0;
}
.productlist ul li:nth-child(3n) {
	margin-right: 0;
}
.productlist ul li:hover {
	border: 1px solid #005ba0;
}
.productlist ul li:hover a .img-box img {
	transform: scale(1.02, 1.02);
}
.productlist ul li:hover a .right .title {
	color: #097bc8;
}
.productlist ul li:hover a .right .ibox .normal {
	opacity: 0;
}
.productlist ul li:hover a .right .ibox .act {
	opacity: 1;
}
.detailbox {
	background: #f0f2f5;
	padding-top: 1px;
}
.detailbox .detail {
	width: 1200px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
}
.detailbox .detail .top {
	background: #fff;
	padding: 85px 100px;
}
.detailbox .detail .top .imgbox {
	width: 440px;
	float: left;
}
.detailbox .detail .top .sbox1 {
	position: relative;
	margin-top: 20px;
}
.detailbox .detail .top .sbox1 .prevbtn1, .detailbox .detail .top .sbox1 .nextbtn1 {
	width: 9.1%;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	opacity: .5;
}
.detailbox .detail .top .sbox1 .prevbtn1 img, .detailbox .detail .top .sbox1 .nextbtn1 img {
	width: 100%;
}
.detailbox .detail .top .sbox1 .nextbtn1 {
	right: 0;
}
.detailbox .detail .top .sbox1 .prevbtn1 {
	left: 0;
}
.detailbox .detail .top .sbox1 .nextbtn1:hover {
	opacity: 1;
}
.detailbox .detail .top .sbox1 .prevbtn1:hover {
	opacity: 1;
}
.detailbox .detail .top #swiper1 {
	width: 74.54%;
	margin: 0 auto;
}
.detailbox .detail .top #swiper1 .swiper-wrapper .swiper-slide {
	box-sizing: border-box;
	border: 1px solid #ddd;
	cursor: pointer;
}
.detailbox .detail .top #swiper1 .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.detailbox .detail .top #swiper1 .swiper-wrapper .active {
	border: 2px solid #005ba0;
}
.detailbox .detail .top .infobox {
	float: right;
	width: 465px;
}
.detailbox .detail .top .infobox .info {
	padding-top: 1px;
}
.detailbox .detail .top .infobox .info .title {
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin: 38px 0 64px 0;
}
.detailbox .detail .top .infobox .info .bx .titles {
	padding-left: 20px;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 36px;
	background: rgba(240, 242, 245, 0.8);
}
.detailbox .detail .top .infobox .info .bx .titles span {
	color: #555;
	font-size: 16px;
}
.detailbox .detail .top .infobox .info .bx .text {
	padding: 20px 0 30px 20px;
}
.detailbox .detail .bottom {
	background: #fff;
	margin-top: 50px;
	padding: 0 100px;
	border: 1px solid #DDD;
	height: 435px;
}
.detailbox .detail .bottom .btnavbox .navs {
	float: left;
	width: 160px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.detailbox .detail .bottom .btnavbox .navs:first-child {
	border-left: 1px solid #ddd;
}
.detailbox .detail .bottom .btnavbox .actnavs {
	position: relative;
	border-bottom: none;
	border-left: none!important;
}
.detailbox .detail .bottom .btnavbox .actnavs:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #005ba0;
	content: "";
}
.detailbox .detail .bottom .jjbox {
	margin-top: 88px;
	display: none;
}
.detailbox .detail .bottom .jjbox .title {
	font-size: 18px;
	color: #005ba0;
	margin-bottom: 20px;
}
.detailbox .detail .bottom .jjbox .text p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.detailbox .detail .bottom .jjbox:first-child {
	display: block;
}
.detailbox .backbtn {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #005ba0;
	float: right;
	margin: 46px 0 157px 0;
}
.detailbox .backbtn:hover {
	opacity: .8;
}
.pagewrap {
	margin-top: 42px;
}
/** product **/
.pro_nav {
	background: #fff;
	padding: 50px 0;
}
.pro_nav_i {
	width: 100%;
	text-align: center;/**
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  **/
}
.pro_nav_i a {
	width: 19%;
	flex-grow: 1;
	height: 100px;
	border-right: 1px solid #f5f5f5;
	display: inline-block;
	margin-bottom: 15px;/**
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  **/
}
.pro_nav_i a:last-child {
	border-right: 0;
}
.img_h {
	position: relative;
	cursor: pointer;
}
.img_h img {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.img_h img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.pro_nav_i a .img_h {
	width: 52px;
	height: 52px;
	margin: 0 auto;
}
.pro_nav_i a p {
	font-size: 14px;
	color: #666666;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height: 30px;
	margin-top: 15px;
}
.pro_nav_i a.active p, .pro_nav_i a:hover p {
	color: #084b8a;
}
.pro_nav_i a.active .img_h img {
	opacity: 0;
}
.pro_nav_i a.active .img_h img:nth-child(2) {
	opacity: 1;
}
.img_h.img_ha:hover img {
	opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
	opacity: 0;
}
a:hover .img_h.img_ha img, .img_h:hover img {
	opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2), .img_h:hover img:nth-child(2) {
	opacity: 1;
}
.nypro_box {
	height: auto;
	padding: 50px 0;
	background-color: #f5f5f5;
}
.nypro_xfl {
	height: auto;
	text-align: center;
}
.nypro_xfl ul {
	height: auto;
}
.nypro_xfl ul li {
	display: inline-block;
	margin: 5px 5px;
}
.nypro_xfl ul li a {
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #777;
	padding: 0 40px;
}
.nypro_xfl ul li a:hover {
	background: #fff;
	color: #084b8a;
}
#nypro_dq a {
	background: #fff;
	color: #084b8a;
}
.nypro_list {
	height: auto;
	margin-bottom: 30px;
}
.nypro_list ul {
	height: auto;
}
.nypro_list ul li {
	height: auto;
	width: calc(25% - 22.5px);
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}
.nypro_list ul li a {
	display: block;
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nypro_list ul li a:hover {
	box-shadow: 0px 0px 24px rgba(111, 111, 111, 0.18);
}
.nypro_img {
	height: auto;
	padding: 30px 40px 18px;
	position: relative;
}
.nypro_img img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.nypro_list ul li p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nypro_more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid #ececec;
	padding: 15px 0;
}
.more_btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	overflow: hidden;
	position: relative;
	background: #084b8a;
	font-size: 14px;
	color: #fff;
}
.more_btn span {
	z-index: 1;
	display: block;
	position: relative;
}
.more_btn::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 140%;
	background: #000000;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transform: translateX(100%) skew(0deg);
	-webkit-transform: translateX(100%) skew(0deg);
	-moz-transform: translateX(100%) skew(0deg);
	-ms-transform: translateX(100%) skew(0deg);
	-o-transform: translateX(100%) skew(0deg);
}
a.more_btn:hover::after, a:hover div.more_btn::after {
	opacity: 1;
	transform: translateX(10%) skew(-20deg);
	-webkit-transform: translateX(10%) skew(-20deg);
	-moz-transform: translateX(10%) skew(-20deg);
	-ms-transform: translateX(10%) skew(-20deg);
	-o-transform: translateX(10%) skew(-20deg);
}
.nypro_list ul li a:hover .nypro_img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.nypro_list ul li a:hover p {
	color: #084b8a;
}
.nypro_list li:nth-child(4n) {
	margin-right: 0;
}
.page {
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
}
.page a {
	color: #666;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-size: 14px;
	margin: 0 6px;
	display: inline-block;
}
.page a:first-child {
	margin-right: 16px;
}
.page a:last-child {
	margin-left: 16px;
}
.page a.page_num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
}
.page a:hover {
	color: #084b8a;
}
.page a.page_num:hover, .page a.page_num.act {
	background: #084b8a;
	color: #fff;
}
.page em {
	font-style: normal;
	font-size: 12px;
	color: #666;
}
.pro_detailt {
	height: auto;
}
.pro_detailt01 {
	width: calc(35% - 50px);
	float: left;
}
.pro_detailt02 {
	width: 60%;
	float: right;
	margin-left: 50px;
}
.demo {
	width: 100%;
	position: relative;
}
.demo h2 {
	font-size: 16px;
	height: 44px;
	color: #3366cc;
	margin-top: 20px;
}
.demo dl dt {
	font-size: 14px;
	color: #ff6600;
	margin-top: 30px;
	font-weight: 800;
}
.demo dl dt, .demo dl dd {
	line-height: 22px;
}
.tabbtn {
	height: auto;
}
.tabbtn li {
	position: relative;
	display: inline-block;
	margin-right: 2px;
}
.tabbtn li a {
	display: block;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	padding: 0 30px;
	background: #aaaaaa;
	color: #fff;
}
.tabbtn li.current {
}
.tabbtn li.current a {
	background: #084b8a;
	color: #fff;
}
/* tabcon */
.tabcon {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.tabcon .subbox {
	position: absolute;
	left: 0;
	top: 0;
}
.tabcon .sublist {
	height: auto;
}
.cpxq {
	height: auto;
	line-height: 30px;
	font-size: 14px;
}
.fanhui {
	width: 180px;
	height: auto;
	margin: 50px auto 0;
}
.fanhui a {
	display: block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #084b8a;
	font-size: 14px;
}
.fanhui a span {
	margin-left: 10px;
}
.fanhui a:hover {
	background: #111;
}

.nypro_boxxq{
	background: #fff;
}
.prodot_xqjs{
	height: auto;
	padding-top: 25px;
}
.proxq_title{
	line-height: 30px;
	color: #111;
	font-size: 24px;
}
.proxq_dte{
	height: auto;
	line-height: 25px;
	font-size: 14px;
	color: #888;
	margin-top: 10px;
	background: #f8f3f3;
    padding: 2px 15px;
}
.proxq_conxq{
	height: auto;
	margin-top: 20px;
	line-height: 30px;
	font-size: 15px;
	color: #444;
	text-indent: 2em;
}
.proxq_conxq img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.proxq_conxq p{
	margin:15px auto;
}
.proxq_conxq div{
	margin:15px auto;
}

.pro_tuij{
	height: auto;
	margin-top: 50px;
}
.pro_tuij_bt{
	font-size: 18px;
	color: #111;
	border-left:3px solid #084b8a;
	padding-left: 15px;
	font-weight: bold;
}
.pro_tuij .nypro_list{
	margin-top: 30px;
}
.pro_tuij .nypro_list ul li a{
	border: 1px solid #eee;
}
.proxq_dte02{
	display: none;
}


.pro_pronybt{
	line-height: 40px;
    font-size: 30px;
	color: #111;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
/** product **/








@media screen and (min-width: 100px) and (max-width: 1024px) {
.wrapnav {
	box-shadow: 0px 8px 15px 0px rgba(170, 170, 170, 0.15);
}
.wrapnav .nav-ii-box {
	width: 1200px;
	margin: 0 auto;
}
.wrapnav .nav-ii-box li {
	width: 16.666666%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	border-right: 1px solid #E5E5E5;
	float: left;
	box-sizing: border-box;
	transition: all .3s;
}
.wrapnav .nav-ii-box li a {
	width: 100%;
	height: 100%;
	display: block;
}
.wrapnav .nav-ii-box li:first-child {
	border-left: 1px solid #E5E5E5;
}
.wrapnav .nav-ii-box li:hover {
	color: #fff;
	background: #005ba0;
}
.wrapnav .nav-ii-box .activeli {
	color: #fff;
	background: #005ba0;
}
.productlist {
	padding-top: 1px;
}
.productlist ul {
	width: 90%;
	margin: 0 auto;
	margin-top: 44px;
}
.productlist ul li {
	margin-right: 0;
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}
.productlist ul li a .img-box {
	width: 44%;
	height: auto;
}
.productlist ul li a .right {
	margin-left: 4%;
	width: 47%;
}
.productlist ul li a .right .title {
	margin-top: 5.78%;
}
.productlist ul li a .right .more-btn {
	margin-top: 28%;
}
.productlist ul li:last-child {
	margin-bottom: 0;
}
.detailbox .detail {
	width: 90%;
	margin: 44px auto 0 auto;
}
.detailbox .detail .top {
	padding: 44px 3vw;
}
.detailbox .detail .top .imgbox {
	width: 100%;
	float: left;
}
.detailbox .detail .top .imgbox img {
	width: 100%;
}
.detailbox .detail .top .sbox1 {
	position: relative;
	margin-top: 20px;
}
.detailbox .detail .top .sbox1 .prevbtn1,  .detailbox .detail .top .sbox1 .nextbtn1 {
	display: none;
}
.detailbox .detail .top #swiper1 {
	width: 100%;
}
.detailbox .detail .top .infobox {
	width: 100%;
}
.detailbox .detail .top .infobox .info .title {
	margin: 22px 0;
	font-size: 18px;
	line-height: 26px;
}
.detailbox .detail .top .infobox .info .bx .text {
	padding: 9px 0 9px 20px;
}
.detailbox .detail .bottom {
	padding: 0 3%;
	border: 1px solid #DDD;
	height: auto;
	min-height: 465px;
}
.detailbox .detail .bottom .btnavbox .navs {
	width: 50%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	line-height: 36px;
	font-size: 16px;
}
.detailbox .detail .bottom .btnavbox .navs:nth-child(2n+1) {
	border-left: 1px solid #ddd;
}
.detailbox .detail .bottom .btnavbox .actnavs {
	border-left: 1px solid #ddd!important;
}
.detailbox .detail .bottom .jjbox {
	margin-top: 44px;
}
.backbtn {
	margin: 44px 0 90px 0;
}
.detailbox .backbtn {
	height: 36px;
	width: 132px;
	line-height: 36px;
	margin: 22px 0 44px 0;
}
.productlist .searchbox {
	width: 90%;
	height: 42px;
	margin: 6% auto;
}
.productlist .searchbox .searchinp {
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	width: 80%;
	height: 42px;
}
.productlist .searchbox .searchbtn {
	position: absolute;
	right: 20%;
	width: 40px;
	height: 40px;
}
.productlist .searchbox .clearbtn {
	width: 15%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #097bc8;
}
}
 @media (max-width: 768px) {
.pro_nav {
	display: none;
}
.nypro_box {
	padding: 30px 0;
}
.nypro_xfl ul li a {
	line-height: 30px;
	font-size: 12px;
	padding: 0 30px;
}
.nypro_list {
	
}
.nypro_list ul li {
	width: 100%;
	margin-bottom: 15px;
}
.pro_detailt01 {
	width: 100%;
}
.pro_detailt02 {
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
}
.tabbtn li a {
	font-size: 12px;
	padding: 0 15px;
}
.cpxq {
	line-height: 25px;
	font-size: 13px;
}
.proxq_conxq{
	margin-top: 15px;
    line-height: 25px;
    font-size: 13px;
}

.proxq_title{
	font-size: 20px;
}
.proxq_dte{
	font-size: 13px;
}
.proxq_dte01{
	display: none;
}
.proxq_dte02{
	display: block;
}
.pro_tuij{
	margin-top: 30px;
}
.fanhui{
	margin-top: 30px;
}
.pro_pronybt{
	line-height: 30px;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

}
