﻿/*全局样式*/
body/*,img*/{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
/*	font-weight: bolder;*/
	font-style: normal;
}
/*img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}*/
/*导航栏*/
.navbar-brand {
    height: 57px;
    width: 400px;
    padding:0;
    font-size: 18px;
    line-height: 20px;
    margin-left: 20%;
}
#navbar{
	background: #f8f8f8 !important;	
}
.navbar {
    min-height: 57px;
}
.navbar-brand img{
	height: 100%;
	width: auto;
	display: inline-block;
	position: absolute;
}
.navbar-brand div.com_name{
	display: inline-block;
	margin-left: 61px;
}
.navbar-brand  h1{
    font-size: 34px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    padding-top: 2px;
}
.navbar-brand  h2{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
	line-height: 1;
	color: inherit;
}
.navbar-brand  h3{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    /*font-family: inherit;*/
	font-weight: 500;
	line-height: 1;
	color: inherit;
}

@media only screen and (min-width: 160px) and (max-width:1123px) {
	.navbar {
    height: 56px !important;
	}
	.navbar-brand{
	display: inline-block !important;
	padding-left: 0;
	margin-left:0;
	float: left;
    width: 200px;
}
	.navbar-brand img{
	padding-top: 5px;
	height: 90%;
	width: auto;
	display:inline-block;
	position: relative;
	}
	.navbar-brand div.com_name{
	display: inline-block;
	margin-left: 0px;
	position: absolute;
}
	.navbar-brand  h1{
	padding-top: 8px !important;	
    font-size: 26px !important;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    padding-top: 2px;
}
.navbar-brand  h2{
    font-size: 10px !important;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
	line-height: 1;
	color: inherit;
}
}

@media only screen and (min-width:1123px ) {
	div.navbar-brand div.com_name{
	display: inline-block;
	margin-left: 61px;
}
}

