@charset "utf-8";
/* CSS Document */

.header{
	background:url(../images/common/top_bg.jpg) no-repeat center top;
	padding:4px 0px 0px 0px;
}

.header .logo{
	width:100%;
}
.header .top_tel{
	float:right;
	width:44%;
}
.header img{
	vertical-align:middle;
	width:100%;
	display:block;
}

.navs{background-color: #345f9c;}
.navs ul{overflow:hidden;}
.navs li{float:left; width:25%; text-align:center;}
.navs li a{
	display:block;
	padding:15% 0px;
	font-size:1em;
	color:#fff;
	margin-top:1px;
	position:relative;
	background-color:#345f9c;
	background-image:-moz-linear-gradient(top , #4777bc , #345f9c);
	background-image:-webkit-linear-gradient(top , #4777bc , #345f9c);
	background-image:-o-linear-gradient(top , #4777bc , #345f9c);
	background-image:-ms-linear-gradient(top , #4777bc , #345f9c);
	background-image:linear-gradient(top , #4777bc , #345f9c);
}
.navs li a:after{content:'';position:absolute;top:0;right:-2px;z-index:9;height:100%;width:0px;border-right:1px solid #205298;border-left:1px solid #4372b5;}

.main_virtual {
    width: 100%;
	position:relative;
    overflow: hidden;
	/*
	margin-bottom:5%;
	*/
}
.main_virtual img {
    display: block;
    width: 100%;
}
.npath{
	background-color:#f7f7f7;
	border-bottom:1px solid #d4d4d4;
	padding:8px 10px;
	color:#666;
}
.npath a{
	color:#666;
}
/* ========== h2 title =========== */
article {
    overflow: hidden;
    width: 100%;
    margin-top: 3%;
	text-align: center;
}
article h2{
	font-size:18px;
	font-weight:bold;
	color:#345f9c;
}
article p {
    font-size: 0.8rem;
    color: #d2d2d2;
    margin-top: 0.2rem;
    font-family: Arial;
    text-transform: uppercase;
}
article i {
    background: url(../images/common/title_bg.jpg) no-repeat center;
    width: 100%;
    height: 3px;
    background-size: 100%;
    display: block;
    margin-top: .25rem;
}
/* ========== case =========== */
.case {
    padding-bottom: 4%;
}
section.section {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.case .list {
    margin-top: 4%;
}
.case .list li {
    width: 48%;
    float: left;
    margin-bottom: .9rem;
    text-align: center;
}
.case .list li:nth-child(2n) {
    float: right;
}
.case .list li img {
    display: block;
    width: 100%;
}
.case .list li span {
    display: block;
    font-size: .9rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .5rem 0;
	background-color:#888888;
}
a.More{
    margin: .2rem auto;
    text-align: center;
    font-size: .9rem;
    color: #345f9c;
    border: 1px solid #345f9c;
    padding: .5rem;
    width: 30%;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
	font-weight:bold;
}

/* ========== advantage =========== */
.advantage {
    overflow: hidden;
    width: 100%;
}
.advantage dl {
    padding: 1rem 0;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.advantage dl dd {
    float: left;
	width: 53%;
}
.advantage dl dd h3 {
    font-size: 1.25rem;
    color: #345f9c;
    margin-bottom: .5rem;
    overflow: hidden;
}
.advantage dl dd h3 img {
    display: block;
    float: left;
    width: 15%;
    margin-right: .5rem;
}
.advantage dl dt {
    float: right;
	width: 45%;
}
.advantage dl dt img {
    display: block;
    width: 100%;
}
/* ========== device =========== */
.device {
    padding-bottom: 4%;
}
.device .list {
    margin-top: 4%;
}
.device .list li {
    width: 48%;
    float: left;
    margin-bottom: .9rem;
    text-align: center;
	border:1px solid #d4d4d4;
}
.device .list li:nth-child(2n) {
    float: right;
}
.device .list li img {
    display: block;
    width: 100%;
}
.device .list li span {
    display: block;
    font-size: .9rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .5rem 0;
}

/* ========== device =========== */
.partner {
    padding-bottom: 4%;
}
.partner .list {
    margin-top: 4%;
}
.partner .list li {
    width: 32%;
	margin-right:2%;
    float: left;
    margin-bottom: .9rem;
    text-align: center;
	border:1px solid #d4d4d4;
	box-sizing:border-box;
}
.partner .list li:nth-child(3n) {
   margin-right:0;
}
.partner .list li img {
    display: block;
    width: 100%;
}
.partner .list li span {
    display: block;
    font-size: .9rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .5rem 0;
}
/* ========== about us =========== */
.about {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}
.about .abDl {
    overflow: hidden;
}
.about dd p {
    line-height: 1.5rem;
    overflow: hidden;
    text-align: justify;
    margin: 3% 0;
    /*text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* news */
.new {
    overflow: hidden;
    width: 100%;
    padding-bottom: 3%;
}
.new .newBox, .new .newCon, .new .li, .new .dl {
    overflow: hidden;
    width: 100%;
}
.new .newNav {
    display: inline-block;
    width: 100%;
    background-color: #345f9c;
}
.new .newNav li {
    float: left;
    width: 50%;
    text-align: center;
    padding: .6rem 0;
    font-size: 0.95rem;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.new .newNav li.on {
    background-color: #66c76b;
}
.new .newNav li a {
    color: #fff;
}
.new .newNav li i {
    display: none;
    background: url(../images/tri_down.png) no-repeat center;
    width: 14px;
    height: 11px;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -.5rem;
    bottom: -.5rem;
}
.new .newNav li.on i {
    display: block;
}
.new .newBox {
    margin-top: 3%;
}
.new .li li {
    box-sizing: border-box;
    padding: .5rem 0;
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
}
.new .li li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 69%;
    float: left;
    color: #333333;
}
.new .li li span {
    display: block;
    width: 28%;
    float: right;
    text-align: right;
    color: #cccccc;
}

.newsDetail{
	font-size:14px;
	line-height:24px;
}
.newsDetail h3{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
.newsDetail .date{
	color:#888;
	text-align:center;
	border-bottom:1px dotted #ddd;
	padding-bottom:20px;
}
.newsDetail .title{
	color:#888;
	margin-bottom:20px;
	text-align:center;
	border-bottom:1px dotted #ddd;
}
.newsDetail .text-indent{
	text-indent:30px;
}
.news_page{
	margin:30px 0 30px 0;
	background-color:#f3f3f3;
}
.news_page td{
	padding:2px 10px;
	/*line-height:25px; 
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;*/
}
.news_page a{
	color:#333;
}
/* contact us */
.contact_us{
	margin-top:4%;
}
.contact_us ul li{
	float:left;
	width: 31%;
	height:130px;
    margin-right: 2%;
	margin-bottom: .9rem;
	font-size:11px;
	box-sizing:border-box;
	text-align:center;
	white-space: nowrap;
}
.contact_us ul li.li_phone{
	background-color:#e6ffac;
	width:34%
}
.contact_us ul li.li_qq{
	background-color:#d7e6fc;
}
.contact_us ul li.li_wx{
	background-color:#d7f8cf;
	margin-right:0;
}
.contact_us ul li.li_phone .icon{
	margin:8px 0px 0px 0px;
}
.contact_us ul li.li_qq .icon{
	margin: 10px 0px;
}
.contact_us ul li .p_qq{
	font-size:14px;
	color:#0e53bb;
}
.contact_us ul li.li_wx .icon{
	margin:8px 0px 0px 0px;
}
.contact_us ul li .p_wx{
	font-size:14px;
	color:#2a8f11;
}
.contact_us .address{
	font-size:15px;
	line-height:24px;
}
/* copyright */
.addRess {
    overflow: hidden;
    width: 100%;
    background: #eee;
    padding-bottom: 3.6rem;
}
.addRess dl {
    overflow: hidden;
    padding: 1.4rem 0;
    width: 100%;
}
.addRess dl dt {
    width: 25%;
    float: left;
}
.addRess dl dt img {
    display: block;
    width: 100%;
}
.addRess dl dd {
    width: 72%;
    float: right;
	font-size:13px;
}
.addRess dl dd h3 {
    font-weight: normal;
    font-size: 1rem;
    color: #345f9c;
	margin-bottom:5px;
}
.addRess dl dd h3 a {
    color: #345f9c;
    font-weight: bold;
	font-size:16px;
}
.addRess dl dd p a {
    color: #333;
}
/* ========== footer =========== */
footer {
    position: fixed;
    bottom: 0;
    background: #345f9c;
    width: 100%;
    overflow: hidden;
	z-index:999;
	max-width:640px;
	margin:0 auto;
}
footer a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding: .6rem 0 .5rem 0;
    box-sizing: border-box;
    border-left: 1px solid #fff;
	color:#fff;
}
footer a.on {
    background: #66c76b;
}
footer a:first-child {
    border-left: none;
}
footer em{
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
	margin-bottom:5px;
}
footer img {
    display: block;
}

/* ========== pagination ========== */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #999999;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #345f9c;
  border-color: #345f9c;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}