﻿* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #333;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
	-moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
	transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
}
a:hover {
	color: #c30d23;/*text-decoration: underline;*/
}
input, select, img {
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
em, cite, th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}
.wrap {
	clear: both;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.divhidden {
	display: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
/*PC导航*/
.header-v1 {
	width: 100%;
	position: fixed; /*overflow:hidden; */
	height: 114px;
	padding-top: 3px;
	z-index: 10;
	background: url(../images/top_bg.jpg) #fff left top repeat-x;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.nav-hide .header-v1 {
	height: 99px;
}
.nav-hide .blank_h {
	height: 99px;
}
.nav-hide .header-v1 .top-main .logo1 img {
	height: 99px;
}
/*.nav-hide .header-v1 .top-main .top-main-content{ margin-top:18px;}*/
.header-v1 .top-main {
	width: 100%;/* max-width:1730px;*/
	margin: 0 auto;/* position:relative;*/
}
.header-v1 .top-main .logo1 {
	float: left;
	height: 100%;
	margin-left: 2%;
}
.header-v1 .top-main .logo1 img {
	height: 100%;
}
.header-v1 .languages {
	float: right;
	position: relative;
	display: block;
	font-size: 18px;
	color: #666;
	height: 114px;
	line-height: 114px;
	width: 34px;
	text-align: center;
	font-family: "微软雅黑";
	text-decoration: none;
	text-align: center;
	margin-left: 3px;
	margin-right: 2%;
}
.nav-hide .header-v1 .languages {
	height: 99px;
	line-height: 99px;
}
.header-v1 .languages:Hover {
	background-color: #fff;
}
.header-v1 .languages:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.header-v1 .languages:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	height: 4px;
	opacity: 0;
	background-color: #c71d32;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.header-v1 .languages:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.header-v1 .top-main .top-main-content {
	float: right;/* margin-top:31px;*/
}
.navBar {
}
.nav {
	list-style: none;
	padding: 0;
}
.nav .m {
	float: left;
	border-top: 0;
	border-bottom: 0;
	width: 120px;
	position: relative;
}
.nav a:hover {
	text-decoration: none;
	color: #3ebff7;
}
.nav h3 {
	float: left;
	font-weight: normal;
	font-size: 16px;
	height: 114px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.nav h3 a {
	display: block;
	color: #666666;
	line-height: 114px;
	font-size: 16px;
}
.nav-hide .nav h3 {
	height: 99px;
}
.nav-hide .nav h3 a {
	line-height: 99px;
}
.nav .on {
}
.nav .on h3 a {/* height:42px; line-height:42px; */
	color: #fff;
	background-color: #c30d23;/*background:url(../images/top_bg.png) center bottom no-repeat;*/
}
/*.nav li.on a:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav li h3 a:after{content: "";display: block;position: absolute;left: 50%;right: 50%; margin-left:5px; margin-right:5px;bottom: -1px;height:4px;opacity: 0;background-color: #c30d23;-webkit-transition: all .5s;
-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav li h3 a:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.nav .sub {
	display: none; /*默认隐藏*/
	width: 100%;
	padding: 0;
	position: fixed;
	top: 117px;
	left: 0;
	background: #fff;
	z-index: 110;
	border-top: 3px solid #ededed;
}
.nav-hide .nav .sub {
	top: 102px;
}
.nav .sub dl {
	text-align: right;
	float: right;
	width: 800px;
}
.nav #m4 .sub dl {
	width: 560px;
}
.nav #m5 .sub dl {
	width: 440px;
}
.nav .sub dd {
	float: left;
	vertical-align: middle;
	list-style: none;
	text-decoration: none;
	margin-right: 6%;
}
.nav .sub dd a {
	height: 74px;
	line-height: 74px;
	display: block;
	color: #37230a;
	font-size: 16px;
}
.nav .sub dd a:hover {
	color: #c30d23;
}
.blank_h {
	height: 117px;
	overflow: hidden;
}
.nav #m1 {
	width: 90px;
}
.top_search {
	float: right;
	height: 114px;
	width: 34px;
	position: relative;
}
.nav-hide .top_search {
	height: 99px;
}
.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}
.top_search em {
	height: 100%;
	width: 100%;
	background: url(../images/top_pic1.png) center center no-repeat;
	cursor: pointer;
	display: block;
}
.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -56px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(../images/top_bg2.png) no-repeat;
	z-index: 100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #f8f8f8;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}
