@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font: normal 90% Century Gothic, "微软雅黑", sans-serif, Arial;
	word-wrap: break-word;
	color: #666;
	background: #fff;

}
A {
	TEXT-DECORATION: none;
	color: #666
}
/*<!--A:hover {
	COLOR: #dfdfdf
}-->*/
.clear {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
img {
	border: 0px;
}
DIV, ul, li, h1, h2, p, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none
}
@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?83928082');
      src: url('../font/fontello.eot?83928082#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?83928082') format('woff'),
           url('../font/fontello.ttf?83928082') format('truetype'),
           url('../font/fontello.svg?83928082#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
.demo-icon {
	font-family: "fontello" !important;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
	margin-left: .2em;
	/* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.main {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.logo {
	width: 100%;
	color: #fff;
	background-size: 100% 100%;
	font-weight: bolder;
	overflow: hidden;
	padding: 2px 0;
}
.logo_left {
	padding: 10px 0 10px 10px;
	width: 68%;
	float: left;
}
.logo_left img {
	max-width: 100%;
}
.logo_right {
	float: right;
	width: 28%;
	text-align: center;
}
.logo_right i {
    color: #2383cf;
    margin: 16% 5% 12% 12%;
    font-size: 2.3em;
}
.nav {
	display: none;
	width: 100%;
	color: #FFF;
	overflow: hidden;
	background: #2383cf;
}
.nav ul {
	width: 101%;
	overflow: hidden;
}
.nav li {
	border-bottom: 1px solid #1776c1 !important;
    border-right: 1px solid #1776c1;
    box-shadow: 1px 1px 0 #3799e6;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    text-align: center;
    width: 33%;
    border-bottom: 0;
}
.nav li a {
	background: none repeat scroll 0 0 #2383cf;
	border-bottom: 1px solid #1776c1;
	border-right: 1px solid #1776c1;
	box-shadow: 1px 0 0 #3799e6;
	color: #fff;
	display: block;
	font-size: 14px;
}
.nav li a:hover {
	background: #2383cf;
	color: #FFFFFF
}
.nav li a.thisclass {
	background: #2383cf;
	color: #FFFFFF
}

/* Banner */
 
.swipe {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center
}
.swipe ul {
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
}
.swipe li img {
	width: 100%;
	display: block;
}
.swipe #pagenavi {
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: right;
	width: 100%;
	/*background:rgba(102,102,102,0.8);*/
	height: 20px;
	line-height: 20px;
}
.swipe #pagenavi a {
	width: 20px;
	height: 5px;
	line-height: 99em;
	background: #fff;
	margin: 0 4px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
*display:inline;
*zoom:1;
}
.swipe #pagenavi a.active {
	background: #fea700;
}
#btn_prev, #btn_next {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 35%;
	background: url(../img/sprite.png) no-repeat 0 0;
	cursor: pointer;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(Opacity=20);
}
#btn_prev {
	left: 0;
}
#btn_next {
	right: 0;
	background-position: right top;
}
.product {
    width: 100%;
}

