@charset "UTF-8";

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
	margin: 0px;
}

input,
button,
ul,
ol {
	margin: 0px;
	padding: 0px;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}

body,
input,
button,
form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

input {
	background: none;
	border: 0 none;
}

img,
iframe {
	border: 0px;
}

em,
i {
	font-style: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.red {
	color: #ba292e;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.hidden {
	display: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.icon {
	background: url(../img/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #1186ca;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.ease,
.ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.noease,
.noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

/*清除浮动*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*top_main*/
.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 80;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 12px;
}

.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 6px;
}

.top_main li a {
	color: #333333;
	cursor: pointer;
}

.top_main li a:hover {
	color: #1186ca;
}

.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #333;
	vertical-align: middle;
	padding: 0;
}

/*header_main*/
.header_main {
	width: 100%;
	z-index: 100;
	background: #fff;
	overflow: hidden;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_main .logo {
	display: block;
	margin-left: 4%;
}

.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.header_main .tel {
	line-height: 26px;
	margin-right: 2.5%;
}

.header_main .tel .p1 {
	font-size: 14px;
	color: #333;
	line-height: 14px;
}

.header_main .tel .p2 {
	margin-top: 6px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	font-family: arial;
	display: flex;
	align-items: center;
}
.header_main .tel .p2 span{
	width: 240px;
}
.header_main .tel .p2 img {
	width: 320px;
	height: 33px;
}

.header_main .tel s {
	width: 17px;
	height: 44px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}


/*nav*/
.nav_main {
	width: 100%;
	height: 60px;
	background: #1186ca;
	position: relative;
	z-index: 12;
}

.nav {
	position: relative;
	z-index: 12;
}

.nav .first_line {
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 60px;
	background: #fff;
	background-size: 2px 60px;
}

.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
}

.nav li.item {
	float: left;
	width: 150px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.nav li.item.hover,
.nav li.item:hover {
	background-color: #114b7b;
}

.nav .item a {
	display: block;
	height: 60px;
	color: #fff;
	font-size: 16px;
}

#nav .subnav {
	position: absolute;
	top: 60px;
	left: 0px;
}

#nav .subnav {
	position: absolute;
	left: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

#nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

#nav .subnav .nav1 {
	position: relative;
	display: block;
	width: 150px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#nav .subnav .nav1:first-child {
	border-top: 0;
}

#nav .subnav .nav1:hover {
	background: #148636;
}

#nav .subnav .nav1 a {
	padding: 0;
	height: 50px;
	line-height: 50px !important;
	font-size: 14px;
	color: #333;
}

#nav .subnav .nav1:hover a {
	color: #fff;
}

/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}

#banner_main .banner {
	height: 600px;
}

#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#banner,
.banner ul {
	max-height: 600px;
	overflow: hidden;
}

.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}

.banner li:first-child {
	display: block;
}

.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 42px;
	z-index: 13;
}

#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-position: -260px 0px;
}

#banner .tip span.cur {
	background-position: -240px 0px;
}

#banner #btn_prev,
#banner #btn_next {
	width: 34px;
	height: 65px;
	position: absolute;
	top: 250px;
	z-index: 5;
}

#banner #btn_prev {
	background-position: 0 -64px;
	left: 8%;
	transition: all 600ms ease;
}

#banner #btn_next {
	background-position: -50px -64px;
	right: 8%;
	transition: all 600ms ease;
}

#banner #btn_prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	left: 7.6%;
}

#banner #btn_next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	right: 7.6%;
}

#banner .banner_mask {
	z-index: 9;
	position: absolute;
	bottom: -160px;
	width: 100%;
	height: 292px;

}

/*banner end*/
/*footer*/
.footer {
	width: 100%;
	color: #fff;
	background: #222222;
	padding: 140px 0 90px 0;
}

.footer .contact .ewm {
	width: 134px;
	height: 134px;
	background: #ddd;
	border: 3px solid #999;
	text-align: center;
	margin-right: 40px;
}

.footer .contact .ewm img {
	display: block;
	width: 134px;
	height: 134px;
	margin-bottom: 4px;
}

.footer .contact .contact_info {
	color: #fff;
}

.footer .contact .contact_info p {
	font-size: 20px;
	font-weight: bold;
}

.footer .contact .contact_info .tel {
	font: normal 36px "arial";
	margin: 30px 0 16px 0;
}

.footer .contact .contact_info .p2 {
	font-size: 14px;
}

