/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */


/* 全局样式

-------------------------------------------------------------- */

@font-face {
    font-family: siyuan;
    src: url('http://www.ytwanhuaqiye.com/skin/css/SOURCEHANSANSCN-REGULAR.OTF'), url('../font/SOURCEHANSANSCN-REGULAR.eot');
    /* IE9+,可以是具体的实际链接 */
}

html,
body,
a,
p,
span,
ul,
img {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-size: 14px;
    font-family: "siyuan;", "Arial";
    color: #666;
}

div,
p,
span,
a,
ul li,
dl dt,
dl dd {
    font-family: siyuan;
}

p {
    line-height: 25px;
}

img {
    border: none;
    vertical-align: middle;
}

td {
    vertical-align: center;
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    outline: none;
}

.body {
    background: #fff;
}

.nbody {
    background: #efefef;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: 0px;
}

table,
table tr,
table td {
    border: solid 1px #777777;
}

html,
body {
    height: auto;
    margin: 0 auto;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

input,
textarea {
    font-family: "Microsoft YaHei", "Arial";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 1em;
}

body {
    background: #fff;
}


/* 页面基本元素

-------------------------------------------------------------- */


/* 链接样式 */

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* 常用元素 */

.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
    height: 0px;
}


/* 层浮动 */

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}


/* 文字对齐 */

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

img {
    webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}

.xysimg {
    max-width: 100%;
    height: auto;
}


/* top

-------------------------------------------------------------- */

.header {
    width: 100%;
    height: 213px;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: url(../image/topbg.jpg) repeat-x top center;
}

.headernr {
    width: 1200px;
    overflow: hidden;
    margin: auto;
}

.top {
    width: 100%;
    overflow: hidden;
}

.logo {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 0;
}

.tel {
    background: url(../image/tb1.png) no-repeat left center;
    padding-left: 50px;
    padding-right: 5px;
    margin: 31px 0;
}

.tel span {
    color: #f2c964;
}

.tel i {
    color: #f2c964;
    font-size: 32px;
    display: block;
    font-weight: bold;
    line-height: 38px;
}

.tel i a {
    color: #f2c964;
    font-size: 32px;
    font-weight: bold;
}

.topnr {
    padding: 21px 0;
    margin-right: 134px;
}

.topnr img {
    max-width: 100%;
    height: auto;
}


/* nav
-------------------------------------------------------------- */

.navbg {
    width: 100%;
    height: 50px;
    background: url(../image/navbg.jpg) repeat-x;
}

.nav {
    width: 1290px;
    margin: auto;
    text-align: right;
}

.menu,
.menu ul {
    list-style: none;
    padding: 0;
}

.menu>li {
    position: relative;
    display: inline-block;
    outline: 0;
}

.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
    overflow: hidden;
    /* IE8 needs this */
    overflow: hidden\0/ !important;
    max-height: 0;
    /* A .submenu should be only revealed when hovering the .menu */
    pointer-events: none;
}

.menu>li:hover .submenu,
.menu>li:focus .submenu {
    pointer-events: auto;
    z-index: 10;
    max-height: 2000px;
    -webkit-transition: none;
    -moz-transition: none;
}


/* Default

 ================================================================= */

.submenu li {
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transition: opacity .4s, transform .6s, max-height .6s;
}

.menu>li:hover .submenu li,
.menu>li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/* Shield

 ================================================================= */

.shield {
    overflow: visible;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.shield li {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
    -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
    -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
    -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
    transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
}

.nav>ul {
    display: inline-block;
}

.nav span {
    display: block;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
}

.nav span:last-child {
    display: none;
}

.nav .menu>li {
    width: 130px;
    float: left;
    margin-left: -1px;
    text-align: center;
    line-height: 50px;
    position: relative;
    background: url(../image/navbg2.jpg) no-repeat center;
}

.nav .menu>li:hover,
.nav .menu>li.current {
    background: url(../image/navbg3.jpg) no-repeat center;
}

.nav .menu>li a {
    display: block;
    color: #efcc76;
    text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.75);
}

.nav .menu>li:hover a,
.nav .menu>li.current a {
    color: #efb402;
}

.nav .menu>li.current a {
    color: #efb402;
}

.nav .menu>li .submenu {
    width: 100%;
}

.nav .menu>li .submenu li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url(../image/navbg4.jpg) repeat-x center;
    text-align: center;
    border: solid 1px #977c49;
    margin-top: -1px;
}

.nav .menu>li .submenu li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .menu>li .submenu li:hover {
    background: url(../image/navbg3.jpg) no-repeat center;
}

.cont {
    width: 1200px;
    overflow: hidden;
    margin: auto;
}

.cont1 {
    width: 1200px;
    height: auto;
    margin: auto;
}


/* banner

-------------------------------------------------------------- */

#wrapper {
    position: relative;
    margin-top: 170px;
}

#wrapper a {
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

#wrapper a:focus,
#wrapper a:link,
#wrapper a:active {
    outline: none;
}

