html, body {position: relative;height: 100%;}
body{overflow-x: hidden;}
.main{overflow: hidden;}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
.textCenter{text-align: center;}
.textLeft{text-align: left;}
.textRight{text-align: right;}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,select,input {
  /* 1 */
  overflow: visible;
}
.textCenter{text-align: center;}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

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

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

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

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

legend {color: #000;}

fieldset,img {border: 0;}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}
table {border-collapse: collapse;border-spacing: 0;}
ul,ol {list-style: none;}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;}
  
a {color: inherit;color: expression(this.parentNode.currentStyle.color);text-decoration: none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}


.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.clearfix, .container:after,.row:after, ul {*zoom: 1;}
/* .clearfix:after, .container:after,.row:after, ul:after {content: " ";display: block;height: 0;clear: both;visibility: hidden;} */
.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.container {margin-right: auto;margin-left: auto;}
.content img {max-width: 100%;}
.img img {max-width: 100%;width: 100%;object-fit: cover;}

.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f24 {font-size: 24px;}
.f26 {font-size: 26px;}
.f28 {font-size: 28px;}
.f30 {font-size: 30px;}
.f32 {font-size: 32px;}
.f34 {font-size: 34px;}
.f36 {font-size: 36px;}
.f38 {font-size: 38px;}
.f40 {font-size: 40px;}
.f42 {font-size: 42px;}
.f44 {font-size: 44px;}
.f46 {font-size: 46px;}
.f48 {font-size: 48px;}
.f50 {font-size: 50px;}

