/* ==全局设置== */
*{ margin:0; padding:0;}
html, body, .container{ height:100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; }
html,body{-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;-o-text-size-adjust: none; text-size-adjust: none;}
body {font-size: 13px;color:#262626; font-family:Microsoft Yahei, Arial, Helvetica, sans-serif; }

input,textarea,select,button { outline:none;}
area{ outline:none;}
a{ text-decoration:none; color:#666; -webkit-transition: all ease-in .2s; 
-ms-transition: all ease-in .2s; -moz-transition: all ease-in .2s;
 -o-transition: all ease-in .2s; transition: all ease-in .2s;}
a:hover{ color:#ff7214}
ul,li {list-style-type:none;}
img { border:0; margin:0; padding:0;}

.clearfix { *zoom:1;/*IE/7/6*/}
.clearfix:before, .clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
.fl{ float:left;}
.fr{ float:right;}
.L {FLOAT: left}
.R {FLOAT: right}
.section{ width:100%; max-width:1040px; margin:auto;overflow:hidden; }
.container{ width:100%;   height:auto;  _height:100%; min-height:100%;}

.head{ width:100%; height:96px; float:left; background:url(h_bg.jpg) repeat-x}
.head ul{ width:100%; float:left; padding-top:10px;}
.head ul li{ float:left}
.head .logo{ width:402px; height:74px; float:left; margin-left:15px}
.head .ewm{ float:left; margin-left:180px;}
.head .tel{ float:left; margin-left:75px}

.h_nav{ width:100%; height:40px; float:left; background:#3565a7}
.h_nav ul li{ width:130px; height:40px; float:left; line-height:40px; text-align:center; padding-left:5px; padding-right:5px}
.h_nav ul li a{ color:#FFF; font-size:15px;}
.h_nav ul li a:hover{ color:#98d2ff}

.ban{ width:100%; height:458px; float:left;}
/*==banner==*/

/* line 1, ../sass/oka_slider_model.scss */
.slider_model {
  position: relative;
  display: block;
  width: 100%;
  float:left;
  height:auto;
  margin-bottom:10px;

}
/* line 8, ../sass/oka_slider_model.scss */
.slider_model .slider_model_box a {
  display: block;
}
/* line 12, ../sass/oka_slider_model.scss */
.slider_model .slider_model_box img {
  display: block;
  width: 100%;
}
/* line 17, ../sass/oka_slider_model.scss */
.slider_model .slider_model_box > * + * {
  display: none;
}
/* line 22, ../sass/oka_slider_model.scss */
.slider_model .slider_introduce_box {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 25%;
  top: 20px;
  left: 3%;
  bottom: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  z-index: 1;
}
/* line 35, ../sass/oka_slider_model.scss */
.slider_model .slider_introduce_box h5 {
  padding: 10px;
  background-color: #08c;
  color: #fff;
}
/* line 41, ../sass/oka_slider_model.scss */
.slider_model .slider_introduce_box p {
  margin: 10px;
  line-height: 1.2;
  font-size: .9em;
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* line 50, ../sass/oka_slider_model.scss */
.slider_model .slider_introduce_box .ctrl_dot_box {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
/* line 78, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 30%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 89, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 95, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul li {
  border-bottom: 1px solid #555;
}
/* line 98, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul li + li {
  border-top: 1px solid #333;
}
/* line 102, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul li a {
  display: block;
  padding: 10px;
  font-size: .8em;
  text-decoration: none;
  color: #fff;
}
/* line 113, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul li a.is_active {
  background-color: #08c;
  background-color: rgba(0, 136, 204, 0.6);
}
/* line 118, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul li a div {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 129, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul li a h5 {
  padding: 4px 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 137, ../sass/oka_slider_model.scss */
.slider_model .slider_list_box ul li a p {
  padding: 4px 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 149, ../sass/oka_slider_model.scss */
.slider_model .model_ctrl_tools {
  width: 100%;
  height: 0;
}
/* line 153, ../sass/oka_slider_model.scss */
.slider_model .model_ctrl_tools a {
  position: absolute;
  display: block;
  height: 20%;
  padding: 0 10px;
  top: 40%;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
/* line 168, ../sass/oka_slider_model.scss */
.slider_model .model_ctrl_tools a.ctrl_left {
  left: 0;
  border-radius: 0 4px 4px 0;
}
/* line 173, ../sass/oka_slider_model.scss */
.slider_model .model_ctrl_tools a.ctrl_right {
  right: 0;
  border-radius: 4px 0 0 4px;
}
/* line 180, ../sass/oka_slider_model.scss */
.slider_model .slider_sec_model_box {
  position: absolute;
  display: block;
  width: 65%;
  right: 3%;
  top: 20px;
  bottom: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 194, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
/* line 221, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box {
  padding: 10px 0 6px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 228, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
  margin: 0 20px;
  float: right;
}
/* line 250, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box .ctrl_img_box {
  position: relative;
}
/* line 253, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
  width: 100%;
  text-align: center;
  letter-spacing: 6px;
  *zoom: 1;
}
/* line 259, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li {
  display: inline-block;
  *float: left;
  *padding: 0 4px;
}
/* line 264, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .6;
}
/* line 274, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a:hover {
  opacity: 1;
}
/* line 278, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a.is_active {
  border: 1px solid #08c;
  opacity: 1;
}
/* line 287, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box h5 {
  padding: 4px 0;
  margin: 0 6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 297, ../sass/oka_slider_model.scss */
.slider_model .slider_bottom_box .bg_box p {
  padding: 4px 0;
  margin: 0 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 309, ../sass/oka_slider_model.scss */
.slider_model .ctrl_dot_box {
/*  padding: 4px 0 8px;*/
}
/* line 312, ../sass/oka_slider_model.scss */
.slider_model .ctrl_dot_box ul {
  text-align: center;
  letter-spacing: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  *zoom: 1;
}
/* line 320, ../sass/oka_slider_model.scss */
.slider_model .ctrl_dot_box ul li {
  display: inline-block;
  *float: left;
  *padding: 0 4px;
}
/* line 325, ../sass/oka_slider_model.scss */
.slider_model .ctrl_dot_box ul li a {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #469dff;
  border-radius: 100%;
  opacity: .8;
}
/* line 334, ../sass/oka_slider_model.scss */
.slider_model .ctrl_dot_box ul li a:hover {
  opacity: 1;
  background-color: #ddd;
}
/* line 339, ../sass/oka_slider_model.scss */
.slider_model .ctrl_dot_box ul li a.is_active {
  background-color: #265891;
}
/* line 347, ../sass/oka_slider_model.scss */
.slider_model h5 {
  font-size: 1.2em;
}
/* line 351, ../sass/oka_slider_model.scss */
.slider_model p {
  font-size: 1em;
  overflow: hidden;
}
/*============================mianabout===========================*/
.m_about{ width:100%; float:left; height:auto}
.m_about .left{ width:512px; height:auto; float:left; background: url(m_about_img.jpg) top right no-repeat; padding-right:10px; margin-top:10px;}
.m_about .left .title{ width:95%; height:45px; float:left; background:url(title_img.jpg) left bottom no-repeat;padding-right:17px; margin-bottom:5px;}
.m_about .left .title h1{ font-size:19px; line-height:40px; color:#1e5693; font-weight:normal; float:left;}

.m_about .left .title p{ font-size:19px; line-height:40px; color:#1e5693; font-weight:normal; float:left;}


.m_about .left .title .more{ float:right; margin-top:10px;}
.m_about .left .text{ width:98%; height:auto; float:left; padding:5px;}
.m_about .left .text img{ float:left; margin:5px}
.m_about .left .text p{ line-height:33px; text-indent:2.0em}
.m_about .right{ width:518px; height:auto; float:right}
.m_about .right .title{ width:100%; height:45px; float:left; background:url(title_img.jpg) left bottom no-repeat; margin-bottom:5px; margin-left:3px}
.m_about .right .title h1{ font-size:19px; line-height:40px; color:#1e5693; font-weight:normal; float:left;}
.m_about .right .title .more{ float:right; margin-top:10px;    margin-right: 25px;}
.m_about .right .text{ width:98%; height:auto; float:left; padding:5px;margin-bottom: 5px;}
.m_about .right .text img{ float:left; margin:5px}
.m_about .right .text p{ line-height:22px; text-indent:2.0em}
.m_about .right .pic ul li{ float:left}
/*=========================pro=======================================*/
.cp_pro{ width:100%; height:auto; float:left; margin-top:20px;}
.cp_pro .title{ width:100%; height:50px; float:left; border-bottom:1px solid #dfdfdf; }
.cp_pro .title h2{ float:left; font-size:20px; color:#1e5693; line-height:50px; font-weight:normal}
.cp_pro .title .more{ float:right; margin-top:10px;    margin-right: 25px;}
.cp_pro .cp_list{ width:100%; height:auto; float:left; margin-top:20px; }
.cp_pro .cp_list ul li{ float:left; margin-left:7px; margin-right:7px; border:1px solid #e6e6e6}
.cp_pro .cp_list .pictitle_t{ width:100%; height:60px; float:left; line-height:60px; text-align:center}
.cp_pro .cp_list .pictitle_t a{ font-size:15px;}
/*=========================new=======================================*/
.m_new{ width:100%; height:auto; float:left; margin-top:20px;}
.m_new .title{ width:100%; height:50px; float:left; border-bottom:1px solid #dfdfdf; }
.m_new .title h2{ float:left; font-size:20px; color:#1e5693; line-height:50px; font-weight:normal}
.m_new .title .more{ float:right; margin-top:10px;    margin-right: 25px;}
.m_new .new_list{  width:100%; height:auto; float:left; margin-top:20px; }
.m_new .new_list ul li{ width:495px; height:85px; float:left;margin-left:9px; margin-right:9px; margin-bottom:20px}
.m_new .new_list .left_img{  margin-right:15px;width: 70px;height: 70px;float: left;border: 1px solid #0671c1; }
.m_new .new_list .left_img .ri{ font-size:38px; color:#0671c1; text-align:center; line-height:35px; margin-top:10px;}
.m_new .new_list .left_img .ny{ font-size:15px; color:#0671c1; text-align:center; line-height:20px;}
.m_new .new_list .left_img img{ width:140px; height:83px;}
.m_new .new_list h1{ font-size:13px; color:#787878; font-weight:normal }
.m_new .new_list font{ color:#313131; line-height:30px; font-weight:bold}
.right_list a.pictitle font{ font-size:15px;}
.right_list a.pictitle p{ font-size:12px;}

/*=========================pent=======================================*/
.m_pent{ width:100%; height:auto; float:left; margin-top:20px;}
.m_pent .title{ width:100%; height:50px; float:left; border-bottom:1px solid #dfdfdf; }
.m_pent .title h2{ float:left; font-size:20px; color:#1e5693; line-height:50px; font-weight:normal}
.m_pent .title .more{ float:right; margin-top:10px;    margin-right: 25px;}
.m_pent .cppic_list{ width:100%; height:auto; float:left; margin-top:20px; }
.m_pent .cppic_list ul li{ float:left; margin-left:9px; margin-right:9px;}
.m_pent .cppic_list .pictitle_t{ width:100%; height:60px; float:left; line-height:60px; text-align:center}
.m_pent .cppic_list .pictitle_t a{ font-size:15px;}

.m_pent .pent_list{ width:100%; height:auto; float:left; margin-top:20px;}
.m_pent .pent_list ul li{ width:108px; height:35px; border:1px solid #cccccc; border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px; padding:3px 10px 3px 10px; float:left; margin:5px;}
/*=============================footer======================================*/
.footer{ width:98%; height:67px; float:left; background:url(foot_bg.jpg); margin-top:20px; padding-top:15px; padding-left:10px; padding-right:10px; text-align:center}
.footer p{ color:#fff; line-height:22px;}
.footer a{ color:#CCCCCC;}

.yqnr{ width:1000px; height:130px; margin:0 auto; font-size:13px;}
.yqnr ul li{ float:left; margin-right:15px; height:26px; line-height:26px; display:block;}

/*---------------------------------------------------------------*/
/*内页样式*/
.about_ban{ width:100%; height:230px; float:left; background:url(about_ban.jpg)}
.pro_ban{ width:100%; height:230px; float:left; background:url(pro_ban.jpg)}
.new_ban{ width:100%; height:230px; float:left; background:url(pro_ban.jpg)}
.jishu_ban{ width:100%; height:230px; float:left; background:url(jishu_ban.jpg)}
.pant_ban{ width:100%; height:230px; float:left; background:url(pant_ban.jpg)}
.jpsh_ban{ width:100%; height:230px; float:left; background:url(jpfw.jpg)}
.lxwm_ban{ width:100%; height:230px; float:left; background:url(lxwm_ban.jpg)}

.m-left{width:260px;margin-top:20px;margin-bottom:20px;}
.m-left-top{width:252px; background:#3565a7;height:36px; line-height:36px;color:#fff;font-size:14px;padding-left:8px;}
.m-left-top span{font-size:18px;margin-right:5px;}
.m-left-m{width:260px; background:#f8f8f8;padding-top:15px;padding-bottom:5px;}
.m-left-m ul li{ background:url(../images/flbg.jpg) no-repeat;width:154px;height:24px;margin-left:38px;margin-bottom:15px;padding-left:10px;padding-top:3px;}
.m-left-m ul li a{font-size:13px;}
.m-left-m ul li a img{margin-right:5px;}
.m-left-m ul li:hover{ background:url(../images/flhoverbg.jpg) no-repeat;}
.m-left-m ul li.on{ background:url(../images/flhoverbg.jpg) no-repeat;}
.m-left-bot{margin-top:15px;}

.m-right{width:720px;margin-top:20px;margin-bottom:20px;}
.m-right-top{background:#3565a7;height:36px; line-height:36px;color:#fff;font-size:14px;padding-left:8px;padding-right:8px;width:704px;}
.topc{font-size:16px;}
.topd{font-size:12px;color:#fff; font-family:"宋体";}
.topd a{color:#fff;font-family:"微软雅黑";}
.m-right-m{margin-top:10px;}
.m-right-m p{ line-height:28px; }
.m-right-m h1{ font-size:17px; line-height:30px; color:#3565a7; font-weight:normal}
.m-right-m h2{ font-size:13px; line-height:30px; color:#3565a7; font-weight:normal}

.qt-pagination{ width:94%; margin:auto; overflow:hidden; padding:30px 0px; text-align:center;}
.qt-pagination a{border-radius: 4px;background-color: #fff;border: 1px solid #e3e3e3;padding: 0 10px;margin-right: 3px; min-width: 30px;  height: 30px;   line-height: 30px;   display: inline-block;   text-align: center;}
.qt-pagination  .pages{ background:#898989; color:#fff;}
.diva {font-size: 24px; float: left; padding-right: 26px; color:#666;  padding-bottom: 7px; background: url(huang3.jpg) no-repeat left bottom;}
.gscpbt { width: 100%; height: 47px; float: left;margin-top: 20px;}

.n_news{ width:100%; background:#fff;min-height:300px; overflow:hidden; padding:30px 0px;}
.n_news h3{display:block; width:80%; overflow:hidden; float:left;height:38px; line-height:38px;  text-indent:1em; }
.n_news h4{width:20%; float:right; height:38px; line-height:38px; }
.n_news ul{ width:96%; margin:0 auto; }
.n_news ul li{ width:100%;  height:38px; line-height:38px; font-size:13px;  }
.n_news ul li a{ display:block; width:80%; overflow:hidden;border-bottom:1px  dashed #c5c5c5; 
float:left;height:38px; line-height:38px;  text-indent:1em; background:url(tb_16.jpg) no-repeat 0px 15px; }
.n_news ul li span{display:block; width:20%; height:38px; line-height:38px; float:right;border-bottom:1px  dashed #c5c5c5;  }


.rywz ul{ width:100%;}
.rywz ul li{ width:31.33%; margin:20px 1%; float:left;}
.rywz ul li a{ display:block; width:100%; margin:auto;border:1px solid #ebebeb;  color:#221815;background:#fff; overflow:hidden;}
.rywz .img{ text-align:center; background:#fff; overflow:hidden; }
.rywz .img img{ max-width:100%; height:182px;transform: translateZ(0px);transition: transform 0.3s ease 0s;}
.rywz ul li p{ display:block; width:90%; padding:2px 5%;height:40px; font-size:14px;  border-top:1px solid #e5e5e5; color:#222; text-align:center;  font-weight: normal;}
.rywz ul li em{ display:block; width:92%; margin:auto;border:1px solid #ebebeb; border-top:0px;  height:4px; }
.rywz ul li i{ display:block; width:90%;margin:auto; border:1px solid #ebebeb; border-top:0px;  height:4px;  }

.rywz ul li a:hover img{transform: scale(1.05, 1.05);transition: transform 0.6s ease 0s;}
.rywz ul li a:hover h1{  color:#fe000c;}


.a_nr_title{ width:100%; height:auto; line-height:80px; color:#000; font-size:20px; text-align:center; border-bottom:1px dotted #D0D0D0; margin-bottom:20px; float:left }
.a_nr_ed_int h1{ font-size:16px; line-height:50px; color:#e17804  }

.a_nr_cp_img{ width:100%; height:auto; text-align:center}
.a_nr_ed_int { width:100%; float:left; overflow:hidden;}
.a_nr_ed_int h3{ color:#036eb8; font-size:20px; line-height:35px; font-weight:normal}
.a_nr_ed_int h4{ font-weight:bold; font-size:20px; line-height:45px;}
.a_nr_ed_int p{font-size:16px; line-height:28px; }
/*====*/


.ed{ line-height:30px; color:#303030; background:#f4f4f4; padding-bottom:30px;}



.n_cp{ width:100%; overflow:hidden;}
.n_cp ul{ width:100%; }
.n_cp ul li{ float:left; width:30%; margin:0px 1%;padding:15px 0px;}
.n_cp ul li a{ display: block; width:100%; height:96%; padding:2% 0;  text-align:center; background:#fff;}
.n_cp ul li h4{ height:40px; overflow:hidden; font-size:15px; color:#333; font-weight:normal; border-top:1px solid #f1f1f1; line-height:40px; }
.n_cp ul li a:hover{ box-shadow: 0px 0px 10px #ccc; -moz-box-shadow: 0px 0px 10px #ccc; -ms-box-shadow: 0px 0px 10px #ccc;
 -o-box-shadow: 0px 0px 10px #ccc; -webkit-box-shadow: 0px 0px 10px #ccc;}
.n_cp ul li img{ max-width:85%; -webkit-transition:-webkit-transform 2s; transition: transform 2s; -moz-transition: transform 2s; -ms-transition: transform 2s; -o-transition: transform 2s;}
.n_cp ul li a:hover img{ transform: rotateY(360deg);-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); /* Safari 与 Chrome */}

/*=================================================================*/
.qhmc {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e6e6e6;
    margin-top: 5px;
}
.cpqhdw{ float:left; background:url(ry_bg.jpg) top left no-repeat;}
.cpqhdw ul li {
    padding: 0 0px;
    width: 162px !important;
    float: left;
    margin-right: 10px;
	background:#f7f6e1;
	border:1px solid #edede5;
}
.qhcp img {
    width: 162px;
    height: 187px;
    margin-right: 10px;
}
#Left_ding3{ width:24px; height:24px; background:#c7c7c7; color:#FFF; display: table;text-align: center; margin-left:25%;float: left;}
#Right_ding3{ width:24px; height:24px; background:#0269b6; color:#FFF; display: table;text-align: center; float:left}
#ISL_Cont_1d3{ float:left; margin-top:5px;}

.font_redb{ font-size:16px; font-weight:bold; color:#005eae}

/*浮动客服*/
#floatDivBoxs{width:160px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#3565a7;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 5px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:13px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:6px 7px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:3px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}

@media (max-width: 480px) {
  /* line 361, ../sass/oka_slider_model.scss */
  .slider_model .slider_introduce_box {
    display: none;
  }
  /* line 365, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box {
    width: 26%;
  }
  /* line 372, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box ul li a {
    padding: 4px;
  }
  /* line 375, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box ul li a div {
    width: 20px;
    height: 20px;
  }
  /* line 384, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box ul li a p {
    display: none;
  }
  /* line 392, ../sass/oka_slider_model.scss */
  .slider_model .model_ctrl_tools {
    display: none;
  }
  /* line 396, ../sass/oka_slider_model.scss */
  .slider_model .slider_sec_model_box {
    width: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
  }
  /* line 408, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box {
    padding: 4px 0 2px;
  }
  /* line 411, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
    margin: 0 10px;
  }
  /* line 417, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
    letter-spacing: 4px;
  }
  /* line 422, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
    height: 26px;
    width: 26px;
  }
  /* line 440, ../sass/oka_slider_model.scss */
  .slider_model .ctrl_dot_box {
    padding: 4px;
  }
  /* line 443, ../sass/oka_slider_model.scss */
  .slider_model .ctrl_dot_box ul {
    letter-spacing: 1px;
  }
  /* line 448, ../sass/oka_slider_model.scss */
  .slider_model .ctrl_dot_box ul li a {
    width: 10px;
    height: 10px;
  }
  /* line 456, ../sass/oka_slider_model.scss */
  .slider_model h5 {
    font-size: 1.2em;
  }
  /* line 460, ../sass/oka_slider_model.scss */
  .slider_model p {
    font-size: 1em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 470, ../sass/oka_slider_model.scss */
  .slider_model .slider_introduce_box {
    width: 30%;
    top: 10px;
    left: 10px;
    bottom: 10px;
  }
  /* line 476, ../sass/oka_slider_model.scss */
  .slider_model .slider_introduce_box h5 {
    padding: 6px;
    background-color: #08c;
    color: #fff;
  }
  /* line 482, ../sass/oka_slider_model.scss */
  .slider_model .slider_introduce_box p {
    text-indent: 0;
    margin: 6px;
  }
  /* line 487, ../sass/oka_slider_model.scss */
  .slider_model .slider_introduce_box .ctrl_dot_box {
    padding: 4px 0;
  }
  /* line 492, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box {
    width: 26%;
  }
  /* line 499, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box ul li a {
    padding: 4px;
  }
  /* line 502, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box ul li a div {
    width: 20px;
    height: 20px;
  }
  /* line 511, ../sass/oka_slider_model.scss */
  .slider_model .slider_list_box ul li a p {
    display: none;
  }
  /* line 523, ../sass/oka_slider_model.scss */
  .slider_model .slider_sec_model_box {
    width: 62%;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  /* line 530, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  /* line 536, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box {
    padding: 4px 0 2px;
  }
  /* line 540, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
    margin: 0 10px;
  }
  /* line 546, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
    letter-spacing: 4px;
  }
  /* line 551, ../sass/oka_slider_model.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
    height: 32px;
    width: 32px;
  }
  /* line 569, ../sass/oka_slider_model.scss */
  .slider_model .ctrl_dot_box {
    padding: 4px;
  }
  /* line 572, ../sass/oka_slider_model.scss */
  .slider_model .ctrl_dot_box ul {
    letter-spacing: 1px;
  }
  /* line 577, ../sass/oka_slider_model.scss */
  .slider_model .ctrl_dot_box ul li a {
    width: 12px;
    height: 12px;
  }
  /* line 585, ../sass/oka_slider_model.scss */
  .slider_model h5 {
    font-size: 1.2em;
  }
  /* line 589, ../sass/oka_slider_model.scss */
  .slider_model p {
    font-size: 1em;
  }
}
.newsinfo{ float:left; width:100%; height:50px; line-height:40px; text-align:center}
#con{ line-height:28px; text-indent:2.0em}
.z_img{ left:0; /*左右位置*/top:550px;/*上下位置*/ position:fixed; z-index:99999}
.close{display: block;width: 30px;height: 30px;position: absolute;top: 0px;right:10px;font-size:30px;}