@charset "utf-8";

/*public start*/

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

html,
body,
span,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
font,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	max-width: 640px;
	margin: 0 auto;
	background: #FFF;
	color: #333;
	font-size: 1.2rem;
	font-family: "'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 黑体, Arial, sans-serif"
}

ul,
ol {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
	font-size: 0
}

input {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tr {
	text-align: right;
}

.hide {
	display: none;
}

.last {
	margin-right: 0px !important;
}

button {
	outline: none;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
  }

/*public end*/

.big_div {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: 94%;
	margin: 0 auto;
}
.header {
	position: relative;
	background-color: #2371b9;
	border-bottom: 4px solid #d8ff00;
}

.header .wrap {
	padding: 24px 0 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__menu-btn {
	width: 35px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: none;
	border: none;
	position: relative;
	height: 24px;
}

.header__menu-btn span {
	display: block;
	position: absolute;
	right: 0;
	width: 35px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.25s 0.4s ease-in-out;
	-moz-transition: 0.25s 0.4s ease-in-out;
	transition: 0.25s 0.4s ease-in-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.header__menu-btn span:nth-of-type(1) {
	top: 0px;
}

.header__menu-btn span:nth-of-type(2) {
	top: 8px;
	-webkit-transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.header__menu-btn span:nth-of-type(3) {
	top: 16px;
}

.header__menu-btn.menuOpen {
	color: #fff;
}

.header__menu-btn.menuOpen span {
	background: #fff;
}

.header__menu-btn.menuOpen span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__menu-btn.menuOpen span:nth-of-type(2) {
	width: 0%;
	opacity: 0;
	-webkit-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.header__menu-btn.menuOpen span:nth-of-type(3) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	top: 100%;
	z-index: 1000;
}

.menu_box {
	background: rgba(255, 255, 255, 1);
}

.menu_box>.one>li {
	line-height: 36px;
	border-bottom: 1px solid #ccc;
	padding-left: 2%;
}

.menu_box>.one>li a {
	display: block;
	font-size: 14px;
	color: #333;
}

.menu_box>.one>li>.two>li {
	padding-left: 3%;
}

.menu_box>.one>li>.two>li a {
	font-size: 13px;
	color: #333;
}

.menu_box>.one>li>.two>li a.inactives {
	color: #1480e2;
}

.menu_box>.one>li>.two>li .three li {
	padding-left: 4%;
}

.menu_box>.one>li>.two>li .three li a {
	font-size: 12px;
	color: #333;
}

.menu_box ul li .inactive {
	background: url(../images/off.png) no-repeat 96% center;
}

.menu_box ul li .inactives {
	background: url(../images/on.png) no-repeat 96% center;
	color: #1480e2;
}
.banner img {
  width: 100%;
}
.banner .wrap {
  position: absolute;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tit {
	text-align: center;
  }
  .tit h2 {
	font-size: 26px;
	color: #2371b9;
  }
.tit-line {
	position: relative;
	height: 18px;
	margin-top: 12px;
  }
  .tit-line::before,
  .tit-line::after {
	content: "";
	position: absolute;
	top: 12px;
	width: 46%;
	height: 1px;
	background-color: #e5e5e5;
  }
  .tit-line::before {
	left: 0;
  }
  .tit-line::after {
	right: 0;
  }
.index-cpyyly {
	margin-top: 30px;
	margin-bottom: 20px;
  }
  .index-cpyyly .item {
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 100%;
	/*margin-right: 2%;*/
	box-sizing: border-box;
  }
  .index-cpyyly .item:nth-of-type(2n) {
	margin-right: 0 !important;
  }
  .index-cpyyly .item p {
	font-size: 16px;
	color: #212121;
	font-weight: bold;
	margin-bottom: 10px;
  }
  .index-cpyyly .item .li_img {
	border: 7px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
  }
  .index-cpyyly .item .li_img img {
	width: 100%;
  }
  .index-cpyyly .item:hover p {
	color: #2371b9;
  }
  .index-cpyyly .item:hover .li_img {
	border-color: #2371b9;
  }

  .index-about {
	padding: 30px 0;
	background: url(../images/index_32.png) center center no-repeat;
	background-size: 100% 100%;
  }
  .index-about-content {
	justify-content: space-between;
  }
  .index-about-content {
	width: 100%;
  }
  .index-about-content .mores {
	  text-align: right;
  }
  .index-about-content a {
	display: inline-block;
	right: 0;
	width: 79px;
	line-height: 26px;
	background-color: #2371b9;
	text-align: center;
	font-size: 12px;
	color: #fff;
  }
  .index-about-content h3 {
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #353535;
	position: relative;
  }
  .index-about-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 28px;
	height: 2px;
	background-color: #2371b9;
  }
  .index-about-content p {
	font-size: 14px;
	color: #676767;
	line-height: 31px;
	text-indent: 2em;
  }
  .index-about-content p:nth-of-type(1) {
	margin-top: 18px;
  }

  .index-fwrx {
	position: relative;
	margin-top: 24px
  }
  .index-fwrx .bg {
	width: 100%;
  }
  .index-fwrx .wrap {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translate(-50%, 0);
	justify-content: space-between;
  }
  .index-fwrx-le {
	text-align: center;
	width: 236 px;
  }
  .index-fwrx-le img {
	  width: 104px;
  }
  .index-fwrx-le h1 {
	margin-top: 10px;
	font-size: 21px;
	color: #fff;
  }
  .index-fwrx-le p {
	border-top: 1px solid #a9a9a9;
	display: inline-block;
	font-size: 9px;
	color: #fff;
	padding-top: 12px;
	margin-top: 12px;
  }
  .index-fwrx-re {
	width: 221px;
	height: 70px;
	background-color: #2371b9;
	border-left: 1px solid #ff9600;
	justify-content: flex-end;
  }
  .index-fwrx-re-tel {
	margin-right: 13px;
  }
  .index-fwrx-re-tel p {
	color: #fff;
	font-size: 16px;
	text-align: right;
	line-height: 20px;
  }
  .index-fwrx-re-tel p:nth-of-type(1) {
	font-size: 9px;
  }
  .index-fwrx-re-text p {
	width: 79px;
	line-height: 27px;
	background-color: #ff9600;
	font-size: 12px;
	color: #fff;
	text-align: center;
  }
  .index-cpzx {
	margin-top: 42px;
  }
  .index-cpzx-line {
	margin-top: 20px;
  }
  .index-cpzx-line ul li {
	width: 110px;
	line-height: 35px;
	border: 1px solid #bfbfbf;
	text-align: center;
	margin-right: 12px;
	margin-top: 12px;
	float: left;
  }
  .index-cpzx-line ul li:nth-of-type(5n) {
	  margin-right: 0 !important;
  }
  .index-cpzx-line ul li a {
	display: block;
	font-size: 14px;
	color: #5c5c5c;
  }
  .index-cpzx-line ul li.active,
  .index-cpzx-line ul li:hover {
	background-color: #2371b9;
  }
  .index-cpzx-line ul li.active a,
  .index-cpzx-line ul li:hover a {
	color: #fff;
  }
  .index-cpzx-list .item {
	width: 49%;
	text-align: center;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
  }
  .index-cpzx-list .item:nth-of-type(2n) {
	margin-right: 0 !important;
  }
  .index-cpzx-list .item .li_img {
	border: 1px solid #e6e6e6;
	overflow: hidden;
  }
  .index-cpzx-list .item img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
  }
  .index-cpzx-list .item p {
	font-size: 14px;
	color: #626262;
	line-height: 32px;
  }
  .index-cpzx-list .item:hover .li_img {
	border-color: #2371b9;
  }
  .index-cpzx-list .item:hover img {
	-webkit-transform: scale(1.1);
	　　-moz-transform: scale(1.1);
	　　-o-transform: scale(1.1);
	　　-ms-transform: scale(1.1);
  }
  .index-cpzx-list .item:hover p {
	color: #2371b9;
  }
  .more {
	text-align: center;
	margin-top: 32px;
  }
  .more a {
	display: inline-block;
	width: 302px;
	line-height: 55px;
	background-color: #666666;
	font-size: 14px;
	color: #fff;
  }
  .more a:hover {
	background-color: #2371b9;
  }
.footer {
	margin-top: 30px;
}
.footer-top {
	padding: 22px 0;
	background-color: #2371b9;
}
.footer-top .wrap {
	justify-content: space-around;
}
.footer-top-le {
	width: 200px;
}
.footer-top-le img {
	width: 100%;
}
.footer-top-re dl dd {
	font-size: 12px;
	color: #ffffff;
	line-height: 27px;
}
.copyright {
	line-height: 52px;
	background-color: #131313;
}
.copyright p {
	font-size: 12px;
	color: #ffffff;
}
.cpyyly {
	margin-top: 10px;
  }
  .cpyyly-line a {
	text-align: center;
	display: inline-block;
	width: 139px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	background-color: #696969;
	border-radius: 20px;
	margin-right: 15px;
	margin-top: 15px;
  }
  .cpyyly-line a:nth-of-type(4n){
  		margin-right: 0px;
  }
  
  .cpyyly-line a:last-of-type {
	  margin-right: 0;
  }
  .cpyyly-line a:hover,
  .cpyyly-line a.active {
	background-color: #2371b9;
  }
  .cpyyly-list .item {
	margin-top: 20px;
	width: 49%;
	text-align: center;
	float: left;
	margin-right: 2%;
	position: relative;
  }
  .cpyyly-list .item .li_img {
	position: relative;
	width: 100%;
	height: 100%;
  }
  .cpyyly-list .item .li_img::before {
	display: none;
	content: "";
	position: absolute;
	top: 2%;
	left: 2%;
	width: 96%;
	height: 96%;
	border: 1px solid #fff;
	z-index: 1;
  }
  .cpyyly-list .item .li_bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 136, 88, 0.62);
  }
  .cpyyly-list .item:hover .li_bg,
  .cpyyly-list .item:hover .li_img::before {
	display: block;
  }
  .cpyyly-list .item:hover p {
	position: absolute;
	top: 124px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
  }
  .cpyyly-list .item:nth-of-type(2n) {
	margin-right: 0 !important;
  }
  .cpyyly-list .item img {
	width: 100%;
  }
  .cpyyly-list .item p {
	font-size: 14px;
	color: #747474;
	line-height: 32px;
  }

  .lxwm {
	margin-top: 24px;
  }
  .lxwm-content {
	margin-top: 22px;
	justify-content: space-between;
	align-items: flex-start;
  }
  .lxwm-content dl {
	  flex-direction: column;
  }
  .lxwm-content dt,
  .lxwm-content dd {
	font-size: 16px;
	color: #676767;
	line-height: 45px;
	display: flex;
	width: 100%;
  }
  .lxwm-content dt {
	font-weight: bold;
  }
  .lx {
	margin-top: 28px;
	border: 1px solid #ddd;
	padding: 26px 24px;
	justify-content: space-between;
	align-items: flex-start;
  }
  .lx .lx-re-line {
	border: 1px solid #ddd;
	line-height: 58px;
	margin-bottom: 22px;
	position: relative;
  }
  .lx .lx-re-line:last-of-type {
	border: none;
	overflow: hidden;
  }
  .lx .lx-re-line input,
  .lx .lx-re-line textarea {
	width: 416px;
	border: none;
	padding: 0 18px;
	line-height: 58px;
	outline: none;
	outline-style: none;
	resize: none;
  }
  .lx .lx-re-line textarea {
	line-height: 32px;
	height: 100px;
  }
  .lx .lx-re-line img {
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translate(0, -50%);
  }
  .lx .lx-re-line label {
	display: block;
	border: 1px solid #ddd;
	line-height: 56px;
	width: 66px;
	padding-left: 12px;
	float: left;
  }
  .lx .lx-re-line:last-of-type input {
	width: 300px;
	padding: 0 36px;
	line-height: 56px;
	border: 1px solid #ddd;
	border-left: none;
	float: left;
  }
  .lx .lx-re-line:last-of-type img {
	float: left;
	position: static;
	margin-left: 10px;
	border: 1px solid #ddd;
	margin-top: 30px;
  }
  .lx .lx-re-line:last-of-type a {
	font-size: 12px;
	margin-left: 10px;
  }
  .lx button {
	width: 100%;
	outline: none;
	background-color: #2371b9;
	line-height: 65px;
	font-size: 24px;
	color: #fff;
	border: none;
  }

  .cpyyly-xq {
	margin-top: 32px;
	text-align: center;
  }
  .cpyyly-xq h3 {
	font-size: 24px;
	color: #747474;
	border-bottom: 1px solid #f0f0f0;
	line-height: 72px;
	margin-bottom: 20px;
  }
  .cpyyly-xq p {
	font-size: 14px;
	color: #747474;
	line-height: 32px;
	text-align: left;
	display: flex;
  }
  .cpyyly-xq img {
	margin: 22px 0;
  }