body,
ul,
li,
div,
h1,
h3,
h2,
h4,
h5,
p {
	padding: 0;
	margin: 0;
	font-family: "Source Han Sans"
}

html,body {
	background: #fff;
}
ul,ul li{
	list-style-type:none;
	}
a {
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	}
.fl{
	float:left !important;
	}
.fr{
	float:right !important;
	}
.textl{
	text-align:left;
	}
.textr{
	text-align:right;
	}			
img{
	max-width:100%;
	}
.container{
	/* width: 1200px;
	min-width: 1200px; */
	padding-left: 0px;
	padding-right: 0px;
	}
/*清除浮动*/
.clear{clear:both;height:0;overflow:hidden;}
/**首页样式**/
header{
	z-index: 99;
	height: 100px;
	background: rgba(255,255,255,0.12);
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.h-left{
	width: 30%;
	background-color: #fff;
	height: 100px;
	text-align: right;
	border-bottom-right-radius: 50px;
	padding: 20px 30px 20px 0px;
}
.h-right{
	width: 70%;
	position: relative;
}
.menu{
	margin-left: 55px;
	width: 860px;
	border-bottom: 1px solid transparent;
	border-color: rgba(255,255,255,0.2);
	
	position: relative;
}
.menu ul li{
	float: left;
	line-height: 50px;
	margin-right: 17px;
	color: #fff;
	position: relative;
}
.menu ul li.shuxian{
	width: 1px;
	height: 12px;
	margin-top: 39px;
	background: rgba(255,255,255,0.6);
}
.menu ul li.tel{
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 20px;
}
.menu ul li a{
	color: #fff;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
}
.menu ul li a:hover{
	background: rgba(255,255,255,0.3);
}
.menu ul li span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 20px;
	height: 4px;
	background-color: #e60012;
	display: none;
}
.menu ul li.cur span{
	display: block;
	text-align: center;
	margin: 0px auto;
}
/**pc下拉菜单**/
.menu ul li  .submenu{
	display: none;
	position: absolute;
	width:100%;
	background: rgba(255,255,255,0.3);
}
.menu ul li  .submenu a{
	text-align: center;
	line-height: 40px;
	padding: 0px;
	border-bottom: 1px #fff solid;
	border-color: rgba(255, 255, 255, 0.2)
}
.menu ul li  .submenu a span{
	display: none;
}
.menu ul li:hover .submenu{
	display: block;
}
.menu ul li .submenu a:hover{
	color:#073291;
	text-decoration:underline;
}

.guoqi{
	position: absolute;
	right: -70px;
	top: 30px;
	width: 44px;
	height: auto;
	border-radius: 100px;
	padding: 5px;
	background:rgba(255,255,255,0.27);
}
.guoqi  a{
	display: block;
	
}
.guoqi .cn{
	
}
.guoqi .en{
	display: none;
	margin-top: 10px;
}

.index-banner .swiper-slide {
    position: relative;
    overflow: hidden;
	text-align:center;
}
.index-banner .index-banner-title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	text-align: center;	
}	
.index-banner .index-banner-title .banner-title-1 {
    font-size: 48px;
    padding-top: 340px;
    z-index: 2;
    line-height: 48px;
    width: 100%;
    color: #fff;
    font-weight: bold;
	margin-bottom: 30px;
}
.index-banner .index-banner-title .banner-title-2{
	margin-bottom: 30px;
} 
.index-banner  .swiper-pagination{
	bottom:50px;
}
.index-banner .swiper-pagination-bullet{
	width:16px;
	height:16px;
	background-color:#fff;
}
.index-banner .swiper-pagination-bullet-active{
	background-color:#fff;
}
.banner-title-btn{
	width: 184px;
	height: 56px;
	display: block;
	margin: 0px auto;
	background-color: #fff;
	line-height: 56px;
	border-radius: 100px;
	font-size: 16px;
	color: #071631;
	margin-top: 100px;
}
.banner-title-btn:hover{
	background-color: #e60012;
	color: #fff;
}
.btn{
	position: absolute;
	    top: 50%;
	    left: 0px;
	    right: 0px;
}
.btn .swiper-button-next, .btn .swiper-button-prev{
	top: 20%;
}
.redshuxain{
	width: 5px;
	height: 116px;
	margin: 0px auto;
	background-color: #e60012;
}
.index_title{
	text-align: center;
	color: #000;
	font-size: 36px;
	margin: 35px 0px;
	font-weight: bold;
}
.bluehengxian{
	width: 26px;
	height: 5px;
	background-color: #073190;
	margin: 0px auto;
}

