@charset "utf-8";
body, div, p, span, a, img, input, h1, h2, h3, h4, ul, li, dl, dt, dd, ol, textarea{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
body{
	line-height:26px;
	font-size:12px;
	font-family:"Microsoft YaHei", Verdana, Geneva, sans-serif;
	color:#666;
	background:#fff;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#024383;
	text-decoration:none;
}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
img{
	border:0;
	max-width:100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix {
    *zoom: 1;
}
#wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
}
.mule{
	margin-bottom:30px;
}
.mule h2{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 28px;
	color: #4d4d4d;
}
.mule .mule-botm{
	margin: 0 0 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mule .mule-botm::after{
    width: 300px;
    height: 1px;
    background-color: #cccccc;
    content: '';
    position: absolute;
    bottom: -15px;
    z-index: 1;
}
.mule h3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 15px;
	line-height: normal;
	font-weight: normal;
	font-size: 16px;
	color: #4d4d4d;
}
.mule h3::after{
    width: 100%;
    height: 3px;
    background-color: #ff0000;
    content: '';
    position: absolute;
    bottom: -16px;
    z-index: 2;
}
.mule .mark-left{
    display: inline-block;
    position: relative;
    top: -5px;
    width: 65px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}
.mule .mark-right{
    display: inline-block;
	position: relative;
	top: -5px;
	width: 65px;
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
}
.btn-org{
    display: inline-block;
    line-height: 34px;
	font-size:14px;
    padding: 0 30px;
    border: 1px solid #0f59a4;
    background-color: #0f59a4;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.btn-org:hover,.btn-org:focus{
    border: 1px solid #024383;
    background-color: #024383;
    color: #fff;
}
/*顶部*/
.top{
	text-align:center;
	position:relative;
	padding: 10px 0;
}
.top .logo{
	text-align:left;
}

/*导航*/
.nav{
	height: 60px;
	background: #0f59a4;
	text-align: center;
    width: 100%;
}
.nav > li:hover, .nav > li:focus {
    text-decoration: none;
    background-color:#024383;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:#024383;
}
.nav > li.current{
    text-decoration: none;
    background-color:#024383;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav > li > a {
    color: #fff;
    position: relative;
    display: block;
    padding: 20px 13px;
    font-size: 15px;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
	margin-top:0px;
	border:0px;
	border-top-right-radius:0px;
	box-shadow:none;
}
.navbar .dropdown-menu{
	background-color:#024383;
	border-radius:0 !important;
    max-width: 100% !important;
}
.navbar .dropdown-menu > li > a{
	color:#fff;
	font-size:14px;
	display: block;
    padding: 12px 16px;
    clear: both;
    line-height: 1.428571429;
    white-space: nowrap;
	text-align:left;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color:#0f59a4;
}
.navbar-collapse {
    max-height:1200px;
}
.navbar-nav > li {
    width: 14.28%;
}
/*轮播图*/
.banner{
	/*width:90%;
	padding-left:5%;*/
}
.banner .carousel-inner > .item {
    text-align: center;
}
.banner .carousel-inner > .item > img, .banner .carousel-inner > .item > a > img {
    display:inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1;
	width:100%;
}
/*公司简介*/
.desc{
	text-align:center;
	padding:60px 0 30px;
}
.desc p{
	text-align: justify;
	font-size:18px;
    text-indent: 2em;
    line-height: 34px;
}

/*案例展示*/
.case{
	padding:10px 0 50px;
	text-align:center;
}
.case .portfolio {
    /*border:1px solid #ccc;*/
}
.case .portfolio-img {
	height:180px;
    overflow: hidden;
}
.case .portfolio-img a,.case .portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.case .portfolio-img a {
    position: relative;
}
.case .portfolio-title {
    margin-bottom: 30px;
    line-height: normal;
    background-color: #024383;
    padding: 5px 10px;
}
.case .portfolio-title h2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
}
.portfolio-img a:hover img {
    transform: scale(1.2, 1.2) rotate(10deg);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*公司设备*/
.equip{
	background-color: #f2f2f2;
	padding:60px 0 80px;
	text-align:center;
}
.equip .caroufredsel_wrapper{
    display: block;
    position: relative;
    margin: 0px;
    cursor: move;
}
.equip .scrollable {
    overflow: hidden;
}
.equip .scrollable .list{
    padding: 0px;
    text-align: center;
	margin: 0;
	position: relative;
}
.equip .full-scrollable .list a {
    position: relative;
    display: block;
}

.equip a:hover .scrollable-info {
    opacity: 1;
    filter: alpha(opacity=100);
}
.equip .scrollable-image {
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.equip .scrollable .list img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.equip .scrollable-info {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    margin-top: -100px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.equip .scrollable-info h3 {
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
}
.equip .scrollable-info .icon-detail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 41px;
    height: 41px;
    background: url(../Images/icon-detail.gif) no-repeat;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.equip .scrollable .list p {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.equip .scrollable-info .icon-detail span {
    display: none;
}
.equip .opacity-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #0f59a4;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.equip .scrollable-info:hover .icon-detail {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.equip a:hover .opacity-overlay {
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.equip a:hover .scrollable-image img { 
	transform:scale(1.2, 1.2); 
	-webkit-transform:scale(1.2, 1.2); 
	-moz-transform:scale(1.2, 1.2); 
	-o-transform:scale(1.2, 1.2); 
	-ms-transform:scale(1.2, 1.2);
	-webkit-transition:all 0.3s ease-out 0s; 
	-moz-transition:all 0.3s ease-out 0s; 
	-o-transition:all 0.3s ease-out 0s; 
	transition:all 0.3s ease-out 0s;
}
/*公司动态*/
.news1{
	padding:60px 0 50px;
}
.news1 h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
	text-align:left;
	margin-top:10px;
	font-weight:600;
}
.news1 .headlines{
    font-size: 13px;
    line-height: 1.5;
    color: #666;
	text-align:left;
}
.news1 .entry-item {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 10px;
	padding-left: 80px;
	min-height: 70px;
	height: auto !important;
	position: relative;
}
.news1 .entry-item .time {
	width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    text-align: center;
    font-family: Arial;
	padding: 2px 0 2px;
}
.news1 .entry-item .time-day {
	font-size: 25px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
}
.news1 .entry-item .time-date {
	font-size: 11px;
    display: block;
    color: #999;
    line-height: 22px;
}
.news1 .entry-item .entry-title {
    margin-bottom: 10px;
}
.news1 .entry-item h2 {
	font-size: 14px;
    font-weight: 600;
	color:#000;
    line-height: 1.4;
}
.news1 .entry-item h2 a {
	color:#000;
}
.news1 .entry-item h2 a:hover {
	text-decoration:underline;
	color:#024383;
	text-decoration:none;
}
.news1 .entry-summary {
    margin-bottom: -8px;
	color: #808080;
    font-size: 12px;
}
.news1 .entry-item p {
    line-height: 1.6;
}
/*加入我们*/
.join{
	padding:60px 0 80px;
	text-align:center;
	background-image: url(../Images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #024383;
}
.join .cont{
	color:#fff;
	margin-top:20px;
}
/*联系我们*/
.contact{
	padding:60px 0 50px;
	text-align:center;
}
.contact .cont{
	font-size:14px
}
/*底部*/
.footer{
	overflow: hidden;
	background-color: #252526;
	color: #ccc;
	font-size: 14px;
    background-image: url(../images/bottom_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0;
    padding-top: 36px;
}
.footer h2{
	font-size: 16px;
	color:#fff;
	margin-bottom:15px;
}
.footer .col-md-4{
	padding-left:0;
}
.footer .navb{
	margin-bottom:25px;
    width: 14%;
}
.footer .navb:last-child{
    width: 30%;
}
.footer .navb p{
	line-height:25px;
}
.footer .navb p a{
	color:#ccc;
}
.footer .navb p a:hover{
	color:#024383;
	text-decoration:none;
}
.footer .link{
	margin-top:15px;;
}
.footer .link a{
	margin-right:15px;;
}
.copyright{
    background-color: #1059a5;
    color: #FFFFFF;
    padding: 10px 0;
    box-sizing: border-box;
}
.copyright-name{
    font-size: 16px;
    text-align: center;
}
.copyright-info{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.copyright-info a{
    margin: 0 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.mainin{
    display: flex;
    padding-bottom: 30px;
}
.mainin-left{
    flex: 0 0 260px;
    margin-right: 35px;
}
.mainin-left-tit{
    font-size: 24px;
    color: #FFFFFF;
    background-color: #0f59a4;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.mainin-left-nav li{
    height: 50px;
    width: 100%;
    background-color: #e5e5e5;
    margin-top: 10px;
    color: #0f59a4;
}
.mainin-left-nav li a{
    color: #0f59a4;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.mainin-left-nav li:hover{
    background-color: #0f59a4;
}
.mainin-left-nav li:hover a{
    color: #FFFFFF;
}
.mainin-left-nav li.current{
    background-color: #0f59a4;
}
.mainin-left-nav li.current a{
    color: #FFFFFF;
}

.mainin-right{
    flex: 1;
}
.mainin-tit{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    text-align: left;
}
.mainin-tit-zh{
    font-size: 21px;
    position: relative;
}
.mainin-tit-zh::after{
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fc0015;
    content: '';
}
.mainin-tit-en{
    font-size: 14px;
    color: #0f59a4;
    margin-left: 10px;
}
.full-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    font-size:14px;
    text-align:left;
}
.full-content-img{
    width: 250px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.full-content-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted #444444;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.full-content-source{
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    text-align: right;
}
.full-content-top{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.full-content-top-img{
    width: 130px;
    margin-right: 15px;
}
.full-content-top-info{
    flex: 1;
}
.full-content-top-info-title{
    font-weight: bold;
    font-size: 14px;
}
.full-content-top-info-desc{
    font-size: 14px;
}
.full-content-top-info-source{
    font-size: 14px;
    color: #666666;
}
/*单页样式*/
.content {
    position: relative;
    margin: 40px 0 15px;
    text-align: center;
}

.sbox h2{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 28px;
	color: #4d4d4d;
}
.sbox h4{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 22px;
	color: #4d4d4d;
}
.sbox .entry-meta {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
	color: #999;
}
.sbox .entry-meta span {
    margin: 0 10px;
}
.sbox .entry-meta strong {
    font-weight: normal;
}
.sbox .entry-meta a {
    color: #999;
}
.sbox .entry-meta a:hover{
	text-decoration:underline;
	color:#024383;
	text-decoration:none;
}
.sbox ul li{
    border-bottom: none;
    display: inline-block;
    background-image: none;
    margin: 0 5px;
}
.sbox ul li a {
    display: inline-block;
    line-height: 42px;
    padding: 0 35px;
    font-size: 14px;
    color: #808080;
    background-color: #f0f0f0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sbox ul li a:hover {
    background: #d9d9d9;
}
.sbox ul li.current a {
    background: #0f59a4;
    color: #fff;
}

/*列表*/
.full-page {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 45px 0 50px;
}
.portfolio-img {
    overflow: hidden;
	max-height:175px;
}
.portfolio-img a, .portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-img a {
    position: relative;
}
.portfolio-title {
    margin-bottom: 10px;
    line-height: normal;
}
.portfolio-title h2 {
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
}
.portfolio-title h2 a{
    color:#FFFFFF;
}
.portfolio-title h2 a:hover{
    color:#FFFFFF;
}
.portfolio-summary {
    color: #808080;
    font-size: 13px;
    margin-bottom: 30px;
	text-align:left;
}
.portfolio-summary p {
    line-height: 1.5;
}
/*产品列表*/
.procontent {
    text-align: center;
}
.page-nav {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 28px;
	font-size:14px;
	height: 75px;
}
.sitenav {
    float: left;
    margin-bottom: -1px;
}
.sitenav li {
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}
.sitenav li.active {
    border-bottom: 3px solid #024383;
}
.sitenav li a:hover, .sitenav li.active a, .sitenav li.active span {
    background-color: #024383;
    color: #fff;
}
.sitenav li a {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.sitenav li a, .sitenav li span {
    color: #222;
    padding: 5px 18px;
    display: block;
}
.breadcrumb {
    padding: 8px 15px;
    float: right;
	background:none;
}
.breadcrumb a, .breadcrumb span {
    font-size: 12px;
    color: #6f6f6f;
}
.breadcrumb a:hover{
    color: #024383;
}
.breadcrumb > a + a::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.full-product{
	padding:30px 0 30px;
	margin-bottom:20px;
}
.full-product .list{
	margin-bottom:20px;
}
.full-product .list .img{
    display: block;
    max-height: 300px;
    overflow: hidden;
}
.list-word{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    justify-content: space-between;
}
.list-word::before{
    width: 10px;
    height: 10px;
    background-color: #0f59a4;
    content: '';
    position: absolute;
    left: 0;
}
.list-news{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    justify-content: space-between;
    line-height: 20px;
}
.list-news-info{
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.list-news::before{
    width: 17px;
    height: 17px;
    background-image: url("../images/news.gif");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
}
.full-product .txt {
    text-align: center;
    font-size: 14px;
    color: #222;
    background-color: #ebebeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 30px;
    padding: 5px 10px;
}
.full-product .list:hover a.txt {
    background-color: #024383;
    color: #fff;
}
.gotop-wrapper {
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0,0,0,0.3);
    background-color: #969696\9;
	display:none;
}
.gotop-wrapper a {
    display: none;
    _display: none !important;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/icon-gotop-fixed.gif) no-repeat center;
}
#tool {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display:none;
}
ul.toollist {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height:70px;
}
.toollist {
    background: #0f59a4;
}
.toollist li {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li {
    float: left;
    width: auto;
    height: 100%;
    width: 25%;
    position: static !important;
    margin: 0;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-shadow: none !important;
    background: none;
}
.toollist li a {
    color: #fff;
}
.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top:8px;
    position: relative;
}
.toollist li a img {
    width: 24px;
    height: 24px;
}
.toollist li a p {
    margin: 1px 0 1px 0;
    font-size: 14px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}
.toollist li.li4 {
    border: none;
}
.returnhome{
	display:none;
	text-align:center;
}
.returnhome span{
	display:block;
	font-size:10px;
	margin-top:-12px;
}
.btn-org{
	margin-top:50px;
}
#banner-pc{
	display:block;
}
#banner-mobile{
	display:none;
}
.mytable{
    width: 100%;
    margin-bottom: 15px;
}
.mytable,
.mytable td,
.mytable th {
    border: 1px solid #000000;
    text-align: center;
    font-size: 18px;
}
.mytable tr {
    height: 46px;
}
@media (min-width: 1200px) {
.container {
	width:1200px;
}
}
@media (min-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
 #tool {
	display:block;
}
.footer {
    padding: 40px 0 70px;
    overflow: hidden;
    background-color: #252526;
    color: #ccc;
    font-size: 13px;
}
.news1 h4 {
	margin-top:15px;
    margin-bottom: 8px;
}
.news1 .news-left{
	margin-bottom:20px;
}	
.news1 .news-right{
	margin-bottom:20px;
}
.top{
	padding:15px 0 15px;
}
.top .tel,.top .share{
	display:none;
}
.top .logo img{
    width: 50%;
}
.nav{
	height:auto;
}
.nav > li{
	text-align:left;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -63px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: #0f59a4;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #0f59a4;
}
.returnhome{
	display:block;
	position:absolute;
	top:18px;
	left:15px;
	z-index:999;
}
.returnhome a{
	font-size:20px;
	color:#0f59a4;
}
.navbar-toggle .word {
    font-size:11px;
	color:#0f59a4;
}
.desc {
    padding: 30px 0 30px;
}
.mule h2 {
    margin-bottom: 20px;
    font-size: 21px;
}
.mule h3 {
    font-size: 12px;
}
.business {
    padding:30px 0 30px;
}
.business .list{
	margin-bottom:12px;
	padding-left:5px;
	padding-right:5px;
}
.btn-org{
	margin-top:0px !important;
}
.case {
    padding: 0px 0 80px;
}
.news1 {
    padding: 30px 0 30px;
}
.join {
    padding: 30px 0 40px;
}
.contact {
    padding: 30px 0 30px;
}
.join h2 {
    font-size:18px;
}
#banner-pc{
	display:none;
}
#banner-mobile{
	display:block;
}
.join .cont {
    margin-top: 0px;
}
.sbox ul li {
    margin-bottom: 5px;
}
.sbox ul li a {
    line-height: 30px;
    padding: 0 20px;
    font-size: 12px;
}
.sitenav li a, .sitenav li span {
    padding: 5px 12px;
	font-size:12px;
}
.breadcrumb {
    display:none;
}
.mainin-left{
    display: none;
}
    .footer, .copyright {
        display: none;
    }
    .top .logo {
        text-align: center;
    }
    .navbar-nav > li {
        width: 100%;
    }
    .mainin-right {
        width: 100%;
    }
    .content {
        margin: 15px 0;
    }
    .full-product {
        padding: 15px 0 30px;
    }
    .mainin {
        padding-bottom: 60px;
    }
    .full-content {
        padding-bottom: 60px;
    }
    .desc p {
        font-size: 16px;
    }
    .mytable, .mytable td, .mytable th {
        font-size: 16px;
    }
    .caseth{
        width: 60%;
        max-width: 60%;
    }
    .portfolio-img {
        max-height:120px;
    }
    .case .portfolio-title h2 {
        font-size: 13px;
    }
    .case .col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }
    .case .portfolio-title {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
 
}
@media (min-width: 992px) and (max-width: 1199px) {
 .nav > li > a {
 padding: 10px 22px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .nav > li > a {
 padding: 10px 10px;
}
}