.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../images/top_pic3.png) no-repeat;
	cursor: pointer;
}
.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(../images/top_pic4.png) no-repeat;
}
/* 手机导航全局 */
.touch-top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9;
	background: #fff;
	border-top: 1px solid #c30d23;
	display: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	height: 100%;
}
.touch-top-wrapper {
	width: 96%;
	margin: 0 auto;
}
.touch-top-wrapper .touch-logo {
	float: left;
}
.touch-top-wrapper .touch-logo img {
	height: 90px;
	display: block;
}
.touch-navigation {
	display: block;
}
.touch-toggle {
	position: absolute;
	right: 10px;
	top: 0;
}
.touch-toggle li {
	float: left;
	height: 70px;
	padding: 0 12px;
	text-align: center;
}
.touch-toggle li a {
	height: 70px;
}
.touch-toggle li:hover, .touch-toggle li:active {
}
.touch-toggle .touch-toggle-item-first {
	border-left: none;
}
.touch-toggle .touch-toggle-item-last {
	border-right: none;
}
.touch-toggle li a {
	display: block;
	font-size: 12px;
}
.touch-toggle li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden; /*margin-top:20px;*/
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.touch-toggle .touch-icon-language {
	background-image: url(../images/touch-icon-language.png);
}
.touch-toggle .touch-icon-user {
	background-image: url(../images/touch-icon-user.png);
}
.touch-toggle .touch-icon-search {
	background-image: url(../images/head_pic2.png);
}
.touch-toggle .touch-icon-menu {
	background-image: url(../images/head_pic1.png);
}
.touch-toggle li span {
	display: none;
	text-align: center;
}
.drawer-section {/* background-color:#40312f; padding:20px;*/
	display: none;
}
.drawer-section-menu {/* padding:20px 20px 35px;*/
	padding: 0px 0px 35px;
}
.touch-toggle-content {
	clear: both;
}
.touch-menu {
	clear: both;
}
.touch-menu ul li {
	border-bottom: 1px solid #eee;
	position: relative;
}
.touch-menu ul li a {
	color: #333;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;/* padding-left:10px;*/
	padding-left: 30px;
}
.touch-menu ul li a:hover, .touch-menu ul li a:active {
	background-color: #c30d23;
	color: #fff;
}
.touch-menu ul li i {
	position: absolute;
	top: 14px;/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url(../images/touch-arrow-r.png);
}
.touch-menu ul li i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d.png);
}
.touch-menu ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u.png);
}
.touch-menu ul li a:hover i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d2.png);
}
.touch-menu ul li a:hover i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u2.png);
}
.touch-menu ul ul {
	display: none;
	margin: 0;/* padding:0 10px 30px 30px;*/
	padding: 0 0px 30px 0px;
}
.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.touch-menu ul ul li a {
	padding: 0;
	padding-left: 35px;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
}
.touch-menu ul ul li i {
	top: 13px;
}
.touch-menu .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}
.touch-menu .closetitle img {
	margin: 0 auto;
	height: 30px;
	width: auto;
}
/*手机弹出搜索*/
.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none; /*z-index:999;*/
}
.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px;
	line-height: 40px;
}
.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}
.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(../images/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}
/*内页开始*/
/*neiye*/
.nei-banner {
	width: 100%;
	float: left;
}
.nei-banner img {
	max-width: 100%;
}
.main {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 3%;
	overflow: hidden;
}
/*left*/
.intl {
	float: left;
	width: 23.3333%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.intl .tit {
	background: #c30d23;
	color: #FFFFFF;
	padding: 22px 0;
	position: relative;
}
.intl .tit span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 8%;
	font-weight: bold;
	line-height: 35px;
}
.intl .tit span h2 {
	font-size: 22px;
	font-weight: normal;
}
.intl .tit span em {
	display: block;
	font-size: 14px;
}
.intl ul {
	border: 1px #EEEEEE solid;
	border-top: none;
	padding: 0 20px 10px;
}
.intl ul li {
	border-bottom: 1px #E5E5E5 dashed;
}
.intl ul h3 {
	line-height: 56px;
	padding-right: 15px;
	position: relative;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intl ul h3 a {
	font-size: 16px;
}
.intl ul h3:after {
	content: '';
	width: 6px;
	height: 10px;
	background: url(../images/arw3.png) center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.intl ul dl {
	padding: 18px 0;
	border-top: 1px #E5E5E5 solid;
	display: none;
}
.intl ul dd {
	line-height: 32px;
	font-size: 14px;
}
.intl ul dd a {
	display: block;
	color: #999999;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intl ul dd a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #c30d23;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.intl ul dd a:hover {
	color: #c30d23;
}
.intl ul li.on h3:after {
	background-image: url(../images/arw4.png);
	width: 10px;
	height: 6px;
	margin-top: -3px;
}
.intl .btn {
	width: 40px;
	height: 40px;
	background: url(../images/arw1.jpg) -40px 0 no-repeat;
	background-size: 80px;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -20px;
	display: none;
}
.intl .btn.open {
	left: 70%;
	right: auto;
	background-position: 0 0;
}
.intl .com {
	margin-top: 5%;
}
.comproduct {
	float: left;
}
.comproduct li {
	width: 100%;
	float: left;
	margin-top: 5%;
	padding-bottom: 5%;
}
.comproduct li span {
	width: 40%;
	float: left;
}
.comproduct li span img {
	max-width: 100%;
}
.comproduct li p {
	width: 55%;
	float: right;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
}
/*about*/
.about {
	width: 100%;
	float: left;
	margin-bottom: 5%;
}
.right {
	width: 73%;
	float: right;
}
.right_title {
	width: 100%;
	float: left;
	border-bottom: solid 1px #ccc;
	padding-bottom: 3%;
}
.right_title h1 {
	float: left;
	font-weight: normal;
	font-size: 20px;
}
.right_title h4 {
	float: left;
	font-weight: normal;
	font-size: 20px;
}
.right_title span {
	float: right;
	font-size: 14px;
}
.about-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}
/*news*/
.news-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}
.insct-ct {
	background: #fff;
	padding-bottom: 50PX;
}
.insct-ct .insct-tt {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
	line-height: 40px;
}
.insct-ct .insct-tt span {
	font-size: 3.0rem;
	color: #595757;
	font-weight: bold;
}
.insct-ct .insct-tt small {
	font-size: 1.4rem;
	display: block;
	background: url(../images/ifz.png) left center no-repeat;
	padding-left: 25px;
	color: #808080;
}
.insct-ct .insct-tt small font {
	color: #009944;
}
.insct-ct .instj {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	float: left;
}
.insct-ct .instj .col-md-7 span {
	display: block;
	font-size: 16px;
	color: #c8c8c8;
	margin-top: 25px;
}
.insct-ct .instj .col-md-7 div {
	font-size: 18px;
	color: #000;
	padding: 15px 0;
}
.insct-ct .instj .col-md-7 small {
	display: block;
	color: #585757;
	font-size: 16px;
	margin-bottom: 30px;
}
.insct-ct .instj .col-md-7 p {
	display: block;
	padding: 0px;
	font-size: 16px;
	color: #585757;
	border: 1px #585757 solid;
	text-align: center;
	line-height: 36px;
	width: 105px;
}
.insct-ct .instj:hover a p {
	background: #c30d23;
	color: #fff;
	transition: .3s;
	border: 1px #c30d23 solid;
}
.insct-ct ul {
	margin-top: 20px;
	border-top: 1px #ddd solid;
	padding-top: 20px;
}
.insct-ct ul li {
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.insct-ct ul li .time {
	text-align: center;
	font-size: 1.9rem;
	color: #c8c8c8;
	line-height: 22px;
	background: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}
.insct-ct ul li .time span {
	display: block;
	font-size: 7.0rem;
	color: #c8c8c8;
	line-height: 76px;
}
.insct-ct ul li .text p {
	color: #585757;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 20px 0 10px;
}
.insct-ct ul li .text small {
	font-size: 1.4rem;
	color: #585757;
	line-height: 28px;
}
.insct-ct ul li:hover a .time {
	background: #c30d23;
	color: #fff;
	transition: background .3s;
}
.insct-ct ul li:hover a .time span {
	color: #fff;
}
.insct-ct ul li:hover a .text p {
	color: #0e3791;
}
.insct-ct ul li:hover {
	border-bottom: 1px #0e3791 solid;
}
.col-md-5 {
	width: 35%;
	float: left;
}
.col-md-7 {
	float: right;
	width: 63%;
}
/*page*/
.page {
	width: 100%;
	float: left;
	margin-top: 5%;
	text-align: center;
}
.current {

	color: #fff !important;
	margin: 0 2px;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline-block;
	color: #333;
	margin-bottom: 10px;
	border-radius: 4px;
}
.num {
	padding: 5px 15px;
	border: #ccc 1px solid;
	margin: 0 2px;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline-block;
	color: #333;
	margin-bottom: 10px;
	border-radius: 4px;
}
.next {
	padding: 5px 15px;
	border: #ccc 1px solid;
	margin: 0 2px;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline-block;
	color: #333;
	margin-bottom: 10px;
	border-radius: 4px;
}
/*products*/
.products-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}
.nyproduct li {
	float: left;
	width: 30.482%;
	margin: 0 0 30px 2.85%;
}
.nyproduct li .pro_box {
	width: 100%;
}
.nyproduct li .pro_box a {
	display: block;
	border: 1px #EEEEEE solid;
}
.pic img {
	max-width: 100%;
}
.nyproduct li .pro_box h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*mesaage*/
.mesaage-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}
.feedback_div {
	margin: 0 auto;
}
.feedback_div .inputs2 {
	float: left;
	width: 48%;
	background: #f8f8f8;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border: 0;
	outline: none;
	border-radius: 4px;
	text-indent: 3%;
	margin-bottom: 30px;
	font-family: "微软雅黑";
}
.feedback_div .inputs2:last-child {
	margin-right: 0;
}
.feedback_div .inputs2:nth-child(2n) {
	float: right;
}
.feedback_div .textarea {
	padding: 1%;
	width: 98%;
	background: #f8f8f8;
	font-size: 14px;
	border: 0;
	border-radius: 4px;
	outline: none;
	margin-bottom: 30px;
}
.feedback_div .bnts2 {
	border-radius: 4px;
	border: none;
	width: 170px;
	font-size: 14px;
	height: 46px;
	background: #db1721;
	text-align: center;
	color: #fff;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin: 0 auto;
	display: block;
}
.feedback_div .bnts2:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.3s;
}
/*certificate*/
.certificate-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}
#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
	position: fixed;
	z-index: 999999;
}
#pbOverlay {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
}
#pbCloseBtn {
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/closebutton.png) no-repeat top left;
}
.pbLoading {
	background: #000 url(../images/loading.gif) no-repeat center !important;
}
#pbImage {
	border: none;
	background: #000 no-repeat;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	cursor: move;
}
#pbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #EEE;
	line-height: 1.4em;
	left: 50%;
	bottom: 10px;
	width: 400px;
	margin-left: -200px;
}
#pbCaption {
	font-weight: bold;
	padding: 4px;
	display: inline-block;
