/* reset */
@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: 500;
}

/* del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
} */

body,
textarea,
input,
button,
select,
keygen,
legend {
    font-size: 14px;
    font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #383838;
    outline: 0;
    line-height: inherit;
}

img,
i {
    vertical-align: middle;
    text-align: center;
}

p {
    line-height: 20px;
}

a {
    color: #222222;
}

a:hover {
    color: #1e51ad;
}

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

.clearfix:after,
.cl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix,
.cl {
    zoom: 1;
}

.container:before,
.container:after,
.row:before,
.row:after,
.area:before,
.area:after {
    display: table;
    content: "";
}

.container:after,
.row:after,
.area:after {
    clear: both;
}

.container {
    width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

body {
    background-color: #f3f3f3;
	min-width: 1200px;
}

/*常用*/
.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.h-390 {
    height: 406px;
}

.h-240 {
    height: 268px;
}

.h-500 {
    height: 406px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-full{
    width: 1200px;
}
.w-80-title {
    width: 70%;
    float: left;
}
.w-70-title{
    width: 70%;
    float: left;
}

.w-88-title{
    width: 88%;
    float: left;
}
.w-100-title{
    width: 100%;
    float: left;
}
.w-65-title{
    width: 60%;
    float: left;
}

.f-12{
    font-size: 12px;
}
.color75{
    color: #757575;
}
.date {
    color: #757575;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row .inner {
    padding-right: 10px;
    padding-left: 10px;
}

.area {
    margin-bottom: 20px;
}

.box {
    position: relative;
    min-height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.box .box-item {
    background-color: #fff;
    padding: 20px;
}

/* .area .box:nth-child(3n+1) {
    padding-left: 0;
}
.area .box:nth-child(3n+0) {
    padding-right: 0;
} */

.mod-l {
    width: 400px;
}

.mod-m {
    width: 400px;
}

.mod-r {
    width: 400px;
}

.mod-full {
    width: 1200px;
}

#header-wp {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

#header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#header-wp .top {
    background-color: #f7f7f7;
    height: 30px;
    border-bottom: 1px solid #ededed;
    padding: 0 10px;
    line-height: 30px;
    color: #404040;
}

.top .slogan {
    font-size: 16px;
}

.header-bar {
    height: 100px;
}

#header .logo {
    line-height: 100px;
    vertical-align: middle;
}

#header .header-ewm{
    line-height: 100px;
    vertical-align: middle;
    margin-left: 367px;
}
#header .header-ewm img{
    height: 70px;
}

#search-bar {
    margin: 30px 10px 10px 10px;
    float: left;
}

#search-bar input {
    border: none;
    height: 36px;
    padding: 5px;
}

#search-form {
    height: 40px;
    line-height: 36px;
    border: 2px solid #1e51ad;
    width: 400px;
}

#search-form .button {
    background-color: #1e51ad;
    color: #fff;
    float: right;
    width: 40px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
	border: none;
}

#share-bar {
    float: right;
    width: 200px;
    margin: 32px 10px 10px 40px
}

#share-bar .share-ico {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #1e51ad;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #1e51ad;
    vertical-align: middle;
    margin-right: 10px;
}

#share-bar .share-ico.active,
#share-bar .share-ico:hover {
    background-color: #1e51ad;
    color: #fff;
}

#share-wechat {
    position: relative;
}

#wechat-code {
    position: absolute;
    top: 50px;
    left: -40px;
    border: 1px solid #eee;
    z-index: 99;
    display: none;
}

#share-wechat:hover #wechat-code {
    display: block;
}

#nav {
    height: 100px;
    background-color: #1e51ad;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#nav li {
    display: block;
    text-align: center;
    width: 14.2%;
    float: left;
    padding: 10px 0;
    height: 50px;
    position: relative;
}

#nav li a {
    color: #fff;
    font-size: 16px;
}

#nav li a span {
    padding: 10px 2px;
}

#nav .active,
#nav li:hover {
    z-index: 5;
}
#nav .active span,
#nav li:hover span {
    border-bottom: 1px solid #fff;
}

#nav li::after {
    content: "";
    height: 25px;
    width: 1px;
    background-color: #8fa8d6;
    display: table;
    position: absolute;
    top: 15px;
    right: 0;
}

#nav li:nth-child(7n)::after {
    display: none;
}

.nav-down{
    position: absolute;
    left: 10px;
    right: 10px;
    top: calc( 100% - 8px);
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 2px 2px #8fa8d6;
    visibility: hidden;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
    opacity: 0;
    transform: translateY(5px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#nav li .nav-down a{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 5px;
}
#nav li .nav-down a:hover{
    color: #8fa8d6;
}

#nav li:hover .nav-down{
    visibility: visible;
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
    opacity: 1;
    transform: translateY(0);
}

#footer{
    background-color: #1e2328;
    padding: 60px 0 20px 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
}

#footer .site-name{
font-size: 22px;
}

#footer .tel{
    font-size: 18px;
}

