﻿@charset "utf-8";
@import url("iconfont.css");
.iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* 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;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.connei { background:#fff;padding:20px;}
/* 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: #df1f29;
  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: #df1f29;
  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:#df1f29;
}

/*header*/
.wrapper{margin:0 auto;width:1200px;}
.header{overflow:hidden;background:#fff;}
.header .logo{float:left;padding:25px 25px 25px 0;width:76px;height:70px;}
.header .logo img{display:block;width:76px;height:70px;}
.header .slogan{float:left;padding:25px 0 25px 30px;width:400px;height:70px;overflow:hidden;background:url(../images/t_line.gif) no-repeat left center;}
.header .slogan h2{height:36px;line-height:36px;font-size:24px;color:#242424;}
.header .slogan li{float:left;padding:0 15px;font-size:17px;line-height:24px;color:#666;background:url(../images/slogan_dot.png) no-repeat 0 center;}
.header .tel{float:right;padding:30px 0 30px 60px;height:50px;line-height:25px;overflow:hidden;background:url(../images/head_tel.png) no-repeat 0 center;}
.header .tel span{display:block;font-size:18px;color:#666;}
.header .tel strong{display:block;font-family:Arial;font-size:26px;font-weight:bold;color:#0b85e5;}
/* end header*/

/*nav*/
.nav{width:100%;height:60px;line-height:60px;background:#e7e7e7;}
.nav-list{margin:0 auto;width:1200px;}
.nav-list li{float:left;font-size:16px;position:relative;}
.nav-list li>a{display:block;padding:0 40px 0 40px;color:#333;}
.nav-list li>a:before { position: absolute; right:0; top: 0px; content: " / "; display: block; width: 100%; height: 1px;color:#f68100; /* background:#ddd; */ }
.nav-list li:nth-child(1) > a:before { content: " "}
.nav-list li>a:hover,.nav-list li.cur>a{color:#f68100;}
.nav-list li .dropDown{display:none;position:absolute;z-index:9999;top:100%;left:0;width:100%;text-align:center;background:#fff;box-shadow:0 0 30px #ccc ;}
.nav-list li .fangjindian { width:300px;}

.subMenu-list{padding-top:50px;padding-bottom:30px;width:1220px;overflow:hidden;}
.subMenu-list dd{float:left;margin-right:20px;margin-bottom:20px;width:224px;overflow:hidden;background:#fff;}
.subMenu-list dd a{display:block;padding:20px 32px;border-radius:50%;transition: all 1s;}
.subMenu-list dd a:hover{box-shadow:0 0 30px #e60009 inset;border-radius:0;}
.subMenu-list dd img{display:block;width:160px;height:160px;}
.subMenu-list dd span{display:block;margin-top:10px;height:22px;line-height:22px;font-size:14px;color:#666;text-align:center;overflow:hidden;}
.subMenu-list dd a:hover span{color:#e60009;}
.subMenu-list2{margin:0 auto;padding-top:10px;line-height:50px;text-align:center;}
.subMenu-list2 dd.menuone.cur { background: #e5e5e5;}
.subMenu-list2 dd.menuone.cur a.onea{ color: #e60009;}
.subMenu-list2 dd.menuone {display:block;font-size:14px;color:#0b85e5;position:relative;  vertical-align: top;width:100%;}
.subMenu-list2 dd.menuone a.onea{display:block;font-size:14px;color:#666;}
.subMenu-list2 dd.menuone a.onea:hover { color: #e60009; background: #e5e5e5; }

.subMenu3 {display:none;position:absolute;top:0;left:100%;width:120%;background:#fff;  box-shadow: 0 0 30px #aaa;}
.subMenu3 .menutwo {line-height:50px; }
.subMenu3 .menutwo .twoa{display:block;}
.subMenu3 .menutwo .twoa:hover { color: #e60009; background: #e5e5e5; }
/*end nav*/

/*footer*/

.f_bg{background:#c7cacd;height:280px; overflow:hidden;}
.footer{width: 1200px; margin:0 auto;}
.fudao { border-bottom:1px solid #e5e5e5;}
.f_nav{height: 50px;line-height: 50px;overflow: hidden;width:1200px;margin:0 auto;}
.f_nav ul li{float: left;padding: 0 15px;position:relative;}
.f_nav ul li:after { position: absolute; right:0; top: 0px; content: " / "; display: block; width: 100%; height: 1px;color:#fff; /* background:#ddd; */ }
.f_nav ul li a{font-size: 16px;color: #fff;}
.f_nav ul li a:hover{color: #fff;}
.f_nav ul li:first-child{background: none;}
.f_logo{width: 315px;height: 205px;padding: 25px 0 0;background:url(../images/f_line.png) no-repeat right 35px;}
.f_logo h5{height: 65px;}
.f_logo h5 img{height: 50px;}
.f_logo em{display: block;font-size: 18px;color: #fff;height: 40px;}
.f_logo p{font-size: 14px;color: #fff;line-height: 30px;}
.f_logo p a { color:#fff;}
.f_ban{width: 440px;padding: 25px 0 0 60px;height: 205px;background:url(../images/f_line.png) no-repeat right 35px;}
.f_ban p{line-height: 42px;font-size: 14px;color: #fff;padding: 0 0 0 0px;}
.f_ban span{padding: 0 10px;}
.f_ban a{color: #fff;}
.f_er{width: 320px; padding:40px 0 0;height: 190px;}
.f_er p{width: 120px;float: left;padding: 0 40px 0 0;text-align: center;}
.f_er img{ width:120px; height:120px;}
.f_er p span{display: block;font-size: 14px;color: #fff;line-height: 40px;}

/*友情链接*/
.f_link{height: 60px;line-height: 60px;overflow: hidden;}
.f_link b{display: block;float: left;font-size: 14px;color: #666;width: 80px;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1120px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}

.intro_img { width:48%;}
.culture_wrap { width:50%;}
.containerx { overflow:hidden;margin:0 auto;margin-bottom:50px;}
.culture_box { line-height:200%;}
.culture_box p{ line-height:200%;}

/*在线留言*/
.Leaving{ background: #fff url(../images/icon_4.png) no-repeat top right; box-sizing: border-box;padding:50px;}
.Leaving p { line-height:250%;}
.Leaving form{padding: 50px 76px 80px;}
.Leaving form .l_text{margin-bottom: 36px;}
.Leaving form .l_text>h3{margin-bottom: 24px; font-size: 36px;font-weight: bold; color: #000;}
.Leaving form .l_text>p{ font-size: 16px; color: #797979; line-height: 30px;}
.Leaving form .l_text>p span{margin-right: 10px;font-weight:bold;color:#666;width:100px;display:inline-block;}
.Leaving form .l_text>p span:first-child{ color: #666;}
#allmap {
    height: 389px;
}
.pconte { overflow:hidden;}
.pconte dl{padding:20px 0;float:left;width:50%;box-sizing:border-box; overflow:hidden;border-bottom:1px solid #ccc;}
.pconte dt {font-weight:bold;color:#0061cf;font-size:22px;margin-bottom:10px; }
.pconte dd {font-size:16px;line-height:30px;padding:10px 0; }
.pconte dd span{display:inline-block;width:50px;height:50px;border:1px solid #ccc;line-height:50px;text-align:center;margin-right:10px;}
.pconte dd span.sp1 { }
.pconte dd span.sp2 {background:yellow; }
.pconte dd span.sp3 {background:black;color:#fff; }
.pconte dd span.sp4 { }
.pconte dd span.sp5 { background:red;color:#fff;}
.pconte dd span.sp6 {  background:#a9870c;color:#fff;}


.mapx { overflow:hidden;}
.mapx dl{padding:20px 0;box-sizing:border-box; overflow:hidden;border-bottom:1px solid #ccc;}
.mapx dt {font-weight:bold;color:#0061cf;font-size:22px;margin-bottom:10px; }
.mapx dd {font-size:16px;line-height:30px;padding:10px 0; }
.mapx dd ul { padding-left:20px;}