#wrapper a:hover {
    color: #444;
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 626px !important;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
    width: 100% !important;
    max-height: 626px !important;
    position: relative;
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .fullwidthbanner-container,
    .fullwidthbanner-container .fullwidthabnner {
        max-height: 835px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner,
    .bannercontainer {
        width: 768px;
        height: 309px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner,
    .bannercontainer {
        width: 480px;
        height: 193px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner,
    .bannercontainer {
        width: 320px;
        height: 129px;
    }
}

@media only screen and (max-width: 319px) {
    .banner,
    .bannercontainer {
        width: 240px;
        height: 97px;
    }
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #c74250;
    border: solid 1px #c74250;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background: url(http://www.ytwanhuaqiye.com/skin/images/dot.png) no-repeat center;
    border: none;
}


/** BULLETS **/

.tp-bullets {
    display: none;
    z-index: 99;
    position: absolute;
    bottom: 0px;
    width: 162px !important;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 9px 40px 9px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../image/prev.png) no-Repeat;
    width: 30px;
    height: 56px;
    margin-left: 1%;
    margin-top: -28px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../image/next.png) no-Repeat 0 0;
    width: 30px;
    height: 56px;
    margin-left: -1%;
    margin-top: -28px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    ;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }
    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }
    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }
    .responsive .tparrows {
        display: none;
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive>ul>li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../image/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/* tit

-------------------------------------------------------------- */

.tit {
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    color: #631c18;
    font-weight: bold;
    text-align: center;
    background: url(../image/titbg.png) no-repeat bottom center;
    padding-bottom: 62px;
}

.tit a {
    font-size: 36px;
    color: #631c18;
    font-weight: bold;
}


/* listabout
-------------------------------------------------------------- */

.listabout {
    width: 100%;
    overflow: hidden;
    background: #fcf4e4;
}

.tblist {
    margin-top: 48px;
}

.tblist ul {
    width: 100%;
    overflow: hidden;
}

.tblist ul li {
    padding: 0 9px;
    overflow: hidden;
}

.tblist ul li img {
    max-width: 100%;
    height: auto;
}

.tblist ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.imgbg {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: -40px;
}

.imgbg img {
    width: 100%;
}


/* about
-------------------------------------------------------------- */

.about {
    width: 100%;
    overflow: hidden;
    background: #efdab4;
    padding-top: 17px;
    padding-bottom: 66px;
}

.about .aboutnr {
    margin-top: 44px;
}

.about .aboutnr .aboutlf .abouten {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    font-family: Arial;
    color: #631c18;
    font-weight: bold;
    line-height: 38px;
    margin-top: 26px;
}

.about .aboutnr .aboutlf h5 {
    width: 100%;
    overflow: hidden;
    font-size: 32px;
    color: #000;
    line-height: 40px;
}

.about .aboutnr .aboutlf .aboutms {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #524a3b;
    margin-top: 35px;
}

.about .aboutnr .aboutlf .aboutms p {
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #524a3b;
}

.about .aboutnr .aboutlf a {
    display: block;
    width: 220px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border: solid 2px #631c18;
    font-size: 18px;
    color: #631c18;
    margin-top: 60px;
}

.about .aboutnr .aboutlf a:hover {
    background: #631c18;
    color: #fff;
}

.about .aboutnr .aboutrt {
    position: relative;
}

.about .aboutnr .aboutrt .imgborder {
    width: 352px;
    height: 410px;
    border: solid 8px #7a4843;
    border-radius: 3px;
    margin-top: 52px;
}

.about .aboutnr .aboutrt .aboutimg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 8px #fff;
    box-shadow: 0px 0px 10px rgba(191, 176, 148, 0.75);
    -moz-box-shadow: 0px 0px 10px rgba(191, 176, 148, 0.75);
    -webkit-box-shadow: 0px 0px 10px rgba(191, 176, 148, 0.75);
}

.about .aboutnr .aboutrt .aboutimg img {
    max-width: 100%;
    height: auto;
}

.about .aboutnr .aboutrt .aboutimg:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}


/* case
-------------------------------------------------------------- */

