@charset "utf-8";

@font-face {
	font-family: 'font1';
	src: url('../font/politicaregular.ttf');
}

@font-face {
	font-family: 'font2';
	src: url('../font/Oswald-Medium.ttf');
}

@font-face {
	font-family: 'font3';
	src: url('../font/akrobat-regular.ttf');
}

@font-face {
	font-family: 'font4';
	src: url('../font/Oswald-ExtraLight.ttf');
}

@font-face {
	font-family: 'font5';
	src: url('../font/AgencyFB.ttf');
}

@font-face {
	font-family: 'font6';
	src: url('../font/NOLT____.ttf');
}

@font-face {
	font-family: 'font7';
	src: url('../font/NOBK___.ttf');
}

html {
	color: #333;
	background: #fff
}

/* * {
	transition: all 0.3s ease-in-out;
} */

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
a,
strong,
span,
p,
dl,
dt,
dd,
input,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
	font-size: 14px;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

fieldset,
img {
	border: 0
}

.my-fl {
	float: left;
}

.my-fr {
	float: right;
}

.clear {
	clear: both;
}

.cursor {
	cursor: pointer;
}

.l {
	float: left;
}

.r {
	float: right;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 55px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-120 {
	margin-top: 100px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.padding0{
	padding:0px;
}

#w-80 {
	margin: 0 auto;
	width: 80%;
	/* overflow: hidden; */
}

#w-90 {
	margin: 0 auto;
	width: 90%;
	/* overflow: hidden; */
}

#w-1300 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

#w-1300-1 {
	width: 1300px;
	margin: 0 auto;
}

.h-form {
	float: right;
	width: 256px;
	height: 32px;
	border: 1px solid #e5e5e5;
	background-color: #eeeeee;
	border-radius: 20px;
	overflow: hidden;
}

.h-input1 {
	float: left;
	width: 75%;
	height: 32px;
	font-size: 14px;
	color: #636363;
	line-height: 32px;
	background-color: #eee;
	padding-left:15px;
}

.h-input2 {
	float: right;
	width: 23%;
	height: 32px;
	background: url(../images/search-tu.png) center right no-repeat;
}

.ny-bannert{
	margin-top: 106px;
}

/*=================menu===================*/
.menu-w{
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 11111111;
	width: 100%;
	height: 106px;
	border-bottom: 1px solid #efefef;
	background-color: #fff;
}
.nav li {
	position: relative;
}

.top-blank {
	height: 125px;
	overflow: hidden;
	background: none;
}

.top-head {
	/* height: 132px; */
	/* position: fixed;
	top: 0; */
	width: 100%;
	/* z-index: 1000; */
	background: none;
}

.shadow {
	width: 100%;
	height: 7px;
	font-size: 0;
	overflow: hidden;
	background: url(../images/nav_shadow.png) repeat-x;
}

.top01 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #1f2229;
	/*color:#f5f5f5;*/
	color: #F3782A;
	overflow: hidden;
}

.top01_center {
	text-align: left;
	/* width:362px;*/
	/*padding-left:840px;margin:0 auto;*/
	float: right;
}

.top01_center img {
	float: left;
	margin-top: 3px;
}



.logo {
	width: 365px;
	float: left;
	padding-top: 20px;
}

.nav {
	width: 100%;
	float: right;
}

.nav ul {
	width: 101%;
}

.nav ul li {
	width: 11%;
	margin: 0 0.5%;
	float: left;
	text-align: center;
	/* position:relative;*/
}

.nav ul li a h2 {
	/* height: 42px; */
	/* padding-top: 50px; */
	display: block;
	padding: 42px 0px;
	display: block;
	font-size: 16px;
	color: #333;
	/*overflow:hidden;*/
}

.nav li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -3px;
	height: 3px;
	opacity: 0;
	background-color: #999;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav li 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 a#sel {
	border-bottom: 3px solid #f3782a;
	color: #f3782a;
}

.nav a#sel:hover:after {
	opacity: 0;
}

.nav .sub {
	display: none;
	width: 100%;
	padding: 0;
	/* padding-bottom: 20px; */
	position: fixed;
	top: 105px;
	overflow: hidden;
	text-align: left;
	z-index: 110;
	left: 0px;
	background: url(../images/menu-bg.jpg) top center no-repeat #fff;
	/* background-color: #fff; */
	border-top: 1px solid #e3e3e3;
}

