/*
 * 
 */

.bar {
	color: #308ffc;
	border-bottom: #308ffc solid 3px;
}


/*
 * header
 */

header {
	height: 80px;
	box-shadow: 0px 2px 9.9px 1.1px rgba(48, 143, 252, 0.1);
	position: relative;
	z-index: 100;
}

header .w1200 .logo {
	margin: 13px 0;
}

header .w1200 .logo span:first-child {
	font-size: 24px;
	color: #308ffc;
	margin: 0 10px 0 15px;
	font-family: "arial, helvetica, sans-serif";
}

header .w1200 .logo span:last-child {
	font-size: 18px;
	color: #151b27;
}

header nav {
	margin-left: 112px;
}

header nav,
header nav a,
header nav button {
	float: left;
}

header nav,
header nav a {
	color: #666e7d;
	font-size: 16px;
}

header nav a {
	padding: 25px 18px;
}

header nav a:hover {
	color: #308ffc;
	/*border-bottom: #308ffc solid 3px;*/
}

header nav button {
	font-size: 14px;
	width: 100px;
	height: 36px;
	margin: 20px 10px;
	background: white;
	color: #308ffc;
	border: solid #308ffc 1px;
	box-sizing: border-box;
}

header nav button:last-child {
	background: #308ffc;
	border: none;
	color: white;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.index_ban .swiper-wrapper .swiper-slide img {
	height: 650px!important;
}
.swiper-container .swiper-wrapper .swiper-slide img {
	position: relative;
	z-index: 1;
}

.swiper-container .swiper-wrapper .swiper-slide h5,
.swiper-container .swiper-wrapper .swiper-slide h6,
.swiper-container .swiper-wrapper .swiper-slide a {
	color: white;
	position: absolute;
	z-index: 10;
	left: 55%;
}

.swiper-container .swiper-wrapper .swiper-slide h5 {
	font-size: 42px;
	font-weight: 600;
	top: 220px;
}

.swiper-container .swiper-wrapper .swiper-slide h6 {
	font-size: 18px;
	top: 300px;
}

.swiper-container .swiper-wrapper .swiper-slide a {
	font-size: 18px;
	padding: 5px 23px;
	border: solid white 1px;
	box-sizing: border-box;
	top: 360px;
}


/*
 * header End
 */

.menu {
	width: 300px;
	height: 570px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 80px;
	z-index: 99;
}

.menu a {
	padding: 19.5px 23px;
	display: block;
	position: relative;
	border-bottom: solid #b6b7b7 1px;
	box-sizing: border-box;
}

.menu a:last-child {
	border: none;
}

.menu a h5 {
	font-size: 16px;
	color: #222222;
}

.menu a h6 {
	font-size: 14px;
	color: #555555;
}

.menu a img {
	position: absolute;
	z-index: -1;
	bottom: 27px;
	right: 27px;
}

.menu a:hover h5 {
	text-decoration: underline;
}


/*
 * num-con
 */

.nun-con {
	height: 300px;
	position: relative;
}

.nun-con .nun-con-bg {
	position: absolute;
	top: -77px;
	left: -40px;
	z-index: 98;
}

.nun-con ul li {
	width: calc((100% - 150px) / 3);
	text-align: center;
	float: left;
	margin-top: 75px;
	padding-left: 50px;
}

.nun-con ul li p {
	font-size: 32px;
	color: #136edd;
	margin-top: 43px;
}

.nun-con ul li h6 {
	font-size: 18px;
	color: #888888;
}

.yycj {
	background: #f5f7fa;
	height: 620px;
	overflow: hidden;
}

.yycj h3 {
	font-size: 30px;
	font-weight: 600;
	color: #136edd;
	text-align: center;
	margin-top: 50px;
}

.yycj p {
	font-size: 16px;
	color: #777777;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.swiper-container-2 {
	position: relative;
	/*overflow: hidden;*/
	background: #f5f7fa;
}

.swiper-container-2 .swiper-wrapper .swiper-slide ul li {
	width: 225px;
	height: 300px;
	box-shadow: 0px 2px 9px 1px rgba(138, 138, 138, 0.1);
	float: left;
	margin-right: 18.75px;
}

.swiper-container-2 .swiper-wrapper .swiper-slide ul li:hover {
	box-shadow: 0px 10px 14.94px 3.06px rgba(138, 138, 138, 0.19);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.swiper-container-2 .swiper-wrapper .swiper-slide ul li:last-child {
	margin-right: 0;
}

.swiper-container-2 .swiper-wrapper .swiper-slide ul li h6 {
	font-size: 16px;
	color: #353535;
	padding: 25px 0;
}

.swiper-container-2 .swiper-button-prev,
.swiper-container-2 .swiper-button-next {
	background: rgba(0, 0, 0, .2);
	border-radius: 4px;
	width: 35px;
	height: 60px;
}

.swiper-container-2 .swiper-button-prev img,
.swiper-container-2 .swiper-button-next img {
	padding: 10px 7px;
}

.xcxpt {}

.xcxpt h4 {
	font-size: 30px;
	font-weight: 600;
	color: #136edd;
	margin-top: 80px;
	text-align: center;
}

.xcxpt .w1200 dl {
	margin-top: 130px;
	width: 100%;
	float: left;
}

.xcxpt .w1200 dl dt,
.xcxpt .w1200 dl dd {
	float: left;
	width: 50%;
}

.xcxpt .w1200 dl dd {
	width: calc(50% - 60px);
	padding-left: 60px;
	margin-top: 40px;
}

.xcxpt .w1200 dl dd h5 {
	font-size: 26px;
	font-weight: 600;
	color: #353535;
}

.xcxpt .w1200 dl dd h6 {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 2;
}

.xcxpt .w1200 dl dd p {
	width: 89%;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin: 30px 0 40px;
	width: 89%;
}

.xcxpt .w1200 dl dd a {
	font-size: 14px;
	color: #308ffc;
	border: solid #308ffc 1px;
	box-sizing: border-box;
	padding: 8.5px 22px;
}

.dir {
	color: #308ffc;
	border-bottom: #308ffc solid 3px;
}

.xcxpt .w1200 dl:nth-child(2) dt {
	float: right;
}

.xcxpt .w1200 dl:nth-child(2) dd {
	float: left;
	margin-top: 90px;
}

.xcxpt .w1200 dl:nth-child(3) dd {
	float: left;
	margin-top: 120px;
}

.fwhy {
	height: 417px;
	background: #f5f7fa;
	text-align: center;
}

.fwhy h4 {
	font-size: 30px;
	font-weight: 600;
	color: #136edd;
	margin: 65px auto 80px
}

.fwhy .w1200 ul li {
	float: left;
	width: 20%;
}

.fwhy .w1200 ul li h5 {
	font-size: 18;
	color: #666666;
	margin-top: 35px;
}

.hzhb {
	height: 810px;
	text-align: center;
}

.hzhb h4 {
	font-size: 30px;
	font-weight: 600;
	color: #136edd;
	margin: 100px auto 25px;
}

.hzhb h6 {
	font-size: 16px;
	color: #888888;
}

.hzhb a {
	display: flex;
	width: 25%;
	height: 160px;
	float: left;
}

.hzhb a:hover {
	box-shadow: 0px 10px 14.94px 3.06px rgba(138, 138, 138, 0.19);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hzhb a img {
	align-self: center;
	margin: 0 auto;
}

.ggby {
	position: relative;
	height: 550px;
}

.ggby .w1200 li {
	float: left;
	width: 50%;
	color: white;
}

.ggby .w1200 li h5 {
	font-size: 38px;
	margin-top: 200px;
}

.ggby .w1200 li h6 {
	font-size: 24px;
	margin-bottom: 50px;
}

.ggby .w1200 li a {
	font-size: 18px;
	padding: 10px 25px;
	border: solid white 1px;
	box-sizing: border-box;
	color: white;
}

.ggby .w1200 li img {
	margin: 148px 0 0 17px
}

footer {
	color: #a4abb4;
	text-align: center;
	padding-bottom: 40px;
}

footer a {
	color: #a4abb4;
}

footer ul {
	float: left;
	text-align: left;
	margin-top: 110px;
}

footer .shu {
	height: 260px;
	border-left: solid #6f7781 1px;
	box-sizing: border-box;
	width: 0;
	float: left;
	margin: 53px 80px 0;
}

footer ul:nth-child(2),
footer ul:nth-child(3),
footer ul:nth-child(4) {
	margin-right: 80px;
}

footer .heng {
	border-top: solid #6f7781 1px;
	box-sizing: border-box;
	margin: 60px 0 25px;
}

footer h6,
footer p {
	font-size: 12px;
	text-align: center;
	line-height: 2;
}


/*
 */


/*********************************
 *** wsc.html
 *********************************/


/*
 */

.wsc_ban {}

.wsc_ban .swiper-wrapper .swiper-slide h5,
.wsc_ban .swiper-wrapper .swiper-slide h6,
.wsc_ban .swiper-wrapper .swiper-slide p,
.wsc_ban .swiper-wrapper .swiper-slide a {
	color: black;
	position: absolute;
	z-index: 10;
	left: 55%;
}

.wsc_ban .swiper-wrapper .swiper-slide h5 {
	font-size: 42px;
	font-weight: 600;
	top: 21%;
}

.wsc_ban .swiper-wrapper .swiper-slide h6 {
	font-size: 18px;
	top: 39%;
	color: 333333;
}

.wsc_ban .swiper-wrapper .swiper-slide p {
	font-size: 18px;
	top: 70%;
}

.wsc_ban .swiper-wrapper .swiper-slide a {
	font-size: 18px;
	padding: 5px 23px;
	border-radius: 4px;
	border: none;
	background: #136edd;
	top: 56%;
	color: white;
}

.zzfk {
	height: 550px;
}

.zzfk h4 {
	font-size: 28px;
	color: #353535;
	margin-top: 60px;
}

.zzfk p {
	font-size: 18px;
	color: #999999;
	margin: 6px 0 76px;
}

.zzfk ul li {
	width: calc(100% / 8);
	float: left;
}

.zzfk ul li h6 {
	margin: 35px 0 0;
}

.zzfk a {
	font-size: 18px;
	color: #136edd;
	border: solid #136edd 1px;
	box-sizing: border-box;
	padding: 8px 33px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 85px;
}

.zzfk a:hover {
	background: #136edd;
	color: white;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.glms {
	height: 520px;
	background: #f5f7fa;
	overflow: hidden;
}

.glms p {
	font-size: 14px;
	color: #999999;
}

.glms .w1200 .swiper-container-2 .swiper-wrapper .swiper-slide ul li {
	width: 225px;
	height: 300px;
}

.glms .w1200 .swiper-container-2 .swiper-wrapper .swiper-slide ul li h6 {
	padding: 5px 0 2px;
}

.glms .w1200 .swiper-container-2 .swiper-wrapper .swiper-slide ul li p {
	width: 90%;
	margin: 0 auto;
	text-indent: 1em;
	line-height: 1.7;
}

.sjyl .w1200 dl:nth-child(2n-1) dt,
.sjyl .w1200 dl:nth-child(2n) dd,
.sjyl .w1200 dl:nth-child(2n-1) dt img {
	float: right;
}

.sjyl .w1200 dl:nth-child(2n) dd p {
	/*width: calc(50% - 70px);*/
	width: 83%;
}

.sjyl .w1200 dl:nth-child(2n-1) dt img {
	margin-right: 70px;
	width: 70%;
}

.sjyl .w1200 dl:nth-child(2n-1) dd,
.sjyl .w1200 dl:nth-child(2n) dt,
.sjyl .w1200 dl:nth-child(2n) dt img {
	float: left;
}

.sjyl .w1200 dl:nth-child(2n) dt img {
	width: 70%;
	margin-left: 130px;
}

.sjyl .w1200 dl {
	margin-top: 50px;
}

.footer_2 {
	background: #132436;
}

.footer_2 .w1200 ul {
	margin-top: 58px;
}

.footer_2 .w1200 ul li:first-child {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}

.footer .w1200 ul li a:hover,
.footer_2 .w1200 ul li a:hover {
	text-decoration: underline;
	color: white;
}


/*
 */


/*********************************
 *** wsc.html
 *********************************/


/*
 */

.cy_ban .swiper-wrapper .swiper-slide h5,
.cy_ban .swiper-wrapper .swiper-slide h6,
.cy_ban .swiper-wrapper .swiper-slide p {
	color: white;
	left: 55%;
}

.cy_ban .swiper-wrapper .swiper-slide a {
	background: white;
	color: black;
}

.rjsyhy {
	height: 420px;
}

.rjsyhy .mp100 li {
	width: 20%;
}

.glms .w1200 h4 {
	font-size: 28px;
	font-weight: 600;
	color: #353535;
	text-align: center;
	margin-bottom: 70px;
}

.glms_cy {
	height: 620px;
}

.bfyxal {
	height: 600px;
}

.bfyxal h4 {
	font-size: 32px;
	font-weight: 600;
	color: #136edd;
	text-align: center;
	margin: 90px 0 50px;
}

.rjsyhy_2 .mp100 li {
	width: 20%;
	margin-bottom: 70px;
}

.bfyxal a {
	display: flex;
	width: 20%;
	height: 160px;
	float: left;
}

.bfyxal a:hover {
	box-shadow: 0px 10px 14.94px 3.06px rgba(138, 138, 138, 0.19);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.bfyxal a img {
	align-self: center;
	margin: 0 auto;
}

.ggby_2 {
	height: 420px;
	background: #f5f7fa;
	text-align: center;
}

.ggby_2 h5 {
	font-size: 38px;
	color: #353535;
	margin: 100px auto 20px;
}

.ggby_2 h6 {
	font-size: 22px;
	color: #666666;
	margin-bottom: 45px;
}

.ggby_2 a {
	padding: 15px 0;
	width: 151px;
	font-size: 16px;
	color: white;
	display: inline-block;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(69, 115, 255) 0%, rgb(150, 208, 255) 99%);
	background-image: -webkit-linear-gradient( -90deg, rgb(69, 115, 255) 0%, rgb(150, 208, 255) 99%);
	background-image: -ms-linear-gradient( -90deg, rgb(69, 115, 255) 0%, rgb(150, 208, 255) 99%);
}


/*
 */


/*********************************
 *** wgw.html
 *********************************/


/*
 */

.wgw_ban .swiper-wrapper .swiper-slide h5,
.wgw_ban .swiper-wrapper .swiper-slide h6,
.wgw_ban .swiper-wrapper .swiper-slide p,
.wgw_ban .swiper-wrapper .swiper-slide a {
	left: 475px;
}

.wgw {
	background: #f5f7fa;
}

.wgw .w1200 dl:nth-child(2n) dt,
.wgw .w1200 dl:nth-child(2n-1) dd,
.wgw .w1200 dl:nth-child(2n) dt img {
	float: right;
}

.wgw .w1200 dl:nth-child(2n-1) dd p {
	/*width: calc(50% - 70px);*/
	width: 83%;
}

.wgw .w1200 dl:nth-child(2n) dt img {
	margin-right: 70px;
	width: 70%;
}

.wgw .w1200 dl:nth-child(2n) dd,
.wgw .w1200 dl:nth-child(2n-1) dt,
.wgw .w1200 dl:nth-child(2n-1) dt img {
	float: left;
}

.wgw .w1200 dl:nth-child(2n-1) dt img {
	width: 70%;
	margin-left: 130px;
}


/*
 */


/*********************************
 *** jzxcx.html
 *********************************/


/*
 */

.jzxcx_ban .swiper-wrapper .swiper-slide h5,
.jzxcx_ban .swiper-wrapper .swiper-slide h6,
.jzxcx_ban .swiper-wrapper .swiper-slide p,
.jzxcx_ban .swiper-wrapper .swiper-slide a {
	left: 55%;
}

.jzxcx_glms {
	height: 920px;
	background: #f5f7fa;
}

.jzxcx_glms h4 {
	font-size: 28px;
	color: #353535;
	margin: 85px auto 75px;
}

.jzxcx_glms .w1200 ul {
	margin-bottom: 60px;
}

.jzxcx_glms .w1200 ul li {
	width: 225px;
	height: 300px;
	/*box-shadow: 0px 2px 9px 1px rgba(138, 138, 138, 0.1);*/
	float: left;
	margin-right: 18.75px;
}

.jzxcx_glms .w1200 ul li:hover {
	box-shadow: 0px 10px 14.94px 3.06px rgba(138, 138, 138, 0.19);
	background: white;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.jzxcx_glms .w1200 ul li:last-child {
	margin-right: 0;
}

.jzxcx_glms .w1200 ul li h6 {
	font-size: 16px;
	color: #353535;
	padding: 25px 0;
}

.jzxcx_hzal {
	background: #f5f7fa;
}

.jzxcx_hzal .w1200 a:hover {
	background: white;
}


/*
 */


/*********************************
 *** show.html
 *********************************/


/*
 */

.show_ban {
	height: 500px;
}

.show_ban .swiper-wrapper .swiper-slide h5,
.show_ban .swiper-wrapper .swiper-slide h6,
.show_ban .swiper-wrapper .swiper-slide p,
.show_ban .swiper-wrapper .swiper-slide a {
	left: 21%;
	color: white;
}

.show_ban .swiper-wrapper .swiper-slide a {
	background: none;
	border: solid white 1px;
	border-radius: 0;
	top: 56%;
}

.show_ban .swiper-wrapper .swiper-slide p {
	top: 70%;
}

.show_list {
	height: 560px;
	background: white;
}

.show_list .w1200 h4 {
	margin: 50px 0 0;
}

.show_list .w1200 h5 {
	font-size: 16px;
	color: #777777;
	margin-top: 8px;
	margin-bottom: 50px;
}

.show_nun {
	height: 480px;
}

.show_nun h4 {
	font-size: 32px;
	font-weight: 600;
	color: #136edd;
	margin: 60px 0 70px;
}

.show_nun .w1200 li {
	width: calc(100% / 3);
	float: left;
}

.show_nun .w1200 li h6 {
	font-size: 32px;
	color: #353535;
	line-height: 1.7;
}

.show_nun .w1200 li p {
	font-size: 18px;
	color: #888888;
}

.show_nun a {
	margin-top: 80px;
	border: solid #308ffc 1px;
	color: #308ffc;
	padding: 8px 25px;
	display: inline-block;
}

.show_nun a:hover {
	background: #308ffc;
	color: white;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*
 */


/*********************************
 *** ecard.html
 *********************************/


/*
 */

.ecard {
	background: white;
}

.xcxpt span {
	display: block;
	font-size: 18px;
	color: #999999;
	text-align: center;
}

.ecard_list {
	background: #f5f7fa;
	height: 600px;
}

.ecard_list .w1200 h4 {
	margin: 70px 0 70px;
}

.ecard_list .w1200 ul li {
	background: white;
}


/*
 */


/*********************************
 *** ecard.html
 *********************************/


/*
 */

.login_con {
	/*height: 350px;*/
}
.login_con img {
	height: auto!important;
}

.logo_list {
	height: 685px;
	background: #f8f8f8;
}

.logo_list h4 {
	font-size: 28px;
	color: #353535;
	margin: 70px 0 70px;
}

.logo_list .w1200 ul {
	margin-bottom: 60px;
}

.logo_list .w1200 ul li {
	width: 220px;
	height: 280px;
	/*box-shadow: 0px 2px 9px 1px rgba(138, 138, 138, 0.1);*/
	float: left;
	margin-right: 25px;
	background: white;
	position: relative;
}

.logo_list .w1200 ul li:last-child {
	margin-right: 0;
}

.logo_list .w1200 ul li h6 {
	font-size: 16px;
	color: #353535;
	padding: 15px 0 5px;
}

.logo_list .w1200 ul li p {
	font-size: 14px;
	color: #888888;
}

.logo_list .w1200 ul li span {
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.logo_list .w1200 ul li span h5 {
	font-size: 22px;
	color: white;
	font-weight: 600;
	margin: 100px 0 60px;	
}

.logo_list .w1200 ul li span a {
	display: inline-block;
	padding: 9px 32px;
	color: white;
	background: #308ffc;
}
.logo_list .w1200 ul li:hover span {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
