/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
/* header S */

#header {}

.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
   
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}


/* header E */

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}

/* nav S */

#nav {
    background: #005bb4;
    height: 46px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 165px;
    line-height: 46px;
    text-align: center;
    position: relative;
}
.nav>li:first-child{background: #197ad8;}
.nav>li:hover{background: #197ad8;}
.nav>li:after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0px;  
}

.nav>li:last-child:after {
    display: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 165px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: rgba(0,0,0,0.6);
}
.nav>li.list .list_ul>li:hover{background: #197ad8;}
.nav>li.list .list_ul>li a {
    color: #fff;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 133px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}

.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}

.fullscreen_list_div .fullscreen_list_ul {
    width: 1200px;
    margin: 0 auto;
}

.fullscreen_list_div .fullscreen_list_ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 5px 8px;
    background: #fb503c;
}

.fullscreen_list_div .fullscreen_list_ul li:hover,
.fullscreen_list_div .fullscreen_list_ul li.close {
    background: #fb160e;
    cursor: pointer;
}

.fullscreen_list_div .fullscreen_list_ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
}


/* nav E */

/*toproll*/
#toproll {
    height: 51px;
    background: #0e1f3b;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 64px;
    background: url(/image/toproll.png) 50%;
    position: relative;
    margin: 0 auto;
}

.toproll:before {
    content: '';
    height: 64px;
    width: 1000px;
    background: #0d2758;
    position: absolute;
    top: 0px;
    right: 1200px;
}

.toproll-left {
    width: 250px;
    padding-left: 50px;
    height: 64px;
    background: url(/image/tel.png) no-repeat 12px 10px;
    background-size: 40px;
}

.toproll-left-title {
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 20px;
}

.toproll-left-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.toproll-right {
    width: 780px;
    height: 51px;
    background: url(/image/call.png) no-repeat 8px 50%;
    background-size: 25px;
    padding: 0 0 0 40px;
}

.toproll-right-title {
    color: #fff;
    line-height: 51px;
    font-size: 14px;
}

.toproll-right-ul {
}

/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    background: #ddd;
    min-width: 1200px;
    position: relative;
    
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}
.index_about_index{ width: 1200px; margin: 0 auto;  padding: 15px; height: 300px;}
.index_about_index_left{width: 453px; height: 312px; float: left;}
.index_about_index_left img{width: 453px; height: 312px; float: left;}
.index_about_index_right{width: 710px; height: 312px;  float: right;}
.index_about_index_right h2{    color: #fb4848;
    font-size: 26px;
    font-family: '微软雅黑'; margin-top: 30px; margin-bottom: 30px;}
   
.index_about_index_right h4{background:#005bb4;
  color: #ffffff;
    font-size: 18px;width: 125px; border-radius: 10px;
    font-family: '微软雅黑'; height: 38px; line-height: 38px;  padding-left: 20px;}
.index_title {
   width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}
.index_about_content p{font:400 14px/36px "微软雅黑" !important;}
.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}



