@charset "utf-8";
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}


/*public start*/

html {
	font-size: 62.5%;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}


/*去掉input等聚焦时的蓝色边框*/

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: none;
}

select,
input {
	vertical-align: middle;
}

textarea {
	resize: none;
}


/*防止拖动*/

ul,
ol {
	list-style: none;
}

img {
	vertical-align: middle;
	font-size: 0;
	border: 0;
	outline: none;
	max-width: 100%;
}


/*去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/

i,
em {
	font-style: normal;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #1f95fa;
}

.clear {
	clear: both;
}

.fix:after,
.fix:before {
	content: " ";
	display: table;
}

.fix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.last {
	margin-right: 0 !important;
}

.wrap {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
	z-index: 2;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.hide {
	display: none;
}


/*public end*/

.top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
}

.top .content {
	position: relative;
}

.logo {
	position: relative;
	z-index: 100;
	float: left;
	padding: 15px 0;
}


/*搜索框*/


/*.search_bar {
	margin: 21px 180px 21px 0;
	position: relative;
	width: 0;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	border-radius: 5px;
	background: transparent;
}

.search_bar .input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 0;
	height: 60px;
	line-height: 60px;
	z-index: 10;
	font-size: 16px;
	text-indent: 1em;
	color: #000;
	background: transparent;
}

.search_bar .search_ico,
.search_bar .search_btn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	cursor: pointer;
}

.search_bar .search_ico {
	z-index: 90;
	background: url(../images/search_btn.png) no-repeat center;
}

.search_bar .search_btn {
	width: 0;
}

.search_open {
	width: 230px !important;
	z-index: 1002;
	background-color: #fff;
}

.search_open .input {
	width: 98%;
}

.search_open .search_ico {
	background: url(../images/search_btn_on.png) no-repeat center;
}

#show {
	position: absolute;
	padding: 20px;
}*/


/*搜索框*/

.srch {
	float: right;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	position: absolute;
	right: 180px;
	height: 100%;
	z-index: 101;
}

.srch> a {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
	display: block;
	width: 22px;
	height: 22px;
	background: url("../images/search_btn.png") no-repeat center center;
	padding: 0;
}

.srch-block {
	position: absolute;
	top: 80%;
	right: -25px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 8px;
	display: none;
}

.srch-block input[type=text] {
	float: left;
	display: block;
	width: 230px;
	height: 44px;
	padding-left: 15px;
	margin-right: 44px;
}

.srch-block input[type=submit] {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 44px;
	width: 44px;
	background: url("../images/search_btn.png") no-repeat center;
	cursor: pointer;
}

.srch-block2 {
	position: absolute;
	z-index: 999;
	width: 96%;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 2%;
	display: none;
}

.srch-block2 input[type=text] {
	float: left;
	display: block;
	width: 90%;
	height: 44px;
	text-indent: 15px;
}

.srch-block2 input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 2%;
	margin-right: 2%;
	height: 44px;
	width: 8%;
	background: #fff url("../images/search_btn_on.png") no-repeat center;
	cursor: pointer;
}

