@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-gray{color:#c8cace;}
.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{
    position: fixed;
    height: 78px;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}

.menu .nocurrent {
    border-bottom: transparent;
}

.menu .current,
.menu .hover {
    border-bottom: 4px solid #ffffff;
}

.scrolled .current,
.scrolled .hover {
    border-bottom: 4px solid #000000;
}

.menu img {
    float: left;
    width: 160px;
    margin-top: 18px;
    margin-left: 10px;
}

.menu .pcmenu_container{
    width: 1200px;
    margin: 0 auto;
}

.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 .banner .slick-prev {
	background-image: url(http://qn.mktcreator.cn/website/images/bigprev.png);
	left: 360px;
	z-index: 1;
}

.banner_container .banner .slick-next {
	background-image: url(http://qn.mktcreator.cn/website/images/bignext.png);
	right: 360px;
}

.pc .slick-dots li button:before {
	color: #debd89;
	opacity: 0.3;
	font-size: 12px;
}

.banner_container .banner .slick-arrow {
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 61px;
	height: 60px;
}

.pc .slick-dots li {
	margin: 0 2px;
}

.banner_container a{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: block;
	position: relative;
	min-height: 400px;
}

/** 主体 **/
.main_container{
	position: relative;
	float: left;
	width: 100%;
    background:url("http://qn.mktcreator.cn/website/images/main-bg.png") no-repeat;
    background-position:50% 43%;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.part-service{
    width: 100%;
    padding-bottom: 70px;
}

.part-head .title{
	font-size: 30px;
	text-align: center;
    padding-bottom: 5px;
}

.line{
	width: 50%;
	transform:translateX(50%);
}

.part-head .sub-title{
    font-size: 18px;
    text-align: center;
    color: #666666;
    padding-top: 10px;
}

.part-project{
    padding-top: 50px;
}

.part-project .project-show{
    float: left;
    display: block;
    position: relative;
    width: 398px;
    height: 435px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.part-project .border-right{
    border-right: 1px solid #eaeaea;
}

.part-project .project-show:hover{
    border-bottom: 5px solid #d7aa71;
}


.part-project .project-show .title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 55px;
}

.part-project .project-show .desc{
    font-size: 12px;
    color: #b3b3b3;
    text-align: center;
    padding: 10px 75px;
    line-height: 23px;
}

.part-project .project-show .mark{
    font-size: 12px;
    color: #b3b3b3;
    text-align: center;
    padding: 10px 90px;
    padding-top: 225px;
}

.part-project .project-show .img-mark{
    position: absolute;
    width: 77px;
    top: 39%;
    right: 18%;
}

.part-project .project-show .img-book{
    position: absolute;
    width: 278px;
    left: 15%;
}

.part-point{
    width: 100%;
    padding-bottom: 70px;
}

.part-article{
    padding-top: 50px;
}

.article-desc{
    width: 380px;
}

.article-desc  .article-wd{
    height: 190px;
    padding-top: 50px;
}

.article-desc  .article-wd img{
    width: 80px;
}

.article-desc  .article-wd div{
    padding-left: 100px;
}

.article-desc  .article-wd  .title{
    font-size: 18px;
}

.article-desc  .article-wd  .sub-title{
    font-size: 12px;
    color: #b3b3b3;
    line-height: 18px;
    padding-top: 10px;
}

.part-article .article-logo img{
    width: 435px;
}

.part-num{
   padding-top: 10px;
}

.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;
    min-width: 1200px;
    position: absolute;
}

.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;
}