body, html {
	padding: 0;
	margin: 0;
	background-color: #f5f5f5;
	-ms-overflow-style: scrollbar;
	font-family: 微软雅黑 !important;
	font-size: 14px;
	z-index: 1;
}
body {
	padding-top: 100px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 微软雅黑;
}
a:hover {
	text-decoration: none;
}
#giant img {
	max-width: 100%;
}
header {
	display: none;
}
.language {
	float: right;
	margin-top: 33px;
}
.language img {
	width: 25px;
	height: auto;
}
.language a {
	margin: 0 6px;
	line-height: 20px;
	color: #666;
}
.footer {
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden;/*background:#fff url(../images/footer-bg.png) center no-repeat*/
}
.footer .mian {
	width: 1200px;
	height: auto;
	padding: 90px 0 50px;
	margin: 0 auto;
}
.footer .mian .left {
	width: 85%;
	height: auto;
}
.footer .mian ul li {
	float: left;
	width: 19%
}
.footer .mian ul li:nth-child(2) {
	width: 24%;
}
.footer .mian ul li .title {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	margin-bottom: 15px;
}
.footer .mian ul li a {
	display: block;
	font-size: 14px;
	line-height: 29px;
	color: #666;
	cursor: pointer;
}
.footer .mian ul li a:hover {
	color: #222
}
.footer .mian .right {
	width: 15%;
	height: auto;
	border-left: 1px solid #ccc
}
.footer .mian .right .pic {
}
.footer .mian .right .pic .flr {
	float: right;
}
.footer .mian .right .pic .flr:nth-child(2) {
	margin-right: 5px
}
.footer .mian .right .pic img {
	display: block;
	width: 126px;
	height: 129px;
}
.footer .mian .right .pic h2 {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #222;
	text-align: center;
}
.footer .bot {
	width: 100%;
	height: 72px;
	background-color: #081016
}
.footer .bot p {
	width: 1200px;
	line-height: 42px;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 14px;
	color: #77797b
}
.footer .bot p a {
	float: right;
	display: block;
	color: #77797b
}
.footer .bot p a:hover {
	color: #fff;
}
input.inpt::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999;
}
 input.inpt:-moz-placeholder, textarea:-moz-placeholder {
 color: #999;
}
.bg {
	background-color: #fafafa
}
 @-moz-keyframes fill {
 0% {
height: 0px;
}
 25% {
height: 40px;
}
 50% {
height: 85px;
}
 75% {
height: 125px;
}
 100% {
height: 173px;
}
}
 @-webkit-keyframes fill {
 0% {
height: 0px;
}
 25% {
height: 40px;
}
 50% {
height: 85px;
}
 75% {
height: 125px;
}
 100% {
height: 173px;
}
}
 @keyframes fill {
 0% {
height: 0px;
}
 25% {
height: 40px;
}
 50% {
height: 85px;
}
 75% {
height: 125px;
}
 100% {
height: 173px;
}
}
.base-ban {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.base-ban img {
	display: block;
	width: 100%;
}
.base-ban .banner-tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: left-animation 1.5s;
	-webkit-animation: left-animation 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-fill-mode: forwards;
}
 @-webkit-keyframes left-animation {
 /* 0% {left:90%; opacity:0;}
  100% {left:0; opacity:1;}*/
/*  0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}*/
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes left-animation {
  /*0% {left:90%; opacity:0;}
  100% {left:0; opacity:1;}*/
/*  0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}*/
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.base-ban .warp h2 {
	font-size: 72px;
	font-family: 微软雅黑;
	color: #fff;
	display: block;
	line-height: 80px;
	font-weight: bold;
	position: relative;
	padding-top: 35px;
	margin-bottom: 15px;
}
.base-ban .warp h2:before {
	display: block;
	content: '';
	height: 3px;
	width: 220px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.base-ban .warp .mintit {
	font-size: 24px;
	color: #fff;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 20px;
}
.base-ban .warp .cent, .base-ban .warp .cent p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-family: 微软雅黑;
}
.base-ban .warp .cent {
	margin-bottom: 60px;
}
.base-ban .warp .btns {
	display: block;
	width: 63px;
	height: 63px;
	border-radius: 100%;
	background-color: #005ba0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.base-ban .warp .btns i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/bot-arr.png) center no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.base-ban .warp .btns:hover {
	background-color: rgba(255,255,255,0.7)
}
.base-ban .warp .btns:hover i {
	background: url(../images/bot-arr1.png) center no-repeat;
}
.banner .video {
	display: block;
	width: 100%;
	height: 100%;
}
.banner {
	width: 100%;
	height: 100%;
}
.iab {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
	overflow: hidden;/*background: url(../images/ipro-bg.jpg) center no-repeat*/
}
.iab .warp {
	width: 1200px;
	margin: 0 auto;
	padding-top: 150px;
	height: auto;
}
.iab .warp .box {
	width: 50%;
	float: left;
}
.iab .warp .box h2 {
	display: block;
	line-height: 70px;
	font-size: 66px;
	text-transform: capitalize;
	color: #222;
	padding-top: 25px;
	position: relative;
	margin-bottom: 10px;
}
.iab .warp .box h2:before {
	display: block;
	width: 125px;
	height: 3px;
	background-color: #222;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.iab .warp .box h3, .isocial .warp .box h3 {
	display: block;
	font-size: 42px;
	color: #333;
	line-height: 60px;
	margin-bottom: 30px;
}
.iab .warp .box .cent {
	font-size: 16px;
	line-height: 30px;
	color: #1d2830;
	margin-bottom: 40px;
}
.iab .warp .box .cent p, .isocial .warp .box .cent p {
	font-size: 16px;
	line-height: 30px;
	color: #1d2830;/*text-indent: 2em;*/
}
.iab .warp .pic {
	float: right;
	width: 45%;
	height: auto;
}
.iab .warp .pic .video-pc {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}
.iab .warp .pic .video-pc img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}
.iab .warp .pic .video-pc:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.iab .warp .pic .video-pc .btns {
	display: block;
	width: 76px;
	height: 76px;
	z-index: 5;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -38px 0 0 -38px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.iab .warp .pic .video-pc .btns:hover {
	background: url(../images/iab-btns1.png) center no-repeat;
}
.iab .warp .bot {
	padding-left: 40px;
	height: auto;
}
.iab .warp .bot ul li {
	float: left;
	margin-right: 70px;
}
.iab .warp .bot ul li:last-child {
	margin-right: 0px;
}
.iab .bot li p {
	font-size: 64px;
	color: #1d2830;
	text-align: center;
	line-height: 70px;
	margin-bottom: 5px;
}
.iproduct {
	width: 100%;
	height: auto;
}
.iproduct .title {
	width: 100%;
	background-color: #fff;
}
.iproduct .title .mian {
	max-width: 1200px;
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
}
.iproduct .title h2 {
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #222;
	margin-bottom: 15px;
}
.iproduct .title .cent {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #8d8d8d;
}
.iproduct .title .cent p {
	font-size: 14px;
	line-height: 16px;
	color: #8d8d8d;
}
.iproduct .pic {
	width: 100%;
	position: relative;
}
.iproduct .pic img {
	display: block;
	width: 100%;
}
.iproduct .main {
	text-align: center;
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 5;
}
.iproduct .main h2 {
	display: block;
	font-size: 54px;
	color: #fff;
	line-height: 60px;
	margin-bottom: 20px;
}
.iproduct .main .cent, .iproduct .main .cent p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.iproduct .main .cent {
	margin-bottom: 35px;
}
.iproduct .main .btns {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #005ba0;
	position: relative;
	border: 1px solid #005ba0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.iproduct .main .btns:hover {
	background-color: transparent;
	border: 1px solid #fff;
}
.iproduct .main .btns i {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/bot-arr.png) center no-repeat;
	animation: downico 1.5s ease-out infinite;
	animation: downico 1.5s ease-out infinite\0/IE9;
	position: absolute;
	left: 0;
	top: 0;
}
 @keyframes downico {
 0% {
left: 0;
opacity: 1;
}
 35% {
left: 30%;
opacity: 0;
}
 65% {
left: -30%;
opacity: 0;
}
 100% {
left: 0;
opacity: 1;
}
}
.iproduct .warp {
	width: 1200px;
	height: 158px;
	overflow: hidden;
	margin: -80px auto 0;
	position: relative;
	box-shadow: 0 1px 40px 0 rgba(0,0,0,0.2);
	background-color: #fff;
	z-index: 5;
}
.iproduct .swiper-container {
	width: 1100px;
	height: 158px;
	text-align: center;
	position: relative;
}
.iproduct .swiper-container .g {
	display: block;
	width: 1px;
	height: 80px;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -40px;
	background-color: #fff;
	right: 0;
}
.iproduct .swiper-slide .tit {
	font-size: 18px;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 20px;
	color: #666;
	text-align: center;
}
.iproduct .swiper-slide.on .tit {
	color: #222;
}
.iproduct .swiper-slide:hover .tit {
	color: #222;
}
.iproduct .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
}
.iproduct .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.iproduct .swiper-visible-switch {
	background: #aaa;
}
.iproduct .swiper-active-switch {
	background: #fff;
}
.iproduct .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-color: red;
	margin-top: -100px;
	position: absolute;
	z-index: 50;
}
.iproduct .arrow-left {
	background: url(../images/ipro-larr.png) center no-repeat;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	width: 10px;
	height: 20px;
}
.iproduct .arrow-right {
	background: url(../images/ipro-rarr.png) center no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	width: 10px;
	height: 20px;
}
.iproduct .pci {
	width: 100%;
	height: 60px;
	margin: 30px auto 10px auto;
	position: relative;
	text-align: center;
}
.iproduct .pci .gray {
	width: auto;
	height: 60px;
	transition: all 0.5s;
}
.iproduct .pci:hover .gray {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.iproduct .pci .green {
	display: block;
	width: 50px;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
}
.iproduct .swiper-slide:hover .pci .green {
	height: 50px;
}
.iproduct .swiper-slide .pci .green img {
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 0
}
.iproduct .swiper-slide.on .pci .green {
	height: 50px;
}
.iproduct .swiper-slide {
	position: relative;
	cursor: pointer;
}
.iproduct .swiper-slide i {
	display: block;
	width: 90%;
	position: absolute;
	bottom: 0;
	height: 4px;
	background-color: #fff;
	left: 50%;
	margin-left: -45%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.iproduct .swiper-slide.on i {
	background-color: #003f76;
}
.iproduct .swiper-slide em {
	display: block;
	width: 1px;
	height: 80px;
	background-color: #f2f2f2;
	right: 0px;
	top: 50%;
	position: absolute;
	z-index: 2;
	margin-top: -40px;
}
.isocial {
	width: 100%;
	height: auto;
	padding: 120px 0 80px 0;
	overflow: hidden;
	background: #f5f5f5;
}
.isocial .warp {
	width: 1200px;
	margin: 0 auto;
}
.isocial .warp .pic {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.isocial .warp .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: auto;
}
.isocial .warp .pic:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.isocial .warp .box {
	width: 45%;
	height: auto;
	float: right;
}
.isocial .warp .box .logo {
	display: block;
	width: 129px;
	height: 188px;
	margin-bottom: 32px;
}
.isocial .warp .box h2 {
	display: block;
	font-size: 65px;
	color: #222;
	text-transform: capitalize;
	line-height: 70px;
	padding-top: 25px;
	position: relative;
	margin-bottom: 20px;
}
.isocial .warp .box h2 i {
	display: block;
	width: 125px;
	height: 3px;
	background-color: #222;
	position: absolute;
	top: 0;
	left: 0
}
.isocial .warp .box .mintit {
	font-size: 50px;
	color: #222;
	line-height: 55px;
	margin-bottom: 25px;
}
.isocial .warp .box .cent {
	font-size: 16px;
	line-height: 28px;
	color: #585858;
	margin-bottom: 45px;
}
.isocial .warp .box .btns, .iab .warp .box .btns, .home-news .iin .btns {
	display: inline-block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
	border-radius: 3px;
	text-transform: capitalize;
	text-align: left;
	background: #005ba0 url(../images/rddr.png) 80% center no-repeat;
	border: 1px solid #005ba0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.isocial .warp .box .btns:hover, .iab .box .btns:hover, .home-news .iin .btns:hover {
	background: #005ba0 url(../images/rddr.png) 87% center no-repeat;
	box-shadow: 0 1px 6px 0px rgba(0,91,160,1)
}
.iin {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 85px;
}
.iin .title {
	width: 92%;
	margin: 0 auto 55px;
	text-align: center;
}
.iin .title h2 {
	font-size: 42px;
	line-height: 55px;
	color: #333;
	margin-bottom: 15px;
}
.iin .title .mintit {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 16px;
}
.iin .newImg {
	width: 33.333333%;
	float: left;
	display: block;
}
.iin .newImg a {
	display: block;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	min-height: 420px;
	height: auto;
	margin-bottom: 20px;
}
.iin .newImg a .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.iin .newImg a .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.iin .newImg li:hover a .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.iin .newImg a .pic .time {
	width: 51px;
	height: 46px;
	background-color: #003f76;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	padding-top: 5px
}
.iin .newImg a .pic .time span {
	font-size: 16px;
	line-height: 18px;
}
.iin .newImg .box {
	width: 84%;
	margin: 0 auto;
}
.iin .newImg .box h2 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #222;
	margin-bottom: 20px;
}
.iin .newImg .box .cent {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.job-warp {
	width: 1200px;
	margin: 0 auto 80px;
}
.job-warp ul li {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #e9ebed
}
.job-warp li .title {
	height: 52px;
	line-height: 52px;
	padding: 0 40px;
	color: #4b4b4b;
	background-color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.job-warp li.on .title {
	background-color: #005ba0;
	color: #fff;
}
.job-warp li .title span {
	float: right;
	padding-right: 30px;
	background: url(../images/job-icon1.png) right center no-repeat;
}
.job-warp li.on .title span {
	background: url(../images/job-icon2.png) right center no-repeat
}
.job-warp li .warp {
	padding: 10px 40px 20px;
	background-color: #fff;
	display: none
}
.job-warp .warp .tbl {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px 20% 20px 0;
	border-bottom: 1px solid #e9ebed
}
.job-warp .warp .tbl p {
	width: 25%;
	float: left;
	font-size: 14px;
	color: #222;
	line-height: 26px;
}
.job-warp .warp .tbl p span {
	color: #565656;
	padding-left: 15px;
}
.job-warp .warp .cont h2 {
	font-size: 14px;
	color: #222;
	line-height: 30px;
	margin-bottom: 15px;
}
.job-warp .warp .cont .cent, .job-warp .warp .cont .cent p {
	font-size: 14px;
	line-height: 28px;
	color: #565656
}
.job-warp .warp .btns {
	font-size: 14px;
	line-height: 20px;
	color: #005ba0;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.job-warp .warp .btns:hover {
	color: #222;
}
/*contact*/
.contact-warp {
	width: 1200px;
	margin: 0 auto 100px;
}
.contact-warp form {
	display: block;
	width: 100%;
	height: auto;
}
.contact-warp h2, .news-title .title h2 {
	font-size: 48px;
	line-height: 55px;
	color: #000;
	font-family: 微软雅黑;
	text-transform: Uppercase;
	display: block;
	margin-bottom: 10px;
}
.contact-warp h2 span, .news-title .title h2 span {
	color: #005ba0
}
.contact-warp h3, .news-title .title h3 {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #000;
	margin-bottom: 30px;
}
.news-title .title h4 {
}
.contact-warp .contact {
	width: 100%;
}
.contact-warp .contact .warp {
	width: 100%;
}
.contact-warp .contact .warp .box {
	height: auto;
	float: left;
	margin-bottom: 50px;
}
.contact-warp .contact .box ul li {
	padding: 0;
	width: 70%;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0 15px 0;
	float: left;
}
/*.contact-warp .contact .box ul li:first-child {
	float: left;
	border: none;
	width: 100%;
}*/
.contact-warp .contact .box ul li p {
	font-size: 26px;
	color: #333333;
	text-transform: Capitalize;
	font-family: 微软雅黑;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}
.contact-warp .contact .box ul li span {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	line-height: 20px;
	width: 100%;
	line-height: 1.8
}
.contact-warp .map {
	/*width: 100%;*/
	height: 500px;
	float: left;
}
/*员工*/
.staff-title {
	background-color: #fff;
	width: 100%;
	height: 75px;
	position: relative;
	box-shadow: 0 1px 15px 0 rgba(0,0,0,0.1);
	margin-bottom: 70px;
}
.staff-title i {
	display: block;
	position: absolute;
	height: 4px;
	width: 60%;
	background-color: #005ba0
}
.staff-title .swiper-container {
	width: 900px;
	height: 75px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.staff-title .swiper-slide {
	height: 100%;
}
.staff-title .swiper-slide .title {
	font-size: 16px;
	line-height: 75px;
	color: #666666;
	width: 150px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	cursor: pointer;
}
.staff-title .swiper-slide.on .title, .staff-title .swiper-slide:hover .title {
	color: #005ba0
}
/*新闻中心*/

.news-title {
	width: 1200px;
	margin: 0 auto 60px;
}
.news-title .warp {
	width: 100%;
}
.news-title .warp ul#gallery{display: flex;
flex-wrap: wrap;}
.news-title .warp li.youimg {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	min-height: 430px;
}
.news-title .warp li.youimg, .news-title .warp li.col-md-3 a, .news-title .warp li.col-md-4 a, .news-title .warp li.col-md-6 a, .news-title .warp li.col-md-2 a {
	height: auto;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: relative;
	top: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-bottom: 30px;
}
.news-title .warp li a {
	display: block;
	width: 100%;
	height: auto
}
.news-title .warp li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 30px;
	text-align: center;
}
.news-title .warp li .pic img {
	max-width: 100%;
	width: auto;
}
.news-title .warp li .box {
	padding: 0;
}
.news-title .warp li .box .time {
	font-size: 14px;
	line-height: 25px;
	color: #004a82;
	font-family: 微软雅黑;
	margin-bottom: 5px;
}
.news-title .warp li .box h2 {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222;
}
.news-title .warp li.culture .box h2 {
	font-size: 22px;
}
.news-title .warp li .box p {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
	line-height: 1.8;
}
.news-title .warp li.culture .box p, .news-title .warp li.culture .box h2 {
	color: #fff;
}
.news-title .warp li .ico {
	padding: 0 10%;
	height: 55px;
	border-top: 1px solid #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.news-title .warp li .ico span {
	display: block;
	float: left;
	height: 55px;
	width: 35px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.news-title .warp li .ico span:nth-child(1) {
	background: url(../images/news-ico1.png) left center no-repeat
}
.news-title .warp li .ico span:nth-child(1):hover {
	background: url(../images/news-ico11.png) left center no-repeat
}
.news-title .warp li .ico span:nth-child(2) {
	background: url(../images/news-ico2.png) left center no-repeat
}
.news-title .warp li .ico span:nth-child(2):hover {
	background: url(../images/news-ico22.png) left center no-repeat
}
.news-title .warp li .ico span:nth-child(3) {
	background: url(../images/news-ico3.png) left center no-repeat
}
.news-title .warp li .ico span:nth-child(3):hover {
	background: url(../images/news-ico33.png) left center no-repeat
}
.news-title .warp li .ico span:nth-child(4) {
	background: url(../images/news-ico4.png) left center no-repeat
}
.news-title .warp li .ico span:nth-child(4):hover {
	background: url(../images/news-ico44.png) left center no-repeat
}
.news-title .warp li:nth-child(3), .news-title .warp li:nth-child(6), .news-title .warp li:nth-child(9), .news-title .warp li:nth-child(12) {
	margin-right: 0;
}
.news-title .warp li.youimg:hover, .news-title .warp li.col-md-3:hover a, .news-title .warp li.col-md-4:hover a, .news-title .warp li.col-md-6:hover a, .news-title .warp li.col-md-2:hover a {
	top: -8px;
	box-shadow: 0 1px 15px 0 rgba(0,0,0,0.3);
}
.news-title .warp .noimg {
	position: relative;
	min-height: 430px;
}
.news-title .warp .noimg .box {
	padding: 10% 10% 0%;
}
.news-title .warp .noimg .box h2 {
	margin-bottom: 12%
}
.news-title .warp .noimg .ico {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.giant .warp .pic h2 {
	font-size: 48px;
	line-height: 55px;
	color: #000;
	font-family: 微软雅黑;
	text-transform: Uppercase;
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
}
.giant .warp .pic h2 span {
	color: #005ba0
}
.giant .warp .pic h3 {
	display: block;
	color: #000;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 40px;
}
/*产品详情*/

.pro-warp {
	width: 1200px;
	margin: 0 auto 50px;
	border-bottom: 1px solid #e5e5e5;
}
.pro-warp div img {
	max-width: 100%;
	height: auto;
}
.pro-warp .main .icon {
	width: 72px;
	background-color: #f5f5f5;
	padding: 20px 0;
	float: left;
}
.pro-warp .main .icon a {
	width: 32px;
	height: 32px;
	margin: 0 auto 40px;
	cursor: pointer;
	display: block;
}
.pro-warp .main .icon a:last-child {
	margin-bottom: 0;
}
.pro-warp .main .icon a img {
	display: block;
	width: 100%;
	height: 100%;
}
.pro-warp .main .warp {
	width: 887px;
	float: right;
	margin-right: 5%;
	padding-bottom: 30px;
}
.pro-warp .main .warp p, .pro-warp .cont p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.pro-warp .main .warp img, .pro-warp .cont img {
	max-width: 100%
}
.pro-warp .main .icon a {
	float: none;
	padding-left: 0
}
.pro-warp .news-title {
	margin-bottom: 50px;
	padding: 50px 0;
	border-bottom: 1px solid #eaeaea;
}
.pro-warp .news-title h2 {
	font-size: 30px;
	line-height: 50px;
	color: #222;
	margin-bottom: 20px;
}
.pro-warp .news-title .mintit {
	font-size: 16;
	line-height: 20px;
	color: #666;
}
/*关于我们*/
.ab-title {
	background-color: #fff;
	width: 100%;
	height: 75px;
	position: relative;
	box-shadow: 0 1px 15px 0 rgba(0,0,0,0.1);
}
.ab-title i {
	display: block;
	position: absolute;
	height: 4px;
	width: 30%;
	background-color: #005ba0
}
.ab-title .swiper-container {
	width: 910px;
	height: 75px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.ab-title .swiper-slide {
	height: 100%;
	float: left;
}
.ab-title .swiper-slide .title {
	font-size: 16px;
	line-height: 75px;
	color: #666666;
	width: 130px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	cursor: pointer;
}
.ab-title .swiper-slide a.title:hover {
	text-decoration: none;
}
.ab-title .swiper-slide.on .title, .ab-title .swiper-slide:hover .title {
	color: #005ba0
}
.giant {
	width: 100%;
	height: auto;
	padding: 0 0 80px 0;
}
.giant .warp {
	width: 1200px;
	margin: 0 auto;
}
.giant .warp .pic {
	width: 37%;
	float: left;
}
.giant .warp .box {
	width: 60%;
	float: right;
}
.giant .warp .box p {
	margin-bottom: 20px;
}
.giant .warp .box h2 {
	display: block;
	font-size: 32px;
	line-height: 35px;
	color: #3a9649;
	margin-bottom: 30px;
}
.giant .warp .box .box-img {
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
.giant .warp .box .bot {
	height: auto;
}
.giant .warp .box .bot li {
	float: left;
	width: 25%;
	text-align: center;
}
.giant .warp .box .bot li:last-child {
	margin-right: 0
}
.giant .warp .box .bot li .math {
	font-size: 64px;
	color: #1d2830;
	text-align: center;
	line-height: 70px;
	margin-bottom: 5px;
}
.giant .warp .box .bot li .tit {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.pagination {
	display: block;
}
 @keyframes ibg {
 0% {
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
 transform:scale(1.1)
}
 100% {
 filter:alpha(opacity=100);
 -moz-opacity:1;
 -khtml-opacity: 1;
 opacity: 1;
 transform:scale(1)
}
}
@-webkit-keyframes ibg {
 0% {
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
 transform:scale(1.1)
}
 100% {
 filter:alpha(opacity=100);
 -moz-opacity:1;
 -khtml-opacity: 1;
 opacity: 1;
 transform:scale(1)
}
}
.newsinfor {
	width: 1200px;
	margin: 0 auto 60px;
	height: auto;
	padding: 0 0px 70px;
}
.newsinfor .title {
	padding: 100px 0 50px;
}
.newsinfor .title h2 {
	display: block;
	font-size: 40px;
	color: #333;
	line-height: 50px;
	margin-bottom: 15px;
}
.newsinfor .title .mintit {
	font-size: 16px;
	text-align: center;
	color: #888;
	line-height: 30px;
}
.newsinfor .warp, .newsinfor .warp p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.newsinfor .warp {
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.newsinfor .warp img {
	max-width: 100%;
}
.newsinfor .bott {
	width: 100%;
	margin-bottom: 60px;
}
.newsinfor .bott .left {
	width: 75%;
	height: auto;
	float: left;
}
.newsinfor .bott .left p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.newsinfor .bott .left p a {
	color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.newsinfor .bott .left p a:hover {
	color: #004a82
}
.newsinfor .bott .btns {
	display: block;
	width: 120px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background-color: #004a82;
	font-size: 16px;
	color: #fff;
	text-align: center;
	float: right;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid #004a82;
}
.newsinfor .bott .btns:hover {
	background-color: transparent;
	color: #004a82
}
.forie {
	width: 100%;
	height: 100%;
	background: url(../images/tishi.png) center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
.carousel-control {
	width: 36px;
	height: 80px;
	display: block;
	border: 0;
	padding: 0;
	margin: -40px 0 0 0;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	position: absolute;
	background-color: rgba(29,31,32,0.3);
	top: 50%;
	z-index: 1;
}
.carousel-control.right {
	right: 0;
	background-position: right top;
	-moz-border-radius: 4px 0 0 4px/4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px/4px 0 0 4px;
}
.carousel-control.left {
	left: 0;
	background-position: left top;
	-moz-border-radius: 0 4px 4px 0/0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0/0 4px 4px 0;
}
 @media screen and (min-width: 970px) and (max-width: 1250px) {
.footer .mian {
	width: 94%;
	height: auto;
	padding: 90px 0 50px;
	margin: 0 auto;
}
.footer .bot p {
	width: 90%;
}
.iab .warp {
	padding: 5% 5% 0% 5%;
	height: auto;
	width: auto;
}
.iab .warp .box {
	width: 31%;
	float: left;
	padding-top: 40px;
}
.iab .warp .pic {
	width: 60%;
}
.iab .warp .bot {
	padding-top: 30px;
}
.iab .warp .bot ul li {
	width: 50%;
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
}
.iproduct .warp {
	width: 800px;
	height: 140px;
}
.iproduct .swiper-container {
	width: 660px;
	height: 140px;
}
.iproduct .pci {
	margin-top: 30px;
}
.iproduct .main {
	top: 20%
}
.isocial .warp {
	width: 94%;
	margin: 0 auto;
}
.isocial .warp .pic {
	width: 50%;
	height: auto
}
.isocial .warp .box {
	width: 45%;
	height: auto
}
.isocial .warp .box .logo {
	width: 110px;
	height: auto
}
.isocial .warp .box h2 {
	padding-top: 35px;
	margin-bottom: 15px;
	line-height: 60px;
	font-size: 55px;
}
.isocial .warp .box .mintit {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 15px;
}
.isocial .warp .box .cent {
	margin-bottom: 35px;
}
.iin {
	max-width: 90%;
	margin: 0 auto;
}
.iin .newImg a {
	padding-bottom: 40px;
}
.footer .mian .left {
	width: 70%
}
.footer .mian .right {
	width: 29%;
}
.base-ban .warp {
	position: absolute;
	top: 18%;
	left: 13%;
}
.base-ban .warp h2 {
	padding-top: 25px;
}
.base-ban .warp .cent {
	margin-bottom: 40px;
}
.job-warp {
	width: 90%;
}
.job-warp .warp .tbl {
	width: 100%;
	padding-right: 0;
}
.job-warp .warp .tbl p {
	width: 25%;
}
.contact-warp {
	width: 90%;
	margin: 0 auto;
	padding: 110px 0 0;
}
.contact-warp .message .mian ul .inp {
	float: left;
	width: 30%;
	height: 200px;
	margin-right: 3%;
}
.contact-warp .message .mian ul .text {
	width: 63%
}
.contact-warp .message .btns {
	width: 96%;
}
.news-title {
	width: auto;
	margin: 0 auto 60px;
}
.pro-warp {
	width: 90%;
}
.pro-warp .main .warp {
	width: 80%
}
.giant .warp {
	width: 90%
}
.giant .warp .pic h2 {
	line-height: 50px;
}
.giant .warp .box .bot {
	padding-left: 0px;
}
.giant .warp .box .box-img {
	margin-bottom: 40px;
}
.newsinfor {
	width: 90%;
	margin: 0 auto 60px;
	height: auto;
	padding: 0 3% 70px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1)
}
}
.iin .newImg a {
	box-shadow: 0px 10px 20px #c6c6c6;
	-webkit-box-shadow: 0px 5px 15px #c6c6c6;
	-ms-box-shadow: 0px 10px 20px #c6c6c6;
	-moz-box-shadow: 0px 10px 20px #c6c6c6;
}
.logo {
	width: 25%;
	margin-top: 20px;
	display: inline-block;
	float: left;
}
.logo img {
	max-width: 100%;
	width: auto;
}
.nav_left {
	width: 100%;
	height: 100px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	border-bottom: #e7e7e7 solid 6px;
	z-index: 998;
	box-shadow: 0px 10px 20px #666;
	-webkit-box-shadow: 0px 5px 15px #666;
	-ms-box-shadow: 0px 10px 20px #666;
	-moz-box-shadow: 0px 10px 20px #666;
	-webkit-transform: translateZ(0);
}
.nav_left .warp {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
ul.pc-meun {
	display: inline-block;
	width: 60%;
	float: right;
	height: 100%;
}
.nav_left li {
	float: left;
	width: 20%;
	position: relative;
	height: 100%;
}
.nav_left ul.pc-meun a.menu-name {
	clear: both;
	color: #808890;
	width: auto;
	height: auto;
	display: inline-block;
	/*border-right: #e7e7e7 solid 1px;*/
	padding: 10px 18%;
	margin: 23px 0;
	cursor: pointer;
}
.nav_left ul.pc-meun li:last-child a.menu-name {
	border: none;
}
.nav_left li i {
	font-size: 28px;
	float: left;
	margin-right: 8px;
	display: none;
}
.nav_left li:hover i, .nav_left li:hover a span, .nav_left li a:hover {
	color: #002866;
	text-decoration: none;
}
.nav_left span {
	float: left;
	width: auto;
	display: inline-block;
	text-align: left;
	line-height: 26px;
	font-size: 16px;
}
.elevator {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: #dcdcdc solid 1px;
}
div.pagelist li {
	background-color: transparent;
	display:inline-block;
	margin:0 5px;
}
div.pagelist .pagination li a{
	white-space: nowrap;
}
.elevator img {
	max-width: 100%;
	width: auto;
}
.news-title .warp td {
	text-align: center;
}
.news-title .warp li.investment {
	width: 20%;
	margin: 0 0 20px;
	float: left;
}
.news-title .warp li.culture {
	width: 30.3333%;
	margin: 0 1.5%;
	background: #005ba0;
	border-radius: 8px;
	box-shadow: 0px 10px 20px #666;
	-webkit-box-shadow: 0px 5px 15px #666;
	-ms-box-shadow: 0px 10px 20px #666;
	-moz-box-shadow: 0px 10px 20px #666;
	min-height: 230px;
	padding: 30px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.news-title .warp li.culture:hover {
	margin-top: -5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.news-title .warp li.investment .pic {
	border-radius: 18px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.news-title .warp li.investment .pic:hover {
	box-shadow: 0px 10px 20px #666;
	-webkit-box-shadow: 0px 5px 15px #666;
	-ms-box-shadow: 0px 10px 20px #666;
	-moz-box-shadow: 0px 10px 20px #666;
}
div.cul-img {
	margin-top: 50px;
}
div.cul-img li {
	margin-bottom: 30px;
}
div.culture-img {
	width: 100%;
	height: auto;
}
div.culture-img img {
	max-width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
div.culture-img img:hover {
	box-shadow: 0px 10px 20px #666;
	-webkit-box-shadow: 0px 5px 15px #666;
	-ms-box-shadow: 0px 10px 20px #666;
	-moz-box-shadow: 0px 10px 20px #666;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.phone_nav {
	display: none;
}
.vw_m502_more_sublayer {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	transform: translate3d(0, 0, 0);
	transition: left 500ms cubic-bezier(0.18, 0, 0.14, 1), right 500ms cubic-bezier(0.18, 0, 0.14, 1);
	z-index: 110000;
	position: fixed;
	top: 60px;
	bottom: 0;
	left: 100%;
	right: -100%;
	padding: 0 20px;
	overflow: hidden;
}
.vw_m502_more_sublayer li {
	position: relative;
	height: 55px;
}
.vw_m502_more_sublayer li:not(:last-child) {
	border-bottom: 1px solid #dee1e3;
}
.vw_m502_more_sublayer a.row {
	display: block;
	padding: 0 6px;
	color: #808890;
	margin-left: -6px;
	margin-right: -6px;
}
.vw_m502_icon_wrapper {
	margin-top: 0;
	margin-bottom: 0;
	height: 55px;
}
.vw_m502_more_sublayer li div {
	font-size: 20px;
	color: #808890;
	letter-spacing: -0.25px;
	line-height: 55px;
}
.vw_m502_sections {
	height: 60px;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	padding: 0;
}
.vw_m502_sections li:first-child {
	display: block;
	left: 0;
	top: 0;
	height: 60px;
}
.vw_m502_sections li {
	position: absolute;
}
.vw_m502_btn_icon {
	position: absolute;
	display: table;
	left: 0;
	height: 60px;
}
#vw_m501_logo {
	margin: 5px 25px 0 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#vw_m501_logo img {
	max-width: 200px;
	max-height: 50px;
	line-height: 1;
}
.vw_m502_sections li:last-child {
	display: block;
	right: 0;
	top: 0;
	height: 60px;
	width: 40px;
	text-align: left;
	font-size: 28px;
	cursor: pointer;
}
i.fa-close {
	display: none;
	color: #0099da;
}
div.subNav {
	position: absolute;
	left: -2px;
	top: 80px;
	background-color: rgba(255,255,255,0.75);
	text-align: center;
	display: inline-block;
	min-width: 100%;
	width: auto;
	padding: 0;
	z-index: -1;
	/*transition: all 0.4s;
	-webkit-transition: all 0.4s;*/
	overflow: hidden;
	height: 0;
}
.nav_left li:nth-child(2) div.subNav {
	left: -22px;
}
div.subNav a {
	display: block;
	line-height: 2;
	color: #333;
	border-bottom: #fff solid 1px;
	font-size: 14px;
	white-space: nowrap;
	padding: 0 10px;
}
.nav_left li:hover div.subNav {
	z-index: 2;
	border: #dcdcdc solid 1px;
}
div.subNav a:hover {
	background-color: #005ba0;
	color: #fff;
}
.home-news {
	background-color: #fafafa;
	padding-bottom: 100px;
	display: inline-block;
}
.home-news .iin .btns {
	margin-top: 30px;
}
.base-ban div.aboutTitle {
	top: 32%;
	left: 20%;
}
.base-ban div.societyTitle {
	top: 37%;
	left: 13%;
}
.news-title .warp li.youimg .pic img {
	width: 100%;
	height: 216px;
}
.iin .newImg a .pic img {
	height: 240px;
}
div.title {
	margin-top: 30px;
}
.news-title .warp li.youimg .pic {
	margin-bottom: 0;
}
.news-title .warp li.youimg .box {
	padding: 0 30px 20px 30px;
}
.news-title .warp li.youimg .box p {
	font-size: 16px;
	line-height: 1.6;
}
.foot-icon {
	display: none;
}
.website {
	margin-top: 30px;
}
.website h3 {
	font-size: 30px;
	background-color: #fff;
	padding: 20px;
	line-height: 1;
	margin: 30px 0 10px 0;
}
.website h2 {
	text-align: center;
	margin: 50px 0;
}
.website li {
	float: left;
	width: 20%;
	padding-left: 25px;
}
.website ul {
	width: 100%;
	display: inline-block;
}
.website li a {
	font-size: 16px;
	color: #002866;
}
div.company-detail {
	background: #fff;
	padding: 40px 50px;
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.4);
	margin: 100px 0 30px 0;
}
div.company-detail a {
	font-size: 18px;
	color: #fff;
	width: 170px;
	height: 40px;
	line-height: 40px;
	background: #08c;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
	background-image: url(../images/bot-arr2.png);
	background-repeat: no-repeat;
	background-position: 130px 15px;
	padding-right: 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
div.company-detail a:hover {
	background-position: 135px 15px;
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.4);
}
div.company-detail p {
	font-size: 16px;
	margin-bottom: 20px;
}
div.company-detail p:first-child {
	margin-top: 50px;
}
div.company-img {
	background: #fff;
	padding: 30px;
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.4);
	display: inline-block;
	position: relative;
}
div.company-img img {
	margin: 10px 0;
}
div.company-img p {
	font-size: 16px;
}
div.company-img .product-detail {
	position: absolute;
	left: 60px;
	bottom: 60px;
}
div.company-img .product-img {
	float: right;
	padding: 0;
}
div.company-img .baiduMap {
	margin-bottom: 30px;
}
div.company-img .baiduMap img {
	border: #ccc solid 1px;
}
div.company-img .mid-line {
	height: 2px;
	border-bottom: #ccc solid 1px;
	margin: 15px 0;
	width: 90%;
}
.pagelist {
	font-size: 16px;
}
.pagelist a, .pagelist span, .pagelistselect {
	padding: 5px 8px;
	background-color: #ddd;
	border-radius: 3px;
	color: #222;
}
.pagelist a:hover,.pagelist span.thisclass{background-color:#005ba0;
color:#fff;}
/*.footer .mian .right .pic .flr{position: fixed;right: 10px;top: 10px;z-index: 9999;background: #fff;}*/
@media screen and (min-width: 970px) and (max-width: 1250px) {
.nav_left .warp {
	width: 800px;
}
ul.pc-meun {
/*width: 90%;*/
}
.nav_left ul.pc-meun a.menu-name {
	padding: 10px 5%;
}
}
@media screen and (max-width: 969px) {
.nav_left .warp {
	width: 90%;
}
.nav_left ul.pc-meun a.menu-name {
	padding: 10px 5px;
}
}
@media screen and (max-width: 767px) {
.contact-warp .contact .website li {
	width: 50%;
}
.contact-warp .contact .website h3 {
	font-size: 20px;
}
.contact-warp .contact .website h2 {
	font-size: 24px;
}
div.company-detail {
	padding: 30px;
}
.footer .mian .right .pic .flr {
	width: auto;
	top: auto;
	position: fixed;
	right: 0;
	bottom: 80px;
	background: #fff;
	z-index: 99;
	padding: 10px;
}
.f-cb::after {
	height: auto;
}
.nav_left {
	display: none;
}
.phone_nav {
	display: block;
}
.news-title .warp li.youimg {
	width: 98%;
	margin: 0 1%;
}
}
