/*共用css，模板里只能模板设计小组人员才能修改*/

/*模板设计小组人员修改以后注意本地备份一下*/

/*最新更新人员：胡平2017-3-13*/   

/* 清除内外边距 */

@charset "utf-8";

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;

}

*{box-sizing:unset !important;}

input,textarea {border: none; box-shadow: none; outline: none;}

/* 设置默认字体 */

body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif; color: #666;}

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 {text-decoration: none; color: #666; word-wrap:break-word;outline:none;}/*英文换行*/

a:hover {text-decoration: none; color:#00a99d;}

/* 重置表单元素 */

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 { 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; font-size:14px;}

.endit-content img{max-width:100%;}

.endit101-content{ line-height:28px;}

.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:#00a99d; 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 .current, .p12-pagination-1 a:hover {

    background:#00a99d;

    color:#fff;

    border-color:#00a99d;

}



.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:#00a99d;

	color:#fff;

	border-color:#00a99d;

}

.p102-pagination-1 .laypage_first,

.p102-pagination-1 .laypage_last {

	display: none;

}







.top_bg{ height:169px; background:url(../images/top_bg.gif) repeat-x;}

.header{width: 1200px; margin:0 auto;}

.h_con{ height:85px;padding: 22px 0 0;}

.logo{ float:left;width: 261px;padding:0 20px 0 0; margin-top:-8px;}

.logo img{ max-width:100%;}