.case {
    width: 100%;
    height: 1007px;
    overflow: hidden;
    background: url(../image/casebg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 52px;
}

.casenr {
    height: 100%;
    margin-top: 36px;
    position: relative;
}

.casenr img {
    max-width: 100%;
    height: auto;
}

.lxtel {
    width: 218px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -109px;
    top: 527px;
    text-align: center;
}

.lxtel .lxtelcn {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 30px;
}

.lxtel .lxtelen {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #524f45;
    font-family: Arial;
    line-height: 26px;
}

.lxtel p {
    font-size: 30px;
    color: #631c18;
    font-weight: bold;
    font-style: italic;
    padding-right: 5px;
    line-height: 30px;
    margin-top: 27px;
}

.lxtel p a {
    font-size: 30px;
    color: #631c18;
    font-weight: bold;
    font-style: italic;
}


/* pro
-------------------------------------------------------------- */

.pro {
    width: 100%;
    overflow: hidden;
    background: #fcf4e4;
    padding-top: 72px;
}

.pronr {
    margin-top: 24px;
}

.pronr dl {
    padding: 14px;
    margin: 0 10px;
}

.pronr dl dt,
.pronr dl dd {
    width: 100%;
    overflow: hidden;
}

.pronr dl dd {
    padding: 24px 0 11px 0;
}

.pronr dl dt {
    width: 100%;
    height: 338px;
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pronr dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.pronr dl:hover dt img {
    transform: translate(-50%, -50%) scale(1.2);
}

.pronr dl dd {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #000;
}

.pronr dl:hover {
    background: #631c18;
}

.pronr dl:hover dd {
    color: #fff;
}

.promore {
    width: 100%;
    overflow: hidden;
    margin-top: 46px;
}

.promore a {
    display: block;
    width: 220px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border: solid 2px #631c18;
    font-size: 18px;
    color: #631c18;
    margin: auto;
}

.promore a:hover {
    background: #631c18;
    color: #fff;
}


/* news
-------------------------------------------------------------- */

.news {
    width: 100%;
    overflow: hidden;
    background: #fcf4e4;
    padding-top: 66px;
    padding-bottom: 60px;
}

.newsnr {
    margin-top: 28px;
}

.news .newsdate {
    width: 100%;
    overflow: hidden;
    font-family: Arial;
    color: #6e6e6e;
}

.news .newstit {
    width: 100%;
    overflow: hidden;
    font-size: 23px;
    color: #33312d;
    font-weight: bold;
    line-height: 35px;
    margin-top: 7px;
}

.news .newsms {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #a39d93;
    margin-top: 10px;
}

.news .newsimg {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}

.news .newsimg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news .newsimg .newsmore {
    width: 134px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    background: #631c18 url(../image/tb2.png) no-repeat 78% center;
    font-family: Arial;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news .newslf {
    width: 38%;
    overflow: hidden;
    padding-top: 24px;
}

.news .newsrt {
    width: 56%;
    overflow: hidden;
}

.news .newsrt ul {
    width: 100%;
    overflow: hidden;
}

.news .newsrt ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #e5e5e5;
    padding: 24px 18px 24px 45px;
    margin-bottom: 12px;
}

.news .newsrt ul li:hover {
    background: #631c18;
}

.news .newsrt ul li:hover .newsdate,
.news .newsrt ul li:hover .newstit,
.news .newsrt ul li:hover .newsms {
    color: #fff;
}


/* link
-------------------------------------------------------------- */

.link {
    width: 100%;
    overflow: hidden;
    background: #fcf4e4;
    padding-bottom: 57px;
}

.linknr {
    line-height: 30px;
    font-size: 22px;
    color: #561815;
    font-weight: bold;
}

.linknr a {
    font-size: 15px;
    color: #561815;
    font-weight: normal;
    margin-right: 10px;
}


/* footer
-------------------------------------------------------------- */

.footer {
    width: 100%;
    overflow: hidden;
    background: #661c18;
}

.footer .footernr {
    position: relative;
    padding-top: 57px;
    padding-bottom: 67px;
}

.footernr .bnav {
    width: 63%;
    overflow: hidden;
}

.footernr .bnav ul {
    width: 100%;
    overflow: hidden;
}

.footernr .bnav ul li {
    width: 38.5%;
    overflow: hidden;
    line-height: 30px;
    padding: 12px 0;
    position: relative;
    padding-left: 11%;
    float: left;
}

.footernr .bnav ul li:first-child {
    width: 23%;
}

.footernr .bnav ul li:first-child {
    padding-left: 0;
}

.footernr .bnav ul li:after {
    content: "";
    width: 1px;
    height: 164px;
    background: #7b3a27;
    position: absolute;
    right: 0;
    top: 25px;
}

.footernr .bnav ul li:last-child:after {
    display: none;
}

.footernr .bnav ul li h5 {
    width: 100%;
    overflow: hidden;
    color: #f2c969;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 4px;
}

.footernr .bnav ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-top: 7px;
}

.footernr .bnav ul li p a {
    color: rgba(242, 201, 105, 0.5);
    font-size: 18px;
}

.footernr dl {
    width: 138px;
    overflow: hidden;
}

.footernr dl dt {
    width: 100%;
    overflow: hidden;
}

.footernr dl dt img {
    max-width: 100%;
    height: auto;
}

.footernr dl dd {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #f2c969;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}

.footernr .blxfs {
    overflow: hidden;
    margin-right: 34px;
    padding-top: 27px;
}

.footernr .blxfs .blxfscn {
    overflow: hidden;
    font-size: 26px;
    color: #e2b861;
    text-align: right;
    line-height: 35px;
}

.footernr .blxfs .blxfsen {
    overflow: hidden;
    font-size: 15px;
    color: #e2b861;
    text-align: right;
}

.footernr .blxfs p {
    overflow: hidden;
    font-size: 34px;
    color: #f2c969;
    text-align: right;
    line-height: 35px;
    margin-top: 8px;
}

.footernr .blxfs p a {
    font-size: 34px;
    color: #f2c969;
}

.footernr .bewm {
    padding-left: 18%;
    padding-right: 0;
}

.footernr .bewm .bewmimg {
    width: 100%;
    overflow: hidden;
}

.footernr .bewm .bewmimg img {
    max-width: 100%;
    height: auto;
}

.bot {
    width: 100%;
    overflow: hidden;
    background: #661c18;
    border-top: solid 1px #7d3f2b;
    padding: 40px 0;
}

.bot .botnr {
    line-height: 30px;
}

.bot .botnr,
.bot .botnr a {
    color: rgba(242, 201, 105, 0.5);
}


/* banner_n
-------------------------------------------------------------- */

.banner_n {
    width: 100%;
    height: 512px;
    /* margin-top:170px; */
    background: url(../image/1661240491782852.jpg) no-repeat top center;
    background-size: cover;
}

.bg {
    /* background: #fcf4e4; */
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .banner_n {
        height: 683px;
    }
}

@media(max-width:1680px) {
    .banner_n {
        height: 448px;
    }
}

@media(max-width:1440px) {
    .banner_n {
        height: 384px;
    }
}

@media(max-width:1360px) {
    .banner_n {
        height: 363px;
    }
}

@media(max-width:1280px) {
    .banner_n {
        height: 341px;
    }
}

@media(max-width:921px) {
    .banner_n {
        height: 246px;
    }
}

@media(max-width:768px) {
    .banner_n {
        height: 205px;
    }
}

@media(max-width:640px) {
    .banner_n {
        height: 171px;
    }
}

@media(max-width:640px) {
    .banner_n {
        height: 144px;
    }
}


/* position
-------------------------------------------------------------- */

.position {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #02725E;
    line-height: 50px;
}

.positionnr {
    background: url(../image/tb3.png) no-repeat left center;
    font-size: 16px;
    color: #f3e3c0;
    padding-left: 60px;
}

.position a {
    font-size: 16px;
    color: #f3e3c0;
}

.ncontent {
    padding: 50px 0;
}

.nlf {
    width: 19%;
    overflow: hidden;
    margin-top: 30px;
}

.nrt {
    width: 76%;
    height: auto;
    margin-top: 30px;
}

.nmenu {
    width: 100%;
    overflow: hidden;
    background: #02725E;
    border-radius: 12px;
    padding: 12px 0 32px 0;
}

.nmenu .nmenuimg {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.nmenu ul {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    margin-top: 6px;
}

.nmenu ul li {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    background: -webkit-linear-gradient(left, #02725E, #05d2ac);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #02725E, #05d2ac);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #02725E, #05d2ac);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #02725E, #05d2ac);
    /* 标准的语法 */
    border-radius: 12px;
    margin: 10px 0;
}

.nmenu ul li a {
    font-size: 18px;
    color: #333;
    display: block;
}

.nmenu ul li:hover,
.nmenu ul li.cur {
    background: #fff;
}

.nlf .ncasemenu {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.nlf .ncontactmenu {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.nlf .ncasemenu img,
.nlf .ncontactmenu img {
    max-width: 100%;
    height: auto;
}


/* nabout
-------------------------------------------------------------- */

.nabout {
    position: relative;
}

.nabout .naboutbg {
    position: absolute;
    top: -56px;
    right: 78px;
    z-index: -1;
}

.nabout .naboutbg img {
    max-width: 100%;
    height: auto;
}

.nabout .nabouten {
    width: 100%;
    overflow: hidden;
    font-size: 28px;
    color: #631c18;
    font-family: Arial;
}

.nabout hr {
    width: 340px;
    height: 1px;
    background: #bebebe;
    border: none;
}

.nabout .naboutcn {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #631c18;
    font-weight: bold;
    line-height: 40px;
    margin-top: 11px;
}

.naboutnr {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #33312d;
    margin-top: 44px;
}

.naboutnr p {
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #33312d;
}

.naboutnr img {
    max-width: 100%;
    height: auto;
}

.nabout .nabouten2 {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #e5c173;
    font-size: 18px;
}

.naboutnr dl {
    width: 100%;
    overflow: hidden;
}

.naboutnr dl dt {
    position: relative;
    padding: 0;
}

.naboutnr dl dt img,
.naboutnr dl dd img {
    width: 100%;
}

.naboutnr dl dd {
    padding: 0;
}

.naboutnr dl:first-child dt:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #661c18;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
}

.naboutnr dl:nth-child(2) dt:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid #661c18;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
}


/* ncontact
-------------------------------------------------------------- */

.ncontact {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.ncontact dl dt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 34px;
}

.ncontact dl dt img {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}

.ncontact dl:hover dt img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.ncontact dl dd {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.ncontact dl dd.ncontact_bt {
    font-size: 30px;
    color: #000;
    line-height: 40px;
}

.ncontact dl dd.ncontact_nr {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin-top: 8px;
}

.ncontact dl dd.ncontact_nr a {
    font-size: 22px;
    color: #000;
}

.nmessge {
    width: 100%;
    overflow: hidden;
    margin-top: 76px;
}

.nmessge ul {
    width: 100%;
    overflow: hidden;
    margin-top: 53px;
}

.nmessge ul li {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #33312d;
    line-height: 30px;
}

.nmessge ul li:nth-child(odd) {
    margin: 20px 0 10px 0;
}

.nmessge ul li input {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #33312d;
    line-height: 52px;
    background: #fff;
    border: solid 1px #d3d3d3;
    padding: 0 5px;
}

.nmessge ul li textarea {
    width: 100%;
    height: 228px;
    overflow: hidden;
    font-size: 16px;
    color: #33312d;
    line-height: 52px;
    background: #fff;
    border: solid 1px #d3d3d3;
    padding: 0 5px;
}

.nmessge .tjbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.nmessge .tjbtn button {
    width: 100%;
    overflow: hidden;
    background: #c3202d;
    font-size: 22px;
    color: #fff;
    line-height: 76px;
}

.map {
    width: 100%;
    height: 560px;
    margin-top: 30px;
}


/* zsjm
-------------------------------------------------------------- */

.zsjm {
    width: 100%;
    overflow: hidden;
    background: url(../image/zsjmbg.jpg) no-repeat top center;
    padding: 138px 0 361px 0;
    background-size: cover;
}

.zsjmnr h5 {
    width: 100%;
    overflow: hidden;
    font-size: 35px;
    color: #631c18;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 34px;
}

.zsjmnr {
    font-size: 16px;
    color: #631c18;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
}

.zsjmnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #631c18;
    font-weight: bold;
    line-height: 30px;
    margin-top: 6px;
}

.zsjm2 {
    width: 100%;
    overflow: hidden;
    background: url(../image/zsjmbg2.jpg) no-repeat top center;
    background-size: cover;
    padding: 84px 0 160px 0;
}

.zsjmtit {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.zsjmtit img {
    max-width: 100%;
    height: auto;
}

.zsjmnr2 {
    margin-top: 66px;
}

.zsjmnr2 ul {
    width: 100%;
    overflow: hidden;
}

.zsjmnr2 ul li {
    width: 386px;
    height: 406px;
    overflow: hidden;
    float: left;
    background: #fcf4e4;
    padding: 80px 38px 0 38px;
    margin-right: 21px;
}

.zsjmnr2 ul li:last-child {
    margin-right: 0;
}

.zsjmnr2 ul li h6 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    color: #6d2e29;
    line-height: 40px;
    margin-bottom: 30px;
}

.zsjmnr2 ul li p {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    color: #6d2e29;
    line-height: 30px;
    text-align: justify;
}

.zsjm3 {
    width: 100%;
    overflow: hidden;
    background: url(../image/zsjmbg3.jpg) no-repeat top center;
    background-size: cover;
    padding: 102px 0 240px 0;
}

.zsjmnr3 {
    margin-top: 97px;
}

.zsjmnr3 p {
    overflow: hidden;
    color: #631c18;
}

.zsjm4 {
    padding: 76px 0;
}

.zsjm4 .zsjmlf {
    padding: 48px 70px 0 0;
}

.zsjm4 .zsjmtit {
    margin-bottom: 76px;
}

.zsjmlf p {
    overflow: hidden;
    font-size: 16px;
    color: #631c18;
    line-height: 30px;
}

.zsjmrt img {
    max-width: 100%;
    height: auto;
}

.zsjmnr5 {
    margin-top: 46px;
    padding-bottom: 90px;
}

.zsjmnr5 p {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #631c18;
}


/* nmassgenr
-------------------------------------------------------------- */

.nmessage {
    width: 100%;
    overflow: hidden;
}

.nmessage ul {
    width: 36%;
    overflow: hidden;
    float: left;
}

.nmessage ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.nmessage ul li input {
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    border: solid 1px #dbdbdb;
    font-size: 16px;
    padding: 0 4%;
}

.nmessage ul li textarea {
    width: 100%;
    height: 228px;
    overflow: hidden;
    line-height: 30px;
    border: solid 1px #999;
    font-size: 16px;
    padding: 0 1.2%;
    border-radius: 5px;
}

.nmessage .nmessagely {
    width: 61%;
    overflow: hidden;
    float: right;
}

.nmessage .nmessagely textarea {
    width: 100%;
    height: 172px;
    overflow: hidden;
    line-height: 30px;
    border: solid 1px #dbdbdb;
    padding: 0 4%;
}

.subbtn {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.subbtn input {
    width: 200px;
    height: 46px;
    overflow: hidden;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    background: #1657a7;
    color: #fff;
}


/* npro
-------------------------------------------------------------- */

.npromenu {
    width: 100%;
    overflow: hidden;
}

.npromenu ul {
    width: 100%;
    overflow: hidden;
}

.npromenu ul li {
    width: 176px;
    overflow: hidden;
    float: left;
    background: url(../image/btnbg1.png) no-repeat center;
    line-height: 54px;
    text-align: center;
    margin-right: 6px;
}

.npromenu ul li a {
    color: #fff;
    font-size: 16px;
}

.npromenu ul li:hover,
.npromenu ul li.cur {
    background: url(../image/btnbg2.png) no-repeat center;
}

.npromenu ul li:hover a,
.npromenu ul li.cur a {
    color: #631c18;
    display: block;
}

.npronr {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 40px 0;
}

.npronr dl {
    width: 98%;
    overflow: hidden;
    background: #eee3ce;
    margin: 20px 1%;
    float: left;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(152, 152, 152, 0.75);
    -moz-box-shadow: 0px 0px 10px rgba(152, 152, 152, 0.75);
    -webkit-box-shadow: 0px 0px 10px rgba(152, 152, 152, 0.75);
}

.npronr dl dt {
    width: 70%;
    overflow: hidden;
    float: left;
    padding-left: 65px;
}

.npronr dl dt h6 {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #651b18;
    line-height: 40px;
    margin-bottom: 12px;
    margin-top: 30px;
}

.npronr dl dt p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #8f655b;
    font-weight: normal;
}

.npronr dl dt span {
    width: 136px;
    height: 40px;
    display: block;
    background: #631c18;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-top: 30px;
}

.npronr dl dd {
    width: 30%;
    height: 267px;
    overflow: hidden;
    float: right;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.npronr dl dd img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.npronr dl:hover dd img {
    transform: translate(-50%, -50%) scale(1.1);
}

.npro_img {
    width: 37%;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.75);
    -webkit-box-shadow: 0px 0px 5px rgba(189, 189, 189, 0.75);
}

.npro_img img {
    max-width: 100%;
    height: auto;
}

.npro_ms {
    width: 56%;
    overflow: hidden;
    padding-top: 58px;
}

.npro_tit {
    width: 100%;
    height: 42px;
    font-size: 30px;
    color: #651b18;
    position: relative;
}

.npro_tit:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #651b18;
    border-radius: 50%;
    bottom: -3.5px;
    right: 0;
}

.npro_tit:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #651b18;
    bottom: 0;
    left: 6px;
}

.npro_tit span {
    width: 126px;
    height: 42px;
    display: block;
    overflow: hidden;
    background: #651b18;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 8px;
    float: left;
    margin-right: 28px;
}

.npro_ms .npro_js {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #8b5e57;
    line-height: 30px;
    margin-top: 37px;
}

.npro_ms ul {
    width: 100%;
    overflow: hidden;
    margin-top: 84px;
}

.npro_ms ul li {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #631c18;
    line-height: 40px;
}

.npro_ms ul li span {
    font-size: 20px;
    color: #e5c173;
}

.proxq {
    width: 100%;
    overflow: hidden;
}

.proxq {
    width: 100%;
    overflow: hidden;
    margin-top: 42px;
}

.proxq .npro_tit:before {
    display: none;
}

.proxq .proxqnr {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #8b5e57;
    margin-top: 24px;
}

.proxq .proxqnr p {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #8b5e57;
}

.proxq .proxqnr img {
    max-width: 100%;
    height: auto;
}


/* ncase
-------------------------------------------------------------- */

.ncase {
    width: 100%;
    overflow: hidden;
}

.ncase dl {
    margin: 10px 0 20px 0;
}

.ncase dl dt,
.ncase dl dd {
    width: 100%;
    overflow: hidden;
}

.ncase dl dd {
    text-align: center;
    line-height: 66px;
    font-size: 20px;
    color: #fff;
    background: #631c18;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ncase dl dt {
    height: 319px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ncase dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.ncase dl:hover dt img {
    transform: translate(-50%, -50%) scale(1.1);
}

.ncase .ncaseimg {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.ncase .ncaseimg img {
    max-width: 100%;
    height: auto;
}

.ncase .ncasetit {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #333;
    margin: 10px 0;
}

.ncase .ncasefbnr {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}

.ncase .ncasefbnr p {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}


/* nnews
-------------------------------------------------------------- */

.nnews {
    padding: 50px 0;
}

.nnews .nnewsnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.nnewsnr dl {
    width: 100%;
    overflow: hidden;
    padding-right: 12%;
    background: #f2e5ca url(../image/tb4.png) no-repeat 98% 60%;
    margin-top: 20px;
    padding: 12px 2% 12px 12px;
}

.nnewsnr dl dt {
    width: 20%;
    height: 183px;
    overflow: hidden;
    float: left;
    position: relative;
}

.nnewsnr dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.nnewsnr dl:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.nnewsnr dl dd {
    width: 80%;
    overflow: hidden;
    float: right;
    padding-left: 4%;
    padding-top: 40px;
}

.nnewsnr dl dd .nnewstit {
    width: 100%;
    overflow: hidden;
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin-bottom: 16px;
}

.nnewsnr dl dd .nnewstit div {
    width: 80%;
    overflow: hidden;
    font-size: 22px;
    color: #000;
    line-height: 30px;
    float: left;
}

.nnewsnr dl dd .nnewstit span {
    width: 20%;
    overflow: hidden;
    float: right;
    font-size: 22px;
    color: #000;
    text-align: right;
}

.nnewsnr dl dd p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #8e8675;
    padding-right: 20%;
}

.nnewsnr dl:hover {
    background: #641c18 url(../image/tbh4.png) no-repeat 98% 60%;
}

.nnewsnr dl:hover dd .nnewstit div {
    color: #e7d7be;
}

.nnewsnr dl:hover dd p {
    color: #c1a894;
}

.nnewsnr dl:hover dd .nnewstit span {
    color: #fff;
}

.nnews h1 {
    width: 100%;
    overflow: hidden;
    font-size: 26px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    color: #999;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 20px;
}

.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.nnews .fbnr img {
    max-width: 100%;
    height: auto;
}


/* ntit
-------------------------------------------------------------- */

.ntit {
    width: 164px;
    overflow: hidden;
    margin: auto;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #2465bf;
    position: relative;
}

.ntit:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background: #2465bf;
    left: 0;
    top: 19px;
}

.ntit:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background: #2465bf;
    right: 0;
    top: 19px;
}


/* ncase
-------------------------------------------------------------- */

.nhonor {
    margin-top: 40px;
    margin-bottom: 40px;
}

.nhonornr {
    width: 100%;
    overflow: hidden;
}

.nhonornr ul {
    width: 100%;
    overflow: hidden;
}

.nhonornr ul li {
    width: 356px;
    height: 268px;
    overflow: hidden;
    float: left;
    margin: 10px 22px;
    position: relative;
}

.nhonornr ul li img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}

