@charset "utf-8";

#mydiv{
	width: 100%;
	overflow: hidden;
}
.header{
	width: 100%;
	height: 110px;
	background: #ffffff;
	z-index: 9999;
}

.header_top{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.header_logo{
	width: 30%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%,-50%);
	overflow: hidden;
}
.header_logo img{
	width: 100%;
	height: auto;
}
.header_new{
	width: 55%;
	overflow: hidden;
	float: right;
	transition: all 0.5s;
	margin-top: 60px;
}
.header_new ul li{
	float: left;
	font-size: 16px;
	margin-left: 6%;
	transition: all 0.5s;
	position: relative;
}
.header_new ul li:nth-child(1){
	margin-left: 0px;
}
.header_new ul li>a{
	color: #333333;
}
.header_new ul li i{
 	width: 18px;
 	overflow: hidden;
 	display: block;
 	margin: auto;
 	margin-top: 10px;
 	opacity: 0;
 	transition: all 0.5s;
}
.header_new ul li i img{
	width: 100%;
	height: auto;
}
.header_new ul li.op>i{
	opacity: 1;
}
.header_new ul li.op>a{
	color: #d62334;
}
.header_new ul li:hover>a{
	color: #d62334;
}
.header_new ul li:hover>i{
	opacity: 1;
}
.container {
	width: 80px;
	height: 80px;
	cursor: pointer;
	position: absolute;
    top: 0;
	right: 0;
	transition: all 0.5s;
	display: none;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	margin:  0 8px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	width: 17px;
	height: 10px;
	background: #005ba0;
	border-radius: 7px;
}
.banner .swiper-button-next , .banner .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: rgba(0,91,160,0.5);
	--swiper-navigation-size: 12px;
	color: #fff;
	top: 44%;
}
.banner .swiper-button-next:hover , .banner .swiper-button-prev:hover{
	background: rgba(0,91,160,1);
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 100px;
}

