body {
    background-color: #f9f9f9;
}
@font-face {
    font-family: "myFont";
    src: url("./fonts/glyphicons-halflings-regular.ttf"),url("./fonts/glyphicons-halflings-regular.eot");
}
.my-font {
    font-family: "myFont" !important;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
#header {
	background-color: #f9f9f9;
}
#header, #nav, #index {
    min-width: 1200px;
}
.header-top {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: rgb(51, 51, 51);
}
#nav {
    background-color: #fff;
}

#nav > .container > .logo > img {
    width: 464px;
    height: 90px;
}

#nav > .container > ul > li > a {
    display: block;
    height: 90px;
    line-height: 87px;
    font-size: 16px;
    color: rgb(98, 98, 98);
    border-bottom: 3px solid transparent;
    padding: 0 20px;
}

#nav > .container > ul > li.active > a,
#nav > .container > ul > li:hover > a {
    color: #0059a2;
    border-bottom-color: #0059a2;
    background-color: #f0f0f0;
    text-decoration: none;
}

#nav > .container > ul > li {
    
}
#swiper1 {
    height: 700px !important;
}
#swiper1 .swiper-slide {
    position: relative;
    height: 700px !important;
}
#swiper1 img {
    width: 100%;
    height: 700px !important;
}
#swiper1 .swiper-slide-jieshao {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -300px;
    height: 180px;
    opacity: 0;
    transition-property: left,opacity;
    transition-duration: 1.5s;
    transition-timing-function: ease-out;
	transition-delay: 0.5s;
}
#swiper1 .swiper-slide-jieshao-in {
    left: 250px;
    opacity: 1;
}

#swiper1 .swiper-slide-jieshao h1 {
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    font-family: "Adobe Heiti Std";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0 1px #0059a2, 1px 0 #0059a2, -1px 0 #0059a2, 0 -1px #0059a2;
}

#swiper1 .swiper-slide-jieshao h1 span {
    font-size: 65px;
    font-family: "Adobe Heiti Std";
    color: rgb(254, 172, 44);
}

#swiper1 .swiper-slide-jieshao h3 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    height: 50px;
    line-height: 50px;
    text-shadow: 0 1px #0059a2, 1px 0 #0059a2, -1px 0 #0059a2, 0 -1px #0059a2;
}

#swiper1 .pagination {
    position: absolute;
    z-index: 20;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
#swiper1 .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #0059a2;
    margin: 0 5px;
    border: 2px solid #fff;
    cursor: pointer;
}
#swiper1 .swiper-active-switch {
    width: 40px;
}
.index-jieshao {
    height: 680px;
    background-color: #fff;
}
.index-jieshao-section {
    height: 800px;
    background-image: url("../img/huiji.png"),url("../img/index-jieshao-section-bg.png");
    background-position: center 400px, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 1200px auto,100% 100%;
    position: relative;
    top: -60px;
    z-index: 1000;
    padding-top: 80px;
}

