﻿@charset "utf-8";
/* CSS Document */

/* *
* @authors @SilentBlue
* @date 2017-10-23 10:04:41
* @version shanxi.gov.cn-base.version.2.0
*
* */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', sans-self;
    font-size: 16px;
    background-size: cover;
	color: #333333;
}

body > div {
    margin-right: auto;
    margin-left: auto;
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    padding: 0;
    border: none;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type='text'],
input[type='password'],
textarea {
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white:
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    border: 1px solid #3ca1ec;
}
/* input:focus {
	border: 1px solid #3ca1ec;
} */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td {
    /* font-size: 12px; */
    padding: 0;
}

img,
a img {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: none;
}

strong,
em {
    font-weight: bold;
    font-style: normal;
}

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

a:hover {
    color: #3ca1ec;
}

.group:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.group {
    zoom: 1;
}

.divclear {
    font-size: 0;
    clear: both;
    overflow: hidden;
    height: 0;
}

.mt10 {
    margin-top: 10px;
}
/* Base Addition */

.left {
    float: left;
}

.right {
    float: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.oflow-hd {
    overflow: hidden;
}

.position-relative {
    position: relative;
}
.main-header {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.main-header-title{
	float: left;
	padding:0 10px 0 10px;
	font-size:24px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-left:2px solid #fff;
	margin:20px 0 0 15px;
}
.main-header-logo {
	float: left;
}
.main-header-bg{
	width:100%;
	height:80px;
	padding:20px 0;
	min-width:1200px;
	background: -moz-linear-gradient(left, #4caff8 0%, #6773f8 100%);
	background: -webkit-linear-gradient(left, #facc22 0%,#6773f8 100%);
	background: -o-linear-gradient(left, #facc22 0%,#6773f8 100%);
	background: -ms-linear-gradient(left, #facc22 0%,#6773f8 100%);
	background: linear-gradient(to right, #facc22 0%,#6773f8 100%);
}
.main-con{
	width:100%;
	min-height: 500px;
}
a:hover, a:focus{
    text-decoration: none;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%; /**添加此行，垂直居中modify by transgd*/
}