.container{max-width: 1600px;padding: 0 50px;}
.colorF{color:#fff!important;}
.color0{color:#000!important;}
.color3{color:#333!important;}
.color6{color:#666!important;}
.color9{color:#999!important;}
.colorMain{color:#C78F6C!important;}
input,textarea{outline-color: #DCDCDC!important;}

/*显示行数*/
.hangNum1{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
-webkit-line-clamp: 1;overflow: hidden;}
.hangNum2{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
-webkit-line-clamp: 2;overflow: hidden;}
.hangNum3{word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
-webkit-line-clamp: 3;overflow: hidden;}

@media screen and (max-width: 769px){.SJ{display: block!important;} .PC{display:none!important;}}
@media screen and (min-width: 769px){.PC{display: block!important;} .SJ{display: none!important;}}
@media screen and (min-width: 767px){.SJBlock{display: none!important;} .PCBlock{display: block!important;}}
@media screen and (max-width: 767px){.SJBlock{display: block!important;} .PCBlock{display: none!important;}}

.cz-center{align-items: center;align-content: center; display: flex;flex-wrap: wrap;}
.sp-center{justify-content: space-around;justify-items: center;display: flex;flex-wrap: wrap;align-items: center;}
.sb-center{justify-content: space-between;justify-items: space-between;display: flex;flex-wrap: wrap;align-items: center;}
.end-center{align-items: flex-end;align-content: flex-end;display: flex;flex-wrap: wrap;}
.cs-center{align-items: center;align-content: center;display: flex;justify-items: center;justify-content: center; height: 100%;flex-wrap: wrap;}
p{color:#000;}
.flex{display: flex;flex-wrap: wrap;}
.content img{display: inline-block;width: inherit;}
#box-1,#box-2,#box-3,#box-4,#box-5,#box-6,#box-7,#box-8,#box-9{width: 100%;height: auto;padding: 130px 0;background-repeat: no-repeat;background-position: center;background-size: cover;overflow: hidden;}

@media (min-width: 767px) and (max-width: 1199px){
	.container {padding: 0 35px;}
	#box-1,#box-2,#box-3,#box-4,#box-5,#box-6,#box-7,#box-8,#box-9{padding: 100px 0 100px 0;}
}

/*手机*/
@media screen and (max-width: 767px){
	.container{padding: 0 20px;}
	#box-1,#box-2,#box-3,#box-4,#box-5,#box-6,#box-7,#box-8,#box-9{padding: 60px 0 60px 0;}
	
	.sf30{font-size: 30px!important;}
	.sf24{font-size: 24px!important;}
	.sf22{font-size: 22px!important;}
	.sf20{font-size: 20px!important;}
	.sf18{font-size: 18px!important;}
	.sf16{font-size: 16px!important;}
	.sf14{font-size: 14px!important;}
	
}


/*pc头部*/
header{position: fixed;height: auto;background: transparent;width: 100%;z-index: 999;padding:17px 0;}
header.PCheader{transition: 0.5s;border-bottom: 1px solid rgba(0,0,0,0.05);}
.PCheader .container{max-width: 1800px;}
.PCheader *{color: #000;}
.PCheader .logo{max-width: 177px;width: 12vw;}
.PCheader .dh ul{margin-right: -2.15vw;}
.PCheader .dh li{padding: 0 0.8vw;}
.PCheader .dh a{font-size: 18px;position: relative;display: block;padding: 0rem 1vw;overflow: hidden;}
.PCheader .dh a span{display: block;padding: 2px 0;}
.PCheader .dh a span:nth-child(2){opacity: 1;position: absolute;bottom: -100%;}
.PCheader .dh li.on a span:nth-child(1),.PCheader .dh a:hover span:nth-child(1){transform: translateY(-100%);opacity: 0;transition: 0.5s;}
.PCheader .dh li.on a span:nth-child(2),.PCheader .dh a:hover span:nth-child(2){bottom: 0%;color: #C78F6C;opacity: 1;transition: 0.5s;}
.PCheader .dh li.on a,.PCheader .dh li a:hover{color: #C78F6C;}
.PCheader .header_tel{border: 1px solid #C78F6C;border-radius: 25px;padding:7px 20px 7px 9px;}
.PCheader .header_tel img{width: 35px;margin-right: 12px;}
.PCheader .header_tel span{font-size: 24px;color: #000;}

@media (min-width:1500px){
	.PCheader .container{padding-right: 4.5vw;}
}
@media (min-width:850px) and (max-width:1199px){
	header{padding: 13px 0;}
	.PCheader .dh a {font-size: 16px;padding: 0rem 0.8vw;}
	.PCheader .header_tel{padding: 6px 15px 6px 9px;}
	.PCheader .header_tel img {width: 30px;margin-right: 7px;}
	.PCheader .header_tel span {font-size: 20px;}
	
	
}
@media (max-width:850px){
	.PCheader{display: none!important;}
}

/*sj头部*/
header .menu>p{justify-content: flex-end;}
.sjheader{background:#fff;border-bottom:1px solid rgba(0, 0, 0, 0.1);}
.sjheader #menu {width: 20%;text-align: right;}
.sjheader .container {height: inherit;}
.xz{width: 27px !important;filter: invert(1);}
.close {content: url(./closedaohang.png);width: 18px!important;filter: none;margin-right: 3px;}
.fathermenu .erji {display: none;}
.fathermenu li div {position: relative;}
.fathermenu li .app_menu_erji:before {content: "";border-top: 2px solid #000;border-left: 2px solid #000;box-sizing: content-box;display: block;width: 6px;height: 6px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;transition: 0.2s;}
.fathermenu li.on .app_menu_erji:before,.fathermenu li .iconb:before{border-color:#C78F6C;}
.fathermenu li .iconb:before {transform: rotate(225deg) translateY(3px);}
.fathermenu li div,
.fathermenu li a {color: #000;}
#app_menu {display: block;padding: 0px;top: 0;position: fixed;right: 0px;background: rgba(0,0,0,0.5);transform: translate3d(100%, 0, 0);width: 100%;height: 100vh;overflow-y: auto;z-index: -1;}
#app_menu .app_menu_block{margin-left: 30%;background: #fff;min-height: 100%;top: 0;position: absolute;width: 70%;}
.fathermenu {padding: 0 20px;margin-top: 45%;}
#app_menu ul li .app_menu_erji{padding: 20px 12px;width: 100%;}
#app_menu ul li>div a{display: block;padding: 20px 12px;}
#app_menu .app_menu_noerji:hover>*,#app_menu li.on .app_menu_erji,#app_menu li .app_menu_noerji.on>*,#app_menu li .app_menu_erji.on span{display: block;color: #C78F6C;}
#app_menu .iconb{color: #C78F6C;}
#app_menu ul li:not(:last-child) {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
#app_menu ul .sanji li {padding: 18px 12px;}
.app_menu.active {transform: translate3d(0px, 0, 0) !important;transition: all 0.2s ease-in-out;display: block !important;z-index: 99 !important;}
.app_menu.show {transform: translate3d(100%, 0, 0) !important;transition: all 0.2s ease-in-out;}
.erji li {border-bottom: none !important;}
.sanji li a {font-size: 14px;}
@media screen and (max-width: 850px){
	header{padding: 13px 0;}
	.PCheader{display:none;}
	.sjheader{display:block!important;}
	.sjheader #logo{width: 80%;margin-left: 5%;}
	.sjheader #logo img{width: 46%;max-width: 145px;}
	.sjheader #menu{width: 20%;text-align: right;margin-left: -5%;}
}
@media screen and (max-width: 767px){
	header{padding: 10px 0;}
	.sjheader{max-height:60px;}
}

/*图片*/
.imgD li img,.imgD .zz-loop-item img{transition: 0.5s;}
.imgD li>*:hover img,.imgD .zz-loop-item:hover img{transform: scale(1.1);}
.tP{transition: 0.5s;}
.tP:hover{transform: scale(1.1);}
.tD img{transition: 0.5s;}
.tD:hover img{transform: scale(1.1);}
.img{font-size:0;-webkit-transform: translate3d(0, 0, 0);}

/*标题*/
.pub_title *{font-size: 60px;line-height: 1.35;color: #000;}
.pub_ftitle *{font-size: 24px;color: #222;}
.wowTitle span.kong{display: inline;}
@media (min-width:1199px) and (max-width:1500px){
	.pub_title *{font-size: 50px;}
	.pub_ftitle *{font-size: 20px;}
}
@media (min-width:767px) and (max-width:1199px){
	.pub_title *{font-size: 38px;}
	.pub_ftitle *{font-size: 20px;}
}
@media (max-width:767px){
	.pub_title *{font-size: 32px;}
	.pub_ftitle *{font-size: 15px;}
}

/*按钮*/
.pub_btn .btn_a{display: inline-flex;align-items: center;background: #C78F6C;border-radius: 30px;padding: 8px;position: relative;overflow: hidden;}
.pub_btn .btn_a::after{content: '';width: 100%;height: 100%;background: #00D0FC;position: absolute;left: -100%;top: 0;}
.pub_btn .btn_a:hover::after{left: 100%;transition: 0.9s;}
.pub_btn .btn_a *{z-index: 2;}
.pub_btn .btn_a p{font-size: 18px;color: #fff;padding: 0 30px;}
.pub_btn .btn_a span{background: #FFFFFF;border-radius: 50%;width:44px;height: 44px;overflow: hidden;position: relative;}
.pub_btn .btn_a span img{position: absolute;width: 20px;height: 18px;top: 13px;left: 12px;}
.pub_btn .btn_a span .img1{left: -22px;transform: scale(0);}
.pub_btn .btn_a:hover span .img1{/* left: 10px;transition: 0.3s;transform: scale(1); */animation: btn_img1 0.5s 0.3s forwards cubic-bezier(.23,1,.32,1);}
.pub_btn .btn_a:hover span .img2{left: 45px;transition: 0.3s;transform: scale(0.8);}
@keyframes btn_img1{
	0%{left: -22px;transform: scale(0);}
	50%{left: 17px;transform: scale(0.9);}
	100%{left: 12px;transform: scale(1);}
}
@media (min-width:767px) and (max-width:1199px){
	.pub_btn .btn_a{transform: scale(0.92);transform-origin: left;}
}
@media (max-width:767px){
	.pub_btn .btn_a{transform: scale(0.75);transform-origin: left;}
	.pub_btn .btn_a p{padding: 0 22px;}
}

/*底部*/
footer{padding: 140px 0 120px 0;background: url(./footer_bj.jpg) no-repeat center center;background-size: cover;}
footer .box1{align-items: flex-start;}
footer .box1 .footer_logo{max-width: 273px;width: 20%;}
footer .box1 .footer_dh {width: 68%;margin: 0 -10px;max-width: 1030px;}
footer .box1 .footer_dh ul{align-items: flex-start;}
footer .box1 .footer_dh li{padding: 0 10px;max-width: 20%;}
footer .box1 .footer_dh a:hover{color: #C78F6C!important;}
footer .box1 .footer_dh .title{font-size: 24px;color: #000;padding-bottom: 10px;}
footer .box1 .footer_dh .desc a{display: block;font-size: 18px;color: #999;padding-top: 10px;}
footer .box2{padding-top: 220px;margin: 0 -6px;}
footer .box2 li{padding: 0 6px;}
footer .box2 li>div{position: relative;cursor: pointer;}
footer .box2 .copyright{font-size: 18px;color: #666;}
footer .box2 .footer_erweima{position: absolute;top: -300%;width: 280%;left: -95%;opacity: 0;transition: 0.5s;visibility: hidden;}
footer .box2 .footer_erweima img{object-fit: contain;}
footer .box2 li>div:hover .footer_erweima{opacity: 1;visibility: visible;}
footer .box2 .footer_tb{width: 40px;}

@media (min-width:767px) and (max-width:1199px){
	footer {padding: 100px 0 90px 0;}
	footer .box1 .footer_dh .title{font-size: 18px;}
	footer .box1 .footer_dh .desc a,footer .box2 .copyright{font-size: 15px;}
	footer .box2 .footer_tb {width: 35px;}
	footer .box2 {padding-top: 150px;}
}
@media (max-width:850px){
	footer {padding:50px 0;}
	footer .box1{display: none;}
	
	footer .box2{align-items: center;justify-content: center;flex-direction: column-reverse;padding-top: 0;margin: 0 -8px;}
	footer .box2 .copyright{font-size: 15px;text-align: center;}
	footer .box2 .footer_lxfs{margin-bottom: 25px;}
	footer .box2 li{padding: 0 8px;}
}

/*底部表单*/
#footer_footer{position: fixed;width: 100%;bottom: 0;z-index: 20;box-shadow: 3px -5px 12px 0px rgba(0,0,0,0.08);background: url(./footer_footer_bj.jpg) no-repeat center center;background-size: cover;}
#footer_footer>div{position: relative;}
#footer_footer .footer_clobox{padding: 15px 0;}
#footer_footer .left{max-width: 235px;width: 20%;}
#footer_footer .left img{width: 100%;}
#footer_footer .right {width: 63%;}
#footer_footer .right .img img{width: 40px;margin-right: 20px;}
#footer_footer .right .img{margin-right: 75px;}
#footer_footer .right span{font-size: 30px;color: #000;font-weight: bold;letter-spacing: 2px;}
#footer_footer .right span b{color: #00D0FC;}

.footer_close1{position: absolute;right: 5%;width: 45px;font-size: 0;opacity: 1;visibility: visible;}
.footer_clobox .footer_close1{top: calc(50% - 21px);}
.footer_close1 img{width: 100%;cursor: pointer;}
.footer_cos{opacity: 0;visibility: hidden;}

.footer_clobox+.footer_close1{width: 41px;top: -93px;right: 5%;}

@media (min-width:1199px) and (max-width:1650px){
	#footer_footer .footer_clobox {padding: 10px 45px 10px 0px;}
	.footer_close1{right: 40px;}
	.footer_clobox+.footer_close1{width: 34px;top: -77px;right: 37px;}
}

@media (min-width:850px) and (max-width:1199px){
	#footer_footer .right {width: 66%;}
	#footer_footer .right .img{margin-right: 50px;}
	#footer_footer .right .img img{width: 33px;margin-right: 15px;}
	#footer_footer .right span{font-size: 26px;}
	
	#footer_footer .footer_clobox {padding: 10px 0px 10px 0px;}
	.footer_close1{width: 35px;right: 35px;}
	.footer_clobox .footer_close1{top: calc(50% - 17px);}
	.footer_clobox+.footer_close1{width: 34px;top: -77px;right: 35px;}
	
	footer .copyright{font-size: 15px;}
}
@media (max-width:850px){
	footer {padding-bottom: 30px;}
	footer .copyright{font-size: 15px;}
	#footer_footer{display: none;}
}

/*内页*/
.ny_title{padding-top: 225px;}
.ny_title .yuan1,.ny_title .yuan2{width: 12px;height: 12px;background: #C78F6C;border-radius: 50%;animation: op 1.6s infinite linear;}
.ny_title .yuan2{animation: op 1.6s 0.8s infinite linear;margin-left: -5px;}
.ny_title .sjyuan{display: none;}
@keyframes op{
	0%{transform: translateX(0px);opacity: 0.5;}
	50%{transform: translateX(3px);}
	100%{transform: translateX(0px);opacity: 1;}
}
.ny_title .title{font-size: 24px;margin: 0 5px 0 10px;}
.ny_title .title p{color: #222;}
.ny_title .ftitle{font-size: 100px;line-height: 1.25;}
@media (min-width:1199px) and (max-width:1500px){
	.ny_title .ftitle{font-size: 88px;}
}
@media (min-width:767px) and (max-width:1199px){
	.ny_title {padding-top: 180px;}
	.ny_title .yuan1, .ny_title .yuan2{width: 10px;height: 10px;}
	.ny_title .title{font-size: 20px;}
	.ny_title .ftitle{font-size: 62px;}
}
@media (max-width:767px){
	.ny_title {padding-top: 130px;text-align: center;}
	.ny_title .yuan1, .ny_title .yuan2{width: 8px;height: 8px;}
	.ny_title .sjyuan{display: inline-block;}
	.ny_title .title{font-size: 18px;}
	.ny_title .ftitle{font-size: 42px;}
}

/*轮播箭头*/
.main .swiper-button-prev,.main .swiper-button-next{width: 78px;height: 78px;}
.main .swiper-button-prev{background: url(./left_jt.png) no-repeat center center;background-size: contain;}
.main .swiper-button-prev:hover{background: url(./left_jt1.png) no-repeat center center;background-size: contain;}
.main .swiper-button-next{background: url(./right_jt.png) no-repeat center center;background-size: contain;}
.main .swiper-button-next:hover{background: url(./right_jt1.png) no-repeat center center;background-size: contain;}
@media (min-width:1199px) and (max-width:1500px){ 
	.main .swiper-button-prev,.main .swiper-button-next{width: 73px;height: 73px;}
}
@media (min-width:767px) and (max-width:1199px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 55px;height: 55px;}
}
@media (max-width:767px){
	.main .swiper-button-prev,.main .swiper-button-next{width: 45px;height: 45px;}
}

/*轮播点*/
.swiper-pagination{position: relative!important;bottom: 0!important;padding-top: 35px;}
.swiper-pagination span{width: 18px;height: 18px;background: url(./lunbodian.png) no-repeat center center;background-size: contain;margin: 0 6px!important;}
@media (min-width:767px) and (max-width:1199px){
	.swiper-pagination span{width: 16px;height: 16px;margin: 0 5px!important;}
}
@media (max-width:767px){
	.swiper-pagination span{width: 13px;height: 13px;margin: 0 5px!important;}
	.swiper-pagination{width: 100%;padding-top: 35px;}
}

/*分页*/
.pages{border-radius: 20px;background: #fff;padding: 25px 35px;margin-top: 60px;}
.pages .pagination{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.pages .page_prev{border-right: 1px solid rgba(0,0,0,0.1);padding-right: 40px;}
.pages .page_next{border-left: 1px solid rgba(0,0,0,0.1);padding-left: 40px;}
.pages .page_prev a,.pages .page_next a,.pages ul{display: flex;align-items: center;}
.pages .page_prev a,.pages .page_next a{font-size: 18px;color: #000;}
.pages .page_prev img{width: 26px;margin-right: 13px;}
.pages .page_next img{width: 26px;margin-left: 13px;}
.pages .no *{color: #999!important;cursor: not-allowed;}
.pages .page_prev.no img{content: url(./news_prev1.png);}
.pages .page_next.no img{content: url(./news_next1.png);}
.pages .pagination ul li{font-size: 24px;padding: 0 25px;}
.pages .pagination ul li a{border-bottom: 1px solid rgba(0,0,0,0);padding: 3px 0;}
.pages .pagination ul li.active a,.pages .pagination ul li a:hover{border-bottom: 1px solid #C78F6C;color: #C78F6C;}

@media (min-width:767px) and (max-width:1199px){
	.pages{padding: 20px 25px;margin-top: 45px;border-radius: 15px;}
	.pages .page_prev{padding-right: 30px;}
	.pages .page_next{padding-left: 30px;}
	.pages .page_prev a, .pages .page_next a {font-size: 16px;}
	.pages .page_next img {width: 21px;}
	.pages .pagination ul li {font-size: 18px;padding: 0px 15px;}
}
@media (max-width:767px){
	.pages{padding: 15px 15px;border-radius: 10px;margin-top: 25px;}
	.pages .page_prev img,.pages .page_next img{display: none;}
	.pages .page_prev a, .pages .page_next a {font-size: 14px;}
	.pages .page_prev {padding-right: 2vw;line-height: 1;}
	.pages .page_next {padding-left: 2vw;line-height: 1;}
	.pages .pagination ul li {font-size: 17px;padding: 0px 2vw;}
}
@media (max-width:350px){
	.pages .pagination {justify-content: center;}
	.pages .page_prev,.pages .page_next{display: none;}
}

@keyframes rotate{0% {transform: rotate(0);}100% {transform: rotate(360deg);}}


/*友情链接*/
footer .yqlj{width: 135px;padding: 3px 10px;color: #666;font-size: 14px;appearance: none;-moz-appearance: none;-webkit-appearance: none;border-radius: 2px;background: url(./select.png) no-repeat right 13px center;background-size: 13px;border: 1px solid #666;}
footer .yqlj option{background:#C78F6C;}

@media (max-width:850px){
	footer .yqlj{width: 125px;padding: 3px 30px 3px 10px;}
}
@media (max-width:767px){
	footer .yqlj{background: url(./select.png) no-repeat right 15px center;background-size:12px;display: block;margin: 15px auto 0 auto;}
}