/*===================CSS Reset============================*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: auto;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

*{padding:0px; margin:0px;}
body{font-size:14px; color:#555; font-family:"Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:"Microsoft YaHei",Arial,Tahoma,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#000; text-decoration:none;
	transition:all .5s;
	-webkit-transition:all .5s;}
a:hover{color:#EF3D8D; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
.middle{vertical-align:middle; margin-top:-3px; margin-right:5px;}
.ds_il{max-width:100%; height:auto; display:inline-block;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}
@media only screen and (max-width:640px){
	div{max-height:999999999999999999999px;}
	.container, .container-fluid{padding:0 20px;}
}


em,
i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: none;
}

-webkit-tap-highlight-color:rgba(255, 255, 255, 0);
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
	-webkit-appearance: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 100px white inset;
}


/*===================Link Style============================*/

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}


/*===================Common Style============================*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.ovh {
	overflow: hidden;
}

.textH {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bold {
	font-weight: bold;
}

.color-0 {
	color: #000 !important;
}

.color-3c {
	color: #3b3c3c !important;
}

.color-48 {
	color: #484848 !important;
}

.color-82 {
	color: #828282 !important;
}

.color-f {
	color: #fff !important;
}

.color-o {
	color: #ff7900 !important;
}

.color-b {
	color: #071940 !important;
}

.color-g {
	color: #5c6474 !important;
}

.bg-f {
	background-color: #fff;
}

.bg-fa {
	background-color: #fafafa !important;
}

.bg-y {
	background-color: #ffb43d;
}

.bg-o {
	background-color: #ff7900;
}

.bg-c {
	background-color: #43d9be;
}

.dong {
	transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}


/*============================ Header ============================*/

.header {
	width: 100%;
	height: 90px;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 999;
}

.header .logo {
	display: block;
}

.header .logo img {
	width: 100%;
}

.header .dh {
	display: inline-block;
	line-height: 36px;
	padding: 0 15px 0 35px;
	background-image: url(../images/tel1.png);
	background-position: center left 11px;
	background-size: 18px;
	background-repeat: no-repeat;
	margin-top: 30px;
	border-radius: 30px;
}

.navbar_nav li {
	float: left;
	margin: 36px 50px 0 0;
	transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
}



