@charset "utf-8";
.disnone{
    display: none;
}
#show_bg {width:100%; height:100%; background:rgba(0, 0, 0, 0.5); position:fixed; top:0px; left:0px; z-index:999; display:none;}
.bg_color {background:#fff;}

htm {padding:0px; margin:0px;}
body {font-family:"微软雅黑";min-width: 320px;}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	font-family: "Microsoft Yahei", "Arial", "微软雅黑";
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	overflow-x: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;

}

a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
    color: #000;
    text-decoration: none;
}

input,
textarea,
select,
button {
	outline: none;
	vertical-align: middle;
	font-size: inherit;
	font-family: inherit;
}

textarea {
	resize: none;
	overflow-y: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

ul,
ol,
li {
	list-style: none;
	-webkit-padding-start: 0;
    padding:0;
}

dt,
dd {
	padding: 0;
	margin: 0;
	list-style: none;
}


.navbar-toggle {
    margin-top: 9px;

}


/* 模板 */

header.p-header .top-1{
    height: 41px;
    background: #383838;
}
header.p-header .top-1 .img-text span{
    font-size: 17px;
    color: #bdbdbd;
    line-height: 41px;
	font-weight:bold;
}
header.p-header .top-1 form{
    border: 1px solid #7b7b7b;
    margin-top: 7px;
    border-radius: 2px;
    position: relative;
}
header.p-header .top-1 form input[type=text] {
    width: 191px;
    height: 14px;
    border: none;
    padding: 5px 0 5px 7px;
    background: #595959 url("../images/ico_2.png")/*tpa=http://www.cnats.com/statics/images/ico_2.png*/ no-repeat right center;
    color: #bdbdbd;
    outline: none;
    box-sizing: content-box;
}

header.p-header .top-1  form input[type=submit] {
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 0;
}

header.p-header .top-1 form button[type=submit] {
    width: 21px;
    height: 14px;
   
    padding: 0px 0 5px 7px;
    background: #595959 url("../images/ico_2.png")/*tpa=http://www.cnats.com/statics/images/ico_2.png*/ no-repeat right center;
    color: #bdbdbd;
    outline: none;
    box-sizing: content-box;
	border:solid 1px red;
}

header.p-header .top-1  form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0px;
    opacity: 0;
	border:solid 1px red;
}



header.p-header div.img{
    height: 90px;
    line-height: 90px;
    overflow: hidden;

}
header.p-header div.img  a{
    display: block;
    padding-top: 25px;
}
header.p-header .menu-container{
    text-align: right;
}
header.p-header .menu-container> ul{
    display: inline-block;
    margin: 0;

}
header.p-header .menu-container >ul >li{
    height: 90px;
    line-height: 104px;
    float: left;
    padding: 0 28px;
    position: relative;
}
header.p-header .menu-container >ul> li> a{
    display: block;
	font-weight:bold;
    color: #383838;
    font-size: 15px;
    position: relative;
}
header.p-header{
    border-bottom: 4px solid #c4261d;
}



header.p-header .menu-container >ul >li:hover >a:before{
   content: "";
   position: absolute;
   width: 5px;
   height: 5px;
   border-radius: 5px;
   background: #c4261d;
   top: 25px;
   left: 50%;
   margin-left: -2.5px;
} 
header.p-header .menu-container >ul li:hover >a{
    color: #c4261d;
}
header.p-header .menu-container ul li ul.nav-sub{
    display: none;
    position: absolute;
    left: -16px;
    top: 90px;
    z-index: 999;
    padding-top: 4px;
} 
header.p-header .menu-container ul li ul.nav-sub li{
    line-height: 0;
    background-color: rgba(255, 255, 255, 0.80);
    
}
header.p-header .menu-container ul li ul.nav-sub li a{
    display: block;
    width: 144px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
}
header.p-header .menu-container ul li ul.nav-sub li a:hover{
    background: #b42204;
    color: #fff;
}

header.p-header .menu-container ul li:hover ul.nav-sub{
    display: block;
    
}










.m_head {
	height: 50px;
	
}
.m_logo,.m_logo a{
	width: 100%;
}
.m_logo a img{
	width: 140px;
	height: 34px;
	margin-top:7px;
}
.navbar-button{
	margin-right: 0px;
}