*display:inline;
	background-color: rgba(0,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
	zoom: 1;
}
#pbNav {
	display: block;
	width: 200px;
	height: 65px;
	margin: auto;
	margin-top: 5px;
}
#pbPrevBtn, #pbNextBtn, #pbZoomBtn {
	display: inline-block;
	width: 70px;
	height: 65px;
	outline: none;
	text-indent: -9000px;
	background: url(../images/navbtns.png) no-repeat;
}
#pbPrevBtn {
	background-position: -70px 0;
	float: left;
}
#pbPrevBtn.pbgreyed {
	background-position: 0px 0px;
}
#pbNextBtn {
	background-position: -320px 0;
	float: right;
}
#pbNextBtn.pbgreyed {
	background-position: -390px;
}
#pbZoomBtn {
	width: 60px;
	background-position: -140px 0px;
	float: left;
}
#pbZoomBtn.pbgreyed {
	background-position: -200px 0px;
}
#pbZoomBtn.pbzoomed {
	background-position: -260px 0px;
}
.honer2 {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 5%;
	margin-top: 5%;
}
.honer2 li {
	float: left;
	width: 33.33%;
	height: auto;
	padding-bottom: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 14px
}
.honer2 li a {
	display: block;
	padding: 4%;
	color: #666;
	font-size: 16px;
}
.honer2 li a:hover {
	color: #d4181a;
filter:alpha(opacity:60);
	opacity: 0.6;
}
.honer2 li img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.honer2 li a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*doanload*/
.doanload-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}
.down_ul {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.down_ul ul li {
	display: block;
	margin-bottom: 22px;
	border-bottom: solid 1px #f9f8f8;
	float: left;
	width: 100%;
}
.down_ul ul li a {
	display: block;
	height: 82px;
	padding-left: 60px;
	line-height: 82px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	background: url(../images/down_bg1.png) #fff 9px center no-repeat;
	background-size: auto 53%;
}
.down_ul ul li em {
	float: right;
	margin-right: 2%;
	padding-right: 70px;
	background: url(../images/down_bg2.png) right center no-repeat;
	margin-left: 1%;
	background-size: auto 40%;
	font-size: 14px;
}
.down_ul ul li a:hover {
	background: url(../images/down_bg1.png) #c30d23 9px center no-repeat;
	color: #fff;
	background-size: auto 53%;
}
.down_ul ul li a:hover em {
	background: url(../images/down_bg3.png) right center no-repeat;
	background-size: auto 40%;
}
/*shownews*/
.shownews-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}
.about_x {
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	padding-bottom: 25px;
}
.about_x .show_t {
	padding-bottom: 10px; text-align:center;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}