.index_t {
	color: #666;
	font-size: 14px;
    height: 40px;
    line-height: 40px;
	width: 94%;
	clear: both;
	display: inline-block;
	border-bottom: 1px solid #f1f1f1;
	background-size: 100% 100%;
	padding: 0 3%;
	background: #f5f5f5;
}
.index_t .fl {
	color: #444;
	padding: 0;
	height: 43px;
	font-size: 16px;
	margin-top: 2px;
	font-weight: bold;
}
.index_t .fl i { font-size: 1em; color: #2383cf}
.index_t .fr {
	color: #999;
	padding: 1% 0;
	font-size: 15px;
}
.index_t .f2 {
	background: #012c5a;
	color: #fff;
	padding: 2% 3%;
}
.index_p{
	    font-size: 16px !important;
    font-weight: bold;
    float: left;
}

.pictitle:hover{
	color: red;
}
/*index_pro*/
.index_pro{
	    width: 98%;
    margin: 0 auto;
    color: #FFF;
    overflow: hidden;
}
.index_pro ul li {
       margin: 0px auto;
    line-height: 50px;
    text-align: center;
    width: 30%;
    background: #f6f6f6;
    margin-bottom: 10px;
    float: left;
   /* padding: 5px 5px 0 5px;*/
    margin-left: 10px;
}
.picbox {
    width: 95%;
    display: block;
    margin: 0 auto;
 padding: 5px 5px 0 5px;
    border-bottom: 0;
    background: #f6f6f6;
}
.picbox img {
    display: block;
    max-width: 100%;
       height: 103px;
        margin: 0 auto;
    text-align: center;
}
.pictitle {
       display: block;
    width: 85%;
    height: 37px;
    line-height: 37px;
  
    padding: 0 5px;
    background: #f6f6f6;
    background-size: 100% 100%;
    border-top: 0;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  

}
.about{
	margin-top: 20px;
}
/*优势*/

.index_baozhang{
	overflow: hidden;
	margin:15px 0 30px 0;
}
.inbz01 .pic{
	width: 50%;
	float: left;
	height: 110px;
}
.inbz01 .pic img{
	width: 100%;
	height: 110px;
}
.inbz01 .wen{
	width: 46%;
	padding: 0 2%;
	float: left;
	background: #2383cf;
	height: 110px;
}
.inbz01 .wen p{
	font-size: 14px;
	font-weight: 700;
	padding-top: 15px;
	display: block;
	color: #fff;
}
.inbz01 .wen span{
	padding-top: 8px;
	display: block;
	color: #fff;
}

.inbz02 .pic{
	width: 50%;
	float: left;
	height: 110px;
}
.inbz02 .pic img{
	width: 100%;
	height: 110px;
}
.inbz02 .wen{
	width: 46%;
	padding: 0 2%;
	float: left;
	background: #f5f5f5;
	height: 110px;
}
.inbz02 .wen p{
	font-size: 14px;
	font-weight: 700;
	padding-top: 15px;
	display: block;
	
}
.inbz02 .wen span{
	padding-top: 8px;
	display: block;
}

.inbz02,.inbz01{
	    overflow: hidden;
}


.shipin iframe{
	width: 90%;
	margin: 0 auto;
	display: block;
}

.qingxipic{
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}
.qingxipic01{
	width: 33%;
	float: left;
	
}
.qingxipic02{
	width: 33%;
	float: left;
}
.qingxipic03{
	width: 33%;
	float: left;
}
.qingxipic01 img,.qingxipic02 img,.qingxipic03 img{
	height: 90px;
	display: block;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 2px;
	width: 90%;
}
.qingxipic01 span,.qingxipic02 span,.qingxipic03 span{
	text-align: center;
	line-height: 30px;
	display: block;
}


.about_txt{
	    width: 92%;
    margin: 0 auto;


}
.about_txt a{
    display: block;
     font-size: 15px;
    line-height: 27px;
    height: 220px;
    overflow: hidden;
    margin-top: 20px;
}
.about_more{
	width: 120px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #2383cf;
	display: block;
	font-size: 18px;
	line-height: 40px;
	margin: 20px auto;
	}

/*新闻中心*/
.newsmain{
	width: 100%;
	margin: 2% 0;
	padding: 0;
}
.newsmain {
	width: 100%;
	margin: 2% 0;
	padding: 0;
}
.newsmain p {
	/*line-height: 1.8em;*/
}
.newsmain h3 {
	padding: 0;
	margin: 5PX 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: block;
	height: 20px;
	line-height: 20px;
}
.newsmain li {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #c3c1c1;
}
.newsmain li a {
	height: 40px;
	color: #666;
	line-height: 40px;
}
.teshu a {
	float: left;
	width: 50%;
	line-height: 3;
	padding: 0 7% 0 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	}
	
.line {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background: #2383cf;
	height: 4px;
	margin-top: 10px;
}
.foot {
	background: #444;
	padding-top: 10px;
	height: 100px;
	line-height: 30px;
	text-align: center;
	color: #999;
}

.foot a{


	line-height: 30px;
	text-align: center;
	color: #999;
}

#bottom {
	position: fixed;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 50px;
	bottom: 0;
	/*	border-top: #fff solid 2px;*/
	background: #2383cf;
	z-index: 999;
}
#bottom ul {
	height: 45px;
	line-height: 45px
}
#bottom ul li {
	width: 33.33%;
	float: left;
	color: #FFF
}
#bottom ul li dl {
	width: auto;
	margin: 0 auto;
	border-right: 1px solid #1776c1;
	box-shadow: 1px 0px 0 #3799e6;
	text-align: center
}
#bottom ul li dt {
	width: auto;
	height: 28px;
	overflow: hidden;
	line-height: 38px;
}

