
body {
  border: 0px;
  padding: 0px;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  min-width: 1200px;
  overflow-x: hidden;
  background: #f9f9f9;
	max-width: 2000px;
}
div,
h1,
h2,
h3,
h4,
p,
form,
label,
input,
textarea,
img,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
i,
em {
  font-style: normal;
  font-family: "Microsoft Yahei";
}
.absolute {
  position: absolute;
}
.inlineblock {
  display: inline-block;
}
.block {
  display: block;
}
.bold {
  font-weight: bold;
}
.inline {
  display: inline;
}
.clear {
  clear: both;
}
.cover {
  background-size: cover;
}
.cursor {
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flexwrap {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexnowrap {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexjustify {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
.justifycenter {
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}
.justifyaround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
}
.flexend {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -o-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
.row {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.column {
  flex-direction: column ;
  -webkit-flex-direction: column ;
}
.reverse {
  flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
}
.fixed {
  position: fixed;
}
.heightauto {
  width: 100%;
  height: auto;
}
.hauto {
  height: auto;
}
.hidden {
  overflow: hidden;
}
.index0 {
  z-index: 0;
}
.index1 {
  z-index: 1;
}
.index2 {
  z-index: 2;
}
.index3 {
  z-index: 3;
}
.index50 {
  z-index: 50;
}
.index55 {
  z-index: 55;
}
.index100 {
  z-index: 100;
}
.itemscenter {
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
.itemsend {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  box-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-box-align: flex-end;
}
.left50 {
  position: absolute;
  left: 50%;
}
.none {
  display: none;
}
.margin {
  margin: 0 auto;
}
.relative {
  position: relative;
}
.textjustify {
  text-align: justify;
}
.textcenter {
  text-align: center;
}
.transform {
  transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
}
.nowrap {
  white-space: nowrap;
}
.radius3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.radius50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.fff {
  color: #fff;
}
.ft12 {
  font-size: 12px;
}
.ft14 {
  font-size: 14px;
}
.ft16 {
  font-size: 16px;
}
.ft18 {
  font-size: 18px;
}
.ft20 {
  font-size: 20px;
}
.ft22 {
  font-size: 22px;
}
.ft24 {
  font-size: 24px;
}
.ft26 {
  font-size: 26px;
}
.ft30 {
  font-size: 30px;
}
.margin20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.wh100 {
  width: 100% ;
  height: 100%;
}
.index_icon {
  background-image: url(../images/index_icon.png);
  background-repeat: no-repeat;
}
/*--------------------以上--------------------------*/

/*------------------公共样式----------------------------*/
.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.cententbox {
	width: 1200px;
	height: auto;
    overflow:hidden;
}
.cententbox.visa {
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}


/*-------页码------*/

.list_page {
  width: 100%;
  height: 40px;
	margin-bottom: 40px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.list_page span,  .list_page a {
  display: inline-block;
  width: 58px;
  height: 38px;
  background: none;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
  color: #7c7c7c;
	border-radius: 19px;
}
.list_page span.hover,
.list_page a:hover {
  background: #f70114;
  border-color: #f70114;
  color: #fff;
}
.list_page span:last-child {
  margin-right: 0;
}


/*-------导航------*/

.logo {
	width: 305px;
	height: 80px;
	float: left;
	padding: 20px 0;
	padding-right: 95px;
}

#navb {
  height: 120px;
  width: 100%;
	background: #fff;
}


#nav {
  height: 120px;
  width: 100%;
	position: absolute;
	left: 0; 
	top: 0;
	background: url("../images/nav_bg.png") repeat;
	z-index:99;
}

.nav {
	height: 120px;
	width: 800px;
	float: left;
}
.nav ul {
  height: 120px;
	width: 800px;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.nav ul li {
	width: auto;
	height: 120px;
	position: relative;
}
.nav ul li .navbox {
	width: auto;
	height: 120px;
}

.nav ul li .navbox a {
	color: #2d2422;
  font-size: 18px;
  line-height: 114px;
  text-align: center;
  height: 114px;
	padding: 3px 12px 3px 12px;
	float: right;
}

.nav ul li:hover .navbox a,
.nav ul li.hover .navbox a {
	color: #fff;
	background: -webkit-linear-gradient(left, #f70114, #ff6c01 100%);
  background: -o-linear-gradient(right, #f70114, #ff6c01 100%);
  background: -moz-linear-gradient(right, #f70114, #ff6c01 100%);
  background: linear-gradient(to right, #f70114, #ff6c01 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
	font-weight: bold;
}
.nav ul li .link {
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 12px;
	right: 12px;
	background: -webkit-linear-gradient(left, #f70114, #ff6c01 100%);
  background: -o-linear-gradient(right, #f70114, #ff6c01 100%);
  background: -moz-linear-gradient(right, #f70114, #ff6c01 100%);
  background: linear-gradient(to right, #f70114, #ff6c01 100%);
	display: none;
}
.nav ul li:hover .link, .nav ul li.hover .link {
	display:block;
}

.nav ul li .icon {
	width: 14px;
	height: 14px;
	margin-left: 8px;
	background: url("../images/icon.png") no-repeat 0 0;
	margin-top: 51px;
	float: right;
}
.nav ul li:hover .icon,
.nav ul li.hover .icon {
	background-position: -14px 0;
}

.nav ul li .contact {
	width: 32px;
	height: 32px;
	margin-top: 41px;
	float: left;
	background: url("../images/icon.png") no-repeat 0 -14px;
}
.nav ul li:hover .contact {
	background-position: -32px -14px;
}

.nav ul li .aboutbig {
	height: auto;
	position: absolute;
	left: 12px; 
	right: 12px;
	top: 120px;
	display: none;
	z-index: 4;
}
.nav ul li .aboutbig em a {
	width: 100%;
	height: 36px;
	float: left;
	background: #fff;
	line-height: 36px;
	font-size: 16px;
	color: #2d2422;
	font-weight: normal;
	text-align: center;
}
.nav ul li .aboutbig em a:hover {
	background: -webkit-linear-gradient(left, #f70114, #ff6c01 100%);
  background: -o-linear-gradient(right, #f70114, #ff6c01 100%);
  background: -moz-linear-gradient(right, #f70114, #ff6c01 100%);
  background: linear-gradient(to right, #f70114, #ff6c01 100%);
	color: #fff;
} 

.nav ul li:hover .aboutbig,
.nav ul li:hover .aboutphone {
	display:block;
}

.nav ul li .aboutphone {
	width: 262px;
	height: auto;
	position: absolute;
	right: 12px;
	top: 120px;
	background: #fff;
	display: none;
	z-index: 4;
}	

.nav ul li .aboutphone em {
	width: 222px;
	padding: 20px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 30px;
	color: #7c7c7c;
	font-size: 16px;
	float: left;
}
.nav ul li .aboutphone b {
	font-weight: bold;
	font-size: 18px;
	color: #382f2d;
}

/*-------页码------*/

.yema {
	width: 100%;
	height: 55px;
	color: #a0a0a0;
	font-size: 16px;
	line-height: 55px;
}
.yema a {
	color: #a0a0a0;
}
.yema a:hover {
	text-decoration: underline;
}
.yema em {
	color: #2d2422;
}





/*-------首页底部------*/
@charset "utf-8";
.world{left:0;z-index:100;width:100%}
.appxb-header{cursor:pointer}
.world,.appxb-header{position:fixed;bottom:0;  }
.appxb_none{display:none}
.appxb_show,.wap_head a{display:block}
.appxb-header{left:0}
.appxb-con{position:absolute;bottom:0;width:100%;}
.appxb-con>div{position:relative;z-index:10;margin:0 auto;width:1180px}
.appxb-con .app-warp{position:absolute;bottom:0;left:0;z-index:-2;width:100%;height:180px;background: url("../images/world_bg.png") repeat;}
.world .img {
	width: 414px;
	height: 414px;
	margin-top: -54px;
	-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 20s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 20s;
    -webkit-animation: rotate 160s linear infinite;
    -moz-animation: rotate 80s linear infinite;
    -o-animation: rotate 80s linear infinite;
    animation: rotate 80s linear infinite;
	position: absolute;
	left: 50%;
	bottom: -207px;
	margin-left: -550px;
}
.world .close {
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 135px;
	left: 50%;
	margin-left: 568px;
	background: url("../images/close.png") no-repeat;
	transition:.5s;
    cursor:pointer;
}
.world .close:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-ms-transform:rotate(180deg)}

@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
to{transform: rotate(359deg)}
}

.world .mapru {
	width: 144px;
	height: 78px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -420px;
}

.world .car {
	width: 58px;
	height: 30px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -376px;
}

.world .wlogo {
	width: 148px;
	height: 38px;
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -425px;
}

.world .wechat {
	width: 189px;
	height: 88px;
	left: 50%;
	bottom: 31px;
	margin-left: 286px;
	position: absolute;
}

.world .text {
	width: 300px;
	height: auto;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -150px;
}

.world .text h1 {
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.world .text ul {
	width: 100%;
	height: auto;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.world .text ul li {
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
	margin-right: 10px;
}

.world .text ul li:hover {
	background: #fff;
	color: #f70114;
}

.world_closs {
	width: 145px;
	height: 144px;
	position: fixed;
	left: 0;
	bottom: 10px;
	z-index: 101;
}



/*--------------------右侧--------------------*/
.rightnav {
	width: 80px;
	position: fixed;
	right: 8px;
	top:50%;
    transform: translateY(-50%);
	z-index: 100;
}
.rightnav ul {
	width: 80px;
	height: auto;
}

.rightnav ul li {
	width: 80px;
	height: 80px;
	margin-bottom: 1px;
	position: relative;
}
.rightnav .slide_wrapper {
	position:absolute; 
	top:0; 
	right:-200px; 
	z-index:2; 
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rightnav li:hover .slide_wrapper {
	opacity:1; 
	filter:alpha(opacity=100); 
	-webkit-transform:translateX(-220px); 
	-moz-transform:translateX(-220px);
	-o-transform:translateX(-220px); 
	transform:translateX(-220px);
}
.rightnav li a {
	width:80px; 
	height:80px; 
	z-index:4; 
	position:absolute;
}
.rightnav ul .phone {
	background: url("../images/icon.png") no-repeat -80px -350px #ff6c01;
}
.rightnav ul li:hover .phone {
	background: url("../images/icon.png") no-repeat -80px -350px #f70114;
}


.rightnav_phone {
	width: 230px;
	height: auto;
	position: absolute;
	right: 61px;
	top: 0;
	background: #ffe4e4;
	z-index: 4;
	color: #8a6868;
}	

.rightnav_phone em {
	width: 190px;
	padding: 10px 20px;
	line-height: 24px;
	font-size: 14px;
	float: left;
}
.rightnav_phone b {
	font-weight: bold;
	font-size: 14px;
}
.rightnav ul .mail {background:url(../images/icon.png) no-repeat 0 -350px #ff6c01;}
.rightnav ul li:hover .mail {background:url(../images/icon.png) no-repeat 0 -350px #f70114;}

.rightnav_mail {
	width: 230px;
	height: auto;
	position: absolute;
	right: 61px;
	top: 0;
	background: #ffe4e4;
	z-index: 4;
	color: #8a6868;
}	

.rightnav_mail em {
	width: 190px;
	padding: 10px 20px;
	line-height: 24px;
	font-size: 14px;
	float: left;
}
.rightnav_mail b {
	font-weight: bold;
	font-size: 14px;
}

.rightnav ul .qq {background:url(../images/icon.png) no-repeat 0 -270px #ff6c01;}
.rightnav ul li:hover .qq {background:url(../images/icon.png) no-repeat 0 -270px #f70114;}

.rightnav ul .totop {background:url(../images/icon.png) no-repeat 0 -430px #ff6c01;}
.rightnav ul li:hover .totop {background:url(../images/icon.png) no-repeat 0 -430px #f70114;}


.rightnav ul .weixin {background:url(../images/icon.png) no-repeat -80px -270px #ff6c01;}
.rightnav ul li:hover .weixin {background:url(../images/icon.png) no-repeat -80px -270px #f70114;}

.rightnav_wx {
	width: 160px;
	height: auto;
	position: absolute;
	padding: 30px 0 20px 0;
	right: 61px;
	top: 0;
	background: #f70114;
	z-index: 4;
	color: #fff;
}
.rightnav_wx .title {
	width:100%; 
	height:auto; 
	padding-top:6px; 
	line-height:18px; 
	text-align:center; 
	font-size:14px; 
	float: left;
}
.rightnav_wx .img {
	width:100px; 
	padding: 0 30px;
	height:100px; 
	float: left;
}
.rightnav_wx .img img {
	width: 100%;
}

/*--------------------end--------------------*/








/*-------bottom------*/

#bottom {
	width: 100%;
	height: auto;
	background: url("../images/bottom_bg.jpg") no-repeat top center;
	display:flex;
}
#bottom_about {
	width: 100%;
	height: auto;
	display:flex;
	background: -webkit-linear-gradient(left, #f70114, #ff6c01 100%);
  background: -o-linear-gradient(right, #f70114, #ff6c01 100%);
  background: -moz-linear-gradient(right, #f70114, #ff6c01 100%);
  background: linear-gradient(to right, #f70114, #ff6c01 100%);
}

.bottom_logo {
	width: 100%;
	height: 80px;
	margin-top: 100px;
	margin-bottom: 50px;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}
.bottom_logo img {
	width: 305px;
	height: 80px;
}

.bottom_nav {
	width: 100%;
	height: 32px;
	margin-bottom: 32px;
}
.bottom_nav ul {
	width: 100%;
	height: 32px;
	text-align: center;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.bottom_nav ul li {
	width: 100px;
	height: 32px;
	border-radius: 16px;
	line-height: 32px;
	text-align: center;
	color: #7c7c7c;
	font-size: 16px;
	margin: 0 5px;
	cursor: pointer;
	background: #f1cfca;
}

.bottom_nav ul li:hover, .bottom_nav ul li.hover {
	background: #fff;
	color: #f70114;
}


.bottom_contact {
	width: 100%;
	height: auto;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.bottom_contact .img {
	width: 130px;
	height: 130px;
	margin-right: 20px;
	margin-top: 6px;
}

.bottom_contact .text {
	width: 410px;
	height: auto;
}

.bottom_contact .text ul {
	width: 100%;
	height: auto;
}
.bottom_contact .text ul li {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #eecfca;
}
.bottom_contact .text ul li em {
	width: 76px;
	float: left;
}
.bottom_contact .text ul li b {
	width: 334px;
	float: left;
	font-weight: normal;
}
.bottom_contact .text ul li b.name {
	color: #fff;
	font-weight: bold;
}
.bottom_contact .text ul li b.phone {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.bottom_contact .text ul li b.add {
	line-height: 20px;
	padding-top: 5px;
}
.bottom_contact .text ul li .button {
	width: 88px;
	height: 28px;
	margin-left: 76px;
	float: left;
	border: 1px solid #fff;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 14px;
	margin-top: 10px;
}
.bottom_contact .text ul li .button:hover {
	background: #fff;
	color: #f70114;
}

.bottom_copy {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 18px;
	color: #fdbaaf;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.bottom_friend {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 18px;
	color: #fdbaaf;
	font-size: 12px;
	margin-bottom: 20px;
}
.bottom_friend a, .bottom_copy a {
	color: #fdbaaf;
	padding-right: 10px;
}
.bottom_friend a:hover, .bottom_copy a:hover {
	color: #fff;
	text-decoration: underline;
}






