img {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	min-width: 1170px;
}

a {
	color: #333333;
}

a:hover {
	color: #015597;
}


.clear {
	clear: both;
}

.index {}

.index .logo {
	width: 1170px;
	margin: auto;
}

.index .logo img {
	width: 100%;
}

.index .container {
	background: url(../image/banner.png) no-repeat center top;

}

.index .container .box {
	width: 1170px;
	margin: auto;
	height: 645px;
}

.index .container .left {
	float: left;
	width: 710px;
}

.index .container .left .pro {}

.index .container .left .pro h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.index .container .left .pro p {
	text-indent: 34px;
	line-height: 30px;
	color: #333333;
}

.index .container .left .pro ul {}

.index .container .left .pro ul li {
	float: left;
}

.index .container .left .pro ul li.rightli {
	float: right;
}

.index .container .left .pro ul li a{
	display: inherit;
	width: 329px;
	height: 210px;
	position: relative;
}
.index .container .left .pro ul li a.a1{
	background: url(../image/a1.png) no-repeat;
	background-size: 100% 100%;
}
.index .container .left .pro ul li a.a2{
	background:url(../image/a2.png) no-repeat;
	background-size: 100% 100%;
}
.index .container .left .pro ul li a img{
	  cursor: pointer;
	  display: block;
	  margin: auto;
	  padding-top: 50px;
	  opacity: 0;
	  transition: all 0.5s;
}

.index .container .left .pro ul li div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	display: none;

}

.index .container .left .pro ul li a:hover img {
	transform: scale(1.1);
	opacity: 1;
}

.index .container .left .pro ul li a:hover div {
	display: block;
}

.index .container .left .pro ul li a:hover a:before {
	display: block !important;
}

.index .container .right {
	float: right;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 300px;


}

.index .container .right .tit {
	padding: 20px;
}

.index .container .right ul {
	padding: 0px 20px;
}

.index .container .right ul li {
	padding: 20px 0;
	border: 1px #000 solid;
	border-radius: 10px;
	margin-bottom: 20px;
}

.index .container .right ul li a {
	color: #FFFFFF;
	position: relative;
	font-size:20px;
}

.index .container .right ul li:hover {
	
	border: 1px solid #75aedb;
} 

.index .container .right ul li a h1 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index .container .right ul li a p {
	line-height: 26px;
	font-size: 18px;
	font-weight: 800;
	width: 240px;
	padding-left: 10px;
	min-height: 50px;

}

.index .container .right ul li a span {
	float: left;
	padding: 0 10px;
	
}

.footer {
	width: 1170px;
	margin: auto;
}

.footer .left {
	float: left;
}

.footer .left .ig {
	float: left;
}

.footer .left ul {
	float: left;
}

.footer .left ul li {
	float: left;
	padding-top: 50px;
	padding-left: 30px;
}

.footer .left ul li a {
	position: relative;
}

.footer .left ul li a .h1 {}

.footer .left ul li a .h2 {
	display: none;
}

.footer .left ul li a .w1 {}

.footer .left ul li a .w2 {
	display: none;
}

.footer .left ul li a .erweima {
	position: absolute;
	top: -118px;
	left: -38px;
	display: none;
	z-index: 1000;
}

.footer .left ul li a .erweima img {}

.footer .left ul li .weib:hover .h2 {
	display: block !important;
}

.footer .left ul li .weib:hover .h1 {
	display: none !important;
}

.footer .left ul li .weix:hover .w2 {
	display: block !important;
}

.footer .left ul li .weix:hover .w1 {
	display: none !important;
}

.footer .left ul li .weix:hover .erweima {
	display: block !important;
}

.footer .right {
	float: right;
	padding-top: 40px;
}

.footer .right .mya {
	float: left;

}

.footer .right ul {}

.footer .right ul li {
	position: relative;
}

.footer .right ul li .lianj {
	line-height: 30px;
	border-bottom: 1px #B3B3B3 solid;
	padding: 0px 15px;
	background: url(../image/s.png) no-repeat right;
	position: relative;
}

.footer .right ul li .more {
	position: absolute;
	width: 100px;
	background: #FFFFFF;
	bottom: 25px;
	padding-bottom: 40px;
	display: none;
}