.m_head .logo img {height:60px;}
.m_head .navmenu {height:auto; overflow:hidden; padding:0px 10px; position:relative; background:#fff; float: none}
.offcanvas-toggle .icon-bar{background: #B40000;};
.m_head .m_title {color:#fff; display:block; float:left;}
.m_head .menu_btn{display:block; float:right;}
.offcanvas-toggle{
	background-color: #fff;
}
.m_head .menu_btn span {display:block; background:url("../images/menu.png")/*tpa=http://www.cnats.com/statics/images/menu.png*/ no-repeat center center; background-size:100% 100%; -webkit-background-size:100% 100%; -moz-background-size:100% 100%; -ms-background-size:100% 100%;}
#js-bootstrap-offcanvas-2{
	background:#337ab7;
	border-color: #337ab7;
}
.menu-toggle{
	margin-top: 10px;
	display: block;
}

#menu-navigation{
margin-top: 143px;
}
#menu-navigation li{
	float: none;
}
.uk-offcanvas-bar {
    width: 200px;
}
.uk-nav-offcanvas .uk-nav-header {
    color: #777;
    margin-top: 0;
    border-top: 1px solid rgba(0,0,0,.3);
    background: #404040;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    font-size: 18px;
}
.uk-nav-offcanvas>li>a {
    color: #ccc;
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

	background-color: #035cac;
}
@media(min-width: 768px){
	.navbar-button {
		display: block;
}
}

.w{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    transition: all .3s;
    
}
.row{
    margin: 0 -15px;
}
section.product{
    padding: 33px 0 24px 0;

}
section.product img{
    width: 275px;
	height:263px;
}

div.index-title-box{
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}
div.index-title-box h1{
    font-size: 26px;
    color: #383838;
    display: block;
    margin-bottom: 5px;
    font-family: "微软雅黑";
    font-weight: bold;
}
div.index-title-box p{
    font-size:10px;-webkit-transform:scale(0.8);
    transform:scale(0.8);
    margin: 0;
    
    display:block;
}
div.index-title-box::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #c4261d;
    bottom: 26px;
    left: 50%;
    margin-left: -35px;
}
section.product ul li a{
    display: block;
    text-align: center;
}
section.product ul li a p{
    height: 41px;
    line-height: 41px;
    color: #fff;
    background: #6b6b6b;
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    transition: 0.3s;
}
section.product ul li a{
    border: 1px solid #6b6b6b ;
}
section.product ul li{
    
    padding: 0 15px;
    margin-bottom: 35px;
}

section.product ul li:hover a {
    border-color: #c4261d;
}
section.product ul li:hover a p{
    background:  #c4261d;
}

section.adv{
    background: #e8e8e8;
    padding: 35px 0 35px 0;
}
section.adv .index-title-box h1{
    font-weight: bold;
}
section.adv .index-title-box h1 span{
    color: #0047a7;
}
section.adv ul li div.img img{
    width: 100%;
}
section.adv ul li  p{
    padding: 23px;
    background: #ffffff;
    margin: 0;
}
section.adv ul li {
    margin-bottom: 52px;
    padding: 0 15px;
}
section.adv div.ad-img{
    padding: 0 15px;
}
section.about{
    padding: 41px 0 71px 0;
}
 
section.about div.about-container{
   
}
section.about .about-wapper{
    padding: 46px 56px 0 50px; 
    background: #f2f2f2;
    position: relative;
    z-index: 2;
  
}
section.about .env-lists{
    padding-right: 0;
    overflow: hidden;
    height: 100%;
}
section.about .env-lists li div.img-text img{
    width: 100%;
}
section.about .env-lists li div.img-text{
    position: relative;
}
section.about .env-lists li div.img-text p{
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    margin: 0px;
}
#swiper-pagination2{
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 21px;
}

#swiper-pagination2 .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
#swiper-pagination2 .swiper-pagination-bullet-active{
    background: #c4261d;
    
}

section.honor{
    padding: 35px 0;
    background: #e8e8e8;
}
section.honor .title-box p.title{
    display: inline-block;
    font-size: 26px;
    color: #383838;
    font-weight: bold;
    position: relative;
}
section.honor .title-box p.title::after{
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    background: #c4261d;
    bottom: -5px;
    left: 0px;
}
section.honor .title-box span.en-title{
    display: inline-block;
    color: #9f9f9f;
    font-size: 21px;
}
section.honor div.honor-wapper{
    padding: 23px 0 26px 0;
    background: #fff;
    position: relative;
    margin-top: 20px;
}
section.honor div.honor-wapper ul{
    width: 50%;
    margin: 0  auto;
    overflow: hidden;
    text-align: center;
}
section.honor div.text{
    font-size: 14px;
    color: #535353;
    margin-top: 15px;
}