/**首页产品解决方案**/
.poster-main {
  position: relative;
}

.poster-main a, .poster-main img { display: block; width: 100%; height: auto;}
.poster-main img{ }
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
 
}

/**首页关于我们**/
.index-about{
	
	margin-top: 103px;
}
.ia{
	position: relative;
}
.ia-box{
	position: absolute;
	width: 496px;
	height: 533px;
	top: 105px;
	right: 0px;
	padding: 70px 68px 54px 68px;
	
}
.ia-box1{
	height: 74px;
	border-left: 5px #073190 solid;
	padding-left: 36px;
	margin-bottom: 42px;
}
.ia-box1 .title{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
}
.ia-box1 .desc{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
}
.ia-box hr{
	border-top:1px  #efefef solid;
	margin-bottom: 30px;
}
.ia-box2{
	font-size: 14px;
	color: #676767;
	line-height: 26px;
}
.ia-box2 p{
	margin-bottom: 10px;
}
a.ia-more{
	position: absolute;
	display: block;
	width: 86px;
	height: 86px;
	background: rgba(230,0,18,0.8);
	right: 0px;
	text-align: center;
	line-height: 86px;
	color: #fff;
}
a.ia-more:hover{
	background-color: #073190;
}
.tab-content {
    position: relative;
}
.nav-tabs{
	margin: 40px 0px;
	border: 0px;
	text-align:center;
}

.tab .nav-tabs li{
	display:inline-block;
	float:none;
	margin-top: 5px;
}
.tab .nav-tabs li a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border: 0px;
	border-radius: 0px;
	height: 56px;
	display: block;
	border: 1px #e60012 solid;
	text-align: center;
	margin-right: 30px;
	padding: 0px 30px;
	line-height: 56px;
}
.tab .nav-tabs li:last-child a{
	margin-right: 0px;
}
.tab .nav-tabs>li.active>a, .tab .nav-tabs>li.active>a:focus,  .tab .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: pointer;
	border: 0px;
	background-color: #e60012;
}
.sv_bg{
	width: 100%;
	height: 170px;
	padding: 36px 27px;
	background: url(../Images/sv_bg.png) no-repeat #f7f7f7;
}
.cassdong a:hover .sv_bg{
	background: url(../Images/sv_bghover.png) no-repeat #e60012;
}
.cassdong a:hover .title{
	color: #fff;
}
.cassdong a:hover .hongxian{
	background-color: #fff;
}

