/* Reset CSS
		 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

@font-face {
    font-family: 'fontello';
    src: url('./fontello/font/fontello.eot?62634907');
    src: url('./fontello/font/fontello.eot?62634907#iefix') format('embedded-opentype'), url('./fontello/font/fontello.woff?62634907') format('woff'), url('./fontello/font/fontello.ttf?62634907') format('truetype'), url('./fontello/font/fontello.svg?62634907#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

#close > div {
    z-index: 1;
    position: absolute;
    bottom: -1000px;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #FFF;
    opacity: 0.8;
    cursor: pointer;
    transition: .1s;
}

#close p {
    position: absolute;
    text-align: center;
    color: #FFF;
    bottom: 150px;
    width: 100%;
    font: 14px/20px 'Microsoft Yahei';
}

#close p:before {
    content: '';
    background: url(../../image/hand.png) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    position: relative;
    top: 8px;
    left: -6px;
}


/* nav css
		 * --------------------------------------- */

#globalnav {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    min-width: 100%;
    height: auto;
}

#nav {
    background-color: white;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.global-header-nav,
.nav-content,
.gnlobal-all,
#global-footer {
    display: block;
    width: 1180px;
    min-width: 1180px;
    height: auto;
    margin: 0 auto;
    font: 0 "Microsoft Yahei";
    line-height: 24px;
    text-align: center;
    color: inherit;
}

.nav-content .gf-directory-column-section {
    display: inline-block;
    width: 221px;
}

.nav-content .gf-directory-column-section-all {
    position: relative;
    top: 0;
    transition: .3s;
    height: 177px;
    overflow: hidden;
}

.nav-content .gf-directory-column-section:first-child {
    border-left: 0;
    margin-left: 0;
}

.gf-directory-column-section #more {
    font-size: 0;
    position: absolute;
    width: 221px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    left: 221px;
    bottom: -192px;
    cursor: pointer;
    background: url(../../image/down1.png) 50% 50% no-repeat;
    transform: rotateX(0deg);
    transition: .3s;
    z-index: 9999;
}

h2.gf-dcs-title + ul.gf-directory-column-section-list {
    padding-bottom: 7px;
}

.nav-content #more:hover {
    background-color: #EEEEEE;
}

.gf-directory-column-section img {
    width: auto;
}

.nav-content .gf-directory-column-section-item {
    font-size: 13px
}

.gf-directory-column-section-item a {
    color: #4e4e4e;
}

.nav-content .gf-dcs-title {
    position: relative;
    top: -5px;
    font-size: 14px;
    line-height: 1.16667;
    font-weight: normal;
    letter-spacing: normal;
    color: black;
    padding-top: 5px;
    margin-bottom: 5px;
}

.gf-dcs-title a {
    color: #000;
}

.nav-content li h2 {
    font-size: 14px;
}

.global-footer-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
}

#nav .nav {
    z-index: 2;
    position: relative;
    height: 50px;
    margin: 0 auto;
    font-size: 0;
    line-height: 50px;
}

ul.nav,
.gnlobal-content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    width: 1140px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#nav .nav li {
    z-index: 1;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
}

#nav .nav li.last-child {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

#nav .nav li a.item-link {
    color: black;
    width: auto;
}

#patent {
    position: relative;
    text-align: center;
    padding: 0;
    /* display: none; */
    height: 0;
    overflow: hidden;
    transition: .3s;
}

.gf-directory-column-section {
    position: relative;
    right: -117px;
    float: left;
    font-size: 14px;
}

.gf-directory-column-section-bg {
    width: 221px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -1px;
}

.gf-directory-column-section:before {
    content: '';
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -1px;
    position: absolute;
    left: 0;
    height: 177px;
}

.nav-content.gf-directory-columns .logo {
    position: absolute;
    top: -6px;
    left: -260px;
    width: 350px;
}

.gf-directory-column-section.logo img {
    position: absolute;
    left: 25px;
}

.items-links .item-menu i.demo-icon {
    transition: .3s;
}


/* item-list css
		 * --------------------------------------- */

.gnlobal-all {
    position: relative;
    top: 51px;
    color: black;
    font-size: 100%;
    font: 14px/24px 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
}

.gnlobal-content {
    position: relative;
}