.about_x .con_line {
text-align:center;
	height: 36px;
	line-height: 20px;
	font-size: 16px;
	color: #868686;
}
.about_x .con_id img {
	margin-bottom: 15px;
	max-width: 100%;
}
.about_x .con_id {
	line-height: 28px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	padding-top: 20px;
	font-size: 16px;
	text-align: left;/* font-family:"宋体";*/
	padding-bottom: 5%;
}
.about_x table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about_x table td {
	line-height: 22px;
	height: 27px; /*border:1px solid #000;*/
}
.prenext {
	border-top: 1px solid #e6e6e6;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 30px;
	padding-top: 15px;
	margin-top: 15px;
	color: #333333;
}
.prenext a {
	color: #333333;
}
.prenext a:hover {
	color: #eb5404;
	text-decoration: none;
}
.prenext .goback {
	float: right;
	height: 26px;
	line-height: 26px;
	text-align: right;
	padding-left: 23px;
	background: url(../images/goback.png) left center no-repeat;
	font-size: 14px;
	color: #333333;
	margin-top: 16px;/* border-bottom:1px solid #a6a6a6;*/
}
.fenxiang {
	height: 30px;
	overflow: hidden;
}
.fenxiang .span {
	float: right;
	font-size: 14px;
	line-height: 34px;
}

