﻿/*******************清除所有的标记的内外边距****************/
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%;
}

/*******************去除图片的链接边框线，兼容模式下的考虑****************/
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: 999999;
}
.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: #fff 4px solid;
    border-bottom: #fff 4px solid;
    border-left: #fff 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
}
/*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%;
}
/*nav 锚点 */
.nav-md {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	height: 80px;
	position: relative;
	top: -25px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.30);
	font-size: 0;
}
.nav-md a {
	width: 12.50%;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	position: relative;
}
.nav-md a img {
	width: 28px;
	height: 28px;
	display: block;
	margin: 14px auto 7px auto;
}
.nav-md b {
	width: 2px;
	height: 40px;
	background: #dedede;
	display: inline-block;
	position: absolute;
    right: 0;
    top: 20px;
}
.nav-md s {
	display: none;
	background: #FFB433;
	width: 80px;
	height: 2px;
	position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -13px;
}

/*nav 锚点 */

.container {
	margin: 0 auto 0 auto;
	width: 1200px;
	overflow: hidden;
}
.middle .topName {
	margin-top: 90px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.middle .topName b {
	background: #FF7F12;
	display: block;
	margin: 15px auto 0 auto;
}
.middle .topMs {
	font-size: 16px;
	color: #666666;
	margin-top: 22px;
	text-align: center;
}
.topContent {
	margin-top: 60px;
	overflow: hidden;
}
.topContent .con-left {
	width: 797px;
	height: 508px;
	background: url(../img/moban_bg.png) no-repeat;
	float: left;
	position: relative;
}
.topContent .con-left .lbzz {
	width: 788px;
	height: 471px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	top: 30px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24);
}
.topContent .con-left .lbimg {
	width: 791px;
	margin: 0 auto;
	height: 1732px;
	background: url(../img/pic_shangpu.png) no-repeat;
	position: relative;
	top: 0px;
}
.topContent .con-right {
	width: 400px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.24);
	background: #F6F6F6;
	height: 427px;
	float: left;
	margin: 37px 0 0 -3px;
}
.topContent .con-right .rightBox {
	width: 280px;
	margin: 120px auto 0 auto;
}
.topContent .con-right .rightName {
	font-size: 24px;
	color: #333333;
	margin-bottom: 36px;
}
.topContent .con-right .rightBox p {
	line-height: 25px;
	margin-bottom: 20px;
}
.smallPhone {
	width: 130px;
	height: 253px;
	background: url(../img/shouji_xiao.png) no-repeat;
	position: absolute;
	top: 240px;
    right: 15px;
}
.smkuang {
	width: 106px;
    height: 172px;
    background: #fff;
    margin: 29px auto;
    overflow: hidden;
    position: relative;
}
.smimg {
	width: 100%;
	height: 308px;
	background: url(../img/shangpu_shouji.png) no-repeat;
	position: relative;
	top: 0;
}

/*引入流量*/
.layui-carousel {
	background: #fff !important;
}
.layui-carousel>[carousel-item]>* {
	background: #fff !important;
}
.swip-left {
	float: left;
	position: relative;
	left: 90px;
}
.swip-right {
	float: right;
	width: 400px;
	line-height: 25px;
	margin-top: 75px;
	position: relative;
	right: 90px;
}
.sw-right {
	float: left;
	position: relative;
	left: 90px;
}
.sw-left {
	float: right;
	line-height: 25px;
	position: relative;
	right: 90px;
	left: 0;
	margin-top: 50px;
	margin-right: 90px;
}

