@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html, body{
	width:100%;
	height: 100%;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#2b2b2b;
	line-height: 24px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 Raleway-Regular, Arial, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	outline: none;
	color:#2b2b2b;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9f743d;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    background: #9f743d;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    background: #EDEDED;
}
.wrap{
	width: 94%;
	margin:0 auto;
}
.mt20{
	margin-top: 20px;
}
.mtb20{
	margin: 20px 0;
}
.mt30{
	margin-top: 30px;
}
.mtb30{
	margin: 30px 0;
}
.mt40{
	margin-top: 40px;
}
.mtb40{
	margin: 40px 0;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mtb60{
	margin: 60px 0;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.mtb90{
	margin: 90px 0;
}
.ptb20{
	padding:20px 0;
}
.pt30{
	padding:30px 0 0 0;
}
.ptb30{
	padding:30px 0;
}
.pt40{
	padding:40px 0 0 0;
}
.ptb40{
	padding:40px 0;
}
.ptb50{
	padding:50px 0;
}
.pt60{
	padding:60px 0 0 0;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding:80px 0 0 0;
}
.pb80{
	padding-bottom:80px;
}
.pt90{
	padding:90px 0 0 0;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.pt120{
	padding-top:120px;
}
.ptb120{
	padding:120px 0;
}
.pt130{
	padding-top:130px;
}
.pb160{
	padding-bottom:160px;
}
.pt180{
	padding-top:180px;
}
.ptb180{
	padding:180px 0;
}
.font48{
	font-size: 48px;
	line-height: 48px;
}
.font42{
	font-size: 42px;
	line-height: 42px;
}
.font40{
	font-size: 40px;
}
.font36{
	font-size: 36px;
	line-height: 36px;
}
.font32{
	font-size: 32px;
	line-height: 32px;
}
.font30{
	font-size: 30px;
	line-height: 30px;
}
.font28{
	font-size: 28px;
}
.font26{
	font-size: 26px;
}
.font24{
	font-size: 24px;
}
.font18{
	font-size: 18px;
	line-height: 30px;
}
.font16{
	font-size: 16px;
	line-height: 30px;
}
.indent{
	text-indent: 2em;
}
@media (max-width: 1280px) {
	.mt20{
		margin-top: 2%;
	}
	.mtb20{
		margin: 2% 0;
	}
	.mt30{
		margin-top: 3%;
	}
	.mtb30{
		margin: 3% 0;
	}
	.mt40{
		margin-top: 4%;
	}
	.mtb40{
		margin: 4% 0;
	}
	.mt50{
		margin-top: 5%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mtb60{
		margin: 6% 0;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mt90{
		margin-top: 9%;
	}
	.mtb90{
		margin: 9% 0;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding:3% 0 0 0;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40{
		padding:4% 0 0 0;
	}
	.ptb40{
		padding:4% 0;
	}
	.pt60{
		padding-top: 6%;
	}
	.ptb60{
		padding: 6% 0;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding:8% 0 0 0;
	}
	.pb80{
		padding-bottom:8%;
	}
	.pt90{
		padding:9% 0 0 0;
	}
	.ptb90{
		padding:9% 0;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt120{
		padding-top:12%;
	}
	.ptb120{
		padding:12% 0;
	}
	.pt130{
		padding-top:13%;
	}
	.pt180{
		padding-top:18%;
	}
	.ptb180{
		padding:18% 0;
	}
	.font48{
		font-size: 42px;
		line-height: 42px;
	}
	.font42{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 992px){
	.font48{
		font-size: 36px;
		line-height: 36px;
	}
	.font42{
		font-size: 32px;
		line-height: 32px;
	}
	.font40{
		font-size: 32px;
	}
	.font36{
		font-size: 24px;
		line-height: 24px;
	}
	.font32{
		font-size: 20px;
		line-height: 24px;
	}
	.font30{
		font-size: 20px;
		line-height: 24px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.font48{
		font-size: 30px;
		line-height: 30px;
	}
	.font42{
		font-size: 24px;
		line-height: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font28{
		font-size: 16px;
	}
	.font26{
		font-size: 16px;
	}
	.font24{
		font-size: 16px;
	}
	.font18{
		font-size: 16px;
		line-height: 24px;
	}
	.font16{
		font-size: 14px;
		line-height: 24px;
	}
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #9f743d;
}
.hui{
	color:#888888;
}
.hui a{
	color: #888888;
}
.hui a:hover {
	color: #9f743d;
}

/* Header */
header{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px rgba(255, 255, 255, .1) solid;
}
header.fixed, 
header.black,
header.whitebg{
	border-bottom: 1px rgba(51, 52, 52, .05) solid;
}
header.fixed,
header.whitebg{
	background: #fff;
}
header .logo{
	width: 98px;
	height: 100%;
	margin-left: 3%;
	display: flex;
	align-items: center;
	/*filter: brightness(100);*/
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .logo > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
header.black .logo,
header.whitebg .logo,
header.fixed .logo{
    filter: none;
}
header .header-nav{
	width: auto;
	width: calc(94% - 238px);
	padding: 0 2% 0 5%;
    height:100%;
}
header .header-nav li{
   float: left;
}
header .header-nav a{
  display: block;
}
header .header-nav > ul{
	display: flex;
	justify-content: space-between;
}
header .header-nav > ul > li{
  height: 100%;
  text-align: center;
}
header .header-nav > ul > li > a{
   line-height:79px;
   font-size: 15px;
   color: #fff;
   position: relative;
}
header.black .header-nav > ul > li > a,
header.fixed .header-nav > ul > li > a,
header.whitebg .header-nav > ul > li > a{
	color: #2b2b2b;
}
header .header-nav > ul > li > a:after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: #fff;
	bottom: 0;
	left:0;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header.black .header-nav > ul > li > a:after,
header.fixed .header-nav > ul > li > a:after,
header.whitebg .header-nav > ul > li > a:after{
	background: #9f743d;
}
header .header-nav > ul > li:hover > a:after, 
header .header-nav > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .header-nav > ul > li > a > i.mb_arrow{
   display: none;
   float: right;
}
header .header-nav > ul > li.current > a,
header .header-nav > ul > li:hover > a{
  color: #fff;
}
header.black .header-nav > ul > li.current > a,
header.whitebg .header-nav > ul > li.current > a,
header.fixed .header-nav > ul > li.current > a,
header.black .header-nav > ul > li:hover > a,
header.whitebg .header-nav > ul > li:hover > a,
header.fixed .header-nav > ul > li:hover > a{
  color: #9f743d;
}
header .header-nav > ul > li > .nav_second{
  width: 100%;
  position: absolute;
  top:80px;
  left:0;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 48px 0;
}
header .header-nav > ul > li > .nav_second > div{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
header .header-nav > ul > li > .nav_second .nav_second_img{
	width: 24%;
}
header .header-nav > ul > li > .nav_second .nav_second_img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
header .header-nav > ul > li > .nav_second .nav_second_list{
	width: 36%;
}
header .header-nav > ul > li > .nav_second .nav_second_list > li{
   width: 46%;
   line-height: 50px;
   margin: 0;
   padding: 0;
}
header .header-nav > ul > li > .nav_second .nav_second_list > li:nth-child(2n){
  float: right;
}
header .header-nav > ul > li > .nav_second .nav_second_list > li > a{
  border-bottom: 1px #eee solid;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
  text-align: left;
}
header .header-nav > ul > li > .nav_second .nav_second_list > li:hover > a{
  color: #9f743d;
  border-color: #9f743d;
}
header .header-nav > ul > li > .nav_second .nav_second_desc{
  width: 34%;
  padding-left: 3%;
  border-left: 1px solid #e5e5e5;
  text-align: left;
  box-sizing: border-box;
}
header .header-tools{
	padding: 0 3%;
	height: 100%;
}
header.black .header-tools,
header.whitebg .header-tools,
header.fixed .header-tools{
	background: #9f743d;
}
header .header-tools > ul{
	height: 79px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-tools > ul > li{
	width: 40px;
	height: 20px;
	background: url('../images/line.png') no-repeat right center;
	padding-right: 20px;
	margin-right: 20px;
	float: left;
	position: relative;
}
header .header-tools > ul > li:last-child{
	width: 20px;
	padding-right: 0;
	margin-right: 0;
	background: none;
}
header .header-tools > ul > li > a{
	width: 20px;
	height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
    display: block;
    opacity: 1 !important;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 20px !important;
}
header .header-tools > ul > li > a.bds_more{
	overflow: hidden;
}
header .header-tools .search-box{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	overflow: hidden;
}
header .header-tools .search-box form{
	width: 100%;
	height: 80px;
	border-bottom: 1px rgba(51, 52, 52, .05) solid;
}
header .header-tools .search-box form > div{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-tools .search-box form .searchbox-zoom{
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 28px;
}
header .header-tools .search-box form input{
	width: auto;
	width: calc(100% - 160px);
	padding: 0 20px;
	border: none;
	outline: none;
	height: 28px;
	line-height: 28px;
}
header .header-tools .search-box form button{
	width: 84px;
	height: 28px;
	background: #9f743d;
	border-radius: 4px;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
}
header .header-tools .search-box form .close-searchbox{
	width: 28px;
	height: 28px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	margin-left: 20px;
}
header .header-tools .search-box .hotkey-list{
    height: auto;
    height:-moz-calc(100% - 80px); 
    height:-webkit-calc(100% - 80px);
    overflow: hidden;
}
header .header-tools .search-box .hotkey-list .title{
	font-size: 16px;
	line-height: 52px;
}
header .header-tools .search-box .hotkey-list ul{
    height: auto;
    height:-moz-calc(100% - 52px); 
    height:-webkit-calc(100% - 52px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
header .header-tools .search-box .hotkey-list li{
	width: 100%;
	float: left;
	line-height: 52px;
}
header .header-tools .search-box .hotkey-list a{
	display: block;
	color: #777;
	padding: 0 3%;
}
header .header-tools .search-box .hotkey-list li:nth-child(2n+1) a{
	background-color: #f1f1f1;
}
header .header-tools .search-box .hotkey-list a:hover,
header .header-tools .search-box .hotkey-list li:nth-child(2n+1) a:hover{
	background: #9f743d;
	color: #fff;
}
header .header-tools .tel-box{
	position: absolute;
	top: 20px;
	right: -10px;
	display: none;
}
header .header-tools .header-tel:hover .tel-box{
	display: block;
}
header .header-tools .tel-box:before{
	content: "";
	position: absolute;
	right: 14px;
	width:0;
    height:0;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	border-bottom:6px solid #fff;
}
header .header-tools .tel-box a{
	display: block;
	background: #fff;
	border-radius: 6px;
	width: 180px;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	margin-top: 6px;
	line-height: 24px;
}
header .header-tools .tel-box a i{
	font-size: 18px;
	line-height: 24px;
	margin-right: 4px;
}
header .nav_trigger{
    display: none;
    width: 79px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    color: #fff;
}
header.black .nav_trigger,
header.whitebg .nav_trigger,
header.fixed .nav_trigger{
	background: #9f743d;
}
header .nav_trigger i{
	font-size: 36px;
}
@media (max-width: 1280px) {
	header .header-tools{
		display: none;
	}
	header .nav_trigger{
        display: block;
    }
    header .header-nav{
        width: 100%;
        padding: 0;
        display: none;
        position: fixed;
        top:80px;
        background: #fff;
        float: none;
        left: 0;
        height: auto;
        height:-moz-calc(100% - 80px); 
        height:-webkit-calc(100% - 80px);
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling:touch;
    }
    header .header-nav > ul{
    	display: block;
        overflow: hidden;
    }
    header .header-nav > ul > li{
        width: 100%;
        text-align: left;
        height: auto;
        padding: 0;
    }
    header .header-nav > ul > li > a{
        line-height: 50px;
        padding: 0 3%;
        border-bottom: 1px #eee solid;
    }
    header .header-nav > ul > li > a:after{
    	display: none;
    }
    header .header-nav > ul > li > a > i.mb_arrow{
        display: block;
    }
    header .header-nav > ul > li.current, 
    header .header-nav > ul > li:hover{
      background: none;
    }
    header .header-nav > ul > li:hover > a,
    header .header-nav > ul > li.current > a, 
    header.black .header-nav > ul > li.current > a, 
    header.whitebg .header-nav > ul > li.current > a,
    header.fixed .header-nav > ul > li.current > a, 
    header.black .header-nav > ul > li:hover > a, 
    header.whitebg .header-nav > ul > li:hover > a,
    header.fixed .header-nav > ul > li:hover > a {
	    color: #2b2b2b;
	}
    header .header-nav > ul > li > .nav_second{
        border: none;
        position: static;
        padding: 0;
    }
    header .header-nav > ul > li > .nav_second > div{
    	width: 100%;
    	padding: 0 3%;
    	background: #eee;
    }
    header .header-nav > ul > li > .nav_second .nav_second_img, 
    header .header-nav > ul > li > .nav_second .nav_second_desc{
        display: none;
    }
    header .header-nav > ul > li > .nav_second .nav_second_list{
        width: 100%;
        height: auto;
        padding: 0;
    }
    header .header-nav > ul > li > .nav_second .nav_second_list > li{
        width: 100%;
        line-height: 50px;
    }
    header .header-nav > ul > li > .nav_second .nav_second_list > li > a{
    	border-bottom: 1px #ddd solid;
    }
    header .header-nav form{
        display: block;
    }
}
@media (max-width: 992px) {
	header{
		height: 64px;
	}
	header .nav_trigger{
	    width: 63px;
	    height: 63px;
	    line-height: 63px;
	}
	header .nav_trigger i{
		font-size: 30px;
	}
	header .header-nav{
        top:64px;
        height:-moz-calc(100% - 64px); 
        height:-webkit-calc(100% - 64px);
    }
}
@media (max-width: 750px) {
	header{
		height: 50px;
	}
	header .logo{
		width: 72px;
	}
	header .nav_trigger{
	    width: 49px;
	    height: 49px;
	    line-height: 49px;
	}
	header .nav_trigger i{
		font-size: 24px;
	}
	header .header-nav{
        top:50px;
        height:-moz-calc(100% - 50px); 
        height:-webkit-calc(100% - 50px);
    }
}

/* Footer */
footer{
	width: 100%;
	height: auto !important;
	background: #f8f7f6;
	overflow: hidden;
}
footer .footer-box1,
footer .footer-box2,
footer .footer-box3{
	width: 100%;
	overflow: hidden;
}
footer .footer-box1{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
footer .footer-box1 > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-box1 .left img{
	width: 98px;
}
footer .footer-box1 .right img{
	width: 98px;
}
footer .footer-box1 img{
    display: block;
}
footer .footer-box2{
	border-top:1px #e5e4e4 solid;
	border-bottom:1px #e5e4e4 solid;
}
footer .footer-box2 i{
	display: none;
}
footer .footer-box2 > ul{
	display: flex;
	justify-content: space-between;
}
footer .footer-box2 > ul > li > a{
    color: #2b2b2b;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}
footer .footer-box2 > ul > li > ul > li > a{
	line-height: 28px;
}
footer .footer-box3{
	padding: 16px 0;
	line-height: 35px;
	text-transform: uppercase;
}
footer .footer-box3{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
footer .footer-box3 > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-box3 img{
	display: block;
}
footer .footer-box3 a{
	display: block;
	margin-left: 6px;
}
@media (max-width: 1280px) {
	footer .footer-box2{
		padding: 0;
		border-bottom: none;
	}
	footer .footer-box2 i{
		display: block;
	}
	footer .footer-box2 > ul{
		display: block;
	}
	footer .footer-box2 > ul > li{
		width: 100%;
		float: left;
		border-bottom:1px #e5e4e4 solid;
	}
	footer .footer-box2 > ul > li > a{
		line-height: 50px;
		margin: 0;
	}
	footer .footer-box2 > ul > li > ul{
		display: none;
		padding: 0 0 20px 0;
	}
	footer .footer-box2 > ul > li > ul > li >a{
		line-height: 32px;
	}
	footer .footer-box3{
		display: block;
		padding: 4% 0;
	}
	footer .footer-box3 > div{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	footer .footer-box1 .right img{
		width: 68px;
	}
	footer .footer-box3 .left{
		flex-direction: column;
		line-height: 24px;
	}
	footer .footer-box3 .left img{
		margin-top: 4px;
	}
	footer .footer-box3 .right{
		margin-top: 10px;
	}
	footer .footer-box3 .right img{
		width: 50px;
	}
}

.bdshare_popup_box{
	display: none !important;
}

/* 右侧固定 */
.right-fixed{
	width: 48px;
	padding-top: 80px;
	position: fixed;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}
.right-fixed li{
	width: 48px;
	height: 48px;
	margin-top: 8px;
	position: relative;
}
.right-fixed li.backTop{
    display: none;
}
.right-fixed li:first-child{
	margin-top: 0;
}
.right-fixed li > a{
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.right-fixed li > a > i{
	font-size: 24px;
	color: #2b2b2b;
}
.right-fixed li:hover > a{
	background: #9f743d;
}
.right-fixed li:hover > a > i{
	color: #fff;
}
.right-fixed li.tel-li .tel-box,
.right-fixed li.code-li .code-box{
	position: absolute;
	right: 48px;
	top: 0;
	display: none;
}
.right-fixed li.tel-li .tel-box:before,
.right-fixed li.code-li .code-box:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 18px;
	border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.right-fixed li.tel-li .tel-box a{
	display: block;
	background: #fff;
	border-radius: 6px;
	width: 180px;
	text-align: center;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin-right: 12px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.right-fixed li.code-li .code-box a{
	width: 180px;
	height: 200px;
	padding: 10px;
	background: #fff;
	display: block;
	margin-right: 12px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	text-align: center;
}
.right-fixed li.code-li .code-box img{
	width: 100%;
	display: block;
}
.right-fixed li.tel-li:hover .tel-box,
.right-fixed li.code-li:hover .code-box{
	display: block;
}
@media (max-width: 1280px) {
	.right-fixed{
		width: 40px;
	}
	.right-fixed li{
		width: 40px;
		height: 40px;
	}
	.right-fixed li > a > i{
		font-size: 20px;
	}
	.right-fixed li.tel-li:hover .tel-box{
		display: none;
	}
	.right-fixed li.code-li .code-box{
		right: 40px;
	}
	.right-fixed li.code-li .code-box:before{
		top: 14px;
	}
	.right-fixed li.code-li .code-box a{
		width: 160px;
		height: 180px;
		padding: 6px;
	}
}
@media (max-width: 992px) {
	.right-fixed{
		width: 36px;
		padding-top: 64px;
	}
	.right-fixed li{
		width: 36px;
		height: 36px;
	}
	.right-fixed li > a > i{
		font-size: 18px;
	}
	.right-fixed li.code-li .code-box{
		right: 36px;
	}
	.right-fixed li.code-li .code-box:before{
		top: 12px;
	}
}
@media (max-width: 750px) {
	.right-fixed{
		width: 32px;
		padding-top: 50px;
	}
	.right-fixed li{
		width: 32px;
		height: 32px;
		margin-top: 6px;
	}
	.right-fixed li > a > i{
		font-size: 16px;
	}
	.right-fixed li.code-li .code-box{
		right: 32px;
	}
	.right-fixed li.code-li .code-box:before{
		top: 10px;
	}
}

/* 屏幕翻转 */
#preventTran{
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#preventTran img{
	margin-bottom: 30px;
}