/*productshow*/
.productshow-deripo {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 2%;
	line-height: 30px;
}

.shown_products_a .shown_products_a_left{width: 90% !important;}
.owl-dots .active {
  background:#c30d23 !important;
}.product-view .image-additional li a, .product-view .image-additional li.current > a{padding: 0 10px !important;}


/*内页end*/



@media(max-width:1440px) {
.main {
	max-width: 95%;
}
}
 @media(max-width:830px) {
.intl {
	width: 100%;
}
.right {
	width: 100%;
	margin-top: 5%;
}
.intl .tit span h2 {
	font-size: 20px;
}
.intl ul h3 a {
	font-size: 14px;
}
.comproduct li p {
	font-size: 14px;
}
.about-deripo {
	font-size: 14px;
}
.right_title h1 {
	font-size: 16px;
}
.nyproduct li {
	width: 49%;
	float: left;
	margin: 0;
	margin-bottom: 5%;
}
.nyproduct li:nth-child(2n) {
	float: right;
}
.nyproduct li .pro_box h3 {
	font-size: 14px;
}
.insct-ct .instj .col-md-7 div {
	font-size: 16px;
}
.insct-ct .instj .col-md-7 small {
	font-size: 14px;
}
.insct-ct .instj .col-md-7 p {
	font-size: 14px;
}
.feedback_div .inputs2 {
	width: 100%;
}
.honer2 li {
	width: 50%;
}
.honer2 li a {
	font-size: 14px;
}
.down_ul ul li a {
	font-size: 14px;
}
.intl .com {
	display: none;
}
.comproduct {
	display: none;
}
.about_x .show_t {
	font-size: 16px;
}
.about_x .con_id {
	font-size: 14px;
}
}
 @media(max-width:640px) {
.col-md-5 {
	width: 100%;
}
.col-md-7 {
	width: 100%;
}
}
/*尾部*/
.foot_bg {
	background-color: #000;
	overflow: hidden;
	width: 100%;
	float: left; /*border-top:1px solid #fff;*/
}
.foot_con {
	width: 97%;
	margin: 0 auto;
	max-width: 1400px;
	overflow: hidden;
}
.foot_con .foot_con_l {
	float: left;
	overflow: hidden;
}
.foot_con .foot_con_l .foot_con_a {
	line-height: 30px;
	font-size: 16px;
	color: #c7c7c7;
	overflow: hidden;
	margin-bottom: 4%;
	margin-top: 2%;
}
.foot_con .foot_con_l .foot_con_a a {
	color: #c7c7c7;
}
.foot_con .foot_con_l .foot_con_a a:Hover {
	color: #c30d23;
}
.foot_con .foot_con_l .foot_con_logo {
	margin-top: 30px;
	display: block;
	clear: both;
}
.foot_con .foot_con_r {
	float: right;
	padding-top: 5%;
}
.foot_con .foot_con_r img {
	width: 80px;
	float: right;
	margin-bottom: 30px;
	margin-left: 12px;
}
.foot_con .foot_con_r ul {
	float: right;
	font-size: 12px;
	color: #c7c7c7;
	line-height: 30px;
	margin-bottom: 20px;
}
.foot_con .foot_con_r ul li {
	font-size: 14px;
	display: block;
	text-align: right;
	overflow: hidden;
	height: 26px;
	line-height: 28px;
}
.foot_con .foot_con_r ul li a:hover {
	color: #c30d23;
}
.foot_con .foot_con_r ul li .tel {
	font-size: 16px;
	float: right;
	padding-left: 14px;
	color: #c7c7c7;
	background: url(../images/foot_pic1.png) left 4px no-repeat;
}
.foot_con .foot_con_r ul li .email {
	font-size: 16px;
	float: right;
	padding-left: 25px;
	color: #c7c7c7;
	background: url(../images/foot_pic2.png) left center no-repeat;
}
.foot_con .foot_con_r ul li .add {
	font-size: 16px;
	float: right;
	padding-left: 25px;
	color: #c7c7c7;
	background: url(../images/foot_pic3.png) left center no-repeat;
}
.foot_con_b img {
	height: 50px;
}
.foot_con_b {
	margin-top: 5%;
}
.foot_bg2 {
	background-color: #c30d23;
	height: 39px;
	line-height: 39px;
	color: #fff;
	text-align: left;
	overflow: hidden;
}
.foot_bg2 a {
	color: #fff;
}
.foot_con2 {
	width: 97%;
	margin: 0 auto;
	max-width: 1400px;
	overflow: hidden;
	font-size: 14px;
}
.gotop {
	position: fixed;
	bottom: 10%;
	right: 1%;
	width: 51px;
	height: 51px;
	background: url(../images/gotop.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gotop:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	cursor: pointer;
	transform: rotate(360deg);
}
.productshow_main{width:100%;float:left;margin-bottom:5%;margin-top:3%;}
.productshow_left{width:50%;float:left;}
.productshow_right{width:48%;float:right;}
.show_t{ font-size:20px;width:100%;}
.productshow_left img{max-width:100%;}
.productshow_right h2{width:100%;float:left;  font-weight:normal; font-size:14px;margin-top:5%;}
.productshow_right span{width:100%;float:left;font-size:14px;margin-top:5%;}
.con_id_a{width:100%;float:left;height:40px; border-bottom:solid 1px #ccc;}
.con_id_b{margin-bottom:3%;margin-top:3%;width:100%;float:left;}
.con_id_a span{width:20%; background-color:#c30d23; color:#fff;height:40px;line-height:40px;float:left; text-align:center;}
.prenext{width:100%;float:left;}

 @media screen and (max-width: 1370px) {
/*PC导航*/
.nav .m {
	width: 96px;
}
}
 @media screen and (max-width: 1200px) {
/* 手机导航全局 */
.blank_h {
	height: 90px;
}
.nav-hide .blank_h {
	height: 90px;
}
.header-v1 {
	display: none;
}
.touch-top {
	display: block;
}
.top_search {
	width: 90%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0;
	background: url(../images/search_bg.png) #eee right center no-repeat;
	margin-right: 5%;
}
}
@media screen and (max-width: 1000px) {
/*尾部*/
.foot_con .foot_con_l {
	width: 100%;
	text-align: center;
}
.foot_con .foot_con_l img {
	margin: 0 auto;
}
.foot_con .foot_con_r {
	width: 100%;
	text-align: center;
	padding-top: 0;
}
.foot_con .foot_con_r img {
	float: none;
	margin: 0 auto;
	margin-left: auto;
	margin-bottom: 2%;
}
.foot_con .foot_con_r ul {
	float: none;
}
.foot_con .foot_con_r ul li {
	text-align: center;
}
.foot_con .foot_con_r ul li .tel {
	float: none;
	clear: both;
	display: inline-block;
}
.foot_con .foot_con_r ul li .email {
	float: none;
	clear: both;
	display: inline-block;
}
.foot_con .foot_con_r ul li .add {
	float: none;
	clear: both;
	display: inline-block;
}
}
 @media screen and (max-width: 780px) {
}

.foot-po {
    width: 100%;
    display: none;
}

 @media screen and (max-width: 640px) {
/* 手机导航全局 */
.foot-po{width:100%;display:block; position:fixed;bottom:0px;line-height:35px;float:left;z-index:99999;}
		.foot-po ul{display: flex;}
	.foot-po ul li{width:25%;float:left; text-align:center;background-color:#c81c2d ; border-right:solid 1px #fff;}
	.foot-po ul li.etel{ /*background-color:#000;*/}
	.foot-po ul li.enal{ }
	.foot-po ul li:nth-child(4n) {border-right:none;}
	
	.foot-po ul li a{ color:#fff; font-size:1em;}
	.foot-po ul li span{float:left;width:100%; text-align:center;height:25px;margin-top:2px;}
	.foot-po ul li span img{max-width:100%;vertical-align:top;}
	.foot-po ul li p{float:left;width:100%; text-align:center;height:25px;line-height:25px; /*text-align:center; background-image:url(../img/t.png); background-repeat:no-repeat; background-position:0 5px;*/ }

.blank_h {
	height: 80px;
}
.nav-hide .blank_h {
	height: 80px;
}
.touch-top-wrapper .touch-logo img {
	height: 80px;
}
.touch-toggle li i {
	margin-top: 20px;
}
.touch-menu ul li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}.foot_con .foot_con_l .foot_con_a{ font-size:12px;}.foot_con .foot_con_r ul li .tel{font-size:12px;}.foot_con .foot_con_r ul li .email{font-size:12px;}
.foot_con .foot_con_r ul li .add{font-size:12px;}
.foot_con .foot_con_l .foot_con_a{display:none;}
.foot_con .foot_con_r img{width:50%;}
.productshow_left{width:100%;float:left;}
.productshow_right{width:100%;float:left;margin-top:5%;}


}
 @media screen and (max-width: 480px) {
/* 手机导航全局 */
.blank_h {
	height: 70px;
}
.nav-hide .blank_h {
	height: 70px;
}
.touch-top-wrapper .touch-logo img {
	height: 70px;
}
.touch-toggle li {
	padding-left: 8px;
	padding-right: 8px;
}
.touch-toggle li i {
	width: 26px;
	height: 26px;
	margin-top: 23px;
}
.touch-menu ul li a {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
}