.nhonornr ul li:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.nhonornr h1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 26px;
    color: #2465bf;
    margin: 0;
    line-height: 35px;
}

.nhonornr .fbimg {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}


/* dede_pages

-------------------------------------------------------------- */

.dede_pages {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
    display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
    padding: 5px 10px;
    border: solid 1px #651b18;
}

.dede_pages ul li.thisclass {
    background-color: #651b18;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
}

.dede_pages ul li.thisclass a {
    color: #fff;
}

.dede_pages ul li:hover {
    background-color: #651b18;
}

.dede_pages ul li:hover a {
    color: #fff;
}

.dede_pages ul li a {
    float: left;
    display: block;
    color: #454545;
}

.page1 {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.page1 p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

.page1 p a {
    color: #454545;
    font-size: 16px;
}

.page1 p a:hover {
    color: #f68400;
}

.dede_pages table,
.dede_pages table tr,
.dede_pages table td {
    border: none;
}

.dede_pages table td {
    line-height: 30px;
    font-size: 14px;
}

.dede_pages table td a {
    font-size: 14px;
}

.pages {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.pages .pageslf,
.pages .pagesrt {
    width: 50%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 1%;
}

.pages .pageslf a,
.pages .pagesrt a {
    font-size: 16px;
}

.pages .pagesrt {
    text-align: right;
}

.pages .pageslf:hover,
.pages .pagesrt:hover {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    /* Firefox 4 */
    -webkit-transition: all .5s ease;
    /* Safari 和 Chrome */
    -o-transition: all .5s ease;
    /* Opera */
    color: #651b18;
}

.pages .pageslf:hover a,
.pages .pagesrt:hover a {
    color: #651b18;
}

.moblie_head,
.a_txt {
    display: none;
}


/*移动端导航*/

@media screen and (max-width: 991px) and (min-width: 0px) {
    .header {
        display: none
    }
    .moblie_head {
        display: block;
        height: 120px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        background: url(../image/topbg.jpg) repeat-x top center;
    }
    .moblie_head .lf {
        padding-left: 1%;
        float: left;
    }
    .moblie_head .lf img {
        max-width: 100%;
        height: auto;
    }
    .moblie_head .rg {
        padding-right: 1%;
        padding-top: 44px;
        float: right;
    }
    .moblie_head .rg a img {
        vertical-align: top
    }
    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }
    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }
    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530
    }
    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .a_txt .div3 ul li .a_js2 {
        background: url(http://www.ytwanhuaqiye.com/skin/images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_js2_on {
        background: url(http://www.ytwanhuaqiye.com/skin/images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_txt2 {
        display: none
    }
    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

@media screen and (max-width: 1200px) and (min-width:1152px) {
    .ncase dl dt {
        height: 288px;
    }
}

@media screen and (max-width: 1151px) and (min-width:1024px) {
    .ncase dl dt {
        height: 246px;
    }
}

@media screen and (max-width: 1023px) and (min-width:992px) {
    .ncase dl dt {
        height: 238px;
    }
}

@media screen and (max-width: 991px) and (min-width:860px) {
    .ncase dl dt {
        height: 286px;
    }
}

@media screen and (max-width: 859px) and (min-width:768px) {
    .ncase dl dt {
        height: 254px;
    }
}

@media screen and (max-width: 767px) and (min-width:640px) {
    .ncase dl dt {
        height: 222px;
    }
}

@media screen and (max-width:639px) and (min-width:540px) {
    .ncase dl dt {
        height: 186px;
    }
}

@media screen and (max-width:539px) and (min-width:425px) {
    .ncase dl dt {
        height: 145px;
    }
}

@media screen and (max-width:424px) and (min-width:375px) {
    .ncase dl dt {
        height: 127px;
    }
}

@media screen and (max-width:374px) and (min-width:320px) {
    .ncase dl dt {
        height: 107px;
    }
}

@media screen and (max-width:319px) and (min-width:0px) {
    .ncase dl dt {
        height: 102px;
    }
}

@media(max-width:1920px) {
    .imgbg {
        margin-top: 0;
    }
}

@media(max-width:1290px) {
    .nav {
        width: 100%;
    }
    .nav>ul {
        width: 80%;
    }
    .nav .menu>li {
        width: 12.5%;
        margin-left: 0;
        background: url(../image/navbg2.jpg) no-repeat left;
    }
}

@media(max-width:1200px) {
    .headernr {
        width: 100%;
    }
    .cont1,
    .tab ul {
        width: 100%;
    }
    .cont {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
    .positionnr {
        padding-left: 40px;
    }
    .zsjmnr2 ul {
        padding: 0 2%;
    }
    .zsjmnr2 ul li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:1152px) {
    .topnr {
        margin-right: 8%;
    }
    .nlf {
        width: 20%;
    }
    .nrt {
        width: 75%;
    }
    .ncontact dl dd.ncontact_bt {
        font-size: 26px;
    }
    .ncontact dl dd.ncontact_nr {
        font-size: 18px;
    }
    .footernr .bnav ul li h5 {
        font-size: 22px;
    }
    .footernr .bnav ul li p a {
        font-size: 18px;
    }
    .footernr .blxfs p,
    .footernr .blxfs p a {
        font-size: 30px;
    }
    .footernr .blxfs .blxfscn {
        font-size: 22px;
    }
    .footernr .blxfs .blxfsen {
        font-size: 14px;
    }
    .zsjmnr2 ul li {
        padding: 60px 20px 0 20px;
    }
}

@media(max-width:1100px) {
    .topnr {
        margin-right: 3%;
    }
}

@media(max-width:1030px) {
    .footernr .bnav {
        width: 62%;
    }
    .footernr .blxfs {
        margin-right: 20px;
    }
}

@media(max-width:1024px) {
    .nlf {
        width: 22%;
    }
    .nrt {
        width: 73%;
    }
    .topnr {
        margin-right: 2%;
    }
    .zsjm4 .zsjmlf {
        padding: 0 70px 0 0;
    }
}

@media(max-width:1023px) {
    .map {
        height: 280px;
    }
    .npromenu ul li {
        margin-bottom: 5px;
    }
    .news .newslf {
        width: 40%;
    }
}

@media(max-width:991px) {
    .navbg {
        display: none;
    }
    .moblie_head .lf img {
        height: 163px;
    }
    #wrapper,
    .banner_n {
        margin-top: 120px;
    }
    .topnr {
        margin-right: 10px;
        margin-left: 10px;
    }
    .zsjm4 .zsjmlf {
        padding: 0 10px 0 0;
    }
}

@media(max-width:991px) {
    .nlf,
    .nrt {
        width: 100%;
    }
    .nnewsnr dl dd .nnewstit span {
        font-size: 20px;
    }
    .npronr dl dt {
        padding-left: 30px;
    }
    .npronr dl dt h6 {
        font-size: 22px;
    }
    .npro_ms {
        width: 100%;
    }
    .npro_img {
        width: 50%;
        margin: auto;
        float: none;
    }
    .news .newslf,
    .news .newsrt {
        width: 100%;
    }
    .news .newsrt ul li {
        padding: 24px 18px 24px 18px;
    }
    .news .newsimg img {
        max-width: 100%;
        height: auto;
    }
    .pages .pageslf,
    .pages .pagesrt {
        width: 100%;
        text-align: left;
        padding: 5px 1%;
    }
    .zsjmnr2 ul {
        padding: 0;
    }
    .zsjmnr2 ul li {
        width: 32.66666%;
        margin-right: 1%;
    }
    .zsjmnr2 ul li h6 {
        margin-bottom: 20px;
    }
}

@media(max-width:963px) {
    .footernr .bnav {
        width: 76%;
    }
}

@media(max-width:768px) {
    .zsjm .zsjmnr {
        width: 80%;
    }
    .ncase dl dd {
        line-height: 50px;
        font-size: 15px;
    }
}

@media(max-width:767px) {
    .topnr {
        display: none;
    }
    .about .aboutnr .aboutrt {
        margin-top: 20px;
    }
    .naboutnr dl:first-child {
        margin-bottom: 20px;
    }
    .naboutnr dl:first-child dt:after {
        border-top: none;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-bottom: 19px solid #661c18;
        position: absolute;
        right: 50%;
        margin-right: -19px;
        top: 100%;
        margin-top: -19px;
    }
    .naboutnr dl:nth-child(2) dt:after {
        border-bottom: none;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-top: 19px solid #661c18;
        position: absolute;
        left: 50%;
        top: 0;
        margin-top: 0;
        margin-left: -19px;
    }
    .ncontact dl {
        margin-bottom: 10px;
    }
    .nnewsnr dl dd .nnewstit span {
        width: 100%;
        text-align: left;
    }
    .npro_img {
        width: 60%;
    }
    .npro_tit {
        font-size: 24px;
    }
    .moblie_head {
        height: 80px;
    }
    .moblie_head .lf img {
        height: 123px;
    }
    .moblie_head .rg {
        padding-top: 24px;
    }
    #wrapper,
    .banner_n {
        margin-top: 80px;
    }
    .about .aboutnr .aboutlf .abouten {
        font-size: 26px;
    }
    .about .aboutnr .aboutlf h5 {
        font-size: 28px;
    }
    .zsjm4 .zsjmlf {
        padding: 0;
    }
    .zsjmnr2 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: auto;
        padding: 40px 20px;
    }
    .ncase dl {
        padding: 0 5px;
    }
}

@media(max-width:640px) {
    .npro_tit {
        font-size: 20px;
    }
    .nnews h1 {
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .footernr dl {
        width: 24%;
    }
    .zsjm .zsjmnr {
        width: 90%;
    }
    .zsjmtit img {
        height: 80px;
    }
}

@media(max-width:560px) {
    .about .aboutnr .aboutrt .imgborder {
        display: none;
    }
    .about .aboutnr .aboutrt .aboutimg {
        position: inherit;
    }
}

@media(max-width:540px) {
    .zsjmnr h5 {
        font-size: 30px;
    }
    .nnewsnr dl {
        background: #f2e5ca;
    }
    .nnewsnr dl:hover {
        background: #641c18;
    }
    .nnewsnr dl dd p {
        padding-right: 0;
    }
    .nnewsnr dl dd .nnewstit div {
        width: 100%;
        font-size: 20px;
    }
    .nnewsnr dl dd .nnewstit span {
        font-size: 16px;
    }
    .nnewsnr dl dt {
        width: 40%;
    }
    .nnewsnr dl dd {
        width: 60%;
        padding-top: 0;
    }
    .npronr dl dt {
        width: 100%;
        padding-left: 10px;
    }
    .npronr dl dd {
        width: 100%;
        height: 480px;
    }
    .npro_img {
        width: 80%;
    }
    .npro_tit span {
        width: 100px;
        font-size: 18px;
        margin-right: 8px;
    }
    .news .newstit {
        font-size: 20px;
    }
    .footernr dl {
        width: 26%;
    }
    .footernr .bnav {
        width: 100%;
    }
    .footernr .bnav ul li {
        width: 33.333%;
    }
    .footernr .bnav ul li:first-child {
        width: 33.333%;
    }
    .footernr .bnav ul li {
        padding-left: 0;
        text-align: center;
    }
    .zsjm .zsjmnr {
        width: 100%;
    }
    .footernr dl dd {
        font-size: 14px;
    }
}

@media(max-width:500px) {
    .ncontact dl {
        width: 100%;
    }
    .about .aboutnr .aboutlf .abouten {
        font-size: 22px;
    }
    .about .aboutnr .aboutlf h5 {
        font-size: 24px;
    }
}

@media(max-width:425px) {
    .zsjmnr h5 {
        font-size: 24px;
    }
    .npro_img {
        width: 90%;
    }
    .npro_tit {
        font-size: 18px;
    }
    .footernr .bnav ul li h5 {
        font-size: 20px;
    }
    .footernr .bnav ul li p a {
        font-size: 16px;
    }
    .positionnr,
    .position a {
        font-size: 14px;
    }
    .footernr dl dd {
        font-size: 12px;
    }
}

@media(max-width:375px) {
    .zsjmnr h5 {
        font-size: 22px;
    }
}

@media(max-width:320px) {}

@media screen and (max-width: 539px) and (min-width:425px) {
    .npronr dl dd {
        height: 410px;
    }
}

@media screen and (max-width: 424px) and (min-width:375px) {
    .npronr dl dd {
        height: 362px;
    }
}

@media screen and (max-width: 374px) and (min-width:320px) {
    .npronr dl dd {
        height: 309px;
    }
}

@media screen and (max-width: 319px) and (min-width:0px) {
    .npronr dl dd {
        height: 305px;
    }
}

.ab_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.ab_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.ab_pages ul a {
    color: #555;
    display: block;
    padding: 5px 11px;
    border: 1px solid #651b18;
    float: left;
    margin: 0 5px;
    font-size: 12px
}

.ab_pages ul a.page-num-current {
    background: #651b18;
    color: #fff;
}

.ab_pages ul a:hover {
    background: #ddd;
    color: #fff;
}

.ab_pages .page-status {
    display: none;
}

.ab_pages span.page-num {
    display: none;
}