﻿@charset "utf-8";
/*公用样式*/
/*
    ad_height：内页广告高度
    vi_color：vi色
    assist_color：辅助色
    hight_light_color:突出色
    font_color：字体色
    second_color：二级辅色
    third_color：三级辅色
    reverse_color：VI反色字体
*/
.hd{ display:   none;}
@font-face {
 font-family: 'number';
    src:url('fonts/DidotLTStd-Roman.eot'); /* IE9 Compat Modes */
    src:url('fonts/DidotLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/DidotLTStd-Roman.woff') format('woff'), /* Modern Browsers */
        url('fonts/DidotLTStd-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/DidotLTStd-Roman.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}
html{background:#ffffff; max-width:1920px; min-width:1200px; margin:0 auto; width: 100%; }
body {  font:14px "Microsoft YaHei","微软雅黑",rial,helvetica,clean,sans-serif,"宋体"; min-width: 1200px;width: 100%;overflow-x: hidden;} 
body,a{color:#333333;}
/*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}   
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
input::-webkit-input-placeholder {color: #d1d1d1;}

/*行内标签处理*/
i,em,s{ font-style:normal;text-decoration: none;}
i{cursor: pointer;}
input,textarea{ outline:none; }
textarea{ resize:none;}
input[disabled],button[disabled]{  border: 1px solid #DDD!important; background-color: #F5F5F5!important; color:#ACA899!important;}

/*快捷类名*/
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}
p{ word-spacing:0;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}


.grow{ overflow:hidden; display:inline-block;}
.grow img{-webkit-transition: -webkit-transform .8s; -moz-transition: -moz-transform .8s; -o-transition: -o-transform .8s; transition: transform .8s;}
.grow img:hover{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);  transform: scale(1.15);}

/*扫光效果*/
.spark{ overflow:hidden;position:relative; display:inline-block;}
.spark:after{
    content: ' ';
	cursor: pointer;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height:100%;
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.spark:hover:after{
    left:100%;
	
    -moz-transition:0.8s;
    -o-transition:0.8s;
    -webkit-transition:0.8s;
    transition:0.8s;
}
/*=================常用样式=======================/
/*显示2行标题 */
.cols2{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
.cols3{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis;}

.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.apa{ opacity:0;}



/*标题*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

/* a链接样式 */
a {text-decoration:none;}
a:hover{color:#fcc91c;}
a:focus{outline:0;}


/*广告*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto; margin-bottom:0;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs,.topadcs a.fullad{ height:450px;}


/* -- 页面整体布局大小 -- 
.header , .content , .footer { width:1200px; margin:0 auto;  }

*/
.content{width:1200px; margin:0 auto;}

/*公用内容样式*/
.content_box{ }
.news_info p,.help_info p{margin:15px 0; line-height:26px;}
.news_info p b,.help_info p b{display: inline-block; text-indent:0; /*text-indent: -2em;*/}
.news_info p img,.help_info p img{ margin:0 auto;}
.news_info img,.help_info img{ width:auto; max-width:100%;}

/*模式1*/
.left {
    width:240px;
    float:left;
    margin-top:20px;
    margin-bottom:40px;
}
.right {
    width:930px;
    float:right;
    margin-top:20px;
    margin-bottom:40px;
}




.h_nav li a:-webkit-any-link{ display:block;}




/*如果屏幕小于1200*/
@media (min-width: 320px) and (max-width: 1200px) 
{
 
}



/*面包屑地址*/
.addr{ height:60px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.addr h3{ width:400px; float:left; font:24px "Microsoft YaHei"; color:#333333; overflow:hidden; line-height:60px;}
.addr h4{ width:800px; height:60px; float:right; text-align:right; font:16px "Microsoft YaHei"; color:#999999; line-height:60px;}
.addr h4 a{ color:#999999;}
.addr h4 em a,.addr h4 a:hover{ color:#fcc91c;}


 /*temp.css  2015  xsl 整理*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px; font-size:42px; color:#dedede; font-family:'幼圆';}



/*分页*/
.pages{ background:#ffffff; padding:28px 0; text-align:center; clear:both;}
.pages a{ display:inline-block; min-width:22px; background:#ffffff; padding:8px;  min-height:22px; border:1px solid #d3d7d8; border-radius:0.2rem; margin:0 3px; font:16px Arial; line-height:22px; color:#999999;}
.pages a:hover,.pages a.cur{ background:#fcc91c; color:#ffffff; border:1px solid #fcc91c;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; 
-webkit-transition-property:background; 
-o-transition-property:background;}
 
/*404样式一*/
.notfound{ text-align:center;    letter-spacing: 2px;}
.notfound_bg{ font-size:700px; color:#f9f9f9; position:absolute; z-index:-1; opacity:0.75; text-align:center; width:100%; height:100%; line-height:100%; letter-spacing:50px; }
.notfound_bg p{ display:block; font-size:100px; line-height:150%; letter-spacing:10px;}
.notfound dl{display: flex;align-items: center;    justify-content: center;}
.notfound dl dt{ padding-left:80px; text-align:left; display:inline-block;}
.notfound dl dd{ display:inline-block;}
.notfound dt em{ color:#6f6f6f; font-size:20px; word-spacing: 5px; font-weight:bold; text-transform:uppercase; display:block;}
.notfound dt em strong,.notfound dt b strong{ color:#fcc91c;}
.notfound dt b{ display:block; font-size:70px; color:#333333; padding-top:8px; padding-bottom:8px;}
.notfound dt p{ font-size:16px; color:#666666; display:block; margin-bottom:20px;}
.notfound dt a{ display:inline-block; width:155px; text-align:center; font-size:20px; height:50px; line-height:50px; color:#ffffff; margin-right:20px; border-radius:4px; background:#333333;}
.notfound dt a:hover{ opacity:0.8;}
.notfound dt .home{ background:#fcc91c;}
.notfound dt i{ display:block; margin-top:20px; margin-bottom:12px; color:#666666;}
.notfound dt span{ font-size:28px; color:#333333; font-weight:bold; display:block; background:url(/Skins/Default/Img/404/tel.png) no-repeat left center; line-height:35px; padding-left:40px; }
.notfound dd{ padding-left:40px; }




/*在线客服1*/
.kef{position: fixed;width: 70px;right: 0;z-index: 999;top: 25%;}
.kef li{width: 70px;height: 66px;background: #fcc91c;text-align: center;margin-bottom: 1px;position: relative;}
.kef li em{display: block;height: 66px;line-height: 66px;}
.kef li img{display: inline-block;padding-top: 18px;}
.kef li.tel i{position: absolute;right: -200px;top: 0;background: #fcc91c;display: block;height: 66px;min-width: 160px;transition: all .25s linear;font-size: 20px;color: #ffffff;line-height: 66px;padding: 0 20px;}
.kef li.vx i{width: 0;height: 0;display: block;position: absolute;left:-102px;top:0;  overflow:hidden; transition: all .25s linear;}
.kef li.vx i img{padding-top: 0; width: 100px;height: 100px;float: right;}
.kef li.tel:hover i{right: 0;z-index: 1;}
.kef li.vx:hover i{width: 100px;height: 100px;}

/*客服2*/
.kef_new{ width:96px;}
.kef_new li{ background:none; width:96px; height:96px;}
.kef_new li .hov_img{ display:none;}
.kef_new li:hover em img{ display:none;}
.kef_new li:hover em .hov_img{ display:block;}
.kef_new li em{ height:auto; z-index:2; position:relative;}
.kef_new li em img{ padding:0;}
.kef_new li.tel i{ background:#ffffff;top: 18px;height: 40px;color: #666;line-height: 40px;padding: 10px 20px;border-radius: 20px;box-shadow: 2px 2px 6px #ddd; z-index:1;}
.kef_new li.tel:hover i{ right:96px; }
.kef_new li.vx i{right: 96px;top: -35px; left:auto; display:inline-block;}
.kef_new li.vx i::before{border: 8px solid transparent; border-left-color:#dddddd; position:absolute; right:-6px; content:'';right: -16px;top: 50%;margin-top: -8px;z-index: -1; }
.kef_new li.vx:hover i{width: 120px;height: 120px;padding: 12px;background: #ffffff;box-shadow: 2px 2px 5px #dedede;overflow: visible;}
.kef_new li.vx i img{width: 120px;height: 120px;}


/*友情链接申请*/
.flinkpage{  background:url(/Skins/Default/Img/other/friend_link_bg.jpg) no-repeat center center; position:relative; z-index:1;}
.flinkpage:before{filter: blur(2px); content:''; width:100%; height:100%;  position:absolute; z-index:2;background: inherit;}
.flinkpage .content{ padding-top:60px; padding-bottom:60px;}
.flinkpage .form_box{ background:rgba(255,255,255,0.55); position:relative; z-index:9; padding:60px 20px;}

.flinkpage .sp-title{ border-top:2px solid #fcc91c; position:relative; z-index:99;height: 42px;line-height: 42px;background: #fcc91c; padding:0 12px; background: linear-gradient(-90deg,#ffffff,#fcc91c,#fcc91c);}
.flinkpage .sp-title a{ color:#ffffff;}
.flinkpage .sp-title .more{ color:#fcc91c; letter-spacing:1px; font-weight:bold;}

.friendlk_box{ width:520px; margin:0 auto; display:block;}
.friendlk_box li{ margin-bottom:12px; line-height:32px; font-size:0;}
.friendlk_box li span{ display:inline-block; width:150px; text-align:right; letter-spacing:1px; font-size:14px;}
.friendlk_box li span font{ color:red; margin-right:4px;}
.friendlk_box li p{ display:inline-block; font-size:14px; margin-left:5px;}
.friendlk_box li p input{ border:1px solid #dedede; line-height:32px; text-indent:6px; padding-right:5px; width:200px;}
.friendlk_box li p textarea{ height:100px; padding:6px; line-height:20px; border:1px solid #dedede; vertical-align:text-top;}
.friendlk_box li p input:focus,.friendlk_box li p textarea:focus{ border:1px solid #fcc91c; box-shadow:4px 2px 10px #fcc91c;}

.friendlk_box li .submit{ line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#fcc91c; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:155px;}
.friendlk_box li .submit:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }
.friendlk_box li .reset{line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#333333; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:30px;}
.friendlk_box li .reset:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }


/*在线留言3*/
.temp_one_con{ padding-top:42px; padding-bottom:60px;}
.temp_one_con h3{ font-size:32px; display:block; text-align:center; font-weight:normal; color:#ee2923;}
.temp_one_con h3 i{ font-size:16px; letter-spacing:1px; display:block; color:#999999; line-height:32px; position:relative;  text-align:center;}
.temp_one_con h3 i em{background:#ffffff; display:inline-block; padding:0 20px; position:relative; z-index:99;}
.temp_one_con h3 i:before{ width:100%; content:''; position:absolute; left:-50%; height:1px; background:#f1f1f1; top:50%;}
.temp_one_con h3 i:after{ width:100%; content:''; position:absolute; right:-50%; height:1px; background:#f1f1f1; top:50%;}
.temp_one_con p{ display:block; text-align:center; color:#666666; line-height:32px; letter-spacing:1px;}
.temp_one_con ul{ margin-top:24px; }
.temp_one_con ul li{ display:inline-block; color:red; line-height:36px; height:36px; overflow:hidden; border:1px solid #dedede; margin-bottom:16px; width:31.5%; margin-right:2%;}
.temp_one_con ul li.none{ margin-right:0;}
.temp_one_con ul li.hd{ display:none;}
.temp_one_con ul li.addr{ width:auto; display:block; margin-right:0;}
.temp_one_con ul li.addr input{ width:93%;}
.temp_one_con ul li.text{ width:auto; display:block; height:auto; overflow:auto; margin-right:0;}
.temp_one_con ul li.text span{ color:#dedede;}
.temp_one_con ul li textarea{ display:block; border:none;  padding:1%; width:98%; padding-top:0; line-height:22px; height:88px;}
.temp_one_con ul li span{ display:inline-block; color:#666666; letter-spacing:2px; text-indent:12px;}
.temp_one_con ul li input{ border:none; height:36px; line-height:36px; box-sizing:border-box; width:78%;}
.temp_one_con ul li.vcode{ width:46%;}
.temp_one_con ul li.vcode input{ width:70%; vertical-align:middle;}
.temp_one_con ul li.vcode img{ width:76px; vertical-align:middle;margin-top: -4px; }
.temp_one_con ul li .submit{  cursor:pointer; background:url(/Skins/Default/Img/pro/gou.png) no-repeat 50px center #ee2923; text-indent:30px;  color:#ffffff; width:200px; border:none; border-radius:5px; letter-spacing:5px; font-size:16px; margin-right:20px; }
.temp_one_con ul li .reset{cursor:pointer; background:url(/Skins/Default/Img/pro/reset.png) no-repeat 50px center #666666; text-indent:30px;  color:#ffffff; width:200px; border:none; border-radius:5px; letter-spacing:5px; font-size:16px;}
.temp_one_con ul li .submit:hover{ opacity:0.85;}
.temp_one_con ul li .reset:hover{ opacity:0.85;}
.temp_one_con ul li.last{ border:none; display:inline-block; margin-right:0; width:46%;}

/******************算定义样式 http://www.xiaobiu.com 2022/8/22 11:12:20**********************/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,/* structural elements 结构元素 */dl,dt,dd,ul,ol,li,/* list elements 列表元素 */pre,/* text formatting elements 文本格式元素 */fieldset,legend,button,input,textarea,/* form elements 表单元素 */th,td {/* table elements 表格元素 */    margin:0;padding:0;}
input,textarea {border:none;box-shadow:none;}
/* 设置默认字体 */body,button,input,select,textarea {font:14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;color:#666;}
samp {font-family:"Microsoft YaHei","微软雅黑","Helvetica Neue";}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4,h5,h6 {font-size:100%;}
* h1,* h2,* h3,* h4,* h5,* h6 {margin:0px;}
/* 重置列表元素 */ul,ol,li {list-style:none;}
/* 重置文本格式元素 */a {color:#666;word-wrap:break-word;}
/*英文换行*/a:hover {color:#fcc91c;}
/* 重置表单元素 */legend {color:#000;}
/* for ie6 */fieldset,img {border:none;}
/* img 搭车：让链接里的 img 无边框 */button,input,select,textarea {font-size:100%;/* 使表单元素在 ie 下能继承字体大小 */}
/* 重置表格元素 */table {border-collapse:collapse;border-spacing:0;}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */html {overflow-y:scroll;}
/*手机预览居中*/body {min-width:1200px;width:100%;overflow:hidden;}
/*设置浮动*/.fl {float:left;}
.fr {float:right;}
.pr {position:relative;}
.pa {position:absolute;}
/*清除浮动*/.clear {clear:both;height:0;}
.blk-main .clearlist,.blk-main .listclear {clear:both;height:0;padding:0;margin:0;border:0;width:100%;float:none;}
.b-main .clearlist,.b-main .listclear {clear:both;height:0;padding:0;margin:0;border:0;width:100%;float:none;}
.clearafter:after,.clearfix:after {content:".";display:block;height:0;visibility:hidden;clear:both;}
/*全局背景色1*/.body-color {background:#ffffff;}
.bark-body-color {background:#181818;}
.body-color-p102 {background:#f5f5f5;}
.blk {margin-bottom:25px;}
.blk-50 {margin-bottom:50px;}
/*Main模板*/.blk-main {width:1200px;margin:0 auto;}
.blk-max-main {width:1220px;margin:0 auto;}
/*小模块*/.blk-xs {width:240px;}
.blk-min {width:320px;}
/*中模块*/.blk-sm {width:930px;}
.blk-max {width:810px;}
/*小版块*/.blk {margin-bottom:30px;}
/*首页板块全局补白*/.p {padding:30px 0;}
/*首页板块全局变量*/.b {clear:both;}
/*内页板块全局变量*/.blk {margin-bottom:20px;}
.blk101 {margin-bottom:35px;}
/*数据更新中的样式*/.nodata {background:url("/images/nodata.png") no-repeat 58px 20px #fff;margin:10px 0;padding:80px 0 80px 220px;border:1px solid #eee;text-transform:capitalize;}
/*详情内容*/.endit-content {line-height:28px;}
.endit-content p {margin:15px 0;}
.endit-content img {max-width:100%;}
.endit101-content {line-height:28px;}
.endit101-content p {margin:0 0 20px;}
.endit101-content img {max-width:100%;}
/*百度地图图片*/.endit-content #map img,.endit-content #dituContent img,.endit-content #platform img {max-width:inherit;}
.endit-content em,.endit-content i {font-style:italic;}
.endit-content .img-p {text-indent:0px;padding-top:14px;margin:0px;text-align:center;}
.endit-content .img-container {}
.endit-content .img-block {text-indent:0px;padding-top:14px;margin:0px;text-align:center;}
.endit101-content .img-block {text-indent:0px;padding-top:10px;margin:0 0 20px;text-align:center;}
/*详情关键字飘红加粗*/.endit-content a {color:#f00;font-weight:bold;}
.endit101-content a {color:#f00;font-weight:bold;}
/*详情内容关键字加VI色*//*.endit-content a {color:#fcc91c;font-weight:bold;}
*//*表单弹框*/.nsw-modal {width:100%;height:100%;background:rgba(225,225,225,0.5);position:fixed;top:0;left:0;z-index:99999;}
.modal-dialog {position:fixed;color:#000000;top:150px;width:400px;border-radius:3px;min-height:155px;overflow:hidden;z-index:99998;margin-left:-200px;left:50%;}
.modal-dialog .css-icon {background-image:url("/images/modal-icons.png");}
.modal-dialog .modal-head {height:30px;line-height:30px;padding:0px 20px;background:#F6EFEF;font-size:14px;}
.modal-dialog .modal-head .modal-logo {width:15px;height:15px;background-position:1px 0px;margin:8px 5px 0 0;float:left;}
.modal-dialog .modal-head .close {float:right;width:15px;height:15px;background-position:-14px 0px;margin-top:8px;}
.modal-dialog .modal-body {width:100%;min-height:125px;background:#ffffff;}
.modal-dialog .modal-body .modal-body-left {width:140px;float:left;}
.modal-dialog .modal-body .modal-body-left .icon {width:64px;height:64px;margin:30px 0 0 48px;}
.modal-dialog .modal-body .modal-body-left .success-message {background-position:0px -14px;}
.modal-dialog .modal-body .modal-body-left .warming-message {background-position:0px -78px;}
.modal-dialog .modal-body .modal-body-right {width:260px;float:right;padding-top:20px;}
.modal-dialog .modal-body .modal-body-right .close-btn {color:#000;text-align:center;width:90px;display:inline-block;height:24px;line-height:24px;background:#818079;}
.modal-dialog .modal-body .modal-body-right p {line-height:30px;}
/*翻页*/.p12-pagination-1-main {margin:0 auto;padding:20px 0;height:30px;text-align:center;}
.p12-pagination-1 a,.p12-pagination-1 span {vertical-align:top;display:inline-block;padding:0 8px;height:26px;line-height:26px;border:1px solid #e5e5e5;text-align:center;margin:0 2px;background:#fff;}
.p12-pagination-1 span {border:1px solid #fff;}
.p12-pagination-1 .page_curr {background:#fcc91c;color:#fff;border-color:#fcc91c;}
.p12-pagination-1 .laypage_first,.p12-pagination-1 .laypage_last {display:none;}
/*p101新翻页*/.p101-pagination-1-main {margin:0 auto;padding:0 0 40px;height:40px;text-align:center;}
.p101-pagination-1 a,.p101-pagination-1 span {vertical-align:top;display:inline-block;font-size:18px;font-family:Arial;width:34px;height:34px;color:#666666;border-radius:100%;line-height:34px;border:1px solid #dcdcdc;text-align:center;margin:0 3px;background:#fff;}
.p101-pagination-1 a.page_first,.p101-pagination-1 a.page_last {width:70px;border-radius:20px;font-size:16px;}
.p101-pagination-1 a.page_pre,.p101-pagination-1 a.page_next {width:80px;border-radius:20px;font-size:16px;}
.p101-pagination-1 span {border:1px solid #fff;}
.p101-pagination-1 .page_curr {background:#5a5a5a;color:#fff;border-color:#5a5a5a;}
.p101-pagination-1 .laypage_first,.p101-pagination-1 .laypage_last {display:none;}
/*p102新翻页*/.p102-pagination-1-main {margin:0 auto;padding:20px 0 40px;height:40px;text-align:center;}
.p102-pagination-1 a,.p102-pagination-1 span {vertical-align:top;display:inline-block;font-size:16px;font-family:Arial;width:36px;height:36px;color:#808080;border-radius:5px;line-height:36px;border:1px solid #e5e5e5;text-align:center;margin:0 3px;background:#fff;}
.p102-pagination-1 a.page_first,.p102-pagination-1 a.page_last {width:70px;border-radius:5px;font-size:14px;}
.p102-pagination-1 a.page_pre,.p102-pagination-1 a.page_next {width:80px;border-radius:5px;font-size:14px;}
.p102-pagination-1 span {border:1px solid #fff;}
.p102-pagination-1 .page_curr {background:#fcc91c;color:#fff;border-color:#fcc91c;}
.p102-pagination-1 .laypage_first,.p102-pagination-1 .laypage_last {display:none;}


html{overflow-y: scroll; }
.right {margin:auto;}
 .g_nytop {position:fixed;width:100%;top:0;left:0;z-index:99;}
.g_nytop .header {height:5.8rem;background:rgba(0,0,0,0.6);border-bottom:1px solid rgba(255,255,255,0.2);}
.header .logo {float:left;margin-left:6.3%;height:5.8rem;}
.header .logo a {display:table-cell;height:5.8rem;vertical-align:middle;}
.header .logo a img {display:block;width:6.25rem;border-right:1px solid rgba(255,255,255,0.4);padding-right:1rem;}
.header h2 {float:left;margin-top:1.5rem;margin-left:1rem;}
.header h2 span {font-size:1rem;font-weight:normal;line-height:1rem;color:#fff;display:block;}
.header h2 b {font-size:1.1rem;font-weight:bold;line-height:1.3rem;color:#fff;display:block;margin-top:0.55rem;}
.header .nav {float:right;margin-right:6.3%;margin-top:3.5rem;height:2.3rem;}
.header .nav ul li {display:block;float:left;position:relative;margin-left:1.8rem;height:2.3rem;}
.header .nav ul li::before {content:"";display:block;width:0;position:absolute;left:50%;bottom:0;background:#FCC91C;height:0.1rem;transition:0.35s;}
.header .nav ul li a {display:block;position:relative;z-index:1;font-size:0.8rem;font-weight:normal;line-height:0.8rem;color:rgba(255,255,255,0.6);}
.header .nav ul li:first-of-type {margin-left:0;}
.header .nav ul li.cur::before,.header .nav ul li:hover::before {width:calc(100% + 2rem);left:0;transform:translateX(-1rem);}
.header .nav ul li.cur a,.header .nav ul li:hover a {font-weight:bold;}
.header .tel {position:absolute;right:6.3%;top:1.3rem;background-image:url('/images/h-tel.png');background-repeat:no-repeat;background-position:left center;background-size:1.05rem 1.05rem;font-size:1.1rem;font-weight:bold;line-height:1.05rem;color:#FCC91C;padding-left:1.6rem;}
.header::after {line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.g_top2 {position:absolute;left:0;top:0;width:100%;background:#fff;height:94px;}
.g_top2 .topc {width:1280px;margin:0 auto;position:relative;}
.g_top2 .logo2 {float:left;padding-top:16px;width:125px;height:80px;text-align:center;}
.g_top2 .logo2 img {display:block;width:100%;}
.g_top2 .navlst {float:right;width:990px;}
.g_top2 .navlst li {float:left;height:94px;line-height:94px;font-size:15px;color:#000000;padding:0 23px;}
.g_top2 .navlst li a {color:#000000;display:block;}
.g_top2 .navlst li:hover,.g_top2 .navlst .cur {border-bottom:1px solid #fcc91c;box-sizing:border-box;}
.g_nytop_fiexd {position:fixed;-webkit-transition:all .2s linear;transition:all .2s linear;}
.g_nytop_fiexd .header {display:none;-webkit-transition:all .2s linear;transition:all .2s linear;}
.g_nytop_fiexd .g_top2 {display:block;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear;height:94px;border-bottom:1px solid #f1f1f1;box-shadow:0 0 6px 0 rgba(0,0,0,.1);}
@media screen and (min-width:1263px) {html {font-size:calc(1263px * 20 * 1.21 / 1903);}
}
@media screen and (min-width:1349px) {html {font-size:calc(1349px * 20 * 1.14 / 1903);}
}
@media screen and (min-width:1463px) {html {font-size:calc(1463px * 20 * 1.1 / 1903);}
}
@media screen and (min-width:1543px) {html {font-size:calc(1543px * 20 / 1903);}
}
@media screen and (min-width:1583px) {html {font-size:calc(1583px * 20 * 1.08 / 1903);}
}
@media screen and (min-width:1643px) {html {font-size:calc(1643px * 20 * 1.05 / 1903);}
}
@media screen and (min-width:1663px) {html {font-size:calc(1663px * 20 * 1.03 / 1903);}
}
@media screen and (min-width:1903px) {html {font-size:calc(1903px * 20 / 1903);}
}
.foot {background:#16100E;padding-top:134px;padding-bottom:128px;}
.content1 {width:1400px;margin:0 auto;}
i,em {font-style:normal;}
.foot .foot-l {float:left;position:relative;width:728px;}
.foot .foot-l .flogo {position:absolute;left:0;top:0;}
.foot .foot-l .flogo img {display:block;width:158px;height:79px;}
.foot .foot-l .fname {padding-left:186px;}
.foot .foot-l .fname h3 {font-size:25px;font-weight:normal;line-height:32px;color:#fff;display:block;white-space:nowrap;}
.foot .foot-l .fname p {font-size:14px;font-weight:normal;line-height:14px;color:#fff;opacity:0.6;margin-top:34px;letter-spacing:0.7px;}
.foot .foot-l .fname p a {color:#fff;}
.foot .foot-l .fname p a:hover {text-decoration:underline;}
.foot .foot-l .fname p span {margin-left:15px;}
.foot .foot-l .finfo {margin-top:42px;}
.foot .foot-l .finfo em {font-size:16px;font-weight:normal;line-height:36px;color:#fff;display:block;}
.foot .foot-l .finfo em a {color:#fff;}
.foot .foot-l .finfo em span {margin-left:54px;}
.foot .foot-l .finfo em:last-of-type {margin-top:0px;}
.foot .foot-l .ftel {background-image:url('/images/f-tel.png');background-repeat:no-repeat;background-position:left center;background-size:auto auto;padding-left:66px;display:block;font-size:39px;font-weight:bold;line-height:35px;color:#FCC91C;margin-top:100px;}
.foot .foot-c {float:left;width:440px;}
.foot .foot-c ul li {float:left;width:50%;}
.foot .foot-c ul li h3 a {font-size:20px;font-weight:bold;line-height:20px;color:rgba(255,255,255,0.8);display:block;}
.foot .foot-c ul li h3 i {font-size:24px;font-weight:normal;line-height:85%;color:rgba(255,255,255,0.8);display:block;margin-bottom:8px;}
.foot .foot-c ul li p {margin-top:62px;}
.foot .foot-c ul li p a {display:block;font-size:16px;font-weight:normal;line-height:18px;color:rgba(255,255,255,0.8);margin-bottom:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px;}
.foot .foot-c ul li p a:hover {color:#FCC91C;}
.foot .foot-c ul li p a:last-of-type {margin-bottom:0;}
.foot .foot-c ul::after {line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.foot .foot-r {float:right;width:232px;background-image:url('/images/f-p1.jpg');background-repeat:no-repeat;background-position:center top;background-size:auto auto;height:610px;box-sizing:border-box;margin-top:-204px;padding-top:205px;}
.foot .foot-r p {text-align:center;margin-bottom:28px;}
.foot .foot-r p em img {display:block;width:128px;height:128px;margin:0 auto;}
.foot .foot-r p span {display:block;font-size:15px;font-weight:normal;line-height:16px;color:#010103;margin-top:14px;}
.foot .foot-r p:last-of-type {margin-bottom:0;}
.foot::after {line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
@media screen and  (min-width:760px) and (max-width:1440px) {.content1 {width:1200px;margin:0 auto;}
.foot .foot-l {width:648px;}
.foot .foot-c {width:360px;}
.foot .foot-r {margin-right:-40px;}
}
.client-2 {width:45px;position:fixed;right:10px;top:60%;z-index:999;color:#fff;}
.client-2 li a {color:#fff;}
.client-2 li {margin-bottom:5px;width:45px;height:45px;border-radius:50%;cursor:pointer;position:relative;}
.client-2 li.my-kefu-qq {background:#fcc91c url(/images/cimg23.png) center no-repeat;}
.client-2 li.my-kefu-weixin {background:#fcc91c url(/images/cimg24.png) center no-repeat;}
.client-2 li.my-kefu-tel {background:#fcc91c url(/images/cimg25.png) center no-repeat;}
.client-2 li.my-kefu-shouye {background:#fcc91c url(/images/tohome.png) center no-repeat;background-size:26px;}
.client-2 li.my-kefu-shouye a {width:45px;height:45px;display:block;}
.client-2 li.my-kefu-ftop {background:#fcc91c url(/images/returnTop.png) center no-repeat;}
.client-2 li p {height:20px;font-size:12px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 li.my-kefu-qq .cont {margin:0;background:#fcc91c url(/images/cimg23.png) 15px center no-repeat;border-radius:50px;padding-left:45px;height:45px;line-height:45px;color:#fff;font-size:16px;width:130px;position:absolute;top:0;right:0;z-index:999;}
.client-2 li.my-kefu-tel .cont {margin:0;background:#fcc91c url(/images/cimg25.png) 15px center no-repeat;border-radius:50px;padding-left:45px;height:45px;line-height:45px;color:#fff;font-size:18px;width:180px;position:absolute;top:0;right:0;z-index:999;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop .my-kefu-main {padding-top:6px;}
.client-2 li.my-kefu-weixin .cont {margin:0;width:115px;padding:5px;border:solid 1px #ccc;position:absolute;left:-150px;top:-44px;background-color:#fff;}
.client-2 li.my-kefu-weixin .cont  span {display:block;line-height:20px;font-size:12px;text-align:center;color:#1a1a1a;}
.client-2 li.my-kefu-weixin .cont  img {width:115px;height:115px;}
.client-2 li:hover .cont {display:block!important;}


.p103-curmbs-1 {position:relative;max-width:1920px;margin:0 auto;}
.plc {position:absolute;top:-65px;left:0;right:0;width:100%;z-index:10;background:url(/images/p101-curmbs-bg.png) no-repeat center bottom;padding:20px 0 5px;}
.p12-curblock {display:none;}
.p103-curmbs-con {height:40px;line-height:40px;font-size:14px;color:#fff;}
.p103-curmbs-con b {font-weight:normal;padding-left:20px;background:url(/images/p103-curmbs-icon.png) no-repeat left center;}
.p103-curmbs-con i {font-style:normal;}
.p103-curmbs-con span {font-family:宋体;height:46px;line-height:46px;padding:0px 5px;}
.p103-curmbs-con a {color:#fff;}
.p103-curmbs-con a:hover {text-decoration:underline;}
.p103-search-1 {height:70px;border-bottom:1px solid #ededed;background:#f7f7f7;}
.p103-search-1 p {float:left;width:750px;height:70px;line-height:70px;font-size:14px;color:#333333;}
.p103-search-1 p b {display:inline-block;}
.p103-search-1 p a {color:#666666;display:inline-block;margin-right:15px;}
.p103-search-1-inp {float:right;height:34px;background:#fff;margin-top:18px;border:1px solid #e3e3e3;position:relative;}
.p103-search-1-inp1 {width:270px;height:34px;line-height:34px;color:#999999;padding-left:19px;float:left;}
.p103-search-1-inp2 {width:64px;height:34px;background:url(/images/p103-search-icon1.png) no-repeat center center;float:right;cursor:pointer;}