#content-items {
    position: absolute;
    right: 20px;
    text-align: left;
    width: 20%;
    font-size: small;
    display: inline-block;
}

#nav-scroll li {
    padding: 2px 0 2px 5px;
    border-left: 3px solid #CCCCCC;
    line-height: 30px;
    cursor: pointer;
}

#nav-filter p {
    color: #222;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
}

#nav-scroll li:nth-child(odd) {
    background: #f7f8f8;
}

#nav-scroll li:hover {
    background: #e7e8e8;
}

#nav-scroll li a {
    display: inline-block;
}

.content-full {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 75%;
}

.content-full div {
    padding: 5px;
    border-radius: 2px;
}

.content-full p {
    clear: both;
    color: #1f2834;
    font: 14px/24px 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
}

.content-full h2 {
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    clear: both;
    font-weight: normal;
    font-size: 20px;
    color: #4f4f4f;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccd2d3;
    margin-bottom: 25px;
    margin-top: 15px;
}

#nav-scroll li.current {
    background: #d1f0f9;
    border-color: #1bb6e2;
}


/* hero css
		 * --------------------------------------- */

#hero {
    position: relative;
    overflow: hidden;
    padding: 39px 25px 39px 30px;
}

#hero.hero-home {
    background: #043e54 url(../../image/hero-home.png) right bottom no-repeat;
    background-size: 19%;
}

#hero h1 {
    color: #fff;
    font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 25px;
}

#hero p {
    clear: both;
    color: #fff;
    font-size: 16px;
    width: 750px;
    line-height: 24px;
    max-width: 74%;
}

#hero .actions {
    margin-top: 30px;
    float: left;
    width: auto;
}

#content-full img {
    margin: 0 auto;
    display: block;
}

#content-full h2.top {
    background: rgb(255, 255, 255);
    position: fixed;
    top: -15px;
    width: 855px;
    padding-top: 15px;
    color: #000000;
}

#content-full .color {
    animation: color 2s;
    -webkit-animation: color 2s;
    /* Safari 与 Chrome */
}

@keyframes color {
    0% {
        background: rgb(255, 255, 150);
    }
    100% {
        background: transparent;
    }
}


/* footer css
		 * --------------------------------------- */

#global-footer address {
    display: inline;
}

.foot {
    position: relative;
    margin-top: 100px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    text-align: center;
}

.foot a {
    color: #0074EA;
}


/* fullpage css
		 * --------------------------------------- */

#menu {
    z-index: 70;
    position: fixed;
    right: -90px;
    top: 50%;
    width: 90px;
    margin: -160px 0 0;
    padding: 0;
    list-style-type: none;
    transition: .3s;
}

#menu li {
    margin-top: 10px;
    font: 14px "Microsoft Yahei";
}

#menu a {
    display: block;
    padding: 10px 0;
    background-color: #fff;
    color: #0074EA;
    text-align: center;
    text-decoration: none;
}

#menu .active a {
    color: #fff;
    background-color: rgb(0, 116, 234);
}

a#menu_query {
    background: #c40000;
    color: white;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

a#menu_query:hover {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .32);
}

.section {
    text-align: center;
    font: 14px "Microsoft Yahei";
    color: #fff;
}

.net-inner a {
    text-decoration: none;
    color: #00a0e9;
    float: left;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.meida-con {
    width: 880px;
    height: 273px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.zanzu h3 {
    position: relative;
    left: 28px;
    width: 880px;
    margin: 0 auto 25px;
    text-align: left;
    font: 500 30px "Microsoft Yahei";
    color: #856B37;
}

.zanzu-con a {
    display: none;
    float: left;
    margin: 0 0 10px 28px;
}

.famous-inner a {
    font-size: 18px;
}

.slide1 {
    background: url(../../image/1.jpg) 50%;
}

.slide2 {
    background: url(../../image/2.jpg) 50%;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
    border: none;
    font-size: 5em;
    opacity: .7;
    transition: .3s;
}

.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover {
    opacity: 1
}

.query {
    background: #c40000;
    z-index: 111;
    bottom: 100px;
    text-align: center;
    position: relative;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1.2em;
    transition: .3s;
}

.query:hover {
    background: #de2424;
}