.nav .sub .nav_xiao {
	width: 1350px;
	overflow: hidden;
	padding-top: 5px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.top02_center {
	width: 100%;
}

/*我写样式*/
.yan-second {
	/* padding:30px 0px; */
	width: 1100px;
	padding-bottom: 20px;
	margin: 0 auto;
	overflow: hidden;
}

.yan-second .yan-left {
	margin: 0px;
	float: left;
	width: 40%;
}

.yan-second .yan-left ul {
	padding: 40px 92px;
	overflow: hidden;
}

.yan-second .yan-left li {
	width: 60%;
}

.yan-second .yan-left li a {
	display: block;
	padding: 10px 0px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: left;
	/* border-bottom:1px solid #efefef; */
}

.yan-second .yan-left li:hover a {
	color: #007ad6;
}

.yan-second .yan-line {
	display: inline-block;
	width: 1px;
	height: 150px;
	margin: 0px 1%;
	background-color: #333;
}

.yan-second .yan-right {
	display: inline-block;
	width: 56%;
}

.yan-second .yan-right .tua {
	width: 100%;
}

.yan-second .yan-right .tua img {
	width: 100%;
}

.yan-second .yan-right .jianjie {
	height: 155px;
	padding: 40px 40px 0 40px;
	font-size: 14px;

}

.yan-second .yan-right .biaoti {
	height: 155px;
	padding: 40px 40px 0 40px;
	box-shadow: 10px -10px 10px -10px #b6b6b6 inset;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

.yan-second .yan-right .biaoti p {
	display: block;
	font-size: 17px;
	color: #333;
}

.yan-second .yan-right .biaoti span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 170%;
}

.yan-menu-news {
	width: 100%;
	padding: 15px 0px;
}

.yan-menu-news a {
	display: block;
	padding: 10px 0px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}

.yan-menu-news a:hover {
	color: #007fdf;
}

.yan-menu-contact {
	padding: 20px 0px;
	padding-right: 20px;
}

.yan-menu-contact strong {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.yan-menu-contact p {
	font-size: 15px;
	color: #333;
	left: 170%;
}

.yan-che {
	margin-bottom: 30px;
}

.yan-che .tua {
	width: 100%;
	overflow: hidden;
}

.yan-che .tua img {
	width: 100%;
}

.yan-che h3 {
	display: block;
	padding: 10px 0px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	font-family: "font6";
}

.yan-che:hover h3 {
	color: #007ad6;
}

.yan-che p {
	display: block;
	padding: 5px 0px;
	font-size: 15px;
	color: #333;
	text-align: center;

}

/*我写样式 end*/
.nav .sub .nav_xiao .xiao_one {
	width: 760px;
	float: right;
	overflow: hidden;
}

.nav .sub .nav_xiao .xiao_one a {
	float: left;
	display: inline;
	height: 28px;
	line-height: 28px;
	width: 108px;
	margin-right: 12px;
	overflow: hidden;
	border-bottom: 1px solid #d3d2d2;
	color: #313030;
	background: url(../images/201603/nav_dian.jpg) left center no-repeat;
	padding: 0;
	padding-left: 15px;
	margin-top: 13px;
	font-size: 12px;
	font-family: "宋体";
}

.nav .sub .nav_xiao .xiao_one a:hover {
	color: #f3782a;
}

.nav .sub .nav_xiao .xiao_two {
	margin-top: 28px;
	width: 760px;
	float: right;
}

.nav .sub .nav_xiao .xiao_two img {
	float: left;
	margin-right: 25px;
}

.nav .sub .nav_xiao .xiao_two .nav_div {
	float: left;
	width: 380px;
	padding-top: 30px;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}

.nav .sub .nav_xiao .xiao_two .nav_div h2 {
	font-size: 16px;
	color: #f3782a;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 36px;
}

.nav .sub .nav_xiao .xiao_three {
	width: 760px;
	float: right;
	overflow: hidden;
}

.nav .sub .nav_xiao .xiao_three ul {
	width: 790px;
}

.nav .sub .nav_xiao .xiao_three ul li {
	float: left;
	display: inline;
	width: 172px;
	height: 190px;
	overflow: hidden;
	margin-right: 19px;
	text-align: center;
	position: inherit;
	line-height: 46px;
	margin-left: 0px;
}

.nav .sub .nav_xiao .xiao_three ul li img {
	width: 100%;
	height: 138px;
	display: block;
}

.nav .sub .nav_xiao .xiao_three ul li a {
	color: #686868;
	width: 100%;
	font-size: 14px;
	height: 100%;
	padding-top: 17px;
}

.nav .sub .nav_xiao .xiao_three ul li a:hover {
	color: #f3782a;
}

.nav .sub .nav_xiao .xiao_three ul li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.nav .sub .nav_xiao .xiao_three ul.nav_wechat li {
	width: 195px;
}

.nav .sub .nav_xiao .xiao_three ul.nav_wechat li img {
	width: 195px;
	height: 138px;
}

.nav .sub .nav_xiao .xiao_four {
	width: 512px;
	overflow: hidden;
	margin-right: 25px;
	margin-left: 55px;
}

.nav .sub .nav_xiao .xiao_four h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #b3b3b3;
	letter-spacing: 3px;
	margin-top: 10px;
}

.nav .sub .nav_xiao .xiao_four .ul {
	width: 590px;
}

.nav .sub .nav_xiao .xiao_four .ul li {
	height: 42px;
	line-height: 42px;
	margin-right: 80px;
	padding-right: 10px;
	width: 205px;
	overflow: hidden;
	float: left;
	display: inline;
	background: url(../images/nav_dian2.png) right center no-repeat;
	margin-left: 0px;
	position: inherit;
}

.nav .sub .nav_xiao .xiao_four .ul li a {
	padding: 0;
	width: 205px;
	text-align: left;
}

.nav .sub .nav_xiao .xiao_five {
	width: 680px;
	overflow: hidden;
	float: left;
	margin-top: 15px;
	margin-left: 50px;
}

.nav .sub .nav_xiao .xiao_five img {
	width: 280px;
	height: 212px;
}

.nav .sub .nav_xiao .xiao_five a {
	width: 280px;
	height: 212px;
	padding: 0;
	margin-right: 45px;
	float: left;
}

.nav .sub .nav_xiao .xiao_five2 {
	float: right;
	margin-right: 20px;
	text-align: left;
	width: 445px;
	margin-top: 15px;
}

.nav .sub .nav_xiao .xiao_five2 p {
	border-bottom: 1px solid #D9D9D9;
	box-shadow: none;
	font-size: 14px;
	padding: 10px 0;
}

.nav .sub .nav_xiao .xiao_five2 p a {
	text-align: left;
	width: 200px;
	display: inline-block;
	padding-top: 0;
	height: auto;
	padding: 5px 0;
	font-size: 14px;
}

.nav .sub .nav_xiao .xiao_six_l {
	float: left;
	width: 140px;
	margin-left: 70px;
	overflow: hidden;
	margin-top: 35px;
}

.nav .sub .nav_xiao .xiao_six_l a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
	background: url(../images/yuming_pic9.png) left center no-repeat;
	padding-top: 0;
}

