body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #0461b2;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}


.p1
{
    text-align:left;
    margin-left: 18rem;
}
.p2
{
    font-size: 6rem;
    line-height: 7.2rem;
    text-align: center;
    letter-spacing: 10px;
    font-weight:700 !important;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::-moz-selection {
	background-color: #e62129;
    color: white;
}

*::-webkit-selection {
	background-color: #e62129;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.e_text-10
{
    display:none;
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container {
		width: 95%;
		padding: 0;
	}
	.containers {
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 700px) {
	.container {
		width: 95%;
		padding: 0;
	}
	.containers {
		width: 100%;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 95%;
		padding: 0;
	}
	.containers {
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 95%;
	}
	.containers {
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
}
@media (min-width: 1550px) {
	.container {
		width: 1480px;
	}
	.containers {
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
}

/*公共头部样式*/
header {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 9.4rem;
	position: absolute;
	background-color: #ffffff63;
}
header:before {
	top: 0px;
	left: 50%;
	z-index: 1;
	content: '';
	width: 48rem;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-left: -96rem;
}
header .logo {
	z-index: 2;
	float: left;
	width: 320px;
	display: block;
	height: 4.6rem;
	margin: 2.4rem 0;
	position: relative;
	transition: all 0.5s;
}
header .logo img {
	width: 100%;
}
header .header-right {
	z-index: 2;
	height: 100%;
	float: right;
	width: 77.6rem;
	position: relative;
}
.header-right .header-menu {
    width: 100%;
    height: 94px;
    margin: 0;
    text-align: center;
    transition: all 0.5s;
}
.header-menu li {
    float: left;
    width: 120px;
    height: 94px;
    margin-left: 11px;
    position: relative;
    line-height: 94px;
}
.header-menu li:first-of-type {
	width: 120px;
    margin-left: 0px;
}
.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before,.header-menu li:nth-of-type(5) h4:before {
	top: 0.9rem;
	content: '';
	width: 1rem;
	right: -2.2rem;
	height: 0.9rem;
	display: block;
	position: absolute;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.header-menu li h4 {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    line-height: 94px;
}
.header-menu li h4 a {
	color: #202020;
}
.header-menu li.active h4 a {
	color: #202020;
}
.header-menu li:hover h4 a {
	color: #ffffff;
	display:block;
	background-color:#004098b8;
}
.header-right .header-top {
	right: 0;
	top: 3.6rem;
	width: 25rem;
	height: 2.6rem;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s;
}
.header-top .header-en {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.6rem;
}
.header-top .header-search {
	float: right;
	width: 16.5rem;
	overflow: hidden;
	background-color: #ffffff;
	margin-top: 31px;
}
.header-search input {
	border: none;
	width: 12.5rem;
	height: 2.6rem;
	color: #000000;
	padding-left: 1rem;
	background-color: transparent;
}
.header-search input::-webkit-input-placeholder {
	color: #dedede;
}
.header-search input:-moz-placeholder {
	color: #dedede;
}
.header-search input::-moz-placeholder {
	color: #dedede;
}
.header-search input:-ms-input-placeholder {
	color: #dedede;
}
.header-search img {
	width: 1.4rem;
	margin: 0 0.5rem 0;
}
header .header-icon {
	float: right;
	width: 4.5rem;
	height: 4.5rem;
	overflow: hidden;
	margin: 2.5rem 0 0;
	border-radius: 3px;
	position: relative;
	background-color: #e62129;
}
.header-icon li {
	top: 50%;
	left: 50%;
	width: 2.8rem;
	height: 0.6rem;
	overflow: hidden;
	position: absolute;
	border-radius: 0.3rem;
	background-color: #FFFFFF;
}
.header-icon li:nth-of-type(1) {
	margin: -1.2rem 0 0 -1.4rem;
}
.header-icon li:nth-of-type(2) {
	margin: -0.3rem 0 0 -1.4rem;
}
.header-icon li:nth-of-type(3) {
	margin: 0.6rem 0 0 -1.4rem;
}
header.header-click .header-icon li:nth-of-type(1) {
	margin: -0.3rem 0 0 -1.4rem;
	transform: rotate(-45deg);
}
header.header-click .header-icon li:nth-of-type(2) {
	opacity: 0;
}
header.header-click .header-icon li:nth-of-type(3) {
	margin: -0.3rem 0 0 -1.4rem;
	transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
	header {
		transition: all 0.5s;
	}
	.header.header-roll,.header.header-click {
		top: 0;
		position: fixed;
		box-shadow: 0px 0px 1.5rem rgb(0 0 0 / 30%);
        background-color: #ffffff;
	}
	header:before {
	    width: 43.1rem;
	    margin-left: -49.6rem;
	}
	header .logo {
	    width: 17.5rem;
	    height: 5.1rem;
	    margin: 2.2rem 0;
	}
	header .header-right {
		left: 0;
		width: 100%;
		top: 9.3rem;
		float: none;
		display: none;
		position: fixed;
		overflow: hidden;
		background-color: #004098;
		height: -moz-calc(100% - 90px);
		height: -webkit-calc(100% - 90px);
		height: calc(100% - 90px);
	}
	.header-right .header-top {
	    top: 0;
	    right: 0;
	   	width: 65rem;
	   	height: auto;
	    margin: 4rem auto;
	    position: relative;
	}
	.header-top .header-en {
	    font-size: 2.4rem;
	    line-height: 5.5rem;
	}
	.header-top .header-search {
	    width: 100%;
	}
	.header-search input {
	    width: 53.5rem;
	    height: 5.5rem;
	    font-size: 2rem;
	    line-height: 5.5rem;
	    padding-left: 1.5rem;
	}
	.header-search img {
	    width: 2.8rem;
	    margin: -0.8rem 0.8rem 0;
	}
	.header-right .header-menu {
	    width: 65rem;
	    height: auto;
	    overflow: hidden;
	    text-align: justify;
	    margin: 3.5rem auto 0;
	}
	.header-menu li {
		height: auto;
		margin: 0 0 2rem;
		width: 100% !important;
	}
	.header-menu li h4 {
	    font-size: 3.6rem;
	    line-height: 5rem;
	    font-weight: normal;
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before {
		top: 50%;
		width: 2rem;
		height: 2rem;
		right: 2.2rem;
		margin-top: -1rem;
		transition: all 0.5s;
		transform: rotate(-90deg);
	}
	.header-menu li:hover h4:before{
		transform: rotate(0deg);
	}
	.header-menu li .two-menu {
		width: 100%;
		display: none;
		overflow: hidden;
		font-size: 2.4rem;
		line-height: 4rem;
		padding: 1rem 3rem 0;
	}
	.two-menu p {
		width: 100%;
		overflow: hidden;
	}
	.two-menu p a {
		color: #ffffff;
	}
	.header-menu li .two-menu ul 
	{
	    position: relative;
	}
	.header-menu li .two-menu ul li 
	{
	    
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before,.header-menu li:nth-of-type(5) h4:before {
	    background-image: url(../images/md.png);
    }
    .service_lt {
        width: 100% !important;
        height: auto !important;
    }
    .service_rl_1 {
        padding: 30px !important;
    }
    .service_rl_2 {
        margin-top: 0px !important;
    }
    .service_rl {
        width: 100% !important;
        margin-left: 0!important;
    }
    header .header-right {
        width: 100% !important;
    }
    .banner_txt p {
        width: 79% !important;
        font-size: 22px !important;
    }
    .banner_txt {
        font-size: 30px !important;
        top: 45% !important;
        left: 28px !important;
        line-height: 37px !important;
    }
}
@media only screen and (max-width: 720px) {
	header {
	    top: 0;
	    height: 5.4rem;
	}
	header:before {
	    width: 32.8rem;
	    margin-left: -36rem;
	}
	header .logo {
	    width: 19rem !important;
        height: 3.2rem;
        margin: 1.5rem 0 0 !important;
	}
	header .header-icon {
		width: 3rem;
		height: 3rem;
		margin: 1.2rem 0 0;
	}
	.header-icon li {
		width: 1.6rem;
		height: 0.2rem;
	}
	.header-icon li:nth-of-type(1) {
		margin: -0.6rem 0 0 -0.8rem;
	}
	.header-icon li:nth-of-type(2),header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -0.1rem 0 0 -0.8rem;
	}
	.header-icon li:nth-of-type(3) {
		margin: 0.4rem 0 0 -0.8rem;
	}
	header .header-right {
		top: 5.3rem;
		height: -moz-calc(100% - 5rem);
		height: -webkit-calc(100% - 5rem);
		height: calc(100% - 5rem);
	}
	.header-right .header-top {
	   	width: 32.5rem;
	    margin: 2rem auto;
	}
	.header-top .header-en {
	    line-height: 4rem;
	    font-size: 1.8rem;
	}
	.header-top .header-search {
	    height: 4rem;
	    width: 100%;
	    margin-bottom: 26px;
	}
	.header-search input {
	    height: 4rem;
	    width: 25.5rem;
	    line-height: 4rem;
	    font-size: 1.4rem;
	    padding-left: 1rem;
	}
	.header-search img {
	    width: 1.8rem;
	    margin: 0 2.9rem 0;
	}
	.header-right .header-menu {
	    width: 32.5rem;
	    margin: 2rem auto 0;
	}
	.header-menu li {
		margin: 0 0 1rem;
	}
	.header-menu li h4 {
	    font-size: 2rem;
	    line-height: 3.5rem;
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before {
		width: 1rem;
		right: 1rem;
		height: 1rem;
		margin-top: -0.5rem;
	}
	.header-menu li .two-menu {
		font-size: 1.8rem;
		line-height: 3rem;
		padding: 1rem 2rem 0;
	}
	.index-banner {
        margin-top: 54px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
    }
    .footer-top .footer1 {
        margin-top: 0px !important;
    }
}
@media only screen and (min-width: 992px) {
	.header.header-roll {
        top: 0;
        height: 94px;
        position: fixed;
        box-shadow: 0px 0px 1.5rem rgb(0 0 0 / 30%);
        background-color: #ffffff;
    }
	.header.header-roll .logo {
        margin: 2.7rem 0;
    }
	header.header-roll .header-right .header-top {
		top: 3.4rem;
	}
	.header-top .header-search {
        width: 16.5rem !important;
        border: #e2e2e2 solid 1px !important;
    }
    .header-right .header-top {
        overflow: inherit;
    }
	header.header-roll .header-right .header-menu {
        margin: 0;
        height: 94px;
    }
	header:before {
	    width: 31.5rem;
	    margin-left: -63rem;
	}
	header .header-right {
		width: 67.6rem;
	}
	.header-menu li {
	    margin-left: 11px;
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before,.header-menu li:nth-of-type(5) h4:before {
		right: -1.5rem;
	}
	.header-menu li .two-menu {
        left: 50%;
        top: 94px;
        width: 12rem;
        display: none;
        overflow: hidden;
        position: absolute;
        margin-left: -59px;
        background-color: #ffffffb8;
        box-shadow: -1rem 0px 1.5rem rgb(0 0 0 / 20%);
    }
	.two-menu p {
		width: 100%;
		height: 4rem;
		overflow: hidden;
		font-size: 1.6rem;
		line-height: 4rem;
		border-top: 1px solid #004098b8;
	}
	.two-menu p a {
		color: #333333;
	}
	.two-menu p:hover {
		background-color: #004098b8;
	}
	.two-menu p:hover a {
		color: #ffffff;
	}
	header.header-roll .header-menu li .two-menu {
        top: 94px;
    }
	header .header-icon {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
	header:before {
	    width: 48rem;
	    margin-left: -77.5rem;
	}
	header .header-right {
        width: 87.7rem;
    }
	.header-menu li {
	    margin-left: 11px;
	}
	.header-menu li {
        width: 100px;
    }
    .header-menu li:first-of-type {
        width: 100px;
    }
}
@media only screen and (min-width: 1300px) {
	header:before {
	    width: 48rem;
	    margin-left: -77.5rem;
	}
	header .header-right {
        width: 94.7rem;
    }
	.header-menu li {
	    margin-left: 11px;
	}
	.header-menu li {
        width: 100px;
    }
    .header-menu li:first-of-type {
        width: 100px;
    }
    .header-menu li {
        margin-left: 3px;
    }
}
@media only screen and (min-width: 1550px) {
	header:before {
	    width: 65rem;
	    margin-left: -96rem;
	}
	header .header-right {
		width: 101.6rem !important;
	}
	.header-menu li {
        width: 120px;
    }
    .header-menu li:first-of-type {
        width: 120px;
    }
	.header-menu li {
        margin-left: 0;
    }
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before,.header-menu li:nth-of-type(5) h4:before {
		right: -2.2rem;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
	background-color: #004098e0;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	padding: 5.5rem 0;
	border-bottom: 1px solid hsl(0deg 0% 100% / 70%);
}
.footer-top .footer1 {
	float: left;
	width: 21rem;
	overflow: hidden;
	margin-top: 66px;
}
.footer1 img {
	width: 100%;
}
.footer-top .footer2 {
	float: left;
	width: 42.5rem;
	color: #ffffff;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin: 2.5rem 8.5rem 0 14.5rem;
}
.footer-top .footer3 {
	float: left;
	width: 34.5rem;
	overflow: hidden;
	margin: 2.5rem 0 0;
}
.footer2 h3 {
	width: 100%;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem;
	margin: 0 0 1.2rem;
	line-height: 2.6rem;
	border-bottom: 1px solid #ffffff;
}
.footer2 ul {
	width: 100%;
	overflow: hidden;
	padding-left: 0.2rem;
}
.footer2 ul li {
	float: left;
	overflow: hidden;
	margin-right: 3rem;
}
.footer3 h3 {
	width: 100%;
	color: #ffffff;
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem;
	line-height: 2.6rem;
	border-bottom: 1px solid #ffffff;
}
.footer3 a {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0 4.5rem 1.3rem 0.5rem;
}
.footer3 a:hover {
	/* color: #e62129; */
	text-decoration: underline !important;
}
.footer-top .footer4 {
	float: right;
	width: 11.5rem;
	color: #ffffff;
	overflow: hidden;
	line-height: 2rem;
	margin: 1.5rem 0 0;
	text-align: center;
}
.footer4 img {
	width: 100%;
	margin: 0 0 0.8rem;
}
footer .footer-bottom {
	width: 100%;
	color: #ffffff;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 1.5rem 0 2.8rem;
}
.footer-bottom a {
	color: #ffffff;
}
.footer-bottom a:hover {
	color: #e62129;
	text-decoration: underline !important;
}
.footer-bottom p {
	float: left;
}
.footer-bottom p:first-of-type br {
	display: none;
}
.footer-bottom p:last-of-type {
	float: right;
}

@media only screen and (max-width: 1320px) {
    header .logo {
        width: 251px;
        margin: 2.9rem 0;
    }
}
@media only screen and (max-width: 1250px) 
{
    .header-menu li:first-of-type {
        width: 100px;
        margin-left: 0px;
    }
    .header-menu li {
        width: 100px;
    }
    header .header-right {
        width: 76.7rem;
    }
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 8.4rem 0 6.3rem;
	}
	.footer-top .footer1 {
		float: none;
		width: 36.1rem;
	}
	.footer-top .footer2 {
		float: none;
		width: 100%;
		font-size: 2.1rem;
		margin: 10.5rem 0 0;
		line-height: 3.5rem;
	}
	.footer-top .footer3 {
		width: 100%;
		margin: 7rem 0 0;
		float: none;
	}
	.footer2 h3 {
		font-size: 2.8rem;
		margin: 0 0 1.5rem;
		padding: 0 0 1.5rem;
		line-height: 3.5rem;
	}
	.footer2 ul,.footer2>p {
		padding-left: 0.5rem;
	}
	.footer2 ul li {
		margin-right: 4rem;
	}
	.footer3 h3 {
		margin: 0 0 3rem;
		padding: 0 0 1rem;
		font-size: 2.8rem;
		line-height: 3.5rem;
	}
	.footer3 a {
		font-size: 2.2rem;
		line-height: 2.5rem;
		margin: 0 6.8rem 2.5rem 0.8rem;
	}
	.footer-top .footer4 {
		float: none;
		width: 20rem;
		font-size: 2.1rem;
		margin: 8.5rem 0 0;
		line-height: 2.5rem;
	}
	.footer4 img {
		margin: 0 0 2rem;
	}
	footer .footer-bottom {
		font-size: 2.1rem;
		line-height: 4rem;
		padding: 3.2rem 0 3.5rem;
	}
	.footer-bottom p:last-of-type {
	    float: none;
	}
	.header-menu li h4 a {
        color: #ffffff !important;
        width: 40%;
    }
    .litebox-overlay .litebox-prev {
        left: 10% !important;
    }
    .litebox-overlay .litebox-next {
        right: 10% !important;
    }
}
@media only screen and (max-width: 720px) {
	footer .footer-top {
		padding: 4rem 0 3rem;
	}
	.footer-top .footer1 {
		width: 18.5rem;
	}
	.footer-top .footer2 {
		margin: 3rem 0 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.footer-top .footer3 {
		margin: 2.5rem 0 0;
	}
	.footer2 h3 {
		margin: 0 0 1rem;
		padding: 0 0 1rem;
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
	.footer2 ul,.footer2>p {
		padding-left: 0;
	}
	.footer2 ul li {
		margin-right: 2rem;
	}
	.footer3 h3 {
		padding: 0 0 1rem;
		font-size: 1.8rem;
		margin: 0 0 1.5rem;
		line-height: 2.5rem;
	}
	.footer3 a {
		font-size: 1.4rem;
		line-height: 2rem;
		margin: 0 0px 1rem 0;
        width: 33.33%;
	}
	.footer-top .footer4 {
		width: 11rem;
		margin: 2rem 0 0;
		font-size: 1.4rem;
		line-height: 2.5rem;
		display: none;
	}
	.footer4 img {
		margin: 0 0 1rem;
	}
	footer .footer-bottom {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 1.5rem 0 2rem;
	}
	.footer-bottom p {
		float: none;
	}
	.footer-bottom p:first-of-type br {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 4rem 0;
	}
	.footer-top .footer1 {
		width: 14rem;
	}
	.footer-top .footer2 {
		width: 35rem;
		font-size: 1.2rem;
		line-height: 2rem;
		margin: 1.5rem 4rem 0;
	}
	.footer-top .footer3 {
		width: 24rem;
		margin: 1.5rem 0 0;
	}
	.footer2 h3 {
		margin: 0 0 1rem;
		padding: 0 0 1rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.footer2 ul li {
		margin-right: 2rem;
	}
	.footer3 h3 {
		padding: 0 0 1rem;
		font-size: 1.6rem;
		line-height: 2rem;
		margin: 0 0 1.5rem;
	}
	.footer3 a {
		font-size: 1.2rem;
		margin: 0 2.5rem 1rem 0.5rem;
	}
	.footer-top .footer4 {
		width: 11.5rem;
		margin: 1.5rem 0 0;
	}
	.footer4 img {
		margin: 0 0 0.8rem;
	}
	footer .footer-bottom {
		font-size: 1.2rem;
		padding: 1rem 0 2rem;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 5.5rem 0;
	}
	.footer-top .footer1 {
		width: 320px;
	}
	.footer-top .footer2 {
		width: 40rem;
		font-size: 1.4rem;
    	line-height: 2.4rem;
		margin: 2.5rem 4rem 0;
	}
	.footer-top .footer3 {
		width: 25.5rem;
		margin: 2.5rem 0 0;
	}
	.footer2 h3 {
		padding: 0 0 1rem;
		font-size: 1.8rem;
		margin: 0 0 1.2rem;
		line-height: 2.6rem;
	}
	.footer2 ul li {
		margin-right: 2rem;
	}
	.footer3 h3 {
		margin: 0 0 2rem;
		padding: 0 0 1rem;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.footer3 a {
		font-size: 1.5rem;
		margin: 0 2rem 1.3rem 0.5rem;
	}
	.footer-top .footer4 {
		width: 11.5rem;
		margin: 1.5rem 0 0;
	}
	.footer4 img {
		margin: 0 0 0.8rem;
	}
	footer .footer-bottom {
		font-size: 1.4rem;
		padding: 1.5rem 0 2.8rem;
	}
}
@media only screen and (min-width: 1550px) {
	.footer-top .footer2 {
		width: 42.5rem;
		margin: 2.5rem 8.5rem 0 14.5rem;
	}
	.footer-top .footer3 {
		width: 34.5rem;
	}
	.footer2 ul li {
		margin-right: 3rem;
	}
	.footer3 a {
		margin: 0 4.5rem 1.3rem 0.5rem;
	}
}
/*公共顶部banner样式*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .banner-masked {
	left: 0;
	z-index: 2;
	width: 100%;
	top: 33.5rem;
	height: 44rem;
	color: #FFFFFF;
	line-height: 2rem;
	position: absolute;
}
.banner-masked a {
	color: #FFFFFF;
}
.banner-masked a:hover {
	color: #e62129;
	text-decoration: underline !important;
}
.banner-masked h2 {
	color: #FFFFFF;
	font-size: 4.8rem;
	line-height: 8rem;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.5rem;
}
.banner-masked h2:after {
	top: 1rem;
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background-color: #e62129;
}
.banner-masked h5 {
	height: 4rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.banner-masked .banner-menu {
	width: 100%;
	overflow: hidden;
	margin: 21rem 0 0;
	text-align: center;
	padding: 1.5rem 0 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.banner-menu a {
	color: #FFFFFF;
	margin: 0 2.3rem;
	font-size: 1.6rem;
	line-height: 2.5rem;
	display: inline-block;
}
.banner-menu a:hover {
	color: #e62129;
}
.banner-menu01 {
 	display:none !important;
}
.banner-masked .banner-down {
	width: 2.6rem;
	height: 2.6rem;
	cursor: pointer;
	position: relative;
	margin: 2.7rem auto 0;
}
.banner-down img {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	margin: -3rem 0 0 -1.3rem;
	animation: bdimg 1s linear infinite;
	-webkit-animation: bdimg 1s linear infinite;
}
@keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@-moz-keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@-ms-keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@-webkit-keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@media only screen and (max-width: 991px) {
	.banner>img {
		left: 0;
		width: 130rem;
		position: relative;
		margin-left: -65rem;
	}
	.banner .banner-masked {
		top: 22rem;
	}
	.banner-masked .banner-menu {
	    margin: 8rem 0 0;
	}
}
@media only screen and (max-width: 720px) {
	.banner>img {
        width: 208%;
        margin-left: -299px;
        margin-top: 70px;
    }
    .banner_txt
    {
        display: none;
    }
	.banner .banner-masked {
		top: 18rem;
		height: -moz-calc(100% - 18rem);
		height: -webkit-calc(100% - 18rem);
		height: calc(100% - 18rem);
	}
	.banner-masked h2 {
		font-size: 2.8rem;
		line-height: 4rem;
		letter-spacing: 0.2rem;
	}
	.banner-masked h2:after {
		top: 0.5rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	.banner-masked h5 {
		height: 12rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.banner-masked h5 br {
		display: none;
	}
	.banner-masked .banner-menu {
		left: 50%;
		bottom: 4rem;
		width: 32.4rem;
		padding: 1rem 0 0;
		position: absolute;
		margin: 0 0 0 -16.2rem;
	}
	.banner-menu a {
		margin: 0 0.4rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.banner-masked .banner-down {
		left: 50%;
		bottom: 0;
		width: 2rem;
		position: absolute;
		margin: 0 0 0 -1rem;
	}
	.banner-menu01 {
		display: block !important;
	}
	.banner-menu02 {
		display: none !important;
	}
}
@media only screen and (min-width: 992px) {
	.banner>img {
		left: 50%;
		width: 130rem;
		position: relative;
		margin-left: -65rem;
	}
	.banner .banner-masked {
		top: 22rem;
	}
	.banner-masked .banner-menu {
	    margin: 8rem 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.banner>img {
		width: 160rem;
		margin-left: -80rem;
	}
	.banner .banner-masked {
		top: 28rem;
	}
	.banner-masked .banner-menu {
	    margin: 14rem 0 0;
	}
	.banner_txt
	{
	    left:34px !important;
	}
}
@media only screen and (min-width: 1550px) {
	.banner>img {
		width: 192rem;
		margin-left: -96rem;
	}
	.banner .banner-masked {
		top: 33.5rem;
	}
	.banner-masked .banner-menu {
	    margin: 21rem 0 0;
	}
	.banner_txt
	{
	    left:207px !important;
	}
}
@media only screen and (min-width: 1921px) {
	.banner>img {
		left: 0px;
		width: 100%;
		margin-left: 0px;
	}
}


.application-row .col:nth-child(1) .box 
{
background-color:#935f4b;
text-align: center;
}
.application-row .col:nth-child(1):hover .box {
background: url(../images/2-5.jpg) no-repeat left center;
text-align: center;
}
.application-row .col:nth-child(2) .box {
background-color:#008ad1;
text-align: center;
}
.application-row .col:nth-child(2):hover .box {
background: url(../images/2-1.jpg) no-repeat left center;
text-align: center;
}
.application-row .col:nth-child(3) .box {
background-color:#009933;
text-align: center;
}
.application-row .col:nth-child(3):hover .box {
background: url(../images/2-2.jpg) no-repeat left center;
text-align: center;
}
.application-row .col:nth-child(4) .box {
background-color:#4054a0;
text-align: center;
}
.application-row .col:nth-child(4):hover .box {
background: url(../images/2-3.jpg) no-repeat left center;
text-align: center;
}
.application-row .col:nth-child(5) .box {
background-color:#e20613;
text-align: center;
}
.application-row .col:nth-child(5):hover .box {
background: url(../images/2-4.jpg) no-repeat left center;
text-align: center;
}
.big {
	background-color: transparent;
	position: relative;
	height: 100px;
	top: -58px;
	z-index: 10;
}
.box {
	height: 80px;
	transition: all 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:80px;
}
.box p {
	color: #fff;
	font-size: 20px;
	position: relative;
}
.box:hover p {
	color: #fff;
	margin: 45px 0px 0px 0px;
	font-size: 20px;
	position: relative;
}
.box span {
	width: 50px;
	height:50px;
	margin-bottom: 15px;
	display: block;
	transform: scale(0);
	margin: 0 auto -45px;
	transition: all 0.5s;
}
.box-content {
    width: 100%;
    height: 100%;
}
.box span img {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.big:hover .box {
	height: 200%;
}
.big:hover .box-content {
	padding: 1rem;
	background-color: #00000066;
}
.big:hover span {
	transform: scale(1);
	margin-bottom: 15px;
}
 .big:hover .box p::after {
display: block;
}
 @media screen and (max-width:1200px) 
 {
     .index-banner .banner-txt {
        width: 100% !important;
    }
    .banner-txt h2 {
        font-size: 4rem !important;
        text-align: center;
    }
    .index-banner .banner-txt {
        padding: 30rem 0 !important;
    }
}
 @media screen and (max-width:992px) 
 {
.big .box {
	height: 100%;
}
 .big:hover .box {
height: 180%;
}
 .box span {
width: 60px;
height: 60px;
}
 .box p {
font-size: 18px;
}
.box p::after {
    left: 24% !important;
}
.box span {
	transform: scale(1) !important;
}
.big .box {
	height: 125px !important;
}
.big span {
	margin-bottom: 40px !important;
}
.box span img {
    margin-top: 30px !important;
}
header {
    top: 0 !important;
}
.index-banner .banner-txt {
    padding: 5.5rem 10px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px !important;
}
.index_one {
    padding: 150px 0 80px !important;
}
.e_video-49
{
    display:none;
}
.cbox-6-1
{
    display:none;
}
.big:hover .box {
    height: 125px !important;
}
.big {
    height: 125px !important;
    top: -20px !important;
}
.big .box p::after {
    display: block;
}
#c_static_534-1657682922964 {
    background-size: cover !important;
}
.e_text-10
{
    display:block !important;
}
.e_text-10 img
{
    width:100%;
}
#c_static_534-1657682922964 .e_container-6 {
    width: 83% !important;
}
#c_static_534-1657682922964 .e_richText-10 {
    width: 100% !important;
}
}
 @media screen and (max-width:996px) {
 .box span {
width:45px;
height: 45px;
}
 .box p {
font-size: 16px;
}
}
 @media screen and (max-width:768px) {
 .box span {
width: 35px;
height: 35px;
}
 .box p {
font-size: 14px;
}
.service_lt {
    width: 100% !important;
    height: auto !important;
}
.service_rl {
    width: 100% !important;
    margin-left: 0 !important;
}
.service_rl_1 {
    padding: 25px !important;
}
.service_rl_2 {
    margin-top: 0 !important;
}
.index_four {
    margin: 50px 0px 20px !important;
}
}


.title-common {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	color: #c2c2c2;
	font-size: 14px;
	margin: 45px 0 35px;
}
.title-common a {
	color: #c2c2c2;
}
.title-common p {
	background: url(../images/home.png) no-repeat left center;
	padding: 0 0 0 25px;
}
.title-common a:hover {
	color: #003089;
	text-decoration: underline !important;
}
@media only screen and (max-width: 700px) {
	.title-common {
		margin: 30px 0 20px;
	}
}


.nodata{ width:100%; float:left; font-size:16px; text-align:center; margin:150px 0px;}


.page {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
}
.page a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; text-transform:uppercase; width:50px !important; margin:0 !important; text-align: center;}
.page a.cur,.page a:hover{ background:#0461b2; border-top-color:#0461b2; border-bottom-color:#0461b2; color:#fff;}
.page a:first-child{ border-left:1px solid #eee;}
.p_rt a{ font-size:14px; border-right:none; border-left:1px solid #eee;}
.p_rt a:last-child{ border-right:1px solid #eee;}


#site_footer{ width:100%; height:168px; float:left; background-color:#2f318b;}
.full_width{ width:840px; margin:0 auto;}
.full_widths_pc{ width:840px; margin:0 auto;}
.full_widths_mob{ width:840px; margin:0 auto; display:none;}
.nav1{ width:100%; float:left; margin-top: 45px;
    margin-bottom: 28px;}
.nav1 ul li{ width:120px; float:left; text-align:center; line-height:25px; border-right:#ffffff solid 1px;}
.nav1 ul li a{color: #ffffff; font-size:16px;}
.full_content{ width:840px; margin:0 auto; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}



.g-hnews {
	padding-top: 60px;
	padding-bottom: 70px;
	background-color:#f5f5f5;
	background: url(../images/news_bg.jpg) no-repeat top center;
	background-size: cover;
}
.g-hnews .box-title {
	margin-bottom: 39px;
}
.g-hnews .box-title a {
	color: #fff;
}
.g-hnews .box-title a:hover {
	color: #ccc;
}
.m-hnews {
	overflow: hidden;
}
.m-hnews .list-item {
	float: left;
	margin-right: 3.91667%;
	width: 30.66667%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 23px;
	padding-bottom: 20px;
	padding-left: 19px;
	padding-right: 19px;
}
.m-hnews .item-name {
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	color: #004898;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:20px;
}
.m-hnews .item-name a {
	color: #004898;
}
.m-hnews .item-name a:hover {
	color: #1d7acd;
}
.m-hnews .item-pic {
	margin-top: 14px;
	overflow: hidden;
    display: block;
}
.m-hnews .item-title {
	margin-top: 23px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-size: 1.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-hnews .item-desc {
	margin-top: 10px;
}
.m-hnews .item-desc a {
	display: block;
	height: 78px;
	line-height: 26px;
	font-size: 14px;
	text-indent: 28px;
	color: #333;
	overflow: hidden;
	text-align: justify;
}
.m-hnews .item-desc a:hover {
	color: #1d7acd;
}
.m-hnews .item-link {
	margin-top: 18px;
	display: block;
	width: 115px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #0461b2;
	border-radius: 5px;
}
.m-hnews .item-link:hover {
	background-color: #e30213;
}
.list-item img{ width:100%; transition: all 0.5s !important;}
.list-item img:hover{ transform: scale(1.1) !important;}
 @media screen and (max-width: 767px) {
.g-hnews {
margin-top: 30px;
padding: 30px 0;
}
 .g-hnews .box-title {
margin-bottom: 30px;
}
 .m-hnews .list-item {
padding: 10px;
}
 .m-hnews .item-title {
font-size: 14px;
font-size: 1.4rem;
}
 .m-hnews .item-desc a {
height: 76px;
line-height: 24px;
font-size: 14px;
}
}
 @media screen and (max-width: 480px) {
.m-hnews .list-item {
margin-right: 0;
margin-top: 25px;
width: 100%;
}
 .m-hnews .list-item:first-child {
margin-top: 0;
}
}


.g-hsolution {
	margin-top: 61px;
}
.g-hsolution .box-title {
	margin-bottom: 28px;
}
.m-hsolution {
	margin-bottom: 60px;
	overflow: hidden;
}
.m-hsolution .list-item {
	position: relative;
	float: left;
	margin-right: 0.33333%;
	margin-bottom: 6px;
	width: 33.08333%;
	overflow: hidden;
}
.m-hsolution .list-item:hover .item-modal {
	top: 0;
}
.m-hsolution .item-title {
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 2;
	padding: 0;
	width: 100%;
	font-size: 22px;
	color: #222222;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
}
.m-hsolution .item-title a {
	color: #222222;
}
.m-hsolution .item-title a:hover {
	color: #222222;
}
.m-hsolution .item-modal a {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	width: 90px;
	padding-top: 41px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background: url("../images/vm1.png") no-repeat center top;
}
 @media screen and (max-width: 959px) {
.m-hsolution .item-title {
    font-size: 20px;
    }
.m-hsolution {
    margin-bottom: 20px !important;
}
.m-hnews .item-name {
    line-height: 42px !important;
    font-size: 20px !important;
    height: 40px;
}
.full_widths_pc{ width: 90% !important; margin-top: 25px; display:none;}
.full_widths_mob{ width: 90% !important; margin-top: 15px; display:block;}
.full_width{ display:none;}
.full_content{ width:100% !important;}
.m-hnews .item-link {
    width: 100px !important;
    line-height: 30px !important;
    font-size: 14px !important;
}
}
 @media screen and (max-width: 767px) {
.g-hsolution {
margin-top: 30px;
}
 .g-hsolution .box-title {
margin-bottom: 30px;
}
}
 @media screen and (max-width: 480px) {
.m-hsolution .list-item {
width: 100%;
margin-right:0 !important;
}
}