#navToggle,
.m_nav {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .ul {
	margin-top: 20px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.is-fixed {
	height: 70px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.is-fixed .logo {
	margin-top: 20px;
}

.is-fixed .navbar_nav li {
	margin-top: 22px;
}

.is-fixed .dh {
	margin-top: 15px;
}
.m_nav .ul li .qa_2 {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

.m_nav .ul li .qa_2 .qw_1 a {
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}

.qw_1 a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333!important;
}

.qw_1 {
	margin-top: 10px;
}

.m_nav .ul li a {
	height: 48px;
	line-height: 48px;
}

.dsd_f4 {
	position: absolute;
	right: 15px;
	top: 15px;
}

.qa_2 {
	position: relative;
}

.qw_1 {
	display: none;
}

/*============================ Footer ============================*/

.footer {
	font-size: 14px;
	background: #373c40;
	padding-top: 30px;
}

.footer .left {
	font-size: 30px;
	line-height: 48px;
}

.footer .left span {
	display: inline-block;
	font-size: 16px;
	background: url(../images/tel2.png) center left no-repeat;
	background-size: 34px;
	padding-left: 46px;
}

.footer .right dl {
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}

.footer .right dt {
	font-size: 16px;
	margin-bottom: 20px;
}

.footer .right dd a {
	display: block;
	color: #b0b0b0;
	margin: 0 60px 10px 0;
}

.footer .right .code img {
	width: 120px;
	margin-bottom: 5px;
}

.footer .copy {
	color: #777;
	padding: 20px 0;
	border-top: 1px solid #5d6165;
	margin-top: 20px;
}

.footer .copy a {
	color: #777;
	display: inline-block;
	margin-left: 10px;
}

.footer a:hover {
	color: #fff !important;
}

.rigMenu {
	width: 64px;
	background: #d9d9d9;
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 99;
}

.rigMenu a {
	display: block;
	width: 64px;
	height: 64px;
	background-color: #f5f5f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 34px;
	position: relative;
}

.rigMenu a.icon1 {
	background-image: url(../images/rigIcon1.png);
	margin-bottom: 1px;
}

.rigMenu a.icon2 {
	background-image: url(../images/rigIcon2.png);
}

.rigMenu a span {
	display: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	position: absolute;
	right: 80px;
}

.rigMenu a span i {
	display: block;
	width: 11px;
	height: 100%;
	background: url(../images/rigIcon4.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: -11px;
}

.rigMenu a.icon1 span {
	width: 114px;
	top: -20px;
}

.rigMenu a.icon1 span img {
	width: 100%;
}

.rigMenu a.icon2 span {
	width: 130px;
	text-align: center;
	padding: 15px 0;
	top: 5px;
}

.rigMenu a:hover {
	background-color: #fe7800;
}

.rigMenu a.icon1:hover {
	background-image: url(../images/rigIcon1H.png);
}

.rigMenu a.icon2:hover {
	background-image: url(../images/rigIcon2H.png);
}

.rigMenu a:hover span {
	display: block;
}


/*============================ Index ============================*/

.main {
	margin-top: 90px;
}

.ixSlide .img {
	height: 620px;
}

.ixTit {
	padding: 50px 0;
}

.ixTit span {
	display: block;
	font-size: 34px;
	margin-bottom: 20px;
}

.ixPart1 {
	background-image: url(../images/ixImg1_13.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 20px 0 110px;
}

.ixPart1 .box {
	margin: 0 10px;
	padding: 40px 20px;
	box-shadow: 0 0 10px rgba(80, 80, 80, .2);
	border-radius: 8px;
	position: relative;
}

.ixPart1 .box.mt {
	margin-top: 80px;
}

.ixPart1 .box .imgT {
	width: 46px;
}

.ixPart1 .box span {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}

.ixPart1 .box i {
	display: block;
	width: 20px;
	height: 1px;
	background: #d8d8d8;
	margin: 15px auto;
}

.ixPart1 .box p {
	height: 78px;
	font-size: 15px;
	line-height: 26px;
}

.ixPart1 .box .imgB {
	width: 22px;
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -11px;
}

.ixPart2 {
	background: url(../images/ixImg2_1.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 0 70px;
}

.ixPart2 .img img {
	max-width: 100%;
}

.ixPart3 {
	padding: 20px 0;
}

.ixPart3 .img {
	padding: 20px 0 40px;
}

.ixPart3 .img img {
	max-width: 100%;
}

.ixPart3 .list {
	margin: 20px -20px 0;
}

.ixPart3 .list .box {
	font-size: 18px;
	margin: 0 20px 60px;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.ixPart3 .list .box img {
	width: 56px;
	margin-bottom: 10px;
}

.ixPart4 {
	background: url(../images/ixImg4_1.jpg) center no-repeat;
	background-size: cover;
}

.ixPart4 .part {
	background: url(../images/ixImg4_2.png) center no-repeat;
	background-size: 573px;
	margin: 0 -180px;
}

.ixPart4 .part .box {
	margin: 0 180px 90px;
	border-radius: 10px;
}

.ixPart4 .part .box .txt1 {
	font-size: 24px;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.ixPart4 .part .box .txt1.bg1 {
	background-image: url(../images/ixImg4_3.png);
}

.ixPart4 .part .box .txt1.bg2 {
	background-image: url(../images/ixImg4_4.png);
}

.ixPart4 .part .box .txt2 {
	padding: 0 20px;
}

.ixPart4 .part .box .txt2 span {
	display: block;
	font-size: 18px;
	background-position: left bottom;
	background-size: auto 9px;
	background-repeat: no-repeat;
}

.ixPart4 .part .box .txt2 span.l1 {
	background-image: url(../images/ixImg4_5.png);
	margin: 16px 0 8px;
}

.ixPart4 .part .box .txt2 span.l2 {
	background-image: url(../images/ixImg4_6.png);
	margin: 15px 0 10px;
}

.ixPart4 .part .box .txt2 p {
	font-size: 15px;
	line-height: 26px;
}

.ixPart4 .part .box .txt2 p.icon1 {
	background: url(../images/ixImg4_7.png) 0 3px no-repeat;
	background-size: 20px;
	padding-left: 28px;
}

.ixPart4 .part .box .txt3 {
	padding: 20px 20px 15px;
}

.ixPart4 .part .box .txt3 a {
	display: inline-block;
	color: #ff7900;
	font-size: 14px;
	line-height: 30px;
	padding: 0 35px;
	border: 1px solid #FF7900;
	border-radius: 6px;
}

.ixPart4 .part .box .txt3 a:hover {
	color: #fff;
	background: #ff7900;
}

.ixPart5 {
	padding: 10px 0 50px;
}

.ixPart5 .box {
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin: 30px 30px 0;
}

.ixPart5 .box span {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.ixPart5 .box p {
	height: 52px;
	font-size: 15px;
	line-height: 26px;
	overflow: hidden;
}

.ixPart5 .box:hover {
	color: #fff;
	background: #FF7900;
}

.ixPart5 .box:hover span {
	color: #fff !important;
}

.ixPart5 .img img {
	max-width: 100%;
}


/*============================ Others ============================*/

.inBanner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 340px;
	font-size: 20px;
}

.inBanner span {
	display: block;
	font-size: 36px;
	margin-bottom: 20px;
}

.jxPart1 {
	padding: 50px 0 40px;
}

.jxPart1 .list {
	margin: 0 -30px;
}

.jxPart1 .list .box {
	margin: 0 30px 40px;
}

.jxPart1 .list .box img {
	width: 110px;
}

.jxPart1 .list .box span {
	display: block;
	font-size: 18px;
	margin: 10px 0;
}

.jxPart1 .list .box p {
	height: 86px;
	font-size: 15px;
	line-height: 28px;
}

.ixPart2.jx {
	background-image: url(../images/jxImg2_1.jpg);
}

.jxPart2 {
	padding: 20px 0 70px;
}

.jxPart2 .img {
	margin: 0 20px;
}

.jxPart2 .img img {
	width: 100%;
}

.jxPart2 .box {
	box-shadow: 0 0 15px rgba(252, 132, 23, .2);
	padding: 20px 0 20px 40px;
	margin-bottom: 130px;
}

.jxPart2 .box.l {
	border-radius: 0 60px 60px;
}

.jxPart2 .box.r {
	border-radius: 60px 0 60px 60px;
}

.jxPart2 .box.c {
	border-radius: 60px;
	margin: 0 12%;
}

.jxPart2 .box img {
	width: 52px;
}

.jxPart2 .box p {
	font-size: 18px;
	padding-left: 70px;
	line-height: 52px;
}

.jxPart2 .box p em {
	display: inline-block;
	margin-right: 20px;
}

.jxPart3 {
	background: url(../images/jxImg4_1.jpg) center no-repeat;
	background-size: cover;
	padding: 30px 0 60px;
}

.jxPart3 .img img {
	max-width: 100%;
}

.szPart1 {
	background: url(../images/szImg1_1.jpg) center top no-repeat;
	background-size: cover;
	padding: 20px 0 70px;
}

.szPart1 .box {
	display: flex;
	align-items: center;
	height: 110px;
	padding: 10px;
	margin-bottom: 40px;
	border-radius: 6px;
	position: relative;
}

.szPart1 .box i {
	display: block;
	width: 15px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
}

.szPart1 .box i.icon1 {
	background-image: url(../images/szImg1_2.png);
	right: -15px;
}

.szPart1 .box i.icon2 {
	background-image: url(../images/szImg1_3.png);
	left: -15px;
}

.szPart1 .box p {
	max-height: 84px;
	font-size: 15px;
	line-height: 28px;
}

.szPart2 .box {
	padding: 30px 0;
	margin: 0 -50px;
}

.szPart2 .box .txt,
.szPart2 .box .img {
	margin: 0 50px;
	line-height: 30px;
}

.szPart2 .box .txt span {
	display: block;
	font-size: 20px;
	margin-top: 80px;
}

.szPart2 .box .txt i {
	display: block;
	width: 54px;
	height: 4px;
	margin: 15px 0;
}

.szPart2 .box .img img {
	width: 100%;
}

.szPart3 {
	padding: 20px 0 110px;
}

.szPart3 .list {
	margin: 0 -40px;
}

.szPart3 .list .box {
	margin: 0 40px;
	padding: 20px 30px 40px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.szPart3 .list .box img {
	width: 128px;
	border-radius: 50%;
}

.szPart3 .list .box span {
	display: block;
	font-size: 20px;
	margin: 15px 0;
}

.szPart3 .list .box p {
	min-height: 308px;
	font-size: 15px;
	line-height: 28px;
}

.kcPart1 {
	padding: 10px 0 50px;
}

.kcPart1 .img img {
	max-width: 100%;
}

.kcPart2 {
	padding: 20px 0 100px;
}

.kcPart2 .list {
	margin: 20px -60px 0;
}

.kcPart2 .list .box {
	margin: 0 60px;
	border-radius: 10px;
	padding: 40px 25px;
}

.kcPart2 .list .box.bg1 {
	background: #6f9cd9;
}

.kcPart2 .list .box.bg2 {
	background: #ee787c;
}

.kcPart2 .list .box.bg3 {
	background: #1eb7af;
}

.kcPart2 .list .box span {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.kcPart3 {
	background: url(../images/kcImg2_1.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 0 80px;
}

.kcPart3 .img img {
	max-width: 100%;
}

.kcPart4 {
	padding: 20px 0 60px;
}

.kcPart4 .img img {
	max-width: 100%;
}

.kcPart4 .list {
	margin: 10px -15px 0;
}

.kcPart4 .list .box {
	margin: 30px 15px 0;
	border-radius: 80px;
	box-shadow: 0 0 10px rgba(255, 121, 0, .2);
	padding: 30px 50px;
}

.kcPart4 .list .box span {
	display: block;
	font-size: 18px;
	padding-left: 46px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 39px;
	line-height: 34px;
	margin-bottom: 10px;
}

.kcPart4 .list .box span.icon1 {
	background-image: url(../images/kcImg3_2.png);
}

.kcPart4 .list .box span.icon2 {
	background-image: url(../images/kcImg3_3.png);
}

.kcPart4 .list .box span.icon3 {
	background-image: url(../images/kcImg3_4.png);
}

.kcPart4 .list .box span.icon4 {
	background-image: url(../images/kcImg3_5.png);
}

.kcPart4 .list .box span.icon5 {
	background-image: url(../images/kcImg3_6.png);
}

.kcPart4 .list .box span.icon6 {
	background-image: url(../images/kcImg3_7.png);
}

.kcPart4 .list .box p {
	height: 56px;
	line-height: 28px;
}

.gyPart1 {
	padding: 10px 0 80px;
}

.gyPart1 .part {
	padding-bottom: 50px;
	position: relative;
}

.gyPart1 .part img {
	width: 100%;
}

.gyPart1 .part .txt {
	width: 80%;
	border-radius: 10px;
	padding: 40px 60px;
	line-height: 32px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 0;
	left: 10%;
}

.gyPart2 {
	background: url(../images/gyImg2_1.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 0 50px;
}

.gyPart2 .img img {
	max-width: 100%;
}

.gyPart2 .list {
	margin: 0 -25px;
}

.gyPart2 .list .box {
	margin: 20px 25px 0;
	border-radius: 10px;
	padding: 30px 25px;
}

.gyPart2 .list .box img {
	width: 85px;
}

.gyPart2 .list .box p {
	padding-left: 110px;
	line-height: 26px;
}

.gyPart2 .list .box p span {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.gyPart3 {
	padding: 20px 0 60px;
}

.gyPart3 .box {
	margin: 0 50px;
}

.gyPart3 .box img {
	width: 106px;
}

.gyPart3 .box span {
	display: block;
	font-size: 18px;
	margin: 15px 0;
}

.gyPart3 .box .code {
	display: inline-block;
	border-radius: 8px;
	line-height: 36px;
	padding: 0 35px;
	position: relative;
	cursor: pointer;
}

.gyPart3 .box .code em {
	display: none;
	width: 120px;
	position: absolute;
	bottom: 0;
	left: -130px;
	z-index: 9;
}

.gyPart3 .box .code em img {
	width: 100%;
}

.gyPart3 .box .code:hover em {
	display: block;
}

.yyBtn a {
	display: inline-block;
	font-size: 18px;
	line-height: 48px;
	padding: 0 60px;
	border-radius: 4px;
	margin: 40px 0;
}

#popBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 9991;
}

#popCon {
	display: none;
	width: 300px;
	height: 280px;
	margin: -140px 0 0 -150px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9992;
}

#popCon .gb {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	background: url(../images/popGb.png) center no-repeat;
	border-radius: 50%;
	position: absolute;
	top: -40px;
	right: -30px;
}

#popCon .txt1 {
	height: 103px;
	font-size: 27px;
	padding-top: 28px;
	background: url(../images/popBg.jpg) center top no-repeat;
	background-size: 100%;
}

#popCon .txt2 {
	padding: 20px 20px 15px;
}

#popCon .txt2 select {
	background: #fff;
	width: 48%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dedede;
}

#popCon .txt2 input {
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	border: 1px solid #dedede;
	margin-top: 15px;
}

#popCon .txt3 {
	padding: 0 20px;
}

#popCon .txt3 a {
	display: block;
	line-height: 38px;
	border-radius: 4px;
	color: #fff;
	background: #FF7900;
}


/*============================ 媒体查询 ============================*/

.mobHide {
	display: block;
}

.mobShow {
	display: none;
}

@media (max-width: 1440px) {
	.ixSlide .img {
		height: 441px;
	}
}

@media (max-width: 1200px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
	.navbar_nav li {
		margin-right: 40px;
	}
}

@media (max-width: 1100px) {
	.mobHide {
		display: none;
	}
	.mobShow,
	.m_nav {
		display: block;
	}
	.header,
	.is-fixed {
		height: 68px;
	}
	.header .logo,
	.is-fixed .logo {
		margin: 13px 0 0 10px;
	}
	#navToggle {
		height: 100%;
		display: inline-block;
		float: right;
		margin: 24px 15px 0 0;
	}
	#navToggle span {
		display: block;
		position: relative;
		width: 26px;
		height: 26px;
		background: url(../images/menu.png) no-repeat;
		background-size: contain;
	}
	.main {
		margin-top: 54px;
	}
	.footer .right dl {
		display: none;
	}
}

@media (max-width:767px) {
	.wrap {
		padding: 0;
	}
	.footer {
		font-size: 12px;
		padding-top: 20px;
	}
	.footer .left,
	.footer .right,
	.footer .right .code {
		width: 100%;
		text-align: center;
	}
	.footer .left {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.footer .left span {
		font-size: 14px;
		background-size: 24px;
		padding-left: 34px;
	}
	.footer .copy {
		padding: 5px;
	}
	.rigMenu {
		display: none;
	}
	.ixSlide .img {
		height: 180px;
	}
	.slick-dots {
		bottom: 8px;
	}
	.slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}
	.ixTit {
		font-size: 14px;
		padding: 30px 0 20px;
	}
	.ixTit span {
		font-size: 26px;
		margin-bottom: 5px;
	}
	.ixPart1 {
		padding: 10px 15px 30px;
		background: none;
	}
	.ixPart1 .box {
		margin: 0 15px 20px !important;
		padding: 20px;
	}
	.ixPart1 .box .imgT {
		width: 40px;
	}
	.ixPart1 .box i {
		margin: 10px auto;
	}
	.ixPart1 .box p {
		height: auto;
	}
	.ixPart1 .box .imgB {
		display: none;
	}
	.ixPart2 {
		padding: 0 15px 30px;
	}
	.ixPart3 {
		padding: 0 15px;
	}
	.ixPart3 .img {
		padding: 15px 0 20px;
	}
	.ixPart3 .list {
		margin: 0 0 20px;
	}
	.ixPart3 .list .box {
		font-size: 16px;
		padding: 20px 10px;
		margin: 20px 0 0;
	}
	.ixPart3 .list .box img {
		width: 40px;
		margin-bottom: 5px;
	}
	.ixPart4 {
		padding: 10px 15px 20px;
	}
	.ixPart4 .part {
		background: none;
		margin: 10px 0 0;
	}
	.ixPart4 .part .box {
		margin: 0 0 20px;
	}
	.ixPart4 .part .box .txt1 {
		font-size: 20px;
		padding: 20px 0;
	}
	.ixPart4 .part .box .txt2 {
		padding: 0 10px;
	}
	.ixPart4 .part .box .txt2 span {
		font-size: 14px;
		background-size: auto 6px;
	}
	.ixPart4 .part .box .txt2 p {
		font-size: 13px;
	}
	.ixPart4 .part .box .txt2 p.icon1 {
		background-position: 0 5px;
		background-size: 14px;
		padding-left: 20px;
	}
	.ixPart5 {
		padding: 10px 15px;
	}
	.ixPart5 .box {
		margin: 20px 15px 0;
		padding: 10px 15px;
	}
	.ixPart5 .box p {
		font-size: 14px;
		height: auto;
		line-height: 24px;
	}
	.ixPart5 .img {
		margin: 20px 20px 0;
	}
	.inBanner {
		font-size: 14px;
		height: 160px;
	}
	.inBanner span {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.jxPart1 {
		padding: 0 15px;
	}
	.jxPart1 .list {
		margin: 0 -6px;
	}
	.jxPart1 .list .box {
		margin: 0 6px 20px;
	}
	.jxPart1 .list .box img {
		width: 70px;
	}
	.jxPart1 .list .box span {
		font-size: 16px;
		margin: 10px 0 5px;
	}
	.jxPart1 .list .box p {
		font-size: 12px;
		line-height: 20px;
		height: 80px;
	}
	.jxPart2 {
		padding: 20px 15px;
	}
	.jxPart2 .img {
		margin-bottom: 20px;
	}
	.jxPart2 .box {
		margin: 0 15px 30px !important;
		padding: 15px 0 15px 30px;
		border-radius: 50px !important;
	}
	.jxPart2 .box img {
		width: 36px;
	}
	.jxPart2 .box p {
		padding-left: 50px;
		font-size: 16px;
		line-height: 36px;
	}
	.jxPart2 .box p em {
		margin-right: 15px;
	}
	.jxPart3 {
		padding: 20px 15px 40px;
	}
	.szPart1 {
		padding: 10px 15px 40px;
	}
	.szPart1 .box {
		margin: 0 15px 10px;
	}
	.szPart1 .box i {
		display: none;
	}
	.szPart2 {
		padding: 10px 15px 0;
	}
	.szPart2 .box {
		margin: 0;
		font-size: 14px;
	}
	.szPart2 .box .txt,
	.szPart2 .box .img {
		margin: 20px 0 0;
		line-height: 24px;
	}
	.szPart2 .box .txt span {
		margin: 0;
	}
	.szPart2 .box .txt i {
		width: 40px;
		height: 3px;
		margin: 10px 0;
	}
	.szPart3 {
		padding: 20px 15px 30px;
	}
	.szPart3 .list {
		margin: 0;
	}
	.szPart3 .list .box {
		margin: 0 0 15px;
		padding: 20px 15px;
	}
	.szPart3 .list .box img {
		width: 90px;
	}
	.szPart3 .list .box span {
		margin: 10px 0;
	}
	.szPart3 .list .box p {
		min-height: auto;
		font-size: 14px;
		line-height: 24px;
	}
	.kcPart1 {
		padding: 10px 15px 30px;
	}
	.kcPart2 {
		padding: 0 15px 40px;
	}
	.kcPart2 .list {
		margin: 0;
	}
	.kcPart2 .list .box {
		margin: 15px 0 0;
		padding: 15px;
	}
	.kcPart3 {
		padding: 0 15px 30px;
	}
	.kcPart4 {
		padding: 20px 15px 40px;
	}
	.kcPart4 .list {
		margin: 0;
	}
	.kcPart4 .list .box {
		margin: 20px 0 0;
		padding: 10px 40px;
	}
	.kcPart4 .list .box span {
		font-size: 16px;
		background-size: 28px;
		line-height: 30px;
		padding-left: 36px;
		margin-bottom: 5px;
	}
	.kcPart4 .list .box p {
		font-size: 14px;
		height: 44px;
		line-height: 22px;
	}
	.gyPart1 {
		padding: 10px 15px 40px;
	}
	.gyPart1 .part {
		position: initial;
		padding: 0;
	}
	.gyPart1 .part .txt {
		position: initial;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
		padding: 15px;
		border-radius: 4px;
	}
	.gyPart2 {
		padding: 10px 15px 40px;
	}
	.gyPart2 .list {
		margin: 0;
	}
	.gyPart2 .list .box {
		margin: 15px 0 0;
		padding: 15px 20px;
	}
	.gyPart2 .list .box img {
		width: 65px;
	}
	.gyPart2 .list .box p {
		font-size: 14px;
		line-height: 24px;
		padding-left: 80px;
	}
	.gyPart2 .list .box p span {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.gyPart3 {
		padding: 10px 15px 40px;
	}
	.gyPart3 .box {
		margin: 0;
		padding: 15px 20px;
	}
	.gyPart3 .box img {
		width: 80px;
	}
	.gyPart3 .box span {
		margin: 10px 0;
	}
	.gyPart3 .box .code {
		padding: 0 25px;
	}
	.gyPart3 .box .code em {
		width: 80px;
		left: -85px;
	}
	.yyBtn a {
		font-size: 16px;
		line-height: 40px;
		padding: 0 40px;
		margin: 40px 0;
	}
}
.header.gn{
	position: absolute;
	top: 45px;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	border-radius: 15px;
}
.z_t3 {
	position: relative;
	width: 1400px;
	margin: auto;
}

.z_t3 .swiper-button-prev {
	position: absolute;
	outline: none;
}

.z_t3 .swiper-button-next {
	position: absolute;
	outline: none;
}

.textH {
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	width: 100%;
	float: left;
}

.b_w1 {
	height: 90px;
	line-height: 90px;
	text-align: center;
	display: block;
}

.textH {
	color: #4c4948 !important;
}

.textH:hover {
	color: #fff !important;
	background: #d71115;
}

.dropdown_menu {
	position: absolute;
	top: 90px;
	left: 0px;
	display: none;
	background: #fff;
	z-index: 9999999;
}

.navbar_nav li {
	width: 115px;
}

.dropdown {
	position: relative;
}

.dropdown:hover .dropdown_menu {
	display: block;
}

.navbar_nav li {
	margin: 0px;
}

@media only screen and (max-width:640px){
	.header .logo {
		margin: 6px 0px 0px 10px !important;
	}
}
.pc_ban .swiper-pagination-bullet{width: 20px;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;}
.pc_ban .a_b{text-shadow: 0 0 15px rgba(0,0,0,.5);}
.pc_ban .a_c{text-shadow: 0 0 15px rgba(0,0,0,.5);}
@media only screen and (max-width:1024px){
	.pc_ban .a_a{
		height: 530px !important;
	}
	.b_e div {
		margin-left: 19px;
		margin-top: 0px !important;
		line-height: 35px;
	}
}
@media only screen and (max-width:768px){
	.pc_ban .a_a{
		height: 400px !important;
	}
}
@media only screen and (max-width:640px){
	.pc_ban .a_a{
		height: 210px !important;
	}
}
@media only screen and (max-width:375px){
	.pc_ban .a_a{
		height: 200px !important;
	}
}

.head_n{width: 100%;height: 68px;display: none;}
.head_n.gn{display: block;height: 90px;}
@media only screen and (max-width:1024px){
	.head_n{display: block;}
	.head_n.gn{height: 68px;}
}
@media only screen and (max-width:1024px){
	.sy_cp.b_l{
		height: auto !important;
		background-size: cover !important;
	}
	.sy_cp.b_l .b_r {
		position: relative !important;
		left: auto !important;
		height: auto !important;
		width: 100%;
		margin-top: 10%;
		background-size: cover !important;
	}
	.sy_cp.b_l.p5 {
		padding: 40px 0px;
	}
	.sy_cp.b_l .b_m{width: 100%;height: auto;}
	.sy_cp.b_l .b_m .b_m2 {
		position: relative;
		bottom: auto;
	}
	.sy_cp.b_l .b_m .b_n{ margin: 0px;}
	.sy_cp.b_l .fl{float: none;line-height: 20px;margin-bottom: 20px;}
	.sy_cp.b_l .b_p.fr {
		float: none;
		margin: 0px;
	}
	.sy_cp.b_l .wrap15 .b_r{margin-top: 30px;}
	.sy_cp.b_l .b_r .b_s33 .b_w{height: auto;}
	.sy_cp.b_l .b_r .b_s33 .b_w .b_x.fl{display: flex;align-items: center;justify-content: space-around;margin: 0px; padding-top: 15px;flex-wrap: wrap;}
	.sy_cp.b_l .b_r .b_s33 .b_w .b_x.fl img {
		width: auto;
	}
	.sy_cp.b_l .b_r .b_s33 .b_w .b_y.fl{display: flex;align-items: center;justify-content: center;width: 100%;}
	.sy_cp.b_l .b_y.fl{margin: 0px;}
	.sy_cp.b_l .b_r .b_s33 .b_w .b_x.fl .b_u{width: 100%;text-align: center;margin-top: 6px;}
	.sy_cp.b_l .wrap15 .b_r .b_t2 {
		height: auto;
	}
}
@media only screen and (max-width:640px){
	.sy_cp.b_l .b_r .b_s33 .b_w .b_x.fl img {
		max-width: 66%;
	}
}
.sy_gy.p5{
	padding: 120px 0px 200px 0px;
	position: relative;
}
.sy_gy .c_d{height: 150px;}
.sy_gy .c_d .c_f .c_e div{line-height: 50px;font-size: 16px;}
.sy_gy .c_d .c_f {
	margin-top: 40px;
}
.sy_gy .c_b{font-size: 16px;text-shadow: 0 0 15px rgba(0,0,0,.5);}
.sy_gy .b_p{margin-top: 30px;width: 120px;}
@media only screen and (max-width:1024px){
	.sy_gy.p5 {
		padding: 70px 0px 0px 0px;
	}
	.sy_gy.c_c{height: auto;}
	.sy_gy .c_d{
		height: auto;
		position: relative;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		right: auto;
		bottom: 0px;
	}
	.sy_gy .c_d .c_f .c_e{padding: 6px 0px;}
	.sy_gy .c_d .c_f .c_e div {
		line-height: 20px;
		font-size: 14px;
		margin: 0px;
	}
	.sy_gy .c_d .c_f {
		margin-top: 0px;
	}
	.sy_gy .wrap15{padding-bottom: 70px;}
	.sy_gy  .c_a {
		font-size: 20px;
		margin-top: 30px;
	}
	.sy_gy .c_b {
		font-size: 12px;
		line-height: 26px;
		margin-top: 30px;
	}
}
@media only screen and (max-width:768px){
	.sy_gy.p5 {
		padding: 50px 0px 0px 0px;
	}
	.sy_gy .b_p {
		margin-top: 20px;
	}
	.sy_gy .wrap15 {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width:640px){
	.sy_gy.p5 {
		padding: 20px 0px 0px 0px;
	}
	.sy_gy .c_a {
		margin-top: 10px;
	}
	.sy_gy .c_b {
		line-height: 20px;
		margin: 16px 0px;
	}
	.sy_gy .c_d .c_f{display: none;}
	.sy_gy .c_d .c_f .c_e div {
		font-size: 12px;
	}
	.sy_gy .b_p {
		margin: 0px auto;
	}
	.sy_gy .wrap15 {
		padding-bottom: 16px;
	}
}
.sy_ly.c_m{ padding: 90px 0px;height: 1100px;overflow: hidden;}
.sy_ly .b_r{width: 142%;}
.sy_ly .b_r .c_k{width: 20%;}
.sy_ly .b_r .c_l{width: 63%;}
.sy_ly .b_r .c_n .c_j{height: auto;min-height: 740px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	position: relative;
	z-index: 1;
}
.sy_ly .b_r .c_n .c_j i{
	width: 80px;height: 80px;color: #FFFFFF;line-height: 80px;text-align: center;font-size: 20px;background: #D71115;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: 32%;
	right: 36%;
}
.sy_ly .b_r .c_n .c_j .c_q{padding-left: 10%;bottom: 16%;font-size: 18px;}
@media only screen and (max-width:1024px){
	.sy_ly.c_m {
		padding: 50px 0px;
		height: auto;
		overflow: hidden;
	}
	.sy_ly .b_r {
		width: 100%;
		position: relative;
		margin-top: 20px;
	}
	.sy_ly .b_r .c_k {
		width: 100%;
	}
	.sy_ly .b_r .c_i{
		width: 100%;
	}
	.sy_ly .b_r .c_l {
		width: 100%;
		margin-top: 30px;
	}
	.sy_ly .b_r .c_n .c_j{
		min-height: auto;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 80px 30px;
		position: relative;
		background-size:cover !important;
	}
	.sy_ly .b_r .c_n .c_j i{
		position: relative;
		right: auto;
		bottom: auto;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.sy_ly .b_r .c_n .c_j .c_p{
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.sy_ly .b_r .c_n .c_j .c_q{
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		padding-left: 0px;
	}
}
@media only screen and (max-width:768px){
	.sy_ly .b_r {
		width: 100%;
		position: relative;
		height: auto;
		left: auto;
	}
}
@media only screen and (max-width:640px){
	.sy_ly.c_m {
		padding: 30px 0px 50px 0px;
	}
	.sy_ly .b_r .c_i .c_g {
		height: 40px;
	}
	.sy_ly .b_r .c_i .c_g .c_h {
		margin: 0px;
		line-height: 40px;
	}
	.sy_ly .b_r .c_n .c_j{
		padding: 50px 20px;
	}
	.sy_ly .b_r .c_n .c_j i{
	width: 50px;height: 50px;line-height: 50px;font-size: 18px;
    }
}

.sy_xw .c_v{padding: 48px 30px;}
.sy_xw .col-md-6:nth-child(1){
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.sy_xw .col-md-6:nth-child(2){
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}
.sy_xw .c_v .c_x {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}
.sy_xw .c_v .c_x:last-child{border-bottom: none;margin-bottom: 0px;}
.sy_xw .c_z{ margin-bottom: 70px;}
.sy_xw .swiper-pagination{display: none;}
.sy_xw .z_t3 .t_p3{overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.sy_xw .z_t3 .t_p3 img{width: 100%;height: auto;display: block;}
@media only screen and (max-width:1024px){
	.sy_xw.d_a{
		padding: 50px 0px;
	}
	.sy_xw .b_m {
		height: auto;
	}
	.sy_xw .b_m2 {
		position: relative;
		bottom: auto;
	}
	.sy_xw .b_p {
		margin-top: 0px;
		font-size: 12px;
	}
	.sy_xw .c_z {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.sy_xw .c_v {
		padding: 26px 20px;
	}
	.sy_xw .c_v .c_x {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}
@media only screen and (max-width:768px){
	.c_y {
		position: relative;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.sy_xw .c_v {
		overflow: hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.sy_xw .swiper-pagination{display: block;width: 100%;text-align: center;}
	.sy_xw .swiper-pagination-bullet{margin: 0px 3px;}
}
.ny_ban{width:100%; height:560px; background-color:#000; background-position:top center; background-repeat:no-repeat; background-size:cover; position:relative; overflow:hidden; z-index:99;}
.ny_ban:before{width:100%; height:100%; background-color:rgba(0,0,0,.3); position:absolute; top:0; left:0; content:"";}
.ny_ban .container{position:absolute;
	top:50%;
	left:50%;
	z-index:99;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.ny_ban .w_z{position:relative; text-align:left; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.5); }
.ny_ban .w_z h3{font-size:36px; font-weight:bold; line-height:80px; letter-spacing:3px;}
.ny_ban .w_z p{font-size: 14px;}
.ny_ban .w_z p a{color: #FFFFFF;}
@media only screen and (max-width:1024px){
	.ny_ban{height:300px;}
	.ny_ban .w_z h3{font-size:26px; line-height: 50px; letter-spacing:2px;}
}
@media only screen and (max-width:640px){
	.ny_ban{height:200px;}
}

.ny_gy{width: 100%;overflow: hidden;background:#FFFFFF url("../images/gy_bj.png") no-repeat top center;}
.gy_dh .e_a{font-size: 30px;}
.gy_dh .e_c{font-size: 16px;background: url("../images/dian.png") no-repeat 70px 0px;width: 90%; margin: 0px 0px 0px 15px;}
.gy_dh .e_d{width: 100%;display: flex;justify-content: flex-end;}
.gy_js .e_g{font-size: 24px;}
.gy_js .e_h{font-size: 16px;}
.gy_js .e_p{font-size: 16px;padding-top: 0px;}
.gy_js .e_o{font-size: 18px;}
.gy_js .e_m span{font-size: 40px;}
.gy_js .e_n {
	padding-top: 26px;
}
.gy_js .e_r {
	margin: 50px 0px;
}
.gy_js .e_r img{max-width: 100%;height: auto;}
@media only screen and (max-width:1440px){
	.ny_gy .col-md-6{padding: 0px 15px;}
	.ny_gy .col-md-3{padding: 0px 15px;}
	.ny_gy .col-md-2{padding: 0px 15px;}
	.gy_js .e_l {
		max-width: 100%;
		height: 263px;
	}
	.gy_js .e_p {
		padding-left: 30px;
	}
}
@media only screen and (max-width:1024px){
	.gy_dh.p5 {
		padding: 40px 0px;
	}
	.gy_dh .row{justify-content: space-between;}
	.gy_dh .e_d {
		margin-top: 0px;
	}
	.gy_js .e_h {
		font-size: 13px;
		line-height: 24px;
	}
	.ny_gy .gy_js .e_k{margin-top: 20px;}
	.ny_gy .gy_js .e_k{max-width: 50%;}
	.gy_dh .e_a {
		font-size: 24px;
	}
	.gy_dh .e_c {
		font-size: 14px;
		background: url(../images/dian.png) no-repeat 72px 0px;
	}
	.gy_js .e_g {
		font-size: 20px;
	}
	.gy_js .e_h {
		font-size: 12px;
		line-height: 22px;
	}
	.gy_js .e_q {
		margin-top: 20px;
	}
	.gy_js .e_p {
		padding-left: 20px;
		font-size: 12px;
	}
	.gy_js .e_m span {
		font-size: 30px;
	}
	.gy_js .e_o {
		font-size: 14px;
	}
	.gy_js .e_n {
		padding-top: 16px;
	}
	.gy_js .e_l {
		width: 100%;
		height: 190px;
	}
	.gy_js .e_r {
		margin: 30px 0px;
	}
}
@media only screen and (max-width:768px){
	.ny_gy .wrap15 {
		width: 92%;
	}
	.ny_gy .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.gy_dh .e_a{margin-bottom: 10px;}
	.gy_dh .e_c{width: 100%;margin: 0px;}
	.gy_js .e_h {
		margin-top: 16px;
	}
	.gy_js .ge_j {
		padding-top: 20px;
	}
	.gy_js .e_l{background: #268BF0 !important;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.gy_js .e_p {
		padding-left: 0px;
		margin-top: 16px;
	}
}
@media only screen and (max-width:640px){
	.gy_dh .e_c {
		font-size: 12px;
	}
}
.gy_rz .e_s{font-size: 80px;font-weight:bold;}
.gy_rz .e_t{font-size: 30px;}
.gy_rz .e_u{font-size: 16px;line-height: 36px;}
.gy_rz .e_w {
	margin-right: 10%;
}
.gy_rz .e_v {
	font-size: 16px;
	line-height: 40px;
	padding-left: 30px;
}
@media only screen and (max-width:1024px){
	.gy_rz .e_s {
		font-size: 40px;
	}
	.gy_rz .e_t {
		font-size: 22px;
	}
	.gy_rz .e_u {
		font-size: 13px;
		line-height: 24px;
	}
	.gy_rz .e_v {
		font-size: 13px;
		line-height: 24px;
		padding-left: 20px;
	}
	.gy_rz.e_x {
		height: 500px;
	}
}
@media only screen and (max-width:768px){
	.gy_rz .col-md-6{padding: 0px 15px;}
	.gy_rz .col-md-3{padding: 0px 15px;}
	.gy_rz .col-md-2{padding: 0px 15px;}
	.gy_rz .col-md-5{padding: 0px 15px;}
	.gy_rz .col-md-7{padding: 0px 15px;}
	.gy_rz .wrap15 {
		width: 92%;
	}
	.gy_rz.e_x {
		height: auto;
		padding-bottom: 50px;
	}
	.gy_rz .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.gy_rz .e_t {
		font-size: 22px;
		margin: 16px 0px;
	}
	.gy_rz .e_u {
		font-size: 12px;
		line-height: 22px;
	}
	.gy_rz .e_v {
		font-size: 12px;
		line-height: 22px;
		padding-left: 0px;
	}
}
.gy_sp .e_z{
	font-size: 15px;
	line-height: 36px;
}
@media only screen and (max-width:1024px){
	.gy_sp.f_a{
		background: url("../images/gyb.jpg") no-repeat top center / cover !important;
		height: auto;
		padding: 50px 0px;
	}
	.gy_sp .row{align-items: center;display: flex;flex-wrap: wrap;}
	.gy_sp .f_c {
		height: auto;
	}
	.gy_sp .z_c{padding-right: 30px;}
	.gy_sp .f_b {
		font-size: 20px;
	}
	.gy_sp .e_y {
		margin-top: 13px;
	}
	.gy_sp .f_e {
		font-size: 14px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.gy_sp .e_z {
		font-size: 12px;
		line-height: 26px;
	}
}
@media only screen and (max-width:768px){
	.gy_sp .col-md-12{width: 100%;}
}

.gy_al .f_g {
	font-size: 30px;
}
.gy_al .f_h {
	line-height: 40px;
	margin-top: 16px;
}
.swiper-al {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.swiper-al .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
}
.gy_al .dong66 img{width: 100%;height: auto;display: block;}
@media only screen and (max-width:1024px){
	.gy_al.f_i{
		padding: 50px 0px;
	}
	.gy_al .f_g {
		font-size: 22px;
	}
	.gy_al .f_h {
		line-height: 26px;
	}
}
@media only screen and (max-width:1024px){
	.gy_al .f_h {
		line-height: 20px;
		font-size: 12px;
	}
}
.gy_hz .e_a {
	font-size: 30px;
}
.gy_hz .f_k img{width: 100%;height: auto;display: block;box-shadow: 0px 20px 20px -20px #5E5E5E;}
.gy_ry .swiper-button-prev {
	position: absolute;
	outline: none;
	width: 50px;
	height: 50px;
	left: 45%;
	top: 95%;
	background: url(../images/69.png);
}

.gy_ry .swiper-button-next {
	position: absolute;
	outline: none;
	width: 50px;
	height: 50px;
	right: 45%;
	top: 95%;
	background: url(../images/70.png) no-repeat;
}

.gy_ry .swiper-button-prev::after {
	display: none;
}

.gy_ry .swiper-button-next::after {
	display: none;
}

.gy_ry .swiper-button-next {
	position: absolute;
	outline: none;
}
.gy_ry .f_p {
	margin-top: 50px;
}
.gy_ry .f_s2{
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	border: solid 1px #ededed;
}
.gy_ry .f_s{
	padding: 50px 20px;
	height: auto;
	line-height: inherit;
	overflow: hidden;
	box-shadow: none;
	margin-top: 0px;
}
.footer.d_b{background: url(../images/d_bj.jpg) no-repeat top center / cover;}

.ny_nr{width:100%; padding:70px 0 90px; position:relative; overflow:hidden;background: url(../images/72.png) no-repeat top center / cover;}
.ny_nr .row{display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
.ny_nr .col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7{padding: 0px 15px;}
.ny_nr .xw_lb ul li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #eee;}
.ny_nr .xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_nr .t_p{width:27%; position:relative; overflow:hidden;}
.ny_nr .xw_nr .t_p img{width:100%; height:100%; display:block; position:absolute; top:0; left:0;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	transition:all 1s;
	-webkit-transition:all 1s;}
.ny_nr .xw_nr:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.ny_nr .xw_nr .w_z{width:70%;}
.ny_nr .xw_nr .w_z h3{font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_nr .w_z p{line-height:24px; color:#999; height:72px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;}
.ny_nr .xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; line-height:38px;}
.ny_nr .xw_nr:hover .w_z a.m_r{background-color:#06559F; border:1px solid #06559F; color:#fff;}
@media only screen and (max-width:640px){
	.ny_nr{padding:3rem 0 7rem;}
	.ny_nr .xw_lb ul li{margin-bottom:20px; padding-bottom:20px;}
	.ny_nr .xw_nr .t_p{width:100%; height:200px; margin-bottom:15px;}
	.ny_nr .xw_nr .w_z{width:100%;}
	.ny_nr .xw_nr .w_z h3{font-size:14px; line-height:26px; margin-bottom:15px;}
	.ny_nr .xw_nr .w_z p{font-size:12px; line-height:22px;  margin-bottom:15px;}
	.ny_nr .xw_nr .w_z a.m_r{border-radius:.5rem; padding:0px 20px; line-height:40px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#06559F; border:1px solid #06559F; color:#fff;}
.yema ul li.active a{background-color:#06559F; border:1px solid #06559F; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:20px;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.ny_nr .ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_nr .ny_bt.cn p{padding:12px 0px; font-size:20px;}
.ny_nr .ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt.cn .t_b i.on{width: 5%;height: 2px;background: #06559F;}
.ny_nr .ny_bt.cn .t_b i{width: 95%;height: 1px;background: #FFFFFF;}
.ny_nr .zc_lm{width:300px; padding:0px 0px 25px 0px;}
.ny_nr .zc_lm h3{font-size:22px; color:#fff; margin-bottom:20px;background: #06559F; padding: 20px 10px;display: flex;align-items: center;}
.ny_nr .zc_lm h3 i{margin-right: 10px;color: #FFFFFF;position: relative;top: inherit;right: inherit;font-weight: normal;}
.ny_nr .zc_lm ul li{margin-bottom:20px; border-bottom:1px dashed #ddd;}
.ny_nr .zc_lm ul li a.y_j{font-size:16px; text-indent:20px; line-height:28px; padding-bottom:20px; display:block; border-radius:3px; position:relative;}
.ny_nr .zc_lm ul li:hover a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li a.y_j:after{width:6px; height:6px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:11px; left:0;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_nr .zc_lm a.ge_j{display:block; padding-bottom:20px; font-size:15px; line-height:28px; position:relative; color:#000;text-indent: 14px;font-weight: bold;}
.ny_nr .zc_lm ul li.on a.ge_j{color: #06559F;}
.ny_nr .zc_lm i{position:absolute; top:0; right:15px; display:block; font-size:20px; line-height:28px; color:#06559F; text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;font-weight: bold;}
.ny_nr .zc_lm ul li:hover i{transform:rotate(90deg);
	-webkit-transform:rotate(90deg);}
.ny_nr .zc_lm ul li.on i{color:#06569f;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);}
.ny_nr .zc_lm .gs_j{ display:none;background: #F7F7F7;}
.ny_nr .zc_lm .gs_j p{margin-bottom:2px;}
.ny_nr .zc_lm .gs_j p a{font-size:14px; text-indent:15px; line-height:50px; color:#656565; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;border-bottom: dotted 1px #F3F3F3;}
.ny_nr .zc_lm .gs_j p a:hover{background-color:#06569f; color:#FFFFFF; text-indent:25px;}
.ny_nr .zc_lm .gs_j p.on a{background-color:#06569f; color:#FFFFFF; text-indent:25px;}
.ny_nr .zc_lm .gs_j p a:hover:after{background-color:#000;}
.ny_nr .zc_lm .gs_j p.on a:after{background-color:#000;}
.ny_nr .yc_nr{width:calc(100% - 400px);}
.ny_nr .yc_nr .nc_lb .n_r{overflow: hidden;width: 100%;background: #FFFFFF;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;padding: 30px;border-bottom: solid 10px #FFFFFF;margin-bottom: 30px;position: relative;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	top: 0px;
}
.ny_nr .yc_nr .nc_lb .n_r .t_p{text-align: center;margin-bottom: 20px;}
.ny_nr .yc_nr .nc_lb .n_r .t_p img{width: 100%;height: auto;display: inline-block;}
.ny_nr .yc_nr .nc_lb .n_r .w_z a{display: block;text-align: center;color: #1E1E1E;line-height: 40px;font-size: 16px;}
.ny_nr .yc_nr .nc_lb .n_r:hover{border-bottom: solid 10px #06559F;top: -10px;}
.ny_nr .yc_nr .nc_lb .n_r:hover .w_z a{color: #06559F;}
.ny_nr .zc_fl{margin-bottom: 20px;background: #FFFFFF;padding-bottom: 30px;}
@media only screen and (max-width:1100px){
	.ny_nr{padding:30px 0 50px;}
	.ny_nr .ny_bt.cn{margin-bottom:20px; padding:15px 0px; font-size:22px; line-height:26px;}
	.ny_nr .zc_lm{width:250px; padding:20px 15px;}
	.ny_nr .zc_lm h3{font-size:18px; line-height:20px; padding-bottom:10px; margin-bottom:10px;}
	.ny_nr .zc_lm ul li{margin-bottom:15px;}
	.ny_nr .zc_lm ul li a.y_j{font-size:15px; text-indent:15px; line-height:26px; padding-bottom:15px;}
	.ny_nr .zc_lm ul li:hover a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li.on a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li a.y_j:after{top:10px;}
	.ny_nr .zc_lm a.ge_j{padding-bottom:15px; font-size:13px; line-height:26px;}
	.ny_nr .zc_lm i{right:10px; line-height:26px;}
	.ny_nr .zc_lm .gs_j{padding-bottom:15px;}
	.ny_nr .zc_lm .gs_j p a{line-height:32px;}
	.ny_nr .zc_lm .gs_j p.on a{text-indent:20px;}
	.ny_nr .zc_lm .gs_j p a:after{top:14px; left:5px;}
	.ny_nr .yc_nr{width:calc(100% - 270px);}
	.ny_nr .yc_nr .nc_lb .n_r{
		margin-bottom: 20px;
	}
	.ny_nr .yc_nr .nc_lb .n_r .w_z a{line-height: 30px;font-size: 12px;}
}
@media only screen and (max-width:768px){
	.ny_nr .zc_lm{display:none;}
	.ny_nr .yc_nr{width:100%;padding: 0px 20px;}
	.ny_nr .ny_bt.cn{padding: 0px;}
}

.ny_nr .xq_nr{background: #FFFFFF;padding: 50px 30px;}
.ny_nr .xq_nr .yy_xq{margin-bottom:30px;}
.ny_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .y_c .t_m{color: #333333;font-size: 26px;font-weight: bold; margin-bottom: 10px;}
.ny_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.ny_nr .xq_nr .yy_xq .m_r a{color: #06559F;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #06559F;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;margin-right: 20px;}
.ny_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #06559F;}
.ny_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 36px;margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .l_b{padding: 15px 0px; border-top: solid 1px #E5E5E5;border-bottom: solid 1px #E9E9E9;display: flex;align-items: center;}
.ny_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.ny_nr .xq_nr table{border:1px solid #eee; background-color:#fff; border-collapse:collapse;}
.ny_nr .xq_nr table td:first-child{background-color:#f7f7f7;width: 15%;}
.ny_nr .xq_nr table td:nth-child(3){background-color:#f7f7f7;width: 15%;}
.ny_nr .xq_nr table td{padding:15px; color:#333; text-align:center;}
.ny_nr .xq_nr .xg_cp{margin-top: 30px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
@media only screen and (max-width:1100px){
	.ny_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.ny_nr .xq_nr table td{padding:10px;}
	.ny_nr .xq_nr .yy_xq .m_s{
		font-size: 12px;line-height: 20px;
	}
	.ny_nr .xq_nr {
		padding: 30px 24px;
	}

}
@media only screen and (max-width:768px){
	.ny_nr .xq_nr {
		padding: 20px;
	}
}
@media only screen and (max-width:640px){
	.ny_nr .xq_nr {
		padding: 20px 10px;
	}
	.ny_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.ny_nr .xq_nr table td:first-child{width:25%;}
	.ny_nr .xq_nr .xg_cp{margin-top: 20px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{font-size: 12px;line-height: 20px;}
}


.xq_nr .cp_zs .cp_dt{border:1px solid #ddd; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
	.ny_nr .xq_nr .yy_xq .y_c .t_m {
		font-size: 24px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 20px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.ny_nr .xq_nr .yy_xq .m_r {

		margin-top: 20px;
	}
	.ny_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.ny_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.cp_xq{padding: 0px 15px;}
	.cp_xq .b_g{
		overflow: auto;
	}
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.ny_nr .xq_nr .yy_xq .row{ margin: 0px;}
	.ny_nr .xq_nr table td {
		font-size: 13px;
	}
}

.xw_xq{width:100%; overflow:hidden; position:relative;}
.xw_xq .xq_nr .t_m{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:inline-block;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq .xq_nr .t_m{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

.ny_nr .yy_lb .n_r{overflow: hidden;width: 100%;background: #FFFFFF;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;padding: 30px;border-bottom: solid 10px #FFFFFF;margin-bottom: 30px;position: relative;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	top: 0px;
}
.ny_nr .yy_lb .n_r .t_p{text-align: center;margin-bottom: 20px;}
.ny_nr .yy_lb .n_r .t_p img{width: 100%;height: auto;display: inline-block;}
.ny_nr .yy_lb .n_r .w_z a{display: block;text-align: center;color: #1E1E1E;line-height: 40px;font-size: 16px;}
.ny_nr .yy_lb .n_r:hover{border-bottom: solid 10px #06569f;top: -10px;}
.ny_nr .yy_lb .n_r:hover .w_z a{color: #06569f;}
@media only screen and (max-width:1100px){
	.ny_nr .yy_lb .n_r{
		margin-bottom: 20px;
	}
	.ny_nr .yy_lb .n_r .w_z a{line-height: 30px;font-size: 12px;}
}
.ny_sp{width: 100%;overflow: hidden;padding: 70px 0px;}
.ny_sp .sp_lb .n_r{ margin-bottom: 34px;}
.ny_sp .sp_lb .n_r.zz{background: #FFFFFF;padding: 15px;border: solid 1px #ededed;}
.ny_sp .sp_lb .n_r .t_p{position: relative;overflow: hidden;}
.ny_sp .sp_lb .n_r .t_p img{width: 100%;height: auto;display: block;
	transition: all 5s;
	-o-transition: all 5s;
	-ms-transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
}
.ny_sp .sp_lb .n_r .w_z{position: absolute;background: rgba(0,0,0,.5);bottom: 0px;width: 100%;line-height: 50px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_sp .sp_lb .n_r .w_z a{color: #FFFFFF;font-size: 14px;padding-left: 10px;}
.ny_sp .sp_lb .n_r .t_p:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
@media only screen and (max-width:1240px){
	.ny_sp .sp_lb .n_r .w_z a{font-size: 12px;padding-left: 7px;}
}
@media only screen and (max-width:1024px){
	.ny_sp{padding: 50px 0px;}
	.ny_sp .sp_lb .n_r{ margin-bottom: 20px;}
	.ny_sp .sp_lb .n_r .w_z a{font-size: 12px;padding-left: 5px;}
}

.ny_nr .ny_mp{position:relative; margin-bottom:50px;}
.ny_nr .map{width:100%; height:600px; background-repeat:no-repeat; background-size:cover; background-position:center;}
.ny_nr .lx_fs{width:560px; padding:45px; color:#fff; background-color:#1e50ae; position:absolute; left:8%; top:50%; margin-top:-143px;}
.ny_nr .lx_fs h3{font-size:22px; font-weight:bold; line-height:32px;}
.ny_nr .lx_fs h4{font-size:20px; line-height:26px; margin-bottom:25px; text-transform:uppercase; opacity:.5;}
.ny_nr .lx_fs .x_x{position:relative;}
.ny_nr .lx_fs .x_x ul li{margin-top:15px; padding:5px 0 5px 50px; line-height:26px; position:relative;}
.ny_nr .lx_fs .x_x i{width:36px; height:36px; border:1px solid #ddd; border-radius:50%; position:absolute; top:0; left:0; display:block; line-height:34px; text-align:center;}
.ny_nr .lx_fs .x_x i.icon-zuoji{font-size:20px;}
.ny_nr .lx_fs .x_x i.icon-youxiang1{font-size:18px;}
.ny_nr .lx_fs .x_x i.icon-dizhi1{font-size:24px;}
.ny_nr .ny_ly h3{font-size:22px; font-weight:bold; color:#000; line-height:32px;}
.ny_nr .ny_ly h4{font-size:16px; line-height:26px; color:#999; margin-bottom:30px;}
.ny_nr .ny_ly ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px;}
.ny_nr .ny_ly ul li:nth-last-child(2){width:calc(100% - 30px);}
.ny_nr .ny_ly ul li:last-child{width:calc(100% - 30px); margin-bottom:0;}
.ny_nr .ny_ly input{width:100%; height:56px; border:1px solid #ddd; border-radius:3px; padding:0 15px; line-height:54px; display:block;}
.ny_nr .ny_ly textarea{width:100%; height:130px; border:1px solid #ddd; border-radius:3px; padding:15px; line-height:26px; display:block; resize:none;}
.ny_nr .ny_ly button{width:160px; height:56px; border-radius:3px; background-color:#555; font-size:18px; line-height:56px; color:#fff; text-align:center; display:block; outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_nr .ny_ly button:hover{background-color:#1e50ae;}
@media only screen and (max-width:1400px){
	.ny_nr .map{height:500px;}
	.ny_nr .lx_fs{width:500px; padding:30px; left:5%; top:50%; margin-top:-143px;}
	.ny_nr .lx_fs h3{font-size:18px; line-height:28px;}
	.ny_nr .lx_fs h4{font-size:16px; margin-bottom:20px;}
	.ny_nr .lx_fs .x_x ul li{margin-top:10px; padding:5px 0 5px 45px;}
	.ny_nr .lx_fs .x_x i{width:32px; height:32px; line-height:30px;}
	.ny_nr .lx_fs .x_x i.icon-zuoji{font-size:18px;}
	.ny_nr .lx_fs .x_x i.icon-youxiang1{font-size:16px;}
	.ny_nr .lx_fs .x_x i.icon-dizhi1{font-size:22px;}
	.ny_nr .ny_ly h3{font-size:20px; line-height:30px;}
	.ny_nr .ny_ly h4{font-size:15px; margin-bottom:25px;}
	.ny_nr .ny_ly ul li{width:calc(33.33333333% - 30px); margin:0 15px 30px;}
	.ny_nr .ny_ly input{height:52px; line-height:50px;}
	.ny_nr .ny_ly button{width:140px; height:52px; font-size:16px; line-height:52px;}
}
@media only screen and (max-width:1100px){
	.ny_nr .lx_fs{width:380px; padding:20px; margin-top:-120px;}
}
@media only screen and (max-width:768px){
	.ny_nr .map{width:100%; height:250px;}
	.ny_nr .lx_fs{width:100%; padding:20px; margin-top:0; position:relative; top:auto; left:auto;}
	.ny_nr .ny_ly ul li{width:calc(100% - 30px);}
}
.m_nav .qa_2 .dsd_f4{top: 30px;}
.sy_cp .b_u a{color: #FFFFFF;}
.sy_cp .b_v a{color: #FFFFFF;}
.footer .d_k a{color: #FFFFFF;font-size: 16px;}
.yw_tz{width:100%;overflow:hidden;padding:20px 0px;display:flex;justify-content:center;}
.yw_tz a{display:block;width:120px;height:40px;text-align:center;color:#FFFFFF;background-color:#1c65c1;line-height:40px;font-size:14px;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}