.nav .sub .nav_xiao .xiao_six_l a.osel {
	background: url(../images/yuming_pic9_on.png) left center no-repeat;
	color: #f3782a;
}

.nav .sub .nav_xiao .xiao_six_r {
	float: left;
	width: 990px;
	overflow: hidden;
	text-align: center;
}

.nav .sub .nav_xiao .xiao_six_r img {
	display: block;
	margin: 0 auto;
	margin-bottom: 32px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.nav .sub .nav_xiao .xiao_six_r a {
	float: left;
	width: 140px;
	height: auto;
	border-left: 1px solid #e2e3e3;
	padding-top: 0;
	margin-top: 50px;
}

.nav .sub .nav_xiao .xiao_six_r a:hover img {
	margin-top: -4px;
	margin-bottom: 36px;
}

/*====================手机站menu====================*/



/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  overflow: hidden;
}

.ph-menu2 li {
	position: relative;
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-decoration: none;

}
.ph-menu2 li::before{
	content: "";
	position: absolute;
	bottom:0px;
	left:15%;
	width: 70%;
	height: 1px;
	background-color: #666;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}

/*====================banner====================*/
.banner-top{margin-top: 105px;}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	height: 25px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-pagination .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-pagination .owl-page span {
	position: relative;
	transition: .36s ease
}

.owl-pagination .owl-page span {
	background-color: transparent;
	width: auto;
	height: auto
}

.owl-pagination .owl-page {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.owl-pagination .owl-page:nth-of-type(1) span:after {
	content: "01"
}

.owl-pagination .owl-page:nth-of-type(2) span:after {
	content: "02"
}

.owl-pagination .owl-page:nth-of-type(3) span:after {
	content: "03"
}

.owl-pagination .owl-page span {
	border: 0
}

.owl-pagination .owl-page:nth-of-type(1) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination .owl-page:nth-of-type(2) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination .owl-page:nth-of-type(3) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination {
	bottom: 40px
}

.owl-pagination .owl-page span {
	background-color: transparent;
	width: auto;
	height: auto;
}

.owl-pagination .owl-page span {
	position: relative;
	transition: .36s ease
}

.owl-pagination .owl-page.active span:after {
	color: #0b74c3
}

.owl-pagination .owl-page.active span {
	padding-right: 146px;
	background: 0 0;
}

.owl-pagination .owl-page.active span:before {
	width: 146px
}

.owl-pagination .owl-page span:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 31px;
	background-color: #0b74c3;
	width: 0;
	height: 1px;
	transition: .36s ease
}

.owl-pagination .owl-page:last-of-type span:before {
	left: auto;
	right: 31px
}

.owl-pagination .owl-page:last-of-type.active span {
	padding-left: 146px;
	padding-right: 0
}

.owl-pagination .owl-page:last-of-type.active span:before {
	left: auto;
	right: 31px
}

.owl-pagination .owl-page {
	margin-right: 8px
}

.owl-item .item img {
	display: block;
	width: 100%
}

/*banner nav prev next buttons*/
.owl-buttons {
	height: 0;
	top: 50%;
	-webkit-transform: translateY(calc(-50%));
	-ms-transform: translateY(calc(-50%));
	transform: translateY(calc(-50%));
	position: absolute;
	width: 100%;
	margin: 0;
}

.owl-buttons {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	display: none;
	width: 36px;
	height: 120px;
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 2px 0 0 2px;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	display: none;
	height: 80px;
}

.owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, .2);
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 7px 30px;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	background-color: #0b74c3;
	font-weight: bold;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-buttons .owl-next {
	position: absolute;
	right: 0;
	background: rgba(0, 0, 0, .2);
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: 7px 30px;
}