.sv_bg .title{
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.hongxian{
	width: 13px;
	height: 5px;
	background-color: #e60012;
	margin-top: 10px;
}
.sv_bg .desc{
	color: #676767;
	margin-top: 10px;
	line-height: 24px;
}
.cassdong a:hover .desc{
	color: #fff;
}

/**分页**/
.pages{
	text-align:center;
	margin-top:40px;
	margin-bottom: 70px;
	}
.pages a,.pages span{
    display: inline-block;
    width: 40px;
	height: 40px;
	line-height: 40px;
    margin-left: -1px;
    margin-left: 5px;
    color: #99a5b6;
    text-decoration: none;
    background-color: #e3e8ee;
}
.pages a:hover{
	background: #073190;
	color: #fff;
}
.pages span{
		background: #e60012;
		color: #fff;
}

.pager li>a, .pager li>span{
	color:#1584cd;
	}

/**联系我们**/	
.map{
	margin-top: 50px;
}
.contact-logo{
	margin-top: 25px;
	margin-bottom: 25px;
}
.contact-list{
	margin-bottom: 47px;
}
.contact-list .cl{
	background-color: #f2f2f2;
	height: 140px;
	padding: 20px;
	width: 595px;
	line-height: 34px;
}
.contact-list .cl img{
	padding-right: 10px;
}	
	
.prev1,.prev2,.prev3,.prev4,.prev5{
	background-image: url(../Images/left.png);
	top: 50%;
	width: 50px;
	height: 50px;
	background-size: 100%;
	left: -70px;
}
.prev1:after, .prev2:after, .prev3:after, .prev4:after, .prev5:after{
	content: "";
}
.next1:after,.next2:after,.next3:after,.next4:after,.next5:after{
	content: "";
}
.next1,.next2,.next3,.next4,.next5{
	background-image: url(../Images/right.png);
	top: 50%;
	width: 50px;
	height: 50px;
	background-size: 100%;
	right: -70px;
}
.index-news{
	background: url(../Images/news_bg.png) no-repeat center center;
	height: 958px;
	width: 100%;
	margin-top: 0px;
	padding-top: 110px;
}
#myTab3{
	width: 404px;
	float: left;
	margin-top: 117px;
}
#myTab3>li {
    float: none;
    padding: 0;
    margin-bottom: 1px;
}
#myTab3>li>a {
	width: 100%;
	display: block;
    border: none;
    background: url(../Images/myTab3_bg.png) no-repeat;
    color: #fff;
    font-size: 16px;
    height: 190px;
    overflow: hidden;
	position: relative;

}
#myTab3>li>a .icon{
	position: absolute;
	width: 45px;
	height: 45px;
	left: 38px;
	top: 72px;
}
#myTab3>li>a .text{
	position: absolute;
	width: 192px;
	height: 50px;
	top: 68px;
	left: 100px;
}
#myTab3>li>a .text .tcn{
	font-size: 22px;
	font-weight: bold;
}
#myTab3>li>a .text .ten{
	color:rgba(255,255,255,0.64);
}
#myTab3>li>a span.num{
	line-height: 40px;
	font-family: "times new roman";
	display: block;
	position: absolute;
	top: 75px;
	right: 40px;
	font-size: 70px;
	font-weight: bold;
	color:rgba(255,255,255,0.68);
}
#myTab3>li.active>a, #myTab3>li>a:hover {
    background: url(../Images/myTab3_hover_bg.png) no-repeat;
    color: #fff;
	text-decoration: none;
}
#myTabContent3{
	width: 776px;
	float: right;
	margin-top: 117px;
}
.newslist .newsli{
	width: 100%;
	margin-top: 15px;
}
.newsli .title{
	width: 670px;
	font-size: 22px;
	font-weight: bold;
	color: #4b4b4c;
	border-right: 1px #acafb6 solid;
}
.newsli .title a{
	color: #4b4b4c;
}
.newsli .title a:hover{
	color: #e60012;
}
.newsli .date{
	font-size: 22px;
	font-weight: bold;
	color: #4b4b4c;
	line-height: 18px;
	text-align: right;
}
.newsli .date em{
	font-size: 16px;
	color: #acafb6;
	font-style: normal;
	font-weight: normal;
}
.newslist .newsdesc{
	margin-top: 12px;
	font-size: 16px;
	color: #636363;
	line-height: 30px;
}
.newslist a.newsmore{
	display: block;
	width: 109px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background-color: #5c5959;
	color: #fff;
	margin-top: 15px;
}
.newslist a.newsmore:hover{
	background-color: #e60012;
}
/**产品中心**/
.child-menu{
	background-color: #f4f4f4;
	padding: 30px 0px;
	margin: 40px 0px;
	
}
.child-menu a{
	font-size: 18px;
	color: #191919;
	padding: 0px 50px;
}
.child-menu a:hover,.child-menu a.cur{
	color: #073190;
}

/**在线留言**/
.message-title{
	margin: 45px 0px;
	color: #000000;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.message-form{
	background-color: #f2f2f2;
	padding: 64px 100px;
	margin-bottom: 68px;
}
.minput .form-control{
	border-radius: 0px;
	line-height: 56px;
	height: 56px;
	padding-left: 25px;
	margin-bottom: 20px;
	border: 1px #e0e2e5 solid;
	color: #333;
	font-size: 16px;
}
.message-form .minput:last-child .form-control{
	margin-bottom: 0px;
}
.subtn{
	background-color: #e60012;
	line-height: 56px;
	height: 56px;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	color: #fff !important;
	border: 0 !important;
}
.subtn:hover{
	background-color: #c80010;
}

/**友情链接**/
.linklist{
	margin-bottom: 54px;
}
.linklist a{
	width: 270px;
	margin-right: 40px;
	margin-bottom: 30px;
	float: left;
}
.linklist a:nth-child(4n){
	margin-right: 0px;
}