.index-jieshao-section > h1 {
    font-size: 36px;
    color: rgb(38, 38, 38);
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.index-jieshao-section > h5 {
    font-size: 17.526px;
    color: rgb(83, 83, 83);
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.index-jieshao-section-main {
    height: 500px;
}
.index-jieshao-section-main-item1 {
    position: absolute;
    left: 210px;
    bottom: -15px;
    width: 200px;
    height: 280px;
}
.index-jieshao-section-main-item2 {
    position: absolute;
    left: 497px;
    top: 10px;
    width: 200px;
    height: 280px;
}

.index-jieshao-section-main-item3 {
    position: absolute;
    right: 204px;
    bottom: -15px;
    width: 200px;
    height: 280px;
}
.index-jieshao-section-main-item-line {
    height: 34px;
    width: 1px;
    margin: 0 auto;
    background-color: #000;
    margin-top: 15px;
}
.index-jieshao-section-main-item-point {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.index-jieshao-section-main-item-img {
    margin: 0 auto;
}
.index-jieshao-section-main-item-h1 {
    text-align: center;
    font-size: 24px;
    color: rgb(0, 89, 162);
    font-weight: bold;
    font-style: italic;
    height: 50px;
    line-height: 50px;
}

.index-jieshao-section-main-item2 > .index-jieshao-section-main-item-point {
    margin-top: 15px;
    margin-bottom: 0;
}
.index-jieshao-section-main-item2 > .index-jieshao-section-main-item-line {
    margin-bottom: 15px;
    margin-top: 0;
}

.index-jhxyl {
    background-color: #16242e;
    padding-top: 100px;
    padding-bottom: 60px;
}


.index-jhxyl-title {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 90px;
}
.index-jhxyl-total-item {
    width: 20%;
    text-align: center;
    color: #fff;
}
.index-jhxyl-total-item img {
    margin: 0 auto;
    height: 54px;
    margin-bottom: 60px;
}
.index-jhxyl-total-item h1 {
    font-size: 27px;
    height: 55px;
}

.index-jhxyl-total-item h3 {
    font-size: 18px;
}
.index-jhxyl .tupian > ul {
    width: 33.3%;
    margin-top: 90px;
}
.index-jhxyl .tupian > ul > li {
    position: relative;
}
.index-jhxyl .tupian > ul > li:hover .cover {
    display: block;
}
.index-jhxyl .tupian img {
    width: 100%;
}
.index-jhxyl .tupian .cover {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    background-color: rgba(0,0,0,.4)
}
.index-jhxyl .tupian .cover p {
    position: absolute;
    height: 60px;
    line-height: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 18.741px;
}

.index-jhxyl .tupian .cover p a{
    color: #fff;
    text-decoration: none;
}
.index-gywm {
    height: 600px;
    background: url("../img/gywm.png") no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 100px;
}
.index-gywm h1 {
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.index-gywm p {
    font-size: 16px;
    color: #fff;
    margin-top: 70px;
    line-height: 30px;
}
#swiper2 {
    height: 120px !important;
    margin-top: 60px;
    margin-bottom: 40px;
}
#swiper2 .swiper-slide {
    box-sizing: border-box;
    padding: 0 45px;
}
#swiper2 .swiper-slide img {
    width: 218px;
    height: 100%;
    margin: 0 2px;
}
.swiper2-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    width: 30px;
    text-align: center;
    background-color: #fff;
    line-height: 120px;
    cursor: pointer;
}
.swiper2-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 120px;
    width: 30px;
    text-align: center;
    background-color: #fff;
    line-height: 120px;
    cursor: pointer;
}
.swiper2-next:hover,.swiper2-prev:hover {
    background-color: #f1f1f1;
}
.swiper2-prev:before {
    content: "\e257"
}
.swiper2-next:before {
    content: "\e258"
}
.index-gywm .more {
    text-align: center;
}
.index-gywm .more a {
    display: inline-block;
    vertical-align: bottom;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #0059a2;
}
.index-gywm .more > a:hover {
    text-decoration: none;
}
/*.index-wmdys .pull-left {
    width: 230px;
    margin-right: 10px;
}
*/
.index-wmdys {
    padding-top: 50px;
}
.index-wmdys > .container > h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.index-wmdys > .container > div > div {
    width: 220px;
    height: 500px;
    margin: 0 10px;
    color: #fff;
    padding: 15px;
}
.wmdys-tupian {
    margin: 53px 0 0;
}
.wmdys-tupian img {
    margin: 15px auto;
}
.index-wmdys > .container > div > div h1 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.index-wmdys > .container > div > div p {
    font-size: 14px;
    line-height: 1.857;
}







#footer {
    min-width: 1200px;
    background: url("../img/footer.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin-top: 100px;
}
#footer > .container {
    padding-top: 80px;
}
#footer .container > .pull-left {
    width: 480px;
}
#footer .container > .pull-left h3 {
    height: 40px;
    line-height: 38px;
    border-bottom: 2px solid #999;
    width: 440px;
    color: #fff;
    font-size: 16px;
}
#footer .container > .pull-left h3 > div {
    border-bottom: 2px solid #aaa;
    height: 38px;
}
#footer .container > .pull-left ul {
    margin-top: 20px;
}
#footer .container > .pull-left ul > li {
    color: #fff;
    line-height: 40px;
    margin: 20px 0;
}
#footer .container > .pull-left ul > li > p {
    margin-left: 45px;
    font-size: 14px;
    color: rgb(111, 111, 111);
    line-height: 2;
}
#footer .container > .jjfa ul > li {
    margin: 0;
    height: 30px;
    line-height: 30px;
}
#footer .container > .jjfa li > a:hover {
    color: #fff;
}
#footer .container > .jjfa .ewm {
    height: auto;
    margin-top: 30px;
}
#footer .container > .jjfa .ewm p {
    line-height: 40px;
    margin-left: 0;
    color: #fff;
}
.kouhao {
	padding-top: 50px;
}
.kouhao > h1 {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: rgb(249, 249, 249);
	height: 70px;
	line-height: 70px;
}