section.honor div.honor-wapper ul .swiper-button-next{
    background: url("../images/ico_13.png")/*tpa=http://www.cnats.com/statics/images/ico_13.png*/ no-repeat center center;
    width: 40px;
    height: 40px;
    right: 30px;
    margin-top: -20px;
}
section.honor div.honor-wapper ul .swiper-button-prev{
    background: url("../images/ico_12.png")/*tpa=http://www.cnats.com/statics/images/ico_12.png*/ no-repeat center center;
    width: 40px;
    height: 40px;
    left: 30px;
    margin-top: -20px;
}

@media(max-width: 768px){
	section.honor .form-box{
        margin-top: 40px;

    }
	
	section.product img {
    width: 136px!important;
    height: 130px!important;
	}
	
}

section.news {
    padding: 32px 0 48px 0;

}
section.news div.news-list{
    padding: 0 15px;
}
section.news div.news-list p.title{
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    position: relative;
}
section.news div.news-list p.title::after{
    position: absolute;
    content: "";
    width: 69px;
    height: 2px;
    background: #c4261d;
    bottom: -10px;
    left: 0;
}
section.news div.news-list div.img{
    margin-top: 22px;
    margin-bottom: 30px;
}
section.news div.news-list div.img img{
    width: 100%;
}
section.news div.news-list div.news-title{
    font-size: 18px;
    color: #383838;
}
section.news div.news-list div.time{
    color: #565656;
    font-size: 14px;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #383838;
}
section.news div.news-list ul li a{
    display: block;
    font-size: 14px;
    color: #383838;
    overflow: hidden;
    padding-left: 15px;
    background: url("../images/ico_15.png")/*tpa=http://www.cnats.com/statics/images/ico_15.png*/ no-repeat 0px 7px;

}
section.news div.news-list ul li{
    margin-bottom: 10px;
}











/*底部样式*/
footer{
	background: #4e4e4e;
	padding: 30px 0 30px 0;
}
.nav-list span{
 color: #fff;
 font-size: 16px;
 
}
.nav-list li ul {
	display: block;
	margin-top: 40px;
}
.nav-list li ul li{
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ccc;
}
.nav-list li ul li a{
	font-size: 13px;
	color: #dedede;
	line-height: 24px;
}
@media(max-width:768px){
	footer{
	
	padding: 15px 0 30px 0;
}

	.nav-list >li{
		width: 100%;
		padding: 8px 0px 8px 15px;
		border-bottom: 1px solid #cdcdcd;
		background: url("../images/add.png")/*tpa=http://www.cnats.com/statics/images/add.png*/ no-repeat 95% 50%;
		background-size:20px 20px;
	}
	.nav-list li span{
		color: #ccc;
	}
	.nav-list li ul{
		margin-top: 20px;
	}
	.nav-list li ul{
		display: none;
	}
}
  .form-box form .mod-item label{
    display: block;
    font-size: 14px;
    color: #999999;
}
 .form-box form .mod-item input{
    border: none;
    border-bottom: solid 1px #c8c8c8;
    color: #ccc;
    width: 100%;
    margin-bottom: 16px;
    background: initial;
    margin-top: -6px;
}
 .form-box form .mod-item textarea{
    border: solid 1px #c8c8c8;
    margin: 10px 0 30px 0;
    text-indent: 12px;
    color: #ccc;
    width: 100%;
    min-height: 150px;
    resize: auto;
    background: initial;
}
  .form-box form .mod-btn input{
    text-align: center;
    padding: 9px 49px;
    color: #fff;
    border: solid 1px #3c7cba;
    background: #3c7cba;
}
section.copy-info{
    padding: 10px 0;
    background: #282828;
    color: #fff;
}
section.copy-info p{
  
    font-size: 14px;
    text-align: center;
    margin: 0;
}
section.copy-info a{
    color: #fff;
	
}
.s_title {
    height: 40px;
    border-bottom: #ddd solid 1px;
    margin: 0px auto 20px;
    clear: both;
    position: relative;
}
.s_title span {
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 16px;
    display: block;
    padding-right: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#banners{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    background-size: cover;
    background-image: url("../../../storage1.kingzhuyun.cn/m043/331/FL1611290103.jpg")/*tpa=http://storage1.kingzhuyun.cn/m043/331/FL1611290103.jpg*/;
    background-position: center center;
    background-attachment: scroll;
}