/**新闻内容页**/
.new-content {
	height: auto;
	min-height: 500px;
	padding: 30px 0px;
	margin-bottom: 30px;
}
.new-content .new-title {
	font-size: 36px;
	color: #4b4b4c;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
}
.new-content .new-time {
	font-size: 14px;
	color: #a9a9a9;
	line-height: 70px;
	text-align: center;
	border-bottom: 1px #e9e9e9 solid;
}
.new-con{
	line-height: 33px;
	color: #636363;
	font-size: 14px;
	padding: 30px 0px;
}
.new-con img{
	height:auto;
}
.new-con p{
	text-indent: 2em;
}
.fanye{
	margin: 0px 0px;
	font-size: 16px;
	color: #a9a9a9;
}
.fanye .prev,.fanye .next{
	width: 565px;
}
.fanye .prev{
	text-align: left;
}
.fanye .next{
	text-align: right;
}
.fanye .prev a{
	background-color: #be3204;
	padding: 8px 20px;
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
}
.fanye .next a{
	background-color: #be3204;
	padding: 8px 20px;
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
}
/**关于我们**/
.about-banner{
	margin: 50px 0px;
}
.about-banner .swiper-button-about-left{
	bottom: 0px;
	top: auto;
	width: 85px;
	height: 85px;
	left: 0px;
	background: url(../Images/about-left.png) no-repeat;
	opacity: 1;
}
.about-banner .swiper-button-about-right{
	bottom: 0px;
	top: auto;
	width: 85px;
	height: 85px;
	right: 0px;
	opacity: 1;
	background: url(../Images/about-right.png) no-repeat;
}
.about-banner .swiper-button-about-left:after,.about-banner .swiper-button-about-right:after{
	content: none;
}
.single{
	font-size: 14px;
	color: #636363;
	line-height: 33px;
	margin-bottom: 50px;
}
/**常见问题**/
.station-item{
    
   border-bottom: 1px #e6e6e6 solid;
}
.station-item h3{
    position: relative;
    height: 114px;
    line-height: 114px;
    font-size:18px;
	color: #4b4b4c;
    font-weight: bold;
    text-indent: 20px;
    cursor: pointer;
}
.station-item h3:hover{
    color: #FFFFFF;
    background: #073190;
}

.station-item h3 img{
    display: block;
    position: absolute;
    top:50px;
    right:20px;
    width: 22px;
    height: 22px;
}
.station-detail{
    display: none;
    margin-left: 15px;
}
.station-detail p{
    color: #af261b;
    font-size: 15px;
    margin: 10px 0;
}
.station-detail .ask{
	color: #636363;
	font-size: 16px;
	padding: 30px 0px;
	
}
.station-detail li{
    color: #454545;
    line-height: 26px;
}
/**产品详情**/
.pro-box{
	margin-top: 55px;
	margin-bottom: 30px;
}
.propic{
	width: 552px;
	text-align: center;
	
}
.propic img{
	height:402px;
}
.protedian{
	width: 637px;
	height: 402px;
	background-color: #f0f0f0;
	
}
.pt-icon{
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	background-color: #08276b;
}
.pt-text{
	font-size: 22px;
	background-color: #e60012;
	color: #fff;
	padding-left: 27px;
	font-weight: bold;
	line-height: 85px;
	width: 552px;
}
.pt-desc{
	padding: 30px;
}
.pt-desc ul li{
	background: url(../Images/lingxing.png) no-repeat left center;
	line-height: 33px;
	padding-left: 20px;
}
.pro-intro{
	color: #4b4b4c;
	font-size: 22px;
	font-weight: bold;
}
.pro-intro img{
	padding-right: 10px;
}
.pro-content{
	line-height: 33px;
	color: #636363;
	margin: 20px 0px;
}
.pro-wendang{
	margin: 30px 0px;
}
.pro-wendang a{
	padding: 15px 58px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #073190;
	border: 1px #073190 solid;
	float: left;
	margin-right: 22px;
}
.pro-wendang a:hover{
	background-color: #073190;
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #bec0c2;
  font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #bec0c2;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #bec0c2;
  font-size: 16px;
}   

