@charset "utf-8";
/*元指令CMS、元指令建站*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	color: #191919;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
	background: #f0f4ff;
}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
legend {
	color: #191919;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
img {
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none
}
a:active {
	color: #ff0000;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pt-15 {
    padding:15px 0 0 0;
}
.pb-15 {
    padding:0 0 15px 0;
}
.ptb-15 {
    padding:15px 0;
}
.pt-20 {
    padding:20px 0 0 0;
}
.pb-20 {
    padding:0 0 20px 0;
}
.ptb-20 {
    padding:20px 0;
}
.row {
    padding: 0 10px;
}

button,
input,
select {
  outline: none;
  margin:0;
  padding:0;
}

button,
.btn,
select {
  cursor: pointer;
}

textarea {
  padding:5px!important;
}
input::-webkit-input-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
:-moz-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
::-moz-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
input:-ms-input-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
input::-ms-input-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
input[type="text"] {
    border: 1px solid #999999;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #323233;
    line-height: 50px;
	height: 50px;
    padding: 0 10px;
    -webkit-appearance: none;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #323233;
    transition: background-color 5000s ease-out 0.5s;
}
.form-input {
    background: #ffffff;
    padding: 0 0 6px 0;
    margin: 16px 16px 0 16px;
}
.form-input p {
    font-size:16px;
	margin-bottom:10px;
}
.form-input p span {
    margin-left:5px;
	color:#ff0000;
}

.section {
	position: fixed;
    top: 0;
    left: 0;
	bottom: 0;
    width: 100%;
    height: auto;
	padding: 100px 300px;
    background: url("../images/bg.jpg");
    background-position: center center;
    background-size: cover;
	overflow-y: auto;
    z-index: -999;
}
.section-show {
    padding: 60px 300px;
}
.section-error {
    padding: 200px 300px;
}
.section::before {
    content: "";
	position: fixed;
	left:0;
	top:0;
	bottom: 0;
    width: 100%;
    height: auto;
	background: rgba(3, 78, 220, .5);
	z-index: -9;
}
.content {
	width: 100%;
	overflow: hidden;
}
.content-show {
    width: 50%;
	background: #ffffff;
	padding: 60px;
	margin: 0 auto;
}
.content-left {
    position: relative;
    float:left;
	width:45%;
	background: #ffffff;
	padding: 60px;
}
.cx-title {
    font-size: 40px;
    color: #212121;
	text-align: center;
    font-weight: bolder;
}
.cx-form {
    position: relative;
	margin-top:30px;
}
.cx-ftit {
    font-size: 16px;
    color: #323233;
    margin: 25px 0 10px 0;
}
.cx-form input {
	
}
.cx-form button {
    width: 100%;
    line-height: 50px;
    background: #5a8dee;
    color: #fff;
    font-size: 16px;
	text-align: center;
	margin-top:40px;
}
.cx-form a {
	display: block;
    width: 100%;
    line-height: 50px;
    background: #5a8dee;
    color: #fff;
    font-size: 16px;
	text-align: center;
	margin-top:40px;
}
.cx-form a:first-child {
	background: #CC3333;
}
.cx-sm {
    margin-top:40px;
    text-align: center;
	overflow: hidden;
}
.cx-sm h3 {
    position: relative;
	display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    color: #a4a4a4; 
    padding: 0 25px;
	font-weight: normal;
}
.cx-sm h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.cx-sm h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.cx-sm ul {
    overflow:hidden;
}
.cx-sm ul li {
    float: left;
	width: 48%;
	line-height: 45px;
	color: #ffffff;
	margin-right: 4%;
	margin-bottom: 20px;
	background: #5a8dee;
}
.cx-sm ul li.bg1 {
    background: #3b5998;
}
.cx-sm ul li.bg2 {
    background: #299b2d;
}
.cx-sm ul li.bg3 {
    background: #CC3333;
}
.cx-sm ul li.bg4 {
    background: #673ab7;
}
.cx-sm ul li.last {
	margin-right: 0px;
}
.cx-more a {
    display:block;
	margin-top:30px;
    width: 100%;
	font-size: 16px;
    line-height: 50px;
    background: #5a8dee;
    color: #fff;
	text-align:center;
}
.content-right {
    position: relative;
    float:left;
	width:55%;
	padding: 60px 100px;
	color: #ffffff;
}
.foot {
	width:100%;
	text-align: center;
	color: #ffffff;
	margin-top: 50px;
}
.foot a {
    color: #ffffff;
	margin:0px 3px;
}

.showcon {
    margin-top:20px;
}
.showcon1 {
    position:relative;
    margin-top:20px;
}
.showcon1 span {
    color: #5a8dee;
    font-weight: bolder;
}
.showcon1 .yz {
    position: absolute;
	bottom: 5px;
	right: 10px;
}
.showcon2 {
    width: 100%;
	margin-top: 200px;
	font-size: 16px;
	line-height: 2;
}
.showcon .hdxx {
    font-size:18px;
	color:#ff0000;
	line-height: 1.5;
    margin-bottom: 30px;
	text-align: center;
}
.showcon * {
    word-break: break-all;
}
.showcon img {
    max-width: 100% !important;
    height:auto !important;
}
.showcon1 .ycz img {
    height:150px !important;
}
.showcon1 .yz img {
	height: 150px !important;
}
.showcon p {
    text-wrap: wrap !important;
}
.showcon span {
    text-wrap: wrap !important;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
    word-break: break-all !important;
}
.showcon tr td:first-child{
    width:100px;
	font-weight: bolder;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
    min-height:210px;
}
.showcon iframe {
    height:auto !important;
    min-height:210px;
}
}

@media (max-width:1679px) {
.section {
    padding: 100px 200px;
}
.section-show {
    padding: 60px 200px;
}
.content-show {
    width: 60%;
}
}
@media (max-width:1439px) {
.section {
    padding: 100px;
}
}
@media (max-width:1199px) {
.section {
    padding: 100px 50px;
}
.content-show {
    width: 70%;
}
.content-left {
    padding: 60px 40px;
}
.content-right {
    padding: 60px 50px;
}
}
@media (max-width:1023px) {
.section {
    padding: 50px;
}
.section-show {
    bottom: 0;
    height: auto;
    padding: 50px;
    overflow-y: auto;
}
.section-error {
    padding: 50px;
}
.content {
    width: 100%;
}
.content-show {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%) translateY(0%);
	width: 100%;
	margin: 0 auto;
	padding: 30px 30px 45px 30px;
}
.content-left {
    float: none;
    width: 100%;
}
.content-right {
    float: none;
    width: 100%;
	padding: 30px 0px;
}
.cx-title {
    font-size:24px;
}
.cx-form {
	margin-top:15px;
}
.cx-form input {
    margin-bottom: 15px;
}
.showcon {
    margin-top:20px;
}
.showcon2 {
    margin-top:0px;
}
}
@media (max-width:639px) {
.content-left {
    padding: 30px;
}
.cx-ftit {
    margin: 10px 0;
}
.cx-form button {
    margin-top: 20px;
}
.cx-form a {
    margin-top: 20px;
}
.showcon .hdxx {
    font-size: 16px;
}
}
@media (max-width:539px) {
input[type="text"] {
    line-height: 40px;
    height: 40px;
}
.section {
    padding: 30px 20px;
}
.section-show {
    padding: 30px 20px;
}
.section-error {
    padding: 30px 20px;
}
.content-left {
    padding: 30px 20px;
}
.content-show {
    padding: 30px 20px 45px 20px;
}
.cx-sm {
    margin-top: 30px;
}
.cx-sm h3 {
    font-size: 16px;
    padding: 0 15px;
}
.cx-sm ul li {
    margin-bottom: 10px;
}
.cx-form button {
    line-height: 40px;
}
.cx-form a {
    line-height: 40px;
}
.cx-more a {
    line-height: 40px;
}
.showcon2 {
    font-size: 15px;
}
}

.yzlcms_page { width: 100%;text-align:center;margin: 30px 0 0 0;font-weight: 500;}
.yzlcms_page ul li { display:inline-block;font-size: 15px; line-height: 28px; border: 1px solid #d0cfcf; margin: 0 5px 5px 0;padding: 0;color: #333333;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#5a8dee; border: 1px solid #5a8dee;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; padding:0 10px;color: #333333;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}