@media screen and (max-width: 767px){
    #banners{
        padding: 60px;
    }
}
@media screen and (max-width: 479px){
    #banners{
        padding: 40px;
    }
}

div.ny-slide .p-slide h2{
    
    height:105px;
    background: #c4261d;
    border-left: 0px solid transparent;
    color: #fff;
    text-indent: 1px;
    padding-right: 0;
    font-size: 16px;
   
    padding-left: 20px;
    overflow: hidden;
    font-family: "微软雅黑";
}
div.ny-slide .p-slide h2 p{
    margin: 0;
}
div.ny-slide .p-slide h2 p.cn-title{
    font-size: 24px;
    margin-top: 28px;
    
}
div.ny-slide .p-slide h2 p.en-title{
    font-size: 14px;
   
}
div.ny-slide .p-slide ul li a{
    display: block;
    line-height: 8px;
    font-size: 14px;
    padding: 19px 0;
    text-indent: 25px;
    transition: all 0.2s;
    border-bottom: 1px solid #e5e5e5;
    background: #fff url("../images/ico_16.png")/*tpa=http://www.cnats.com/statics/images/ico_16.png*/ no-repeat 94% 53%;
    color: #666;
}
div.ny-slide .p-slide ul li a.cur{
    color: #c4261d
}
div.ny-slide .p-slide ul{
    margin-top: 0px;
}

div.ny-slide .m-slide h2{
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    background: #535353;
    border-left: 5px solid #2d2c2c;
    color: #fff;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    position: relative;
}
div.ny-slide .m-slide h2 span{
    top: 0;
    line-height: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    transition: all 0.6s;
}
div.ny-slide .m-slide h2 span a{
    color: #FFF;
    font-size: 18px;
}
div.ny-slide .m-slide h2 span.uk-panel-icon {
    transform: rotate(90deg);
}

div.ny-slide .m-slide ul li a{
    display: block;
    line-height: 8px;
    font-size: 12px;
    padding: 17px 0;
    text-indent: 25px;
    transition: all 0.2s;
    border-bottom: 1px solid #fff;
    background: #f5f5f5;;
    color: #666;
}
div.ny-slide .m-slide ul{
    margin-top: 0;
    
}
div.ny-slide  .mod-2 .mod-pack-h h2{
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 35px;
}
div.ny-slide  .mod-2 img{
    width: 100%;
}

div.ny-container .mod-out{
    margin-top: 50px;
}

div.ny-container .ny-content{
    padding-left: 30px;
}
@media screen and (max-width: 767px){
    div.ny-container .ny-content{
        padding-left: 0px;
    }
	div.pro-content ul li div.img a img{
	height:110px!important;
}
	
	
}


ul.ny-news-lists li div.time{
    width: 90%;
    background-color: #f7f7f7;
    text-align: center;
    font-family: Arial;
    margin: 0 auto;
}
ul.ny-news-lists li div.time p{
    text-align: center;
    margin: 0;
}
ul.ny-news-lists li div.time p.date{
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
    font-size: 30px;
}
ul.ny-news-lists li div.time p.year{
    display: block;
    color: #999;
    line-height: 22px;
    font-size: 12px;
}
ul.ny-news-lists li div.title a{
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -2px;
    display: block;
    transition: all .3s;
    color: #333;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.ny-news-lists li div.desc{
    color: #808080;
    font-size: 13px;
   
    line-height: 24px;

    max-height: 48px;
    overflow: hidden;
}
ul.ny-news-lists li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d9d9d9
}
/* div.layui-flow-more{
    padding: 8px 23px;
    background-color: #4ba9e6;
    border: 1px solid #4ba9e6;
    
    margin: 0 auto;
    text-align: center;
    width: 90px;
    margin-bottom: 30px;
}
div.layui-flow-more a{
    color: #fff;
} */