#myTabContent3 .tab-pane ul{
	margin-top: 20px;
	border-top: 1px #cdc9c6 solid;
}
#myTabContent3 ul li{
	float: left;
	width: 365px;
}
#myTabContent3 ul li a {
    color: #4b4b4c;
    font-size: 14px;
    display: block;
	line-height: 59px;
	height: 59px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
	border-bottom: 1px #c9c3c3 solid;
}
#myTabContent3 ul li a .newsTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#myTabContent3 ul li a .newsTime {
    float: right;
}
#myTabContent3 ul li:nth-child(even){
	float: right;
}
#myTabContent3 ul li a:hover{
	color: #e60012;
}
footer{
	margin-top: 3px;
	background: url(../Images/foot_bg.png) no-repeat #323232;
	height: 420px;
}
.flogo{
	margin-top: 40px;
}
.fcopyright{
	line-height: 53px;
	color: #bec0c2;
	font-size: 14px;
	border-top: 1px #636363 solid;
	border-bottom: 1px #636363 solid;
	margin-top: 74px;
}
.ftitle{
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
}
.ftitle a{
	color: #FFF;
}
.ftitle a:hover{
	color: #FFF;
}
.faddress{
	color: #7b7e82;
	line-height: 24px;
	font-size: 14px;
	margin-top: 26px;
}
.faddress a{
	color: #7b7e82;
}
.faddress a:hover{
	color: #FFF;
}
.ewm{
	margin-top: 30px;
}
.ewm .eimg{
	width: 97px;
	text-align: center;
	
}
.ewm span{
	display: block;
	color: #7b7e82;
	line-height: 30px;
	font-size: 14px;
}
.flink {
	margin-top: 26px;
}
.flink a{
	font-size: 18px;
	font-weight: bold;
	color: #bec0c2;
	margin-bottom: 27px;
	display: block;

}
.flink span{
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #7b7e82;
}
.zixun{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.ftitle a img{
	margin-left: 16px;
}
.ftitle a img:hover{
	opacity: 0.6;
}
/**内页banner**/
.n-banner{
	height: 368px;
	margin-top:99px;
}
.cntitle{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 170px;
}
.entitle{
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.path{
	background: url(../Images/dingwei.png) no-repeat left center;
	padding-left: 20px;
	margin-top:15px;
}
.path a{
	color: #676767;
}
.nbody{
	width: 100%;
	background: url(../Images/n_bg.png) no-repeat center center;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }

.poster-main .poster-prev-btn {
  left: 0;
  background: url(../Images/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(../Images/right.png) no-repeat center center;
}
.poster-item-title{
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	display: block;
	width: 344px;
	height: 377px;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 99;
	background-color: #494949;
}

/*荣誉*/
.honor{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.honor .ho{
		text-align: center;
		padding: 10px;
		border: 1px #eaeaea solid;
		margin-bottom: 30px;
	}
	.honor .ho span{
		display: block;
		text-align: center;
		margin-top: 10px;
	}
@media (min-width:992px) and (max-width:1199px) {
	#myTabContent3 ul li{
		width: 45%;
	}
	#myTab3{
		width: 30%;
	}
	#myTabContent3{
		width: 65%;
	}
	.menu{
		width: 100%;
	}
	.h-right{
		width: 65%;
	}
	.guoqi{
		right: 0px;
	}
	.banner-box .swiper-slide a img{
		height: auto !important;
	}
}	
@media  (max-width:991px) {
	#myTabContent3 ul li{
		width: 45%;
	}
	.banner-box .swiper-slide a img{
		height: auto !important;
	}
	.tab .nav-tabs li a{
		    margin-right: 40px;
		    padding: 0px 30px;
	}
	.menu{
		width: 100% !important;
	}
	.h-right{
		width: 60% ;
	}
	.menu ul li{
		margin-right: 0px;
	}
	.menu ul li a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.guoqi{
		right: 0px;
	}
	#myTab3{
		width: 30%;
	}
	#myTabContent3{
		width: 65%;
	}
	}