#bottom ul li dt .demo-icon{
	
	color:#fff;
	font-size: 1.5em;
	
}

#bottom ul li dd {
	width: auto;
	height: 22px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
/*内页*/
.flc i {
	 color: #2383cf;
	
}
.flc {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #666;
	width: 97%;
	clear: both;
	display: inline-block;
	background-size: 100% 100%;
	padding: 0 0 0 3%;
	font-weight: bold;
	border-bottom: 2px solid #f1f1f1;
	background: #f6f6f6;
}
.flc a {
	color: #fff;
}
.flc a:hover {
	color: #fff;
}
.btn-back {
	width: 30%;
	margin: 12px auto;
}
.btn-b {
	background: #296fb7;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 34px;
	border-radius: 5px;
}
.btn-b a {
	color: #fff;
	display: block;

}
.title {
	padding-left: 10px;
	height: 30px;
	margin: 0 auto;
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	background: #2574B8;
	border: 1px #0070C5 solid;
}
.more {
	height: 33px;
	line-height: 33px;
	margin: 0 8px;
	border: 1px solid #efefef;
	background-color: #f6f5f5;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
.more, .more a, .more span {
	color: #b4b4b4
}
.more span {
	font-size: 12px;
}
.more .gochannel:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: -5px;
	margin-left: 5px;
}
.more .gochannel:after {
	background-position: -63px 0;
}
.gochannel:after {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 119px 21px;
	-moz-background-size: 119px 21px;
	-o-background-size: 119px 21px;
	background-size: 119px 21px;
}.subtitle {
	width: 50%;
	float: left;
	height: 45px;
	position: relative;
}
.subtitle p {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: #fff;
	background-size: 100% 100%
}
.classbtn {
	background: url(../img/pro_list.png) no-repeat #296fb7;
	background-position: 96% 50%;
	font-size: 12px;
	border-radius: 5px;
	background-size: 11%;
	height: 30px;
	line-height: 30px;
	margin-top: 7px;
	margin-right: 2%;
	width: 97%;
	text-indent: 3px;
	text-align: left;
	color: #fff;
	display: block
}
.subpage {
	width: 100%;
	margin: 3% 0
}