.footer .right ul li .more a {
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #333333;
}

.footer .right ul li:hover .more {
	display: block;
	z-index: 1000;
}

.footer .right ul li .more a:hover {
	background: #DFDFDF;
}

.footer .right .addr {
	float: right;
	padding-left: 60px;
}

.footer .right .addr p {
	text-align: right;
	line-height: 30px;
}

.copy {
	background: #015397;
	line-height: 50px;
	min-width: 1170px;
	margin: auto;
}

.copy p {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

.nav {
	background: #015597;
}

.nav ul {
	background: #015597;
	width: 1150px;
	margin: auto;
}

.nav ul li {
	float: left;
	position: relative;
}

.nav ul li .mya {
	padding: 14px 32px;
	color: #FFFFFF;
	line-height: 50px;
	text-decoration: none;
}

.nav ul li:hover .mya {
	background: #3279b1;
}

.nav ul li:hover .er {
	display: block;
	z-index: 1000;
}

.nav ul li .er a:hover {
	background: #4184b9;
}

.nav ul li .er {
	position: absolute;
	width: 100%;
	background: #3279b1;
	display: none;
}

.nav ul li .er a {
	display: block;
	text-align: center;
	line-height: 40px;
	background: #3279b1;
	color: #FFFFFF;
	font-size: 14px;
}

.bannerSlide {
	position: relative;
}

.bannerSlide .swiper-containerBnner {
	width: 1170px;
	margin: auto;
	height: 300px;
}

.bannerbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bannerbox .left {
	float: left;
	width: 50%;
	height: 100%;
}

.bannerbox .right {
	float: left;
	width: 50%;
	height: 100%;
}

.newsbox {
	min-height: 280px;
	width: 1170px;
	margin: auto;
	margin-top: 30px;
	position: relative;
	margin-bottom: 10px;
}

.newsbox .left {
	position: absolute;
	float: left;
	width: 300px;
	background: #F5F5F5;
	height: 100%;
}

.newsbox .left ul {
	width: 100%;
}

.newsbox .left ul li {}

.newsbox .left ul li a {
	display: block;
	line-height: 40px;
	color: #333333;
	padding-left: 10px;
}

.newsbox .left .titnav {
	text-align: center;
	line-height: 50px;
	background: #015597;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.newsbox .left ul li a:hover {
	color: #015597;
}

.newsbox .right {
	float: right;
	width: 870px;

}

.newsbox .right .box {
	padding-left: 30px;
}

.newsbox .right .box .title {
	border-bottom: 2px #015597 solid;
	margin-bottom: 10px;
}

.newsbox .right .box .title .titleLeft {
	float: left;
	font-weight: bold;
	line-height: 40px;
}

.newsbox .right .box .title .titleRight {
	float: right;
	line-height: 40px;
	color: #888888;
}

.newsbox .cright ul {}

.newsbox .cright ul li {
	position: relative;
	padding-right: 100px;
	line-height: 40px;
}

.newsbox .cright ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #333333;
}

.newsbox .cright ul li a:hover {
	color: #015597;
}

.newsbox .cright ul li a b {
	display: inline-block;
	padding-right: 15px;
	color: #015597;
}

.newsbox .cright ul li span {
	position: absolute;
	right: 0;
	top: 0;
}


.details {
	width: 1170px;
	margin: auto;
	min-height: 300px;
}

.details .title {
	border-bottom: 2px #015597 solid;
}

.details .title .titleLeft {
	float: left;
	font-weight: bold;
	line-height: 40px;
}

.details .title .titleRight {
	float: right;
	line-height: 40px;
	color: #888888;
}

.details .text {
	padding-top: 30px;
}

.details .text h1 {
	text-align: center;
	font-size: 25px;
}

.details .text h1 span {
	display: block;
	font-weight: 500;
	font-size: 12px;
	color: #888888;
	padding: 10px 0;
	margin:0 5px;
	display: inline;
}

.details .text p {
	line-height: 30px;
}

.mybannerSlide {}

.mybannerSlide img {
	width: 100%;
}