.navbar-brand  h1{
    font-size: 34px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    padding-top: 2px;
}
.navbar-brand  h2{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
	line-height: 1;
	color: inherit;
}
a {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;	
}
h4,h5{
	color: #000;
	font-weight: bolder;
	font-family: "微软雅黑";
	margin-bottom: 20px;
}
p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
/*小图标*/
section.about-w3ls i.fa, section.team-w3ls i.fa, section.cust-agileits i.fa, section.service-w3ls  i.fa,section.service-agileits i.fa,section.work-w3ls i.fa,section.shipment-w3ls i.fa,section.transit-w3ls i.fa,section.contact-us i.fa,section.contact-w3ls i.fa {
	font-size:27px;
	font-weight:thin;
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;
	color:#fff;
	margin:0 auto;
	display:block;
	background-color:#33accc;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
/*公司介绍页面*/
section.about-w3ls h3.text-center,section.team-w3ls h3.text-center,section.cust-agileits h3.text-center,section.service-w3ls h3.text-center,section.service-agileits h3.text-center,section.work-w3ls h3.text-center,section.shipment-w3ls h3.text-center,section.transit-w3ls h3.text-center, section.contact-us h3.text-center,section.contact-w3ls h3.text-center {
 	font-size:3em;
	font-weight:normal;
	color:#000;
	padding:20px 0 60px;
	font-family: 'Exo 2', sans-serif;
	position:relative;
}
section.about-w3ls h3.text-center:after,section.team-w3ls h3.text-center:after,section.cust-agileits h3.text-center:after,section.service-w3ls h3.text-center:after,section.service-agileits h3.text-center:after,section.work-w3ls h3.text-center:after,section.shipment-w3ls h3.text-center:after,section.transit-w3ls h3.text-center:after,section.contact-us h3.text-center:after,section.contact-w3ls h3.text-center:after {	
	content: '';
    background-color: #33accc;
    height: 5px;
    width: 20%;
    position: absolute;
    left: 40%;
    bottom: 19%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
section.service-agileits p.text-center {
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding-bottom:50px;
}
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h4 {
    font-weight: normal;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 45px;
    color: #42B4C8;
    padding-bottom: 20px;
	font-family: 'Exo 2', sans-serif;
}
.marketing p.serv-p2 {
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:30px;
}
.featurette-divider {
  margin: 80px 0; 
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.column {
	margin:0;
	padding:0;
}
.column:last-child {
	padding-bottom:0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
	width:100%;
	height:auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*导航栏下拉目录列表*/
ul.mydropmenu {
	width: 150px;
	background-color: rgba(248,248,248,0.9);
	text-align: center;
}
ul.mydropmenu li{
	margin: 1px;
}
ul.mydropmenu li a{
	display: block;
	margin: 0;
	padding: 0;	
}
ul.mydropmenu li:hover,ul.mydropmenu li:focus{
    color: #fff;
    background-color:#33accc;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color:#33accc;
}
.mydropmenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.mydropmenu a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.mydropmenu a:hover {
	background-color: lightblue;
	color: white;
}
.mydropmenu a:active {
	background-color: #33accc;
	color: white;
}
.mydropmenu a.mydropmenuactive {
	background-color: #33accc;
	color: white;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
	#navbar {
		width: 100%;	
	}
}



/*-- 首页大横幅--*/
section.banner-w3ls {
	position:relative;
}
.header { 
	height:926px;
	margin:0 auto;
	padding:0;
	}
.bgfader{
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
}
.bgfader-overlay{
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bgfader > .image{
	display: none;
}

.bgfader, .bgfader > .image{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	background-attachment:fixed;
}
section.banner-w3ls h2.text-center {
	font-size: 65px;
    font-weight: normal;
    padding:360px 0 40px;
    color: #fff;
	line-height:90px;
    font-family: 'Exo 2', sans-serif;
}

section.banner-w3ls p.text-center {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
}
/*-- /首页大横幅--*/
/*-- 其他页面小横幅 --*/
section.inner-w3ls {
	background:url(//cdn.jetusetoy.com/image/banner1.jpg);
	background-position:center;
	/*background-attachment:fixed;*/
	background-repeat:no repeat;
	background-size:100% 100%;
	/*background-size:cover;*/
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:450px;
}

section.inner-w3ls h2.text-center {
	font-size: 65px;
    font-weight: normal;
    padding:175px 0 40px;
    color: #fff;
	line-height:90px;
    font-family: 'Exo 2', sans-serif;
}
section.inner-w3ls p.text-center {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
}
/*-- /其他页面小横幅 --*/
/*-- 诚信·专业·双赢++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --*/
section.special-w3layouts {
	padding:100px 0;
}
section.special-w3layouts p.text-center  {
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding-bottom:50px;
}
section.special-w3layouts img.img-responsive {
	width:100px;
	height:auto;
	margin:0 auto;
}
section.special-w3layouts h4.text-center {
	font-size:22px;
	font-weight:normal;
	color:#000;
	padding:20px 0;
	text-transform:capitalize;
	font-family: 'Exo 2', sans-serif;
}
section.special-w3layouts p.special-p1 {
	font-size:15px;
	font-weight:normal;
	color:#999;
	text-align:center;
	line-height:35px;
}
/*卡片用的.mycontainer2*/
/*-- /诚信·专业·双赢 --*/

/*-- 1st info section --*/
/*-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=++++++ --*/
section.info-w3ls, {
	padding:100px 0;
}
section.info-w3ls3{
	padding:50px 0;
}
section.info-w3ls2{
	background-color: #f8f8f8;
	padding:30px 0;
}
section.info-w3ls i.fa,section.info-w3ls2 i.fa,section.info-w3ls3 i.fa {
	font-size:27px;
	font-weight:thin;
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;
	color:#fff;
	margin:0 auto;
	display:block;
	background-color:#33accc;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
h3.title,h2.title,section.info-w3ls h3.text-center,section.info-w3ls2 h3.text-center,section.info-w3ls3 h3.text-center,section.info-w3ls4 h3.text-center,section.special-w3layouts h3.text-center,h3.xiaobiaoti {

	font-size:3em;
	font-weight:normal;
	color:#000;
	padding:20px 0 60px;
	font-family: 'Exo 2', sans-serif;
	position:relative;
}
h3.title:after,h2.title:after,section.info-w3ls h3.text-center:after,section.info-w3ls2 h3.text-center:after,section.info-w3ls3 h3.text-center:after,section.special-w3layouts h3.text-center:after  {
	content: '';
    background-color: #33accc;
    height: 5px;
    width: 20%;
    position: absolute;
    left: 40%;
    bottom: 19%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
section.info-w3ls p.text-center,section.info-w3ls2 p.text-center,section.info-w3ls3 p.text-center,.xiaozhengwen{
	font-size:17px;
	font-weight:normal;
	color:#000;
	line-height:30px;
}
div.chanpinyoushi p,section.hangyetongdian p{
	font-size:17px;
	color: rgb(102, 102, 102);;
	font-weight:normal;
	line-height: 30px;
}
div.chanpinyoushi h3,section.hangyetongdian h5{
	color:#202122;	
	font-size: 18px;
	font-family: "微软雅黑";
	line-height:1.6;
}
div.chanpinyoushi h4,section.hangyetongdian h4{
	color:#000000;	
	font-size: 1.9em;
	font-family: "微软雅黑";
	line-height:2;
	text-align: right;
	margin-right: 5%;
}
div.chanpinyoushi div.cpitem{
	height: 58px;
	margin: 15px 5px;	
	
}
div.chanpinyoushi div.cpitem div.cpitemdec{
	
}
div.chanpinyoushi div.cpitem img{
	width: 58px;
	height: auto;
	margin-right:15px;	
}
/*-- /1st info section --*/


p.title-text {
	font-size: 16px;
	font-weight: normal;
	color: #999;
	padding: 1em 0;
}
h3.title,h2.title {
	font-weight: normal;
	font-size:2.6em;
	color: #000;
	padding: 0.6em 0 1.6em;
	margin-top: 0.3em;
	text-align: center;
	font-family: 'Exo 2',"微软雅黑",sans-serif;
	position: relative;	
}

div.service-content .title:after{
	width: 195px;
	left: 39%;
}

div h3.title2 {
	color: #fff;
	background-color: #33accc;
	padding: 20px 0px;
	/*background: rgba(0,0,0,0.2);*/
	text-align: center;
	border-radius:5px;
}

/*装图片的容器*/
div.imgShow {
	margin: 0px;
	padding: 10px;
	text-align: center;	
}
div.imgShow img {
	margin: 0px auto;
	max-width: 90%;
}


/*动画图片容器*/
div.imgAnimaShow {
	width: 100%;
	/*margin: 0 auto;
	height: 460px;*/
	background-color: #F5F5F5;
}


/* 自定义卡片小容器*/
.mycontainer:hover{
	border-color: #ccc;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mycontainer{
		padding: 20px 10px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
		overflow: hidden;
		border: solid #ccc 1px;
		border-radius: 5px;
		background-color: rgba(250,250,250,0.8);
}

.mycontainer h4 {
	color: #000;
    font-weight: bolder;
    font-family: "微软雅黑";
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 10px;
    font-style: normal;
}
}
.mycontainer p {
	font-family: "微软雅黑";
    font-size: 16px;
    color: #666;
    font-weight: normal;

}
.mycontainer div.product-img{
		/*width: 130px;
	    height: 130px;*/
	    margin: auto;
}
.mycontainer div.product-img img{
		width: 100%;
	    height: 100%;
	    margin: 0;
}
/*卡片容器2*/
.mycontainer2{
	border-radius: 12px;
	margin: 0 2% 2% 2% ;
	padding: 0px 0px 10px 0px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #ccc;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.mycontainer2:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
.mycontainer2 img{
	border: 1px solid #ccc;
	padding: 0px;
	width: 100%;
	max-height: 60%;
	margin:0;
	overflow: hidden;
}
.mycontainer3 {
	border-radius: 15px;
	/*border: 1px solid #ccc;
	 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
	width: auto;
	height: auto;
	margin: 0 120px;
}
.mycontainer3:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
.mycontainer3 img{
	width: 100%;
	height: auto;
	padding: 0;
}
/*/卡片容器2-----后面有媒体查询*/

/*颜色*/
.myblue {
	color: cornflowerblue;
}
.myyellow {
	color: orangered;
}
.mygreen {
	color: green;
}
.myred {
	color: red;
}
/*阴影效果*/
div.polaroid {
/*  width: 250px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
/*牵手背景图*/
section.bgimg {
	background: url(../../images/other/牵手.jpg) no-repeat;
	background-size: 45%;
	background-position: right bottom;
	background-color:#F8F8F8;
	opacity: 0.9;
}

/*div.container {
  padding: 10px;
}*/

/*模态框*/
a.madalTrigger
{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a.madalTrigger:link,a.madalTrigger:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
}
a.madalTrigger:hover,a.madalTrigger:active {
	color:darkgrey;
	cursor:pointer;
}
.modalImg{
	width: 100%;
    height: 100%;
}
/*修改模态框大小*/
@media only screen and (min-width:1000px ) {
	.modal-dialog {
		width: 70%;	
	}
}
/*产品介绍*/
div.mycontainer a{
	text-decoration: none;
	text-align: center;
	height: 40px;
}
div.mycontainer a:hover > h4{
	color: rgb(51,172,204);
}
div.mycontainer p.product-text{
	overflow: hidden;
}




/*----内销外贸,进销存页面*/
/*进销存页面卡片样式*/
.companySoft {
	margin: 20px 0px 30px 0px;
}
.mypadding .box{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	height: 300px;
	padding: 40px 30px 20px 30px;
	margin-top: 15px;
	background-color: white;
}
.mypadding .box:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*特点与优势*/
.normal-box{
	margin-top: 15px;
	height: 100px;
}
.advantage h4{
	font-size: 1.1em;
	color: #333;
	margin: 5px 0px;
}
.advantage .col-lg-1{
	padding: 15px 10px;
}

.col-lg-1{
	float: right;
}
.mypadding:nth-child(2) .col-lg-1,.mypadding:nth-child(4) .col-lg-1,.mypadding:nth-child(6) .col-lg-1,.mypadding:nth-child(8) .col-lg-1,.mypadding:nth-child(10) .col-lg-1,.mypadding:nth-child(12) .col-lg-1{
	float: left;
}
.col-lg-11{
	text-align: right;
}
.col-lg-11 p{
	font-size: 13px;
}
.mypadding:nth-child(2) .col-lg-11,.mypadding:nth-child(4) .col-lg-11,.mypadding:nth-child(6) .col-lg-11,.mypadding:nth-child(8) .col-lg-11,.mypadding:nth-child(10) .col-lg-11,.mypadding:nth-child(12) .col-lg-11{
	text-align: left;
}
.fixed-icon .glyphicon{
	font-size: 18px;
}
.mypadding{
	padding: 0px 15px;
}
.glyphicon{
	font-size: 48px;
}
.advantage .glyphicon{
	font-size: 32px;
}
.normal-box .glyphicon{
	color: #007AFF;
}

/*面板列表*/
.introduce,.advantage{
	text-align: center;
}
.system{
	text-align: left;	
}
.advantage,.system{
	padding-top: 80px;
}
div.system .panel-body {
	padding:15px 15px 0px 15px;	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	font-weight:500;
	font-style: normal;	
}
div.system .panel-heading{
	padding: 10px 30px;
}
ul li{
	list-style: none;
}
.system .panel-title {
	color: #337AB7;
}

.system h4.phead
{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.system h4.phead:link,h4.phead:visited
{
	display:block;
	width:100%;
	text-decoration:none;
	
}
.system h4.phead:hover,h4.phead:active
{
	color:darkgrey;
	cursor:pointer;
}

/*-!--内销外贸页面*/


/*---ERP页面---*/
.funintro{
	background-color: ;
	text-align: left;
	/*border: solid 1px rgba(200, 200, 200, 1);*/
	margin: 0px;
	
}
div.wblank{
	width: 100%;
	background-color: white;
	height: 15px;
}
div.funIntroduce ol.breadcrumb{
	margin-bottom: 0px;
	background-color:rgba(255,250 ,240,0.9) ;
	border-radius: 0;
}
.funintrohead {
	height: auto;
	background-color: rgba(220,220,220,0.8);
	/*background: linear-gradient(to right bottom, rgba(200, 200, 200, 1), rgba(245, 245, 245 ,0));*/
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 20px;
	color: steelblue;
	padding-left: 5px;			
}
.funintro ol li{
	line-height: 1.7;
	
}
div.funIntroduce {
	margin: 20px 50px;	
	background: url(../../images/other/4444.jpg) no-repeat;
	background-size: cover;
}
li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}

div.tongdian {
	/*margin: 2px;
	padding: 2px;*/
	position: relative;
	border: solid 1px FloralWhite;
}

div.tongdianlie h4{
	margin-right: 10px;	
}
div.tongdianlie{
	padding: 15px;
}	
div.tongdianlie h5{
	color: #33accc;	
	font-size: 1.6em;
}
div.tongdianlie p{
	font-weight: 700;
	margin-left: 20px;
	font-size: 1.3em;
	line-height: 1.5;
} 

div.tongdian img {
	width: 100%;
	height: auto;
	opacity: 1;
	max-height: 390px;
}

div.tongdian .tongdiantip {
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
	text-align: center;
	font-size: 50px;
	margin-top: -9px;
	font-family: "微软雅黑";
	font-weight: bolder;
	opacity: 1;
}
div.tongdian .tongdiantip p{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	font-family: "微软雅黑";
	font-weight: bold;
	opacity: 0;
}

div.tongdian:hover .tongdiantip {
	opacity: 0.9;
	color: FloralWhite;
}
div.tongdian:hover .tongdiantip p{
	opacity: 1;
	color: FloralWhite;
	background-color: rgba(0,0,0,0.5);
}
div.tongdian:hover img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);  
    filter: grayscale(100%);
    filter: gray;
}
/* 常见问题*/
.question_B {
    width: 320px;
    height: 212px;
    background-color: #282f35;
    padding-top: 35px;
    padding-left: 34px;
    padding-right: 34px;
    float: left;
}
.question_W {
    width: 320px;
    height: 212px;
    background-color: #f8f8f8;
    padding-top: 35px;
    padding-left: 34px;
    padding-right: 34px;
    float: left;
}

.question_BLUE {
    width: 320px;
    height: 212px;
    background: linear-gradient(to right , #3895ad, #12728c);/*#3CB371;*/
    padding-top: 35px;
    padding-left: 34px;
    padding-right: 34px;
    float: left;
}

.question_G {
    width: 320px;
    height: 212px;
    background-color: #f0f0f0;
    padding-top: 35px;
    padding-left: 34px;
    padding-right: 34px;
    float: left;
}
.question_Y {
    width: 320px;
    height: 212px;
    background-color: #fdf5e8;
    padding-top: 35px;
    padding-left: 34px;
    padding-right: 34px;
    float: left;
}
.question {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}
.question_info_white {
    padding-top: 12px;
    color: #a7a7a7;
    font-size: 13px;
    font-family: "微软雅黑";
    line-height: 28px;
}
.question_title {
    width: 215px;
    font-family: "方正兰亭黑简体";
    font-size: 15px;
    color: #34b8d0;
    padding-bottom: 4px;
}
.question_title a {
    width: 95px;
    font-family: "方正兰亭黑简体";
    text-decoration: none;
    font-size: 15px;
    color: #34b8d0;
    padding-bottom: 4px;
}
.question_info_black {
    padding-top: 12px;
    color: #738594;
    font-size: 13px;
    font-family: "微软雅黑";
    line-height: 28px;
}			
	
	
	
	
	
/*服务页面*/
#company-select .select-active,#product-select .select-active,#service-select .select-active,#callme-select .select-active{
	background: #eee;
	color: #33accc;
}

#company-side,#product-side,#service-side,#callme-side{
	list-style: none;
}
#company-side li,#product-side li,#service-side li,#callme-side li{
	display: none;
}
#company-side .side-active,#product-side .side-active,#service-side .side-active,#callme-side .side-active{
	display: block;
}

#company-select,#product-select,#service-select,#callme-select{
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

#company-select li,#product-select li,#service-select li,#callme-select li{
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}
#company-select li:hover,#product-select li:hover,#service-select li:hover,#callme-select li:hover{
	color: #33accc;
}			

/*圆形图标*/
div.icon_container{
				/*padding: 30px;*/
				text-align: center;
				margin: 10px 0;
				/*background-color: #f1f1f1;*/
				
			}
			div.icon_container div.mycion{
				margin: 0 auto 5px auto;
				text-align: center;
				border-radius: 50%;
				height: 170px;
				width: 170px;	/*媒体查询*/
				border: solid 1px white;
				padding-top: 35px;/*媒体查询*/
				opacity: 0.7;
			}

			div.icon_container div.mycion:hover{
				/*background-color: dimgrey;*/
				background-color: gainsboro !important;
				opacity: 1;
				border: dashed 1px #9D9D9D;
			}
			div.icon_container div.mycion:hover+p{
				color: black;
			}
			div.icon_container div.mycion img{
				width: 60%;
				
			}
			div.icon_container p.icon_dec{
				text-align: center;
				font-family: "微软雅黑";
				font-size: 18px;
			
			}


/* 底部信息栏*/
section.bottom {
    padding: 50px 0 0 0;
    color: #FFFFFF;
    background-color: #212121;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-bottom: 0px;
}

section.bottom ul {
	list-style: none;
}

section.bottom h3 {
    color: #fff;
    font-size:25px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    padding-bottom: 15px;
    padding-top: 20px;
}

section.bottom ul.aboutUs,section.bottom ul.aboutProduct {
    text-align: justify;
	margin-left:20px;
}
section.bottom ul.aboutUs li,section.bottom ul.aboutProduct li {
	padding-bottom:10px;
	overflow: hidden;
}
section.bottom ul.aboutUs li p,section.bottom ul.aboutProduct li p {
	text-decoration:none;
	font-size:17px;
	font-weight:500;
	color:#fff;
	padding-top: 3px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.bottom-icon{
		float: left;
		display: inline-block;
		width: 25px;
		height: 25px;
		background: url(../../images/icon-bottom.png) no-repeat;
		background-size: 300%;
	}
.place span{
		background-position: -7px 5px;
                margin-bottom: 20px;
	}
	.mobaiphone span{
		background-position: -7px -19px;
	}
	.phone span{
		background-position: -7px -43px;
	}
	.mailbox span{
		background-position: -7px -66px;
	}
	.qq span{
		background-position: -7px -86px;
	}
	
	.erp span{
		background-position: -42px -92px;
	}
	.xcx span{
		background-position: -42px 5px;
	}
	.qyh span{
		background-position: -42px -19px;
	}
	.jxs span{
		background-position: -42px -42px;
	}
	.jxc span{
		background-position: -42px -66px;
	}

section.bottom div.wechat img,section.bottom div.gzh img {
	margin-left:30px;
	width: 200px;
	height: 200px;
}

section.bottom .copyright p {
	color: #FFF;
}			
/*媒体查询部分*/
@media only screen and (min-width: 160px) and (max-width:768px){
	/*手机适配的样式写在phoneAdapter.css文件中*/
}
/* 小型设备（平板电脑，768px 起） */
@media only screen and (min-width: 768px) {
	/*+消除手机适配+++++++*/
	section.banner-w3ls h2.text-center{
		font-size: 48px;	
	}
	.header { 
	height:926px;
	margin:0 auto;
	padding:0;
	}
	h3.title:after,h2.title:after,section.service-agileits h3.text-center:after,section.info-w3ls h3.text-center:after,section.info-w3ls2 h3.text-center:after,section.info-w3ls3 h3.text-center:after,section.special-w3layouts h3.text-center:after  {
    width: 20%;
    left: 40%;
}
	/*div.service-content h3.title:after,div.service-content h2.title:after{
		width: 20%;
   		left: 40%;
	}*/
section.info-w3ls h3.text-center,section.info-w3ls2 h3.text-center,section.info-w3ls3 h3.text-center,section.info-w3ls4 h3.text-center,section.special-w3layouts h3.text-center,h3.xiaobiaoti {
	font-size:3em;
}
div.chanpinyoushi div.cpitem{
	height: 58px;
	margin: 15px 5px;	
	
}
/*公司照片图*/
.mycontainer3 {
	margin: 0 120px;
}
/*首页底部两个按钮*/
	.mybutton {
		width: 30%;
		/*margin-left: 10%;*/
		margin-bottom: 3px;
	}
	#callme{
		float: left;
		margin-left: 20%;	
	}
	#service{
		float: left;
		margin-left: 10%;
	} 
section.inner-w3ls {
	background:url(//cdn.jetusetoy.com/image/banner1.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size:100% 100%;
	/*background-size:cover;*/
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:450px;
}

section.inner-w3ls h2.text-center {
	font-size: 65px;
    font-weight: normal;
    padding:175px 0 40px;
    color: #fff;
	line-height:90px;
    font-family: 'Exo 2', sans-serif;
}
section.inner-w3ls p.text-center {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
}
	/*++++++++*/
	
	/*-------------*/
	.mbSwiper{
		display: none;
	}
	.bmSwiper{
		display: block;
	}
	#nav li a{
		font-size: 14px;
		font-weight: 550;
		text-align: center;
		padding: 10px 0px;
	}
	.content{
		margin-bottom: 20px;
	}
	.content a{
		width: 100px;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		border-radius: 15px;
		font-size: 14px;
	}
	
	.mycontainer{
		margin: 10px 1px;
		padding: 30px;
		height: 350px;
		overflow: hidden;
	}
	.mycontainer2{
	margin: 0 25% 2% 25% ;
	padding: 0px 0px 10px 0px;
	height: 300px;
	overflow: hidden;
}
	div.product-img{
		width: 100px;
	    height: 100px;
	}
	div.product-img img{
		width: 100%;
	    height: 100%;
	}
}
/* 中型设备（台式电脑，992px 起） */
@media only screen and (min-width: 992px) {
	section.banner-w3ls h2.text-center{
		font-size: 68px;	
	}
	#nav li a{
		font-size: 16px;
		font-weight: 800;
		text-align: center;
		padding: 10px 0px;
		line-height: 102px;
	}
	.content{
		margin-bottom: 25px;
	}
	.content a{
		width: 130px;
		height: 60px;
		line-height: 60px;
		margin: 0 auto;
		border-radius: 15px;
		font-size: 16px;
	}
	
	
	.mycontainer{
		height: 360px;
		padding: 30px;
		margin: 0 2px;
	}
	.mycontainer2{
	margin: 0 2% 2% 2% ;
	padding: 0px 0px 10px 0px;
	height: 300px;
	overflow: hidden;
}
	.product{
		padding: 100px 0px 80px 0px;
		/*background: url(../img/8.png) no-repeat;*/
		background-size: 100%;
	}
	div.product-img{
		width: 120px;
	    height: 120px;
	}
	div.product-img img{
		width: 100%;
	    height: 100%;
	}
	
}
/* 大型设备（大台式电脑，1200px 起） */
@media only screen and (min-width: 1200px) {

	/*公司介绍      产品介绍*/
	.content{
		margin-bottom: 40px;
	}
	.content a{
		width: 150px;
		height: 70px;
		line-height: 70px;
		margin: 0 auto;
		border-radius: 15px;
		font-size: 18px;
	}
	.product{
		padding: 100px 0px 80px 0px;
		/*background: url(../img/8.png) no-repeat;*/
		background-size: 100%;
	}
	.mycontainer{
		height: 440px;
		padding:30px;
		margin: 0 3px;
	}
	.mycontainer2{
	margin: 0 2% 2% 2% ;
	padding: 0px 0px 10px 0px;
	height: 350px;
	overflow: hidden;
}

	div.product-img{
		width: 130px;
	    height: 130px;
	}
	div.product-img img{
		width: 100%;
	    height: 100%;
	}
}