.footer .bNav a{
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 60px;
}
.footer .bNav a:hover{
	opacity: 0.6;
}

/*copyright*/
.copyright {
	height: 57px;
	line-height: 57px;
	color: #999999;
	font-size: 12px;
	background: #111111;
	border-top: 1px solid #11111;
}

.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.copyright a {
	color: #999999;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.copyright a:hover {
	color: #fff;
}

/***********index css end***********/
.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}

.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../img/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../img/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
	display: none;
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #147b32;
	display: none;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
	height: 50px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.toolbar .qq span {
	background-position: 0 -47px;
}

.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}

.toolbar .qq:hover {
	background: #147b32;
}

.toolbar .tel span {
	background-position: 0 0;
}

.toolbar .tel:hover {
	background: #147b32;
}

.toolbar .code span {
	background-position: 0 -95px;
}

.toolbar .code:hover {
	background: #147b32;
}

.toolbar .top span {
	background-position: 0 -142px;
}

.toolbar .top:hover {
	background: #147b32;
}

/*******index css*******/
.indexTit {
	color: #1186ca;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 56px;
}

.indexTit .en {
	text-transform: uppercase;
	line-height: 35px;
	font-family: didot;
	font-size: 24px;
}

.indexTit h3 {
	font-size: 24px;
	color: #835026;
}

.index .in_title {
	padding-top: 42px;
}

.index .in_title .entit {
	margin-bottom: 12px;
	font: normal 40px "arial";
	color: #666;
	text-align: center;
}

.index .in_title .tit {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #0f86c9;
	background: url("../img/titline.png") no-repeat;
}

.index .look_more {
	display: block;
	width: 160px;
	height: 40px;
	margin-left: 45px;
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #333;
	border: 1px solid #0f86c9;
	border-radius: 20px;
	transition: all .5s;
}

.index .look_more:hover {
	background: #0f86c9;
	color: #fff;
	transition: all .5s;
}


/*关于我们*/
.index #floor_5_main {
	background: #f8f8f8;
}

.index .floor_5 {
	padding-bottom: 10px;
}

.index .floor_5 .about .part1 {
	position: relative;
	float: left;
	width: 632px;
}

.index .floor_5 .about .part1 .title {
	padding-top: 80px;
}

.index .floor_5 .about .part1 .title .entit {
	font: normal 40px "Akzidenz-Grotesk BQLight";
	line-height: 50px;
	color: #666;
}

.index .floor_5 .about .part1 .title .tit {
	width: 510px;
	font: bold 30px "Microsoft YaHei";
	color: #0f86c9;
	background: url("../img/aboutline.png") no-repeat 250px center;
}

.index .floor_5 .about .part1 .view_detail {
	position: absolute;
	top: 64px;
	right: 0;
	display: block;
	width: 120px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #0f86c9;
	border: 1px solid #d1e5bf;
	border-radius: 15px;
	transiton: all .5s;
}

.index .floor_5 .about .part1 .view_detail:hover {
	background: #0f86c9;
	color: #fff;
	transition: all .5s;
}

.index .floor_5 .about .part1 .cont {
	margin-top: 24px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-align: justify;
}

.index .floor_5 .about .part1 .tips {
	width: 630px;
	height: 118px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.index .floor_5 .about .part1 .tips .item {
	float: left;
	margin-top: 30px;
}

.index .floor_5 .about .part1 .tips .item:first-child {
	margin-left: 30px;
	margin-right: 0px;
}

.index .floor_5 .about .part1 .tips .item .img {
	float: left;
	width: 55px;
	height: 55px;
}

.index .floor_5 .about .part1 .tips .item .img img {
	display: block;
	width: 55px;
	height: 55px;
	transition: all ease 600ms;
}

.index .floor_5 .about .part1 .tips .item .stit {
	width: 232px;
	float: left;
	margin-left: 12px;
}

.index .floor_5 .about .part1 .tips .item .stit .tit1 {
	padding-top: 6px;
	font: bold 20px "Microsoft YaHei";
	color: #333;
}

.index .floor_5 .about .part1 .tips .item .stit .cont1 {
	margin-top: -3px;
	font-size: 14px;
	color: #666;
}

.index .floor_5 .about .part2 {
	position: relative;
	float: left;
	width: 500px;
	height: 292px;
	margin-top: 136px;
	background: #0f86c9;
	margin-left: 68px;
}

.index .floor_5 .about .part2 .video {
	position: absolute;
	top: -20px;
	left: -20px;
}

.index .floor_5 .about .part2 .video img {
	display: block;
	width: 500px;
	height: 280px;
}

.index .floor_5 .about .part1 .tips .item:hover .img img {
	transform: rotate(360deg);
	transition: all ease 600ms;
}

/*新闻动态*/
.index #floor_6_main {
	background: #fff;
}

