body {
    font-family:"微软雅黑","宋体",Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-color:#FFF;
}

ul {
    list-style: outside none none;
}

.container{
	width:100% !important;
}




/*全局栅格去掉边距*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 768px){
    .imgauto {
        height:52px !important
    }
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;*/
  overflow: hidden;
}

.row-eq-height > div[class*='col-'] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

@media (max-width:768px){
    .hidebg {
        background-image:none !important;
    }
}

/*页面内容宽度及样式*/

.container {
    margin-top:0px;
}

@media (max-width: 1600px){
    .content-width {
        width:100% !important;
    }
}

@media (min-width: 1600px){
    .content-width {
        width:1600px !important;
    }
}

@media (max-width: 1320px){
    .content-width1 {
        width:100% !important;
    }
}

@media (min-width: 1320px){
    .content-width1 {
        width:1320px !important;
    }
}

/*首页样式*/

.tcenter{
	text-align:center;
}

.icenter img{
	margin:0 auto;
}

.x-left{
	float:left;
}

.x-right{
	float:right;
}

@media (max-width:768px){
    .x-left{
		float:none;
		text-align:center;
		margin:0 auto;
	}

	.x-right{
		float:none;
	}
}

.carousel-caption {
    padding-bottom: 10% !important;
}

@media (max-width:1320px){
   .carousel-caption {
    padding-bottom: 5% !important;
}
}

@media (max-width:768px){
   .carousel-caption {
    padding-bottom: 5% !important;
}
}

.ban-t {
    font-size: 2em;
}

.ban-t1 {
    font-size: 3em;
}

@media (max-width:768px){
   .ban-t {
    font-size: 1em;
}

.ban-t1 {
    font-size: 1.175em;
}
}


.tbpad-30{
	padding-top:30px;
	padding-bottom:30px;
}

.circle-1 {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color:#2c2c2c;
	border:1px solid #ccc;
	display: inline-block;
	margin-right:5px;
}

.circle-1 span{
	color:#b5b5b5;
}

.content-bac{
	background-color:#f9f9f9;
}

.content-bac2{
	background-color:#e8e8e8;
}


.nav-back{
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.8;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    z-index:98;
	width:100%;
}

.btn-c a{
	border-radius: 35px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0 25px 20px;
    width: 90px;
	border: 1px solid #0084ce;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	background: #0084ce none repeat scroll 0 0;
	color: #fff;
}

@media (max-width:768px){
	.btn-c{
		margin: 25px 0;
	}
}

.btn-c a:hover {
    background: #fff none repeat scroll 0 0;
    color: #0084ce;
}


.bac-brand{
	background-color:#f3f3f3;
}

.tbpad-50-60{
	padding:50px 0 60px 0;
}

@media (max-width:768px){
	.tbpad-50-60{
	padding:0;
}
}

.top-bg {
    background: #fff none repeat scroll 0 0;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.news-tbg {
    background-image: url("images/line.gif");
    background-repeat: repeat-x;
    height: 32px;
    margin-top: 50px;
    text-align: center;
}

.news-tbg a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 1.875em;
    padding-left: 30px;
    padding-right: 30px;
	font-weight:500;
	text-decoration:none;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top20 a{
	text-decoration:none;
}

