﻿/*******************清除所有的标记的内外边距****************/
body,ul,li,dl,dt,dd,a,img,p,form,label,input,button,em,i{ margin:0; padding:0; }
html,body{ background: #fff;}

/*******************去除项目符号或编号前面的符号****************/
ul,ol,li,dl,dt,dd{ list-style:none; }
em,i{ font-style: none;font-style: normal;}

/*******************全局链接效果****************/
a:link , a:visited,a{color:#333;text-decoration:none;}
a:hover{color:#F95E01;}

/*******************网页中所有的文字大小颜色****************/
body{
	font-size:14px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	color:#333;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	background: #F8F8F8;
}

/*******************去除图片的链接边框线，兼容模式下的考虑****************/
img{border:0;}
button{
	border:none;
	cursor: pointer;
}
button,input,optgroup,select,textarea{
    font-family:"\5FAE\8F6F\96C5\9ED1";
    font-size:100%;
    background-image:none;
    background:none;
}
input,textarea{ 
	box-sizing : border-box;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	border: 1px solid #B1B1B1;
}
*:focus {outline: none;}
.pos_rel {position: relative;}
.show {display: block !important;}

/*top */
.topbar {
    width: 100%;
    height: 44px;
	background: #f8f8f8;
}
.topbar .toptab {
    width: 1200px;
    margin: 0 auto;
	height: 44px;
    line-height: 44px;
}
.topbar .toptab .greet {
    float: left;
}
.topbar .toptab li {
    float: left;
    margin: 0 3px;
    font-size: 12px;
	
}
.site-nav {
    float: right;
    position: relative;
    z-index: 999;
}
.site-nav a {
    color: #444;
}
.site-nav a:hover {
    color: #F95E01;
}
.site-nav .quick-menu {
    float: right;
}
.site-nav .quick-menu LI {
    float: left;
    font-size: 12px;
	margin:0 0 0 10px;
}
.site-nav .quick-menu LI.last {
    background: none transparent scroll repeat 0% 0%;
}
.site-nav .quick-menu LI.menu-item {
	padding:0; margin:0;
    position: relative;
}
.site-nav .menu-hd {
	padding-left: 14px;
    padding-right: 18px;
    display: block;
    z-index: 10002;
    padding-bottom: 0px;
    cursor: pointer;
    padding-top: 0px;
    position: relative;
}

.site-nav .menu-hd b {
    border-top: #ccc 4px solid;
    border-right: #f8f8f8 4px solid;
    border-bottom: #f8f8f8 4px solid;
    border-left: #f8f8f8 4px solid;
    font-size: 0px;
    right: 7px;
    width: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    height: 0px;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -webkit-transform .2s ease-in;
    -o-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
}
.site-nav .menu-bd {
    border: #ededed 1px solid;
    display: none;
    z-index: 10001;
    left: 0px;
    background: #fff;
    position: absolute;
	
	line-height: 25px;
    top: 43px;
*top:27px;
    width: 110px;
	overflow:hidden;
	-webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.site-nav .menu-bd-panel {
    padding-left: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 5px;
}
.site-nav .menu-item-opp .menu-bd {
    left: 0px;
}
.site-nav .menu-item-opp .menu-bd S.rt {
    left: 0px;
}
.site-nav .menu-item-opp .menu-bd S.lt {
    background-position: -87px -55px;
    RIGHT: -2px;
    LEFT: auto;
}
.site-nav .menu {
    position: relative;
}
.site-nav .menu:hover .menu-hd {
	padding-left: 13px;
    padding-right: 17px;
    background: white;
    margin: 0px;
    border-left: #ededed 1px solid;
	border-right: #ededed 1px solid;
  	font-size: 12px;
}

.site-nav .menu:hover .menu-bd {
    display: block;
}
.site-nav .hover .menu-bd {
    display: block;
}
.site-nav .menu:hover .menu-hd B {
    border-left-color: #fff;
    FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    border-bottom-color: #fff;
    border-top-color: #ccc;
    border-right-color: #fff;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%;
}

.menu-bd-panel dd a{ text-align:center;display: block;}
.menu-bd-panel dd a:hover,.site-nav .webmenu .menu-bd-panel a:hover,.search ul li:hover{background: #f95e01;border-radius: 4px;color: #fff;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;}

.site-nav .quick-menu li.webmenu{ margin-left:10px;}
.site-nav .webmenu .menu-bd {
    width: 224px;
}
.site-nav .webmenu .menu-bd-panel {
	padding:10px;
	overflow:hidden;
}
.site-nav .webmenu .menu-bd-panel a {
	padding: 2px 5px;
    display: block;
    float: left;
    line-height: normal;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.bgwhite {
	background: #fff;
}
/*nav 导航 */
.nav {
	height: 80px;
	line-height: 80px;
	background: #fff;
	font-size: 14px;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.nav .navRight {
	float: right;
}
.nav .navRight a {
	margin-left: 30px;
	color: #000;
	font-weight: bold;
}
.nav .navRight a:hover {
	color: #F95E01;
}
.bigimg {
	width: 100%;
	height: 340px;
	background: url(../img/banner_bg.jpg);
	background-position: center;
	position: relative;
}
.bg1 {
	width: 60px;
	height: 59px;
	background: url(../img/bg_gzh.png) no-repeat;
	position: absolute;
	top: 37px;
	left: 62%;
}
.bg2 {
	width: 60px;
	height: 59px;
	background: url(../img/app.png) no-repeat;
	position: absolute;
	top: 22px;
	left: 70%;
}
.bg3 {
	width: 60px;
	height: 59px;
	background: url(../img/xcxu.png) no-repeat;
	position: absolute;
	top: 45px;
	left: 78.5%;
}
.bg4 {
	width: 60px;
	height: 59px;
	background: url(../img/sp.png) no-repeat;
	position: absolute;
	top: 173px;
	left: 56.5%;
}
.bg5 {
	width: 60px;
	height: 59px;
	background: url(../img/jianzhan.png) no-repeat;
	position: absolute;
	top: 217px;
	left: 81%;
}

/* middle */
.w1201 {
	width: 1200px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.middle {
	width: 1201px;
}
.qyico {
	width: 18px;
	height: 16px;
	background: url(../img/gs.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 15px;
}
.anli-list {
	margin-bottom: 20px;
}
.anlitit {
	background-image: linear-gradient(90deg, #FFC551 0%, #FF9328 100%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #404040;
}
.spbtn {
	width: 90px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 6px 17px;
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
}
.anright {
	float: right;
	display: inline-block;
	margin-right: 16px;
	color: #fff;
}
.layui-col-md3 {
	padding: 15px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	border-right: 1px solid #e8e8e8;
}
.lbName {
	background: #F4F4F4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #333333;
}
.searico {
	width: 20px;
	height: 20px;
	background: url(../img/ss.png) no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.yxico {
	width: 20px;
	height: 20px;
	background: url(../img/yxz.png) no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.xcxico {
	width: 20px;
	height: 20px;
	background: url(../img/xcx.png) no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.meitiico {
	width: 20px;
	height: 20px;
	background: url(../img/mtxc.png) no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.lbimg {
	height: 200px;
	display: block;
	margin-bottom: 15px;
	width: 100%;
}
.layui-carousel>[carousel-item]>* {
	background: #fff;
}
.titleft {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.layui-carousel-arrow {
	top: 30%;
}
.titright {
	font-size: 12px;
	color: #FF9E31;
	text-align: right;
}
.marbot20 {
	margin-bottom: 20px;
}
.pad10 {
	padding-left: 10px;
	padding-right: 10px;
}
.layui-tab-content {
	padding: 0px 10px 0 10px;
}
.bg0 {
	width: 78px;
	height: 28px;
}
.layui-this0 {
	
}
.ckbtn {
	height: 32px;
	line-height: 32px;
	background: #FF9E31;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	margin-top: 15px;
}
.layui-tab-title {
	width: 100%;
	overflow: hidden;
    border-bottom: none;
    /*position: absolute;*/
    z-index: 100;
    /*left: 0px;
    top: 67px;*/
    height: 38px;
	line-height: 38px;
	background: rgba(0,0,0,0.60);
}
.layui-tab-title li {
	/*padding: 0 10px;
	line-height: 36px;
	width: 33.3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	color: #fff;
}
.layui-tab-title .layui-this {
    color: #FF9E31;
}
.layui-tab-title .layui-this:after {
	border: none;
}
.layui-tab-bar {
	display: none;
}
.tabimg {
	height: 28px;
	position: relative;
    top: -1px;
}
.gsjy {
	background: #fff;
	border-top: 1px solid #E8E8E8;
	font-size: 14px;
	color: #333333;
	padding: 15px 20px;
	line-height: 25px;
}
.zhezhao {
	background: rgba(0,0,0,0.30);
	width: 100%;
	height: 200px;
	position: absolute;
	z-index: 0;
	text-align: center;
	line-height: 200px;
	cursor: pointer;
	display: none;
}
.qpzhezhao {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.50);
	z-index: 99999;
}
.qblb {
	width: 90%;
	height: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	 transform: translate(-50%, -50%);
}
.qblb .layui-carousel-arrow {
	top: 50%;
}
.qblb .zhezhaoClick {
	height: 385px;
	position: relative;
	margin: 20px auto;
}
.qblb .lbimg {
	vertical-align: middle;
	max-width: 90%;
	max-height: 385px;
	width: auto;
	margin: 0px auto;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.qblb .zhezhao {
	display: none !important;
}
.qblb .layui-row {
	text-align: center;
	line-height: 25px;
	margin-bottom: 0;
}
.qblb .layui-row .titright {
	display: none;
}
.qblb .layui-row .ckbtn {
	width: 20%;
	float: inherit;
	margin: 20px auto 0 auto;
}
.qblb .layui-row .titleft {
	width: 100%;
	text-align: center;
}

/* footer */

.footer
{
    background: #3d3d3d;
    border-top: 1px solid #fff;
    float: left;
    padding-bottom: 60px;
    width: 100%;
}

.footer_990px
{
    margin: auto;
    padding-top: 25px;
    width: 1200px;
    overflow: hidden;
}

.logo_wjw
{
    float: left;
    height: 74px;
    width: 157px;
}

.logo_wjw a
{
    background: url(../img/footer_bg.png) no-repeat;
    display: block;
    height: 74px;
    width: 157px;
}
.logo_wjw a:hover
{
    background: url(../img/footer_bg.png) no-repeat;
}
.footerbav
{
    border-left: 1px solid #FFFFFF;
    color: #a4a4a4;
    display: inline;
    float: left;
    height: 74px;
    line-height: 22px;
    margin: 0 0 0 25px;
    padding-left: 25px;
    width: 340px;
}
.footerbav a
{
    color: #a4a4a4;
    margin: 0 5px;
}

.contact
{
    border-left: 1px solid #FFFFFF;
    display: inline;
    float: left;
    line-height: 22px;
    margin: 0 0 0 25px;
    padding-left: 25px;
    width: 330px;
    color: #a4a4a4;
}

.contact span
{
    margin-left: 20px;
}

.dinal_code
{
    border-left: 1px solid #FFFFFF;
    display: inline;
    float: left;
    height: 44px;
    margin: 0;
    margin-left: 40px;
    padding-left: 25px;
    position: relative;
    width: 42px;
}
/* footer */

/*手机端 屏幕小于750*/
@media only screen and (max-width: 750px) {
.topbar {
    width: 3.75rem;
    height: 44px;
	background: #f8f8f8;
}
.topbar .toptab {
    width: 3rem;
    margin: 0 auto;
	height: 44px;
    line-height: 44px;
}
}

#gund {
	position: relative;
	top: 0;
}
#smgd {
	position: relative;
	top: 0;
}

/*字体图标*/
@font-face {
  font-family: 'iconfont';
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../iconfont/iconfont.woff') format('woff'),
  url('../iconfont/iconfont.ttf') format('truetype'),
  url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