.mybannerSlide .swiper-button-next {
	right: 20% !important;
}

.mybannerSlide .swiper-button-prev {
	left: 20% !important;
}

.mypros {
	width: 1170px;
	margin: auto;
	padding-top: 20px;
}

.mypros .duct {}

.mypros .duct .left {
	width: 380px;
	float: left;
	margin-right: 30px;
}

.mypros .duct .left .box {
	padding: 10px;
}

.mypros .duct .left .box p {
	padding-top: 15px;
	color: #333333;
	line-height: 30px;
	text-indent: 30px;
}

.mypros .duct .left .pubTit h1 {
	background: url(../image/t1.png) 10px 10px no-repeat;
}

.mypros .duct .left .box img {
	width: 100%;
	height: 0px;
}

.mypros .duct .center {
	float: left;
	width: 480px;
}

.mypros .duct .center ul {}

.mypros .duct .center ul li {}

.mypros .duct .center ul li {
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 90px;
}

.mypros .duct .center ul li span {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	left: 0;
	line-height: 35px;
	color: #333;
}

.mypros .duct .center ul li:hover {
	color: #015597;
}

.mypros .duct .center ul li p {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 35px;
}

.mypros .duct .center ul li b {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 37px;
	color: #A5A5A5;
	font-weight: normal;
	font-size: 14px;
}

.mypros .duct .center .pubTit h1 {
	background: url(../image/t3.fw.png) 10px 10px no-repeat;
}

.mypros .duct .right {
	float: right;
	width: 280px;
}

.mypros .duct .right ul {
	padding-left: 30px;
}

.mypros .duct .right ul li {
	margin-bottom: 15px;
}

.mypros .duct .right ul li a {
	padding: 22px 0;
	margin: 0 5px;
	width: 250px;
	height: 95px;
}

.mypros .duct .right ul #b1 {
	background: url('../image/an-b1.jpg') no-repeat;
}

.mypros .duct .right ul #b2 {
	background: url('../image/an-b2.jpg') no-repeat;
}

.mypros .duct .right ul #b3 {
	background: url('../image/an-b3.jpg') no-repeat;
}

.mypros .duct .right ul #b4 {
	background: url('../image/an-b4.jpg') no-repeat;
}

.mypros .duct .right ul #b1:hover {
	background: url('../image/b1.jpg') no-repeat;
}

.mypros .duct .right ul #b2:hover {
	background: url('../image/b2.jpg') no-repeat;
}

.mypros .duct .right ul #b3:hover {
	background: url('../image/b3.jpg') no-repeat;
}

.mypros .duct .right ul #b4:hover {
	background: url('../image/b4.jpg') no-repeat;
}


.mypros .duct .right ul li a {
	text-align: center;
	color: #fff;
}
.mypros .duct .right ul li a:hover{
	color: #333;
}


.mypros .duct .right ul li a .ts h1 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
}

.mypros .duct .right ul li a .ts p {
	font-size: 12px;
	text-align: center;
}

.show {
	margin-bottom: 10px;
}

#show1 h1 {
	background: url(../image/t4.png) 10px 10px no-repeat;
	margin-bottom: 10px;
}

.swiper-containerShow img {
	width: 100%;
}

.swiper-button-nextShow {
	height: 100% !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	right: 0 !important;
	background: #1868a7 url(../image/showright.png) 0px 0px no-repeat !important;
	background-position: 50% !important;
	padding: 0px 10px !important;
	opacity: 0.8;
}

.swiper-button-prevShow {
	height: 100% !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	left: 0 !important;
	padding: 0px 10px !important;
	background: #1868a7 url(../image/showleft.png) 0px 0px no-repeat !important;
	background-position: 50% !important;
	opacity: 0.8;
}




.pubTit {}

.pubTit h1 {
	line-height: 40px;
	border-bottom: 1px #999999 solid;
	padding-left: 40px;
	font-size: 18px;
	color: #241311;
	position: relative;
}

.pubTit a {
	position: absolute;
	right: 0;
	line-height: 40px;
	top: 0;
	color: #97989b;
	font-size: 16px;
	font-weight:500;
}

.pubTit a:hover{
	color: #015597;
}
