@charset "utf-8";

/* CSS Document */
/*  初始化  */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei";
}

table,
td {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

#fontzoom table,
#fontzoom td {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	font-family: "Microsoft YaHei";
}

#fontzoom table {
	text-align: center;
	border-collapse: collapse;
	width: 100% !important;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

select {
	-webkit-appearance: none
}

input {
	-webkit-appearance: none
}

/*  调用样式  */
.fl {
	float: left;
}

.flr {
	float: right;
}

.ct {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.clearfixe:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.body {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

.mains {
	width: 100%;
	height: auto;
	background-color: #fff;
}

/*首页*/
.header_m {
	display: none;
}

.header {
	width: 100%;
	height: 150rem;
	background: url(../images/1.png) no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s;
}

.header.on {
	background: url(../images/5.png) no-repeat;
	background-position: center top;
	background-size: 100% 80%;
	height: 177rem;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	z-index: 10;
}

.header1 {
	width: 1600rem;
	height: 150rem;
	margin: 0 auto;
	display: block;
}

.logo {
	width: 374rem;
	height: 89rem;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20rem;
}

.header_right {
	width: 1180rem;
	height: 150rem;
	position: relative;
}

.header_right_top {
	float: right;
	margin: 0 auto;
	height: 60rem;
}

.header_right_top a {
	font-size: 16rem;
	color: #fff;
	float: left;
	line-height: 60rem;
}
.header_right_top a:hover{
	color: #fff;
}
.header_right_top span {
	font-size: 16rem;
	color: #fff;
	margin: 0 18rem;
	float: left;
	line-height: 60rem;
}

.header_right_top .search {
	width: 17rem;
	height: 60rem;
	background: url(../images/2.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	float: left;
	cursor: pointer;
}

.header_right_top * {
	transition: all 0.3s;
}

.header_right_top .search form {
	width: 240rem;
	height: 38rem;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	border-radius: 20rem;
	position: absolute;
	top: 21rem;
	right: -400rem;
}

.header_right .search form .sousuo_ipt1 {
	width: 130rem;
	height: 38rem;
	border: 0;
	padding: 0 20rem;
	float: left;
	font-size: 14rem;
	color: #666;
	background: none;
}

.header_right .search form .sousuo_ipt2 {
	width: 60rem;
	height: 25rem;
	border: 0;
	float: right;
	background: url(../images/2_1.png) no-repeat;
	background-position: center center;
	background-size: 18rem auto;
	cursor: pointer;
	border-left: 1px solid #eeeeee;
	margin-top: 7rem;
	box-sizing: border-box;
}

.header_right .search:hover form {
	right: -20rem;
}

.nav {
	width: 90%;
	height: 38rem;
	float: right;
	margin: 0;
}

.nav_ul {
	width: 100%;
	margin: 0 auto;
	height: 38rem;
	display: flex;
	justify-content: space-between;
}

.nav_li {
	width: auto;
	height: 38rem;
	text-align: center;
	transition: all 0.3s;
	position: relative;
}

.nav_li * {
	transition: all 0.3s;
}

.nav_li:hover {
	transition: all 0.3s;
}

.nav_li:hover * {
	transition: all 0.3s;
}

.nav_li>a {
	font-size: 18rem;
	color: #fff;
	height: 38rem;
	line-height: 1;
	position: relative;
	display: block;
	width: 100%;
}

.nav_li>a h3 {
	font-size: 18rem;
	height: 38rem;
	display: inline;
	font-weight: bold;
}

.nav_li_ziul {
	width: 200%;
	position: absolute;
	z-index: 99;
	left: -50%;
	top: 28rem;
	height: 0;
	overflow: hidden;
}

.nav_li_ziul::before {
	content: '';
	display: block;
	width: 100%;
	height: 9rem;
	background: url(../images/rwxy_4.png) no-repeat;
	background-position: center center;
	background-size: 19rem 9rem;
}

.nav_li_ziul1 {
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
	height: auto;
	text-align: center;
	padding: 5rem 0 5rem 0;
	background-color: rgba(255, 255, 255, 0.85);
	border-top: 2px solid #1770c7;
}

.nav_li_zili {
	width: 100%;
	display: block;
	height: 42rem;
	box-sizing: border-box;
	/*border: 1px solid #1770c7;*/
	margin-bottom: 8rem;
}

.nav_li_zili a {
	font-size: 18rem;
	color: #333;
	display: block;
	width: auto;
	height: 100%;
	line-height: 42rem;
	width: 100%;
	display: block;
}

.nav_li:hover>a {
	color: #fff3db;
}

.nav_li:hover>a h3 {}

.nav_li.on>a {
	color: #fff3db;
}

.nav_li.on>a h3 {}

.nav_li:hover .nav_li_ziul {
	height: auto;
}

.nav_li_zili a:hover {
	width: 100%;
	color: #1770c7;
	font-weight: bold;
}


.header_img {
	width: 619rem;
	height: 70rem;
	display: block;
	position: absolute;
	top: calc(100vh - 68rem);
	left: 50%;
	margin-left: -309.5rem;
}


.main {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
}

.main_title {
	display: block;
	width: 100%;
	height: 150rem;
	position: relative;
}

.main_title h3 {
	font-size: 30rem;
	color: #b3573b;
	text-align: center;
	line-height: 124rem;
	font-weight: bold;
	z-index: 1;
	position: relative;
	height: 150rem;
	background-size: 488rem 126rem;
	width: 500rem;
	margin: 0 auto;
}

.main_title a {
	display: block;
	width: 113rem;
	height: 82rem;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16rem;
	color: #b3573b;
	text-align: center;
	line-height: 82rem;
}







.main4 {
	width: 100%;
	height: 911rem;
	box-sizing: border-box;
	padding: 86rem 160rem 0;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/rwxy_10.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.main4_1 {
	width: 357rem;
	height: 770rem;
	float: left;
	position: relative;
}

.main5 {
	width: 100%;
	height: 508rem;
	padding: 76rem 0 0;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../images/rwxy_14.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
}

.main5_1 {
	width: 100%;
	height: 167rem;
	margin: 26rem auto 0;
}


.footer_m {
	display: none;
}

.footer_f {
	display: none;
}

.zhanwei {
	display: none;
}

.footer {
	height: auto;
	width: 100%;
	position: relative;
	background: url(../images/footer_bg.png) no-repeat;
	background-position: center center;
	background-size: cover;
}
.footer_top{
	width: 100%;
	height: auto;
	padding-bottom: 10rem;
}
.footer1 {
	height: auto;
	margin: 0 auto;
	width: 1600rem;
	justify-content: space-between;
}
.footer1_logo{
	width: 454rem;
	height: 113rem;
}
.footer1_logo img{
	width: 454rem;
	height: 113rem;
	padding-top: 50px;
}
.footer1_right{

}
.footer1_right .hz_title{
	width: 100%;
	margin-bottom: 25rem;
}
.footer1_right .hz_title h3{
	font-size: 18rem;
	padding-top: 50rem;
	color: #fff;
}
.footer1_right .hz_ul{
	height: 70rem;
}
.footer1_right .hz_ul .hz_li{
	width: 24%;
	display: inline-block;
}
.footer1_right .hz_ul .hz_li img{
	width: 179rem;
	height: 70rem;
}
.footer2{
	width: 100%;
	height: auto;
	padding-bottom: 15rem;
}
.footer2_1{
	margin-top: 40rem;
}
.footer2_1 p{
	line-height: 40rem;
	font-size: 16rem;
	color: #fff;
}
.footer2_1 p span{
    color: #fff;
	padding-right: 10rem;
}
.footer2_1 p img{
	width: 50rem;
	display: inline-block;
}
.footer2_2{
	margin-top: 40rem;
}

.footer2_2 img{
	width: 80rem;
	height: 80rem;
	display: inline-block;
}
.footer2_2_right{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10rem;
}
.footer2_2_right p{
	color: #fff;
	line-height: 25rem;
	font-size: 16rem;
}
.footer2_3{
	margin-top: 40rem;
}
.footer2_3_ul{
	width: 100%;
}
.footer2_3_ul input{
	font-size: 16rem!important;
	height: 40rem;
	line-height: 40rem;
}
.footer2_3_ul .layui-form-select .layui-input {
	background-color: #2066b4 !important;
	color: #fff !important;
	border-color: #2066b4 !important;
}

/* 2. Placeholder 提示文字颜色（你要的重点） */
.footer2_3_ul .layui-form-select .layui-input::placeholder {
	color: #fff !important;
	opacity: 1;
	font-size: 16rem!important;
}

/* 3. 下拉箭头颜色（改为白色） */
.footer2_3_ul .layui-form-select .layui-edge {
	border-top-color: #fff !important;
}
.footer2_3_ul .layui-form-select dl dd{
	color: #2066b4;
	font-size: 16rem;
}
.footer2_3_ul .layui-form-select dl dd.layui-this{
	color: #2066b4;
	font-size: 16rem;
}
.footer2_3_left{
	width: 60%;
	float: left;
	margin-left: 5px;
}
.footer2_3_right{
	width: 35%;
	float: right;
	margin-right: 15px;
}
.footer2_3_ul h3{
	color: #fff;
	font-size: 18rem;
	margin-bottom: 20rem;
}
.footer_bottom{
	width: 100%;
	height: 60rem;
	border-top: 1px solid #2f79af;
	margin: 0 auto;
	text-align: center;
}
.footer_bottom img{
	width: 50rem;
	display: inline-block;
}
.footer_bottom p{
	line-height: 60rem;
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: inline-block;
}


.footer1_left {
	width: 350rem;
	margin-top: 49rem;
}

.footer2_3_left ul{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0;
	margin: 0;
}
.footer2_3_left ul li a{
	color: #fff;
	font-size: 16rem;
	line-height: 30rem;
}
.footer2_3_right ul{

}
.footer2_3_right ul li a{
	color: #fff;
	font-size: 16rem;
	line-height: 30rem;
}
.footer_img{
	position: absolute;
	right: 180rem;
	bottom: 40rem;
}
.footer_img img{
	margin: 0 auto;
}
.footer_img p{
	color: #fff;
	font-size: 16rem;
	margin-top: 10px;
	text-align: center;
}


.page {
	margin-top: 20rem;
	text-align: center;
	font-size: 14rem
}
.page .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #2464b6!important;
}


@media only screen and (max-width: 1000px) {
	* {
		box-sizing: border-box;
	}

	.top {
		display: none;
	}

	.header {
		display: none;
	}
	.header_m {
		display: block;
		width: 100%;
		height: 130rem;
		padding: 16rem 20rem;
		background: url(../images/49.png) no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
	}

	.header_m a.fl {
		width: 542rem;
		height: 74rem;
		float: left;
		margin: 0 0 0 0;
	}

	.header_m a.fl img {
		width: 60%;
		height: auto;
	}

	.header_m_nav {
		float: right;
		width: 68rem;
		height: 62rem;
		margin: 15rem 0 0;
	}

	.header_m_nav_bnt {
		width: 68rem;
		height: 62rem;
		position: relative;
		cursor: pointer;
	}

	.header_m_nav_bnt span {
		width: 68rem;
		height: 10rem;
		background: url(../images/50.png) no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		display: block;
		position: absolute;
		left: 0;
		border-radius: 3rem;
		background-size: 100% 100%;
	}

	.header_m_nav_bnt #nav_bnt1 {
		top: 0;
	}

	.header_m_nav_bnt #nav_bnt2 {
		top: 26rem;
	}

	.header_m_nav_bnt #nav_bnt3 {
		top: 52rem;
	}

	.rotate1 {
		transform: rotate(45deg);
		transition: all .3s linear;
		-webkit-transform: rotate(45deg);
		-webkit-transition: all .3s linear;
		top: 26rem !important;
		background-color: #fff !important;
	}

	.rotate2 {
		transform: rotate(-45deg);
		transition: all .3s linear;
		-webkit-transform: rotate(-45deg);
		-webkit-transition: all .3s linear;
		top: 26rem !important;
		background-color: #fff !important;
	}

	.rotate {
		transform: rotate(0);
		transition: all .3s linear;
		-webkit-transform: rotate(0);
		-webkit-transition: all .3s linear;
	}

	.navbox {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 99900;
		width: 100%;
		padding: 20rem 25rem;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.navbox>li {
		height: auto;
		line-height: 70rem;
		text-align: left;
		font-size: 30rem;
		color: #333333;
	}

	.navbox>li:last-child {
		border-bottom: none;
	}

	.navbox>li a {
		color: #fff;
		display: block;
	}

	.navbox>li a:hover {
		color: #06376c;
	}

	.navbox>li a:active {
		color: #fff;
	}

	.navbox>li a:focus {
		color: #fff;
	}

	.navlist {
		padding-left: 0px;
	}

	.navlist>a .arrow {
		float: right;
		color: #fff;
		font-size: 30rem;
		display: block;
		width: 16rem;
		height: 70rem;
		background-size: 100% auto;
		background-position: center center;
	}

	.navlist ul {
		font-size: 24rem;
		margin-left: 0px;
		background-color: #06376c !important;
	}

	.navlist ul a {
		color: #ffffff;
		padding: 0 20rem;
	}

	.navlist ul a:hover {
		color: #ffffff;
	}
	/*.header_m {
        display: block;
        width: 100%;
        height: 135rem;
        padding: 12rem 15rem;
        background-color: rgba(0,92,161,0.9);
        background-size: 100% auto;
        background: url(../images/49.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

    .header_m a.fl {
        width: 470rem;
        height: 80rem;
        float: left;
        margin: 0 0 0 0;
    }

    .header_m a.fl img {
        width: 100%;
        height: auto;
    }

    .header_m_nav {
        float: right;
        width: 48rem;
        height: 38rem;
        margin: 16rem 0 0;
    }

    .header_m_nav_bnt {
        width: 50rem;
        height: 46rem;
        position: relative;
        cursor: pointer;
    }

    .header_m_nav_bnt span {
        width: 50rem;
        height: 5rem;
        background: #fff;
        display: block;
        position: absolute;
        left: 0;
        border-radius: 3rem;
      !*  background: url(../images/51.png) no-repeat;
        background-position: center center;*!
        background-size: 100% 100%;
    }

    .header_m_nav_bnt #nav_bnt1 {
        top: 0;
    }

    .header_m_nav_bnt #nav_bnt2 {
        top: 18rem;
    }

    .header_m_nav_bnt #nav_bnt3 {
        top: 36rem;
        width: 34rem;
        margin-left: 16rem;
    }

    .rotate1 {
        transform: rotate(45deg);
        transition: all .3s linear;
        -webkit-transform: rotate(45deg);
        -webkit-transition: all .3s linear;
        top: 16rem !important;
        background-color: #fff !important;
    }

    .rotate2 {
        transform: rotate(-45deg);
        transition: all .3s linear;
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all .3s linear;
        top: 16rem !important;
        background-color: #fff !important;
        width: 48rem !important;
        margin-left: 0 !important;
    }

    .rotate {
        transform: rotate(0);
        transition: all .3s linear;
        -webkit-transform: rotate(0);
        -webkit-transition: all .3s linear;
    }

    .navbox {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99900;
        width: 100%;
        padding: 20rem 25rem;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navbox>li {
        height: auto;
        line-height: 70rem;
        text-align: left;
        font-size: 30rem;
        color: #333333;
    }

    .navbox>li:last-child {
        border-bottom: none;
    }

    .navbox>li a {
        color: #fff;
        display: block;
    }

    .navbox>li a:hover {
        color: #b3573b;
    }

    .navbox>li a:active {
        color: #b3573b;
    }

    .navbox>li a:focus {
        color: #b3573b;
    }

    .navlist {
        padding-left: 0px;
    }

    .navlist>a .arrow {
        float: right;
        color: #fff;
        font-size: 30rem;
        background: url(../images/hlxy_24.png) no-repeat;
        display: block;
        width: 16rem;
        height: 70rem;
        background-size: 100% auto;
        background-position: center center;
    }

    .navlist ul {
        font-size: 24rem;
        margin-left: 0px;
        background-color: #b3573b !important;
    }

    .navlist ul a {
        color: #ffffff;
        padding: 0 20rem;
    }

    .navlist ul a:hover {
        color: #ffffff;
    }*/

	/* banner */
	.banner {
		display: none;
	}

	.nav {
		display: none;
	}


	.mains {
		width: 100%;
		height: auto;
	}

	.header_img {
		width: 330rem;
		height: 40rem;
		display: block;
		position: absolute;
		top: 464rem;
		left: 50%;
		margin-left: -165rem;
	}

	.main {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		background: #fff;
	}

	.main_title {
		display: block;
		width: 100%;
		height: 110rem;
		position: relative;
	}
	/**网站底部**/
	.footer{
		background: url(../images/73.png) no-repeat;
		margin-top: 0;
		height: auto;
		background-position: center bottom;
		background-size: 100% 130%;
		background-color: #005ca1;
	}
	.footer1{
		display: none;
	}
	.footer_m{
		width: 100%;
		height: auto;
		display: block;
	}
	.footer_m1{
		width: 100%;
		height: auto;
		padding: 40rem 30rem 0 30rem;
	}
	.footer_m_title{
		width: 100%;
		height: auto;
		margin-bottom: 30rem;
	}
	.footer_m_title h3{
		font-size: 32rem;
		color: #fff;
	}

	.footer_m11{
		width: 100%;
		height: auto;
	}
	.footer_m11 .bd{
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.footer_m11_ul{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.footer_m11_li{
		padding: 0 0 20rem 0;
		display: inline-block;
	}
	.footer_m11_li img{
		width: 315rem;
		height: 126rem;
		padding-right: 20rem;
		object-fit: cover;
	}
	.footer_m2{
		width: 100%;
		height: auto;
		padding: 20rem 30rem 10rem 30rem;
	}
	.footer_m21{
		width: 48%;
		display: inline-block;
	}
	.footer_m21_title{
		height: 55rem;
	}
	.footer_m21_title h3{
		font-size: 32rem;
		color: #fff;
	}
	.footer_m21_ul input{
		background-color: #2066b4;
		color: #fff;
		font-size: 24rem;
		border: 0;
		margin-top: 10rem;
	}
	.footer_m21_ul .layui-form-selectup dl{
		width: 100%;
	}
	.footer_m21_ul .layui-form-select dl dd{
		color: #2066b4;
		font-size: 30rem;
	}
	.footer_m21_ul .layui-form-select dl dd.layui-this{
		color: #2066b4;
		font-size: 30rem;
	}
	.footer_m3{
		width: 100%;
		padding: 20rem 30rem 30rem 30rem;
		display: flex;
	}
	.footer_m31{
		width: 100%;
	}
	.footer_m31 p{
		color: #fff;
		font-size: 26rem;
		line-height: 60rem;
	}
	.footer_m32{
		position: absolute;
	}
	.footer_m321{
		position: absolute;
		right: -260rem;
		top: 15rem;
	}
	.footer_m321 p{
		position: relative;
		color: #fff;
		font-size: 25rem;
		right: 12px;
		top: 20rem;
	}
	.footer_m321 img{
		width: 147rem;
		object-fit: cover;
	}
	.footer_m4{
		width: 100%;
		height: auto;
	}
	.footer_m41{
		width: 100%;
		padding: 10rem 30rem 20rem 30rem;
		border: 2rem solid #2f79af;
		margin: 0 auto;
		text-align: center;
	}
	.footer_m41 img{
		width: 50rem;
		display: inline-block;
	}
	.footer_m41 p{
		color: #fff;
		font-size: 26rem;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
	}
}