﻿/*
* @authors @SilentBlue
* @date 2018-01-11 10:04:41
* @version www.sxdrc.gov.cn-base.version.2.0
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #fbfbfb url(background_18111021.jpg) center 70px no-repeat;
}
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;
}
textarea {
    resize: none;
}
select:focus, input:focus, textarea:focus {
    outline: none;
}
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 {
    text-decoration: none;
    color: #375297;
}
.group:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}
.group {
    zoom: 1;
}
.clear {
    font-size: 0;
    clear: both;
    overflow: hidden;
    height: 0;
}

/* Base Addition */

.mt5 {
    margin-top: 5px;
}

.mt20 {
    margin-top: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml10 {
    margin-left: 10px;
}
.padding10 {
    padding: 10px 10px 0;
}
.pad4ing10 {
    padding: 10px;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.left {
    float: left;
}
.right {
    float: right;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.mg-ltrb-auto {
    margin: auto;
}
.mg-ltrb-center {
    margin: 0 auto;
}
.oflow-hd {
    overflow: hidden;
}
.oflow-x-hd {
    overflow-x: hidden;
}
.oflow-y-hd {
    overflow-y: hidden;
}
.circular-bl {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.circular-tr10 {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.box-shadow-com {
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
}
.triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.bgc-fff {
    background-color: #fff;
}

/* ToolBar */

.toolbar-wrap {
    line-height: 35px;
    width: 100%;
    min-width: 1100px;
    height: 35px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f5f5f5;
}
.rendering-ie7 .toolbar-wrap {
    position: relative;
    z-index: 1;
}
.toolbar-inner {
    font-size: 13px;
    line-height: 36px;
    width: 1100px;
    height: 35px;
    margin: 0 auto;
}
.toolbar-inner>a {
    padding: 0 8px;
    color: #555;
}
.toolbar-inner>a:hover {
    color: #375297;
}
.toolbar-left>a {
    padding-right: 16px;
}
.toolbar-right {
    position: relative;
}
.toolbar-right>li {
    float: left;
    padding-left: 15px;
}
.toolbar-right>li:hover>a {
    color: #375297;
}
.rendering-ie7 .toolbar-right>li {
    padding: 0 10px;
    border-right: 1px solid #d9d9d9;
}
.toolbar-right>li:after {
    display: inline-block;
    width: 0;
    height: 1em;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
    border-right: 1px solid #d9d9d9;
}
.toolbar-right>li:last-child {
    border-right: none;
}
.toolbar-right>li>.app-block {
    position: absolute;
    z-index: 102;
    width: 411px;
    top: 36px;
    background: #f00;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    border: 1px solid #f3f2f7;
    border: 0 rgba(0, 0, 0, .2);
    left: 13px;
    display: none;
}
.rendering-ie7 .toolbar-right>li>.app-block {
    width: 387px;
    left: 0;
}
.rendering-ie7 .toolbar-right>li>.app-block li {
    width: 112px;
}
.toolbar-right>li:hover>.app-block {
    display: block;
}
.toolbar-right>li>.app-block li {
    float: left;
    width: 120px;
    text-align: center;
    line-height: 24px;
    border: solid #f3f2f7;
    border-width: 0 1px 1px 0;
    padding: 8px;
}
.toolbar-right>li>.app-block li a>h5 {
    font-weight: 400;
    font-size: 14px;
    padding: 3px 10px;
}
.toolbar-right>li>.app-block li a>img {
    width: 96%;
    margin: 0 auto;
}
.toolbar-right>li>i {
    float: left;
    width: 19px;
    height: 19px;
    margin-top: 8px;
    margin-right: 5px;
    background-image: url(sprites.png);
}
.toolbar-right>li>.icon-toobar_social {
    background-position: 0 0;
}
.toolbar-right>li>.icon-toobar_email {
    background-position: -20px 0;
}
.toolbar-right>li>.icon-toobar_language {
    background-position: -40px 0;
}
.toolbar-right>li>.icon-toobar_disabled {
    background-position: -539px 0;
}
.toolbar-right>li:hover>.icon-toobar_social {
    background-position: 0 -20px;
}
.toolbar-right>li:hover>.icon-toobar_email {
    background-position: -20px -20px;
}
.toolbar-right>li:hover>.icon-toobar_language {
    background-position: -40px -20px;
}
.toolbar-right>li:hover>.icon-toobar_disabled {
    background-position: -539px -20px;
}

/* /ToolBar */


/* Header */

.header-inner {
    width: 1100px;
    height: 250px;
    margin: 0 auto;
}
.logo {
    width: 634px;
    height: 97px;
    margin: 20px auto;
    background: url(sprites.png) 0 -51px no-repeat;
}
.header-search-box {
    position: relative;
    box-sizing: border-box;
    width: 650px;
    height: 90px;
    margin: 0 auto;
    padding: 15px;
}
.rendering-ie7 .header-search-box {
    width: 620px;
}
.header-search-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #dfe4e9;
    filter: alpha(opacity=60);
}
.header-search_form {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 36px;
}
.header-search_kwd {
    font-size: 14px;
    line-height: 34px;
    width: 534px;
    height: 34px;
    padding: 0 7px;
    transition: all .3s;
    color: #ced2da;
    border: none;
    border: 1px solid #fff;
    border-radius: 3px;
}
.header-search_submit {
    width: 60px;
    height: 36px;
    margin-left: 5px;
    cursor: pointer;
    transition: all .2s;
    border: none;
    border-radius: 3px;
    background: #375297 url(sprites.png) -65px 0;
    float: right;
}
.header-search_submit:hover {
    width: 63px;
    margin-left: 2px;
    border-radius: 5px;
    background-color: #3f5ba0;
}
.header-search_hover {
    color: #afb6c6;
    border: 1px solid #dfe4e9;
}
.header-search_focus {
    color: #333;
    border: 1px solid #c9d8e6;
}
.header-search_hotwd {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 24px;
    margin-top: 5px;
}
.header-search_hotwd>em {
    color: #375297;
}
.header-search_hotwd>a {
    margin-right: 1em;
    color: #000;
}
.header-search_hotwd>a:hover {
    color: #375297;
}

/* /Header */


/* Main Content */

.main-content {
    width: 1100px;
    margin: 0 auto;
}

/* /Main Content */


/* Footer */

.footer {
    width: 100%;
    min-width: 1100px;
    /* height: 227px; */
    margin-top: 20px;
    border-top: 3px solid #375297;
    background-color: #fff;
}
.footer-inner {
    width: 1100px;
    /* height: 207px; */
    margin: 10px auto;
}
.footer-piclinks {
    height: 50px;
}
.footer-piclinks>a {
    float: left;
    overflow: hidden;
    width: 208px;
    height: 48px;
    margin: 0 32px;
    border: 1px solid #f5f5f5;
}
.footer-piclinks>a img {
    width: 100%;
    height: 100%;
}
.footer-textlinks {
    margin: 10px 0 0;
    padding-top: 5px;
    border-top: 3px solid #fbfbfb;
}
.footer-textlinks_tabmenus {
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #fbfbfb;
}
.footer-textlinks_tabmenus>li {
    font-size: 14px;
    position: relative;
    float: left;
    padding: 0 30px 0 15px;
    cursor: pointer;
    color: #2e2f31;
}
.footer-textlinks_tabmenus>.current {
    font-weight: 700;
    color: #375296;
    background-color: #f5f5f5;
}
.footer-textlinks_tabmenus>li i {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 8px;
    height: 5px;
    transition: all .3s linear;
    background: url(sprites.png) -310px 0 no-repeat;
}
.footer-textlinks_tabmenus>.current i {
    background-position: -310px -6px;
}
.footer-textlinks_tabmenus>li:hover i, .footer-textlinks_tabmenus>.current i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.footer-textlinks_content {
    display: none;
    margin: 5px 0;
    background-color: #fafafa;
}
.friend-link-submenu {
    overflow: hidden;
    width: 96%;
    padding: 15px 2%;
}
.friend-link-submenu>li {
    font-size: 14px;
    line-height: 24px;
    float: left;
    margin: 5px 10px;
    white-space: nowrap;
}
.friend-link-submenu>li a:hover {
    text-decoration: underline;
}

/*copyright*/

.copyright {
    padding-top: 10px;
    border-top: 4px solid #fbfbfb;
}
.inspection-id {
    width: 80px;
    height: 80px;
}
.inspection-id img {
    width: 100%;
}
.copyright-info {
    font-size: 12px;
    line-height: 24px;
}
.footer-nav {
    color: #757575;
}
.footer-nav a {
    font-size: 14px;
    padding-right: 5px;
    color: #757575;
}
.footer-nav a:hover {
    color: #667f97;
}
.site-feature a {
    margin: 0 8px;
}
.footer-text {
    padding-left: 12px;
    background-color: #f5f5f5;
}
.footer-text span, .footer-text a {
    margin-right: 12px;
    color: #757575;
}
.footer-text a:hover {
    color: #667f97;
}
.footer-declare {
    color: #667f97;
}

/*/copyright*/


/* Footer */


/* Common Slide */

.shxidx-carousel .shxidx-wrapper::after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.shxidx-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.shxidx-carousel .shxidx-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.shxidx-carousel .shxidx-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.shxidx-carousel .shxidx-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.shxidx-carousel .content-imgs-slide-item {
    float: left;
}
.shxidx-controls .shxidx-page, .shxidx-controls .shxidx-buttons div {
    cursor: pointer;
}
.shxidx-controls {
    /* position: relative; */
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.shxidx-carousel img {
    display: block;
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.shxidx-carousel .shxidx-wrapper, .shxidx-carousel .shxidx-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.shxidx-carousel .content-imgs-slide-item {
    position: relative;
    display: block;
}
.shxidx-carousel b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.shxidx-carousel span {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* width: 100%; */
}
.shxidx-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.shxidx-pagination .shxidx-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
}
.shxidx-pagination .active {
    width: 25px;
}
.shxidx-buttons{
display:block;
}
.shxidx-prev {
    left: 0;
    top:100px;
	margin:10px;
	
}
 .shxidx-next {

    right: 0;
	top:100px;
	margin:10px;
	
	
	
}
.shxidx-buttons div {
    position: absolute;
    top: 50%;
} 



/* Common Slide */


/* Float Tools */


/* /Float Tools */


/* pageion */

.shanxi-gov-page-box {
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.shanxi-gov-page-box a {
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    text-align: center;
    color: #666;
    background-color: #e7eefb;
}
.shanxi-gov-page-box .shanxi-gov-page-button {
    padding: 0 6px;
}
.shanxi-gov-page-hide {
    display: inline-block;
    text-align: center;
}
.shanxi-gov-page-hide .shanxi-gov-page-current, .shanxi-gov-page-hide .shanxi-gov-page-current:hover {
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: #375297;
}
.shanxi-gov-page-form {
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    height: 36px;
    margin-left: 5px;
}
.shanxi-gov-page-form-text {
    line-height: 24px;
    width: 40px;
    height: 24px;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ddd;
}
.shanxi-gov-page-form-btn {
    line-height: 36px;
    width: 36px;
    height: 36px;
    border: none;
}

/* /Common List*/