/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, images/bdtg, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:12px;color:#222;font-family:"宋体";}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.6em;margin-bottom:0.75em;}
h3 {font-size:1.4em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 0.5em;}
p img.left {float:left;margin:0 15px 0 0;}
p img.right {float:right;margin:0 0 0 5px;}
a:focus, a:hover {color:#000;outline:none;}
a {color:#3d3d3d;text-decoration:none;outline:0 none;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0;padding-left:0; list-style:none;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
*:focus {outline:0 none;}

div.span-1, div.span-2, div.span-3, div.span-4,div.span-5,div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;}
div.span-1 {width:462px;box-sizing: border-box;margin-right: 40px;}
div.span-2 {width:310px;margin-right: 40px;}
.span-2 p{background: #f7f7f7;box-sizing: border-box;width: 100%;height: 252px;padding: 35px 70px  25px 60px;margin-top: 50px;}
.span-2 p{font-size: 14px;color: #666;line-height: 28px;text-indent: 2rem;}
.span-2 p a{color: #f00;}
div.span-3 {width:346px; }
div.span-4 {width:388px;margin-right: 25px;}
div.span-5 {width:363px; }
div.span-6 {width:294px; margin-right:50px;}
.span-7 {width:473px;}
.span-8 {width:900px;background:#eaeaea ;height: 845px;}
div.span-18{width:1200px;margin-bottom: 35px;}
.span-19 {width:855px;}
.span-24, div.span-24 {width:960px;}
.last, div.last {margin-right:0;width: 260px;float: none;height: 377px;margin-top: 25px;}
.spbg, div.spbg { background:none; padding-right:0;}
body{ font-family:"微软雅黑";}
/*外部框架*/
.w-1{margin:0 auto; max-width:1920px; min-width:1200px;position:relative;}
.w{width:1200px;margin:0 auto;}

.bg-1{background:url(../images/bdtg/bg-1.jpg) repeat-x -2000px bottom;width: 100%;  height:844px;box-sizing: border-box;}
.bg-1 .w{position: relative;}
.bg-1 .ab-1{width: 50%;height: 100%;}
.bg-1 .ab-2{width: 50%;height: 100%;box-sizing: border-box;padding-left: 90px;}
.bg-1 .ab-2 p{font-size: 24px;color: #333;line-height: 26px;}
.bg-1 .ab-2 p+i{display: block;width: 22px;height: 2px;background: #1470c2;margin: 10px 0px;}
.bg-1 .ab-2 span{display: block;color: #666;font-size: 14px;line-height: 26px;}
.bg-1 .ab-2 span a{color: #ff9205;font-size: 14px;}

.bg-2{background:url(../images/bdtg/bg-2.jpg) no-repeat center;width: 100%;height: 827px;}
.bg-2 .bak-3{width: 925px;height: 81px;background: url(../images/bdtg/xg-1.png) repeat-x -2000px bottom;margin: 0 auto;}
.bg-3{background: #f9f9f9;width: 100%;height: 765px;}
.bg-4{width: 100%;height: 1034px;background: url(../images/bdtg/bg-3.jpg) no-repeat center;position: relative;z-index: 2;}
.bg-5{width: 100%;height: 388px;background: url(../images/bdtg/bg_5i.jpg) no-repeat center;}
.bg-4 .xg-4{width: 100%;height: 265px;background: url(../images/bdtg/x-2.png) repeat-x;position: absolute;bottom: 0;z-index: 1;}
/*页头*/



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bam1 {
	0% { background-position:-5000px bottom;}
	50% { background-position:0 bottom;}
	100%{ background-position:5000px bottom;}
}
 
@keyframes bamxx {
	0% { background-position:-5000px bottom;}
	50% { background-position:0 bottom;}
	100%{ background-position:5000px bottom;}
}


/*导航*/
.bam1{animation:bam1 80s infinite linear; background-position:-2000px center;}
.bamxx{animation:bamxx 120s infinite linear; background-position:-2000px center;}

.bg-ys{width: 100%;height: 270px;background: url(../images/bdtg/pic-ys.jpg) no-repeat center;}
/*焦点图*/
.banner-tg{height: 518px;margin:0 auto; z-index:100;clear:both; position:relative; max-width:1900px; min-width:1200px; overflow:hidden;background: url(../images/bdtg/banner.jpg) no-repeat 100% 100%;}
.banner{height:518px; margin:0 auto; z-index:100;clear:both; position:relative; max-width:1900px; min-width:1200px; overflow:hidden;}
.banner #kinMaxShow .kinMaxShow_image_box .kinMaxShow_image_item{left:0; top:0;}
#kinMaxShow .bw{ width:1200px; position:relative; margin:0 auto; height:401px;}
#kinMaxShow .kinMaxShow_image_item .sub_1_1{ display:block; position:absolute;right:200px; top:99px;opacity: 0;filter: alpha(opacity=0);width:284px; height:468px; }
#kinMaxShow .kinMaxShow_image_box .kinMaxShow_image_item .sub_1_1 div{ width:284px; height:468px; background:url(../images/bpic_01.png) no-repeat 0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="../images/bpic_01.png", enabled=true, sizingMethod=scale); }

#kinMaxShow .kinMaxShow_image_item .sub_1_2{ display:block; position:absolute;right:-415px; top:176px;opacity: 0;filter: alpha(opacity=0);width:629px; height:315px; }
#kinMaxShow .kinMaxShow_image_box .kinMaxShow_image_item .sub_1_2 div{ width:629px; height:315px; background:url(../images/bfont_01.png) no-repeat 0 0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="../images/bfont_01.png", enabled=true, sizingMethod=scale); }
/*页脚*/

/*联系我们*/
#container{ display:block; width:auto;height:698px;}

/*表单*/

----------------------------------------------------*/
.s-fc,a.s-fc:hover{color:#fff;}

.orange{ color:#e3943a;}
.green{ color:#2ea464;}	
.green01{ color:#669933; font-size:18px; font-weight:bold}
.red{ color:#dd1517}
.white{ color:#fff;}
.gray{ color:#999;}
.gray-line{ color:#888; text-decoration:line-through; font-size:12px;}
.blue{ color:#3366cc}
.price{ float:right;color:#777676}

.pt10{padding-top:10px;}
.pt22{padding-top:22px;}
.pt45{padding-top:45px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml65{margin-left:65px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt45{ margin-top:45px;}


/* grid 布局
----------------------------------------------------*/

/*内部*/
.g-in{ width:1002px; margin:0 auto;overflow:visible;zoom:1;}
/* 头部 */
.g-hd{ width:100%; height: 95px; border-bottom:3px solid #189454; padding-top:6px;}
/* 幻灯 */
.g-ban{ width:100%;}
.g-ban .banner{ width:1420px; height: 192px; margin:0 auto; background-color: #b4deff;position: relative;}
/* 底部 */
.g-ft{width:100%;padding: 30px 0 10px;border-top: 1px solid #dbdbdb;background: -webkit-linear-gradient(#f9f9f9,#fff 30px);background: -moz-linear-gradient(#f9f9f9,#fff 30px);background: -ms-linear-gradient(#f9f9f9,#fff 30px);background: linear-gradient(#f9f9f9,#fff 30px);}
/* 两列定宽布局 - 内页 */
.g-bd{width:auto; margin:0 auto;}
.g-mn{float:right;width:785px;}
.g-sd{float:left;width:182px;}
/* 窄 */
.g-mn-s{float:left;width:650px;}
.g-sd-s{float:right;width:350px;}
/* 两列右侧自适应布局 */
.g-bd1{margin:0 0 10px;}
.g-sd1{position:relative;float:left;width:250px;margin-right:-250px;}
.g-mn1{float:right;width:100%;}
.g-mn1c{margin-left:280px;}
/* 两列左侧自适应布局 */
.g-bd2{margin:0 0 10px;}
.g-sd2{position:relative;float:right;width:300px;margin-left:-300px}
.g-mn2{float:left;width:100%;;}
.g-mn2c{margin-right:330px;}
/* 三列中间自适应布局 */
.g-bd5{margin:0 0 10px;}
.g-sd51,.g-sd52{position:relative;float:left;width:230px;margin:0 -230px 0 0;}
.g-sd52{float:right;width:190px;margin:0 0 0 -190px;}
.g-mn5{float:left;width:100%;}
.g-mn5c{margin:0 200px 0 240px;}




/* module 模块
----------------------------------------------------*/
/* 警告 */
.m-notice { border:#ffd199 1px solid; padding:16px 10px; margin: 16px 0px 10px; color: #c86400; background-color: #fff4cc;}

/* logo */
.m-logo{width:90px; float:left; padding-top:0px;overflow:hidden;line-height: 0;}
/* tools */
.m-tool{ width:740px; float:right;text-align:right; line-height:24px;color:#a3a3a3; position:relative;}
.m-tool a{ color:#666666;}
.m-tool ul li { color: #666666; margin: 0 8px 0 0;}
/* tools-phone */
.m-phone{float:left;width: 46%;padding: 20px 0 10px;text-align: left;}
.m-phone h1,.m-phone h2{display: inline;margin-right: 3px;color:#bdbdbd;font-family:Arial, Helvetica, sans-serif;line-height:45px;}
.m-phone h1{font-size:18px;font-family:"微软雅黑","黑体"}
.m-phone h2{font-size:22px;font-family:"Arial Narrow"}

/*一级菜单*/
.m-nav{width:830px;height:auto;float:right;padding-top:20px;margin-left:30px;position:relative; line-height:44px;}
.m-nav .navs{/*margin:0 auto;list-style:none;display:block; width:740px;height:100px;text-align:center;position:relative;*/}
.m-nav .navs li{ float:left; text-align:center;  z-index: 99999;}
.m-nav .navs li a{padding: 0px 27px;color: #545454;font-size: 16px;border-right: 1px solid #b8b8b8;display: inline-block;line-height: 16px;}
.m-nav .navs li a:visited{text-decoration:none;}
.m-nav .navs li a:hover,.nav ul li a.cur{color:#189454; background:none;text-decoration:none;}
/*二级菜单*/
.m-nav li ul.menu{position: absolute;visibility: hidden;z-index:10000;overflow:hidden;padding-left:2.5em;left:35%;width:610px;}
.m-nav li ul.menu li{float: left;width:100px;height:28px;}
.m-nav li ul.menu li a{display:block;width:auto;height:28px;line-height:28px;color:#000;font-weight:normal;text-align:center;font-size:14px;}
.m-nav li ul.menu li a:hover{color:#000;font-weight:bold; font-family:"宋体";border:none; background: none;}
.m-nav ul li.none{ background:none;}

/* 普通翻页器-默认居中 */
.m-page{margin:10px 0 0;text-align:center;line-height:32px;font-size:0;letter-spacing:-0.307em;word-wrap:normal;white-space:nowrap;color:#999;}
.m-page a,.m-page i{display:inline-block;vertical-align:top;padding:0 12px;margin-left:-1px;border:1px solid #ddd;font-size:12px;letter-spacing:normal;text-shadow:0 1px #fff;background:#fff;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-ms-transition:background-color 0.3s;transition:background-color 0.3s;}
.m-page a,.m-page a:hover{text-decoration:none;color:#39c;}
.m-page a:first-child{margin-left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.m-page a:last-child{margin-right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.m-page a.pageprv:before,.m-page a.pagenxt:after{font-weight:bold;font-family:\5b8b\4f53;vertical-align:top;}
.m-page a.pageprv:before{margin-right:3px;content:'\3C';}
.m-page a.pagenxt:after{margin-left:3px;content:'\3E';}
.m-page a:hover{background:#f5f5f5;}
.m-page a:active{background:#f0f0f0;}
.m-page a.z-crt,.m-page a.z-crt:hover,.m-page a.z-crt:active{cursor:default;color:#999;background:#f5f5f5;}
.m-page a.z-dis,.m-page a.z-dis:hover,.m-page a.z-dis:active{cursor:default;color:#ccc;background:#fff;}
/* 居左 */
.m-page-lt{text-align:left;}
/* 居右 */
.m-page-rt{text-align:right;}
/* 较小 */
.m-page-sm{line-height:22px;}
.m-page-sm a,.m-page-sm i{padding:0 8px;}
/* 分离 */
.m-page-sr a,.m-page-sr i{margin:0 3px;border-radius:5px;}
.m-page-sr i{border:0;}
.m-page-sr a:first-child,.m-page-sr a:last-child{border-radius:5px;}

/* 多行式面包屑导航 */
.m-crumb{overflow:hidden;line-height:2.5;zoom:1;}
.m-crumb ul{margin-right:20px; float:right; width:auto;}
.m-crumb li{float:left;word-wrap:normal;white-space:nowrap;}
.m-crumb li i{display:inline-block;*display:inline;*zoom:1;width:20px;text-align:center;font-size:12px;/*color:#ccc;*/font-family:\5b8b\4f53;}
/*面包屑*/
/*面包屑*/
.sub-q{width: 100%;border-bottom: 1px solid #d2d2d2;}
.height-n{height: 20px !important;background: #fff !important;}
.height-n a{top: -105px !important;}
.title-mbx{background: url(../images/bdtg/home.png) no-repeat left center;padding-left: 40px;}
.title-mbx span{height: 65px;line-height: 65px;color: #0071c3;}
.title-mbx .cla-na{font-size: 23px;color: #000;font-weight: bold;}
.title-mbx .cla-na em{font-style: normal;font-size: 15px;color: #3d3b3b;font-weight: normal;}
.title-mbx .place{line-height:65px; height:65px;color:#8f8f8f;font-size:14px;text-transform: uppercase; text-align:right; margin-right:15px;}
.title-mbx .place a{ color:#8f8f8f;}
.title-mbx .place a:hover{color:#f00;}

/*新闻中心二级分类*/
.subnav-n{width: 45%;margin: 10px auto;}
.subnav-n li{float: left;}
.subnav-n li a{font-size: 18px;color: #656565;border-right: 1px solid #656565;padding:0px 17px;display: inline-block;height: 22px;line-height: 22px;}
.subnav-n li:last-child a{border-right: none;}
.subnav-n li a:hover{color: #4f4cca;transition-duration: .5s;}
/* 空白分隔 */
.m-crumb-blank ul{margin-left:-10px;}
.m-crumb-blank li{display:inline;margin-left:10px;}
/* 绝对定位 */
.m-crumb-p{position:absolute;right:0;top:25%;}
/* 边框 */
.m-crumb-b{border-top: 1px dotted #ccc;border-bottom: 1px dotted #ccc;padding: 8px 0}


/* 简易文字链接列表 */
.m-list{line-height:21px;}
.m-list a,.m-list a:hover{text-decoration:none;color:#777;}

/* 水平文字链接列表 */
.m-list1{line-height:23px;}
.m-list1 ul{margin-left:-6px;}
.m-list1 li{float:left;}
.m-list1 a{padding:0 6px;word-wrap: normal; word-break: keep-all;}
.m-list1 a,.m-list1 a:hover{text-decoration:none;color:#818181;}
/* 水平文字链接列表-颜色1 */
.m-list1-c1 a,.m-list1-c1 a:hover{color:#3891eb;}

/* 带点文字链接列表-默认方点,适用于新闻列表 */
.m-list2{padding-top:1px;line-height:1.5;}
.m-list2 ul{padding: 16px 12px;}
.m-list2 li{position:relative;padding-left:10px;margin-top:5px;zoom:1;}
.m-list2 li i.dot{position:absolute;top:15px;left:0;width:0;height:0;overflow:hidden;margin-top:-3px;border:2px solid;}
.m-list2 li i.dot.dot2{ width:6px; height:10px; top:9px; margin-top:0px; border:none; background:url(../images/base/icon.png) 0px -56px no-repeat;}
.m-list2 li i.dot.dot2.dot2a{ background-position:-4px -1409px;}
.m-list2 li i.dot.dot2.dot2b{ background-position:-4px -1409px;}

/* 固定文字较大 */
.m-list2-lg{font-size:14px;}
/* 标题 */
.m-list2 .u-ctt{height:42px;line-height:42px;background-color: black;}
.m-list2 .u-cttf{color:#ffffff;left: 15px;}
.m-list2 .u-btn2{height: 42px;margin-top: -21px;}
.m-list2 .u-btn3{background-position: 18px -221px;}

/* 左图右文图文列表-默认竖排 */
.m-list3{padding:5px 0;border-bottom:1px dashed #dfdfdf;zoom:1;}
.m-list3 li{display:inline;float:left;width:100%;margin:10px 0 0;}
.m-list3 .txt{float:right;width:100%;height:95px;overflow:hidden;margin-left:-136px;}
.m-list3 h3,.m-list3 p{margin-left:136px;overflow:hidden;line-height:20px;}
.m-list3 h3{margin-bottom:5px;}
.m-list3 h3 a,.m-list3 h3 a:hover{color:#333;}
.m-list3 .u-img-am{float:left;width:115px;height:85px;}
.m-list3 .u-img-am img{height: 100%}
.m-list3 .u-img2{float:left;width:94px;height:94px;}
/* 横排 */
.m-list3-x ul{margin:-11px 0 0 -10px;}
.m-list3-x li{width:230px;margin:10px 0 0 10px;}

/* 上图下文图文列表 */
.m-list4{padding:1px 0 0;zoom:1;}
.m-list4 ul{margin:-11px 0 0 -10px;}
.m-list4 li{display:inline;float:left;width:226px;margin:10px 0 0 10px;}
.m-list4 h3,.m-list4 p {width:100%;height:18px;overflow:hidden;margin:5px 0 0;line-height:18px;text-align: center;}
.m-list4 h3 a{color:#333;}
.m-list4 h3 a:hover{color:#F60}
.m-list4 .u-img-am,.m-list4 .u-img2{width:195px;height:155px;}

/* 带图标，多分类文字链接列表 - exp:产品分类 */
.m-list5{padding-top:1px;line-height:1.5;overflow: hidden;}
.m-list5 ul{padding: 16px 12px 26px 12px;background-color: #e4e4e4;}
.m-list5 li{position:relative;margin-top:5px;border-bottom: 1px solid #a9a9a9;background:none;zoom:1;}
.m-list5 li:last-child{border:none;}
.m-list5 li h4,.m-list5 li h4 a{display:block;font-size: 14px;font-weight:normal;width: 100%;color: inherit;}
.m-list5 li h4 a:hover{background-color: #d52a2a;color:#ffffff;}
.m-list5 li p{padding-left: 16px;}
.m-list5 li p a{position: relative;display: inline;float: left;height: 24px;line-height: 24px;white-space: nowrap;padding: 0 5px;color: #818181;}
/* 默认方点 */
.m-list5 i.dot{position:absolute;top:0.75em;left:0;width:0;height:0;overflow:hidden;margin-top:0px;border:2px solid;}
/* 自定义标志 */
.m-list5 i.icon{width:1.5em;background-position:5px -287px;}
/* 固定文字较大 */
.m-list5-lg{font-size:14px;}
/* 标题 */
.m-list5 .u-ctt{height:42px;line-height:42px;background-color: black;}
.m-list5 .u-cttf{color:#ffffff;left: 15px;}
.m-list5 .u-btn2{height: 42px;margin-top: -21px;}
.m-list5 .u-btn3{background-position: 18px -221px;}

/* 垂直文字链接列表 - exp:底部网站导航 */
.m-list6 dl{ float:left; padding:0 24px;}
.m-list6 dl.first{padding-left: 0px;}
.m-list6 dl.last{padding-right: 0px;}
.m-list6 dt{ color:#bdbdbd; line-height:30px;font-weight:bold;font-size: 14px;}
.m-list6 dd a{ color:#767676; text-transform:uppercase; font-variant:small-caps;}
.m-list6 dd a:hover{ color:#ccc;}

﻿/* 简易表单 */
.m-form{line-height:29px;color:#555;}
.m-form legend{font-size:14px;font-weight:bold;}
.m-form .formitm{padding:20px 0 0;line-height:30px;}
.m-form .formitm.last{padding:10px 0;}
.m-form .formitm-1{}
.m-form .lab{float:left;width:90px;margin-right:-90px;text-align:right;font-weight:bold;}
.m-form .ipt{ background:none;}
.m-form .ipt *{vertical-align:middle;}
.m-form .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#fb5500;}
.m-form .ipt img{height:28px;margin:0 15px 0 5px;}
.m-form .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form .ipt p{height:22px;line-height:22px;color:#fb5500;}
.m-form .tip{padding-top:10px;color:#545454!important;}
.m-form .tip input{margin:0 5px 3px 0;}

/* 简易表单-2 */
.m-form2{line-height:29px;color:#555;}
.m-form2 legend{font-size:14px;font-weight:bold;}
.m-form2 .formitm{width:200px;float:left;padding:20px 0 0;line-height:30px;}
.m-form2 .formitm-1{padding-left:100px;}
.m-form2 .ipt *{vertical-align:middle;}
.m-form2 .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#3891eb;}
.m-form2 .ipt img{height:32px;margin:0 15px 0 5px;}
.m-form2 .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form2 .ipt p{height:22px;line-height:22px;color:#999;}

﻿/* 简易表单-上下排列 */
.m-form3{line-height:29px;color:#555;}
.m-form3 legend{font-size:14px;font-weight:bold;}
.m-form3 .formitm{padding:10px 0 0;line-height:30px;}
.m-form3 .formitm.last{padding:10px 0;}
.m-form3 .formitm-1{padding-left:100px;}
.m-form3 .lab{float:none;width:90px;margin-right:-90px;text-align:right;font-weight:bold;}
.m-form3 .ipt{margin-left:0px; background:none;}
.m-form3 .ipt *{vertical-align:middle;}
.m-form3 .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#fb5500;}
.m-form3 .ipt img{height:28px;margin:0 15px 0 5px;}
.m-form3 .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form3 .ipt p{height:22px;line-height:22px;color:#fb5500;}
.m-form3 .ipt .u-ipt{ width:275px; height:21px; text-indent:2em; background:url(../images/base/icon.png) -100px 100px no-repeat;}
.m-form3 .ipt .u-ipt#uname{ background-position:10px -56px;}
.m-form3 .ipt .u-ipt#upwd{ background-position:10px -84px;}
.m-form3 .tip{padding-top:10px;color:#545454!important;}
.m-form3 .tip input{margin:0 5px 3px 0;}


/* 表单验证结果 */
/* 验证错误信息提示-默认label标记,类名error,元素后方*/
label.error{vertical-align: middle;color: #FFF!important;font-weight: 400;text-transform: uppercase;margin: -.25em .25em 0;padding: .5em .8em;background-color: #D95C5C!important;border-color: #D95C5C!important;border-radius: .325em;z-index: 999;width: 60%;}
label.success{display:none!important;}
/* 验证错误信息提示2-默认label标记,类名error,绝对定位*/
.valid-pa label.error{display: inline-block;vertical-align: middle;color: #FFF!important;font-weight: 400;text-transform: uppercase;margin: -.25em .25em 0;padding: .5em .8em;background-color: #D95C5C!important;border-color: #D95C5C!important;border-radius: .325em;position: absolute;top: 5%;left: 5%;z-index: 999;width: 60%;}
/* 验证成功信息提示-自定义P标记,类名error,元素后方*/
p.success,p.error{display: inline;vertical-align: middle;margin: -.25em .85em 0;padding: 0em .8em 0em 1.2em; background:url(../images/base/icon.png) 0px -1000px no-repeat;}
p.success{ background-position:0px -360px!important;}
p.error{ background-position:0px -383px;}

/* input错误提示的样式*/
input.error,textarea.error{background-color: #fffafa!important;border-color: #e7bebe!important;color: #D95C5C!important;}

/* 验证错误信息提示2-信息统一放置一个盒子 */
.m-warn{float:left;/*background-color: #D95C5C!important;*/border-color: #D95C5C!important;border-radius: .325em;margin:.3em 0 0 1em;width: 73%;height: auto;}
.m-warn p{background:none;display: block;}
.m-warn .error{/*padding: 8px 6px;*/vertical-align: middle;color: #FFF!important;font-weight: 400;text-transform: uppercase;font-style:normal;}
.m-warn .success{display:none!important;}

/* 简易数据表格-格边框 */
.m-table{table-layout:fixed;width:100%;line-height:1.5;}
.m-table th,.m-table td{padding:10px;border:1px solid #e8e8e8; text-align:center;}
.m-table th{font-weight:bold;}
.m-table tbody tr:nth-child(2n){background:#fafafa;}
.m-table tbody tr:hover{background:#e4f4e9;}
.m-table tbody tr:nth-child(2n):hover{background:#fff;}
.m-table .cola{width:100px;}
.m-table .colb{width:200px;}
/* 简易数据表格-行边框*/
.m-table-row th,.m-table-row td{border-width:0 0 1px;}
/* 简易数据表格-圆角*/
.m-table-rds{border-collapse:separate;border:1px solid #ddd;border-width:0 1px 1px 0;border-radius:5px;}
.m-table-rds th,.m-table-rds td{border-width:1px 0 0 1px;}
.m-table-rds > :first-child > :first-child > :first-child{border-top-left-radius:5px;}
.m-table-rds > :first-child > :first-child > :last-child{border-top-right-radius:5px;}
.m-table-rds > :last-child > :last-child > :first-child{border-bottom-left-radius:5px;}
.m-table-rds > :last-child > :last-child > :last-child{border-bottom-right-radius:5px;}


/* 搜索模块-默认居右侧 */
.m-search{float: right;padding:0px 0 0 5px;}
.m-search .input{width:163px;height:10px;padding:5px;float: left;line-height:14px;vertical-align:middle;font-family:Arial, Helvetica, sans-serif;font-size:12px;white-space: nowrap;border:1px solid #cecece;background:#f5f5f5;padding-left:10px;/*-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;*/}
/* 提交按钮1 */
.m-search .submit{text-align: center;vertical-align: middle;height: 26px;padding: 0 9px;cursor: pointer;outline: 0;overflow: hidden;border: 1px solid #b3b3b3;border-bottom: 1px solid #939393;background: #f0f0f0;background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.1,#d5d5d5),color-stop(0.93,#f0f0f0),color-stop(0.99,#fff));background-image: -webkit-linear-gradient(center bottom,#d5d5d5 10%,#f0f0f0 93%,#fff 99%);background-image: -moz-linear-gradient(center bottom,#d5d5d5 10%,#f0f0f0 93%,#fff 99%);background-image: -ms-linear-gradient(center bottom,#d5d5d5 10%,#f0f0f0 93%,#fff 99%);background-image: -o-linear-gradient(center bottom,#d5d5d5 10%,#f0f0f0 93%,#fff 99%);background-image: linear-gradient(center bottom,#d5d5d5 10%,#f0f0f0 93%,#fff 99%);-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 0 #c0c0ba;-moz-box-shadow: 0 1px 0 #c0c0ba;box-shadow: 0 1px 0 #c0c0ba;font-family: Arial,Helvetica,sans-serif;text-shadow: 0 1px 0 #eeeeec;font-size: 12px;color: #505050;}
.m-search .submit:hover{border-color: #939393;background: #e7e7e7;background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.03,#c6c6c6),color-stop(0.93,#f0f0f0),color-stop(0.99,#fafafa));background-image: -webkit-linear-gradient(center bottom,#c6c6c6 3%,#f0f0f0 93%,#fafafa 99%);background-image: -moz-linear-gradient(center bottom,#c6c6c6 3%,#f0f0f0 93%,#fafafa 99%);background-image: -ms-linear-gradient(center bottom,#c6c6c6 3%,#f0f0f0 93%,#fafafa 99%);background-image: -o-linear-gradient(center bottom,#c6c6c6 3%,#f0f0f0 93%,#fafafa 99%);background-image: linear-gradient(center bottom,#c6c6c6 3%,#f0f0f0 93%,#fafafa 99%);}
/* 提交按钮2 */
.m-search .submit-c1{text-align: center;vertical-align: middle;height: 22px;padding: 0 9px;cursor: pointer;outline: 0;overflow: hidden;border: 1px solid #cecece;border-left: 0px;background: #f0f0f0;font-family: Arial,Helvetica,sans-serif;font-size: 12px;color: #a6a6a6;}
.m-search .submit-c1:hover{/*border-color: #939393;*/background: #e7e7e7;}
/* 提交按钮3 */
.but80 { width:31px; height:25px;float:left;font-size:14px; font-weight:bold; color:#FFFFFF; text-align:center;  border:none;  background:url(../images/search.jpg) no-repeat; cursor:pointer}
.but80_hover{ background-position:1px 2px;}

/*无搜索结果*/
.m-searchNoResult{overflow: hidden; background: #ffffff; _zoom: 1;}
.m-searchNoResultCon{width: 460px;margin: 25px auto;}
.m-searchNoResultCon p{_position: relative;overflow: hidden;_zoom: 1;}
.m-searchNoResultCon p.t{margin-left: -25px;padding: 0 0 20px 25px;color: #333;font-weight: bold;font-size: 14px;}
.m-searchNoResultCon p.t s{float: left;width: 17px;height: 17px;overflow: hidden;margin: 3px 0 0 -20px;background: url(../images/base/icon.png) no-repeat -31px -1373px;}
.m-searchNoResultCon p.t a{ color:#80c8da;}




/* unit 元件
----------------------------------------------------*/

/*标签-带链接*/
.u-label{font-size:12px;}
.u-label{display: inline-block;vertical-align: middle; padding: .5em .5em;color: rgba(0,0,0,.65);text-transform: uppercase;font-weight: 400;border-radius: .325em;}
a.u-label{cursor: pointer;}

i.icon{font-size: 1em;}
i.icon{display: inline-block;margin: 0 .25em 0 0;width: 1.5em;height: 1.5em;line-height: 1;vertical-align: middle;background:url(../images/base/icon.png) no-repeat;}
i.icon.weixin{background-position: 3px 0;}
i.icon.weibo{background-position: 0 -24px;}


/* 无边图片容器-默认定宽定高、图片拉伸 */
.u-img{display:block;position:relative;width:110px;height:110px;}
.u-img img{display:block;width:100%;height:100%;}
/* 图片高适应 */
.u-img-ha,.u-img-ha img{height:auto;}
/* 图片垂直水平居中 */
.u-img-am{border:6px solid #e9e9e9;padding:1px;background:#fff;overflow: hidden;/*非IE的主流浏览器识别的垂直居中的方法*/display: table-cell;/*设置垂直居中*/vertical-align:middle;/*设置水平居中*/text-align:center;/*针对IE的Hack*/*display: block;*font-size:40px;}
.u-img-am img{vertical-align:middle; border: none;display:inline;}


/* 栏目头部通用样式,column title */
.u-ctt{height:32px;line-height: 32px;position:relative;}
/* 标题文字 */
.u-cttf{ width:auto; height:100%; position:absolute; left:0; top:0; text-align:left;font-weight:bold;color:#323232;}
/* 较小 */
.u-cttf-sm{font-size:12px;}
/* 中等 */
.u-cttf-md{font-size:14px;}
/* 较大 */
.u-cttf-lg{font-size:16px;}
/* 很大 */
.u-cttf-xl{font-size:18px;}
/* 栏目头部按钮 */
.u-ctt .u-btn{position:absolute;right:5px;top:0%;}
/* 标题扩展样式 */
.u-ctt-b{border-bottom: 1px dotted #1d1d1d;height: 40px;line-height: 40px;}


/* 文本输入框 */
.u-ipt{width:321px;padding:5px 0px 5px 20px;height:26px;border:1px solid #88abfa;line-height:26px;font-size:18px;color:#fff;border-radius:50px;background: #5684ec;}
.u-ipt::-webkit-input-placeholder{font-size: 18px;color: #fff;font-weight: bold;line-height: 26px;padding-left: 40px;font-family: "微软雅黑";}
/* 文本输入框-窄 */
.u-ipt-1{width:90px;}
/* 文本输入框-出错 */
.u-ipt-err{border-color:#c00 #e00 #e00;}
/* 内容框 */
.u_textarea{width:321px;height:26px;padding:5px;border:1px solid #88abfa;line-height:26px;font-size:18px;color:#fff;background: #5684ec;border-radius:50px;padding: 5px 0 5px 20px}
.u_textarea::-webkit-input-placeholder{font-size: 18px;color: #fff;font-weight: bold;line-height:26px;padding-left: 40px;font-family: "微软雅黑";}
/* 下拉框 */
.u-select{/*width: 192px;font-size: .8em;*/cursor: pointer;display: inline-block;word-wrap: break-word;white-space: normal;padding: 2px 1px 2px 5px; margin: 0;border: 1px solid #D9D9D9;border-top-color: #c0c0c0;color: #777;background: #fafafa; height:24px; line-height:24px;}


/* 通用自定义按钮-优雅降级-默认蓝色 */
.u-btn{width: 321px;height: 56px;border-radius: 50px;background: #fff;}
button.u-btn{*height:30px;_line-height:25px;}
.u-btn,.u-btn:hover{color: #5684ec;font-size: 20px;text-decoration:none;font-weight: bold;}
.u-btn:hover,.u-btn:focus{}
.u-btn:active{box-shadow:inset 0 1px 4px rgba(0,0,0,0.2);}
.u-btn::-moz-focus-inner{padding:0;margin:0;border:0;}
.u-btn .btntxt{margin-right:3px;_vertical-align:middle;}
.u-btn .btnsel{display:inline-block;*display:inline;*zoom:1;width:0;height:0;overflow:hidden;vertical-align:middle;border-style:solid dashed dashed;border-width:4px 4px 0;border-color:rgba(255,255,255,0.8) transparent transparent;}
.u-btn:hover .btnsel,.u-btn:focus .btnsel{border-top-color:rgba(255,255,255,1);}
/* 较大 */
.u-btn-lg{padding:0 15px;height:36px;line-height:36px;font-size:18px;}
button.u-btn-lg{*height:38px;_line-height:33px;}
.u-btn-lg .btnsel{border-width:5px 5px 0;}
/* 较小 */
.u-btn-sm{padding:0 10px;height:22px;line-height:22px;}
button.u-btn-sm{*height:24px;_line-height:19px;}
/* 红色 */
.u-btn-c1{border-color:#9f161b;background:#de2027;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#ee232a),to(#cc1c23));background:-webkit-linear-gradient(#ee232a,#cc1c23);background:-moz-linear-gradient(#ee232a,#cc1c23);background:-ms-linear-gradient(#ee232a,#cc1c23);background:linear-gradient(#ee232a,#cc1c23);}
.u-btn-c1:hover,.u-btn-c1:focus{background:#cc1c23;}
/* 橙色 */
.u-btn-c2{border-color:#e1962d;background:#faa42b;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fbb149),to(#f8960a));background:-webkit-linear-gradient(#fbb149,#f8960a);background:-moz-linear-gradient(#fbb149,#f8960a);background:-ms-linear-gradient(#fbb149,#f8960a);background:linear-gradient(#fbb149,#f8960a);}
.u-btn-c2:hover,.u-btn-c2:focus{background:#f8960a;}
/* 绿色 */
.u-btn-c3{border-color:#52a552;background:#5cbc5c;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#68c668),to(#50b150));background:-webkit-linear-gradient(#68c668,#50b150);background:-moz-linear-gradient(#68c668,#50b150);background:-ms-linear-gradient(#68c668,#50b150);background:linear-gradient(#68c668,#50b150);}
.u-btn-c3:hover,.u-btn-c3:focus{background:#50b150;}
/* 灰色 */
.u-btn-c4{border-color:#d0d0d0;text-shadow:0 1px rgba(255,255,255,0.8);background:#f3f3f3;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fefefe),to(#e7e7e7));background:-webkit-linear-gradient(#fefefe,#e7e7e7);background:-moz-linear-gradient(#fefefe,#e7e7e7);background:-ms-linear-gradient(#fefefe,#e7e7e7);background:linear-gradient(#fefefe,#e7e7e7);}
.u-btn-c4,.u-btn-c4:hover{color:#333;}
.u-btn-c4:hover,.u-btn-c4:focus{background:#e7e7e7;}
.u-btn-c4 .btnsel{border-top-color:rgba(0,0,0,0.6);}
.u-btn-c4:hover .btnsel,.u-btn-c4:focus .btnsel{border-top-color:rgba(0,0,0,1);}
/* 自定义-深灰 */
.u-btn-c5{border-color:#1f1f1f;text-shadow:0 -1px rgba(74,74,74,0.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#202020),to(#212121));background:-webkit-linear-gradient(#202020,#212121);background:-moz-linear-gradient(#202020,#212121);background:-ms-linear-gradient(#202020,#212121);background:linear-gradient(#202020,#212121);}
.u-btn-c5,.u-btn-c5:hover{color:#898989;}
.u-btn-c5:hover,.u-btn-c5:focus{background:#4c4c4c;}
.u-btn-c5 .btnsel{border-top-color:rgba(0,0,0,0.6);}
.u-btn-c5:hover .btnsel,.u-btn-c5:focus .btnsel{border-top-color:rgba(0,0,0,1);}
/* 黄色 */
.u-btn-c6{border-color:#f68b01;background:#f36a00;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f36a00),to(#ff5001));background:-webkit-linear-gradient(#f36a00,#ff5001);background:-moz-linear-gradient(#f36a00,#ff5001);background:-ms-linear-gradient(#f36a00,#ff5001);background:linear-gradient(#f36a00,#ff5001);}
.u-btn-c6:hover,.u-btn-c6:focus{background:#f8960a;}
/* 兼容型--浅绿 */
.u-btn-c7{ border-radius:0; box-shadow:none; border-color:#82c40b;background:#82c40b;}
.u-btn-c7:hover,.u-btn-c7:focus{background:#acd85c;}
/* 兼容型--橙色 */
.u-btn-c8{ border-radius:0; box-shadow:none; border-color:#ff9600;background:#ff9900;}
.u-btn-c8:hover,.u-btn-c8:focus{background:#ffa200;}
/* 定制按钮-文字 */
.u-btn2{display:inline-block;position:absolute;right:0px;top:50%; margin-top:-14px;padding:0 12px;height:28px;line-height:28px;font-size:12px;letter-spacing:1px;text-align:center;vertical-align:middle;cursor:pointer;word-wrap:normal;white-space:nowrap;}
/* 定制按钮-背景图 */
.u-btn3{width:292px; height:32px; border:none; color:#FFF; font-size:14px; padding-right:0; /*background: url(../images/button_04.jpg);*/}


/* 返回 */
.u-back{ font-size:12px;}
/* 上下篇 */
.u-np *{ font-size:12px;}
/* 查看详细 */
.u-more{ font-size:12px; color:#ffffff!important;}
.u-more:hover{color: #ffffff;}




/* functions 函数
----------------------------------------------------*/
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-pa{position:absolute;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center!important;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}

.f-center{margin:0 auto;}
.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.overflow{text-indent:-9999px;font-size:0;line-height:0;}
.overflow a{display:block;width:100%;height:100%;}
/*内页*/
/*
 * nbanner
 */
.nbanner span,.nbanner span a{color: #fff;}
.nbanner span.size1{display: block;width: 373px;height: 56px;background: url(../images/bdtg/bg-c.png) no-repeat center;}
.nbanner span.size2{font-size: 18px;font-weight: normal}
.nbanner::before{content: " ";display: inline-block;height: 100%;width: 0%;vertical-align: middle;}
.nbanner{width: 100%;height: 323px;background: url(../images/bdtg/nybanner.jpg) no-repeat center;box-sizing: border-box;padding-left: 30%;text-align: center;}
.nbanner1{background: url(../images/bdtg/bg_news.png) no-repeat center;padding-left: 0;}
.nbanner1 .size2{display: block;margin-top: 80px;}
/*垂直居中*/
.ghost-center p{display: inline-block;vertical-align: middle;margin: 0;padding:0 20px;color: #fff;font-size: 14px;}

.back-1{background: #eee;border-bottom: none !important;}
.title-con{width: 100%;height: 163px;border-bottom: 1px solid #e0e0e0;}
.title-con .w {text-align: center;box-sizing: border-box;position: relative;padding-top: 50px;}
.title-con .w a.bam3{display: block;width: 69px;height: 69px;border: 1px solid #ebebeb;border-radius: 50%;background: url(../images/bdtg/bg_jt.jpg) no-repeat center #fff;position: absolute;top: -35px;left: 47%;}
@keyframes bam3 {
	0% { transform: translate(0,-10px);}
	50% { transform: translate(0,10px);}
	100%{ transform: translate(0,-10px);}
}

/*导航*/
.bam3{animation:bam3 2s infinite linear; transform: translate(0,0px);}
.title-con .w p{font-size: 30px;color: #191919;font-weight: bold;margin-bottom: 5px;}
.title-con .w span{display: block;font-size: 18px;color: #656565;}

.block-dt{width: 100%;height: 717px;background: url(../images/bdtg/bg_dt.jpg) no-repeat center;box-sizing: border-box;padding-top: 235px;position: relative}
.block-txt{position: absolute;right:80px;}
.block-txt span{display: block;font-size: 14px;color: #8f8f8f;line-height: 24px;}
.block-txt p{font-size: 18px;color: #535353;}
.block-txt i{display: block;width: 51px;height: 2px;background: #535353;margin-bottom: 10px;}
.block-txt .tit-job{width: 100%;position: relative;}
.block-txt .tit-job span{display: block;font-size: 11px;color: #969696;font-family: "宋体";border-bottom: 1px solid #cecece;box-sizing:border-box;padding-bottom: 13px;margin-bottom: 30px;}
.block-txt .tit-job a{display: block;width: 148px;height: 41px;border-radius: 20px;text-align: center;line-height: 41px;color: #fff;font-size: 18px;font-weight: bold;background: url(../images/bdtg/job-a.png) no-repeat center;position: absolute;right: -80px;top: 15px;}
@keyframes bam2 {
	0% { transform: translate(-300px);}

	100%{ transform: translate(0px);}
}
.bam2{animation:bam2 1.5s linear; transform: translate(0px);}
.ditu{width: 100%;height: 723px;border-top: 1px solid #e0e0e0;box-sizing: border-box;position: relative;}
.ditu .mess{width: 403px;height: 550px;background: #5684ec;position: absolute;z-index: 99999;right: 13%;box-sizing: border-box;padding: 45px 0px;}
.ditu .mess a.a-logo{display: block;background: url(../images/bdtg/icon-mess.png) no-repeat center top;font-size: 24px;color: #fff;font-weight: bold;text-align: center;box-sizing: border-box;padding-top: 70px;}



.flex-1{display: flex;justify-content: space-around;margin-top: 55px;}
.flex-1 .col-1{width: 172px;height: 175px;border-radius: 10px;border: 1px solid #e3e3e3;cursor: pointer;}
.flex-1 .col-1 i{display: block;font-size: 60px;color: #5d99ed;font-weight: bold;text-align: center;margin-top: 20px;}
.flex-1 .col-1 p{text-align: center;font-size: 20px;color: #666;}
.flex-1 .col-1:hover{ border: 1px solid #3178e4;}
.flex-1 .col-1:hover i{transform: scale(1.3);transition: transform 2s;color: #f37b53;}



.flex-2{display: flex;justify-content:space-between;margin-top: 90px;}
.flex-2 .box-1{height: 308px;cursor: pointer;}
.flex-2 .ex-2{width: 250px;height: 250px;border-radius: 15px;background: #a9c7f6;box-sizing: border-box;padding-top: 11px;}
.flex-2 .ex-2 a{display: block;width: 226px;height: 226px;border-radius: 50%;background: #fff;margin: 0 auto;}
.flex-2 .ex-2 a i{display: block;font-size: 60px;color: #4387ef;text-align: center;}
.flex-2 .ex-2 a p{font-size: 28px;color: #5a5a5a;font-weight: bold;text-align: center;margin-bottom: 8px;}
.flex-2 .ex-2 a span{font-style: normal;font-size: 12px;color: #777;width: 60%;display: block;text-align: center;margin: 0 auto;line-height: 20px;}

.flex-2 .box-1 p.p-2{background: url(../images/bdtg/p-text.png) no-repeat center;width: 151px;height: 41px;font-size: 14px;color: #777;text-align: center;line-height: 47px;font-weight: bold;margin: 15px auto;}
.flex-2 .box-1:hover .ex-2{background: #f9c75d;transition-duration: .5s;}
.flex-2 .box-1:hover .ex-2 a i,.flex-2 .box-1:hover .ex-2 a p{color:#f9c75d;transition-duration: .5s;}
.flex-2 .box-1:hover p.p-2{background: url(../images/bdtg/p-text2.png) no-repeat center;transition-duration: .5s;color: #fff;}

/*内部样式*/
.block-1{box-sizing: border-box;width: 100%; }
#wrap{ width:1200px; margin:0 auto; position:relative;}
.main{ clear:both; border-top:1px solid #dbdbdb; background:url(../images/main_bg.jpg) top center no-repeat; max-width:1900px;  margin:0 auto;}
.ys-qk{ width:862px;  float:left; background: url(../images/ys-qk.png) center center #f1f1f1 no-repeat}
.ys-qk ul { height:210px; clear:both;}
.ys-qk ul li{ width:215px; float:left; padding-top:120px; text-align:center; background:url(../images/+.png) right center no-repeat;}
.ys-qk ul .lf{ background:url(../images/mflf_ico.png) 50% 20px no-repeat;}
.ys-qk ul .xgt{ background:url(../images/xgt_ico.png) 50% 20px no-repeat;}
.ys-qk ul .ybf{ background: url(../images/fjkf_ico.png) 50% 20px no-repeat;}
.ys-qk ul .bx{ background: url(../images/mfbx_ico.png) 50% 20px no-repeat;}
.ys-qk ul li .ch{ font-size:16px; font-family:"微软雅黑";}
.ys-qk ul li .en{ font-size:10px; font-family:Verdana, Geneva, sans-serif; color:#8a8a8a; line-height:20px;}
.ys-qk ul li:hover{ animation:mymove1 1s ;-moz-animation:mymove1  1s ; /* Firefox */-webkit-animation:mymove1 1s ; /* Safari and Chrome */-o-animation:mymove1 1s ; /* Opera */}
.yslp{ height:80px;  float:left; margin-bottom:10px;}
.yslp-t{ width:316px; height:60px; float:left; background:#049268; color:#FFF; font-size:14px; line-height:24px; padding:10px; font-family:"微软雅黑";}
.yslp-box{ height:80px; float:left; width:604px;}
.yslp-box ul li{ width:160px; margin:0 15px;  height:80px; border-bottom:1px dashed #CCC; background:url(../images/ysyf_li.jpg)  0 10px no-repeat; float:left; padding-left:10px;}
.in-left{ width:861px; float:left;margin-top: 20px;}
.u-input{ width:80%; height:20px; border:1px solid #c5c5c5; padding:5px; font-size:14px; font-family:"微软雅黑"; margin-bottom:10px;border-radius:25px; clear:both; margin:10px auto}
.ly-box-list{ clear:both; border:1px solid #cccccc; text-align:center; height:325px;}
.u-contxt{ width:80%; height:50px; border:1px solid #c5c5c5; padding:5px; font-size:14px; font-family:"微软雅黑"; margin-bottom:10px;clear:both; margin:10px auto}

.ly-box{ float:right; width:338px; margin-top:20px;}
.ly-box-t{ clear:both; height:56px; line-height:56px; text-align:center; background:#c59d6a; color:#FFF; font-family:"微软雅黑"; font-size:16px;}
.u-btnlf{ width:260px; height:32px; background:#c59d6a; color:#FFF; border:none; margin:20px 0}
.case-bar{ height:517px; background: url(../images/zjgd_bg.jpg) top center no-repeat; clear:both; max-width:1920px; margin:30px auto; }
.formitm{ text-align:center}
.clo-r{ color:#F00}
.aboutbar{ height:810px; background:url(../images/about_bg.jpg) bottom repeat-x; clear:both; max-width:1900px; margin:0 auto;}
.about-box{ clear:both; height:202px; width:1200px; background:url(../images/ysjs_line.jpg) top center no-repeat; margin:0 auto; font-size:14px; line-height:48px; font-family:"微软雅黑"}
.about-left{ width:470px; float:left; line-height:36px;}
.about-right{ width:470px; float:right; line-height:36px;}
.about-more{ width:132px; height:35px; display:block; border:1px solid #CCC; background:#f8f8f8; text-align:center; line-height:35px; clear:both; margin:10px auto; color:#000}
.yk-pic{ background:url(../images/ad1.jpg) top center no-repeat; height:428px; width:1200px; clear:both; margin:0 auto;}
.zjgd{ width:730px; float:right; margin:40px 0px;}
.zjgd-t{ clear:both; height:38px; background:#f1f1f1; font-family:"微软雅黑"; font-size:16px; line-height:38px;}
.zjgd-t1{ float:left; text-align:center; width:30%;}
.zjgd-t2{ float:left; text-align:center; width:60%;}
.zjgd-list{ border-bottom:1px solid #CCC; height:38px; background:#FFF; line-height:38px; font-family:"宋体"; font-size:12px; text-indent:1em; color:#333;}


.block-2{width: 100%;box-sizing: border-box;}
.block-2 p{font-size: 24px;color: #cc271a;line-height: 24px;font-weight: bold;}
.block-2 i{display: block;width: 37px;height: 2px;background: #cc271a;margin: 15px 0px;}
.block-2 span{display: block;font-size: 14px;color: #333;line-height: 26px;}
.block-2 .bg-con{display:inline-block ;width: 136px;height: 41px;background: url(../images/bdtg/bg_a1.jpg) no-repeat 6px center #cc271a;box-sizing: border-box;padding: 9px 20px;font-size: 16px;color: #fff;text-align: center;margin-top: 20px;}
.block-2 .bg-mess{display:inline-block ;width: 136px;height: 41px;background:url(../images/bdtg/bg_a2.jpg) no-repeat 6px center #cc271a;box-sizing: border-box;padding: 9px 20px;font-size: 16px;color: #fff;text-align: center;margin-top: 20px;margin-left: 20px;}

.block-4 images/bdtg{margin:15px 10px;}
.block-4 p span{font-size: 14px;color: #585858;display: inline-block;text-align: left;}
.block-4 p {font-size: 14px;color:#585858 ;line-height: 26px;padding-left: 15px;}

.block-mob{position: relative;box-sizing: border-box;padding-top: 220px;}
.block-mob .col-1{width: 433px;height: 108px;background: url(../images/bdtg/col-1.jpg) no-repeat center;position: absolute;top: 100px;left: 40px;box-sizing: border-box;padding: 15px 20px;}
.block-mob .col-1 p{font-size: 17px;color: #fff;font-weight: bold;padding-left: 75px;margin-bottom: 5px;}
.block-mob .col-1 span{display: block;font-size: 12px;color: #fff;word-wrap:break-word;padding-left: 75px;line-height: 18px;}

.block-mob .col-2{width: 384px;height: 96px;background: url(../images/bdtg/col-2.jpg) no-repeat center;position: absolute;top: 350px;left: 0px;box-sizing: border-box;padding: 15px 20px;}
.block-mob .col-2 p{font-size: 17px;color: #fff;font-weight: bold;padding-left: 75px;margin-bottom: 5px;}
.block-mob .col-2 span{display: block;font-size: 12px;color: #fff;word-wrap:break-word;padding-left: 75px;line-height: 18px;}

.block-mob .col-3{width:460px;height: 108px;background: url(../images/bdtg/col-3.jpg) no-repeat center;position: absolute;top: 130px;right: 100px;box-sizing: border-box;padding: 15px 20px;}
.block-mob .col-3 p{font-size: 17px;color: #fff;font-weight: bold;padding-left: 75px;margin-bottom: 5px;}
.block-mob .col-3 span{display: block;font-size: 12px;color: #fff;word-wrap:break-word;padding-left: 75px;line-height: 18px;}

.block-mob .col-4{width:384px;height: 96px;background: url(../images/bdtg/col-4.jpg) no-repeat center;position: absolute;top: 300px;right: 0px;box-sizing: border-box;padding: 15px 20px;}
.block-mob .col-4 p{font-size: 17px;color: #fff;font-weight: bold;padding-left: 95px;margin-bottom: 10px;}
.block-mob .col-4 span{display: block;font-size: 12px;color: #fff;word-wrap:break-word;padding-left: 95px;line-height: 18px;}

/*新闻内页*/
.bg-news{width: 100%;background:#eee;padding-bottom: 20px;}
.ul-news-2{width: 100%;float: left;}
.ul-news-2 li{width: 45%;height: 334px; background: url(../images/bdtg/bg_li-2.png) no-repeat left center;box-sizing: border-box;padding: 92px 20px 0 100px;border: 1px solid #e7ebf5;margin: 0px 25px;float: left;}

/*新闻详情页*/
.bg-newsxq{background: #fff;box-sizing: border-box;padding: 55px 40px;}
.bg-gray{background: #eee;width: 100%;}
.bg-newsxq .fl{width: 852px;border: 1px solid #e7ebf5;}
.hot-ul{border: 1px solid #e7ebf5;}
.hot-ul .title-hot{width: 255px;height: 45px;background: #577adf;}
.hot-ul .title-hot span{display: block;box-sizing: border-box; padding-left: 50px; line-height: 45px;font-size: 18px;color: #fff;font-weight: bold;}

.hot-ul .ul-hot{box-sizing: border-box;padding: 25px 15px 25px;}
.hot-ul .ul-hot li{height: 40px;border-bottom: 1px dashed #d0d0d0;background: url(../images/bdtg/bg_li2.png) no-repeat left center;box-sizing: border-box;padding-left: 25px;}
.hot-ul .ul-hot li a{display: block;line-height: 40px;color: #797979;font-size: 14px;}
.hot-ul .ul-hot li a:hover{color: #577adf;}

.hot1{width: 100% !important;}

.ul-news-2 li a{display: block;line-height: 35px;font-size: 18px;color: #494848;text-align: left;}
.ul-news-2 li a.news-more{display: block;width: 168px;height: 41px;border-radius: 20px;text-align: center;line-height: 41px;color: #fff;font-size: 18px;font-weight: bold;background: url(../images/bdtg/bg_newsmore.jpg) no-repeat center;margin-top: 20px;}
.ul-news-2 li p{font-size: 14px;color: #a3a3a3;line-height: 26px;margin: 10px 0 0;}
.ul-news-2 li span{display: block;font-size: 18px;color: #6b6b6b;margin-top: 17px;}
.ul-news-2 li a:hover{color: #1353be;}

.block-mob a.a-cert{display: block;width:684px ;height: 366px;background: url(../images/bdtg/c-ter1.png) no-repeat center;margin: 0 auto;}

.f-2{text-align: center;}
.f-2 a{margin-top: 15px;margin-left: 7px;}

.f-3 p{line-height: 26px;color: #666;font-size: 14px;}

.bc{background:#f5f5f5; padding:20px;}
.bc images/bdtg{ position:relative; top:auto; right:auto; margin:10px 0 0;}
/*分类列表*/
.subnav{list-style:none; margin:0; padding:0; position:relative;height: 40px;width: 50%;margin: 20px auto 0px;}
.subnav li{font-family:"微软雅黑";float: left;width: 135px;height: 35px;background:#929292; margin: 0 20px;}
.subnav li a{color:#fff; font-size:16px;line-height:35px;height: 35px; overflow:hidden; display:block;text-align: center;}
.subnav li a:hover,.subnav li.on a{ background: #1470c2;color: #fff;}


.subnav1{list-style: none;width: 99.5%;border: 1px solid #eee;}
.subnav1 li{height: 65px;width: 70%;margin: 10px auto;background: #d6d6d6;border-radius: 20px;}
.subnav1 li a{width: 100%;display: block;margin: 0 auto;height: 65px;line-height: 65px;text-align: center;color: #909090;font-size: 18px;}
.subnav1 li:hover{background: #f3a523;}
.subnav1 li:hover a{color: #fff;}

.noneb{border-bottom: none !important;}
/*标题样式*/
.ititle-0{width:100%;height: 143px;background: url(../images/bdtg/youshi.jpg) no-repeat center;border-bottom: 1px solid #efefef;}
.ititle-0 span{font-size:24px; display:block;color:#1a8fe0; padding:0; margin:0;  text-align: center;background: url(../images/bdtg/bg_tit.jpg) no-repeat 421px center;font-weight: bold;margin-top: 30px;}
.ititle-0 span em{font-style: normal;font-size: 18px;color: #bebebe;}
.ititle-0 p{font-size: 14px;color: #999;text-align: center;margin: 5px 0;}


.title-1{font-family:"微软雅黑";  position:relative;  width:100%;height: 137px;background: url(../images/bdtg/bg_tit.jpg) no-repeat center;}
.title-1 p{font-size: 40px;color: #347fe8;font-weight: bold;text-align: center;margin: 0;padding-top: 22px;box-sizing: border-box;}
.title-1 span{display: block;font-size: 30px;color: #858585;text-align: center;}

/*百度优势*/
.adv-box1 .c-ter{display: block;width: 515px;height: 515px;background: url(../images/bdtg/c-ter.png) no-repeat center;margin: 0 auto;box-sizing: border-box;padding-top: 180px;animation:rotate 10s linear 0s infinite normal;}
.adv-box1 .c-ter+div{background: url(../images/bdtg/sjx.png) no-repeat center;width: 515px;height: 515px;margin: 0 auto;position: absolute;top: 0;left: 28.5%; z-index: 999999;box-sizing:border-box;padding-top: 180px;}
.adv-box1 .c-ter+div i{display: block;text-align: center;font-size: 38px;color: #fff;font-weight: bold;font-style: normal;letter-spacing: 4px;}
.adv-box1 .c-ter+div span{display: block;width: 28%;margin: 0 auto;font-size: 16px;color: #fff;line-height: 25px;text-align: center;margin-top: 10px;}
.cuml-1{width:348px ;height: 91px;position: absolute;top: 100px;left: 20px;background: url(../images/bdtg/bg_adv.png) no-repeat center;}
.cuml-1 a{color: #fff;font-size: 18px;line-height: 28px;display: block;box-sizing: border-box;text-align: left;padding: 20px 25px;}

.cuml-2{width:348px ;height: 91px;position: absolute;top: 0px;right: 20px;background: url(../images/bdtg/bg_adv2.png) no-repeat center;}
.cuml-2 a{color: #fff;font-size: 18px;line-height: 28px;display: block;box-sizing: border-box;text-align: left;padding: 20px 25px 20px 45px;}

.cuml-3{width:348px ;height: 91px;position: absolute;top:400px;left: 20px;background: url(../images/bdtg/bg_adv3.png) no-repeat center;}
.cuml-3 a{color: #fff;font-size: 18px;line-height: 28px;display: block;box-sizing: border-box;text-align: left;padding: 20px 25px;}

.cuml-4{width:348px ;height: 91px;position: absolute;top:300px;right: 10px;background: url(../images/bdtg/bg_adv4.png) no-repeat center;}
.cuml-4 a{color: #fff;font-size: 18px;line-height: 28px;display: block;box-sizing: border-box;text-align: left;padding: 20px 25px 20px 45px;}

.title-2{font-family:"微软雅黑";  position:relative;  width:100%;box-sizing: border-box;padding-top: 75px;}
.title-2 span{display: inline-block;font-size: 40px;color: #fff;font-weight: bold;line-height: 60px;box-sizing: border-box;text-align: center;width: 100%;background: url(../images/bdtg/tit_2.png) no-repeat center;}
.title-2 p{font-size: 30px;color: #fff;text-align: center;}
.title-2 a{display: block;width: 20px;height: 2px;background: #fff;margin: 0 auto;}
.title-2 em{display: block;font-style: normal;font-size: 18px;color: #fff;line-height: 35px;text-align: center;margin-top: 15px;}

.title-3{font-family:"微软雅黑";  position:relative;  width:100%;box-sizing: border-box;padding-top: 75px;}
.title-3 span{display: inline-block;font-size: 40px;color: #015fe2;font-weight: bold;line-height: 60px;box-sizing: border-box;text-align: center;width: 100%;background: url(../images/bdtg/tit_3.png) no-repeat center;}
.title-3 p{font-size: 30px;color: #666;text-align: center;}
.title-3 a{display: block;width: 20px;height: 2px;background: #015fe2;margin: 0 auto;}
.title-3 em{display: block;font-style: normal;font-size: 18px;color: #666;line-height: 35px;text-align: center;margin-top: 15px;}

.title-4{font-family:"微软雅黑";  position:relative;  width:100%;box-sizing: border-box;padding-top: 75px;}
.title-4 span{display: inline-block;font-size: 40px;color: #015fe2;font-weight: bold;line-height: 60px;box-sizing: border-box;text-align: center;width: 100%;background: url(../images/bdtg/tit_4.png) no-repeat center;}
.title-4 p{font-size: 30px;color: #666;text-align: center;}
.title-4 a{display: block;width: 20px;height: 2px;background: #015fe2;margin: 0 auto;}
.title-4 em{display: block;font-style: normal;font-size: 14px;color: #999;line-height: 35px;text-align: center;margin-top: 10px;}

.title-5{font-family:"微软雅黑";  position:relative;  width:100%;box-sizing: border-box;}
.title-5 span{display: inline-block;font-size: 40px;color: #fff;font-weight: bold;line-height: 60px;box-sizing: border-box;text-align: center;width: 100%;background: url(../images/bdtg/tit_4.png) no-repeat center;}
.title-5 p{font-size: 30px;color: #fff;text-align: center;}

.flex-5{display: flex;justify-content: space-around;margin: 40px 0px;}
.flex-5 a{display: block;width: 184px;height: 54px;background: #9ec5ff;text-align: center;line-height: 54px;color: #fff;font-size: 18px;border-radius: 10px;}
.flex-5 a:hover{background: #ffca3d;transition-duration: .5s;}

.title-3 .fr a{display: block;height: 45px;color: #47290e;text-align: center;line-height:46px;font-family: "宋体";font-size: 12px;padding-right: 18px;background: url(../images/bdtg/bg_amore.jpg) no-repeat right center;}

.bg-3 .flex-3{display: flex;justify-content: space-around;}
.bg-3 .flex-3 .box-2{text-align: center;width: 323px;height: 382px;cursor: pointer;}
.bg-3 .flex-3 .box-2:hover{background: #fff;transition-duration: .5s;}
.bg-3 .flex-3 .box-2:hover p,.bg-3 .flex-3 .box-2:hover span{color: #347fe8;transition-duration: .5s;}
.bg-3 .flex-3 .box-2 p{font-size: 20px;color: #666;text-align: center;font-weight: bold;}
.bg-3 .flex-3 .box-2 span{display: block;font-size: 15px;color: #666;line-height: 24px;margin-top: 15px;}



a.more-1{width: 246px;height: 48px;display: block;background: #995622;text-align: center;line-height: 48px;border-radius: 15px;color: #fff;margin: 0px auto;}
a.more-1:hover{color: #5e2c05;}
a.more:hover{ color:#f00; transition-duration:0.4s;}
a.job{font-size: 18px;color: #383840;margin-top:45px;position: absolute;bottom: 0px;}
/*面包屑*/
.place{line-height:38px; height:38px;color:#8f8f8f;font-size:14px;text-transform: uppercase; text-align:right; margin-right:15px;}
.place a{ color:#8f8f8f;}
.place a:hover{color:#f00;}
/*产品列表*/
.ul-1{list-style:none;margin:0;}
.ul-1 li{ margin:0 5px 20px 0; display:block; overflow:hidden; float:left; width:275px;height: 265px; font-family:"微软雅黑"; padding:0;box-sizing: border-box;background: #f5f5f5;}

.ul-1 li .a-p{font-size:16px;color:#333; display:block; text-align:center; height:54px; margin:0 auto;box-sizing: border-box;padding: 0px 15px; font-weight: bold;width: 100%;line-height: 44px;}
.ul-1 li div{width:275px; height:211px;text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/display:table-cell;/*设置垂直居中*/vertical-align:middle;/*设置水平居中*/text-align:center;/* 针对IE的Hack */*display: block;*font-size:174px; margin:0;padding: 10px;box-sizing: border-box;}
.ul-1 li images/bdtg{vertical-align:middle; transition-duration:0.6s;width: 100%;height: auto;height: 100%;}
.ul-1 li .a-p:hover{color: #ffa91b;}

.f-ul-1 li{width: 250px; height: 280px;margin: 0 15px 20px 20px;}
.f-ul-1 li .a-p{text-align: center;}

/*设计团队*/
.ul-2{list-style:none;margin:0;}
.ul-2 li{ margin:0 40px 0px 0px; display:block; overflow:hidden; float:left; width:270px;height:345px; font-family:"微软雅黑"; padding:0;box-sizing: border-box;background: #fff;}
.ul-2 li .box-text{width: 100%;box-sizing: border-box; display: block;}

.ul-2 li .box-text a{font-size: 18px;color: #000;display: block;text-align: center;font-weight: bold;margin: 15px 0px;}
.ul-2 li .box-text span{font-size: 13px;color: #262626;text-align: center;display: block;margin: 15px 0px;}
.ul-2 li .box-text a.more{margin: 15px auto;color: #ab7325;display: block;font-size: 13px;}
.ul-2 li .box-text a.more:hover{color: #000;}
.ul-2 li .a-p{font-size:14px;color:#666; display:block; text-align:left; height:63px; margin:0 auto;background:url(../images/bdtg/bg_more.jpg) no-repeat 95% center #fff;box-sizing: border-box;padding: 0px 15px; font-weight: bold;width: 100%;line-height: 63px;}
.ul-2 li div:first-child{width:100%; height: 198px; text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/display:table-cell;/*设置垂直居中*/vertical-align:middle;/*设置水平居中*/text-align:center;/* 针对IE的Hack */*display: block;*font-size:174px; margin:0;}
.ul-2 li div:first-child a{display: block;width: 198px;height: 198px;margin-left: 36px;}
.ul-2 li images/bdtg{vertical-align:middle; transition-duration:0.6s;width: 100%;height: auto;}
.ul-2 li .a-p:hover{color: #995622;}
.mrg{margin-top: 135px;}

/*资质荣誉*/
.ul-3 li{list-style: none;box-sizing: border-box;float: left;margin-top: 25px;}

.ul-3 li:first-child{margin-right:30px;}

/*专家团队*/
		.picScroll-left{  overflow:hidden; position:relative;   position: relative;  }
		

		.picScroll-left .hd .next{display: block;width: 24px;height: 47px;background: rgba(0,0,0,.5);text-align: center;line-height: 47px;color: #fff; cursor:pointer;font-size: 15px;position: absolute;left: 13px;top:35%; z-index: 999999;}
		.picScroll-left .hd .prev{display: block;width: 24px;height: 47px;background: rgba(0,0,0,.5);text-align: center;line-height: 47px;color: #fff; cursor:pointer;font-size: 15px;position: absolute;right: 5px;top: 35%;z-index: 999999;}
		.picScroll-left .hd a:hover{background: rgba(235,137,27,.8);}
		
		.picScroll-left .bd{ }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic images/bdtg{ width:361px; height:248px; display:block; }
		.picScroll-left .bd ul li .pic a:hover images/bdtg{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:30px; font-size: 16px;color: #666;  }
/*新闻列表*/
.bg-news .newsbox1 .ul-news{ margin:0; list-style:none;}
.bg-news .newsbox1 .ul-news .li-1{border-bottom: none;width: 100%;margin: 15px 0px;}
.bg-news .newsbox1 .ul-news .li-1 .fl{width:60%;box-sizing: border-box;padding: 10px;background:none;text-align: right;}
.bg-news .newsbox1 .ul-news .li-1 .fl a{display: block;line-height: 35px;font-size: 18px;color: #494848;text-align: right;}
.bg-news .newsbox1 .ul-news .li-1 .fl a.news-more{display: block;width: 168px;height: 41px;border-radius: 20px;text-align: center;line-height: 41px;color: #fff;font-size: 18px;font-weight: bold;background: url(../images/bdtg/bg_newsmore.jpg) no-repeat center;margin-top: 20px;margin-left: 74%;}
.bg-news .newsbox1 .ul-news .li-1 .fl p{font-size: 14px;color: #a3a3a3;line-height: 26px;margin: 10px 0 0;}
.bg-news .newsbox1 .ul-news .li-1 .fl span{display: block;font-size: 18px;color: #6b6b6b;margin-top: 17px;}
.bg-news .newsbox1 .ul-news .li-1 .fl a:hover{color: #1353be;}
.bg-news .newsbox1 .ul-news .li-1 .fr{box-sizing: border-box;width: 37%;height: 290px; background: url(../images/bdtg/bg_news1.jpg) no-repeat 30px 25px;}
.bg-news .newsbox1 .ul-news .li-1 .fr a{font-size: 14px;color: #333;margin-left: 10px;}


.bg-news .newsbox1 .ul-news li{width: 100%;margin: 15px 0px;}
.bg-news .newsbox1 .ul-news li .fl{box-sizing: border-box;width: 37%;height: 290px; background: url(../images/bdtg/bg_news1.jpg) no-repeat 30px 25px;}
.bg-news .newsbox1 .ul-news li .fl a{font-size: 14px;color: #333;margin-left: 10px;}
.bg-news .newsbox1 .ul-news li .fr{width:60%;box-sizing: border-box;padding: 10px;}
.bg-news .newsbox1 .ul-news li .fr a{display: block;line-height: 35px;font-size: 18px;color: #494848;text-align: left;}
.bg-news .newsbox1 .ul-news li .fr a.news-more{display: block;width: 168px;height: 41px;border-radius: 20px;text-align: center;line-height: 41px;color: #fff;font-size: 18px;font-weight: bold;background: url(../images/bdtg/bg_newsmore.jpg) no-repeat center;margin-top: 20px;}
.bg-news .newsbox1 .ul-news li .fr p{font-size: 14px;color: #a3a3a3;line-height: 26px;margin: 10px 0 0;}
.bg-news .newsbox1 .ul-news li .fr span{display: block;font-size: 18px;color: #6b6b6b;margin-top: 17px;}
.bg-news .newsbox1 .ul-news li .fr a:hover{color: #1353be;}

.bg-news .newsbox1{width: 100%;height: 420px;background: #fff;box-sizing: border-box;padding: 55px;box-shadow: 10px 10px 15px #dee4e9;margin-bottom: 30px;}

.bg-news .newsbox2.ul-news li{width: 100%;background: url(../images/bdtg/bg_lid.jpg) no-repeat left center;margin: 15px 0px;}
.bg-news .newsbox2.ul-news li .fr{box-sizing: border-box;width: 37%;height: 290px; background: url(../images/bdtg/bg_news1.jpg) no-repeat 30px 25px;}
.bg-news .newsbox2.ul-news li .fr a{font-size: 14px;color: #333;margin-left: 10px;}
.bg-news .newsbox2.ul-news li .fl{width:60%;box-sizing: border-box;padding: 10px;}
.bg-news .newsbox2.ul-news li .fl a{display: block;line-height: 35px;font-size: 18px;color: #494848;text-align: left;}
.bg-news .newsbox2.ul-news li .fl a.news-more{display: block;width: 168px;height: 41px;border-radius: 20px;text-align: center;line-height: 41px;color: #fff;font-size: 18px;font-weight: bold;background: url(../images/bdtg/bg_newsmore.jpg) no-repeat center;margin-top: 20px;}
.bg-news .newsbox2.ul-news li .fl p{font-size: 14px;color: #a3a3a3;line-height: 26px;margin: 10px 0 0;}
.bg-news .newsbox2.ul-news li .fl span{display: block;font-size: 18px;color: #6b6b6b;margin-top: 17px;}
.bg-news .newsbox2.ul-news li .fl a:hover{color: #1353be;}


.bg-news2{width: 100%;height:674px;background: url(../images/bdtg/bg_news2.jpg) repeat-x -2000px bottom;box-sizing: border-box;padding: 100px 0;}
.bg-news2 .tit-news2 i{display: block;width: 51px;height: 3px;background: #2a2a2a;margin: 0 auto;}
.bg-news2 .tit-news2 p{font-size: 30px;color: #191919;font-weight: bold;text-align: center;margin: 10px  0px;}
.bg-news2 .tit-news2 span{display: block;font-size: 18px;color: #191919;text-align: center;}

/*内容*/
.content{ line-height:30px; min-height:650px;color:#000; font-size:14px; }
.content p{color:#000; line-height:30px; margin:0 0 10px; font-size:14px;}
.nobg{ background:none;}
/*ϵ*/

/*link导航*/
.link{width: 100%;height: 105px;background: url(../images/bdtg/bg_link.jpg) no-repeat center;}

.link-nav li {float: left;list-style: none;}

.link-nav li a{display: block;color: #000;font-size: 14px;line-height: 54px;}
.link-nav li a:hover{color: #f00;}

/*底部导航*/
.ul-foot{width: 53%;margin: 20px auto;}
.ul-foot li{float: left;list-style: none;}
.ul-foot li a{color: #959595;font-size: 12px;border-left: 1px solid #505050;border-right: 1px solid #7e7e7e;display: inline-block;padding: 0px 15px;height: 12px;line-height: 12px;}
.ul-foot li a:first-child{border-left: none;}
.ul-foot li a:hover{color: #f00;}

/*内页*/
.ny-banner{width: 100%;height: 296px;background: url(../images/bdtg/ny-banner.jpg) no-repeat center;}

/*边距*/
.npad{padding:none;}
.pad{ padding:0 10px;}
.pad2{padding:27px 0; background:#fff;}
.pad3{ padding:15px; background:#1b1b1b;}

.mrg-t{margin:0 29px;}
.mrg-t-15{ margin-top:15px;}
.mrg-t-10{ margin-top:10px;}
.mrg-t-20{ margin-top:20px;}
.mrg-t-30{ margin-top:40px;}
.mrg-b-10{ margin-bottom:10px;}
.pad-t-20{ padding-top:40px;}
.mrg-r-17{margin-right: 17px !important;}


.nonep{ padding:0;}
/*浮动*/
.fl{ float:left;}
.fr{ float:right;}
/*去除浮动*/
.clear{ clear:both; overflow:hidden; zoom:1; float:none;}

/*盒子*/
.flex{display: flex;justify-content: space-between;margin-top: 30px;}
.flex .cont-1{width: 388px;height: 377px;background: url(../images/bdtg/bg_cont1.jpg) no-repeat center;box-sizing: border-box;padding: 45px 48px;}
.ul-hot li .images/bdtg-1{}
.ul-hot li .box-txt a{display: block;font-size: 16px;color: #5b5b5b;font-weight: bold;margin: 10px 0;}
.ul-hot li .box-txt a:hover{color:#da251c;}
.ul-hot li .box-txt p{display: block;font-size: 14px;color: #858585;line-height: 22px;margin-bottom: 10px;}
.ul-hot li .box-txt span{color: #fff;font-size: 18px;text-align: center;line-height: 51px;}
.ul-hot li .box-txt span.s-1{display:inline-block;width:149px;height: 51px;background: url(../images/bdtg/bg_a1.jpg) no-repeat center;}
.ul-hot li .box-txt span.s-2{display:inline-block;width:133px;height: 51px;background: url(../images/bdtg/bg_a2.jpg) no-repeat center;margin-left: -4px;}

/*浮动客服*/
#floatDivBoxs{width:200px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#1049a0;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{border-bottom:1px solid #e3e3e3;list-style: none;}
#floatDivBoxs .floatDqq li a{line-height:40px;font-size:16px;}
#floatDivBoxs .floatDqq li a images/bdtg {margin: 10px; float: left;}
#floatDivBoxs .txt{font-size:18px;color:#333;padding:6px 14px; line-height: 30px;}
#floatDivBoxs .floattel p{font-size: 18px;font-weight: bold; text-align: center;margin-bottom: 5px;}
#floatDivBoxs .address{width: 160px;margin: 0 auto}
#floatDivBoxs .address p{text-align: left;font-size: 14px;margin-bottom: 5px;}
#floatDivBoxs .floatDbg{width:100%;height:20px;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:200px;z-index:999;}
#rightArrow a{display:block;height:45px;}