@media (max-width:767px) {
	.propic img{
	height:auto;
}
	.index-banner .index-banner-title .banner-title-1{
		padding-top: 40px;
		margin-bottom: 0px;
	}
	.index-banner .index-banner-title .banner-title-1 img{
		max-width: 160px;
	}
	.index-banner .index-banner-title .banner-title-2{
		margin-bottom: 0px;
	}
	.index-banner .index-banner-title .banner-title-2 img{
		max-width: 160px;
	}
	.banner-title-btn{
		margin-top: 10px;
		width: 100px;
		line-height: 24px;
		font-size: 12px;
		height: 24px;
	}
	.navbar-toggle {
	    margin-top: 0px;
	    padding-right: 0px;
	}
	.navbar .container .navbar-header {
	    background:none !important;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar .container>.navbar-collapse{
		background-color: #073190 !important;
	}
	.navbar-default .navbar-nav>li>a{
		color: #fff !important;
		text-align: center;
		border-bottom: 1px #4b91cb solid;
	}
	.child{
		margin: 0px !important;
	}
	.child li a{
		line-height:36px;
		color:#666;
		font-size:12px;
		border-bottom:1px #f1f1f1 solid;
		display:block;
		text-align:center;
		}
	.child li a:hover{
		background-color:#2577ba;
		color:#fff;
		border-bottom:1px #2577ba solid;
		}
	.dropdown-menu{
		background-color: #fff !important;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		background-color: #e60012;
	}
	
	.message-form{
		padding:15px;
	}
	.child-menu a{
		font-size: 14px;
		padding: 0px 20px;
	}
	.child-menu{
		padding: 15px 0px;
	}
	.new-content{
		min-height: auto;
	}
	.fanye .next a{
		margin-left: 0px;
	}
	.fanye .prev, .fanye .next{
		width: 50%;
		line-height: 30px;
		font-size: 12px;
	}
	.fanye .prev a, .fanye .next a{
		font-size: 12px;
	}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	#myTab3{
	width: 100%;
	margin-top: 25px;
	}
	#myTabContent3{
	width: 100%;
	margin-top: 25px;
	}
	#myTab3>li>a{
		height: 100px;
	}
	.newsli .date{
		display: none;
	}
	#myTab3>li>a .icon{
		top: 30px;
		left: 20px;
	}

	#myTab3>li>a .text{
		top: 25px;
		left: 40px;
	}
	#myTab3>li>a span.num{
		display: none;
	}
	#myTab3>li{
		width: 50%;
		float: left;
	}
	#myTabContent3 ul li{
		width: 100%;
	}
	.newsli .title,.sv_bg .title,.sbb .title{
		font-size: 16px !important;
	}
	.newsli .title{
		width: 100%;
		border-right: 0px;
	}
	.newslist .newsdesc{
		font-size: 14px;
	}
	#myTab3>li>a .text .tcn{
		font-size: 18px;
	}
	#myTab3>li>a .text .ten{
		font-size: 14px;
	}
	.index_title,.ia-box1 .title{
		font-size: 18px;
	}
	.ia-box1 .desc{
		font-size: 16px;
		font-weight: normal;
		margin-top: 0px;
	}
	.ia-box hr{
		margin-bottom: 20px;
	}
	.ia-box1{
		height: auto;
		margin-bottom: 25px;
	}
	a.ia-more{
		position: initial;
		width: 100%;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.tab .nav-tabs li a{
		width: auto;
		font-size: 14px;
		margin-right: 3px;
		padding: 0px 7px;
		margin-bottom: 10px;
		height: 40px;
		line-height: 40px;
	}
	.cassdong a img{
		width: 100%;
	}
	.index-about{
		background: none !important;
		height: auto !important;
		margin-top: 0px;
	}
	.ia-box{
		width: 100%;
		position: initial;
		padding: 30px 0px;
		height: auto;
		padding-top:0px;
	}
	.index-news{
		height: auto;
		background: url(../Images/m_news_bg.png) no-repeat center top;
		padding-top:10px;
		margin-top:20px;
	}
	footer{
		height: auto;
		padding-bottom: 25px;
	}
	.flogo{
		width: 100%;
		text-align: center;
	}
	.flogo img{
		max-width: 200px;
	}
	.fcopyright{
		margin-top: 25px;
		line-height: 30px;
		padding: 10px 0px;
		font-size: 12px;
		width: 100%;
		text-align: center;
	}
	.faddress{
		text-align: center;
		margin-top: 15px;
		font-size: 12px;
	}
	.ftitle{
		margin-top: 20px;
		font-size: 14px;
		text-align: center;
	}
	.flink a{
		font-size: 12px;
	}
	.zixun{
		font-size: 14px;
		text-align: center;
	}
	.ewm{
		text-align: center;
	}
	.ewm .eimg{
		float: none !important;
		display: inline-block;
	}
	.index_title{
		margin: 25px 0px;
		margin-bottom:10px;
	}
	.redshuxain{
		height: 30px;
		margin-top:40px !important;
		display:none;
	}

	header {

		height: 60px;
	    padding-bottom: 7px !important;
	    padding-top: 7px !important;
	  }
	  header .float-right {
	    position: fixed;
	    background: #073190;
	    height: 100%;
	    width: 50%;
	    left: 0;
	    top: 0;
	    overflow: hidden;
	    text-align: center;
	    left: -100%;
	    border-radius: 100%;
	  }
	  header .float-right .zhanwei {
	    height: 80px;
	  }
	  header .float-right a {
	    display: block;
	    line-height: 55px;
		  font-size: 16px;
	    width: auto;
	    padding-left: 0px;
		color: #fff;
	  }
	  header .float-right a:after {
	    content: '';
	    display: block;
	  }
	  header .float-right .header-search {
	    display: inline-block;
	    padding: 0 20px;
	    width: 90%;
	    margin: auto;
	    position: absolute;
	    bottom: 30px;
	    left: 5%;
	  }
	  header .float-right.active {
	    left: 0;
	    border-radius: 0;
		  transition: all ease .5s;
		  -moz-transition: all ease .5s;
		  -webkit-transition: all ease .5s;
		  -o-transition: all ease .5s;
	  }
	  header.active {
	    padding-bottom: 15px !important;
	    padding-top: 15px !important;
	  }
	  header.active .logo {
	    line-height: 1;
	  }
	  header .menu-btn {
	    display: block;
	    width: 50px !important;
	    position: absolute;
	    right: 0px;
	    top: 8px;
	    z-index: 99;
		  transition: all ease .5s;
		  -moz-transition: all ease .5s;
		  -webkit-transition: all ease .5s;
		  -o-transition: all ease .5s;
	  }
	  .h-right{
		  width: 75%;
	  }
	  .h-left{
		  width: 25%;
		  padding: 10px 30px 10px 10px;
	  }
	  .contact-list .cl{
		  width: 100%;
		  height: auto;
	  }
	  .contact-list .cl:nth-child(1){
		  padding-bottom:0px;
	  }
	  .contact-list .cl:nth-child(2){
		  padding-top:0px;
	  }
	  header .menu-btn p {
	    width: 30px;
	    height: 2px;
	    background: #fff;
		margin: 7px;
	  }
	  header .menu-btn.active p:first-of-type {
	    transform: rotate(45deg);
	    position: relative;
	    top: 6.5px;
	  }
	  header .menu-btn.active p:nth-of-type(2) {
	    opacity: 0;
	  }
	  header .menu-btn.active p:last-of-type {
	    transform: rotate(-45deg);
	    position: relative;
	    bottom: 12.5px;
	  }
	  .h-left{
		  height: auto;
		  background:none;
		  text-align:left;
	  }
	  .h-left a img{
		  max-width:80px;
	  }
	  .menu{
		  display: none;
	  }
	.path{
		margin-top: 15px;
	}
	  .propic,.protedian{
		  width: 100%;
	  }
	.propic{
		height: auto;
		margin-bottom:15px;
	}
	.pt-icon{
		width: 20%;
		line-height: 50px;
		height: 50px;
	}
	.pt-text{
		width: 80%;
		line-height: 50px;
	}
	.protedian{
		height: auto;
	}
	.pt-text{
		font-size: 16px;
	}
	.pro-wendang a{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0px;
	}
	  .pro-intro{
		  font-size: 16px;
	  }
	.prev1,.prev2,.prev3,.prev4,.prev5,.next1,.next2,.next3,next4,next5{
		display: none !important;
	}
	.new-content .new-title{
		font-size: 18px;
		margin-top: 0px;
		line-height: 24px;
	}
	.new-content .new-time{
		line-height: 40px;
	}
	.index-banner .swiper-pagination-bullet{
		width:8px;
		height:8px;
	}
	.index-banner .swiper-pagination{
		bottom:10px;
	}
	/*.cntitle,.entitle{
		display:block !important;
		font-size:20px;
	}
	.cntitle{
		padding-top:110px;
	}*/
	
}


@media (max-width: 380px){

}
@media (min-width:1200px) {
	
}	
			
@media (min-width: 768px){

}