@charset "utf-8";
/*css*/
body{ color:#4a4a4a; line-height:24px;font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333; text-align:left;}
body,div,img,p,h1,ul,li,span,a,h1,h2,h3,h4,h5,dl,dt,dd,button,textarea,form, fieldset, input, textarea, p, blockquote, clear, th, td,ol{ margin:0; padding:0;}
img{ border:none;}
ul,li{ list-style:none;}
a{text-decoration:none; color:#4a4a4a;}
a:hover{color:#3d57b8;text-decoration:underline}
.clear{ clear:both;}
input,button{ list-style:none; border:none;}

/*top*/
.head_bot{width:100%; background:url(../images/topbg.gif) repeat-x; height:37px; line-height:45px; color:#999;}
.head_bot_r{ text-align: right;}
.head_bot_r a{ padding:0 10px;color:#999;}
.head_top{ width:100%; margin:12px auto;}
.container{ width:1160px; margin:0 auto; height:auto;}
.head_top_l h1{ padding-top:15px; display:block; }
.details{ border-left:1px solid rgb(204, 204, 204); padding-left:16px;margin-top: 30px;}
.details h3{ color: #004490; font-size: 18px; font-weight: bold; }
.tel{margin-top: 28px;
      margin-left: 30px;}
.tel h3{color: rgb(102, 102, 102); font-size:18px;}
.tel p{font-size: 38px;color: #d80000;}
.qg_tel{ font-size: 45px; float: left; color:#d80000;padding-right:5px; }
/* 此处为下拉css */
.select{position:relative;float:left;margin:0 10px;}
.select dt{height:26px;display:inline-block;border:1px solid #d2ccc4;background:#fcfcfb url(../images/ico.gif) no-repeat 110px center;line-height:28px;font-weight:bold;padding-left:10px;cursor:pointer;width:123px;padding-right:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99; font-size:16px;}
.select dt:hover,.select dt.cur{border:1px solid #dddddd;border-radius: 4px;}
.select dd{position:absolute;left:0;top:26px;border:1px solid #d2ccc4;background:#fff;display:none; z-index:2; color:#000; font-size:15px;}
.select dd ul{padding:1px;width:120px;max-height:250px;overflow:auto;}
.select dd ul li a{display:block;padding:0 8px;}
.tubiao_r{width:200px; float:left; margin-left:8px;}
.tubiao_r li{ float:left; padding:0 6px;}

.head_top_4{ margin:25px auto auto;}
.botton_tj form {
    position: relative;
    width: 378px;
    margin: 0 auto;}
.botton_tj input {
    width: 100%;
    height: 30px;
    padding-left: 12px;
    border: 2px solid #bbb;
    outline: none;
    background: #fff;
    color: #9E9C9C;}
.botton_tj button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 26px;
    border: none;
    background: url(../images/sousuo.jpg) no-repeat right;
    cursor: pointer;}
	
	
/*dh*/
.main_dh{ width:100%; background:url(../images/nav_bg.gif) repeat-x; line-height:60px;}
.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #324794;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li, .animenu a {
  display: inline-block;font-weight: bold;
  font-size: 14px; line-height:54px;
}
.animenu a {
  color: #fff;
  text-decoration: none;
}
.animenu li:hover{background:#fff；}
.animenu__nav {
}
.animenu__nav > li {
  position: relative;
}

.animenu__nav > li > a {
  padding: 0px 41px;
  text-transform: uppercase;background:url(../images/nav_li_bg.png) no-repeat right;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #fff;
}

.animenu__nav__child {
  min-width:150%; border-right:1px solid #015ba9;border-left:1px solid #015ba9;/*border-bottom:1px solid #015ba9;*/
  position: absolute;
  top: 100%;
  left: -25%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #007edf			;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li { height:50px; line-height:50px;
  width: 100%;
  border-bottom: 1px solid #028cf7;
}

.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a { text-align: center;
  padding: 5px 10px;
  width: 100%;
  border-color: #6383f9;
  height:50px; line-height:50px;
}
.animenu__nav__child a:hover {
background:#ff6f02;
  color: #fed700;
}
@media screen and (max-width: 767px) {
  .animenu__toggle {
    display: inline-block; float:right;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #055597;background-color: #1f2c5c;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
   /* padding: 10px;*/
    border-color: #fff;
    position: relative;
  }
  .animenu__nav a:hover {
    background-color: #0186ba;
    border-color: #0186ba;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}

/*banner*/
.carousel-indicators .active {
background-position: -11px -287px;
}
.carousel-indicators li {

 width: 14px;

height: 14px;

display: inline-block;

margin: 0 10px 0 0;

background-repeat: no-repeat;

background-position: -40px -286px;

text-indent: -9999em;

overflow: hidden;

outline: 0;background-image: url(../images/icon.png);
}

/*product*/
.products{ background:#f7f7f7;padding-bottom: 40px;}
.p_lists{ margin-top:40px;}
.p_lists_top{background: url(../images/list_bg.gif) repeat-x;color: #fff;height:118px;padding-top:30px;text-align: left; font-size:24px; line-height:24px;
 padding-left: 30px;}
.p_lists_top h2{ font-size: 28px; color: #fff300; text-transform: uppercase; }
.p_lists_top p{ font-size: 14px; color: #fff; font-weight: bold;  }
  .p_lists_bot{background: #fff ; border-right:1px solid #e7e2e2;border-left:1px solid #e7e2e2;border-bottom:1px solid #e7e2e2;
   
    padding: 0 5px;
    _font-size: 0;
    _width: 213px;
    overflow: hidden;
}
}

.p_lists_bot li{ 
    width: 100%;
    height: auto;
    line-height: 50px;
    display: inline-block; }
    .p_lists_bot ul li{border-bottom: 1px dashed #cccccc;background:url(../images/li_jiantou.png) no-repeat right top;}
.p_lists_bot li a{ color:#0f68b9;line-height:50px;padding-left: 20px; }	
.p_lists_bot li:hover a{color:#ff6f02;font-size:15px; }
.p_tel{ width:100%; height: 70px; background:url(../images/list_bg.gif) repeat-x;  }
.tel_bg{  padding-left: 30px;}
.tel_bg h2{ font-size: 15px;  color: #fff; padding-top: 15px;}
.tel_bg p{ font-size: 18px;  color: #fff300;  }

.chanpin{ margin-top:40px;}
.chanpin h3{    width: 820px;
    height: 45px;
    background: url(../images/nav_bg.gif) repeat-x;
    position: relative;
    margin-bottom: 18px;
    margin-left: 15px;}
    .p_lists{ padding-left: 15px; }
.chanpin li{ margin-bottom:20px; }
.cp_title{ width:145px; height:45px; line-height:45px; text-align:left;  position:absolute; left:0; top:0; color:#fff; font-size:16px; font-weight: bold; padding-left: 15px;}
.chanpin_t_bg{position:absolute; right:15px; top:15px; color:#fff; font-size:14px;  }
.chanpin_t_bg a{font-size: 14px;color: #fff;text-transform: uppercase;}
.cp_list{ background:#fff;height: 257px;border:1px solid #e7e2e2;}
.cp_list:hover{border: 2px solid #f99a0c; }
.cp_list img{ display:block; width:270px; height:200px;}
.cp_list p{height: 38px;line-height: 38px;text-align: center; background:url(../images/title_bg.png) no-repeat center; }
.cp_list p a{ color:#fff;text-decoration:none; }
/*.cp_list p:hover a{ color:#fff300;  }*/
.col-md-9{ padding-right:0px;}
.qg_tel1{ font-size: 40px; float: left; color:#fff;padding-right:5px; padding-top: 5px; }



/*about*/
.about{background: url(../images/about_bg.jpg) no-repeat center top; height: 530px; padding-top: 56px;}
.about_title h2{ font-size: 30px; color: #fff;  text-align:center; }
.about_title p{ font-size: 16px; color: #fff;  text-align:center; line-height: 36px;}
.line{width: 38px; height: 3px; background:#012269; margin-bottom: 8px;margin: 0 auto;}
.about_us{ line-height: 24px; color: #fff; padding-top: 15px; padding-bottom: 20px; padding-left: 15px;}
.about_us a{ color: #f99a0c;; padding-left: 5px; }
.gsjj_pic{overflow:hidden;}
.gsjj_pic img{transition:0.3s}
.gsjj_pic img:hover{transform:scale(1.1)}
.td_li{font-size: 42px;float: left;color: #ecc313;padding-right: 5px;padding-top: 5px;}
/*apply*/
.apply{ background:#e9e8e8; padding-top: 56px;}
.cp_apply{ padding: 30px auto; }
.apply ul{ padding-top: 30px;}
.apply ul li{margin-bottom: 20px;}
.ap_list h2{ font-size: 16px; font-weight: bold; text-align:center; line-height: 40px;}
.ap_list p{ font-size: 12px;  text-align:center;line-height: 20px; padding-bottom: 10px; }
.ap_bg{background: #fff;  border:1px solid #e7e2e2;}
.ap_bg_pic{overflow:hidden;}
.ap_bg_pic img{transition:0.3s}
.ap_bg_pic img:hover{transform:scale(1.2)}
/*------------新闻咨询--------------*/
.news_w{widthL:100%; background:#f7f7f7; }
.news{ width:1160px; margin:0 auto; height:550px; overflow:hidden; margin-top:30px;}
.news .ron{ margin-top:30px;}
.news .ron .n_zuo{float:left;}
.news .ron .lf{ float:left;}
.news .ron .rf{ float:right;}
.news .ron .zz{ width:285px; overflow:hidden;}
.news .ron .zz .suo{ height:120px; width:278px; margin-bottom:10px; overflow:hidden;}
.news .ron .zz .suo a img{transition:0.3s}
.news .ron .zz .suo a img:hover{transform:scale(1.2)}

.news h3{ font-size:18px; height:40px;}
.news .ron .zz li{ padding-left:18px; background:url(../images/yuandian.jpg) no-repeat left 14px; height:35px; line-height:35px; font-size:14px; overflow:hidden;}
.news .n_you{ float:right; width:584px; overflow:hidden;}
.news .ron .tu{ width:100%; height:120px;}
.news .ron .n_you .wu{ border-bottom:1px solid #e4e4e4;}
.news .ron .wd{ width:100%; height:95px; padding-top:15px; font-size:14px;}
.news .ron .wd .wen{  background:url(../images/wen.jpg) no-repeat left 0;}
.news .ron .wd .da{ background:url(../images/da.jpg) no-repeat left 0; }
.news .ron .wd p{padding-left:33px; height:35px; }
.news .ron .wd p a{ color:#ebbf0c;}
.news .ron .wd p a:hover{ color:#c30d22;}


.features{}
.guangao{margin:0 auto;padding-left: 15px;  padding-right: 15px; }
.ys01{ width:100%; height:350px;border-bottom: 1px dotted #e9e8e8; padding-top:20px; }
.ys01_text{ line-height: 35px; font-size: 18px; }
.ys01_text h2{width:98%;font-size: 26px; font-weight: bold;color: #0271be; border-bottom: 1px solid #ecc313; padding-bottom:5px; }
.ys01_text h2 span{font-size: 30px; }
.jianxi{ height: 2px; }
.ys01_text ul{ width:98%;border-top: 1px solid #ecc313; padding-top:15px; }
.ys01_text li{color: #666; font-size: 16px; }


/*bottom*/
.ny_line{ height: 45px; background: #f7f7f7; }
.bottom{background:#012269;padding-bottom: 40px;}
.bottom_top{height: 185px;
    line-height: 65px;
    color: #fff;
    text-align: center;}
    .bot_1{ padding-top: 10px; }
    .bot_2{ line-height: 30px; padding-top: 42px}
    .bot_3{padding-top: 42px; line-height: 24px; text-align: left;}
.bottom_top a{    color: #fff;
    padding: 0 30px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
   }
	.bottom_bot{   width:1000px;margin: 0 auto;color: #d8d9da; text-align: center;border-top: 1px solid #d8d9da;
    line-height: 25px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;}
	
.phone_logo{ display: none; }
/*内页banner*/
.contact{ margin-top: 20px;background: #fff; }
.contact h2{height: 36px;background: url(../images/nav_bg.gif) repeat-x; line-height: 36px; color: #fff; font-size: 16px;padding-left: 15px;}
.contact p{ padding: 8px; line-height: 28px; padding-bottom: 20px;border-right: 1px solid #e7e2e2;
    border-left: 1px solid #e7e2e2;
    border-bottom: 1px solid #e7e2e2; }

.fanye_main .pages_ny{display:block;padding:10px; text-align:center;}
.pages_ny  a,.pages_ny span{
  display:inline-block;
  border:1px solid #CFCFCF;
  padding:5px 12px;
  margin:20px 0 0 4px;
  vertical-align:middle;
  background:#fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FEFEFE',endColorStr='#ECECEC',gradientType='0');
  background: -moz-linear-gradient(top, #FEFEFE, #ECECEC);
  
  background: -o-linear-gradient(top,#FEFEFE, #ECECEC);
  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#ECECEC));
  border-radius:2px;
  
  }
.pages_ny span,.pages_ny span a{
  text-transform:uppercase;
  }
.pages_ny span{
  margin:0 5px; margin-top:20px;
  } 
.page-count{
  
  }
.pages_ny .page-prev{
  margin:0 10px 0 10px;
  }
.pages_ny .page-next{
  margin:0 0 0 15px;
  }     
.pages_ny a.current,.pages_ny  a:hover{background:#333333;border:1px solid #333333;color:#fff;} 
.pages_ny a:hover{text-decoration:none;}



/*内页新闻页面*/
.cp_ny_n{padding-bottom: 15px;}
.new_ny,.contacts{ background: #fff;margin: 0 15px;}
.contacts{ padding:20px; min-height:500px  }
.news_zi_ul {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 2% ;
}
.news_zi_ul li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px 10px;
  transition: 0.5s;
}
.news_zi_ul li a .left {
  width: 78%;
  float: left;
}
.news_zi_ul li a .left h4 {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  font-weight: 700;
}
.news_zi_ul li a .left p {
  font-size: 13px;
  color: #666;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
  width: 100%;
}
.news_zi_ul li a .right {
  width: 18%;
  float: right;
  text-align: right;
  overflow: hidden;
}
.news_zi_ul li a .right time {
  display: block;
  font-size: 18px;
  color: #9e9e9e;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
}
.news_zi_ul li a .right span {
  display: block;
  font-size: 13px;
  color: #494949;
  padding-right: 15px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
}
.news_zi_ul li a .right i {
  height: 31px;
  display: inline-block;
  width: 31px;
  background: url(../images/news_n1.png);
  position: relative;
  right: 15px;
  transition: 0.5s;
}
.news_zi_ul li a:hover {
  background: #f7f7f7;
}
.news_zi_ul li a:hover .right i {
  background: url(../images/news_n2.png);
}
/*内页shipin页面*/
.cp_list1{ height: auto;border:1px solid #e7e2e2;padding: 20px 10px 20px 20px;;
}}
.cp_list1 img{ display:block;     width: 100%; height: auto;}
.cp_list1_text{height: 38px;line-height: 38px;text-align: center; background:url(../images/title_bg.png) no-repeat center; margin-top: 8px; }
.cp_list1_text a{ color:#fff; }



/*内页产品详情页面*/
/* 内页产品滚动 */
.cp_top{ height: 420px; }
.v_out{width:380px;margin:10px auto;overflow:hidden;padding-top: 10px;
    padding-left: 15px;}
.v_show{width:380px;overflow:hidden;position:relative;height:304px;float:left}
.v_cont{ width:6650px;position:absolute;left:0px;top:0px;}
.v_cont ul{float:left;text-align:center;line-height:50px;}
.v_cont ul li{width:380px;height:304px;background:#f8f8f8;float:left;margin-top:3px;}
.v_cont ul li img{width:380px;height:300px;border:1px solid #e7e2e2;}
/*---圆圈---*/
.v_out_p{position:relative;overflow:visible}
.circle{  position: absolute;left: 65px;top: 325px;}
.circle li{width:60px;height:60px;float:left;margin-right:10px;background:#ccc}
.circle .circle-cur{background:#f00}
.wzlb{padding-right: 60px;}
.wzlb h2{ font-size:16px; font-weight:bold; line-height:50px; margin-top:15px;}
.wzlb p{font-size:14px; line-height:24px;}
.wzlb_tb{ border-top:1px solid #ddd; margin-top:15px;}
.wzlb_tb h4,.wzlb_tb h5{ line-height:30px; font-size:17px; padding-right:30px;}

.bot_xq{ margin:20px auto;}
.bot_xq a{width: auto; padding: 8px 40px;border-radius: 8px; color: #fff;}
.fenxiang1{ background:#d80000;font-weight:bold;}
.fenxiang2{ background:#d80000;font-weight:bold; margin-left:20px;}
.bot_fenxiang a{ width:20px; height:20px; margin:0 2px;  display:inline-block;-webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  
  }
.bot_fenxiang a:hover{-webkit-transform:translate(0, 3px);-moz-transform:translate(0, 3px);}  

.cp_bot{ margin-right:15px; margin-left: 15px;background: #fff;}
.little_mbx{width:100%; border-top:3px solid #0156a5; margin:30px auto; padding-bottom:20px;}
.little_mbx a{width:auto; color:#fff; background:#56595f; padding:6px 40px;  display:inline-block; float:left;}
.little_mbx a:hover{ background:#fcc400; }
.ny_little_main{width:100%; margin-bottom:30px; margin-right:15px; padding:0 20px; min-height: 600px; }
.ny_little_mains{width:100%; margin-bottom:30px;  }
.ny_little_main h2,.ny_little_mains h2{     font-weight: bold;
    font-size: 22px;
    border-left: 4px solid #1f2c5c;
    line-height: 20px;
    padding-left: 18px;
    margin: 20px auto;}
.ny_little_main li{ line-height:30px;position: relative;padding-right: 30px;margin-bottom: 15px;}
.ny_little_main li span{width: 25px;
    height: 25px;
    background: #354a97;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 50%;}
.ny_cp_bg{width:100%;height:auto; overflow:hidden;}

.p_detail{margin:15px; background: #fff;}


@media screen and (max-width: 767px) {
	
.head_bot,.p_lists,.case,.index_02 h1 span,.more1 { display:none;}
.container{ width:100%;}
.banner{height:auto;padding-bottom:0px;}
.col-md-6 {
    padding-right: 15px;

    padding-left:15px;
}
.head_top{display:none;}
.phone_logo{ display: block;}
.phone_dh{ position:relative;}
.phone_logo{ position:absolute; left:10px;top:0px;}
.animenu__nav--open .animenu__nav__child {
  display: none;
}
.htmleaf-container { padding-top: 20px;}
/*.phone_dh{ background:url(../images/phone_logo.gif) no-repeat right top;}*/
.main_dh {width: 100%;background:none;line-height: 60px;}
.animenu__nav{ background:none;}
.animenu__toggle { margin-bottom:20px; margin-right: 20px;}
.main_dh >.container{ padding-left:0px; padding-right:0px;}
.ih-item.circles, .ih-item.circle .img { margin: 0 auto;}
.gg_main h2 { font-size: 18px;}
.gg_main p {font-size: 16px;}
#myCarousel{ width:100%;}
.chanpin h3 {line-height: 25px; width: 100%;margin-right: 15px;background: #016ab0; margin-left: 0px;}
.cp_list {background: #fff; height:auto;}
.cp_list img{width:100%; height:auto;}
.cp_list p{ margin-bottom: 10px; }
.about{ background:#2760a3;height:auto;}
.about_us h2 {font-size: 18px;}
.index_02 h1 ul {top: 10px;left:10px;}
.index_02 .news_list .topnews a h3{margin:5px auto;}
.pnone_left{ padding-left:15px;}
.bottom {background:#003277; height:auto;min-width: none;padding-bottom: 20px;}
.bottom_top,.info_date,.ny_qiehuan{ display:none;}
.bottom_bot{ width:100%; text-align:left;}
.bottom_bot p{ width:100%; text-align:left; line-height:24px; font-size:12px; }
.ny_banner,.pic1 li img,.pics li img{ width:100%; height:auto;}
.ny_main {padding-top:10px;}
.pics li .tct { width: 100%;}


.chanpin_t_bg {
    position: absolute;
    right: 15px;
    top: 10px;}
.about_title h2{ font-size: 18px; }
.about_title p { font-size: 14px; }
.about_us {font-size: 12px;}
.gsjj_pic{ margin-bottom: 15px; }
.about { padding-top: 36px;padding-bottom: 20px;}
.ys01_text h2 {font-size: 18px;}
.ys01_text h2 span {font-size: 20px;}
.td_li {font-size:20px;padding-top: 5px;}
.app_th{ float: left; }
.news{ width: 100%; height: auto; }
.news .ron .zz {width: 100%; padding:0 15px; margin-bottom: 15px;}
.news .ron { margin-top: 15px;}
.news .ron .zz .suo { height: auto;width: 100%;}
.ys01_text li { color: #666;font-size: 14px;}
.news .ron .zz li { width: 90%;height: 25px;line-height: 25px;background: url(../images/yuandian.jpg) no-repeat left 6px;}
.news .n_you { width: 100%;}
.news .ron .tu {width: 100%;height: auto;}
.n_you,.apply{ display:none;}
.news .ron .lf { display: none; }
.fanye_main{ display: none; }
.cp_list p a { font-size: 12px; }
.cp_list:hover{ border:none; }
.cp_list { border:none;}
.v_cont ul li img{width:100%;height:auto;border:1px solid #e7e2e2;}
.ny_little_main img{max-width:100%;height:auto;}

.cp_list1 {padding: 0; }
.ny_line { height:15px;}
.news_zi_ul li a { padding: 15px 5px;}
.news_zi_ul li a .right time {font-size: 14px;}
.news_zi_ul li a .right i { position: relative; right: 0px;}
.news_zi_ul li a .right span { padding-right: 0px;}
.ys01 { border-bottom: none; height: auto;}
.cp_top {height: auto;} 
.tpqh{height: 340px;}
.v_out { width: 320px;}
.v_show,.v_cont ul li  { width: 320px; height: 276px;}
.circle { left: 25px; top: 275px;}
.p_detail ,.v_out { margin: 0 auto;  padding-left:0px;}
.v_cont ul li{background:none;}
.wzlb h2,.wzlb p,.wzlb_tb{ padding:0 15px; }
.cp_bot{ padding-top: 0px; }
.bottom_bot{border-top:none;}
.app_tihuan{ float: right; }
.ys01_pic{ display: none; }
 


}
