@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial,helvetica,clean,sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    /*background: #f4f4f4;*/
    background: #ffffff;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/tanchuangbg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #043985;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #043985;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#043985;
}


/* Footer YangFangLing */
.Footer{background-color: #333;}

.FooterBox{padding: 25px 0;border-top: 1px #666 solid;text-align: center;}
.FooterBox p{color: #fff;font-size: 14px;line-height: 25px;}
.FooterBox p a{color: #fff;}
.FooterBox p a:hover{text-decoration: underline;}

.FooterTop dl{float: left;border-left: 1px #666 solid;padding: 55px 0 55px 55px;width: 230px;}
.FooterTop dl dt{font-size: 18px;}
.FooterTop dl dt a{color: #fff;position: relative;transition: .8s;}
.FooterTop dl dt a:hover{padding-left: 20px;}
.FooterTop dl dt a:hover::after{content: "";width: 10px;top: 50%;margin-top: -0.5px;height: 1px;display: block;left: 0;position: absolute;background-color: #fff;}
.FooterTop dl dd{margin-top: 32px;}
.FooterTop dl dd a{display: block;color: #fff;font-size: 14px;margin-top: 12px;position: relative;transition: .8s;height: 17px;}
.FooterTop dl dd a:first-child{margin-top: 0;}
.FooterTop dl dd a:hover{padding-left: 20px;}
.FooterTop dl dd a:hover::after{content: "";width: 10px;top: 50%;margin-top: -0.5px;height: 1px;display: block;left: 0;position: absolute;background-color: #fff;}
.FooterTop .content{height: 350px;}

.FooterEwm h3{font-weight: normal;color: #fff;font-size: 18px;background: url(../images/phone.png) no-repeat center left;padding-left: 60px;padding-top: 54px;margin-top: -3px;}
.FooterEwm h3 em{display: block;font-size: 30px;}
.FooterEwm ul{margin-top: 20px;}
.FooterEwm ul li{float: left;text-align: center;margin-left: 10px;}
.FooterEwm ul li:first-child{margin-left: 0;}
.FooterEwm ul li span{width: 114px;height: 114px;display: block;margin: 0 auto;}
.FooterEwm ul li span img{display: block;width: 114px;height: 114px;}
.FooterEwm ul li p{color: #fff;font-size: 14px;color: #fff;margin-top: 10px;}
/* Footer End */

/* Header */
.Header{background-color: #fff;}

.HeaderTop{width: 100%;line-height: 45px;border-bottom: 1px #f1f1f1 solid;overflow: hidden;}
.HeaderTop p{font-size: 14px;line-height: 45px;color: #333;float: left;}
.HeaderTop ul {float: right;}
.HeaderTop ul li {font-size: 14px;height: 45px;line-height: 45px;color: #333;float: left;text-align: right;position: relative;background: url(../images/headerxt.jpg) no-repeat center left;padding-left: 25px;margin-left: 25px;}
.HeaderTop ul li a{text-decoration: none;color: #333;font-size: 14px;}
.HeaderTop ul li:hover a{color: #1c3f8e;}
.HeaderTop ul li:first-child{padding-left: 0;margin-left: 0;background: none;}
.HeaderTop ul li em{width: 100px;height: 100px;display: block;position: absolute;top: 45px;left: -10px;z-index: 999;display: none;border: 1px #ddd solid;}
.HeaderTop ul li em img{display: block;width: 100px;height: 100px;}
.HeaderTop ul li:hover em{display: block;}

.HeaderNav{background-color: #1c3f8e;position:relative;}
.HeaderNav ul li{float: left;font-size: 16px;line-height: 60px;}
.HeaderNav ul li>a{color: #fff;display: block;padding: 0 25px;}
.HeaderNav ul li.cur>a{background-color: #f1a626;font-weight: bold;}

.HeaderLeft p{font-size: 18px;color: #1c3f8e;font-weight: bold;}
.HeaderLeft h3{font-weight: normal;font-size: 18px;color: #333;margin-top: 8px;}
.HeaderLeft h3 i{color: #043985;font-weight: bold;}

.HeaderRight{position:relative;top: 31px;}
.HeaderRight p{font-size: 24px;color: #333;font-family: "Arial";background: url(../images/headerphon01.png) no-repeat center left;padding-left: 30px;}
.HeaderRight p:first-child{margin-top: 0;}
.HeaderRight p.p2{background: url(../images/headerphon02.png) no-repeat 5px center;padding-left: 35px;}

.HeaderLeft{position:relative;top: 35px;}

.HeaderBox a.Logo{width: 206px;height: 120px;display: block;border-right: 1px #f1f1f1 solid;margin-right: 30px;padding-right: 30px;}
.HeaderBox a.Logo img{width: 206px;height: 120px;display: block;}

.HeaderNav.cur{position: fixed;top: 0;left: 0;z-index: 999;width: 100%;}
/* Header End */

/* 导航下拉 YangFangLing */
.NavDown{padding: 45px 0;position: absolute;left: 0;top: 60px;width: 100%;z-index: 99;display: none;background:rgba(251,251,251,0.95);}

.NavDownLeft{height: 220px;border-right: 1px #ddd solid;padding-right: 70px;}
.NavDownLeft p{display: block;font-size: 16px;color: #333;height: 30px;line-height: 30px;}
.NavDownLeft h3{font-size: 36px;color: #333;}
.NavDownLeft h3 a{color: #333;}
.NavDownLeft h3 a:hover{color: #043985;}
.NavDownLeft i{width: 30px;height: 3px;display: block;background-color: #043985;}

.NavDownCentent{width: 380px;padding-left: 70px;}
.NavDownCentent a{display: block;width: 50%;float: left;color: #666;font-size: 16px;height: 40px;line-height: 40px;}
.NavDownCentent a:hover{color: #043985;text-decoration: underline;}

.NavDownRight{overflow: hidden;}
.NavDownRight p{float: left;width: 197px;margin-left: 30px;text-align: center;}
.NavDownRight p:first-child{margin-left: 0;}
.NavDownRight p span{width: 195px;height: 195px;display: block;overflow: hidden;border: 1px #ddd solid;}
.NavDownRight p img{display: block;width: 195px;height: 195px;transition: .8s;}
.NavDownRight p:hover img{transform: scale(1.1);}
.NavDownRight p em{display: block;color: #333;font-size: 14px;height: 40px;line-height: 40px;}
/* 导航下拉 End */
a.keys {color: #f00;}

/*product*/
/*产品*/
.product{width: 100%;height: 952px;}
.product_main{width: 1200px;/*height: 1150px;*/margin: 0 auto;}
.product_title{width: 1200px;text-align: center;padding-top: 30px;}
.product_title h3{font-size: 36px;color: #333333;}
.product_title h3 span{font-weight: bold;}
.product_title p{font-size: 18px;color: #666666;}
.product_fl{width: 1200px;padding-top: 27px;height: 163px;}
.product_fl>ul>li{width: 1200px;height: 58px;margin-bottom: 20px;}
.product_fl_bg{width: 233px;height: 58px;float: left;background: url(../images/product_fl_bg.png)no-repeat;text-align: center;line-height: 58px;color: #ffffff;font-size: 18px;margin-right: -13px;position: relative;z-index: 100}
.product_fl_mian{width: 980px;height: 58px;float: left;border:2px solid #eeeeee;padding-left: 90px;}
.product_fl_mian ul li{float: left;width: 150px;line-height: 58px;}
.product_fl_mian ul li a{font-size: 16px;color: #333333;}
.product_fl_mian ul li a:hover{color: #e60013}
.product_more{width: 28px;height: 28px;border-radius: 50%;text-align: center;line-height: 24px;background: #e60013;float: right;position: relative;top: 13px;color: #ffffff;font-size: 24px;padding-left: 1px;margin-right: 26px;}
.product_more:hover{background: #eeeeee;}
.product_tuijian{width: 1200px;margin-top: 32px;height: 800px;}
.product_tuijian ul li{width:380px;height: 382px;float: left;margin-right: 30px;margin-bottom: 30px; overflow: hidden;}
.product_tuijian ul li:nth-child(3n){margin-right: 0px;}
.product_img{width: 380px;height: 382px;overflow: hidden;border:2px solid #e5e5e5}
.product_img img{width: 100%;}
.product_main_title{width: 380px;height: 44px;background: #c9c9c9;position: relative;top: -44px;text-align: center;line-height: 44px;color: #ffffff;font-size: 16px;}
.product_tuijian ul li:hover .product_main_title{background: #e60013}
.product_tuijian ul li:hover .product_img img{transform: scale(1.1,1.1);}
.product_tuijian ul li:hover .zhezhao img{transform: scale(1.1,1.1);}
.product_tuijian ul li:hover{position: relative;top: -10px;left: -5px;box-shadow: 5px 10px 10px #cccccc}


.product_show .product_show_box:not(:first-child){margin-top:40px;}
.product_show{width: 1200px;height: 1320px;margin:0 auto;}
.product_show_box{width: 100%;height: 400px;}

.product_content_box{width: 1200px ;margin:0 auto;}
.product_content_box p{font-size: 24px;color: #867272;line-height: 37px;}

.product_new_box{width: 1200px ;margin:0 auto;}
.product_new_box p{font-size: 24px;color: #867272;line-height: 37px;}