/*progress bar*/
#bar {
	width: 0%;
	max-width: 100%;
	height: 2px;
	background: #0b74c3;
	overflow: hidden;
}

#progressBar {
	width: 100%;
	background: #100E0E;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*====================top====================*/

/*====================middle====================*/


.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	height: 25px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-pagination .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-pagination .owl-page span {
	position: relative;
	transition: .36s ease
}

.owl-pagination .owl-page span {
	background-color: transparent;
	width: auto;
	height: auto
}

.owl-pagination .owl-page {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.owl-pagination .owl-page:nth-of-type(1) span:after {
	content: "01"
}

.owl-pagination .owl-page:nth-of-type(2) span:after {
	content: "02"
}

.owl-pagination .owl-page:nth-of-type(3) span:after {
	content: "03"
}

.owl-pagination .owl-page:nth-of-type(4) span:after {
	content: "04"
}

.owl-pagination .owl-page:nth-of-type(5) span:after {
	content: "05"
}

.owl-pagination .owl-page span {
	border: 0
}

.owl-pagination .owl-page:nth-of-type(1) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination .owl-page:nth-of-type(2) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination .owl-page:nth-of-type(3) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination .owl-page:nth-of-type(4) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination .owl-page:nth-of-type(5) span:after {
	font-size: 16px;
	font-family: CYJXY;
	color: #fff
}

.owl-pagination {
	bottom: 40px
}

.owl-pagination .owl-page span {
	background-color: transparent;
	width: auto;
	height: auto;
}

.owl-pagination .owl-page span {
	position: relative;
	transition: .36s ease
}

.owl-pagination .owl-page.active span:after {
	color: #0b74c3
}

.owl-pagination .owl-page.active span {
	padding-right: 146px;
	background: 0 0;
}

.owl-pagination .owl-page.active span:before {
	width: 146px
}

.owl-pagination .owl-page span:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 31px;
	background-color: #0b74c3;
	width: 0;
	height: 1px;
	transition: .36s ease
}

.owl-pagination .owl-page:last-of-type span:before {
	left: auto;
	right: 31px
}

.owl-pagination .owl-page:last-of-type.active span {
	padding-left: 146px;
	padding-right: 0
}

.owl-pagination .owl-page:last-of-type.active span:before {
	left: auto;
	right: 31px
}

