@charset "utf-8";
/*--默认--*/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
}

body {
	font-family: 微软雅黑, 黑体;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 100%;
}



a {
	text-decoration: none;
	color: inherit;
}

img {
	border: none;
	vertical-align: middle;
	width: 100%;
}

table {
	border-collapse: collapse;
}

tr,
td,
th {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #474747;
	line-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

i,
em,
b,
strong {
	font-style: normal;
	font-weight: normal;
}

input,
textarea,
select {
	padding: 0;
	border: 1px solid #CCC;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
}

input::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

input::-webkit-placeholder {
	opacity: 1;
	color: inherit;
}

input::-ms-placeholder {
	opacity: 1;
	color: inherit;
}

textarea::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

textarea::-webkit-placeholder {
	opacity: 1;
	color: inherit;
}

textarea::-ms-placeholder {
	opacity: 1;
	color: inherit;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}


/*--类--*/

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.footer_f {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

*:after {
	content: "";
}

.font-red{color: #be0008;}
.yellow-bg-1{background:#dcb079;}
.yellow-bg-2{background:#d5a76d; }
.yellow-bg-3{background:#ce9e5f;}
.font-black{color:#222222;}
.font-gray{color:#666666;}
.font-white{color:#ffffff;}
.font-yellow{color:#d5ae77;}
.img-gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


/** banner **/

.container{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
}

.menu{
    height: 78px;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.menu img {
    float: left;
    width: 160px;
    margin-top: 18px;
    margin-left: 10px;
}

.menu .pcmenu_container{
    width: 1200px;
    margin: 0 auto;
}

.menu .nocurrent {
    border-bottom: transparent;
}

.menu .current,
.menu .hover {
    border-bottom: 4px solid #000000;
}

.scrolled .current,
.scrolled .hover {
    border-bottom: 4px solid #000000;
}

.menu ul {
    margin: 0;
    padding: 0;
    line-height: 70px;
    margin-top: 4px;
}
.menu ul li {
    float: left;
    display: inline-block;
    padding: 0;
    padding-left: 44px;
    letter-spacing: 0.06em;
}

.menu .rightmenu li a {
    letter-spacing: 0em;
    text-decoration: none;
}
/** banner **/
.banner_container{
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.banner_container a{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: block;
	position: relative;
}

/** 主体 **/
.main_container{
	position: relative;
	float: left;
	width: 100%;
    padding-bottom: 130px;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.part-article{
    padding-top: 120px;
}

.part-article .article-us{
    background-color: #f9f9f9;
    width: 295px;
    height: 180px;
    margin-right: 5px;
    padding: 25px 50px;
}

.part-article .article-us .title{
    font-size: 20px;
    line-height: 45px;
}

.part-article .article-us .article-line{
    border: 1px solid #d7aa71;
    width: 20px;
}
.part-article .article-us .sub-title{
    font-size: 12px;
    line-height: 25px;
    padding-top: 10px;
    text-align: justify;
}

.part-article .article-team{
    background-color: #f9f9f9;
    width: 690px;
    height: 180px;
    margin-left: 5px;
    background: url("http://qn.mktcreator.cn/website/images/us-bg.png") no-repeat;
    background-size: cover;
    padding: 25px 50px;
}

.part-article .article-team .title{
    font-size: 20px;
    line-height: 45px;
}
.part-article .article-team .article-line{
    border: 1px solid #d7aa71;
    width: 20px;
}
.part-article .article-team .sub-title{
    font-size: 12px;
    line-height: 25px;
    padding-top: 10px;
    text-align: justify;
}


.part-num{
   padding-top: 50px;
}

.num-desc{
    text-align: center;
    width: 299px;
}
.num-desc .num{
    font-size: 45px;
    color: #d5ae77;
    font-weight: bolder;
}

.num-desc .num-txt{
    font-size: 12px;
    color: #b3b3b3;
}

.part-partner{
    width: 100%;
    padding-bottom: 150px;
}

.part-brand{
    padding-top: 50px;
}

.part-brand .brand{
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 12px 12px;
    margin: 10px 10px;
    height: 100px;
}


.footer_container{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background-color: #272727;
    height: 300px;
}


.map_contrainer {
    width: 1200px;
    margin: 0 auto;
}

.sum_map{
    float: left;
    margin-top: -80px;
    height: 160px;
    position: absolute;
    min-width: 1200px;
}

.sum_map .map{
    width: 398px;
    height: 150px;
}

.sum_map .map img{
    width: 69px;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 20px;
}

.sum_map .map .content{
    padding-top: 40px;
    width: 90%;
}

.sum_map .map .content .title{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
}


.map_contrainer .map .content .sub-title{
    font-size: 12px;
    color: #ffffff;
}

.menu_contrainer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;

}

.footer_menu{
    float: left;
    width: 80%;
    padding-right: 110px;
}

.footer_menu .menu-line{
    border: 0.5px solid #464646;
    margin-top: 40px
}

.footer_menu ul{
    margin-left: -40px;
}

.footer_menu ul li:first-child{
    list-style: none;
}

.footer_menu ul li{
    width: 150px;
    text-indent: 40px;
    color: #ffffff;
}

.footer_menu .menu-web{
    padding-top: 15px;
    color: #b3b3b3;
    font-size: 12px;
}

.code{
    width: 124px;
}

.b-right{
  border-right: 1px solid #f2f2f2;
}