.h_dw{ float:left;line-height: 32px;font-size: 23px;color: #333;padding:0 0 0 20px;position: relative;}

.h_dw:before{content: "";width: 1px;height: 50px;background: #eaeaea;position: absolute;top: 8px;left: 0;}

.h_dw i{display: block;font-size: 16px;font-weight: normal;}

.h_tel{float: right;position:relative;}

.h_tel b{display: block;float: left;font-size: 26px;color: #333;line-height: 30px;height: 60px;padding: 0 0 0 50px;font-family: "DINOT";background:url(../images/tel.gif) no-repeat left center;margin-left: 30px;}

.h_nav ul{width:1200px;margin:0 auto;}

.h_nav{ height:62px;}

.h_nav li{height: 62px; line-height:62px; float:left; position:relative;}



.h_nav li a{ font-size:16px; color:#333;display:block; width:150px; text-align:center; vertical-align: middle;height: 62px;}



.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before,.h_nav li.cur a:before {

  right: 0;

}

.h_nav li a:hover{ color:#FFF; background:#00a99d}



.h_nav li.nobor{padding-right: 0;}

.h_nav li ul  {position:absolute;top:62px;left:0;z-index:99;background:rgba(255,255,255,1);width:100%;display:none;}

.h_nav li ul ul  {position:absolute;top:0px;left:150px;z-index:99;background:rgba(255,255,255,1);width:100%;display:none;}

.h_nav li ul a{text-align:center;font-style:normal; font-size:14px;}

.h_nav li ul a:hover{ color:#FFF; background:#00a99d;font-style:normal;}

em,i{ font-style:normal;}





.s_bg{ background:url(../images/s_line.gif) no-repeat center bottom;height: 64px;overflow: hidden;}

.search{ width:1200px; margin:0 auto;height: 64px;overflow: hidden;}

.search p{ float:left;font-size: 14px; color:#666; width:900px; height:64px; line-height:64px; overflow:hidden;}

.search p a{font-size: 14px; color:#666; padding:0 10px 0 0;}

.search p a:hover{color: #00a99d;}

.search .ser_inp{ background:none; width:270px; height:30px; border:none; float:left; font-family:"Microsoft YaHei";font-size: 14px; color:#666; line-height:30px; outline:none;margin-top: 16px;}

.search .ser_so{cursor: pointer; float:left; background:url(../images/s_so.gif) no-repeat; border:none; width:30px; height:30px;margin-top: 16px;}

input::-webkit-input-placeholder {color: #666;}





.f_bg{ background:url(../images/f_bg.jpg) no-repeat center 0; height:306px;overflow: hidden;}

.footer{width: 1200px; margin:0 auto;}

.f_logo{width: 235px;height: 240px;overflow: hidden;background: #00a99d;padding: 34px 0 0;}

.f_logo h5{width: 185px;margin: 0 auto;line-height: 0;}

.f_logo h5 img{width: 185px;height: 52px;}

.f_logo p{width: 102px;text-align: center;line-height: 0;padding: 20px 0 0;margin: 0 auto;}

.f_logo p img{ width:100px; height:100px;border: #fff 1px solid;line-height: 0;display: block;}

.f_logo span{display: block;font-size: 14px;color: #fff;line-height: 30px;}

.f02{width: 520px;padding: 66px 0 0 65px;height: 240px;overflow: hidden;}

.f_nav{height: 115px;overflow: hidden;width: 402px; background:url(../images/f_line.png) no-repeat;padding: 20px 0 0;}

.f_nav ul li{height: 32px;line-height: 32px; background:url(../images/f_ico01.png) no-repeat 0 14px;overflow: hidden;padding: 0 0 0 20px;width: 110px;float: left;}

.f_nav ul li a{font-size: 14px;color: rgba(255,255,255,0.8);}

.f_nav ul li a:hover{font-weight: bold;color: #fff;}

.f02 p{font-size: 14px;color: rgba(255,255,255,0.9);height: 50px;line-height: 25px;overflow: hidden; background:url(../images/f_line.png) no-repeat;width: 390px;padding: 15px 0 0;}

.f02 p a{color: rgba(255,255,255,0.9);}

.f02 p i{padding: 0 10px;}

.f02 p span{display: block;}

.f_ban{width: 375px;padding: 56px 0 0;height: 250px;overflow: hidden;}

.f_ban p{padding:0 0 0 35px;font-size: 14px;color: #fff;line-height: 24px;height: 75px;}

.f_ban p b{display: block;}

.f_ban p i{font-size: 18px;padding: 0 20px 0 0;font-weight: bold;}

.f_ban p em{font-size: 16px;}

.f_p01{ background:url(../images/f_ico02.png) no-repeat 0 22px;}

.f_p02{ background:url(../images/f_ico03.png) no-repeat 0 16px;}

.f_p03{ background:url(../images/f_ico04.png) no-repeat 0 16px;}

  



        .client-2 {

            position: fixed;

            right: -170px;

            top: 50%;

            z-index: 900;

        }

        

        .client-2 li a {

            text-decoration: none;

        }

        .client-2 li {

            margin-top: 1px;

            clear: both;

            height: 62px;

            position: relative;

        }

        

        .client-2 li i {

            background: url(../images/fx.png) no-repeat;

            display: block;

            width: 30px;

            height: 27px;

            margin: 0px auto;

            text-align: center;

        }

        

        .client-2 li p {

            height: 20px;

            font-size: 12px;

            line-height: 20px;

            overflow: hidden;

            text-align: center;

            color: #fff;

        }

        

        .client-2 .my-kefu-qq i {

            background-position: 4px 5px;

        }

        

        .client-2 .my-kefu-tel i {

            background-position: 0 -21px;

        }

        

        .client-2 .my-kefu-liuyan i {

            background-position: 4px -53px;

        }

        

        .client-2 .my-kefu-weixin i {

            background-position: -34px 4px;

        }

        

        .client-2 .my-kefu-weibo i {

            background-position: -30px -22px;

        }

        

        .client-2 .my-kefu-ftop {

            display: none;

        }

        

        .client-2 .my-kefu-ftop i {

               width: 33px;

    height: 31px;

    background-position: -23px -47px;

    background-size: 52px 82px;

        }

        .client-2 .my-kefu-ftop .my-kefu-main{

            padding-top: 6px;

        }

        

        .client-2 .my-kefu-left {

            float: left;

            width: 62px;

            height: 47px;

            position: relative;

        }

        

        .client-2 .my-kefu-tel-right {

            font-size: 16px;

            color: #fff;

            float: left;

            height: 24px;

            line-height: 22px;

            padding: 0 15px;

            border-left: 1px solid #fff;

            margin-top: 14px;

        }

        

        .client-2 .my-kefu-right {

            width: 20px;

        }

        

        .client-2 .my-kefu-tel-main {

            background: #00a99d;

            color: #fff;

            height: 53px;

            width: 230px;

            padding:9px 0 0;

            float: left;

        }

        

        .client-2 .my-kefu-main {

            background: #00a99d;

            width: 97px;

            height: 53px;

            position: relative;

            padding:9px 0 0;

            float: left;

        }

        

        .client-2 .my-kefu-weixin-pic {

            position: absolute;

            left: -130px;

            top: -24px;

            display: none;

            z-index: 333;

        }

        

        .my-kefu-weixin-pic img {

            width: 115px;

            height: 115px;

        }

    

/*友情链接*/

.f_link{background: url(../images/link_bg.jpg) no-repeat center 0;overflow: hidden;height: 68px;line-height: 68px;border-top: rgba(51,51,51,0.8) 1px solid;}

.f_link b{display: block;float: left;font-size: 14px;color: #fff;width: 110px;}

.f_link p{font-size: 14px;color: rgba(255,255,255,0.5);float: left;width: 1090px;}

.f_link p a{font-size: 14px;color: rgba(255,255,255,0.5); padding:0 10px 0 0;}

.f_link p a:hover{color: #fff;}



/**/

body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}

.content{ width:1200px; margin:0 auto;}

.neititle{font-size:18px; font-weight:bold; line-height:50px;text-align:center;}

.neisj{ line-height:30px; text-align:center;}

.neimiao{ padding:5px; border-bottom:2px solid #CCCCCC; font-size:14px; font-weight:bold;line-height:30px;}

.neitext{ line-height:28px;}

.teeee{ text-align:right; margin:20px;}

.sec_right_con_news_list li{ border-bottom:#ccc 1px dotted; background:url(../images/dian.jpg) no-repeat 10px center; text-indent:24px; line-height:50px; }

.sec_right_con_news_list li span{ float:right;}