@charset "utf-8";
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
	font: 14px 微软雅黑;
	color: #444;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #DFDFDF;
}
.bg {
	background-color: #B0C4DE;
}
.bg1 {
	background-color: #CAFF70;
}
.bg2 {
	background-color: #FFC1C1;
}
.bg3 {
	background-color: #FFA07A;
	overflow: hidden;
}
.bg4 {
	background-color: white;
}
.hj200 {
	line-height: 200%;
}
.mt30 {
	margin-top: 30px
}
.mt20 {
	margin-top: 20px
}
.mt10 {
	margin-top: 10px
}
.w0 {
	width: 100%;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1240 {
	width: 1240px;
	margin: 0 auto;
}
.w1140 {
	width: 1140px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	outline: none;
	color: #666;
	transition: 0.2s;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
}
li {
	list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0
}
body {
	padding-top: 10% !important;
}
/*header start*/
.header {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	top: 0;
}
.header .head_top {
	height: 35px;
	background: #efefef;
	line-height: 35px;
	border-bottom: 1px solid #dfdfdf
}
.header .head_top a {
	padding: 0 15px;
}
.header .head_top a:nth-child(3) {
	padding-right: 0px
}
.header .head_body {
	height: 100px;
}
.header .head_body .hb_con {
	padding: 39px 0 0 15px;
}
.header .head_body .hb_con p {
	font-size: 16px;
	line-height: 180%
}
.header .tel {
	padding: 17px 0 15px 90px;
	background: url(../images/tel.png) no-repeat center left;
}
.header .tel p {
	line-height: 30px;
	font-size: 17px;
}
.header .tel b {
	font-size: 28px;
	color: #005a9e;
}
.header .head_nav {
	height: 55px;
	background: #005a9e;
}

.header .head_nav ul {
	    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header .head_nav li {
	width: 133px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	background: url(../images/navline.jpg) no-repeat center right;
}
.header .head_nav li a {
	color: #fff;
}
.header .head_nav li:hover {
	background: #7f3060;
}
.logo {
	width: 85px;
	margin-top: 10px;
}
.logo img {
	width: 100%
}
.ttile {
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	font-family: cursive;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*search start*/
.search {
	height: 60px;
	background: #eee;
	border-bottom: 2px solid #ccc;
	line-height: 60px;
}
.search b {
	font-size: 16px;
	color: #0163AC
}
.search a {
	margin-right: 10px;
	font-size: 15px;
}
.search a:hover {
	color: #0163AC
}
.search form {
	position: relative;
	left: -50px;
	top: 10px;
}
.search_form {
	position: relative;
	height: 31px;
	margin: 5px 0;
	display: inline-block;
}
.search_form:hover {
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999
}
.sinput {
	float: left;
	width: 200px;
	height: 21px;
	line-height: 21px;
	padding: 4px 7px;
	color: #b3b3b3;
	border: 1px solid #999;
	border-radius: 2px 0 0 2px;
	background-color: #fbfbfb;
}
.sbtn {
	float: left;
	width: 50px;
	height: 31px;
	padding: 0 12px;
	margin-left: -1px;
	border-radius: 0 2px 2px 0;
	border: 1px solid #4d90fe;
	background-color: #0163AC;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	color: #f3f7fc;
	position: absolute;
	_left: 270px;
	_top: 0
}
.sbtn:hover {
	background: #4084f2
}
.s_left {
	width: 680px;
}
.s_right {
	width: 430px;
}
/*search end*/

/*product start*/
.product {
	padding: 50px 0
}
.product .pro_body .pro_list {
	margin: 30px auto 10px;
	text-align: center;
}
.product .pro_body .pro_list a {
	display: inline-block;
	padding: 0px 25px;
	font-size: 17px;
	border-right: 1px solid #aaa;
	color: #666
}
.product .pro_body .pro_list a:nth-last-of-type(1) {
	border: none;
}
.product .pro_body .pro_list a:hover {
	color: #0163AC
}
.product .pro_body ul li {
	width: 260px;
	border: 2px solid #dfdfdf;
	margin-left: 48px;
	margin-top: 30px;
	transition: all 0.2s ease-in;
}
.product .pro_body ul li:nth-child(1) {
	margin-left: 0px;
}
.product .pro_body ul li:nth-child(5) {
	margin-left: 0px;
}
.product .pro_body ul li:nth-child(9) {
	margin-left: 0px;
}
.product .pro_body ul li p {
	width: 260px;
	height: 37px;
	background: #dfdfdf;
	line-height: 37px;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.product .pro_body ul li:hover {
	border-color: #0163AC
}
.product .pro_body ul li:hover p {
	background: #0163AC;
	color: #fff
}
.product .pro_body ul li .img {
	width: 260px;
	height: 260px;
	overflow: hidden
}
.product .pro_body ul li .img img {
	width: 260px;
	height: 260px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}
.product .pro_body ul li:hover .img img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}
/*product end*/

/*adv start*/
.advantage .title {
	height: 145px;
	background: url(../images/adv_title.png) no-repeat center;
}
.advantage .adv_body {
	margin: 30px auto 10px auto;
	height: auto;
	background: url(../images/adv.jpg) no-repeat center;
}
.advantage .adv_body .adv_con:nth-child(1) {
	width: 550px;
	margin-left: 85px;
	position: relative;
	top: 50px;
}
.advantage .adv_body .adv_con:nth-child(2) {
	width: 550px;
	margin-left: 85px;
	position: relative;
	top: 102px;
}
.advantage .adv_body .adv_con:nth-child(3) {
	width: 520px;
	margin-left: 85px;
	float: right;
	position: relative;
	top: 220px;
}
.advantage .adv_body .adv_con:nth-child(4) {
	width: 520px;
	margin-left: 85px;
	float: right;
	position: relative;
	top: 270px;
}
.advantage .adv_body .adv_con b {
	font-size: 30px;
	color: #005a9e
}
.advantage .adv_body .adv_con:nth-child(1) em {
	display: block;
	width: 364px;
	height: 7px;
	background: url(../images/adv_03.jpg) repeat-x;
	margin: 10px 0
}
.advantage .adv_body .adv_con:nth-child(2) em {
	display: block;
	width: 272px;
	height: 7px;
	background: url(../images/adv_03.jpg) repeat-x;
	margin: 10px 0
}
.advantage .adv_body .adv_con:nth-child(3) em {
	display: block;
	width: 292px;
	height: 7px;
	background: url(../images/adv_03.jpg) repeat-x;
	margin: 10px 0
}
.advantage .adv_body .adv_con:nth-child(4) em {
	display: block;
	width: 273px;
	height: 7px;
	background: url(../images/adv_03.jpg) repeat-x;
	margin: 10px 0
}
.advantage .adv_body .adv_con p {
	font-size: 15px;
	line-height: 160%
}
/*adv end*/

/*yxtt start*/
.yxtt {
	height: 230px;
	background: url(../images/advbg1.jpg) no-repeat center center;
	margin: 40px 0 50px 0;
}
/*yxtt end*/

/*case start*/
.case .case_body {
	margin: 35px auto 25px;
}
.case .case_body ul li {
	width: 280px;
	height: 210px;
	overflow: hidden;
	position: relative;
	margin-left: 25px;
	margin-bottom: 22px;
}
.case .case_body ul li img {
	width: 280px;
	height: 210px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}
.case .case_body ul li:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}
.case .case_body ul li:nth-child(1) {
	width: 590px;
	height: 442px;
	margin: 0
}
.case .case_body ul li:nth-child(1) img {
	width: 590px;
	height: 442px;
}
.case .case_body ul li p {
	display: block;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}
/*case end*/

/*company start*/
.company {
	padding: 50px 0;
	background: url(../images/combg.jpg) no-repeat center top;
}
.company .com_body {
	padding-top: 30px;
}

.company .com_body video {    width: 435px;}

.com_con {
	width: 735px;
}
.com_con b {
	font-size: 17px;
	color: #0163AC;
	margin-bottom: 15px;
	display: inline-block;
}
.com_con p {
	color: #666;
	line-height: 180%;
	text-indent: 2em;
}
.com_con a {
	display: block;
	width: 120px;
	height: 30px;
	background: #0163AC;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-top: 17px;
}
.gshj {
	padding-top: 20px;
	overflow: hidden;
}
.gshj .picMarquee-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	left: 20px;
}
.gshj .picMarquee-left .tempWrap {
	width: 1200px!important;
	overflow: hidden;
}
.gshj .strengthMain {
	overflow: hidden;
	margin-top: 35px;
}
.gshj .strengthMain li {
	float: left;
	width: 230px;
	height: 172.5px;
	overflow: hidden;
	background: #000;
	position: relative;
	margin: 0 10px
}
.gshj .strengthMain li img {
	width: 230px;
	height: 172.5px;
	transition: all .5s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.gshj .strengthMain li .font {
	width: 230px;
	height: 172.5px;
	top: 0;
	left: 0;
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 0px;
}
.gshj .strengthMain li .font h3 {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 32px;
	background: url(../images/imghoverbg.png) no-repeat center;
	position: relative;
	top: 141px;
	display: none;
}
.gshj .strengthMain li:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.gshj .strengthMain li:hover .font h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 190px;
	background: none;
	position: relative;
	top: 0
}
.gshj .strengthMain li .font::before, .strengthMain li .font::after {
	position: absolute;
	content: '';
	opacity: 0;
	transition: all 0.5s;
}
.gshj .strengthMain li .font::before {
	top: 25px;
	right: 15px;
	bottom: 25px;
	left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.gshj .strengthMain li .font::after {
	top: 15px;
	right: 25px;
	bottom: 15px;
	left: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
	transform-origin: 100% 0;
}
.gshj .strengthMain li:hover .font::before, .strengthMain li:hover .font::after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
}
/*company end*/

/*new start*/
.new {
	padding: 50px 0;
}
.new .new_l {
	width: 725px;
}
.new .new_l .slideTxtBox {
	width: 725px;
	text-align: left;
}
.new .new_l .slideTxtBox .hd {
	height: 45px;
	line-height: 45px;
	position: relative;
	border-bottom: 1px solid #C8C8C8
}
.new .new_l .slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 45px;
}
.new .new_l .slideTxtBox .hd ul li {
	width: 170px;
	float: left;
	cursor: pointer;
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
}
.new .new_l .slideTxtBox .hd ul li em {
	display: inline-block;
	width: 45px;
	height: 45px;
	float: left;
	background: url(../images/icon1.png) 0px 45px;
}
.new .new_l .slideTxtBox .hd ul li:nth-child(2) em {
	display: inline-block;
	width: 45px;
	height: 45px;
	float: left;
	background: url(../images/icon2.png) 0px 45px;
}
.new .new_l .slideTxtBox .hd ul li.on {
	height: 45px;
	color: #7f3060
}
.new .new_l .slideTxtBox .hd ul li.on em {
	background-position: 45px 0
}
.new .new_l .slideTxtBox .hd a {
	padding-right: 10px;
	line-height: 45px;
	color: #777
}
.new .new_l .slideTxtBox .bd ul {
	zoom: 1;
}
.new .new_l .slideTxtBox .bd li {
	height: 28px;
	line-height: 28px;
	color: #666;
	font-size: 15px;
}
.new .new_l .slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
.new .new_l dl {
	width: 725px;
	padding: 30px 0 15px 0;
	display: inline-block;
	overflow: hidden;
}
.new .new_l dt {
	width: 280px;
	height: 150px;
	float: left;
	overflow: hidden;
}
.new .new_l dt img {
	width: 280px;
	height: 150px;
}
.new .new_l dd {
	float: left;
	overflow: hidden;
	width: 400px;
	margin-left: 40px;
}
.new .new_l dd h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.new .new_l dd h3 a {
	font-size: 16px;
	color: #333;
}
.new .new_l dd h3 a:hover, .news ul li a:hover, .wd dt a:hover {
	color: #014FA7;
}
.new .new_l .news_desc {
	font-size: 14px;
	color: #666;
	height: 66px;
	line-height: 22px;
	overflow: hidden;
	padding: 5px 0 0;
}
.new .new_l dd span {
	display: block;
	width: 100px;
	padding: 15px 0 0;
}
.new .new_l dd span a {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 100px;
	height: 30px;
	background: #0163AC;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.new .new_l dd span a:hover {
	animation: shake .5s linear;
	-webkit-animation: shake .5s linear;
}
.new_r {
	width: 400px;
}
.new_r .title {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #c8c8c8
}
.new_r .title span {
	font-size: 20px;
	font-weight: bold;
	color: #0163AC
}
.new_r .title span em {
	display: inline-block;
	width: 45px;
	height: 45px;
	float: left;
	background: url(../images/icon.png) no-repeat center;
}
.new_r .title a {
	padding-right: 10px;
	line-height: 45px;
	color: #777
}
.new_r .txtMarquee-top {
	width: 400px;
	overflow: hidden;
	position: relative;
}
.new_r .txtMarquee-top .bd {
	padding: 30px 10px 0;
}
.new_r .txtMarquee-top .infoList li {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
}
.new_r .txtMarquee-top .infoList li .date {
	width: 85px;
	float: right;
	color: #999;
}
.new_r .txtMarquee-top .infoList li a {
	width: 280px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*new end*/

/*hezuo start*/
.hezuo {
	height: 240px;
	background: url(../images/hezuobg.jpg) no-repeat center;
}
.hezuo ul {
	 margin-top: 33px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 33px;
}
.hezuo ul li {
    display: inline-block;
    padding: 2px;
    border: 1px solid #dfdfdf;
    margin: 0 20px;
    overflow: hidden;
}

.hezuo ul li img {    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;}
    .hezuo ul li:hover img {transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;}

/*hezuo end*/

/*lxwm start*/
.lxwm {
	padding: 50px 0;
}
.lxwm .lxwm_body {
	padding-top: 30px;
}
.lxwm .lxwm_body {
	position: relative;
}
.zxly {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 400px;
    height: 310px;
    background: #005a9e;
    text-align: center;
    padding: 20px 0;
}
.zxly b {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.jmd_r .name, .jmd_r .tel, .jmd_r .email, .jmd_r .liuyan {
	width: 330px;
	margin: 12px auto;
	border-radius: 5px;
	overflow: hidden;
}
.jmd_r .name label, .jmd_r .tel label, .jmd_r .email label {
width: 70px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: left;
    background: #7f3060;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.jmd_r .name input, .jmd_r .tel input, .jmd_r .email input {
	float: left;
	width: 255px;
	height: 34px;
	line-height: 34px;
	border: none;
}
.jmd_r .liuyan label {
	width: 70px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background: #7f3060;
	color: #fff;
	text-align: center;
	font-size: 16px;
	float: left;
}
.jmd_r .liuyan textarea {
	float: left;
	width: 255px;
	height: 80px;
	border: none;
}
.jmd_r #submit {
	width: 100px;
	height: 35px;
	background: #7f3060;
	border: none;
	font-size: 15px;
	color: #fff;
	font-family: 微软雅黑;
	border-radius: 5px;
	margin-right: 35px;
}
.layui-layer-content {
	color: #ff0000!important;
}
.code {
	margin-left: 105px;
	margin-top: 5px;
}
.txtVerification {
	width: 50px;
	height: 22px;
}
/*lxwm end*/

/*footer start*/
.footer {
	background: #444
}
.footer .foot_nav {
	height: 50px;
	background: #005a9e
}
.footer .foot_nav ul li {
	width: 133px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.footer .foot_nav ul li a {
	color: #fff;
}
.footer .foot_body {
	padding: 30px 0;
}
.footer .foot_body .foot_logo {
	margin-top: 0;
	margin-right: 20px;
	width: 114px;
}
.footer .foot_body .foot_logo img {
	width: 100%
}
.footer .foot_body .foot_lxwm {
	padding-left: 60px;
	background: url(../images/footline.png) no-repeat center left;
}
.footer .foot_body .foot_lxwm p {
	color: #fff;
	line-height: 180%;
	font-size: 15px;
}
.footer .foot_body .foot_ewm {
	width: 240px;
	height: 130px;
	background: url(../images/ewmbg.png) no-repeat center;
	text-align: right;
}
.footer .foot_body .foot_ewm img {
	margin-right: 8px;
    margin-top: 8px;
    width: 115px;
}
.foot_bot {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #222
}
/*footer end*/
.xiangq img {
	width: 100%
}
#ehong-code-input {
	width: 42px;
	letter-spacing: 2px;
	margin: 0px 8px 0px 0px;
}
.ehong-idcode-val {
	position: relative;
	padding: 3px 4px 3px 4px;
	top: 0px;
 *top:-3px;
	letter-spacing: 4px;
	display: inline;
	cursor: pointer;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	font-weight: bold;
}
.ehong-idcode-val0 {
	border: solid 1px #A4CDED;
	background-color: #ECFAFB;
}
.ehong-idcode-val1 {
	border: solid 1px #A4CDED;
	background-color: #FCEFCF;
}
.ehong-idcode-val2 {
	border: solid 1px #6C9;
	background-color: #D0F0DF;
}
.ehong-idcode-val3 {
	border: solid 1px #6C9;
	background-color: #DCDDD8;
}
.ehong-idcode-val4 {
	border: solid 1px #6C9;
	background-color: #F1DEFF;
}
.ehong-idcode-val5 {
	border: solid 1px #6C9;
	background-color: #ACE1F1;
}
.ehong-code-val-tip {
	font-size: 12px;
	color: #1098EC;
	top: 0px;
 *top:-3px;
	position: relative;
	margin: 0px 0px 0px 4px;
	cursor: pointer;
}
/*advnei start*/
.advnei {
	padding: 20px 0;
}
.advnei ul li {
	width: 270px;
	margin-left: 40px;
	float: left;
	text-align: center;
}
.advnei ul li:nth-child(1) {
	margin-left: 0px;
}
.advnei ul li em {
	width: 270px;
	height: 90px;
	display: block;
}
.advnei ul li b {
	font-size: 16px;
	text-align: center;
	line-height: 200%;
	color: #0163AC
}
.advnei ul li p {
	line-height: 160%
}
{
text-align:center;
line-height:90px;
}
/*advnei end*/


.mmk {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.mmk .ny_left {
	width: 250px;
	height: auto;
	margin: 0;
}
.mmk .ny_right {
	width: 880px;
	height: auto;
	margin: 0;
	padding-bottom: 20px;
	background-color: #fff;
}
.mmk .ny_right_content {
	width: 100%;
	height: auto;
	line-height: 26px;
	padding: 0px 0px;
	color: #666;
}
.mmk .ny_left_title {
	background: #005a9e;
	height: 100px;
}
.mmk .ny_left_title p {
	color: #fff;
	line-height: 100px !important;
}
.mmk .ny_list li {
	width: 100%;
	margin: 0px 0px;
	background: #fff;
}
.mmk .ny_list li a {
	line-height: 50px !important;
	height: auto !important;
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 10px;
	background: #005a9e;
	color: #fff;
}
.mmk .nypro-list li {
	width: 425px;
	margin: 0px 9px;
	margin-bottom: 10px;
}
.mmk .nypro-list li:nth-child(2n) {
	margin: 0px 0px
}
.mmk .nypro-list {
	padding: 0;
}
.mmk .nypro-list li .img {
	background: #fff;
}
.mmk .nypro-list li p {
	display: none
}
.mmn img {
	width: 100%
}












.mmk1 {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.mmk1 .ny_left {
	width: 250px;
	height: auto;
	margin: 0;
}
.mmk1 .ny_right {
	width: 880px;
	height: auto;
	margin: 0;
	padding-bottom: 20px;
	background-color: #fff;
}
.mmk1 .ny_right_content {
	width: 100%;
	height: auto;
	line-height: 26px;
	padding: 0px 0px;
	color: #666;
}
.mmk1 .ny_left_title {
	background: #005a9e;
	height: 100px;
}
.mmk1 .ny_left_title p {
	color: #fff;
	line-height: 100px !important;
}
.mmk1 .ny_list li {
	width: 100%;
	margin: 0px 0px;
	background: #fff;
}
.mmk1 .ny_list li a {
	line-height: 50px !important;
	height: auto !important;
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 10px;
	background: #005a9e;
	color: #fff;
}
.mmk1 .nypro-list {
	padding: 0;
}

.mmk1 .nypro-list li:nth-child(3n) {    margin: 10px 0px;}

.mmk1 .nypro-list li .img { background:#fff}

.ggk {    display: flex;
    justify-content: space-between;
    align-items: center;}
    
    .ggk .left {    width: 300px;
    border: 1px solid #eee;}
    
   .ggk .right {    width: 547px;
    line-height: 34px;}
    
    .yycj .ttle {    background: #005a9e;
    color: #fff;
    text-indent: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;}
    
    .ggk .left img { width:100%}
    
    .lianxi ul {    display: flex;
    justify-content: space-between;
    align-items: center;}
    
    .lianxi ul li {     text-align: center;
    width: 30%;}
    
    .lianxi ul li .img{        text-align: center;
    margin-bottom: 20px;}
    .lianxi ul li .desc img { width:40%}
    .lianxi ul li .desc {    font-size: 17px;
    font-weight: bold;}
    
    .on1 { background:#7f3060 !important}
    
    
    
    
    .fangan ul {
}
.fangan ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.fangan ul li .img {
	width: 46%
}
.fangan ul li .img img {
	width: 100%
}
.fangan ul li .desc {
	width: 47%
}
.fangan ul li .desc .en {
	font-size: 115px;
	color: #005a9e2e;
	font-weight: bold;
}
.fangan ul li .desc .name {
	font-size: 24px;
	color: #005a9e;
	padding-bottom: 20px;
}
.fangan ul li .desc .more {
	display: block;
	border: 1px solid #59adc3;
	color: #59adc3;
	width: 115px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}
.fangan ul li .desc .con {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding: 14px 0;
}
    