ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p { list-style-type:none; margin:0; padding:0; display:block; }
		/* 全局背景、字体、字号、颜色、行高、页边距等 */ html { -webkit-text-size-adjust: none; } * {    margin:0px;  padding:0px;   } body { margin:0px; padding:0px; font-family:tahoma, arial, 微软雅黑, 宋体, sans-serif; } /* CSS3盒子模型 */ ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p { list-style-type:none; margin:0; padding:0; display:block; } em, i { font-style:normal; } em { display:inline-block; vertical-align:middle; } fieldset { border:none; margin:0; padding:0; } input, select, textarea { font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; } /* 公共匹配样式 */ * { outline:none; } a, img { border:none; } img { border:none; vertical-align:middle; } a:hover{   text-decoration: none; }
		body{font-family: "微软雅黑";}
.wrap-header {
    height: 41px;
    background: #f0f0f0;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.wrap-header p {
    height: 41px;
    line-height: 41px;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
ol, ul {
    list-style: none;
}
.wrap-header ul li {
    float: left;
    height: 41px;
    padding: 0 18px;
    border-left: 1px solid #e5e5e5;
}
.wrap-header ul li a {
    display: block;
    line-height: 41px;
    height: 41px;
}
a {
    color: #666;
    text-decoration: none;
}
.logo .container {
    position: relative;
    height: 120px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.logo .logoImg {
    position: absolute;
    left: 0;
    top: 35px;
}
.logo .logoImg img {
    display: block;
    width: 187px;
    height: 62px;
}
.logo .lTit {
    position: absolute;
    left: 215px;
    top: 24px;
    padding-left: 28px;
    height: 65px;
   
}
.logo .lTit .p1 {
    font-size: 26px;
    color: #004c9f;
    margin-bottom: 2px;
    padding-top: 5px;
    font-weight: bold;
    font-family: "宋体";
}
p {
    word-spacing: -1.5px;
}
.logo .lTit .p1 {
    font-size: 26px;
    color: #004c9f;
    margin-bottom: 2px;
    padding-top: 5px;
    font-weight: bold;
    font-family: "宋体";
}
.logo .lTit .p2 {
    font-size: 18px;
    color: #4b4b4c;
}
.logo .ltel {
    padding-left: 55px;
    position: absolute;
    right: 0;
    top: 30px;
    color: #e1083b;
    background: url(../images/ltel.png) no-repeat left center;
}
.logo .ltel i {
    display: block;
    font-size: 14px;
    color: #333333;
}
.logo .ltel span {
    display: block;
    font-size: 24px;
    color: #004c9f;
}
.Nav {
    height: 60px;
    position: relative;
    background: #004c9f;
    z-index: 3;
}
.Nav .container {
    position: relative;
}
.Nav .navUl {
    width: 102%;
}
.Nav .navUl li.navli:hover, .Nav .navUl li.navli.cur {
    background: #fd9b01;
}

.Nav .navUl li.navli:hover a, .Nav .navUl li.navli.cur a {
    border-bottom-color: #ff7e00;
}

.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
   overflow: hidden;
    overflow: hidden\0/ !important;
    max-height: 0;
    pointer-events: none;
}
.meL8 {
    -webkit-transition: max-height 1ms linear 1062ms;
}
.navUl >li:hover .submenu,.navUl >li:focus .submenu{
	pointer-events: auto;
    z-index: 10;
    max-height: 2000px;
    -webkit-transition: none;
    -moz-transition: none;
}
.navUl > li:hover .submenu li, .navUl > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.navUl>li:hover .meF0, .navUl>li:focus .meF0 {
    -webkit-transition-delay: 0ms;
}
.navUl>li:hover .meF1, .navUl>li:focus .meF1 {
    -webkit-transition-delay: 66ms;
}
.navUl>li:hover .meF2, .navUl>li:focus .meF2 {
    -webkit-transition-delay: 132ms;
}
.navUl>li:hover .meF3, .navUl>li:focus .meF3 {
    -webkit-transition-delay: 198ms;
}
.navUl>li:hover .meF4, .navUl>li:focus .meF4 {
    -webkit-transition-delay: 264ms;
}
.navUl>li:hover .meF5, .navUl>li:focus .meF5 {
    -webkit-transition-delay: 330ms;
}
.fly {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.fly li {
    -webkit-transform-origin: 50% 50% -50px;
    -moz-transform-origin: 50% 50% -50px;
    -ms-transform-origin: 50% 50% -50px;
    -o-transform-origin: 50% 50% -50px;
    transform-origin: 50% 50% -50px;
    -webkit-transform: rotateX( -180deg );
    -moz-transform: rotateX( -180deg );
    -ms-transform: rotateX( -180deg );
    -o-transform: rotateX( -180deg );
    transform: rotateX( -180deg );
}
.submenu li {
	text-align: center;
	font-size: 15px;
	/* height: 60px; */
	line-height: 51px;
	padding-top: 0px;
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transition: opacity .4s, transform .6s, max-height .6s;
}
li.meB7 {
    -webkit-transition-delay: 462ms;
}
li.meB6 {
    -webkit-transition-delay: 396ms;
}
li.meB5 {
    -webkit-transition-delay: 330ms;
}
li.meB4 {
    -webkit-transition-delay: 264ms;
}
li.meB3 {
    -webkit-transition-delay: 198ms;
}
li.meB2 {
    -webkit-transition-delay: 132ms;
}

.submenu > li {
    background-color: #004c9f;
}
.submenu li a{color:#fff;}
.submenu > li:nth-child(2n+1) {}
.submenu li:hover{background: #fd9b01;}
#wrapper {
    background: #fff;
    z-index: -1;
}
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 600px !important;
    overflow: hidden;
}
.tp-simpleresponsive ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive >ul >li{
	list-style: none;
	position: absolute;
	visibility: hidden;
}
.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
    background: url(../images/slider-right-arrow.png) 0px 0px no-repeat rgb(57, 57, 57);
    transition: color 0s ease 0s, background 0.1s linear 0s;
}
.pro{width: 100%;}
.procy{width: 1200px;margin:40px auto;overflow: hidden;}
.proleft{float: left;width: 25%;}
.mt40{margin-top: 40px;}
.product-box {background-color: #014fa2;color: #fff;padding: 5px;}
.product-title {padding: 20px 0;}
.text-center {text-align: center;}
.product-title h3 {margin: 0;color: #fff;font-size: 24px;font-weight: bold;}
.product-title span {
    display: block;
    font-size: 16px;
    color: #3772b4;
    padding-top: 5px;
}
.menu_list {
    background: #fff;
    padding: 5px;
}
.menu_head {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
    margin-top: 10px;
}
.menu_list .current{
	background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_body {
    height: auto;
    overflow: hidden;
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    backguound: #fff;
    border-right: 1px solid #e1e1e1;
}
.menu_body a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
    color: #777777;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
}
.contact {
    line-height: 26px;
    color: #333;
	background-color: #fff;
	padding: 10px;
	font-size: 14px;
}
.contact p {
    margin: 0;
}
.proright{float: right;width: 73%;}
.proright .righttop{
	padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
	overflow: hidden;
}
.proright .righttop h3{
	color: #319c8b;
    font-size: 18px;
    border-left: 3px solid #319c8b;
    height: 20px;
    line-height: 20px;
    padding-left: 14px;
    margin-top: 5px;
}
.sitepath {
    color: #d9d9d9;
    text-transform: uppercase;
	float: right;
}
.sitepath .home {
    width: 14px;
    height: 16px;
    display: inline-block;
    background-position: -114px -122px;
    margin-right: 10px;
	font-style: normal;
}
.icon {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}
.sitepath a {
    display: inline-block;
    white-space: nowrap;
    color: #2f4056;
}
.proright .cont {
	padding: 40px 0;
    color: #666666;
}
.thumblist1 .item:first-child {
    padding-top: 0;
}
.thumblist1 .item {
    border-bottom: 1px dotted #b0b0b0;
    padding: 30px 0;
    font-family: 'PingFang SC', "microsoft yahei", "Arial";
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
}
.thumblist1 .item .img {
	float: left;
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.thumblist1 .item a {
    display: block;
}
.thumblist1 .item .img img {
    width: 100%;
    display: block;
    height: 100%;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.thumblist1 .item .txt {
    width: 620px;
	float: right;
}
.thumblist1 .item a {
    display: block;
}
.thumblist1 .item .txt h3 {
    font-size: 18px;
    line-height: 30px;
}
strong, b {
    font-weight: bold;
}
.thumblist1 .item .txt .desc {
    padding-top: 10px;
    color: #999;
    height: 70px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 12px;
}
.thumblist1 .item .txt span {
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    padding-right: 26px;
}
.thumblist1 .item .txt span .time {
    background-position: -174px -121px;
}
.thumblist1 .item .txt span em {
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background-position: -196px -120px;
}
.pglist {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
	font-size: 14px;
}
.pglist li {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}
.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.pglist li:hover, .pglist .hover,.pglist li:hover a {
    display: inline-block;
    color: #fff;
    background: #014fa2;
    border-color: #009b4c;
}
.thisclass{background: #014fa2;}

.content{width: 1200px;margin: auto;}
.link_bj {
    background: url(../images/link_bj.gif) repeat-x center top;
    height: 106px;
    overflow: hidden;
}
.link h2{ padding-top:16px; display:block; width:118px; height:75px; overflow:hidden; text-align:center; font:18px/24px "Microsoft Yahei"; background:url(../images/link_t.gif) no-repeat left top;}
.link h2 a{ color:#f0f0f0;}
.link h2 i{ display:block; color:#f0f0f0; font:30px/35px "Microsoft Yahei"; text-transform:uppercase;}
.link span{ margin-top:7px; text-align:center; padding-top:44px; width:156px; height:40px; overflow:hidden; display:block;font:12px/40px "microsoft Yahei"; background:#f0f0f0 url(../images/link_icon.gif) no-repeat center 17px; }
.link span a{ display:inline-block; color:#666;}

.link p{ margin-top:26px; height:74px; width:725px; overflow:hidden;font:12px/30px "microsoft Yahei";}
.link p a{ color:#666; padding:0 21px; display:inline-block;}

.foot {
    height: 420px;
    background: url(../images/dbb.jpg) no-repeat center 0;
    overflow: hidden;
}
.footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-family: "Microsoft YaHei", serif;
}
.foot .toa {
    line-height: 180px;
}
.foot .toa a {
    font-size: 18px;
    color: #ffffff;
    padding-right: 40px;
    margin-right: 40px;
    background: url(../img/dbx.png) no-repeat right 6px;
}
.foot .f-k h1 {
    float: left;
    width: 225px;
    height: 170px;
    border-right: 1px solid #303030;
    font-size: 14px;
    color: #a9a9a9;
    font-weight: normal;
}
.foot .f-k ul {
    float: left;
    width: 714px;
}
.foot .f-k ul li:nth-child(1) {
    background: url(../images/db_03.png) no-repeat left 2px;
}
.foot .f-k ul li {
    float: left;
    padding-left: 55px;
    margin-left: 55px;
    width: 230px;
    height: 90px;
    font-size: 16px;
    color: #888888;
}
.foot .f-k ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}
.foot .f-k ul li:nth-child(2) {
    background: url(../images/db_05.png) no-repeat left 2px;
}
.foot .f-k ul li:nth-child(3) {
    background: url(../images/db_03.png) no-repeat left 2px;
}
.foot .f-k ul li:nth-child(4) {
    background: url(../images/db_14.png) no-repeat left 2px;
}
.foot .f-k .f-w {
    float: right;
}
.foot .f-k .f-w em:first-child {
    margin-right: 20px;
}
.foot .f-k .f-w em {
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #888888;
}
.foot .f-k .f-w em img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.foot em, .foot i {
    font-style: normal;
}
.foot img {
    display: block;
}
/* new内页 */
.proright .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 10px 0 22px;
    font-weight: bold;
}
.proright .mark {
	font-size: 14px;
    color: #999999;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}
.proright .showContxt {
    color: #666666;
    padding: 0 0 30px;
    line-height: 30px;
	font-size: 14px;
}
.proright .showContxt p {
    text-indent: 2em;
}
.news_detail_l6 {
    border-top: 1px solid #DFDFDF;
    margin: 32px 0 0;
    text-align: center;
    line-height: 35px;
	font-size: 14px;
}
.proright .cont .reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
    margin-top: 0;
	overflow:hidden;
	font-size: 14px;
}
.proright .cont .reLink .prevLink,.proright .cont .reLink .nextLink{
	width: 50%;
	font-size: 14px;
}
.proright .cont .reLink .prevLink{float: left;}
.proright .cont .reLink .nextLink{float: right;text-align: right;}
	