.loerw{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
}
.loerw img{
	width: 100%;
	height: auto;
	display: none;
}
.loerw ul{
	width: 360px;
	height: 100%;
	background: #d62334;
}
.loerw ul p{
	height: 160px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	line-height: 130px;
}
.loerw ul li{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 10px;
	transition: all 0.5s;
}
.loerw ul li:hover{
	background: #c31f2e;
}
.loerw ul li a{
	display: block;
}
.ltuer{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}
.ltuer_l{
	width: 33%;
	overflow: hidden;
	float: left;
}
.ltuer_l h1{
	font-size: 36px;
	color: #000000;
	font-weight: inherit;
	margin-top: 60px;
}
.ltuer_l p{
	font-size: 26px;
	color: #dfdfdf;
	margin-top: 5px;
}
.ltuer_l i{
	width: 100px;
	height: 3px;
	display: block;
	background: #c31f2e;
	margin-top: 5px;
}
.ltuer_lcc{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #383838;
	line-height: 40px;
	margin-top: 20px;
}
.ltuer_y{
	width: 61%;
	overflow: hidden;
	float: right;
}
.ltuer_y img{
	width: 100%;
	height: auto;
}
.liuert{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 120px;
}
.liuert h1{
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: inherit;
}
.liuert>p{
	font-size: 26px;
	color: #dfdfdf;
	text-align: center;
	margin-top: 5px;
}
.liuert i{
	width: 100px;
	height: 3px;
	display: block;
	background: #c31f2e;
	margin: auto;
	margin-top: 5px;
}
.liuert form{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	display: block;
}
.liuert form label{
	width: 26%;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 11%;
	margin-bottom: 30px;
}
.liuert form label:nth-child(3n+1){
	margin-left: 0%;
}
.liuert form label p{
	font-size: 16px;
	color: #333333;
}
.liuert form label p span{
	color: #e60012;
}
.liuert form label input{
	width: 100%;
	height: 28px;
	display: block;
	border: none;
	border-bottom: #cccccc 1px solid;
	font-size: 10px;
	color: #999999;
	line-height: 28px;
}
.liuert form label.liuert_op{
	width: 100%;
}
.liuert form label.liuert_op textarea{
	width: 100%;
	height: 50px;
	display: block;
	border: none;
	border-bottom: #cccccc 1px solid;
	font-size: 10px;
	color: #999999;
	line-height: 28px;
	resize: none;
}
.liuert form>input{
	display: block;
	width: 90px;
	height: 36px;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	line-height: 36px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	background: #d62334;
	cursor: pointer;
}
.map{
	width: 1200px;
	height: 600px;
	margin: auto;
	margin-top: 60px;
}
.gertou{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	position: relative;
}
.gertou_l{
	width: 46%;
	overflow: hidden;
	background: #f2f2f2;
	float: right;
	border-radius: 10px;
}
.gertou_cnr{
	width: 100%;
	overflow: hidden;
}
.gertou_l h1{
	font-size: 36px;
	color: #000000;
	font-weight: inherit;
	margin-top: 60px;
	text-align: right;
	text-indent: 10px;
	margin-right: 10px;
}
.gertou_l p{
	font-size: 26px;
	color: #dfdfdf;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
}
.gertou_l i{
	width: 100px;
	height: 3px;
	display: block;
	background: #c31f2e;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}
.gertou_lcc{
	width: 75%;
	overflow: hidden;
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 80px;
	margin-right: 10px;
}
.gertou_r{
	width: 60%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}
.gertou_r img{
	width: 100%;
	height: auto;
}

.liousd{
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 80px;
}
.liousd h1{
	font-size: 36px;
	color: #ffffff;
	font-weight: inherit;
	margin-top: 60px;
	text-align: center;
}
.liousd p{
	font-size: 26px;
	color: #cbcac9;
	margin-top: 5px;
	text-align: center;
}
.liousd i{
	width: 100px;
	height: 3px;
	display: block;
	background: #ffffff;
	margin: auto;
	margin-top: 5px;

}
.liousd_cc{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	margin-top: 40px;
	margin-bottom: 160px;
	text-align: center;
}
.liowqe{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 80px;
}
.liowqe h1{
	font-size: 36px;
	color: #333333;
	font-weight: inherit;
	text-align: center;
}
.liowqe p{
	font-size: 26px;
	color: #dddddd;
	margin-top: 5px;
	text-align: center;
}
.liowqe>i{
	width: 100px;
	height: 3px;
	display: block;
	background: #d62334;
	margin: auto;
	margin-top: 5px;

}
.liowqe ul{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
.liowqe ul>i{
	width: 2px;
	height: 100%;
	background: #333333;
	position: absolute;
	top: 0; 
	left: 50%;
	transform: translate(-50%,0%);
}
.liowqe ul li{
	width: 50.1%;
	float: left;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.liowqe ul li h2{
	font-size: 20px;
	color: #333333;
	font-weight: inherit;
	text-align: right;
	margin-right: 30px;
}
.liowqe ul li .liowqe_c{
	width: 80%;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	float: right;
	margin-right: 30px;
	text-align: right;
	margin-top: 10px;
}
.liowqe ul li:nth-child(2n){
	float: right;
}
.liowqe ul li:nth-child(2n) h2{
	text-align: left;
	margin-left: 30px;
}
.liowqe ul li:nth-child(2n) .liowqe_c{
	text-align: left;
	float: left;
	margin-left: 30px;
}
.liowqe ul li i{
	width: 20px;
	height: 20px;
	background: #000;
	position: absolute;
	right: -9px;
	top: 16px;
	border-radius: 50%;
	display: block;
	z-index: 99;
}
.liowqe ul li:nth-child(2n) i{
	left: -9px;
	right: auto;
	background: #999999;
}
.liowqe ul li:nth-child(1) i{
	top: 0;
}
.liowqe font{
	display: block;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.xintou{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 120px;
}
.xintou ul{
	width: 100%;
	overflow: hidden;
}
.xintou ul li{
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 10px
}
.xintou_img{
	width: 330px;
	overflow: hidden;
	float: left;
}
.xintou_img img{
	width: 100%;
	height: auto;
}
.isods{
	width: 860px;
	overflow: hidden;
	float: left;
	transition: all 0.5s;
}
.xintou ul li:hover .isods{
	box-shadow: 0px 0px 6px 3px #eaeaea;
}
.xintou ul li:hover .xintou_r{
	border: none;
}
.xintou_r{
	width: 90%;
	overflow: hidden;
	float: right;
	border-bottom: #cccccc 1px solid;
	padding-bottom: 10px;
}
.xintou_r h1{
	font-size: 22px;
	color: #000000;
	font-weight: inherit;
	margin-top: 20px;
}
.xintou_r span{
	background-image: url(../images/asdasd_09.jpg);
	background-position: left center;
	background-size: 21px 22px;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	display: block;
}
.xintou_r p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 20px;
}
.xintou_r>a{
	display: block;
	width: 110px;
	height: 36px;
	text-align: center;
	line-height:36px;
	border: #005ba0 1px solid;
	font-size: 14px;
	color: #005ba0;
	border-radius: 5px;
	margin-top: 10px;
}
.xintou_r>a:hover{
	background: #005ba0;
	color: #fff;
}
.show{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.show h1{
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	border-bottom: #ababab 1px solid;
	padding-bottom: 20px;
}
.show h1 span{
	background-image: url(../images/asdasd_09.jpg);
	background-position: left center;
	background-size: 21px 22px;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 26px;
	float: right;
}
.show_cen{
	width: 83%;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.show_cen img{
	width: 100%;
	height: auto;
}
.bshare-custom{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	border-bottom: #cccccc 1px solid;
	padding-bottom: 20px;
}
.bshare-custom img{
	width: 28px;
	height: 29px;
	float: left;
}
.bshare-weixin{
	width: 28px !important;
	height: 29px !important;
	display: block;
	float: left;
	margin-left: 20px;
	background: url(../images/oosid_20.jpg) no-repeat center !important;
}
.bshare-qzone{
	width: 28px !important;
	height: 29px !important;
	display: block;
	float: left;
	margin-left: 20px;
	background: url(../images/oosid_22.jpg) no-repeat center !important;
}
.bshare-sinaminiblog{
	width: 28px !important;
	height: 29px !important;
	display: block;
	float: left;
	margin-left: 20px;
	background: url(../images/oosid_24.jpg) no-repeat center !important;
}
.fanert{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.fanert span{
	font-size: 14px;
	color: #666666;
}
.fanert span:nth-child(2){
	float: right;
}



.fi{
	width: 100%;
	overflow: hidden;
	margin: auto;
	background: #282828;
}
.fi_cc{
	width: 1200px;
	overflow: hidden;
	margin: 55px auto 30px;
}
.fi_logo{
	width: 27%;
	overflow: hidden;
	float: left;
}
.fi_logo img{
	width: 100%;
	height: auto;
}
.fi_cc ul{
	float: left;
	margin-left: 70px;
}
.fi_cc ul li{
	overflow: hidden;
}
.fi_cc ul li p{
	background: url(../images/asad_18.jpg) no-repeat left center;
	padding-left: 25px;
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin-right: 60px;
}
.fi_cc ul li p:nth-child(2){
	float: left;
	background: url(../images/asad_20.jpg) no-repeat left center;
}
.fi_cc ul li:nth-child(2){
	background: url(../images/asad_25.jpg) no-repeat left center;
	margin-top: 14px;
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
	padding-left: 25px;
}
.fi_er{
	width: 82px;
	overflow: hidden;
	float: right;
	margin-right: 100px;
}
.fi_er img{
	width: 100%;
	height: auto;
}
.fi_er p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.footer{
	width: 100%;
	overflow: hidden;
	background: #323232;
}
.footer_cen{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.footer_cen ul{
	float: left;
}
.footer_cen ul li{
	float: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
}
.footer_cen ul li.op{
	color: #d62334;
}
.footer_cen ul li a{
	border-left: #a9a9a9 1px solid;
	padding: 0 35px;
	line-height: 
}
.footer_cen ul li:nth-child(1) a{
	border: none;
	padding-left: 0;
}
.footer_cen p{
	float: right;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	margin-right: 40px;
}
.qixiaer{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
}
.qixiaer img{
	width: 100%;
	height: auto;
	display: none;
}
.qixiaer ul{
	width: 360px;
	height: 100%;
	background: #d62334;
}
.qixiaer ul p{
	height: 100px;
	font-size: 36px;
	color: #ffffff;
	text-align: left;
	line-height: 90px;
	padding-left: 10px;
}

.qixiaer ul li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	
	font-size: 18px;
	color: #ffffff;
	transition: all 0.5s;
}
.qixiaer2 ul li{

	height: 50px;
	line-height: 50px;

}
.qixiaer ul li:hover{
	background: #c31f2e;
}
.qixiaer ul li a{
	display: block;
	padding-left: 10px;
}
.nuostu{
	width: 100%;
	overflow: hidden;
	margin: auto;
}
.nuostu ul{
	width: 100%;
	overflow: hidden;
}
.nuostu ul li{
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}
.nuostu_oio{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.nuostu ul li:nth-child(2n){
	background: none;
}
.nuostu ul li h1{
	width: 100%;
	overflow: hidden;
	font-size: 36px;
	color: #333333;
	margin-top: 80px;
	text-align: right;
	font-weight: inherit;
}
.nuostu ul li:nth-child(2n) h1{
	text-align: left;
}
.nuostu_spo{
	width: 83%;
	float: right;
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 180px;
}
.eriwyi{
	width: 46%;
	overflow: hidden;
	float: right;
	margin-top: 65px;
	margin-bottom: 80px;
	margin-right: 30px;
}
.nuostu_owe{
	width: 100%;
	height: 300px;
	overflow:auto;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	
}
.nuostu_owe::-webkit-scrollbar{
	width: 2px;
}
.nuostu_owe::-webkit-scrollbar-thumb{
	background: #999;
}
.eriwyi a{
	width: 130px;
	height: 36px;
	font-size: 14px;
	color: #005ba0;
	text-align: center;
	line-height: 36px;
	border: #005ba0 1px solid;
	border-radius: 10px;
	display: block;
	margin-top: 30px;
}
.eriwyi a:hover{
	background: #005ba0;
	color: #fff;
}
.nuostu_img{
	width: 56%;
	overflow: hidden;
	position: absolute;
	top: 200px;
	left: 0;
	border-radius: 10px;
}
.nuostu_img img{
	width: 100%;
	height: auto;
}
.nuostu ul li:nth-child(2n) .nuostu_spo{
	background: #f4f4f4;
	float: left;
}
.nuostu ul li:nth-child(2n) .nuostu_spo{
	float: left;
}
.nuostu ul li:nth-child(2n) .nuostu_img{
	right: 0;
	left: auto;
}
.nuostu ul li:nth-child(2n) .eriwyi{
	float: left;
	padding-left: 10px;
	margin-left: 25px;

}

.show_qixia{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 80px;
}
.show_qixia h1{
	font-size: 26px;
	color: #333333;
	font-weight: inherit;
	text-align: center;
}
.show_qixic{
	width: 83%;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.podsau ul li , .podsau ul p{
	padding-left: 80px;
}
.jinguter{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.jinguter ul{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}
.jinguter ul li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
	position: relative;
}
.jinguter ul li img{
	width: 60%;
	height: auto;
	float: right;
	border-radius: 10px;
}
.jinguter ul li:nth-child(2n) img{
	float: left;
}
.jinguter_cc{
	width: 55%;
	overflow: hidden;
	position: absolute;
	background: rgba(255,255,255,0.8);
	top: 40%;
	left: 1%;
	transform: translate(0,-50%);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.jinguter ul li:nth-child(2n) .jinguter_cc{
	right: 1%;
	left: auto;
}
.jinguter_cc h1{
	font-size: 36px;
	color: #333333;
	text-align: center;
	font-weight: inherit;
	margin-top: 60px;

}
.eruyety{
	width: 95%;
	overflow: hidden;
	margin: auto;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: 30px;
}
.eruyety a{
	display: block;
	width: 110px;
	height: 36px;
	font-size: 16px;
	border: #005ba0 1px solid;
	text-align: center;
	line-height: 36px;
	color: #005ba0;
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius: 5px;
}
.eruyety a:hover{
	background: #005ba0;
	color: #fff;
}
.show_jin{
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
}
.show_jin_p{
	width: 1200px;
	overflow: hidden;
	background: #fff;
	margin: auto;
}
.show_jin_p h1{
	font-size: 26px;
	color: #333333;
	width: 98%;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	font-weight: inherit;
}
.show_jin_cc{
	width: 98%;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 100px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.show_jin_cc img{
	width: 80%;
	height: auto;
	margin: auto;
}
.ganzry{
	width: 1200px;
	overflow: hidden;
	margin: 117px auto 100px;
}
.ganzry_l{
	width: 36%;
	overflow: hidden;
	float: left;
}
.ganzry_l h1{
	font-size: 36px;
	color: #333333;
	margin-top: 50px;
	font-weight: inherit;
}
.ganzry_l p{
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	margin-top: 50px;
}
.ganzry_l a{
	width: 150px;
	height: 50px;
	background: #005ba0;
	font-size: 16px;
	color: #fbf9f8;
	display: block;
	border-radius: 8px;
	line-height: 50px;
	padding-left: 10px;
	margin-top: 160px;
	background-image: url(../images/qweew_12.png);
	background-repeat: no-repeat;
	background-size: 24px 16px;
	background-position: center right 10px;
}
.ganzry img{
	width: 60%;
	height: auto;
	float: right;
}
.ineruy{
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}
.ineruy_c{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.ineruy_c h1{
	font-size: 36px;
	color: #333333;
	margin-top: 100px;
	font-weight: inherit;
}
.ineruy_c p{
	font-size: 26px;
	color: #dddddd;
}
.ineruy_c i{
	display: block;
	width: 100px;
	height: 3px;
	background: #d62334;
	margin-top: 5px;
}
.neteut{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.neteut>ul{
	width: 100%;
	overflow: hidden;
}
.neteut>ul>li{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	border-radius: 5px;
	float: left;
	cursor: pointer;
}
.neteut>ul>li.opi{
	background: #005ba0;
	color: #fff;
}
.oweuyt{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.oweuyt_c{
	width: 100%;
	overflow: hidden;
	background: #fff;
	display: none;
}
.weasy{
	display: block;
}
.odios{
	width: 100%;
	overflow: hidden;
	margin-top: 36px;
}
.odios img{
	width: 42%;
	height: auto;
	float: left;
}
.tsydusy{
	width: 44%;
	overflow: hidden;
	float: left;
	margin-left: 30px;
}
.tsydusy h2{
	font-size: 18px;
	color: #333333;
	font-weight: inherit;
	margin-top: 27px;
}
.tsydusy h2 span{
	font-size: 30px;
}

.tsydusy p{
	font-size: 18px;
	color: #333333;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tsydusy_cs{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.weasy .swiper-button-next{
	top: auto;
	bottom: 0;
	right: 100px;
	width: 30px;
	height: 30px;
	border: #005ba0 1px solid;
	--swiper-navigation-size: 10px;
}
.weasy .swiper-button-prev{
	top: auto;
	bottom: 0;
	right: 160px;
	left: auto;
	width: 30px;
	height: 30px;
	border: #005ba0 1px solid;
	--swiper-navigation-size: 10px;
}
.weasy .swiper-button-next:hover , .weasy .swiper-button-prev:hover{
	background: #005ba0;
	color: #fff;
}
.dosidoi{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 20px;
}
.dosidoi ul{
	width: 100%;
	overflow: hidden;
}
.dosidoi ul li{
	width: 42%;
	overflow: hidden;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.dosidoi ul li:nth-child(2n+1){
	margin-left: 0px;
}
.dosidoi ul li p{
	font-size: 16px;
	color: #666666;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.dosidoi ul li span{
	font-size: 16px;
	color: #999999;
	float: right;
	display: block;
}
.dosidoi ul li:hover p{
	color: #005ba0;
}
.dosidoi ul li:hover span{
	color: #005ba0;
}
.jyrteu{
	width: 100%;
	overflow: hidden;
}
.jyrteu_cc{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.jyrteu_cc>img{
	width: 100%;
	height: auto;
}
.ouryut{
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-50%,0%);
}
.ouryut h1{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	font-weight: inherit;
}
.ouryut p{
	font-size: 26px;
	color: #bbbbbb;
	text-align: center;
}
.ouryut a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #005ba0;
	margin: auto;
	margin-top: 55px;
	background-image: url(../images/qweew_12.png);
	background-size: 24px 16px;
	background-repeat: no-repeat;
	background-position: center center;

}

.dsuty{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.osido{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	background: #ffffff;
	box-shadow: 0px 5px 5px 3px #dedede;
	margin-top: -60px;
	z-index: 10;
	position: relative;
}
.osido ul{
	width: 100%;
	overflow: hidden;
}
.osido ul li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-left: #dddddd 1px solid;
	margin:auto;
	margin-top: 40px;
	position: relative;
	margin-bottom: 30px;
	background-size: 52px 50px;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.5s;
}
.osido ul li:nth-child(1){
	border: none;
	background-image: url(../images/sadasd_62.png);
}
.osido ul li:nth-child(2){
	background-image: url(../images/sadasd_64.png);
}
.osido ul li:nth-child(3){
	background-image: url(../images/sadasd_67.png);
}
.osido ul li:nth-child(4){
	background-image: url(../images/sadasd_69.png);
}
.osido ul li:nth-child(5){
	background-image: url(../images/sadasd_71.png);
}

.osido ul li:nth-child(1):hover{
	background-image: url(../images/qwe_03.png);
}
.osido ul li:nth-child(2):hover{
	background-image: url(../images/qwe_05.png);
}
.osido ul li:nth-child(3):hover{
	background-image: url(../images/qwe_07.png);
}
.osido ul li:nth-child(4):hover{
	background-image: url(../images/qwe_09.png);
}
.osido ul li:nth-child(5):hover{
	background-image: url(../images/qwe_11.png);
}
.osido ul li a>img{
	width: 52px;
	height: auto;
	margin: auto;
}
.osido ul li  p{
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding-top: 80px;
}
.dhshuy{
	width: 160px;
	height: 4px;
	margin: auto;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0%);
	opacity: 0;
	transition: all 0.5s;
}
.dhshuy img{
	width: 100%;
	height: 100%;
}
.osido ul li:hover .dhshuy{
	opacity: 1;
}
.distsuy{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	position: relative;
}
.distsuy h1{
	font-size: 36px;
	color: #333333;
	font-weight: inherit;
}
.distsuy p{
	font-size: 26px;
	color: #dddddd;
}
.distsuy i{
	display: block;
	width: 100px;
	height: 3px;
	background: #d62334;
	margin-top: 5px;
}
.uyeroi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	position: relative;
}
.uyeroi img{
	width: 800px;
	height: auto;
	float: right;
	border-radius: 10px;
}

.swiper-container {
      width: 100%;
      height: 100%;
}
.outeuy{
	width: 520px;
	overflow: hidden;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 1%;
	transform: translate(0%,-50%);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.uyeroi .swiper-slide{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.outeuy h1{
	width: 80%;
	overflow: hidden;
	margin: auto;
	font-size: 36px;
	color: #333333;
	margin-top: 170px;
	font-weight: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}
.odusi{
	width: 80%;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.osduys{
	width: 80%;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 80px;
}
.osduys a{
	width: 110px;
	height: 36px;
	font-size: 14px;
	color: #005ba0;
	border: #005ba0 1px solid;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	display: block;
}
.dosiod{
	width: 150px;
	height: 30px;
	position: absolute;
	top: 70px;
	left: 175px;
}
.dosiod .swiper-button-next{
	width: 30px;
	height: 30px;
	border: #005ba0 1px solid;
	color: #005ba0;
	--swiper-navigation-size: 12px;
}
.dosiod .swiper-button-prev{
	width: 30px;
	height: 30px;
	border: #005ba0 1px solid;
	color: #005ba0;
	--swiper-navigation-size: 12px;
}
.dosiod .swiper-button-prev:hover , .dosiod .swiper-button-next:hover{
	background: #005ba0;
	color: #fff;
}
.dosiod .swiper-pagination{
	bottom: -8px;
}
.dosiod .swiper-pagination-current{
	color: #005ba0;
	font-size: 20px;
}
.dosiod .swiper-pagination-fraction{
	font-size: 20px;
}
.asiud .gallery-thumbs {
	width: 80%;
	overflow: hidden;
	margin: auto;
}
.gallery-thumbs .swiper-slide{
	width: 60px !important;
	height: 4px !important;
	background: #b2cde2 !important;
	border-radius: 50px;
}
.dosidui{
	width: 520px;
	overflow: hidden;
	position: absolute;
	bottom: 100px;
	z-index: 99;	
	left: 1%;
}
.uyeroi .gallery-thumbs{
	width: 80%;
	
	overflow: hidden;
	
}
.uyeroi .swiper-slide-thumb-active{
	background: #005ba0 !important;
}




.swiper-container {
      width: 100%;
     overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }



























#pages {
    padding: 10px 0 0px;
    width: 100% ;
    overflow: hidden;
    text-align: -webkit-center;
    font-size: 14px;
}
#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333; 
    padding:0 10px
}
#pages a.a1 {
    width: 56px;
    padding: 0
}
#pages a: hover{
    background: #f1f1f1;
    color: #000; 
    text-decoration:none ;
}
#pages span {
    display: inline - block;
    height: 22px;
    line-height: 22px;
    background: #005ba0;
    border: 1px solid #005ba0;
    color: #fff;
    text-align: center;
    padding: 0 10px
}
.page.noPage {
    display: inline - block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}