.sw-list {
	margin-bottom: 20px;
}
.sw-list .list-top {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.sw-list i {
	width: 6px;
	height: 6px;
	background: #FF3D00;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.swip-left img {
	vertical-align: middle;
}


/*工业云PC站*/
.pcLeft {
	float: left;
}
.oneBox {
	width: 118px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	-webkit-border-radius:4px ;
	-moz-border-radius: 4px;
	background: #5EBA98 url(../img/qyzs.png) no-repeat 10px center;
	color: #fff;
	padding-left: 42px;	
}
.onetit {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 6px;
	width: 290px;
}
.oneline {
	width: 364px;
	height: 41px;
	background: url(../img/line1.png) no-repeat;
	margin-top: 10px;
}
.pcTwo {
	margin-top: 37px;
}
.twoBox {
	width: 76px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	-webkit-border-radius:4px ;
	-moz-border-radius: 4px;
	background: #BA705E url(../img/gt.png) no-repeat 10px center;
	color: #fff;
	padding-left: 42px;	
}
.twotit {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 6px;
	width: 290px;
}
.twoline {
	width: 364px;
	height: 41px;
	background: url(../img/line3.png) no-repeat;
	position: relative;
	top: -30px;
}
.pcMiddle {
	width: 295px;
	height: 266px;
	background: url(../img/diannao.png) no-repeat;
	float: left;
	margin-top: 45px;
	position: relative;
}
.pcRight {
	float: left;
	overflow: hidden;
}
.pcThree {
	overflow: hidden;
	width: 365px;
}
.threeBox {
	width: 118px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	-webkit-border-radius:4px ;
	-moz-border-radius: 4px;
	background: #587DA9  url(../img/zhl.png) no-repeat 10px center;
	color: #fff;
	padding-left: 42px;	
	float: right;
}
.fourBox {
	width: 108px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	-webkit-border-radius:4px ;
	-moz-border-radius: 4px;
	background: #A16B48  url(../img/gn.png) no-repeat 10px center;
	color: #fff;
	padding-left: 42px;	
	float: right;
}
.threetit {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 6px;
	width: 290px;
	text-align: right;
	float: right;
}
.threeline {
	width: 364px;
	height: 41px;
	background: url(../img/line2.png) no-repeat;
	margin-top: 10px;
	float: right;
}
.fourline {
	width: 364px;
	height: 41px;
	background: url(../img/line4.png) no-repeat;
	position: relative;
	top: -30px;
	float: right;
}
.pczhon {
	width: 28px;
	height: 28px;
	background: url(../img/zhon_kai.png) no-repeat;
	display: inline-block;
	position: absolute;
    bottom: 44px;
    left: 115px;
    cursor: pointer;
}
.zhonout {
	background: url(../img/zhon_wu.png) no-repeat;
}

.pcyin {
	width: 28px;
	height: 28px;
	background: url(../img/en_kai.png) no-repeat;
	display: inline-block;
	position: absolute;
    bottom: 44px;
    left: 155px;
    cursor: pointer;
}
.yinout {
	background: url(../img/en_wu.png) no-repeat;
}
.kuang {
	width: 277px;
	margin: 7px auto;
	height: 175px;
	overflow: hidden;
}
.zhonimg {
	width: 277px;
	height: 623px;
	background: url(../img/moban_zhon.png) no-repeat;
	margin: 0 auto;
	position: relative;
	top: 0;
}
/*工业云wap站*/
.wap-list {
	width: 257.5px;
	margin-right: 30px;
	height: 369px;
	background: #fff;
	margin-bottom: 90px;
	float: left;
	padding: 10px;
}
.listName {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin: 16px 0 10px 0;
}
.wap-list p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
/*小程序*/
.xcx-left {
	float: left;
}
.leftBox {
	width: 204px;
	height: 40px;
	background: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	color: #666666;
	padding: 8px 20px;
	text-align: left;
}
.oneqiu {
	width: 47px;
	height: 105px;
	background: url(../img/xcx1.png) no-repeat;
	position: absolute;
	top: 30px;
	left: 406px;
}
.twoqiu {
	width: 47px;
	height: 105px;
	background: url(../img/xcx2.png) no-repeat;
	position: absolute;
	top: 10px;
    left: 260px;
}
.threeqiu {
	width: 47px;
    height: 105px;
    background: url(../img/xcx3.png) no-repeat;
    position: absolute;
    top: -8px;
    right: 380px;
}
.fourqiu {
	width: 47px;
    height: 105px;
    background: url(../img/xcx4.png) no-repeat;
    position: absolute;
    top: 91px;
    right: 262px;
}
.xcx-middle {
	width: 494px;
	height: 273px;
	background: url(../img/pic_xcx.png) no-repeat;
	float: left;
	margin-top: 88px;
    margin-left: -98px;
}
.xcx-right {
	float: left;
}
.leftthree {
	margin-top: 50px;
}
/*公众号*/
.gzh-left {
	float: left;
}
.gzh-top {
	font-size: 18px;
	color: #666666;
}
.gzh-top span {
	font-size: 18px;
	color: #FE841B;
	font-weight: bold;
}
.gzh-left p {
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.gzh-right {
	float: right;
	overflow: hidden;
}
.tb-left {
	float: left;
}
.tbone {
	width: 140px;
	text-align: center;
}
.tb-top {
	font-weight: bold;
	margin-bottom: 7px;
}
.tb-con {
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.tb-middle {
	width: 199px;
	height: 199px;
	background: url(../img/pic_weizhan.png) no-repeat;
	float: left;
	margin-top: 55px;
}
.tb-right {
	float: right;
}
.ic-one {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/bianjie.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.ic-two {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/chengben.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.ic-three {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/gaoxiao.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.ic-four {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/guanzhu.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.ic-five {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/caozuo.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

/*移动APP应用*/
.appLeft {
	float: left;
	overflow: hidden;
}
.appone {
	overflow: hidden;
}
.appBox {
	width: 220px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	float: left;
	margin-right: 10px;
}
.oneimg {
	position: relative;
	float: left;
	z-index: 10;
}
.appMiddle {
	width: 414px;
	height: 357px;
	background: url(../img/pic_app.png) no-repeat;
	float: left;
	margin-top: 30px;
	margin-left: -10px;
}
.appRight {
	float: left;
}

/*媒体报道*/
.mtLeft {
	float: left;
	overflow: hidden;
	width: 318px;
}
.mtone {
	overflow: hidden;
	padding: 20px;
	background: #fff;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}
.mtMiddle {
	width: 422px;
	height: 429px;
	background: url(../img/pic_meiti.png) no-repeat;
	float: left;
	margin: 0 50px;
}


/* 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;
}

/*工业云熊掌号*/
.xzh-left {
    width: 474px;
    height: 325px;
    background: url(../img/pic_xzh.png) no-repeat;

    float: left;
    margin-top: 20px;
margin-bottom:10px;
    margin-left: 20px;
}


.xzh-right {
    float: right;
}
.xzh-right p {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}