.language {
	position: absolute;
	z-index: 101;
	right: 75px;
	top: 50%;
	margin-top: -12px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.language a {
	color: #fff;
}

.language a:hover {
	color: #1f95fa;
}

.nav {
	position: absolute;
	z-index: 111;
	width: 35px;
	height: 103px;
	color: #fff;
	right: 0;
	top: 0;
}

.nav-btn {
	position: relative;
	cursor: pointer;
	float: right;
	margin: 38px 0 0;
	color: #fff;
	right: 0;
	transition: all 0.3s ease-out;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	/*padding-bottom: 25px;*/
}
.nav-bor{
	position: absolute;
	left: 0 ;
	text-indent: -99999px;
	bottom: -25px;
	width: 100%;
	height: 25px;
	background-color: #fff;
	filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


.nav-btn:hover {
	filter:alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
	transition: opacity 0.3s ease-out;
}


/*.nav-list {
	display: none;
	position: absolute;
	z-index: 999;
	top: 80px;
	width: 180px;
	padding: 18px 0;
	right: 0;
	background-color: #fff;
}

.nav-list li {
	text-align: left;
}

.nav-list li a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 50px;
	text-indent: 30%;
}

.nav-list li:hover a {
	color: #1f95fa;
}*/

.nav-list {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 155px;
	padding: 10px 0;
	margin-top: -19px;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	/*firefox、chrome*/
	background: #fff \9;
	/*IE*/
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);
}


.nav-list li {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.nav-list li:last-child {
	border-bottom: 0;
}

.nav-list li a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	text-indent: 15%;
}

.nav-list li:hover a {
	background-color: #1f95fa;
	color: #fff;
}


/*banner*/

.inbanner {
	text-align: center;
}

.inbanner img {
	width: 100%;
}

.inbanner .swiper-slide {
	background-size: cover;
	height: 720px !important;
}

.inbanner .banner_prev,
.inbanner .banner_next {
	background-image: none;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.banner_next,
.banner_prev img {
	width: 100%;
	height: 100%;
}

.nybanner {
	text-align: center;
}

.nybanner img {
	width: 100%;
}

.nybanner .swiper-slide {
	background-size: cover;
	height: 500px !important;
}

.ny1banner {
	background-size: cover;
	height: 500px !important;
}


/*main*/

.icon-nav {
	padding: 3.6% 0;
}

.icon-nav li {
	float: left;
	width: 10.6%;
	margin: 0 7.2%;
	text-align: center;
}

.icon-nav li span {
	font-size: 2.2rem;
	display: block;
	margin-top: 30px;
	white-space: nowrap;
}

.icon-nav li img {
	display: inline-block;
}

.icon-nav li .img1 {
	display: none;
}

.icon-nav li:hover .img1 {
	display: inline-block;
}

.icon-nav li:hover .img2 {
	display: none;
}

.in-product {
	padding: 3.5% 0;
	background-color: #1f95fa;
	color: #fff;
}

.in-product h2 {
	text-align: center;
	font-weight: bold;
	font-size: 3.2rem;
}

.tab-menu {
	text-align: center;
	margin-top: 2%;
	margin-bottom: 3.3%;
}

.tab-menu li {
	display: inline-block;
	font-size: 1.7rem;
	line-height: 1.5em;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	border: 1px solid transparent;
}

.tab-menu li.cur,
.tab-menu li:hover {
	transition: all 0.3s ease-out;
	border: 1px solid #fff;
	border-radius: 20px;
}

.tab-box {
	position: relative;
}

.tab-box .swiper-button-next,
.tab-box .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.1);
	/*firefox、chrome*/
	background: #000 \9;
	/*IE*/
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
	filter: alpha(opacity=10);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70% 70%;
}

.tab-box .swiper-button-next {
	right: 25px;
}

.tab-box .swiper-button-prev {
	left: 25px;
}

/*.swiperTab1 .swiper-button-next:hover,
.swiperTab1 .swiper-button-prev:hover {
	background-color: #1f95fa;
}*/
.in-porduct-list li {
	position: relative;
}

.in-porduct-list li a {
	position: relative;
	display: block;
	margin: 0 25px;
	background: rgba(0, 255, 255, 0.1);
	/*firefox、chrome*/
	background: #1B9FFA \9;
	/*IE*/
}

.in-porduct-list li:hover a {
	color: #232323;
}

.in-porduct-list li:hover .hide-box {
	background: rgba(255, 255, 255, 0.6);
	/*firefox、chrome*/
	background: #fff \9;
	/*IE*/
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60);
	visibility: visible;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out;
}

.in-porduct-list .hide-box {
	overflow: hidden;
	visibility: hidden;
	width: 0;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	transition: all 0.3s ease-out;
}



.in-porduct-list .hide-box h3 {
	font-size: 1.6rem;
	margin: 10px 0;
}

.in-porduct-list .hide-box span {
	font-size: 14px;
}

.more-con {
	text-align: center;
	margin-top: 4%;
}

.more-con .more {
	border: 2px solid #fff;
	display: inline-block;
	padding: 0 100px 0 20px;
	font-size: 16px;
	line-height: 2.8em;
	color: #fff;
	transition: all 0.3s ease-out;
	background: url("../images/index_jt_icon.png") no-repeat 85% center;
}

.more-con .more:hover {
	transition: all 0.3s ease-out;
	background: url("../images/index_jt_icon.png") no-repeat 90% center;
}

.message {
	padding: 5.8% 0;
}

.message h2 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 4%;
}

.form-box {
	width: 890px;
	margin: 0 auto;
}