.news-datebg {
    background-color: #f4f6f8;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

.news-date {
    color: #737475;
    font-size: 3.1em;
}

.news-yd {
    color: #737475;
    font-size: 0.875em;
}

.news-t{
    color: #0093dd;
    font-size: 1.1em;
    padding-bottom: 10px;
    padding-left: 20px;
}

.news-zi{
    color: #8c8c8c;
    font-size: 0.9em;
    max-height: 35px;
    overflow: hidden;
    padding-left: 20px;
}

@media (max-width:768px){
	.news-t{
		padding-bottom: 0px;
}

.news-zi{
    padding-left: 0px;
	padding-top:10px;
}

}

.news-t:hover{
	color:#009241;
}

.news-zi:hover{
	color:#009241;
}

.content-tit{
    color: #000;
    font-size: 1.875em;
	font-weight:500;
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
}

.width-90{
	width:90%;
	margin:0 auto;
}

.width-90 img{
	margin:0 auto;
}

.content-hi{
	margin-top:30px;
	margin-bottom:30px;
}

.content-zi{
	color:#717171;
	font-size:0.875em;
	line-height:26px;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
}

.content-tent{
	margin:0 auto;
	text-align:center;
}

.btn-bac{
	color:#0093dd;
	margin-top:20px;
	margin-bottom:30px;
	border:1px solid #0093dd;
	background-color:rgba(255,255,255,0.1)
}


.content-h{
	text-align:center;
}

.content-zi1 {
	color:#666666;
	font-size:1.125em;
	margin-top:20px;
	text-align:center;
	font-weight:bold;
}

.content-zi2 {
	color:#8d8d8d;
	font-size:1em;
	line-height:26px;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
}

.circle-a{
	border-radius: 50%;
	width: 108px;
	height: 108px;
	color:#fff;
	background-color:#0093dd;
	display: inline-block;
	text-align:center;
	padding:30px 25px;
}

.circle-a:hover{
	background-color:#01ae4e;
}

.circle-a span{
	font-size:1.3em;
}

.content-foot-bac{
	background-color:#204574;
}

.copy-top {
	padding-top:20px;
	padding-bottom:20px;
}

.copy-left {
	color:#d2d6de;
	font-size:0.9em;
	text-align:left;
}

.copy-right {
	text-align:right;
}

.copy-right a{
	font-size:0.9em;
	color:#8f8f8f;
}

.copy-right a:hover {
	color:#fff;
}

@media (max-width:768px){
    .copy-left {
		text-align:center;
	}
	.copy-right {
		text-align:center;
	}
}

.foot-bac{
    background-color:#2f5e8e;
}

.share-img{
	padding:10px 10px 10px 0;
	display: inline-block;
	text-decoration: none;
}

.WeChat-img img{
	float:right;
}

@media (max-width:768px){
    .WeChat-img img{
	float:none;
}
}

.t-right{
	text-align:right;
	color:#f2f3f3;
	margin-top:20px;
	margin-bottom:30px;
}

@media (max-width:768px){
    .t-right{
	text-align:left;
}
}

.txt-wordsb{
	color:#616161;
	text-align:center;
	font-size:0.875em;
}

.bo{
	border-left: 1px dashed #5d7ea0;
}

@media (max-width:768px){
   .bo{
	border-left: 0px dashed #5d7ea0;
}
}

.tbmar-30{
	margin-top:30px;
	margin-bottom:30px;
}

.intro-w{
    float: left;
    padding: 0 15px !important;
	text-align:left;
	border-right: 1px dashed #5d7ea0;
	height:200px;
}

.intro-w:first-child {
    border-left: 1px dashed #5d7ea0;
}

@media (max-width:768px){
   .intro-w{
		padding: 0 20px 0 0;
		height:100%;
		margin:10px 0 10px 0;
		border-right: 0px dashed #53596a;
		float:none;
		display:inline-table;
	}
	.intro-w:first-child {
		border-left: 0px dashed #53596a;
	}
}

.tit{
    font-size:1.05em;
    line-height: 28px;
    color:#fff;
	font-weight:600;
}

.list{
	list-style:none;
	padding-left: 0px;
	text-align:left;
	font-size:0.85em;
	margin-top:10px;
	line-height:12px;
}

.list li p a{
	color:#b7bfca;
}

.list li p a:hover{
	color:#009241;
	text-decoration:underline;
}

.txt-wordsda{
	color:#FFF;
	font-weight:600;
	font-size:1.05em;
    line-height: 28px;
}

/* effect-1 css */
.btn-01{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 2px solid #4d92d9; background-color: #4d92d9; text-decoration: none; transition: 0.4s;}
.btn-01:hover{background-color: transparent; color: #4d92d9; transition: 0.4s;}
.text-desc{position: absolute; left: 0; top: 0; background-color: #666; height: 100%; opacity: 0; width: 100%; padding: 20px;}

.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: center;}
.port-1 .text-desc{opacity: 0.9; top: -100%; transition: 0.5s; color: #fff; padding:20px 20px;}
.port-1 img{transition: 0.5s;}
.port-1:hover img{transform: scale(1.2);}

.port-1.effect-1:hover .text-desc{top: 0;}

/* effect-1 css end */








/*二级页面*/


.submenu-top {
    background-color: rgba(1, 144, 214, 0.7);
    font-size: 0;
    height: 60px;
    margin-top: -60px;
    text-align: center;
}

@media (max-width:768px){
	.submenu-top {
    margin-top: 0px;
}
}

.submenu-top li {
    display: inline-block;
    list-style: outside none none;
}

.submenu-top li.active a {
    background-color: rgba(1, 172, 40, 0.7);
    color: #fff;
}
.submenu-top > li:first-child > a {
    border-left: 0 none;
    color: #fff;
    display: block;
    line-height: 60px;
    text-align: center;
}
.submenu-top li a {
    border-left: 1px solid #fff;

    color: #fff;
    display: block;
    font-size: 1.5rem !important;
    line-height: 60px;
    text-align: center;
}

.margin-bottom50 {
    margin-bottom: 50px;
}
.margin-top50 {
    margin-top: 50px;
}

.news-line {
    border-bottom: 1px solid #c7c6c6;
}
.margin-bottom30 {
    margin-bottom: 30px;
	padding-bottom:20px;
}

.news-datebg1 {
    background-color: #e2e4e6;
    line-height: 20px;
    padding-bottom: 1px;
    padding-top: 20px;
    text-align: center;
}

.page {
    text-align: center;
}

.newscls-tit{
	color:#000;
	font-size:1.5em;
	font-weight:500;
	text-align:center;
	background-color:#f4f6f8;
	margin-bottom:10px;
	padding:30px 0;
}

.newscls-txt{
	color:#a3a3a3;
	font-size:0.875em;
	margin-bottom:30px;
	text-align:right;
}

.newscls-tat{
	color:#737373;
	font-size:1em;
	line-height:25px;
	margin-bottom:30px;
}

.help-list1 li {
	border-bottom:1px solid #cccccc;
	list-style-type:none;
	padding:10px 0;
}

.help-list1 li a {
	display:block;
	line-height:24px;
	color:#737373
}

.help-list1 li a:hover {
	background-color:#e8f1f5;
	text-decoration:none;
}

.cl-b{
	color:#0093dd;
}

.padding-tb10{
	padding:10px 0;
}

.products-topleft{
	display:inline;
	color:#428bca;
	font-size:1.125em;
}

.products-topright{
	display:inline;
}

.products-center{
	text-align:center;
}

.margin-top1{
	margin-top:1px;
}

.txt-words{
	font-size:1em;
	color:#737373;
	margin-top:20px;
	margin-bottom:30px;
}

.txt-more{
	color:#1261b1;
}

.txt-details{
	padding:60px 0;
	border-bottom:1px solid #bdbdbd;
}

.padding-lr60{
	padding-left:80px !important;
	padding-right:60px !important;
}

@media (max-width:768px){
	.padding-lr60{
	padding-left:0px !important;
	padding-right:0px !important;
}
}

.txt-center{
	text-align:center;
}

.products-tc{
	color:#337ab7;
	font-size:1.125em;
}

.products-bc{
	color:#000;
	font-size:1em;
}

.products-bc1{
	color:#000;
	font-size:0.875em;
}

.pad-10{
	border-right:1px solid #e4e1de;
	padding:10px 0;
}

.pad-10:first-child{
    border-left:1px solid #e4e1de;
}

.pad-15{
	padding:15px 0;
}

.pad-19{
	padding:90px 20px;
}

.pad-19 a:hover{
	color:#009241;
}

.pad-20{
	padding:100px 0;
}

@media (max-width:768px){
	.pad-19{
	padding:30px 15px;
}
	.pad-20{
	padding:30px 0;
}
}

.bo-b{
    border-bottom:1px solid #e4e1de;
}

.content-bacimg{
	background-image:url(subimages/winfotian-picbac.jpg);
	width:100%;
}

.tbpad-150{
	padding:150px 0;
}

@media (max-width:768px){
	.tbpad-150{
		padding-top:0px;
		padding-bottom:50px;
}
}

.winfotian-tit{
    color: #fff;
    font-size: 1.875em;
	font-weight:500;
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
}

.winfotian-titl{
    color: #000;
    font-size: 1.5em;
	font-weight:500;
	margin-top:10px;
	text-align:center;
}

.tmar-50{
	margin-top:50px;
}

.bac-h{
	background-color:#f9f9f9;
}