.owl-pagination .owl-page {
	margin-right: 8px
}

.owl-item .item img {
	display: block;
	width: 100%
}

/*banner nav prev next buttons*/
.owl-buttons {
	height: 0;
	top: 50%;
	-webkit-transform: translateY(calc(-50%));
	-ms-transform: translateY(calc(-50%));
	transform: translateY(calc(-50%));
	position: absolute;
	width: 100%;
	margin: 0;
}

.owl-buttons {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	width: 36px;
	height: 120px;
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 2px 0 0 2px;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	height: 80px;
}

.owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, .2);
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 7px 30px;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	background-color: #0b74c3;
	font-weight: bold;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-buttons .owl-next {
	position: absolute;
	right: 0;
	background: rgba(0, 0, 0, .2);
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: 7px 30px;
}

/*progress bar*/
#bar {
	width: 0%;
	max-width: 100%;
	height: 2px;
	background: #0b74c3;
	overflow: hidden;
}

#progressBar {
	width: 100%;
	background: #100E0E;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*推荐产品*/
.tj-tit {
	padding: 15px 0px;
	text-align: center;
}

.tj-tit h2 {
	font-size: 36px;
	color: #636363;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

.tj-tit .linea {
	margin: 0 auto;
	margin-top: 15px;
	width: 40px;
	height: 3px;
	background-color: #636363;
}

.swiper-container-tj {
	width: 100%;
	height: 550px;
}

.swiper-container-tj .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #efefef; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.6);
}

.swiper-container-tj .swiper-slide-active,
.swiper-container-tj .swiper-slide-duplicate-active {
	transform: scale(1.2);
}

.swiper-container-tj .swiper-container-horizontal>.swiper-container-tj .swiper-pagination-bullets,
.swiper-container-tj .swiper-pagination-custom,
.swiper-container-tj .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-container-tj .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-tj .swiper-pagination-bullet {
	margin: 0 8px !important;
	width: 15px;
	height: 15px;
	background-color: #ececec;
	opacity: 1;
}

.swiper-container-tj .swiper-pagination-bullet-active {
	background-color: #636363;
}


.tuijian-h {
	width: 100%;
}

.tuijian-h .tua {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tuijian-h .tua img {
	width: 100%;
}

.tuijian-h a h3 {
	display: block;
	margin-top: 50px;
	width: 100%;
	font-size: 36px;
	color: #636363;
	text-align: center;
}

.tuijian-h p {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	color: #636363;
}

/*产品标题*/
.pro-tit {
	padding: 15px 0px;
}

.pro-tit h2 {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #636363;
	font-weight: bold;
	letter-spacing: 5px;
}

.pro-tit p {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
	color: #636363;
}

/*分类*/

.th-pro {
	padding: 6px;
	text-align: center;
}

.th-pro li {
	display: inline-block;
	padding: 5px 25px;
	height: 50px;
	transition: all 0.4s ease 0s;
}

.th-pro li a {
	padding: 5px 0px;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	color: #636363;
	font-weight: normal;
	font-family: "font6";
	box-sizing: border-box;
	transition: all 0.4s ease 0s;
}

.th-pro li:hover a {
	border-bottom: 2px solid #636363;
	transition: all 0.3s ease-in-out;
}

.th-pro-hover {
	border-bottom: 2px solid #636363;
}

/*产品*/
.th-prolist {
	position: relative;
	padding: 40px 20px;
	margin-bottom: 15px;
	overflow: hidden;
}

.th-prolist .tua img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.th-prolist:hover .tua img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;

}

.th-prolist a h3 {
	display: block;
	margin-top: 25px;
	font-size: 15px;
	color: #636363;
	text-align: center;
}

.th-prolist .zhezhao {
	width: 20%;
	height: 20%;
	opacity: 0;
	transition: all 0.4s ease 0s;
	position: absolute;
	top: 40%;
	left: 40%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);

}