.form-box::-moz-placeholder {
	color: #333;
}

.form-box::-webkit-input-placeholder {
	color: #333;
}

.form-box:-ms-input-placeholder {
	color: #333;
}

.form-box li {
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #898989;
	padding: 10px 0;
}

.form-box li label {
	display: inline-block;
	width: 45px;
	text-align: center;
}

.form-box li.inp {
	float: left;
	width: 48%;
}

.form-box li.inp input {
	width: 85%;
	font-size: 1.6rem;
}

.form-box li:nth-child(2n) {
	float: right;
}

.form-box li.txt label {
	float: left;
}

.form-box li.txt textarea {
	width: 85%;
	font-size: 1.6rem;
	border: none;
}

.form-box li img {
	transition: all 0.3s ease-out;
}

.form-box li:hover img {
	transform: translateY(-5px);
	transition: all 0.3s ease-out;
}

.form-box .btn {
	text-align: center;
	padding: 15px 0;
}

.form-box .btn input {
	width: 20%;
	font-size: 1.6rem;
	line-height: 2.5em;
	color: #fff;
	cursor: pointer;
	background-color: #1f95fa;
	transition: all 0.3s ease-out;
}

.form-box .btn input:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease-out;
}

.form-box .formhide {
	overflow: hidden;
	display: none;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	width: 320px;
	height: 220px;
	margin-top: -107px;
	text-align: center;
	border: 1px solid #D2D2D2;
}

.form-box .formhide .off {
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}

.form-box .formhide .yzm-con {
	margin-top: 60px;
}

.form-box .formhide input {
	border: 1px solid #898989;
	font-size: 1.6rem;
	padding: 7px 0;
	width: 125px;
}

.form-box .formhide .yzm-btn {
	text-align: center;
	margin-top: 20px;
}

.form-box .formhide .yzm-btn input {
	width: 120px;
	font-size: 1.6rem;
	line-height: 2.5em;
	padding: 0;
	color: #fff;
	cursor: pointer;
	background-color: #1f95fa;
	border: none;
}

.formhidebg {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}


/*bottom*/

.bottom {
	padding: 4% 0;
	background: #262729;
	color: #fff;
	font-size: 1.4rem;
}

.bottom .content {
	position: relative;
}

.bottom a {
	color: #fff;
}

.bottom a:hover {
	color: #1f95fa;
}

.bottom-nav {
	width: 48%;
	margin: 0 18% 0 330px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-width: 0 1px 0 1px;
}

.bottom-nav dl {
	vertical-align: text-top;
	/*width: 170px;*/
	margin: 5px 8px;
	display: inline-block;
	text-align: left;
}

.bottom-nav dt {
	white-space: nowrap;
	font-size: 1.8rem;
}

.bottom-nav dt i {
	display: inline-block;
	margin-right: 10px;
}

.bottom-nav dd {
	margin-left: 38px;
	margin-top: 10px;
}

.bottom-copy {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.bottom-copy p {
	margin-top: 10px;
}

.bottom-copy .code {
	visibility: visible;
}

.bottom-phone {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.bottom-phone h3 {
	font-size: 3rem;
	color: #1f95fa;
}

.bottom-phone p {
	display: inline-block;
	width: 180px;
	text-align: center;
}

.bottom-phone a {
	display: inline-block;
	width: 170px;
	margin-top: 10px;
	padding: 7px 0;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
}

.bottom-phone a i {
	display: inline-block;
	margin-right: 5px;
}

.producnt-box {
	border-bottom: 1px solid #c4c4c4;
	padding: 5.3% 0;
}

.producnt-box h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}

.producnt-box p {
	line-height: 2em;
	text-align: center;
	font-size: 1.6rem;
	color: #474747;
}

.producnt-box .btn {
	text-align: center;
	width: 890px;
	margin: 0 auto;
}

.producnt-box .btn a {
	display: inline-block;
	width: 20%;
	font-size: 1.6rem;
	line-height: 2.5em;
	color: #fff;
	cursor: pointer;
	background-color: #1f95fa;
	transition: all 0.3s ease-out;
}

.producnt-box .btn a:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease-out;
}

.product-list {
	margin-top: 3.5%;
}

.product-list li {
	float: left;
	margin-right: 3%;
	width: 31.33%;
	margin-bottom: 30px;
}