/* index about E */
/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #005bb4;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*news*/
#newsf{ width: 1180px;  margin: 30px auto 0;}
.news_left{ width: 388px;  float: left;}
.news_center{margin-left:30px;}
.fqw_right{ width: 344px;  float: right;}
.fqw_title{ width: 100%; height: 40px; border-bottom:1px solid #cdcdcd;}
.fqw_title h3{ width: 100px; height: 40px; float: left;  font-size: 18px;  line-height: 40px; font-weight:normal;}
.fqw_title h3 img{ vertical-align:middle;}
.fqw_title span{ display: block; width: 45px; height: 41px; line-height: 40px; text-align: center; float: right;}
.pic_textone{width: 388px; height: 132px; overflow: inherit; margin-top: 20px ;}
.pic_textone img{ width:154px; height:104px;}
.pic_textone dl dd{width: 177px; height: 107px; float: left; margin-left:30px;}
.pic_textone dl dd p{margin-top:5px; width: 177px;}
.pic_textone dl dd span a{color:#F00;}
.pic_textone dl dt{width: 160px; height: 107px; float: left;}
.pic_textone dl dt h3{font-size: 14px; color: #333; font-weight: bold; width: 230px; float: left; line-height: 28px; }
.pic_textone dl dt h3 a{ color: #1d64bc;}
.pic_textone dl dt p{ width: 230px; height: 72px; overflow: hidden; line-height: 24px; float: left; margin: 4px 0px 10px 0px; display: inline;}
.w77{width: 64px; height: 21px; text-align: center;}
.w77 a{color: #1d64bc;}
.news_list{width: 823px; clear: both; margin: 0 auto;}
.news_list ul{ width: 388px;  overflow: hidden; float: left;}
.news_list ul li{width: 388px; height: 35px; line-height: 35px; border-bottom: 1px dashed #dedede; white-space: nowrap;
text-overflow: ellipsis; overflow:hidden;}
.news_list ul li img{ margin-right:5px;}
.news_list ul li span{float: right;}
.news_list ul li a:hover{color: #ff6600;}
.box_hd{
	width:388px;
	
	position:relative;
}
.box_hd_title{
	width:388px;
	height:40px;
	
	font-size: 14px;
	line-height: 40px;
	border-bottom:1px solid #cdcdcd;
	}
#gd_cp{
	width: 40px;
	height: 30px;
	line-height: 30px;
	position:absolute;
	right:9px;
	top:6px;
	font-size: 12px;
	font-weight: normal;
}
#gd_cp a{color:#ff9500;}
#gd_cp_m{
	width: 40px;
	height: 30px;
	line-height: 30px;
	position:absolute;
	right:9px;
	top:6px;
	font-size: 12px;
	font-weight: normal;
}

.fqw_main{ width: 344px;overflow: hidden;}
.qa_M{ width: 344px; float: left;  display: inline;}
.wt_con
{
	width: 344px;
	height: auto;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
.went
{
	width: 312px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.went ul li
{
	width: 312px;
	overflow: hidden;
	margin-top: 15px;
}
.went .wen
{
	width: 312px;
	height: 30px;
	line-height: 30px;
}
.went .da
{
	width: 312px;
	height: auto;
	line-height: 25px;
	margin-top: 5px;
}
.w20{width: 20px; height: 21px; float: left; background: #005bb4; margin-top: 5px; color: #fff; text-align: center; line-height: 21px;}
.da20{width: 20px; height: 21px; float: left; background: #49adf4; margin-top: 5px; color: #fff; text-align: center; line-height: 21px;}

.w_title
{
	width: 280px;
	height: 30px;
	float: left;
	color: #333;
	overflow: hidden;
	margin-left: 10px;
}
.da_titile
{
	width: 280px;
	height: auto;
	float: left;
	margin-left: 10px;
}
/*news*/

/*首页展品展示*/
#index-product {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #005bb4;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #005bb4;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/* index product S */
#demo{overflow:hidden; width:1200px; height:522px; margin: 0 auto;}
.main{ width:1200px; margin:0 auto; margin-top: 20px;}
.left_ser{ 
	
}
.left_ser ul{ 
margin-top: 10px;

  
   }
.left_ser li{background: #005bb4;
  
    
      height: 42px;
      border: 1PX solid #ededed;
      margin-bottom: 5PX;
      }
.left_ser li a{ 

         padding-left:15px;
         font: 400 14px/42px "微软雅黑"; color: #ffffff;
   
}
.left_ser li a:hover{
	    background: #005bb4;
	    display: block;
	    color: #fff;
}
.main_left {
    width: 260px;
    margin-bottom: 10px;
    padding: 10px;
}
.ser_title{
     color: #fff;
	background-color: #005bb4;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 20PX;
	
	
}

.fl {
    float: left;
}
.product_right_title2{ height: 20px;}
.product_right_title{ height:48px; border-bottom:1px dashed #cdcdcd; line-height:48px;width: 905px;
    float: right; margin-top: 10px;}
.product_right_title h3{width:190px; height:48px; background:#005bb4; text-align:center; float:left; color:#FFF; font-size:18px;}
.product_right_title span{display:block; float:right; margin-right:10px;}
.product_right_title span a{color:#cdcdcd;}

.index_product ul{  margin: 0; border: 0; padding: 0; }
.index_product li {
    float: left;
    width: 219px;
    margin: 6px;
    text-align: center;
    height: 240px;
    border: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc; padding: 3px;
    }
.index_product li img{ width: 218px !important; height: 210px !important; padding: 2px; }
.index_product li h4{
     font: 400 14px/35px “微软雅黑” ;
   }
.index_product li h4 a{
    
}

/* index product E */

/*case*/
.index_title {
   width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}

.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}

/*case*/
/*index case model S*/
.container {
    width: 1200px;
    margin: 0 auto;
}
.miya_index_case {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
    margin-top: 40px;
}

.miya_index_case_box {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    position: relative;
}

.miya_index_case_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.miya_index_case_info_box {
}

.miya_index_case_sort {
    position: absolute;
    right: 0px;
    top: 10px;
}

.miya_index_case_sort li {
    float: left;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;;
}

.miya_index_case_sort li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #ccc;
}

.miya_index_case_sort li:last-child:after {
    display: none;
}

.miya_index_case_sort li a {
    font-size: 14px;
    color: #666;
    
}

.miya_index_case_info_box img {
   width: 220px !important; height: 180px;
}

.miya_index_case_info_box h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    width: 240px;
        margin: 0 auto;
    height: 35px;
    line-height: 35px;
}

/*index case model E*/
/*link*/
.f_link{width:1200px;margin:0 auto;overflow: hidden;}
.f_link a{display: inline-block;font-size: 14px;margin:0 10px;line-height: 30px;}
.footer_keywords{width: 1200px; margin: 0 auto; margin-top: 15px; padding-left: 30px;}
.footer_keywords h1{  float: left; font-weight: bold;}
/*link*/
/*首页友情链接*/
#index-link { margin-top: 20px;  
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #005bb4;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}

/*footer S*/

#footer {
    background: #333;
    margin-top: 50px;
    padding-top: 20px;
}

.footer {
    width: 1200px;
    margin: 0 auto; height: 200px; overflow: hidden;
}

.footer_ul {}

.footer_ul_li {
    float: left;
    color: #fff;
    width: 216px;
    padding-right: 15px;
}
.footer_ul_li:last-child{width: 248px;}
.footer_ul_li_ul p {color: #aaa;}

.footer_ul_li_ul li:first-child {
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_ul_li_ul li {
    margin-bottom: 5px;
}

.footer_ul_li_ul li a {
    display: block;
    border-bottom: 1px dashed #888;
    line-height: 30px;
    font-size: 12px;
    color: #aaa;
}

.footer_qrcode {
    width: 160px;
    float: right;
}

.footer_bottom {
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    margin-top: 30px;
}
.footer_bottom a{ color: #ffffff; margin-left: 5px;}
.footer_keywords{width: 1200px; margin: 0 auto; margin-top: 15px; padding-left: 30px;}
.footer_keywords h1{  float: left; font-weight: bold;}

/*footer E*/

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 0 auto 20px;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 10px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
   font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    text-indent: 10px;
   font-size: 18px;
    background: #005bb4;
    height: 36px;
    padding-top: 8px;
    text-align: center;
    overflow: hidden; color: #fff;
}

.left-box h2:before {
   position: absolute;
    content: '';
    width: 3px;
    height: 22px;
    background-color: #005bb4;
    top: 10px;
    left: 0px;
}

.left-box ul {

}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 30px;
    height: 30px;padding-left: 25px;
}
.left-box ul > li a {
    text-decoration: none;
    font-size: 14px;
    color: #494949;
    background: url(../images/left_li.gif) left center no-repeat;
    display: inline-block;
    padding-left: 12px;
}
.page-about-right {
    width: 880px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}
.page-content p{line-height: 35px;}
.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #005bb4;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}

/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #005bb4;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.message-form button {
    width: 100px;
    height: 30px;
}
.form-group input.form-group_01{padding: 10px; width: 750px; margin-bottom: 10px;}
.form-group input.form-group_02{padding: 10px; width: 750px; margin-bottom: 10px;}

.form-group textarea.form-group_03{padding: 15px; width: 750px; margin-bottom: 10px;float: right;}
.form-group label.form-group_03{ position: absolute; left: 0px; top: 15px;}
#form-group{ position: relative;}

.message-form button {
    width: 300px; text-align: center;
    height: 40px;background: #3a92d9 !important;border-radius:20px ;color: #fff;
}
.button_info{ width: 300px; height: 40px; line-height: 40px; 
color: #fff; margin: 0 auto; margin-top: 15px;  background: #0567c0 !important;border-radius:20px ;}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 300px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list {
}

.sort-product-list li {
    display: inline-block;
    margin: 3px;
}
.sort-product-list li img{    width: 210px;
    height: 180px;}
.sort-product-list li a {
    display: block;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 140px; height: 140px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 150px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px; line-height: 28px;
    left: 150px;
}

/*分页*/

.pagination {
    background: #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
}

.pagination li a {
    display: block;
    color: #00a0e9;
}

/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #005bb4;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;width: 48%;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 300px;
}

.info-product-right {
    width: 880px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #005bb4;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}

/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}



/*kf S*/
.kf {
    position: fixed;
    right: -230px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: #009aff;
    z-index: 99999999999;
    _margin-bottom: 0px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;right:-230px;
}

.kf .hoverbtn {
    width: 30px;
    height: 100px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 60%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #009aff;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}

.kf .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.kf .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}

.hoverimg2 {
    background: url(../images/hoverbtnbg1.png) no-repeat;
}

.kf .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 55%;
    *margin-top: -140px;
    margin-top: -280px;
}

.kf .conter .con1 {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 22px;
}

.kf .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 16px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
}

.kf dl .f2 {
    width: 142px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(/image/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(/image/button-custom-qq-h.gif) no-repeat;
}
.kefuQQ span{color: #ffffff;}

.kf .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.kf .qqcall {
    padding: 22px 0px;
    border-bottom: 1px solid #6a6a6a;
}

.kf .qqcall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall {
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #6a6a6a;
}

.kf .weixincall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall .f3 {
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
}

.kf .weixincall .f3 img {
    width: 80px;
    height: auto;
}

.kf .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

.kf .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.kf .dytimer span a {
    color: #fff;
}

.diyou {
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0px;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 2000px;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fn_cle img{height:31px; width:31px;}

/*kf E*/


/*protitle*/
.multipleColumn{ overflow:hidden; position:relative; width:1200px; float:right;}
.multipleColumn .hd{ overflow:hidden;  height:40px; line-height:40px; background:#11509b; padding:0 10px;color:#FFF; margin-bottom:20px; font-size:14px;}
.multipleColumn .hd .prev,.multipleColumn .hd .next{ display:block;  width:5px; height:9px; float:right; margin-left:5px; margin-top:15px;  overflow:hidden;}
.about{ width:1200px; height: auto; overflow:hidden;  float:left; padding-right:22px;    margin-top: 20px;}
.about dl { margin:27px 0 0 0;}
.about dl dt{ background:url(../images/about_bj.png) no-repeat; width:313px; height:228px; overflow:hidden;}
.about dl dt .mt5{ width:284px; height:210px; margin:0 0 0 13px;}
.about dl dd{ width:859px;}
.about dl dd h5 a{ display:block; height:25px; background:url(../images/about_line.gif) no-repeat left center; font-size:14px; font-family:"Microsoft Yahei" ; color:#11509b; padding-left:14px; line-height:25px;}
.about dl dd p{ line-height:24px;  margin-bottom:15px; display:block; position:relative; overflow:hidden;}

.fc{ width:265px; height:342px; overflow:hidden;}
.fc .h1{ padding:97px 0 0 2px;}
.fc .h2{ padding:97px 2px 0 0;}
.fc ul li{ float:left; display:inline; width:190px; margin:20px 5px 0 15px;}
.fc ul li img{ width:190px; height:210px;} 
.fc ul li span a{ text-align:center; line-height:30px; color:#444444; font-family:"Microsoft Yahei"; width:190px; display:block;}


.wt{ width:234px; height:370px; background:url(../images/wt_line.gif) no-repeat right 28px; padding-left:20px;  overflow:hidden; padding-right:25px; margin-top:6px; margin-right:25px;}
.tit{ height:37px; background:url(../images/wt_nav.gif) repeat-x center bottom; overflow:hidden; font-family:"Microsoft Yahei" ;}
.tit span{ padding:9px 5px 0 0;}
.tit i{ font-style:normal; display:inline-block; height:35px; border-bottom:2px solid #11509b; font:16px Arial, Helvetica, sans-serif; color:#a3a3a3; line-height:35px;}
.tit i a{ color:#11509b; font-weight:bold; padding-right:5px; font-family:"Microsoft Yahei" ;}
.warp {
    width: 1200px;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}
.fr {
    float: right;
    display: inline;
}

/*protitle*/

/*news*/
.new{ width: 1200px; margin: 0 auto;}
.tit1{ height:80px; background:#f2f2f2; overflow:hidden;}
.tit1 a{ display:block;}
.tit1 em{ display:block; float:left; width:190px; height:60px; text-align:center; font:18px "Microsoft YaHei"; font-weight:bold; color:#fff; background:#11509b; padding-top:20px;}
.tit1 em i{ display:block; font:15px "Microsoft YaHei"; text-transform:uppercase; color:#d5dce8;}
.tit1 span{ display:block; width:102px; height:45px; background:#666; font:12px Arial; text-transform:uppercase; line-height:45px; text-align:center;float:right;color:#fff;}
.dy{ width:580px;  overflow:hidden;}
.dy dl{ height:55px; overflow:hidden; border-bottom:1px solid #ececec;}
.dy dt{ width:106px; font:20px "Microsoft YaHei"; color:#484848; float:left; text-align:center; line-height:55px; }
.dy dt em{ display:none;}
.dy dd{ width:395px; padding-right:20px; float:right;}
.dy dd a{ display:block; font:14px "Microsoft YaHei"; line-height:55px; color:#484848; overflow:hidden;} 
.dy dd p{ display:none;}
.dy .cur{ height:88px; padding-top:20px;}
.dy .cur dt{ font-weight:bold; line-height:25px; margin-top:8px;}
.dy .cur dt em{ display:block; font-size:16px; font-weight:normal;}
.dy .cur dd a{ display:block; font:14px "Microsoft YaHei"; font-weight:bold; line-height:30px; color:#11509b; height:30px; overflow:hidden;}
.dy .cur dd p{ display:block; font:14px "Microsoft YaHei"; line-height:24px; height:48px; overflow:hidden; color:#666;}

/*news*/
/*foot s*/

.foot2{
    background: #11519b;
    height: 360px;
    padding: 0px 0 40px;
    margin-top: 60px;
    overflow: hidden;
}
.foot4{
	background: #0576aa;
    padding: 20px 0 30px;
    margin-top: 60px;
}
.foot4_a1{
	border-top: 1px solid #666666;
	margin-top: 22px;
	padding: 15px 0;
	color: #c1c1c1;
	font:500 12px/24px "微软雅黑";
}
.foot4_a1 a{
	color: #c1c1c1;
}
.foot4_a1 a:hover{
  color:#e87518;
}
.con{
    padding-top:60px;
    height: 240px;
    overflow: hidden;
}
.con1{
	padding-top:30px;
}
.d_title1 h2{
	color: #f6f6f6;
	font:600 26px/30px "Arial";
	
	padding-bottom: 20px;
	 text-transform: uppercase;
}
.d_lianxi {
	width: 425px;
	margin-left: 83px;
}
.d_lianxi h3{
	color: #f9f9f9;
	font:600 18px/30px "微软雅黑";
	margin-top: 25px;
}
.hgjagjh{
	color: #f9f9f9;
	font:500 14px/30px "微软雅黑";
	margin-top: 14px;
}
.hgjagjh img{
	padding-right: 6px;
}
.nav_foot{
	margin-left: 35px;
}
.ghjagjhghhh1{
	margin-top: 15px;
	text-align: left;
}
.ghjagjhghhh1 a{
	color: #f9f9f9;
	font:500 14px/42px "微软雅黑";
}
.d_tpl1{
	color: #f9f9f9;
	font:500 14px/22px "微软雅黑";
	background: url(../images/ghjaghjn1.png) no-repeat left center;
	padding-left: 40px;
	margin-top: 32px;
}
a.d_mess1{
	margin-top: 24px;
	display: block;
}
.foot2_a1{
	border-top: 1px solid #666666;
	margin-top: 22px;
	padding: 15px 0;
	color: #c1c1c1;
	font:500 12px/24px "微软雅黑";
}
.foot2_a1 a{
	color: #c1c1c1;
}
.foot2_a1 a:hover{
  color:#e87518;
}


.foot3{
	background: #0576aa;
	border-top: 1px solid #fff;
	height: 75px;
}
.banquan{
	text-align: center;
	color: #f9f9f9;
	padding-top: 20px;
}
.banquan a{ color: #fff;}
.banquan span a{ color: #fff;}
.banquan p{ line-height: 25px;}
.last{
	color: #f9f9f9;
	padding-top: 10px;
}
.last a{
	color: #f9f9f9;
}

/*foot e*/