.banquan {
	background-color: #000;
	min-width: 1200px;
	font-size: 12px;
	color: rgb(137, 137, 137);
	height: 50px;
	line-height: 50px;
}
.cn22 {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.to-top {
	position: fixed;
	right: 0px;
	bottom: 40%;
	width: 150px;
	/*height: 150px;*/
	border-radius: 5px;
	/*border-bottom-left-radius: 0;*/
	/*border-bottom-right-radius: 0;*/
	background-color: rgba(0,0,0,.5);
	z-index: 2000;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	color: #fff;
	transition: background-color .25s;
	display: none;
}
.to-top-show {
	display: block;
	opacity: 1;
}
/*.to-top:hover {
	background-color: #1266b0;
}*/

#index .banner {
	width: 100%;
}
.about_us {
}
.detail-main aside {
	width: 223px;
	height: 1055px;
	background-color: #f9f9f9;
}
.breadcrumbs {
	height: 75px;
	line-height: 75px;
	color: #16242e;
	font-size: 14px;
}
.detail-main aside a {
	color: #6e6e6e;
	display: block;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.detail-main aside a:hover,
.detail-main aside a.active {
	background-color: #0059a2;
	text-decoration: none;
	color: #fff;
}
.detail-main section {
	margin-left: 250px;
}
.detail-main section h1 {
	font-size: 36px;
	color: #000;
	height: 65px;
	line-height: 65px;
	font-weight: bold;
}
.detail-main section p {
	line-height: 30px;
	font-size: 14px;
}
.detail-main-tupian {
	margin-top: 20px;
}
.detail-main-tupian > img {
	width: 100%;
}
.detail-main-tupian .detail-main-tupian-jieshao {
	padding: 45px 20px 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40%;
	color: #fff;
	background-color: #0059a2;
}
.detail-main-tupian .detail-main-tupian-jieshao h1 {
	font-size: 30px;
	color: #fff;
}
.detail-main-tupian-jieshao p {
	line-height: 30px;
}
.case-item {
	overflow: hidden;
	height: 220px;
	margin-bottom: 20px;
}
.case-item img {
	width: 318px;
	height: 200px;
}
.case-item div {
	margin-left: 330px;
}
.case-item div h3 {
	height: 65px;
	line-height: 65px;
}
.case-item div h3 a {
	color: #0055b0;
}
.case-item div p {
	font-size: 14px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-ms-height: 200px;
}

.partner-main-item {
	width: 280px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.partner-main-item img {
	width: 100%;
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px 0 #ccc;
}
.partner-main-item h3 {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.news-main {
	height: 120px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-main-data {
	width: 83px;
	height: 83px;
	padding-top: 15px;
	background-color: #eee;
	text-align: center;
	font-size: 16px;
	color: #888;
	line-height: 25px;
}
.news-main-data b {
	color: #000;
}
.news-main-msg {
	margin-left: 100px;
}
.news-main-msg h1 {
	font-size: 18px;
	font-weight: normal;
	height: 30px;
}
.news-main-msg h1 a {
	color: #000;
}
.news-main-msg p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
}
.news-main-text h1 {
	text-align: center;
}
.news-main-text h3 {
	text-align: center;
	color: #aaa;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.news-main-text p {
	border-top: 1px solid #aaa;
	padding-top: 40px;
	line-height: 30px;
	font-size: 14px;
}

#nav ul li > div {
    position: absolute;
    height: 0;
    /*width: 1200px;*/
    line-height: 60px;
    left: 0;
    width: 100%;
    z-index: 3000;
    background-color: #eee;
    overflow: hidden;
    transition: height .3s;
}
#nav ul li > div > .center-list > ul > li {
    padding: 0 20px;
}
#nav ul li:hover > div {
    height: 60px;
}

@keyframes feiji {
	0% {
		left: 0;
		bottom: 193px;
		transform: rotate(-60deg);
	}
	12% {
		left: 293px;
		bottom: 258px;
		transform: rotate(-60deg);
	}
	24%{
		left: 293px;
		bottom: 258px;
		transform: rotate(0deg);
	}
	36% {
		left: 582px;
		bottom: 193px;
		transform: rotate(0deg);
	}
	48% {
		left: 582px;
		bottom: 193px;
		transform: rotate(-60deg);
	}
	60% {
		left: 879px;
		bottom: 262px;
		transform: rotate(-60deg);
	}
	72% {
		left: 879px;
		bottom: 262px;
		transform: rotate(0deg);
	}
	84% {
		left: 1168px;
		bottom: 193px;
		transform: rotate(0deg);
	}
	100% {
		left: 1168px;
		bottom: 193px;
		transform: rotate(-60deg);
	}
}
.index-jieshao-section-main-icon {
	position: absolute;
	left: 0;
	bottom: 193px;
	animation: feiji 8s linear 0;
	animation-iteration-count: infinite;
}
.to-top > div {
    width: 100%;
    height: 65px;
    font-size: 32px;
    text-align: center;
}
.to-top-qq, .toptop, .to-top-ewm {
    transition: background-color .5s;
}
.to-top-qq:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 20px;
    height: 100px;
}
.to-top-qq > div {
    position: absolute;
    /*height: 50px;*/
    width: 251px;
    left: -250px;
    padding: 17px;
    top: 0;
    text-align: center;
    display: none;
    background-color: rgba(0,0,0,.5);

}
.to-top-qq:hover > div {
    display: block;
}
.to-top-qq > div > a{
    color: #ffffff;
    text-decoration: none;
}
.to-top-tel > div {
    position: absolute;
    /* height: 50px; */
    left: -540px;
    padding: 17px;
    color:red;
    top: -1px;
    text-align: center;
    display: none;
    background-color: rgba(0,0,0,.5);
}
.to-top-tel:hover > div {
    display: block;
}
.toptop > span:before {
    content: "\e253";
}
/*rgb(33, 184, 229)*/

.to-top-qq:hover {
	background-color: #0059a2;
}
.to-top-tel:hover {
    background-color: #0059a2;
}
.toptop:hover {
    background-color: #0059a2;
} 