.class {
	width: 100%;
	top: 45px;
	position: absolute;
	z-index: 15;
	display: block
}
.class li {
	background: none repeat scroll 0 0 #222;
	border-bottom: 1px solid #111;
	box-shadow: 0 1px 0 #333;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 1px;
	width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.class li a {
	display: block;
	width: 84%;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
	text-indent: 12px;
	font-weight: normal
}
.content2{
	    padding: 10px;
    line-height: 26px;
    font-size: 12px !important;
}
.content2 img{
	max-width: 100%;
}
/* 通用分页样式 */
/*分页*/
.pages {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	clear: both;
	text-align: center;
}
.pages div{
	display: inline-block;
}
.pages a,
.pages span {
	position: relative;
	float: left;
	padding: 8px 14px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #3a97ef;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
}
.pages .current {
	background-color: #3a97ef;
	border: 1px solid #3a97ef;
	color: #fff;
}

.pages a:first-child,
.pages span:first-child  {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pages a:last-child,
.pages span:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/*content2*/
.content2 h3{
	    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px;
    text-align: center;
}

.content2 .salesbox h4 {
	font-weight: bold;
	margin-bottom: 4px;
	height: 40px;
	LINE-HEIGHT: 40PX;
	BACKGROUND: #F6F6F6;
	PADDING: 0 0 0 20PX;
	BORDER-BOTTOM: #E1E1E1;
	margin-bottom: 20px;
}
.content2 .salesbox h4 .report {
	border: 1px solid #e4e4e4;
	border-radius: 9px;
	color: #999999;
	float: right;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 47px;
}
.salesbox_txt{
	margin-top: 10px;
}

.content2 .salesbox {
    border-bottom: 1px solid #ebebeb;
    margin-top: 18px;
}

.index_t02{
	    border-bottom: 2px solid #f1f1f1;
    background: #f6f6f6;
	    font-size: 14px;
    height: 45px;
    line-height: 45px;
	    color: #666;
	text-align: center;
}

.content h2 {
    text-align: center;
    font-size: 14px !important;
    color: #1776c1;
    border-bottom: 1px dashed #d1d1d1;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 30px;
    padding-bottom: 10px;
}
.content img {
	text-align: center;
	max-width: 100% !important;
	height: auto !important;
	float: none !important;
	display: block;
}
.content embed {
	text-align: center;
	max-width: 100% !important;
	height: 280PX !important;
	z-index: 1;
}
.time {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}

.contact-tit {
margin-left: 10px;
    position: relative;

    font-size: 22px!important;
    width: 95%;
    color: #333;

	font-weight: normal;

    padding-bottom: 20px;

    margin-bottom: 10px;

}

.contact-tit:before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 30px;

    border-bottom: 3px solid #1651b9;

}

.contact-tit span {

    display: block;

    clear: both;

    font-size: 14px;

    color: #999;

    font-weight: normal;

    padding-top: 10px;

}

.wen{

	width: 90%;

	float: left;

	padding: 15px 15px;

}

 .wen h3{

	font-size: 16px;

	font-weight: normal;

	color: #1651b9;

	line-height: 30px;

	margin: 0;

	padding-bottom: 6px;

}

 .wen .wen02{

	font-size: 14px;

	color: #333;

	line-height: 25px;

}

.wen img{display: block; max-width: 100%;}

.wen img{display: block; max-width: 100%;}
.container{
	    width: 94%;
    margin-left: 13px;
}
/**/
.g-pic {

	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}

.m-bt {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}


.g-pic h2 {
	margin-bottom: 1.5rem;
}

.g-pic dl {
	width: 93.75%;
	margin: 0 auto;
}

.g-pic dt {
	width: 100%;
}

.g-pic dt img {
	display: block;
	width: 100%;
}

.g-pic dd {
	width: 100%;
	background: #f2f2f2;
	padding: 1rem 3.33% 0;
	height: 13.2rem;
	position: relative;
	box-sizing: border-box;
}

.g-pic dd h3 {
	padding-left: 0.2rem;
	border-bottom: 1px solid #c8c8c8;
	overflow: hidden;
	height: 2.2rem;
	font-size: 1.2rem;
	color: #222222;
	font-weight: bold;
	margin-bottom: 1rem;
}

.g-pic dd p {
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
	text-align: left;
	position: relative;
	padding-left: 1rem;
}

.g-pic dd p:before {
	content: "";
	width: 0.3rem;
	height: 0.3rem;
	background: #015198;
	position: absolute;
	top: 0.6rem;
	left: 0.3rem;
	border-radius: 100%;
}

.g-pic dd p i {
	font-weight: bold;
	color: #015198;
}

.arr {
	position: relative;
	margin-top: 0rem;
	z-index: 1;
}

.arr .swiper-pagination {
	width: 100%;
	margin-top: -2rem;
}

.arr .swiper-pagination-bullet {
	width: 3rem;
	height: 0.25rem;
	margin: 0 0.6rem !important;
	background: #bfbfbf;
	opacity: 1;
}

.arr .swiper-pagination-bullet-active {
	background: #015198;
}

i, em {
    font-style: normal;
}

.g-yin{width: 100%;border-top: #f0f0f0 1.2rem solid;padding: 2.5rem 0 3rem;}
.g-yin ul{display: inline-block;width: 100%;height: 28.6rem;position: relative;margin-top: 1.8rem;}
.g-yin ul:before{content: "";width: 1px; height: 100%; background: #efefef; position: absolute; top: 0; left: 50%;} 
.g-yin ul:after{content: "";width: 100%; height: 1px; background: #efefef; position: absolute; top: 0; left: 0;} 
.g-yin ul li{width: 50%;float: left;text-align: center;height: 12.3rem;padding: 2rem 0 0;border-bottom: #efefef 1px solid;}
.g-yin ul li em{width: 3.7rem;height: 3.7rem;display: block;margin:0 auto;}
.g-yin ul li em img{width: 3.7rem;height: 3.7rem;}
.g-yin ul li b{display: block;font-size: 1.1rem;color: #555;height: 3rem;line-height: 3rem;overflow: hidden;} 
.g-yin ul li span{display: block;font-size: 1.0rem;color: #555;line-height: 1.6rem;width: 12.5rem;margin:0 auto;height: 3.2rem;overflow: hidden;}