.index .floor_6 {
	padding-bottom: 80px;
}

.index .floor_6 .proCase {
	position: relative;
	width: 396px;
	height: 430px;
	margin-top: 60px;
	border: 1px solid #ddd;
}

.index .floor_6 .proCase .bd {
	position: relative;
	width: 396px;
}

.index .floor_6 .proCase .list {
	width: 106%;
}

.index .floor_6 .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 396px;
	height: 430px;
	background: #f8f8f8;
	transition: all ease 600ms;
}

.index .floor_6 .proCase .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 0px;
}

.index .floor_6 .proCase .list li img {
	display: block;
	width: 340px;
	height: 255px;
}

.index .floor_6 .proCase .list li .title {
	margin-top: 30px;
}

.index .floor_6 .proCase .list li .tit {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	transition: all ease 600ms;
}

.index .floor_6 .proCase .list li .time {
	margin-top: 12px;
	font-size: 14px;
	color: #666;
}

.index .floor_6 .proCase .list li:hover {
	background: #fff;
	transition: all ease 600ms;
}

.index .floor_6 .proCase .list li:hover .tit {
	color: #1186ca;
	font-weight: bold;
	transition: all ease 600ms;
}

.index .floor_6 .proCase .list li:hover .time {
	color: #333;
}

.index .floor_6 .proCase .list li:hover .view_detail {
	background: #46baff;
	color: #1186ca;
}

.index .floor_6 .proCase .hd {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 30px;
}

.index .floor_6 .proCase .hd li {
	float: left;
	width: 12px;
	height: 12px;
	background-color: #666;
	border-radius: 100%;
	margin-right: 12px;
	font-size: 0px;
	cursor: pointer;
}

.index .floor_6 .proCase .hd li.on {
	background-color: #1186ca;
}

.index .floor_6 .textlist {
	width: 750px;
	margin-left: 48px;
}

.index .floor_6 .textlist .one {
	padding: 0px;
	margin-top: 58px;
}

.index .floor_6 .textlist .one img {
	display: block;
	width: 200px;
	height: 150px;
}

.index .floor_6 .textlist .one .txt {
	width: 506px;
	margin-left: 40px;
}

.index .floor_6 .textlist .one .txt .tit {
	font-weight: bold;
	line-height: 22px;
	display: block;
	padding-bottom: 20px;
	color: #333;
	font-size: 18px;
	transition: all .5s;
}

.index .floor_6 .textlist .one .txt .time {
	color: #333;
}

.index .floor_6 .textlist .one .cont {
	width: 506px;
}

.index .floor_6 .textlist .one:hover .txt .tit {
	color: #1186ca;
	transition: all .5s;
}

.index .floor_6 .textlist .one:hover .cont {
	color: #333;
}

.index .floor_6 .textlist .one:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}

.index .floor_6 .textlist .list {
	width: 100%;
	margin-top: 24px;
	*margin-top: 20px;
}

.index .floor_6 .textlist .list li {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.index .floor_6 .textlist .list li:first-child a {
	border-top: 1px solid #ddd;
}

.index .floor_6 .textlist .list li a {
	display: block;
	height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.index .floor_6 .textlist .list li .tit {
	transition: all ease 600ms;
}

.index .floor_6 .textlist .list li .tit em {
	width: 12px;
	height: 14px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	background-position: -286px -102px;
	transition: all ease 600ms;
}

.index .floor_6 .textlist .list li:hover .tit {
	color: #1186ca;
	font-weight: bold;
}

.index .floor_6 .textlist .list li:hover em {
	margin-right: 16px;
	transition: all ease 600ms;
}

.index .floor_6 .textlist .list li:hover .time {
	color: #666;
}
@media screen and (max-width:1920px){
    body{widthx:100%;min-width:1320px;}
    body{ overflow-x:hidden;}
	#banner_main,.xw1200{width:100%;}
	.toolbarxx{ display:none;}
}


.pglist{ text-align:center;padding:15px 0;}
.pglist li{ display:inline-block;}
.pglist a{ padding:0 5px;}
.pglist .active a,.pglist a:hover{color:#1186ca;}


.zz3{margin-top: -20px;height: 38px;text-align: right;}