.about-box {
	border-bottom: 1px solid #c4c4c4;
	padding: 5.3% 0;
}

.about-box h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}

.about-box h4 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1%;
}

.about-box h5 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2%;
}

.qyjj-box {
	position: relative;
}

.qyjj-box .qyjj-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}

.qyjj-box .qyjj-txt h3 {
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	padding-top: 10%;
	padding-bottom: 2%;
}

.qyjj-box .qyjj-txt h3:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -24px;
	width: 48px;
	height: 2px;
	background-color: #fff;
}

.qyjj-box .qyjj-txt p {
	margin-top: 2%;
	font-size: 1.8rem;
	line-height: 2em;
}

.dslide {
	max-width: 86%;
	margin: 0 auto;
	position: relative;
}

.dslide button {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	background-color: #fff;
	cursor: pointer;
}

.dslide .prev_btn {
	left: -7.5%;
}

.dslide .next_btn {
	right: -7.5%;
}

.slide {
	width: 100%;
	min-height: 110px;
	overflow: hidden;
	position: relative;
}

.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 1s, height 1s, top 1s, left 1s, z-index 1s;
}

.slide .img img {
	width: 100%;
}

.slide .img1 {
	width: 37%;
	height: 59%;
	top: 20.5%;
	left: -50%;
	z-index: 1;
}

.slide .img2 {
	width: 37%;
	height: 59%;
	text-align: left;
	top: 20.5%;
	left: 0;
	z-index: 2;
}

.slide .img3 {
	width: 62%;
	height: 100%;
	top: 0;
	left: 19%;
	z-index: 3;
}

.slide .img4 {
	width: 37%;
	height: 59%;
	top: 20.5%;
	left: 63%;
	z-index: 2;
}

.slide .img5 {
	width: 37%;
	height: 59%;
	top: 20.5%;
	left: 110%;
	z-index: 1;
}

.slide .slide-bt .on {
	background: #ffd200;
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10;
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.dyyd-box {
	padding: 5.3% 0 6%;
}

.dyyd-box h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}

.dyyd-ul li {
	width: 32.93%;
}

.dyyd-ul .con {
	position: relative;
}

.dyyd-ul .con:hover .hide {
	display: block;
}

.dyyd-ul .li2 {
	margin: 0 .6%;
}

.dyyd-ul .li1 .big-con,
.dyyd-ul .li3 .big-con {
	margin-bottom: 2%;
}

.dyyd-ul .li2 .big-con {
	margin-top: 2%;
}

.dyyd-ul .small-con .con {
	width: 49.2%;
}

.dyyd-ul .hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #a0a0a0;
}

.dyyd-ul .hide .txt {
	padding: 15px;
}

.dyyd-ul .hide .tit {
	margin-bottom: 20px;
}

.dyyd-ul .hide i {
	float: left;
	margin-right: 10px;
}

.dyyd-ul .hide span {
	font-size: 1.6rem;
	display: block;
}

.dyyd-ul .hide p {
	font-size: 1.4rem;
}

.contact-box {
	padding: 5.3% 0 0;
}

.contact-box h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}