#footer .address{
    color: #7d7f81;
}
#footer .mod-fot-l{
    float: left;
    margin-right:40px;
}
#footer .mod-fot-m{
    float: right;
    margin-right: 40px;
    width: 600px;
}

.mod-fot-link .subitem{
	width: 254px;
	margin-bottom: 30px;
    position: relative;
    margin-right: 30px;
    float: left;
}



.mod-fot-link .subitem p.subitemtit{
	display: block;
	width: 100%;
	height: 30px;
	font: 14px/30px "Microsoft YaHei";
	color: #646668;
	padding-left: 15px;
	background: #e4e4e4;
	position: relative;
	cursor: pointer;
}

.mod-fot-link .subitem p.subitemtit:after{
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/shuili/down.png) no-repeat center center/cover;
	position: absolute;
	top: 8px;
	right: 10px;
}

.mod-fot-link .subitem .subdorpmenu{
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 99;
	background: #FFFFFF;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.mod-fot-link .subitem .subdorpmenu .footlist{
	padding: 4px 10px;
}

.mod-fot-link .subitem .subdorpmenu li a{
	display: block;
	font: 14px/32px "Microsoft YaHei";
    color: #494d50;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod-fot-link .subitem .subdorpmenu li a:hover{
	color: #0384ce;
}

.mod-fot-link .subitem:hover .subdorpmenu{
	display: block;
	height: 100px;
}



/* pages */

.pages a{
	display:inline-block;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	line-height:30px;
	color:#5d4d3c;
	border:1px solid #dddddd;
}
.pages{
	text-align:center;
	margin: 10px auto;
}
.pages a:hover{
	color:#ffffff;
	background:#1e51ad;
}
.pages a.on{
	color:#ffffff;
	background:#1e51ad;
}
.pages strong{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	color:#ffffff;
	background:#1e51ad;
	border:1px solid #dddddd;
}

.pages a.prev:hover{
	opacity:0.9;
}
.pages a.next:hover{
	opacity:0.9;
}

/* actGotop */
.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 100px;
    right: 50px;
    width: 30px;
    height: 30px;
    display: none;
    background-color: #1e51ad;
}

.actGotop a,
.actGotop a:link {
    width: 30px;
    height: 30px;
    display: inline-block;
    outline: none;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.actGotop a:hover {
    outline: none;
}
.actGotop a .fa-arrow-up{
    font-size: 20px;
    color: #fff;
}

/* mod-copyright */
.mod-copyright{
    margin: 20px auto;
    text-align: center;
}
.mod-copyright p{
    display: inline-block;
    margin: 0 10px;
}

.xg-form{
    padding-top: 180px;
    padding-bottom: 150px;
    text-align: center;
}
.xg-form .span-01{
    cursor: pointer;
    /*display: inline-block;*/
}
.xg-form .span-01{
    display: inline-block;
    width: 160px;
    height: 50px;
    margin: 0 20px;
    background-color: #1e51ad;
    font-size: 16px;
    color: #fff;
}
.xg-form .span-01{
    position: relative;
    overflow: hidden;
    line-height: 50px;
}
.xg-form .span-01 input{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
.xg-form button{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    line-height: normal;
    font-size: 16px;
    color: #fff;
    background: #4aaa32;
}

.mb20{
    margin-bottom: 20px;
}
.select-01{
    width: 157px;
}


.xj-file-mc{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 100;
}
.xj-file-tc{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    background: #fff;
    padding: 30px 50px;
}
.xj-file-tc span{
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 28px;
    transform: rotate(45deg);
    cursor: pointer;
}

.xj-file-mc,
.xj-file-tc{
    display: none;
}

.member-exchange-form { padding: 35px 40px 40px; background: #fff; border-radius: 5px; margin-top: 30px; }
.member-exchange-form .div-title { line-height: 24px; }

.member-exchange-form-list { padding-top: 14px; }
.member-exchange-form-list li { padding-left: 105px; margin-top: 10px; }
.member-exchange-form-list li .span-title { float: left; margin-left: -105px; width: 95px; text-align: right; line-height: 50px; }
.member-exchange-form-list li .put-01 { width: 350px; max-width: 100%; height: 50px; line-height: 30px; padding: 9px 15px; border: 1px solid #e5e5e5; border-radius: 5px; }
.member-exchange-form-list li .put-02 { width: 600px; }
.member-exchange-form-list li .but-01 { width: 180px; height: 50px; border-radius: 5px; font-size: 16px; color: #fff; background: #49a617; }

.mongolia{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../images/bg_10.png') repeat;
	z-index: 200;
	display: none;
}
.exchange-tc{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 500px;
	max-width: 90%;
	transform: translate(-50%,-50%);
	padding-bottom: 50px;
	padding-top: 50px;
	background: #fff;
	z-index: 210;
	display: none;
}
.exchange-tc{ width: 800px; max-width: 90%; }
.exchange-tc .member-exchange-form{ padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0; }
.inquiry-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