.th-prolist:hover .zhezhao {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.th-prolist:hover .zhezhao h3 {
	display: block;
	margin-top: 28%;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

/*品鉴*/
.swiper-container-pj {
	margin: 0 auto;
	width: 95%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-pj .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #fff;
	/* background-color: #00347B; */
	/* height: calc((100% - 30px) / 2); */
	height: auto;


	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-pj {
	padding: 15px 0px;
	width: 100%;
	text-align: center;
}

.swiper-pagination-pj .swiper-pagination-bullet {
	background-color: #000;
	margin: 0px 4px;
	width: 100px;
	height: 3px;
	border-radius: 0px;
}

.th-pj {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.th-pj:hover .tua img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

/*新闻标题*/
.news-tit {
	padding: 15px 0px;
}

.news-tit h2 {
	display: inline-block;
	padding-bottom: 18px;
	font-size: 36px;
	color: #636363;
	font-weight: bold;
	letter-spacing: 5px;
	overflow: hidden;
}

.news-tit p {
	display: inline-block;
	font-size: 20px;
	color: #636363;
	overflow: hidden;
}

.news-tit a {
	display: inline-block;
	float: right;
	margin-top: 23px;
	padding: 3px 8px;
	font-size: 14px;
	color: #636363;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.news-l {
	float: left;
	width: 58%;
}

.news-l .tua {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-l .tua img {
	width: 100%;
}

.news-l .n-titl {
	padding-top: 22px;
}

.news-l .n-titl h3 {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #636363;
}

.news-l .n-titl p {
	width: 100%;
	height: 41px;
	font-size: 15px;
	color: #636363;
	line-height: 150%;
	overflow: hidden;
}

.news-r {
	float: right;
	width: 35%;
}

.news-r li {
	margin-bottom: 40px;
}

.news-r li a h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #363636;
	font-weight: bold;
}

.news-r li p {
	display: block;
	width: 100%;
	height: 42px;
	font-size: 15px;
	color: #878787;
	line-height: 150%;
	overflow: hidden;
}

.news-r li span {
	display: none;
	margin-top: 12px;
	font-size: 24px;
	color: #323232;
}

.news-linea {
	margin: 0 auto;
	margin-top: 130px;
	width: 1px;
	height: 370px;
	background-color: #efefef;
}

.news-rb {
	width: 100%;
}

.news-rb li {
	margin-bottom: 40px;
}

.news-rb li a h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #363636;
	font-weight: bold;
}

.news-rb li p {
	display: block;
	width: 100%;
	height: 42px;
	font-size: 15px;
	color: #878787;
	line-height: 150%;
	overflow: hidden;
}

.news-rb li span {
	display: none;
	margin-top: 12px;
	font-size: 24px;
	color: #323232;
}

/*part1*/
.part1-w {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.part1-hot {
	margin-top: 5px;
}

.part1-hot p {
	display: inline-block;
	padding-right: 5px;
	font-size: 15px;
	color: #636363;
}

.part1-hot a {
	display: inline-block;
	padding-right: 15px;
	padding-right: 5px;
	font-size: 15px;
	color: #636363;
}

.part2-w {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.part2-w img {
	width: 100%;
}



/*====================foot====================*/
.foot-w {
	width: 100%;
	height: auto;
	background: url(../images/foot-tu.jpg) top center no-repeat #303030;
}

.foot-lxa {
	margin-top: 290px;
	padding: 40px 90px;
	background-color: #fff;
	overflow: hidden;
}

.foot-lxa-l {
	margin-right: 450px;
}

.foot-lxa-l p {
	display: block;
	margin-top: 26px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.foot-lxa-l .linea {
	display: block;
	margin-top: 29px;
	width: 29px;
	height: 3px;
	background-color: #313131;
}
.foot-lxa-l span{
	display: block;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #cfcfcf;
	text-transform: uppercase;
}

.foot-lxa-r {
	float: right;
	width: 360px;
}
.foot-logo{
	width: 100%;
}
.foot-conta{
	margin-top: 15px;
}
.foot-conta p{
	font-size: 17px;
	color: #010101;
	line-height: 210%;
}

.foot-contb{
	margin-top: 90px;
	margin-bottom: 50px;
	overflow: hidden;
}
.foot-about{
	position: relative;
	float: left;
	width: 12%;
	min-height: 180px;
	border-right: 1px solid #626262;
}
.foot-about::before{
	content: "";
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	border-right: 1px solid #000000;
}

.foot-qt{
	float: left;
	width: 12%;
	min-height: 180px;
}

.foot-tit p{
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}
.foot-list{}
.foot-list a{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}
.foot-ml{
	margin-left:5%;
}
.foot-pro{
	position: relative;
	float: left;
	width: 20%;
	min-height: 180px;
	border-right: 1px solid #626262;
}
.foot-pro::before{
	content: "";
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	border-right: 1px solid #000000;
}
.foot-pro-list a{
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	width: 33%;
	font-family: "font6";
	font-size: 17px;
	color: #999;
}
.foot-ewm{
	float: right;
	margin:8px 10px;
	padding:30px 25px;
	border:1px solid #9f9f9f;
	overflow: hidden;
}
.foot-ewm img{}
.foot-ewm p{
	display: block;
	margin-top: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foot-bq{
	padding:10px;
	text-align: center;
}
.foot-bq p,
.foot-bq p a,
.foot-bq a,
.foot-bq p strong{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/*end foot*/

/*内页*/
.jt-ny-tit{
  position: relative;
  height: 450px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #efefef;
  text-align: center;
  line-height: 50px;
  color: #636363;
  font-size: 26px;
}
/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/
/*====================PC====================*/
@media only screen and (max-width: 1700px) {
	.rh-title{
		margin-top: 1%;
	}
.rh-title img{
		width: 100%;
	}
}
@media only screen and (max-width: 1300px) {
	#w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}

	#w-90 {
		width: 100%;
	}

	#w-80 {
		width: 100%;
	}
	
	.rh-title{
		margin-top: 1%;
	}
	.rh-title img{
		width: 100%;
	}
	/*menu*/
	.header-nav .nav-list>li>a {
		padding: 0 13px;
	}

	.header-nav .nav-list>li>a::after {
		margin-left: 12px;
	}


	.swiper-container-pj {
		height: 400px;
	}

	.swiper-container-pj .swiper-slide {
		height: calc((100% - 16%) / 2);
	}

}
@media only screen and (max-width: 1200px) {
	.rh-title{
		margin-top: 1%;
	}
	.rh-title img{
		width: 100%;
	}
	.nav .sub .nav_xiao{width: 100%;}
	.yan-second{width: 100%;}
}

/*====================992====================*/
@media only screen and (max-width: 992px) {
	#w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}

	#w-90 {
		width: 100%;
	}

	#w-80 {
		width: 100%;
	}
	.padding0{
		padding:15px;
	}

	.rh-title{
		margin-top: 2%;
	}


	.header-nav .nav-list>li>a {
		padding: 0 3px;
	}

	.swiper-container-pj {
		height: 250px;
	}

	.swiper-container-pj .swiper-slide {
		height: calc((100% - 16%) / 2);
	}
	
	.mini-logo{
		border-bottom: 1px solid #efefef;
	}
	.mini-logo img{
		width: 100%;
	}

	.h-form{
		float: none;
		margin:0 auto;
	}
	.h-input1{
		padding-left: 15px;
	}
	.ny-bannert{margin-top: 0px;}
	.yan-second .yan-right .tua img{
		width: 100%;
	}




}


/*====================手机====================*/
@media only screen and (max-width: 768px) {
	#w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}

	#w-90 {
		width: 100%;
	}

	#w-80 {
		width: 100%;
	}


	.padding0-sm15 {
		padding: 15px;
	}

	.h-form{
		margin:0 auto;
	}
	.mini-title{
		border-bottom: 1px solid #efefef;
	}
	.mini-title img{
		width: 100%;
	}

	.menu-w{
		position: none;
		display: none;
	}
	.th-pro li a{
		font-size: 20px;
	}
	.th-pro li{
		padding:5px 15px;
	}

	.th-prolist{padding:20px 15px; margin-bottom: 0px;}

	.tuijian-h a h3{font-size: 20px; margin-top: 20px;}
	.tuijian-h p{font-size: 14px;}

	.news-l{width: 100%; padding-bottom: 20px; margin-bottom:15px; border-bottom: 1px solid #efefef;overflow: hidden;}
	.news-r{width: 100%;}
	.news-r li{border-bottom:1px solid #efefef; padding-bottom: 15px; margin-bottom: 15px;}
	
	.foot-lxa-r{width: 100%; margin-top: 15px;}
	.foot-lxa{padding:20px; margin-top: 0px;}
	.foot-ewm{padding:20px 15px; margin-right: 15px; width: 33%; float: none; display: inline-block;}
	.foot-ewm img{width: 100%;}
	.foot-pro{width: 95%;}
	.foot-w{background: none; background-color: #303030;}
	.foot-contb{margin-top: 25px; margin-bottom: 30px; text-align: center;}
	.foot-logo{text-align: center;}
.swiper-container-tj { height: 320px;}
.pro-tit h2{font-size: 30px;}

}