.contact-ul li {
	text-align: center;
	float: left;
	width: 24%;
	margin: 0 0.5%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.contact-ul li:hover {
	border: 1px solid #535353;
}

.contact-ul li img {
	margin-top: 5%;
	margin-bottom: 25px;
}

.contact-ul li p {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.contact-ul li .txt {
	padding-bottom: 5%;
	display: inline-block;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}

.contact-ul li:hover .img1 {
	display: none;
}

.contact-ul li:hover .img2 {
	display: inline-block;
}

.contact-ul .img2 {
	display: none;
}

.map {
	margin-top: 3.7%;
	padding: 3.7% 0;
	border-top: 1px dashed #9d9d9d;
}

.brand-box {
	padding: 4% 0;
}

.brand-box h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}

.brand-con {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}

.brand-conc {
	position: relative;
}

.center-box {
	position: relative;
	z-index: 11;
	margin: 0 auto;
	max-width: 351px;
}

.center-box .imgbg {
	position: relative;
	z-index: -1;
	width: 100%;
	-webkit-animation-name: zhuan;
	animation-name: zhuan;
	-webkit-animation: zhuan 8s linear infinite;
	animation: zhuan 8s linear infinite;
	animation-direction: normal;
}

@keyframes zhuan {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.brand-ul li {
	position: relative;
}

.brand-ul li h3 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.brand-ul li p {
	font-size: 1.6rem;
}

.brand-ul li .li-txt {
	margin-top: 30px;
}

.brand-ul li:before {
	content: "";
	position: absolute;
}

.brand-ul .left,
.brand-ul .right {
	position: absolute;
	top: 50px;
	max-width: 420px;
}

.brand-ul .left .li-txt,
.brand-ul .right .li-txt {
	max-width: 220px;
}

.brand-ul .left {
	left: 0;
	text-align: right;
}

.brand-ul .left h3 {
	color: #d61815;
}

.brand-ul .left .li-img {
	float: right;
	margin-left: 20px;
}

.brand-ul .left .li-txt {
	float: left;
}

.brand-ul .left:before {
	width: 36px;
	height: 18px;
	margin-top: -9px;
	top: 50%;
	right: -60px;
	background: url("../images/index5_left.png") no-repeat;
}

.brand-ul .right {
	right: 0;
	text-align: left;
}

.brand-ul .right h3 {
	color: #40d393;
}

.brand-ul .right .li-img {
	float: left;
	margin-right: 20px;
}

.brand-ul .right .li-txt {
	float: right;
}

.brand-ul .right:before {
	width: 36px;
	height: 18px;
	margin-top: -9px;
	top: 50%;
	left: -60px;
	background: url("../images/index5_right.png") no-repeat;
}

.brand-ul .center {
	margin-top: 85px;
	text-align: center;
}

.brand-ul .center h3 {
	color: #ee8734;
}

.brand-ul .center:before {
	width: 18px;
	height: 36px;
	margin-top: -60px;
	top: 0;
	left: 50%;
	margin-left: -9px;
	background: url("../images/index5_bottom.png") no-repeat;
}

.breadcrumb {
	padding: 2% 0;
	font-size: 1.4rem;
}

.breadcrumb a.cur {
	color: #1f95fa;
}

.breadcrumb span {
	position: relative;
	display: inline-block;
	color: #1f95fa;
	border: 1px dashed #1f95fa;
	padding: 5px 18px 5px 8px;
	cursor: pointer;
}

.breadcrumb span:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 8px;
	width: 7px;
	height: 6px;
	background: url("../images/index1_off_icon.png") no-repeat;
}

.product-details {
	position: relative;
	background-color: #f4f4f4;
	overflow: hidden;
}

.product-details .dimg {
	float: left;
	padding: 25px 0;
	text-align: center;
	margin-left: 7%;
	width: 30%;
}

.product-details .dtxt {
	width: 560px;
	max-width: 560px;
	position: relative;
	float: right;
	height: 100%;
	border-left: 1px solid #afafaf;
	padding: 0 25px;
	overflow: hidden;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.product-details .dtxt h2 {
	margin-top: 8%;
	color: #1f95fa;
	font-weight: bold;
	font-size: 2.4rem;
	font-family: arial;
	margin-bottom: 20px;
}

.product-details .dtxt h3 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.product-details .dtxt h4 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.product-details .dtxt div {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.product-details .dtxt-con {
	margin-bottom: 20px;
	border-bottom: 1px dashed #bcbcbc;
}

.product-details .dtxt .btn {
	font-size: 1.8rem;
}

.product-details .dtxt .btn a {
	color: #1f95fa;
}

.product-table {
	margin-top: 3%;
	margin-bottom: 5%;
}

.product-table table {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

.product-table th {
	background-color: #1f95fa;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-right: 1px solid #fff;
}

.product-table th.dx {
	min-width: 35px;
}

.product-table th.last {
	border-color: #1f95fa;
}

.product-table td {
	padding: 15px 0;
	border: 1px solid #a0a0a0;
	border-top: 0;
}

.product-fl {
	width: 71.6%;
	margin: 0 auto;
	padding: 2% 0;
}

.product-fl li {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0 4.1%;
}

.product-fl li span {
	font-size: 1.8rem;
}

.product-fl li .li-img {
	transition: all 0.3s ease-out;
}

.product-fl li.cur .li-img,
.product-fl li:hover .li-img {
	border-color: #1f95fa;
	transition: all 0.3s ease-out;
}

.product-fl .li-img {
	margin-bottom: 10px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #d2d2d2;
}

.product-flmenu {
	margin-bottom: 36px;
	border: 1px solid #d2d2d2;
	border-bottom: 0;
	font-size: 1.6rem;
}

.product-flmenu> ul> li {
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	line-height: 2.3em;
}

.product-flmenu .menu-l {
	position: absolute;
	background-color: #B7DDE9;
	width: 15%;
	height: 100%;
	border-right: 1px solid #d2d2d2;
	text-align: center;
}

.product-flmenu .menu-l span {
	display: block;
}

.product-flmenu .menu-r {
	width: 81%;
	margin-left: 18%;
}

.product-flmenu .menu-r> ul> li {
	position: relative;
	display: inline-block;
	margin-right: 6.6%;
}

.product-flmenu .menu-r> ul> li i {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -15px;
	width: 10px;
	height: 10px;
	background: url(../images/down_icon.png) no-repeat center bottom;
	text-indent: -9999px;
}


/*.product-flmenu .menu-r> ul> li:hover .subMenu {
	display: block;
}*/

.product-flmenu .menu-r> ul> li:hover>a {
	color: #1f95fa;
}

.product-flmenu .menu-r> ul> li:hover i {
	background: url(../images/down_icon_hover.png) no-repeat center bottom;
}

.subMenu {
	position: absolute;
	display: none;
	z-index: 11;
	top: 102%;
	left: 0;
	width: 122px;
	background-color: rgba(255, 255, 255, 1);
	/*box-shadow: 0 0 5px #ccc;*/
}

.subMenu li {
	float: left;
	margin-right: 6.6%;
	font-size: 1.4rem;
}

.subMenu li:last-child {
	border-bottom: 0;
}

.subMenu li a {
	display: block;
}

.product-box {
	overflow: hidden;
	background-color: #f7f5f5;
}

.product-box .content {
	position: relative;
}

.tab-top {
	margin: 2.5% 0;
}

.tab-a {
	z-index: 111;
	float: left;
	background-color: #fff;
	width: 79%;
}

.tab-a a {
	float: left;
	display: inline-block;
	width: auto;
	min-width: 100px;
	line-height: 45px;
	font-size: 1.4rem;
	text-align: center;
}

.tab-a a span {
	display: block;
	padding: 0 10px;
	border-right: 1px solid #d2d2d2;
}

.tab-search {
	width: 225px;
	background-color: #fff;
	float: right;
	height: 45px;
}

.tab-search .txt {
	width: 153px;
	font-size: 14px;
	margin-top: 13px;
	margin-left: 15px;
	float: left;
}

.tab-search .btn {
	float: right;
	width: 50px;
	height: 45px;
	background-color: #1f95fa;
	background-image: url("../images/search_btn.png");
	background-repeat: no-repeat;
	background-position: center;
}

.tab-nav {
	float: left;
	color: #1f95fa;
	font-size: 45px;
	line-height: 45px;
	cursor: pointer;
}

.ny-porduct-list {
	margin-top: 3.3%;
	margin-right: -1.6%;
}

.ny-porduct-list li {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 23.5%;
	margin-right: 1.5%;
	margin-bottom: 18px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.ny-porduct-list li:hover .hide-box {
	visibility: visible;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out;
}

.ny-porduct-list li h2 {
	text-align: center;
	font-size: 1.6rem;
}

.ny-porduct-list li .li-img img {
	width: 100%;
}

.ny-porduct-list li .li-txt {
	padding: 0 6% 6%;
}

.ny-porduct-list li .li-txt h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny-porduct-list li .li-txt p {
	color: #909090;
	margin-top: 10px;
}

.ny-porduct-list .hide-box {
	overflow: hidden;
	visibility: hidden;
	width: 0;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	transition: all 0.3s ease-out;
	background-color: rgba(14, 149, 235, 0.85);
	color: #fff;
}

.ny-porduct-list .hide-box h2 {
	position: relative;
	padding-bottom: 12px;
}

.ny-porduct-list .hide-box h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background-color: #fff;
}

.ny-porduct-list .hide-box p {
	margin-top: 10px;
	line-height: 2em;
}

.page {
	text-align: center;
	margin-bottom: 4.5%;
	margin-top: 1%;
}

.pages li a {
	display: block;
	margin: 5px 0;
}
.placeholder {
  color: #ccc;
}