article#article .m_honor_title{
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
    color: #444;
}
article#article .m_honor_attr{
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
  
    color: #999;
}
article#article .m_honor_content{
    word-wrap: break-word;
}
article#article .m_next_list p a{
    border: 1px solid #b6b6b6;
    width: 62px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #b6b6b6;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    margin-right: 30px;
}
article#article .m_next_list p{
    display: inline-block
}
article#article .m_next_list {
    text-align: center;
}
div.pro-content ul li{
    margin-bottom: 35px;
    padding: 0 11px;
}
div.pro-content ul li div.wapper{
    border: 1px solid #6b6b6b;
}
div.pro-content ul li div.img a{
    display: block;
    overflow: hidden;
   
}
div.pro-content ul li div.img a img{
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    width: 100%;
	height:158px;
}

.conca ul li div.img a img{
	 width: 100%;
	height:258px!important;
	}



div.pro-content ul li div.title a{
    height: 42px;
    line-height: 42px;
    background: #6b6b6b;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
}
div.pro-content ul li:hover div.title a{
    background: #a20900;
}
div.pro-content ul li:hover div.wapper{
    border: 1px solid #a20900;
}



div.pro-detail-box div.img{
    text-align: center;
    margin-bottom: 15px;
}
div.pro-detail-box div.title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    display: block;
}

div.ny-img-list ul li{
    margin-bottom: 10px;
}
div.ny-img-list ul li div.img a{
    display: block;
    overflow: hidden;
    border: 1px solid #cecece;
}
div.ny-img-list ul li div.img a img{
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    width: 100%;
}
div.ny-img-list ul li div.title a{
    font-size: 14px;
    color: #676767;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
}

.job .job-title {
    font-size: 2rem;
    font-weight: bold;
}
.job .job-my {
    color: #ccc;
}
.job .sq {
    border: 1px solid #fb744c;
    background: #fb744c;
    margin-top: 8px;
    border-radius: 5px;
    text-align: center;
}
table.jobTs *{
    box-sizing: content-box;
}




.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 400px;
    right: -110px;
    cursor: pointer;
    transition: all .3s ease;
}

@media screen and (max-width: 767px){
    .yb_conct{
        display: none;
    }
}



.yb_bar ul li {
    width: 160px;
    height: 43px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #C4261D url("../images/public/fixCont.jpg")/*tpa=http://www.cnats.com/statics/images/public/fixCont.jpg*/ no-repeat 0 -5px;
    line-height: 42px;
    height: 42px;
}

.yb_bar .yb_wangwang {
    background: #C4261D url("../images/public/fixCont.jpg")/*tpa=http://www.cnats.com/statics/images/public/fixCont.jpg*/ no-repeat 0 -59px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #C4261D url("../images/public/fixCont.jpg")/*tpa=http://www.cnats.com/statics/images/public/fixCont.jpg*/ no-repeat 0 -118px;
}

.yb_bar .yb_WeiBo {
    text-indent: 0;
    background: #C4261D url("../images/public/fixCont.jpg")/*tpa=http://www.cnats.com/statics/images/public/fixCont.jpg*/ no-repeat 0 -174px;
}

.yb_bar .yb_WeiXin {
    background: #C4261D url("../images/public/fixCont.jpg")/*tpa=http://www.cnats.com/statics/images/public/fixCont.jpg*/ no-repeat 0 -230px;
    line-height: 42px;
    height: 42px;
}

.yb_bar .yb_WeiXin span {
    text-indent: 54px;
    width: 160px;
    height: 42px;
    display: block;
}

.hd_qr {
    margin-left: 17px;
    float: left
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 42px;
}


body{
    position: relative;
}


.pages{text-align: center; font-family:Arial, Helvetica, sans-serif;}
.pages a{border:1px solid #ddd; display: inline-block; color: #666; padding:8px 10px; font-size: 16px; margin:0 2px;}
.pages .prev{margin-right: 20px; padding:8px 20px;}
.pages .next{margin-left: 20px; padding:8px 20px;}
.pages i{font-size: .5rem;}
.pages .on{background:#c4261d; color: #fff}

.inpus{  width:60%; margin:5px 0px; line-height:35px;}
.inpus1{  width:90%;  margin:5px 0px; height:100px;line-height:35px;}
.botm{ float:left; background:#C4261D; border:0px; color:#FFF; padding:10px 20px; margin-left:5%;}
.footers{ width:32%;}
.footers .nav-child-list li{ width:50%; float:left;}