@charset "utf-8";
/*初始化标签样式*/
*{
	font-size: 14px;
    outline: none;
    font-family: "SourceHanSansCN-Regular";
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
ul,
ol{
    margin-bottom: 0 !important;
}
ul,
ol,
li {
    list-style: none;
}
li a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.sect-step_detail li a{
	width: auto;
	height: auto;
}
strong,
b {
    font-weight: normal;
}
em,
i {
    font-style: normal;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
img {
    border: 0;
    vertical-align: middle;
}
/*input,select{vertical-align:middle;font-size:100%;line-height:150%;font-family:arial,'\5FAE\8F6F\96C5\9ED1',sans-serif;-webkit-appearance:none;}*/
a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    color: #4f4f4f;
}


body {
    font: 22px/1.5 arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background: #fff;
}


.header,.main,.footer{
	overflow: hidden;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}
.container{
	margin: 0 auto;
	width: 1200px;
}
/*location*/
.m-header_inner,.m-nav_inner,.m-subnav_cnt{-webkit-box-sizing:border-box;box-sizing:border-box;width:1200px;margin-left:auto;margin-right:auto;zoom:1}.m-header_inner:after,.m-header_inner:before,.m-nav_inner:after,.m-nav_inner:before,.m-subnav_cnt:after,.m-subnav_cnt:before{content:'';display:table}.m-header_inner:after,.m-nav_inner:after,.m-subnav_cnt:after{clear:both}.m-header{position:relative;z-index:10;height:84px;background-color:#fff}.m-header_logo{float:left;margin-top:22px;font-size:0}.m-header_logo .pic{display:inline-block;vertical-align:top}.m-header_logo .tel{display:inline-block;vertical-align:bottom;margin-left:20px;font-size:24px;line-height:1;font-weight:400;color:#005fd1}.m-header_about{float:right;margin:25px 0 0;padding:0;list-style:none}.m-header_about .item{float:left;margin-left:55px}.m-header_about .item:first-child{margin-left:0}.m-header_about .num{float:left;width:31px;height:31px;line-height:31px;text-align:center;color:#fff;font-size:12px;background-color:#999;border-radius:50%}.m-header_about .desc{float:left;margin-left:8px;font-size:12px;line-height:17px;color:#999}.m-nav{position:relative;z-index:10;height:42px;background-color:#fff}.m-nav_cnt{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.m-nav_cnt .line{position:absolute;bottom:5px;height:3px;background-color:#005fd1}.m-nav_cnt .item{position:relative;z-index:2;float:left;-webkit-box-flex:2;-ms-flex:2 0 auto;flex:2 0 auto;width:146px;text-align:center;height:42px;line-height:42px;color:#333;font-size:16px;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.m-nav_cnt .item:hover{color:#005fd1}.m-nav_cnt .item.first{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:73px;text-align:left}.m-nav_cnt .item.last{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:105px;text-align:right}.m-nav_cnt .item .text{position:relative;display:inline-block;vertical-align:top;padding:0 2px}.m-nav_bd{border-bottom:1px solid #ddd}.m-subnav_wrap{position:absolute;top:100%;left:0;right:0;padding-top:1px;height:0;overflow:hidden;-webkit-transition:height .2s cubic-bezier(0,0,.2,1) 0s;-o-transition:height .2s cubic-bezier(0,0,.2,1) 0s;transition:height .2s cubic-bezier(0,0,.2,1) 0s}.m-subnav_wrap.static{-webkit-transition:none;-o-transition:none;transition:none}.m-subnav_inner{background-color:#fff}.m-subnav_cnt{padding:20px 20px 10px 0}.m-subnav_group{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);opacity:0;-webkit-transition:all .2s cubic-bezier(0,0,.2,1);-o-transition:all .2s cubic-bezier(0,0,.2,1);transition:all .2s cubic-bezier(0,0,.2,1);min-height:48px;overflow:hidden}.show .m-subnav_group{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.m-subnav_group:first-child .bd{border-top:none}.m-subnav_group .hd{float:left;width:100px;line-height:48px;font-weight:600}.m-subnav_group .hd a{color:#333}.m-subnav_group .hd span{margin-left:7px;font-weight:400}.m-subnav_group .bd{list-style:none;padding:10px 0;margin:0 -15px 0 0;overflow:hidden;border-top:1px solid #eaeaea}.m-subnav_group .bd li{float:left;margin:2px 15px 2px 0;line-height:24px}.m-subnav_group .bd li a{color:#333;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.m-subnav_group .bd li a:hover{color:#005fd1}


/*
 * jQuery图片轮播(焦点图)插件
 * ADD.JENA.201206291027
 * EDIT.JENA.201206300904
 * Author: jena
 * Demo: http://ishere.cn/demo/jquery.slidebox/
 */
.banner{
	width: 100%;
	overflow: hidden;
}
div.slideBox{ position:relative; width:1920px; height:580px; overflow:hidden;left: 50%;margin-left: -960px;}
div.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important; display:block; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
div.slideBox div.tips div.title a{ color:#FFF; font-size:18px; line-height:50px; margin-left:10px; text-decoration:none;}
div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
div.slideBox div.tips div.nums{ position:absolute; left:50%;margin-left: -12px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{ display:inline-block; >float:left/*For IE.ADD.JENA.201206300844*/; width:20px; height:20px;position: relative;z-index: 99999;border-radius:10px; background:url(../images/lbd_03.png); text-indent:-99999px; margin:15px 10px 0px 0px;}
div.slideBox div.tips div.nums .active{ background:url(../images/lbdgl_03.png) !important;}

/*搜索*/
@charset "UTF-8";/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body{min-width:1240px;font-size:14px;line-height:1.5;}body.holding,html.holding{overflow:hidden}dd,dl,dt,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}a{color:#24b7b3;text-decoration:none}a:hover{color:#1e9996}img{vertical-align:middle;max-width:100%}table{border-collapse:collapse;border-spacing:0}[role=button]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.placeholder{color:#999}::-webkit-input-placeholder{color:#999}::-moz-placeholder{color:#999}:-ms-input-placeholder{color:#999}::-ms-input-placeholder{color:#999}::placeholder{color:#999}.clearfix,.form-horizon .form-cnt,.l-main,.m-aside_wrap,.m-hottags,.m-news-sect .list,.m-usefull-query .query-box,.news-list .cnt .info,.news-list li,.news-nav_inner,.wrapper{zoom:1}.clearfix:after,.clearfix:before,.form-horizon .form-cnt:after,.form-horizon .form-cnt:before,.l-main:after,.l-main:before,.m-aside_wrap:after,.m-aside_wrap:before,.m-hottags:after,.m-hottags:before,.m-news-sect .list:after,.m-news-sect .list:before,.m-usefull-query .query-box:after,.m-usefull-query .query-box:before,.news-list .cnt .info:after,.news-list .cnt .info:before,.news-list li:after,.news-list li:before,.news-nav_inner:after,.news-nav_inner:before,.wrapper:after,.wrapper:before{content:'';display:table}.clearfix:after,.form-horizon .form-cnt:after,.l-main:after,.m-aside_wrap:after,.m-hottags:after,.m-news-sect .list:after,.m-usefull-query .query-box:after,.news-list .cnt .info:after,.news-list li:after,.news-nav_inner:after,.wrapper:after{clear:both}.ellips,.news-list .cnt .desc{display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.wrapper{width:1200px;margin-left:auto;margin-right:auto}.l-main{padding-right:325px}.l-cnt{float:left;width:100%}.l-aside{position:relative;left:325px;float:left;width:300px;margin-left:-300px}.l-col-1,.l-col-1-5,.l-col-10,.l-col-11,.l-col-12,.l-col-2,.l-col-3,.l-col-4,.l-col-5,.l-col-6,.l-col-7,.l-col-8,.l-col-9{float:left;min-height:1px;-webkit-box-sizing:border-box;box-sizing:border-box}.l-col-1{width:8.33333%}.l-col-2{width:16.66667%}.l-col-3{width:25%}.l-col-4{width:33.33333%}.l-col-5{width:41.66667%}.l-col-6{width:50%}.l-col-7{width:58.33333%}.l-col-8{width:66.66667%}.l-col-9{width:75%}.l-col-10{width:83.33333%}.l-col-11{width:91.66667%}.l-col-12{width:100%}.l-col-1-5{width:20%}.mod-banner{position:relative;z-index:1;overflow:hidden}.mod-banner .slick-list,.mod-banner .slick-track,.mod-banner .slide-item{height:100%}.mod-banner .slide-item{position:relative;overflow:hidden;background:#fff url(../../img/ajax-loader.gif) no-repeat center}.mod-banner .slide-inner{position:relative;left:50%;margin-left:-3000px;width:6000px}.mod-banner .slide-bg{display:block;width:1920px;margin:auto;border:none;font-size:0;-webkit-transform:translate3D(0,0,0);-ms-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.mod-banner .slide-cnt{position:absolute;top:0;left:50%;margin-left:-600px;width:1200px}.mod-banner:hover .slick-arrow{opacity:1;filter:alpha(opacity=100)}.mod-banner .slick-dots{position:absolute;left:0;bottom:15px;z-index:1000;width:100%;font-size:0;text-align:center}.mod-banner .slick-dots button{display:none}.mod-banner .slick-dots li{display:inline-block;margin:2px 5px;width:8px;height:8px;border-radius:100px;background-color:#fff;opacity:1;filter:alpha(opacity=100);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.mod-banner .slick-dots li.slick-active{width:30px;background-color:#24b7b3}.m-crumbs_wrap{padding:15px 0;line-height:24px;font-size:0}.m-crumbs_hd{display:inline-block;vertical-align:middle;font-size:12px;color:#999}.m-crumbs_arrow{display:inline-block;vertical-align:middle;margin:0 8px;font-size:12px;color:#999;font-style:normal}.m-crumbs_link{display:inline-block;vertical-align:middle;font-size:12px;color:#999}.m-crumbs_text{display:inline-block;vertical-align:middle;font-size:12px}.m-hottags{line-height:25px;font-size:12px}.m-hottags .hd{float:left;padding:5px 8px 0 0;color:#333}.m-hottags .bd{overflow:hidden}.m-hottags .tag{display:inline-block;vertical-align:top;margin:5px 15px 5px 0;padding:0 10px;height:23px;line-height:23px;border-radius:3px;color:#f64091;border:1px dashed #f64091}.m-hottags .tag:hover{background-color:#feeff6}.m-hottags .tag:nth-child(even){color:#159eed;border-color:#159eed}.m-hottags .tag:nth-child(even):hover{background-color:#e5f4fd}.pages{margin:0 auto 45px;text-align:center}.cont,.pages .page-con{display:inline;font-size:14px}.pages a{display:inline;padding:5px 13px;color:#333;background:#fff;border:1px solid #d0d0d0;cursor:pointer}.pages .page-click{cursor:context-menu}.pages .page-click:hover{background:#fff}.pages .page-t,.pages .page-t:hover{color:#1f1f1f;background:#fff;border:1px solid #d0d0d0;cursor:context-menu}.cont input{width:30px;padding:4px 3px;margin:0 5px;border:1px solid #d0d0d0;text-align:center}.cont span{margin-right:5px;margin-left:10px;font-size:12px}.page-sur{padding:4px 10px;color:#1f1f1f;text-decoration:none;border:1px solid #d0d0d0}.page-sur:hover,.pages a:hover{color:#fff}.pages-blue .page-click{color:#24b7b3;border:1px solid #24b7b3}.pages-blue .page-click:hover{color:#24b7b3}.pages-blue a:hover{background:#24b7b3;border:1px solid #24b7b3}.m-aside_wrap{padding-bottom:10px;margin-bottom:35px;background-color:#f6f6f6}.m-aside_sch{margin:15px 10px 25px;position:relative;height:33px;background-color:#fff;border:1px solid #d3d3d3;border-radius:3px}.m-aside_sch .q{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 50px 6px 10px;width:100%;height:33px;line-height:21px;border:none;outline:0}.m-aside_sch .s{position:absolute;top:0;right:0;padding:0;width:38px;height:33px;border:none;outline:0;background:0 0;cursor:pointer}.m-aside_sch .s .ico{display:block;margin:auto;width:19px;height:19px;background-position:-189px -112px}.m-aside_tit{margin-bottom:12px;padding:0 0 0 6px;height:16px;line-height:16px;font-size:16px;font-weight:700;color:#333;border-left:3px solid #24b7b3}.m-aside_ads li{margin-bottom:12px}.m-aside_ads li img{width:100%}.m-24hours li{position:relative;overflow:hidden;height:32px;line-height:32px;padding:0 10px 0 25px}.m-24hours .sort{position:absolute;top:50%;left:2px;margin-top:-7px;width:13px;height:13px;line-height:13px;font-size:12px;font-style:normal;color:#fff;text-align:center;background-color:#333;border-radius:50%}.m-24hours a{color:#333}.m-24hours a:hover{color:#24b7b3}.m-rec-agent .item{margin-bottom:15px;display:block;overflow:hidden;background-color:#fff}.m-rec-agent .pic{float:left;width:98px;height:108px}.m-rec-agent .pic img{width:100%;height:100%}.m-rec-agent .cnt{overflow:hidden;padding-left:14px}.m-rec-agent .cnt .name{margin-top:10px;font-size:18px;line-height:26px;color:#333;font-weight:700}.m-rec-agent .cnt .qua{margin-top:5px;font-size:12px;line-height:18px;color:#666}.m-rec-agent .cnt .desc{margin-top:4px;line-height:18px;color:#24b7b3}.ico-STHeit--r{width:55px;height:55px;background-position:-63px -63px}.ico-STHeit--l{width:55px;height:55px;background-position:-63px 0}.ico-STHeit--p{width:55px;height:55px;background-position:-126px 0}.ico-STHeit--c{width:55px;height:55px;background-position:0 -63px}.ico-STHeit--x{width:55px;height:55px;background-position:0 0}.ui-btn,.ui-btn--danger,.ui-btn--primary,.ui-btn--warning{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 18px;font-size:14px;height:28px;line-height:26px;text-align:center;border:0 none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;cursor:pointer;-webkit-appearance:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.ui-btn{color:#333;border:1px solid #dbdbdb;background-color:#f7f7f7}.ui-btn:hover{background-color:#e8e8e8;border-color:#ccc;color:#333}.ui-btn.active,.ui-btn:active{background-color:#e0e0e0;border-color:#c4c4c4;color:#333;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.3);box-shadow:0 0 0 2px rgba(255,255,255,.3)}.ui-btn--primary{color:#fff;border:1px solid #ff6c00;background-color:#ff6c00}.ui-btn--primary.active,.ui-btn--primary:active{background-color:#ff6c00;border-color:#ff6c00;color:#fff;-webkit-box-shadow:0 0 0 2px rgba(255,108,0,.3);box-shadow:0 0 0 2px rgba(255,108,0,.3)}.ui-btn--primary.disabled,.ui-btn--primary.disabled:hover,.ui-btn--primary[disabled]{border:1px solid #ccc;background:#f2f2f2;color:#c5c5c5;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.ui-btn--primary.hollow{color:#24b7b3;border:1px solid #24b7b3;background-color:transparent}.ui-btn--primary.hollow:hover{background-color:#20a29e;border-color:#20a29e;color:#fff}.ui-btn--primary.hollow.disabled,.ui-btn--primary.hollow.disabled:hover,.ui-btn--primary.hollow[disabled]{border:1px solid #ccc;color:#c5c5c5}.ui-btn--danger{color:#fff;border:1px solid #f20d1e;background-color:#f20d1e}.ui-btn--danger:hover{background-color:#d50b1a;border-color:#d50b1a;color:#fff}.ui-btn--danger.active,.ui-btn--danger:active{background-color:#c60b19;border-color:#c60b19;color:#fff;-webkit-box-shadow:0 0 0 2px rgba(246,86,98,.3);box-shadow:0 0 0 2px rgba(246,86,98,.3)}.ui-btn--danger.disabled,.ui-btn--danger.disabled:hover,.ui-btn--danger[disabled]{border:1px solid #ccc;background:#f2f2f2;color:#c5c5c5;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.ui-btn--danger.hollow{color:#f20d1e;border:1px solid #f20d1e;background-color:transparent}.ui-btn--danger.hollow:hover{background-color:#da0c1b;border-color:#da0c1b;color:#fff}.ui-btn--danger.hollow.disabled,.ui-btn--danger.hollow.disabled:hover,.ui-btn--danger.hollow[disabled]{border:1px solid #ccc;color:#c5c5c5}.ui-btn--warning{color:#fff;border:1px solid #ef8624;background-color:#ef8624}.ui-btn--warning:hover{background-color:#e47711;border-color:#e47711;color:#fff}.ui-btn--warning.active,.ui-btn--warning:active{background-color:#d66f10;border-color:#d66f10;color:#fff;-webkit-box-shadow:0 0 0 2px rgba(244,173,107,.3);box-shadow:0 0 0 2px rgba(244,173,107,.3)}.ui-btn--warning.disabled,.ui-btn--warning.disabled:hover,.ui-btn--warning[disabled]{border:1px solid #ccc;background:#f2f2f2;color:#c5c5c5;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.ui-btn--warning.hollow{color:#ef8624;border:1px solid #ef8624;background-color:transparent}.ui-btn--warning.hollow:hover{background-color:#e97911;border-color:#e97911;color:#fff}.ui-btn--warning.hollow.disabled,.ui-btn--warning.hollow.disabled:hover,.ui-btn--warning.hollow[disabled]{border:1px solid #ccc;color:#c5c5c5}.form-horizon .form-label{width:110px;padding:5px 12px 0 0;text-align:right}.form-horizon .form-cnt{margin-left:110px}.form-horizon .m-safe-label{float:left;white-space:nowrap;margin:-10px 1000px 4px 110px}.form-group{position:relative;margin-bottom:25px}.form-group .explain{display:inline-block;vertical-align:top;margin-right:10px;line-height:20px;font-size:12px;color:#f20d1e}.form-group.has-error{margin-bottom:5px}.form-group .ui-select-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;border:1px solid #c2c2c2;position:relative;height:28px;line-height:26px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;outline:0;background-color:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.form-group .ui-select-wrap.focus{border-color:#24b7b3;-webkit-box-shadow:0 0 0 .2em rgba(76,220,216,.15);box-shadow:0 0 0 .2em rgba(76,220,216,.15)}.form-group .ui-select-wrap select.ui-select{display:none}.form-group .ui-select-input{display:block;position:absolute;left:0;top:0;bottom:0;right:25px;padding-left:10px;white-space:nowrap;overflow:hidden}.form-group .ui-select-arrow{display:block;position:absolute;right:5px;top:50%;margin-top:-3px;width:13px;height:8px;background-position:-89px -148px}.form-group .ui-select-list{display:none;position:absolute;z-index:10;left:-1px;top:100%;background-color:#fff;border:1px solid #c2c2c2;min-width:100%;overflow:auto;max-height:220px}.form-group .ui-select-wrap.up .ui-select-list{top:auto;bottom:100%}.form-group .ui-select-wrap.focus .ui-select-list{display:block}.form-group .ui-select-list>li{display:block;line-height:24px;padding:0 10px 0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.form-group .ui-select-list>li:hover{color:#fff;background-color:#24b7b3}.form-group .ui-select-list>li.selected{background-color:#eee;color:#000}.form-group .ui-select-list>li.disabled{background-color:#f2f2f2;color:#999;cursor:not-allowed}.form-group .ui-select-list>li.disabled.selected{background-color:#59adff;color:#f2f2f2;cursor:not-allowed}.form-group .ui-select-wrap.disabled{color:#999;border-color:#ccc;cursor:not-allowed}.form-group .ui-select-wrap.disabled .ui-select-arrow{opacity:.5}.form-label{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;padding:5px 5px 0 0;font-size:14px;color:#333;line-height:18px}.form-label.required:before{margin-right:2px;color:#f20d1e;content:'*'}.ui-txtin{display:block;padding:3px 8px;width:100%;height:28px;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;border:1px solid #c2c2c2;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ui-txtin:focus{border-color:#24b7b3;-webkit-box-shadow:0 0 0 .2em rgba(76,220,216,.15);box-shadow:0 0 0 .2em rgba(76,220,216,.15)}.ui-txtin.error{border-color:#f20d1e;-webkit-box-shadow:0 0 0 .2em rgba(246,86,98,.15);box-shadow:0 0 0 .2em rgba(246,86,98,.15)}.ui-txtin_group{position:relative;display:table;border-collapse:separate;width:100%;height:28px;line-height:28px}.ui-txtin_group .ui-txtin{display:table-cell;float:left;vertical-align:middle}textarea.ui-txtin{height:68px;overflow-y:auto}.ui-overlay{position:fixed;top:0;left:0;z-index:50;width:100%;height:100%;display:none;background-color:rgba(0,0,0,.5);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#80000000',EndColorStr = '#80000000')"}:root .ui-overlay{-webkit-filter:none;filter:none}.ui-modal{width:480px;margin:50px auto 10px;background-color:#fff;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.2);box-shadow:0 2px 8px rgba(0,0,0,.2);position:relative;border-radius:5px;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ui-modal_wrap{position:fixed;top:0;left:0;z-index:60;width:100%;height:100%;overflow:hidden;display:none;overflow-y:auto}.ui-modal_wrap.show{display:block}.ui-modal.anim-scale{-webkit-animation-name:anim-scale;animation-name:anim-scale}.ui-modal.anim-down{-webkit-animation-name:anim-down;animation-name:anim-down}.ui-modal.modal-sm{width:420px}.ui-modal.modal-lg{width:720px}.ui-modal_hd{padding:16px 24px;margin:0 15px;border-radius:4px 4px 0 0;background:#fff;text-align:center;color:#000;color:rgba(0,0,0,.65);border-bottom:1px solid #c2c2c2}.ui-modal_hd .title{margin:0;font-size:18px;line-height:22px;font-weight:700;color:#000;color:rgba(0,0,0,.85)}.ui-modal_hd .close{position:absolute;top:0;right:0;width:54px;height:54px;line-height:54px;font-size:0;cursor:pointer}.ui-modal_hd .close:after{display:inline-block;vertical-align:middle;content:'';width:24px;height:24px;background-position:-189px -80px}.ui-modal_hd .tips{margin-top:5px;text-align:center;line-height:24px;background-color:#d5e9ff}.ui-modal_bd{padding:30px 30px 15px;overflow-y:auto}.ui-modal_ft{padding:0 16px 30px;text-align:center;font-size:0;border-radius:0 0 4px 4px}.ui-modal_ft [class*=ui-btn]{margin-left:8px;height:32px;line-height:30px;border-radius:3px}.ui-modal_ft [class*=ui-btn]:first-child{margin-left:0}.ui-modal_ft .modal-total{margin-bottom:20px;font-size:12px;line-height:16px;text-align:center;color:#999}.ui-modal_ft .modal-total .hl{color:red}.ui-modal--msg .ui-modal_bd{padding:20px 30px 0}.ui-modal--msg .ui-modal_ft{border-top:none;text-align:right;padding:20px 30px}.ui-modal--msg .ico{position:absolute;top:25px;left:30px;width:33px;height:32px}.ui-modal--msg .ico.success{background-position:-189px 0}.ui-modal--msg .ico.error{background-position:-189px -40px}.ui-modal--msg .tit{margin:5px 0 0 50px;padding:5px 0;font-size:16px;line-height:22px;color:#333}.ui-modal--msg .desc{margin:8px 0 0 50px;line-height:22px;font-size:14px;color:#666}.m-modal-count{margin-top:5px;font-size:12px;line-height:18px}.m-safe-label{display:inline-block;padding:0 10px 0 6px;font-size:12px;line-height:20px;color:#fff;background-color:#58b850;border-radius:2px}.m-safe-label .ico{display:inline-block;vertical-align:middle;margin:-2px 5px 0 0;width:12px;height:14px;background-position:-50px -148px}.m-sect-comment{margin-bottom:16px}.m-sect-comment_box{overflow:hidden;padding:0 32px;color:#333;background-color:#fff}.m-sect-comment_hd{margin:45px 0 40px;font-size:24px;line-height:30px;font-weight:700}.m-sect-comment_total{overflow:hidden;margin-bottom:45px}.m-sect-comment_rate{position:relative;float:left;width:540px}.m-sect-comment_rate:after{position:absolute;right:0;content:'';top:4px;height:84px;border-right:1px solid #e6e6e6}.m-sect-comment_rate .big{float:left;width:286px;text-align:center}.m-sect-comment_rate .big .value{font-size:48px;line-height:52px;color:#d8271c;font-weight:700}.m-sect-comment_rate .big .tit{margin-top:5px;line-height:30px;font-size:18px}.m-sect-comment_rate .list{overflow:hidden}.m-sect-comment_rate .list .item{margin-bottom:18px;line-height:18px}.m-sect-comment_rate .list .tit{float:left;width:122px}.m-sect-comment_rate .list .percent{display:inline-block;vertical-align:middle;width:100px;height:9px;background-color:#eae9e9}.m-sect-comment_rate .list .percent .inner{height:100%;display:block;background-color:#d8271c}.m-sect-comment_sum{overflow:hidden;padding:0 30px}.m-sect-comment_sum .label{display:inline-block;vertical-align:top;margin:0 9px 10px 0;padding:0 8px;height:24px;line-height:24px;background-color:#feeabd}.m-sect-comment_sum .sp{background-color:#fed5bd}.m-sect-comment_nav{padding:0 20px;height:40px;line-height:40px;background-color:#ecedee}.m-sect-comment_nav .item{float:left;line-height:20px;margin:10px 20px 0 0;cursor:pointer}.m-sect-comment_nav .item.active{color:#d8271c}.m-sect-comment_nav .all{margin-right:50px}.m-sect-comment_list li{overflow:hidden;padding:30px 0 28px;border-bottom:1px solid #ecedee}.m-sect-comment_list .user{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:162px;padding:26px 0 0 28px}.m-sect-comment_list .cnt{overflow:hidden;margin-top:5px;line-height:24px}.m-sect-comment_list .date{float:right;-webkit-box-sizing:border-box;box-sizing:border-box;width:110px;padding-left:10px;color:#999}.m-sect-comment_list .comment{overflow:hidden}.m-sect-comment_list .desc{line-height:24px}.m-sect-comment_list .photoes-show{overflow:hidden;margin-top:5px}.m-sect-comment_list .buyer-photoes{display:table;width:100%;clear:both}.m-sect-comment_list .buyer-photoes .item{position:relative;float:left;border:2px solid #f2f2f2;padding:2px;margin-right:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m-sect-comment_list .buyer-photoes .item.active{border-color:#d8271c}.m-sect-comment_list .buyer-photoes img{display:block;width:40px;height:40px;cursor:url(../../img/cz.png),auto}.m-sect-comment_list .photoes-viewer{position:relative;float:left;display:none;margin-top:10px;border:1px solid #ccc;background:#fff;padding:2px}.m-sect-comment_list .photoes-viewer .next,.m-sect-comment_list .photoes-viewer .prev{position:absolute;top:0;width:100px;height:100%;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.m-sect-comment_list .photoes-viewer .next:after,.m-sect-comment_list .photoes-viewer .prev:after{content:'';height:100%;display:inline-block;vertical-align:middle}.m-sect-comment_list .photoes-viewer .next i,.m-sect-comment_list .photoes-viewer .prev i{display:none;vertical-align:middle}.m-sect-comment_list .photoes-viewer .next:hover i,.m-sect-comment_list .photoes-viewer .prev:hover i{display:inline-block}.m-sect-comment_list .photoes-viewer .prev{left:0;text-align:left}.m-sect-comment_list .photoes-viewer .prev i{width:42px;height:42px;background-position:-126px -63px}.m-sect-comment_list .photoes-viewer .next{right:0;text-align:right}.m-sect-comment_list .photoes-viewer .next i{width:42px;height:42px;background-position:0 -126px}.m-sect-comment_list .star{width:100px;height:14px;background-position:-50px -126px}.m-sect-comment_list .star.value-1{width:20px}.m-sect-comment_list .star.value-2{width:40px}.m-sect-comment_list .star.value-3{width:60px}.m-sect-comment_list .star.value-4{width:80px}.m-sect-comment_list .star.value-5{width:100px}.m-sect-comment_list .label{display:inline-block;vertical-align:top;margin:0 11px 0 0;padding:0 8px;height:24px;line-height:24px;background-color:#feeabd}.m-sect-comment_list .labels{margin-top:8px}.m-sect-comment_more{display:block;line-height:76px;text-align:center;color:#333;font-size:18px}.m-sect-comment_more:hover{color:#333}.m-sect-comment_more .ico{display:inline-block;vertical-align:middle;width:11px;height:12px;background-position:-70px -148px}.m-usefull-query{padding:40px 0 28px;background-color:#fff}.m-usefull-query .wrapper{width:880px}.m-usefull-query .query-box{margin-bottom:10px}.m-usefull-query .query-box .col{float:left}.m-usefull-query .query-box .q{display:block;margin-right:-1px;width:680px;-webkit-box-sizing:border-box;box-sizing:border-box;height:52px;padding:11px 20px;line-height:21px;font-size:18px;border:1px solid #999;outline:0;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-right: none;}.m-usefull-query .query-box select.q{background-color:#f5f5f5}.m-usefull-query .query-box .send{position:relative;z-index:3;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:52px;line-height:43px;font-size:16px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}.m-usefull-query .tips{padding:0 0 0 12pxline-height:18px;color:#ff6c00}.m-usefull-query .ui-select-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;border:1px solid #999;position:relative;height:45px;line-height:43px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;outline:0;background-color:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.m-usefull-query .ui-select-wrap select.ui-select{display:none}.m-usefull-query .ui-select-input{display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px;color:#666;padding:0 20px 0 15px;background-color:#f5f5f5}.m-usefull-query .ui-select-arrow{display:block;position:absolute;right:10px;top:50%;margin-top:-3px;width:7px;height:4px;background-position:-213px -139px}.m-usefull-query .ui-select-list{display:none;position:absolute;z-index:10;left:-1px;top:100%;background-color:#fff;border:1px solid #999;min-width:100%;overflow:auto;max-height:220px}.m-usefull-query .ui-select-wrap.up .ui-select-list{top:auto;bottom:100%}.m-usefull-query .ui-select-wrap.focus .ui-select-list{display:block}.m-usefull-query .ui-select-list>li{display:block;line-height:24px;padding:8px 15px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.m-usefull-query .ui-select-list>li:hover{color:#fff;background-color:#24b7b3}.m-usefull-query .ui-select-list>li.selected{background-color:#eee;color:#000}.m-usefull-query .ui-select-list>li.disabled{background-color:#f2f2f2;color:#999;cursor:not-allowed}.m-usefull-query .ui-select-list>li.disabled.selected{background-color:#59adff;color:#f2f2f2;cursor:not-allowed}.m-usefull-query .ui-select-wrap.disabled{color:#999;border-color:#ccc;cursor:not-allowed}.m-usefull-query .ui-select-wrap.disabled .ui-select-arrow{opacity:.5}.m-sect-hd{margin:32px auto;line-height:30px;text-align:center}.m-sect-hd .tit{font-size:24px;line-height:40px;font-weight:700;color:#333}.m-sect-hd .desc{margin-top:5px;font-size:18px;line-height:28px;color:#9b9b9b}.m-news-wrap{padding-bottom:20px}.m-news-sect{padding:27px 20px 22px}.m-news-sect .list{margin:0 -17px}.m-news-sect .list-media{margin-bottom:14px}.m-news-sect .list-media .item{width:264px;margin:0 auto}.m-news-sect .list-media .item a{color:#333}.m-news-sect .list-media .item a:hover{color:#24b7b3}.m-news-sect .list-media .figure img{display:block;width:264px;height:148px}.m-news-sect .list-media .cnt{padding:10px;background-color:#f5f5f5}.m-news-sect .list-media .tit{overflow:hidden;height:24px;line-height:24px}.m-news-sect .list-media .time{overflow:hidden;height:12px;line-height:12px;font-size:12px;color:#999}.m-news-sect .list-faq .item{position:relative;margin:0 17px;padding-left:28px;height:36px;line-height:36px;overflow:hidden}.m-news-sect .list-faq .item a{color:#333}.m-news-sect .list-faq .item a:hover{color:#24b7b3}.m-news-sect .list-faq .circle{position:absolute;top:50%;left:0;margin-top:-5px;width:8px;height:8px;border:1px solid #24b7b3;border-radius:50%}.m-news-sect .list-faq li:nth-child(4n+2) .circle{border-color:#f98f27}.m-news-sect .list-faq li:nth-child(4n+3) .circle{border-color:#857cfa}.m-news-sect .list-faq li:nth-child(4n+4) .circle{border-color:#f65f7f}.m-brand-sect .list{margin:0 -6px 40px}.m-brand-sect .list .item{margin:0 6px 12px;height:120px;line-height:120px;font-size:0;text-align:center;background-color:#fff}.m-brand-sect .list .item .pic{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}.m-btttom-pdt{padding:38px 0 50px;background-color:#f1f1f1}.m-btttom-pdt .sect-hd{margin-bottom:25px}.m-btttom-pdt .sect-hd .tit{float:left;padding-left:4px;height:20px;line-height:20px;font-size:16px;color:#333;border-left:4px solid #24b7b3}.m-btttom-pdt .sect-bd .col{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:20%;padding:0 0 0 50px}.m-btttom-pdt .sect-bd .col-hd .ico{display:block;margin:0 0 0 8px}.m-btttom-pdt .sect-bd .col-hd .tit{display:block;margin-top:18px;font-size:18px;line-height:1;color:#24b7b3}.m-btttom-pdt .sect-bd .list{margin-top:14px}.m-btttom-pdt .sect-bd .list li{position:relative;line-height:24px;padding:8px}.m-btttom-pdt .sect-bd .list .dot{position:absolute;top:16px;left:-5px;width:4px;height:4px;background-color:#24b7b3;border-radius:50%}.m-btttom-pdt .sect-bd .list a{color:#333}.m-btttom-pdt .sect-bd .list a:hover{color:#24b7b3}.news-nav_wrap{height:39px;line-height:39px}.news-nav_inner{background:#f1f1f1}.news-nav_col{position:relative;float:left;padding:0 1px;margin-left:-1px;background:#f1f1f1}.news-nav_col:before{position:absolute;top:50%;left:0;content:'';margin-top:-7px;width:1px;height:15px;background-color:#636363}.news-nav_col:first-child:before{display:none}.news-nav_col.active{z-index:1}.news-nav_col.active:before{display:none}.news-nav_col.active .news-nav_item{color:#fff;background-color:#24b7b3}.news-nav_item{display:block;padding:0 18px;font-size:14px;color:#333}.news-nav_item:hover{color:#24b7b3}.news-list{margin:0 0 45px}.news-list li{padding:20px 0;border-bottom:1px dashed silver}.news-list .pic{float:left;width:170px;height:118px;line-height:118px;text-align:center;font-size:0}.news-list .pic img{min-width:2px;max-width:100%;max-height:100%}.news-list .cnt{margin-left:170px;padding-left:13px}.news-list .cnt .tit{margin-top:8px;overflow:hidden;height:30px;line-height:30px;font-weight:700;font-size:16px}.news-list .cnt .tit a{color:#333}.news-list .cnt .tit a:hover{color:#24b7b3}.news-list .cnt .desc{margin-top:12px;color:#666;line-height:22px}.news-list .cnt .info{margin:14px -12px 0 0;line-height:24px;font-size:12px;color:#999}.news-list .cnt .info-item{float:left;margin-right:12px}.news-list .cnt .info-item a{color:#999}.news-list .cnt .info-item a:hover{color:#24b7b3}.news-list .cnt .info-item--weixin{position:relative;cursor:pointer}.news-list .cnt .info-item--weixin:hover .popup{visibility:visible;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;opacity:1}.news-list .cnt .info-item--weixin .ico{display:inline-block;vertical-align:middle;margin:-2px 5px 0 0;width:17px;height:14px;background-position:-158px -126px}.news-list .cnt .info-item--weixin .popup{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:260px;height:110px;padding:15px;border:1px solid #ddd;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.1);box-shadow:1px 1px 5px rgba(0,0,0,.1);border-radius:2px;left:-200px;top:-120px;background-color:#fff;visibility:hidden;opacity:0}.news-list .cnt .info-item--weixin .popup .weixin-pic{float:left;width:80px;height:80px;margin-right:10px}.news-list .cnt .info-item--weixin .popup .weixin-pic .code{width:80px}.news-list .cnt .info-item--weixin .popup .text{overflow:hidden;font-size:13px;color:#333;line-height:1.6}.news-list .cnt .info-item--weixin .popup:before{content:"";position:absolute;bottom:-6px;right:24px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05);width:12px;height:12px;border:1px solid #e9eaec;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff;border-width:0 1px 1px 0}.news-arc_hd{margin-bottom:20px;text-align:center}.news-arc_hd .tit{margin-top:20px;font-size:30px;line-height:48px;font-weight:700;color:#333}.news-arc_hd .download{display:inline-block;vertical-align:top;margin-top:5px}.news-arc_hd .download .ico{display:inline-block;vertical-align:middle;margin:-3px 5px 0 0;width:16px;height:19px;background-position:-189px -139px}.news-arc_hd .download .text{color:#2f73ba;font-size:18px;font-weight:700;border-bottom:1px solid}.news-arc_info{line-height:20px;font-size:12px;color:#999}.news-arc_info .jiathis_style{margin-top:2px;display:inline-block;vertical-align:top}.news-arc_summary{margin-top:5px;padding:15px 20px;font-size:12px;line-height:24px;color:#666;background:#f1f1f1;border-top:1px solid #e5e5e5}.news-arc_detail{padding:25px 0 50px;line-height:24px;border-bottom:1px dashed #999}.news-arc_erwei{padding:20px 0;text-align:center}.news-arc_erwei .text{display:block;margin-top:5px;font-size:12px;color:#484848}.news-arc_jump{margin-top:15px;color:#333}.news-arc_jump a{color:#555}.news-arc_jump a:hover{color:#24b7b3}.news-arc_jump .item{margin:0 0 10px;line-height:24px}.news-relate_hd{height:30px;line-height:30px;border-bottom:2px solid #919191}.news-relate_hd .tit{float:left;font-size:16px;font-weight:700}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-center{text-align:center}.text-primary{color:#24b7b3}a.text-primary:focus,a.text-primary:hover{color:#1a8481}.text-danger{color:#f20d1e}a.text-danger:focus,a.text-danger:hover{color:#b80a17}.text-warning{color:#ef8624}a.text-warning:focus,a.text-warning:hover{color:#c7680f}.text-muted{color:#ababab}a.text-muted:focus,a.text-muted:hover{color:#8c8c8c}.text-bold{font-weight:700}.text-lger{font-size:1.15em}.text-smer{font-size:.88em}.text-lg{font-size:16px}.text-sm{font-size:12px}.bg-white{background-color:#fff}.m-all-xxs{margin:5px}.m-ver-xxs{margin-top:5px;margin-bottom:5px}.m-hor-xxs{margin-left:5px;margin-right:5px}.m-t-xxs{margin-top:5px}.m-r-xxs{margin-right:5px}.m-b-xxs{margin-bottom:5px}.m-l-xxs{margin-left:5px}.p-all-xxs{padding:5px}.p-ver-xxs{padding-top:5px;padding-bottom:5px}.p-hor-xxs{padding-left:5px;padding-right:5px}.p-t-xxs{padding-top:5px}.p-r-xxs{padding-right:5px}.p-b-xxs{padding-bottom:5px}.p-l-xxs{padding-left:5px}.m-all-xs{margin:10px}.m-ver-xs{margin-top:10px;margin-bottom:10px}.m-hor-xs{margin-left:10px;margin-right:10px}.m-t-xs{margin-top:10px}.m-r-xs{margin-right:10px}.m-b-xs{margin-bottom:10px}.m-l-xs{margin-left:10px}.p-all-xs{padding:10px}.p-ver-xs{padding-top:10px;padding-bottom:10px}.p-hor-xs{padding-left:10px;padding-right:10px}.p-t-xs{padding-top:10px}.p-r-xs{padding-right:10px}.p-b-xs{padding-bottom:10px}.p-l-xs{padding-left:10px}.m-all-sm{margin:15px}.m-ver-sm{margin-top:15px;margin-bottom:15px}.m-hor-sm{margin-left:15px;margin-right:15px}.m-t-sm{margin-top:15px}.m-r-sm{margin-right:15px}.m-b-sm{margin-bottom:15px}.m-l-sm{margin-left:15px}.p-all-sm{padding:15px}.p-ver-sm{padding-top:15px;padding-bottom:15px}.p-hor-sm{padding-left:15px;padding-right:15px}.p-t-sm{padding-top:15px}.p-r-sm{padding-right:15px}.p-b-sm{padding-bottom:15px}.p-l-sm{padding-left:15px}.m-all-md{margin:20px}.m-ver-md{margin-top:20px;margin-bottom:20px}.m-hor-md{margin-left:20px;margin-right:20px}.m-t-md{margin-top:20px}.m-r-md{margin-right:20px}.m-b-md{margin-bottom:20px}.m-l-md{margin-left:20px}.p-all-md{padding:20px}.p-ver-md{padding-top:20px;padding-bottom:20px}.p-hor-md{padding-left:20px;padding-right:20px}.p-t-md{padding-top:20px}.p-r-md{padding-right:20px}.p-b-md{padding-bottom:20px}.p-l-md{padding-left:20px}.m-all-lg{margin:30px}.m-ver-lg{margin-top:30px;margin-bottom:30px}.m-hor-lg{margin-left:30px;margin-right:30px}.m-t-lg{margin-top:30px}.m-r-lg{margin-right:30px}.m-b-lg{margin-bottom:30px}.m-l-lg{margin-left:30px}.p-all-lg{padding:30px}.p-ver-lg{padding-top:30px;padding-bottom:30px}.p-hor-lg{padding-left:30px;padding-right:30px}.p-t-lg{padding-top:30px}.p-r-lg{padding-right:30px}.p-b-lg{padding-bottom:30px}.p-l-lg{padding-left:30px}.m-all-xl{margin:40px}.m-ver-xl{margin-top:40px;margin-bottom:40px}.m-hor-xl{margin-left:40px;margin-right:40px}.m-t-xl{margin-top:40px}.m-r-xl{margin-right:40px}.m-b-xl{margin-bottom:40px}.m-l-xl{margin-left:40px}.p-all-xl{padding:40px}.p-ver-xl{padding-top:40px;padding-bottom:40px}.p-hor-xl{padding-left:40px;padding-right:40px}.p-t-xl{padding-top:40px}.p-r-xl{padding-right:40px}.p-b-xl{padding-bottom:40px}.p-l-xl{padding-left:40px}.fl{float:left}.fr{float:right}.ofh{overflow:hidden}.va-top{vertical-align:top}.va-middle{vertical-align:middle}.eq-height,.eq-height.eq-auto{display:table;table-layout:fixed;height:100%;width:100%}.eq-height.eq-auto{table-layout:auto}.eq-height_cell{display:table-cell;height:100%;vertical-align:top;float:none}.form-group .ui-select-arrow,.ico-STHeit--c,.ico-STHeit--l,.ico-STHeit--p,.ico-STHeit--r,.ico-STHeit--x,.m-aside_sch .s .ico,.m-safe-label .ico,.m-sect-comment_list .photoes-viewer .next i,.m-sect-comment_list .photoes-viewer .prev i,.m-sect-comment_list .star,.m-sect-comment_more .ico,.m-usefull-query .ui-select-arrow,.news-arc_hd .download .ico,.news-list .cnt .info-item--weixin .ico,.ui-modal--msg .ico.error,.ui-modal--msg .ico.success,.ui-modal_hd .close:after{background-image:url(../images/sprite_common.png)}

.header{
	background: #fff;
}
.hdphone{
	height: 89px;
	line-height: 89px;
	
}
.hdphone p{
	font-size: 24px;
	color: #006dd9;
}
.hdphone img{
	margin: 0 10px;
	margin-top: 32px;
	
}
.ts span{
	display: inline-block;
	height: 32px;
	width: 32px;
	background: url(../images/btheader_03.png);
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	
}
.ts .tstext p{
	color: #999999;
	font-size: 12px;
	line-height: 15px;
	margin-left: 8px;
	
}
.ts li{
	margin-top:27px;
	margin-left: 42px;
	float: left;
}
/*一站式icon*/
.yzsicon{
	background: #f8f8f8;
	padding: 40px 0;
}
.title h5{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #555555;
}
.lttitle{
	text-align: center;
}
.title span{
	display: inline-block;
	vertical-align: middle;
	width: 82px;
	height: 1px;
	background: #d6d6d6;
	line-height: 27px;
}
.title p{
	color: #747474;
	font-size: 18px;
	display: inline-block;
}
.iconpx{
	margin-top: 60px;
}
.iconpx li{
	float: left;
    margin-right: 86px;
    text-align: center;
    width: 171px;
}
.iconpx li img{
	width: 130px;
	height: 130px;
}
.iconpx li:hover h5{
	color: #f88c0d;
}
.iconpx li:hover p{
	color: #f88c0d;
}
.iconpx li+li+li+li+li{
	margin-right: 0;
}
.iconpx li h5{
	font-size: 24px;
	margin-top: 10px;
}
.iconpx li p{
	margin-top: 10px;
}
.link{
	padding: 40px 0;
	background: #f8f8f8;
}
.link .linktop i{
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #bebebe;
}
.link .linktop a{
	color: #000;
	float: right;
}
.link .link_img {
	margin-top: 20px;
}
.link .link_img li{
	float: left;
	margin-right: 1px;
    margin-top: 2px;
}

/*footer*/
.dl{
	float: left;
}
.dl dl{
	width: 130px;
	float: left;
}
.dl a{
	text-align: left;
}
.dl dt a{
	font-size: 16px;
	color: #000000;
}
.dl dd a{
	color: #555555;
	
}
.footer{
	background: #FFFFFF;
	padding-top: 40px;
}
.footer .container{
	padding-bottom: 40px;
}
.ftcode{
	text-align: center;
	margin-left: 10px;
	
}
.ftcode img{
	width: 100px;
	height: 100px;
}
.ftcode p{
	color: #FF6C00;
	margin-top: 10px;
}
.ftcontact{
	width: 300px;
	margin-top: 22px;
}
.ftcontact img{
	margin-right: 10px;
	margin-top: -4px;
}
.ftcontact h4{
	
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.ftcontact h5{
	margin-top: 24px;
	font-size: 24px;
	color: #000000;
}
.ftcontact p img{
	position: absolute;
	left: 0;
}
.ftcontact p{
	position: relative;
	margin-top: 24px;
	padding-left: 30px;
}
.jszc{
	background: #f8f8f8;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #666666;
}
.jszc a{
	color: #666666;
}
/*注册商标*/
.zcsb{
	padding: 40px 0;
}
.zcsb li{
	width: 378px;
	height: 360px;
	background: #f8f8f8;
	overflow: hidden;
	margin-right: 30px;
	float: left;
}
.zcsb li+li+li{
	margin: 0;
}
.zcsb li .zcicon{
	margin: 0 auto;
	margin-top: 50px;
}
.zcsb li .zcicon span{
	text-align: center;
	display: inline-block;
	width: 98px;
	float: left;
}
.zcsb li .zcicon span p{
	margin-top: 10px;
}
.zcsb li .zcicon i{
	display: inline-block;
	margin: 0;
	line-height: 55px;
	float: left;
}
.zctext{
	width: 340px;
	margin: 0 auto;
}
.zctext h5{
	margin-top: 40px;
	font-weight: bold;
	font-size: 18px;
	
}
.zctext p{
	color: #555555;
	line-height: 24px;
	margin-top: 10px;
}
.zcsb a{
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	width: 157px;
	background: url(../images/zcsb_25.jpg);
	line-height: 40px;
	margin-top: 30px;
}
.zcsb a:hover{
	background: url(../images/zcsb_28.jpg);
}
.zclist{
	margin-top: 44px;
}
/*选择百通*/
.choosebt{
	background: #f8f8f8;
	padding: 40px 0;
}
.clspan{
	width: 380px;
	float: right;
}
.span{
	margin-top: 50px;
}
.span span{
	height: 30px;
	width: 85px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.span span i{
	float: right;
	border-right: 1px dashed #c4c4c4;
	height: 12px;
	margin-top: 6px;
}
.span .on{
	background: url(../images/tdbg_08.jpg) no-repeat;
	color: #fff;
}



.qtsbspan{
	background: #f8f8f8;
}
.choosebt li{
	display: none;
}
.bl{
	display: block !important;
}
.qtsbspan span{
	height: 30px;
	width: 103px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.qtsbspan span i{
	float: right;
	border-right: 1px dashed #c4c4c4;
	height: 12px;
	margin-top: 6px;
}
.qtsbspan .on{
	background: url(../images/qtsb_04bg_07.jpg) no-repeat;
	color: #fff;
}
.choose_lt span{
	color: #c0c0c0;
	position: absolute;
}
.choose_lt .span1{
	left: 0;
	top: -20px;
}
.choose_lt .span2{
	right: 26px;
	bottom: -10px;
}
.choose_lt{
	width: 580px;
	position: relative;
}
.choose_lt p{
	width: 470px;
	margin: 50px auto 0;
	color: #666666;
}
.dbimg{
	margin-top: 50px;
}
.choose_l{
	width: 580px;
	float: left;
}
.choose_r h5{
	color: #24b7ba;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
.choose_r p{
	width: 426px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 22px;
}
.choose_r{
	margin-top: 130px;
	margin-left: 46px;
}
/*首页常见问题样式*/
.problem {
	padding: 40px 0;
	background: #F8F8F8;
}
.problem .problemtop i{
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #bebebe;
}
.problem .problemtop a{
	color: #000;
	float: right;
}
.pb_list {
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
	padding-bottom: 20px;
}
.pb_list dl{
	width: 275px;
	float: left;
	margin: 0 12px;
	margin-top: 30px;
	
}
.pb_list dl dt{
	text-align: center;
}
.pb_list dl dt p{
	font-size: 20px;
	color: #24b7ba;
	margin-top: 10px;
	
}
.pb_list dl dd{
	height: 52px;
	line-height: 52px;
	width: 100%;
	background: #F8F8F8;
	color: #676767;
	margin-top: 20px;
}
.pb_list dl dd img{
	margin-left: 12px;
	margin-right: 8px;
}
.pb_list dl dd a{
	display: inline-block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*底部漏写的icon*/
.dibuicon{
	background: #F8F8F8;
	padding: 40px 0;
}
.dibuicon li{
	float: left;
	margin: 0 38px;
}
.dibutext h5{
	font-size: 20px;
	font-weight: bold;
}
.dibutext {
	margin-left: 15px;
}
	

.form-box{
  width: 1200px;
  height:130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.service {
    height: 50px;
    margin-top: 29px;
    background: #fff;
    margin-block-end: 0;
    padding: 0;
}
.input-brand {
	float: left;
	border: 1px solid #e6e5e4;
    width: 330px;
    height: 48px;
    outline: none;
    padding-left: 60px;
    background-image: url(../images/xwsssss_03.jpg);
    background-repeat: no-repeat;
    background-position: 15px;
}
.input-phone {
	float: left;
	border: 1px solid #e6e5e4;
    width: 330px;
    height: 48px;
    outline: none;
    padding: 0 0 0 60px;
    background-image: url(../images/xwsssss_05.jpg);
    background-repeat: no-repeat;
    background-position: 15px;
    margin-left: -5px;
    border-left: 1px solid #e6e5e4;
}
.find-btn {
    width: 190px;
    height: 50px;
    background: rgba(248,140,13,1);
    border: none;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    margin-left: -5px;
    color: rgba(255,255,255,1);
    cursor: pointer;
}
/*qtsb.html样式*/
.diquqh{
	background: #f8f8f8;
	overflow: hidden;
}
.diquqh .qttilte{
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
	padding-bottom: 30px;
}
.diquqh ul .bl{
	display: block;
}
.diquqh ul li{
	display: none;
}
.diquqh ul li .bjtu{
	box-shadow: 0 0 12px rgba(36,183,186,0.12);
	
	float: left;
	height: 314px;
	width: 222px;
	border-radius: 7px;
	position: relative;
	margin-top: 20px;
	margin-right: 22px;
}
.diquqh ul li .bjtu span{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 7px;
	
}
.diquqh ul li .bjtu:hover span{
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.diquqh ul li .bjtu img{
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 7px;
	left: 0;
	top: 0;
	
}
.diquqh ul li .bjtu div{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.diquqh ul li .bjtu:first-child+.bjtu+.bjtu+.bjtu+.bjtu{
	margin-right: 0;
}
.diquqh ul li .bjtu:first-child+.bjtu+.bjtu+.bjtu+.bjtu+.bjtu+.bjtu+.bjtu+.bjtu+.bjtu{
	margin-right: 0;
}
.diquqh ul li .bjtu h5{
	font-size: 30px;
	color: #24b7ba;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.diquqh ul li .bjtu:hover h5{
	color: #fff;
}
.diquqh ul li .bjtu p{
	margin-bottom: 8px;
	color: #000;
	text-align: center;
	font-size: 16px;
}
.diquqh ul li .bjtu:hover p{
	margin-bottom: 8px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.diquqh ul li .bjtu a{
	color: #24b7ba;
	border: 2px solid #24b7ba;
	text-align: center;
	width: 130px;
	height: 34px;
	line-height: 34px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	border-radius: 17px;
	margin-top: 20px;
}
.diquqh ul li .bjtu:hover a{
	color: #fff;
	border: 2px solid #fff;
}
.diquqh{
	padding-bottom: 50px;
}
.zxmore{
	text-align: center;
}
.zxmore a{
	display: inline-block;
	height: 56px;
	background-image:url(../images/qtsbzx_03.png);
	background-repeat: no-repeat;
	width: 318px;
	text-align: center;
	line-height: 56px;
	color: #fff !important;
	font-size: 20px;
	margin-top: 50px;
}
.zcsbbyx{
	overflow: hidden;
	background-image: url(../images/qtsbdt_02.jpg);
	height: 590px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center;
}
.topli{
	width: 230px;
	float: left;
	margin-top: 50px;
}
.topli div{
	position: relative;
	width: 214px;
	height: 214px;
	margin: 0 auto;
	
}
.topli div img{
	position: absolute;
	top: 0;
}
.topli div span{
	position: absolute;
	top: 120px;
	display: inline-block;
	width: 214px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.topli p{
	text-align: center;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}
.acsbbyx_title{
	margin-top: 58px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.bottomli{
	width: 216px;
	float: left;
	margin-top: 120px;
}
.bottomli div{
	position: relative;
	width: 192px;
	height: 192px;
	margin: 0 auto;
}
.bottomli div img{
	position: absolute;
	top: 0;
}
.bottomli div span{
	position: absolute;
	top: 106px;
	display: inline-block;
	width: 192px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.bottomli p{
	text-align: center;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}
.zcsbbyx li{
	margin-left:39px;
	margin-right:38px;
}

.yewu8_title{
	color: #555555;
	text-align: center;
	font-size: 24px;
	margin: 50px auto;
	font-weight: bold;
}
.yewu8{
	background: #ffffff;
}
.yewu8 li{
	float: left;
	width: 298px;
	text-align: center;
	height: 220px;
	border-right: 2px dashed #f6f6f6;
	border-bottom: 2px dashed #f6f6f6;
}
.yewu8 li+li+li+li{
	border-right: none;
}
.yewu8 li+li+li+li+li{
	border-bottom: none;
	border-right: 2px dashed #f6f6f6;
}
.yewu8 li+li+li+li+li+li+li+li{
	border-right: none;
}
.yewu8 li img{
	margin-top: 60px;
}
.yewu8 li p{
	font-size: 18px;
	color: #000;
	margin-top: 30px;
}
.yewu8 .zxdj{
	background: url(../images/zxdj_03.png);
	height: 56px;
	width: 315px;
	display: block;
	margin: 50px auto;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
	
}
.zclc{
	background: #313a41;
	padding-bottom: 50px;
	overflow: hidden;
}
.zclc h5{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
}
.kxfw{
	overflow: hidden;
	background: #f8f8f8;
	padding-bottom: 50px;
}
.zclc img{
	margin-top: 50px;
}
.kxfw .title h5{
	font-size: 24px;
	margin-top: 50px;
}
.kxfw .title p{
	font-size: 18px;
}
.kxfw ul{
	margin-top: 50px;
}
.kxfw ul li{
	background: #fff;
	float: left;
	text-align: center;
	width: 234px;
	height: 294px;
	cursor: pointer;
	margin-right: 6px;
}
.kxfw ul li:hover{
	background:#24b7ba;
}
.kxfw ul li:hover h5{
	color: #fff;
}
.kxfw ul li:hover p{
	color: #fff;
}
.kxfw ul li img{
	margin-top: 40px;
}
.kxfw ul li h5{
	margin-top: 38px;
	font-size: 18px;
	color: #555555;
	margin-bottom: 40px;
	
}
.kxfw ul li p{
	font-size: 16px;
	line-height: 24px;
}
.yuan .list{
	width: 23%;
	float: left;
	margin-right: 50px !important;
}
.yuan .yuan4{
	margin-right: 0 !important;
}
.yuan .list li{
	
	width: 100% !important;
}
.yuan .item .circle{
	border: none !important;
	height: 10px !important;
	width: 10px !important;
}
.yuan .yuan1 .circle{
	background-image: url(../images/yuan_03.jpg);
	background-repeat: no-repeat;
}
.yuan .yuan2 .circle{
	background-image: url(../images/yuan_05.jpg);
	background-repeat: no-repeat;
}
.yuan .yuan3 .circle{
	background-image: url(../images/yuan_07.jpg);
	background-repeat: no-repeat;
}
.yuan .yuan4 .circle{
	background-image: url(../images/yuan_09.jpg);
	background-repeat: no-repeat;
}
/*sbbhfs.html*/
.chooseme{
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 50px;
}
.chooseme li{
	background: #fff;
	float: left;
	width: 290px;
	height: 135px;
	margin-right: 10px;
	margin-top: 10px;
}
.chooseme h5{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
.chooseme .chooseme_top{
	display: inline-block;
	margin-top: 30px;
	margin-left: 20px;
}
.chooseme .chooseme_top img{
	float: left;
}

.chooseme .chooseme_top h4{
	float: left;
	margin-left: 18px;
	margin-top: 4px;
	font-size: 18px;
	color: #000;
}

.chooseme p{
	margin-left: 20px;
	color: #555555;
	margin-top: 4px;
}
.chooseme ul{
	margin-top: 30px;
}
.chooseme .djk{
	display: block;
	height: 52px;
	width: 256px;
	margin: 0 auto;
	text-align: center;
	line-height: 52px;
	color: #ff6c00;
	font-size: 18px;
	background-image: url(../images/djk_03.png);
	background-repeat: no-repeat;
	margin-top: 30px;
}
/*参考page.css*/
*{
  margin: 0;
  padding: 0;
}
h2{
  font-size:30px;
  margin: 45px 0 29px 0;
  font-family:MicrosoftYaHei-Bold;
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:48px;
}
.banner-box{
  height: 400px;
  width: 100%;
}

.banner-box>img{
  height:100%;
  width:100%;
}
.marquee_box_content{
  width: 1200px;
  margin: 20px auto;
}
.marqueeSpa{
  margin-right:80px;
}
.grayBox{
  width: 100%;
  height: 1138px;
  background:rgba(241,241,241,1);
  text-align: center;
}
.content-box{
  width: 1200px;
  margin: 0 auto;
}
.content-box>section{
  width: 289px;
  height: 277px;
  float: left;
  background: #fff;
  margin: 5px;
  padding-top: 58px; 
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.content-box>section>img{
  margin-bottom: 30px;
}
h5 b{
  color: #F37403;
}
.content-box p{
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:14px;
  margin-bottom: 28px;
}
.content-box span{
  width: 136px;
  height: 29px;
  display: inline-block;
  color:rgba(43,183,178,1);
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  line-height:29px;
  border:1px solid rgba(43,183,178,1);
  cursor: pointer;
  margin-bottom: 36px;
}
.content-box span:hover{
  background:rgba(43,183,178,1);
  color:rgba(255,255,255,1);
}
._mariterial{
  width: 100%;
  background: #fff;
}
.mariterial-box{
  width: 1200px;
  /*height: 686px;*/
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
}
.mariterial-box>h2{
  margin-top: 20px;
}
.processBox{
  margin-top: 70px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid rgba(43,183,178,1);
}
.processBox>section{
  height: 100%;
  width: 171px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.processBox>section>h5{
  margin-bottom: 10px;
  font-size: 20px;
}
.processBox>section:hover h5{
  color: #2BB7B2
}
.templateBox{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 52px;
}
.templateBox>a{
  display: inline-block;
  width:263px;
  height:50px;
  color: #ff6c00;
  border: 1px solid #ff6c00;
  line-height: 50px;
  font-size:18px;
  margin-top: 41px;
  text-align: center;
  cursor: pointer;
  border-radius:8px ;

}
.modal{
  width: 508px;
  height: 354px;
  text-align: center;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.requre{
  position: absolute;
  top: -2px;
  left: -7px;
}
.regText{
  background:rgba(255,255,255,1);
  font-size:14px;
  color:rgba(255,0,0,1);
  position: absolute;
  line-height: 14px;
  top: 52px;
  left: 80px;
  display: none;
}
.agenct-box{
  width: 100%;
}
.agenct-box>img:first-child{
  margin-top: 40px;
}
.agenct-box>img{
  width: 100%
}
/*参考page.css*/

/*sbfw.html*/

.important{
	background: #F8F8F8;
	overflow: hidden;
	padding-bottom: 50px;
}
.important ul{
	margin-top: 30px;
}
.important h5{
	margin-top: 70px;
}
.important li{
	float: left;
	width: 292px;
	background: #fff;
	height: 340px;
	margin-right: 10px;
	margin-top: 10px;
}
.important li+li+li+li{
	margin-right: 0;
}
.important li+li+li+li+li{
	margin-right: 10px;
}
.important li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.important li h4{
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;
	color: #000;
	margin-bottom: 10px;
}
.important li h4 i{
	color: #24b7ba;
	font-weight: bold;
	font-size: 20px;
	
}
.important li p{
	color: #555555;
	margin-left: 10px;
}
.important li a{
	display: block;
	width: 130px;
	height: 41px;
	background: url(../images/sbfwqr_03.png);
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	line-height: 41px;
}
/*sbfw.html*/



/*sbzr.html*/
.sssw li{
	float: left;
}
.sssw{
	background-image: url(../images/sbzrbg_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 525px;
	overflow: hidden;
}

.sssw .bigw{
	overflow: hidden;
	height: 232px;
	width: 435px;
	background-image: url(../images/sbzrtb_15.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}
.sssw .bigw div{
	margin-top: 20px;
	margin-left: 20px;
	width: 100%;
}
.sssw .bigw div img{
	float: left;
	
}
.sssw .bigw div h5{
	float: left;
	margin-left: 14px;
	margin-top: 3px;
	color: #666666;
	font-size: 36px;
}
.sssw .bigw p{
	margin-top: 30px;
	font-size: 18px;
	color: #555555;
	margin-left: 20px;
}
.bigh{
	height: 477px;
	width: 280px;
	margin: 0 20px;
	margin-top: 21px;
	background-image: url(../images/sbzrcq_03.png);
}
.bigh h5{
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-top: 80px;
}
.bigh h4{
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 24px;
}
.bigh p{
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}


.sbzrlc{
	height: 525px;
	background: #ffffff;
	overflow: hidden;
	
}
.sbzrlc h5{
	margin-top: 50px;
	text-align: center;
	font-size: 24px;
	color: #555555;
	font-weight: bold;
}
.dhk{
	margin-top: 80px;
	margin-bottom: 8px;
}
.dhk li{
	height: 67px;
	width: 144px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	background-image: url(../images/sbzrlc_03.png);
	padding-top: 15px;
	float: left;
	margin-left: 69px;
    margin-right: 87px;
}
.lctext li{
	width: 282px;
	float: left;
	margin-right: 18px;
	margin-top: 24px;
}
.lctext li+li+li+li{
	margin-right: 0;
	width: 266px;
	margin-left: 34px;
}
.lctext li p{
	text-align: center;
	color: #555555;
	margin-top: 10px;
}
/*sbzr.html*/


/*gnzl.html*/
.shn{
	background: #F8F8F8;
	padding-bottom: 50px;
	overflow: hidden;
}
.shn .title h5{
	font-size: 24px;
}
.shn .title{
	margin-top: 50px;
}
.shn li h5{
	color: #33bcbf;
	font-size: 24px;
	font-weight: bold;
	margin-top: 33px;
	margin-left: 33px;
	margin-bottom: 5px;
}

.shn li{
	height: 272px;
	width: 373px;
	overflow: hidden;
	background: #fff;
	float: left;
	border: 3px solid #ffffff;
}
.shn li:hover{
	border: 3px solid #24b7ba;
}
.shn li h5 img{
	margin-right: 10px;
}
.shn li p{
	color: #747474;
	margin-top: 15px;
	font-size: 14px;
	margin-left: 33px;
}
.shn li p a{
	color: #73cbcd;
	font-size: 14px;
	margin-left: 10px;
}
.shn ul{
	margin-top: 40px;
}
.shn ul li{
	margin-right: 31px;
	margin-top: 20px;
}
.shn ul li+li+li{
	margin-right: 0
}
.shn ul li+li+li+li{
	margin-right: 31px;
}
.shn ul li+li+li+li+li+li{
	margin-right: 0
}
.zlcg{
	padding-bottom: 50px;
}
.zlcg h5{
	font-size: 24px;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}
.zlcg ul{
	margin-top: 50px;
}
.zlcg li{
	width: 399px;
	border-right: 1px dashed #f6f6f6;
	border-bottom: 1px dashed #f6f6f6;
	float: left;
}
.zlcg li+li+li{
	border-right:none;
}
.zlcg li+li+li+li{
	border-right:1px dashed #f6f6f6;
	border-bottom:none;
	
}
.zlcg li+li+li+li+li+li{
	border-right:none;
	
}
.zlcg li+li+li+li .zlcg_r h4{
	margin-top: 14px;
}
.zlcg li+li+li+li .zlcg_l img{
	margin-top: 24px;
}
.zlcg_l img{
	margin-top: 10px;
	margin-left: 10px;
}
.zlcg_r{
	width: 314px;
	height: 142px;
}
.zlcg_r h4{
	color: #000;
	font-size: 18px;
	margin-left: 10px;
}
.zlcg_r p{
	margin-left: 10px;
	color: #555555;
	margin-top: 10px;
}
.zlcg_r a{
	margin-left: 10px;
	height: 35px;
	line-height: 35px;
	padding: 0 6px;
	color: #fff;
	background: #24b7ba;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	width: auto;
}
.zlcg_r a:hover{
	color: #fff;
}


/*gwzl.html*/
.hzgx{
	background: #F8F8F8;
	overflow: hidden;
	padding-bottom: 50px;
}
.hzgx h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.hzgx ul{
	margin-top: 50px;
}
.hzgx li{
	float: left;
	margin-right: 33px;
	margin-top: 30px;
}
.hzgx li+li+li+li+li{
	margin-right: 0;
}
.hzgx li+li+li+li+li+li{
	margin-right: 31px;
}
.hzgx li+li+li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.hzgxa{
	height: 56px;
	line-height: 56px;
	width: 315px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	font-size: 20px;
	background-image: url(../images/zldj_03.png);
	background-repeat: no-repeat;
}
.hzgxa:hover{
	color: #fff;
}
.zltj{
	padding-bottom: 50px;
}
.zltj ul{
	margin-top: 40px;
}
.zltj li{
	float: left;
	width: 442px;
	border: 3px solid #555555;
	height: 406px;
	margin: 0 70px;
}
.zltj h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.zltj h4{
	color: #24b7ba;
	font-size: 24px;
	margin-top: 34px;
	margin-left: 46px;
}
.zltj p{
	margin-top: 10px;
	color: #555555;
	margin-left: 46px;
	font-size: 14px;
}
.zltj p span{
	color: #000;
	font-size: 16px;
}
.zltj li a{
	display: block;
	width: 204px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	background: #555555;
	font-size: 18px;
}
.zltj li a:hover{
	color: #fff;
}
.zltj li:hover{
	border: 3px solid #24b7ba;
}
.zltj li:hover a{
	background: #24b7ba;
}
.zltj .zxgj{
	height: 56px;
	line-height: 56px;
	width: 315px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	font-size: 20px;
	background-image: url(../images/zldj_03.png);
	background-repeat: no-repeat;
}
.zltj .zxgj:hover{
	color: #fff;
}
.zllc{
	overflow: hidden;
	background: #313a41;
	padding-bottom: 50px;
}
.zllc h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #fff;
}
.zllc img{
	margin-top: 60px;
	
}
/*gwzl.html*/


/*rjzzq.html*/
.rjicon{
	padding-bottom: 50px;
}
.rjicon h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.rjicon ul{
	margin-top: 50px;
}
.rjicon li{
	overflow: hidden;
	float: left;
	text-align: center;
	height: 177px;
	width: 177px;
	background-image: url(../images/rjiconbg_03.png);
	background-repeat: no-repeat;
	margin-right: 78px;
}
.rjicon li+li+li+li+li{
	margin-right: 0;
}
.rjicon li img{
	margin-top: 34px;
	height: 58px;
}
.rjicon li p{
	width: 150px;
	margin: 0 auto;
	color: #16c9cd;
	margin-top: 10px;
	font-size: 20px;
}
.rjicon li:hover{
	background-image: url(../images/rjiconbg_06.png);
}
.rjicon li:hover p{
	color: #fff;
}

.hx4{
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 50px;
}
.hx4 h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.hx4 ul{
	margin-top: 50px;
}
.hx4 li{
	height: 223px;
	width: 268px;
	border-radius: 8px;
	text-align: center;
	float: left;
	background: #fff;
	overflow: hidden;
	margin-right: 42px;
	position: relative;
}
.hx4 li+li+li+li{
	margin-right: 0;
}
.hx4 li img{
	margin-top: 50px;
}
.hx4 li p{
	font-size: 20px;
	color: #16c9cd;
	margin-top: 10px;
}
.hx4 .bjtm{
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.hx4 li:hover .bjtm{
	display: block;
}
.hx4 .bjtm span{
	display: inline-block;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.hx4 .bjtm i{
	top: 0;
	width: 216px;
	left: 50%;
	margin-left: -108px;
	line-height: 31px;
	top: 20px;
	color: #fff;
	position: absolute;
	z-index: 10;
}
.hx4 .bjtm a{
	text-align: center;
	color: #fff;
	background: #16c9cd;
	width: 194px;
	height: 37px;
	position: absolute;
	left: 50%;
	margin-left: -97px;
	display: block;
	bottom: 26px;
	line-height: 37px;
	border-radius: 6px;
}
.bqjj{
	
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 50px;
}
.bqjj h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}

.bqjj ul{
	margin-top: 50px;
}
.bqjj li{
	height: 294px;
	width: 294px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-right: 6px;
}
.bqjj li+li+li+li{
	margin-right: 0;
}
.bqjj li h4{
	font-size: 60px;
	font-weight: bold;
	margin-top: 30px;
	color: #16c9cd;
}
.bqjj li span{
	display: block;
	color: #555555;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}
.bqjj li p{
	display: block;
	color: #555555;
	font-size: 18px;
	
}
.bqjj li:hover{
	background: #16c9cd;
}
.bqjj li:hover span{
	color: #fff;
}
.bqjj li:hover h4{
	color: #fff;
}
.bqjj li:hover p{
	color: #fff;
}
.bqjj a{
	background: url(../images/zxdj_03.png);
	height: 56px;
	width: 315px;
	display: block;
	margin: 50px auto;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
}
/*rjzzq.html*/

/*zpbq.html*/
.xzlb{
	padding-bottom: 50px;
}
.xzlb h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.xzlb ul{
	margin-top: 40px;
}
.xzlb li{
	text-align: center;
	float: left;
	width: 277px;
	height: 267px;
	text-align: center;
	background-image: url(../images/zpbqbg_03.png);
	margin-right: 30px;
	margin-bottom: 30px;
}
.xzlb li+li+li+li{
	margin-right: 0;
}
.xzlb li+li+li+li+li{
	margin-right: 30px;
}
.xzlb li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.xzlb li img{
	margin-top: 50px;
}
.xzlb li h4{
	margin-top: 20px;
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}
.xzlb li p{
	color: #555555;
}
/*zpbq.html*/

/*bqqq.html*/

.sfqq{
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 50px;
}
.sfqq h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.sfqq span{
	display: inline-block;
	width: 1180px;
	background: #ffe2cc;
	color: #ff8741;
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}
.sfqq ul{
	margin-top: 36px;
}
.sfqq li{
	cursor: pointer;
	text-align: center;
	float: left;
	height: 250px;
	width: 284px;
	background: #fff;
	margin-right: 21px;
	margin-bottom: 20px;
	
}
.sfqq li+li+li+li{
	margin-right: 0;
}
.sfqq li+li+li+li+li{
	margin-right: 21px;
}
.sfqq li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.sfqq li img{
	margin-top: 60px;
	margin-bottom: 30px;
}
.sfqq li p{
	color: #000;
	font-size: 18px;
}
.sfqq li:hover{
	background: #3dbdc0;
}
.sfqq li:hover p{
	color: #fff;
}

.jfll{
	background-image: url(../images/bqqqhtbg_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 552px;
	width: 100%;
	overflow: hidden;
}
.jfll ul{
	margin-top: 50px;
}
.jfll li{
	width: 584px;
	height: 308px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	margin-right: 32px;
	float: left;
}
.jfll li+li{
	margin-right: 0;
}
.jfll h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #fff;
}
.jflit{
	padding-bottom: 30px;
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 24px;
}
.jflit h4{
	font-size: 24px;
	font-weight: bold;
	color: #24b7ba;
	margin-top: 28px;
	text-align: center;
	margin-bottom: 16px;
}
.jflit p{
	color: #555555;
	text-align: center;
}
.jflib{
	margin-top: 16px;
}
.jflib .lb{
	margin-left: 14px;
	margin-top: 10px;
}
.jflib .lb span{
	font-size: 16px;
}
.jflib .lb a{
	font-size: 16px;
	display: inline-block;
	height: 28px;
	width: 108px;
	text-align: center;
	line-height: 28px;
	float: right;
	margin-right: 20px;
	color: #fff;
	background: #ff6c00;
}
.dgslc{
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 50px;
}
.dgslc h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.dgslc li{
	overflow: hidden;
	text-align: center;
	float: left;
	height: 375px;
	width: 365px;
	border: 3px solid #f5f5f5;
	background: #fff;
	position: relative;
	margin-right: 43px;
	margin-top: 43px;
}
.dgslc li+li+li{
	margin-right: 0;
}
.dgslc li+li+li+li{
	margin-right: 43px;
}
.dgslc li+li+li+li+li+li{
	margin-right: 0;
}
.dgslc li img{
	margin-top: 18px;
}
.dgslc li h4{
	color: #555555;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 16px;
}
.dgslc li p{
	text-align: left;
	margin-left: 16px;
	margin-top: 16px;
}
.dgslc li a{
	display: inline-block;
	width: 192px;
	height: 34px;
	background: #24b7ba;
	text-align: center;
	line-height: 34px;
	margin-top: 28px;
	color: #fff;
	position: absolute;
	bottom: 26px;
	left: 50%;
	margin-left: -96px;
}
.dgslc li:hover{
	border: 3px solid #24b7ba;
}
/*bqqq.html*/

/*sbqq.html*/

.pdqq{
	overflow: hidden;
	padding-bottom: 50px;
}
.pdqq h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.pdqq span{
	display: inline-block;
	width: 1180px;
	background: #ffe2cc;
	color: #ff8741;
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}
.pdqq ul{
	margin-top: 50px;
}
.pdqq ul li{
	float: left;
	text-align: center;
	background: #f8f8f8;
	height: 211px;
	width: 269px;
	margin-right: 41px;
	margin-bottom: 30px;
}
.pdqq ul li+li+li+li{
	margin-right: 0;
}
.pdqq ul li+li+li+li+li{
	margin-right: 41px;
}
.pdqq ul li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.pdqq ul li img{
	margin-top: 40px;
	margin-bottom: 20px;
}
.pdqq ul li p{
	font-size: 20px;
}
/*sbqq.html*/



/*tbts.html*/
.zywt{
	background: #F8F8F8;
	overflow: hidden;
	padding-bottom: 50px;
}
.zywt h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.zywt ul{
	margin-top: 48px;
}
.zywt ul li{
	cursor: pointer;
	float: left;
	border: 4px solid #fff;
	height: 210px;
	width: 280px;
	text-align: center;
	background: #fff;
	margin-right: 16px;
	margin-bottom: 20px;
}
.zywt ul li:hover{
	border: 4px solid #24b7ba;
}
.zywt ul li+li+li+li{
	margin-right: 0;
}
.zywt ul li+li+li+li+li{
	margin-right: 16px;
}
.zywt ul li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.zywt ul li img{
	margin-top: 40px;
	margin-bottom: 20px;
	
}
.zywt ul li p{
	font-size: 24px;
	color: #555555;
}
.tscl{
	background-image: url(../images/bqqqhtbg_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 552px;
	width: 100%;
	overflow: hidden;
}

.tscl h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #fff;
}
.tscl ul{
	margin-top: 60px;
}
.tscl li{
	background: #fff;
	border-radius: 5px;
	width: 575px;
	height: 120px;
	margin-right: 50px;
	float: left;
	margin-bottom: 44px;
}
.tscl li+li{
	margin-right: 0;
}
.tscl li+li+li{
	margin-right: 50px;
}
.tscl li+li+li+li{
	margin-right: 0;
}
.tscl li img{
	margin-left: 50px;
	float: left;
}
.tscl li p{
	float: left;
	margin-left: 22px;
	line-height: 120px;
	color: #555555;
	font-size: 24px;
	font-weight: bold;
}

.tslc{
	background: #F8F8F8;
	overflow: hidden;
	padding-bottom: 50px;
}
.tslc h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.tslc ul{
	margin-top: 50px;
}
.tslc ul li{
	float: left;
	text-align: center;
	margin: 0 15px;
}
.tslc ul .tp p{
	color: #24b7ba;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}
.tslc ul .jt{
	margin-top: 56px;
}
.tslc a{
	background: url(../images/zxdj_03.png);
	height: 56px;
	width: 315px;
	display: block;
	margin: 50px auto;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}
/*tbts.html*/



/*zlqq.html*/
.pdqqbt{
	margin-top: 50px;
}
.pdqqbt img{
	float: left;
}
.pdqqbt_text{
	float: left;
	margin-top: 40px;
	margin-left: 45px;
}
.pdqqbt_text p{
	font-size: 18px;
	margin-top: 26px;
}
.pdqqa{
	background: url(../images/zxdj_03.png);
	height: 56px;
	width: 315px;
	display: block;
	margin: 50px auto;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}



/*zlqq.html*/



/*tbwq.html*/

.tbdjzx{
	background: #F8F8F8;
	overflow: hidden;
	padding-bottom: 50px;
}

.tbdjzx h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}

.tbdjzx ul{
	margin-top: 50px;
}

.tbdjzx ul li{
	float: left;
	background: #fff;
	height: 212px;
	width: 180px;
	text-align: center;
	position: relative;
	margin-right: 24px;
	margin-bottom: 16px;
}
.tbdjzx ul li+li+li+li+li+li{
	margin-right: 0;
}
.tbdjzx ul li+li+li+li+li+li+li{
	margin-right: 24px;
}
.tbdjzx ul li+li+li+li+li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.tbdjzx ul li img{
	margin-top: 20px;
	height: 60px;
}
.tbdjzx ul li h4{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tbdjzx ul li p{
	color: #747474;
	font-size: 14px;
}
.tbdjzx ul li a{
	width: 130px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #24b7ba;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: 10px;
}

.tsclli{
	height: 307px;
	width: 584px;
	background: #25b7ba;
	overflow: hidden;
	border-radius: 6px;
	margin-top: 50px;
}
.tsclli h4{
	text-align: center;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 46px;
	font-size: 24px;
	font-weight: bold;
}
.tsclli p{
	margin-left: 18px;
	margin-bottom: 10px;
	color: #fff;
}
.tscllir{
	height: 307px;
	width: 584px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	margin-left: 32px;
	margin-top: 50px;
}
.tscllir h4{
	text-align: center;
	color: #25b7ba;
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
}
.tscllir span{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #747474;
}
.tscllir p{
	margin-left: 10px;
	width: 560px;
	line-height: 30px;
}
.tslc span{
	display: block;
	color: #555555;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.tslc li{
	position: relative;
}
.tslc li .xjt{
	position: absolute;
	text-align: center;
	bottom: -230px;
	width: 280px;
	left: 50%;
	margin-left: -140px;
}
.tslc li .xjt .xjttext{
	width: 280px;
	height: 130px;
	border: 1px dashed #e1e1e1;
	color: #555555;
	margin-top: 20px;
	color: #555555;
	vertical-align: middle;
}
.tslc li .xjt .xjttext i{
	margin-top: 45px;
	font-size: 24px;
	display: block;
	color: #555555;
}
.tslc li .xjt .xjttext b{
	color: #555555;
	font-size: 24px;
	margin-top: 30px;
	display: block;
	font-weight: normal
}
.tslc li .xjt .xjttext b+b{
	margin-top: 0;
}
.ola{
	margin-top: 50px;
}
.ola a{
	float: left;
	background: #ff6c00;
	width: 280px;
	height: 54px;
	line-height: 54px;
	margin: 0 60px;
}
/*tbwq.html*/


/*about.html*/
.about_ab{
	padding-bottom: 50px;
	margin-top: 50px;
}
.about_ab .about_l{
	width: 872px;
	
}

.about_ab .about_l .aboutnav{
	height: 42px;
	background: #F8F8F8;
}
.about_ab .about_l .aboutnav li{
	float: left;
	
}
.about_ab .about_l .aboutnav .ablilj{
	width: 92px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
}
.about_ab .about_l .on {
	background: #24b7b3;
}
.about_ab .about_l .aboutnav .abnavfgx{
	margin-top: 16px;
	height: 16px;
	width: 2px;
	background: #898989;
}
.about_ab .about_l .aboutnav .ablilj a{
	color: #555555;
}

.about_ab .about_l .on a{
	color: #fff !important;
}
.abltext{
	margin-top: 20px;
}
.abltext p{
	line-height: 36px;
	text-indent: 2em;
}
.abltext img{
	margin-top: 20px;
}
.about_r{
	overflow: hidden;
	background: #F8F8F8;
	padding-bottom: 30px;
	width: 300px;
}
.about_r .aboutrss{
	width: 277px;
	height: 31px;
	margin-top: 16px;
	position: relative;
	margin-left: 12px;
}
.about_r .aboutrss .ssval{
	width: 234px;
	padding: 0 33px 0 10px;
	height: 31px;
	border: 1px solid #dbdbdb;
	background: #fff;
}  
.about_r .aboutrss .click_c{
	cursor: pointer;
	height: 21px;
	width: 20px;
	background-image: url(../images/aboutss_05.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 8px;
	top: 4px;
	border: none;
}  
.about_r h4{
	color: #24b7b3;
	margin-left: 6px;
	font-size: 18px;
	margin-top: 24px;
}  
.about_r li{
	margin-top: 20px;
	margin-left: 6px;
}  
.about_r i{
	font-size: 12px;
	color: #fff;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 8px;
	background: #555555;
	display: inline-block;
}    
.about_r a{
	display: inline-block;
	color: #000 !important;
	font-size: 12px;
	margin-left: 6px;
	width: 258px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
/*about.html*/



/*cont.html*/
.conttext p{
	margin-top: 30px;
}
.conttext p a{
	color: #000;
}
#ditu{
	margin-top: 30px;
}
/*cont.html*/

/*zs.html*/

.zslist{
	margin-top: 40px;
	
}
.zslist li{
	float: left;
	text-align: center;
	width: 277px;
	margin-right: 14px;
	margin-top: 10px;
}
.zslist li div{
	border: 1px solid #e3e3e3;
	width: 277px;
	height: 207px;
}
.zslist li+li+li{
	margin-right: 0;
}
.zslist li+li+li+li{
	margin-right: 17px;
}
.zslist li+li+li+li+li+li{
	margin-right: 0;
}
.zslist li+li+li+li+li+li+li{
	margin-right: 17px;
}
.zslist li+li+li+li+li+li+li+li+li{
	margin-right: 0;
}
.zslist li p{
	margin-top: 10px;
}
/*zs.html*/



/*page公共样式*/
.page{
	margin-top: 50px;
    text-align: center;
} 
.page ul{
	text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.page li{
	float: left;
	height: 38px;
	width: 38px;
	line-height: 38px;
	border: 2px solid #dfdfdf;
	margin-left: 20px;
}
.page li a{
	color: #0000ee;
	display: inline-block;
	height: 38px;
	width: 38px;
}
.disabled{
	color: #b59ca3;
}
.page li:hover a{
	color: white;
	background: #46a2fe;
}
.page .active a{
	color: white;
	background: #46a2fe;
}

/*page公共样式*/


/*gb.html*/

.gbfw{
	overflow: hidden;
	background: #f8f8f8;
	padding-bottom: 50px;
}
.gbfw .title h5{
	font-size: 24px;
	margin-top: 50px;
}
.gbfw .title p{
	font-size: 18px;
}
.gbfw ul{
	margin-top: 50px;
}
.gbfw ul li{
	background: #fff;
	float: left;
	text-align: center;
	width: 294px;
	height: 294px;
	cursor: pointer;
	margin-right: 6px;
}
.gbfw ul li:hover{
	background:#24b7ba;
}
.gbfw ul li:hover h5{
	color: #fff;
}
.gbfw ul li:hover p{
	color: #fff;
}
.gbfw ul li img{
	margin-top: 40px;
}
.gbfw ul li h5{
	margin-top: 38px;
	font-size: 18px;
	color: #555555;
	margin-bottom: 20px;
	
}
.gbfw ul li p{
	font-size: 16px;
	line-height: 24px;
	width: 150px;
	margin: 0 auto;
	text-align: left;
	color: #646464;
}

.gbgcdy{
	padding-bottom:50px;
}
.gbgcdynr{
	margin-top: 50px;
}
.gbgcdy h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.gbgcdynr img{
	float: left;
	
}
.gbgcdynr p{
	float: left;
	font-size: 18px;
	text-indent: 2em;
	width: 610px;
	margin-top: 80px;
	margin-left: 80px;
	line-height: 35px;
}
.gbjfll{
	background-image: url(../images/bqqqhtbg_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 552px;
	width: 100%;
	overflow: hidden;
}
.gbjfll h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #fff;
}
.gbjfll p{
	font-size: 20px;
	width: 1130px;
	color: #fff;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 50px;
}
.gbjfll ul{
	margin-top: 30px;
}
.bgyuan{
	height: 109px;
	width: 109px;
	background-image: url(../images/gbyyic_03.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	vertical-align: middle;
	margin-left: 200px;
}
.gbjfll ul li+li+li{
	margin-left: 0;
}
.gbjfll ul li+li+li+li+li{
	margin-left: 0;
	margin-right: 200px;
}
.bgyuan span{
	font-size: 24px;
	color: #fff;
	display: inline-block;
	width: 48px;
	margin-top: 20px;
}
.bgjt{
	float: left;
	height: 50px;
	width: 46px;
	background-image: url(../images/gbyyic_06.png);
	background-repeat: no-repeat;
	margin: 0 95px !important;
	margin-top: 30px !important;
}
.gbjfll a{
    background: url(../images/zxdj_03.png);
    height: 56px;
    width: 315px;
    display: block;
    margin: 70px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.gbjfll a:hover{
	color: #fff;
}
.gbdhc{
	padding-bottom: 50px;
}
.gbdhc h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.gbdhcnr{
	margin-top: 60px;
}
.gbdhcnr_text{
	width: 640px;
	font-size: 16px;
	line-height: 36px;
	
}
.gbdhcnr_text p{
	font-size: 16px;
	color: #555555;
	line-height: 36px;
}
.gbdhcnr_img{
	float: right;
	margin-top: 20px;
}
/*gb.html*/

/*gdsmpcp.html*/

.gdnmsq{
	padding-bottom: 50px;
	margin-top: 60px;
}
.gdnmsq h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}

.gdnmsq ul{
	border-top: 6px solid #f8f8f8;
	margin-top: 70px;
}
.gdnmsq ul li{
	width: 170px;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 34px;
}
.gdnmsq ul li+li+li+li+li+li{
	margin-right: 0;
}
.gdnmsq ul li h4{
	height: 28px;
	width: 28px;
	background: #fff;
	border: 5px solid #f8f8f8;
	border-radius: 19px;
	color: #24b7ba;
	text-align: center;
	top: -19px;
	left: 50%;
	margin-left: -19px;
	line-height: 28px;
	position: absolute;
	font-size: 24px;
	font-weight: bold;
}
.gdnmsq ul li p{
	line-height: 28px;
	margin-top: 30px;
	color: #555555;
}
.gdnmsq a{
	background: url(../images/zxdj_03.png);
    height: 56px;
    width: 315px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.gdnmsq a:hover{
	color: #fff;
}
.smpjfll h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #fff;
}
.smpjfll{
	background-image: url(../images/bqqqhtbg_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 552px;
	width: 100%;
	overflow: hidden;
}
.smpjfll p{
	color: #fff;
}
.smpjfll a{
	background: url(../images/zxdj_03.png);
    height: 56px;
    width: 315px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.smpjfll a:hover{
	color: #fff;
}
.smptext{
	width: 1150px;
	margin: 0 auto;
	margin-top: 70px;
}
.smptext p{
	color: #fff;
	font-size: 16px;
	margin-top:8px;
}
.smpdhcnr_text{
	font-size: 16px;
	color: #555555;
	width: 640px;
	line-height: 46px;
}
.smpdhcnr_text p{
	font-size: 16px;
	color: #555555;
	line-height: 46px;
}

.sbhc{
	background: #F8F8F8;
	overflow: hidden;
	padding-bottom: 50px;
}
.sbhc h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;	
}
.sbhc ul{
	margin-top: 50px;
}
.sbhc li{
	width: 274px;
	height: 280px;
	overflow: hidden;
	background: #fff;
	margin-right: 34px;
	float: left;
}
.sbhc li+li+li+li{
	margin-right: 0;
}
.sbhc li p{
	width: 244px;
	line-height: 50px;
	color: #555555;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 18px;
}
.sbhc a{
	background: url(../images/zxdj_03.png);
    height: 56px;
    width: 315px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.sbhc a:hover{
	color: #fff;
}
/*gdsmpcp.html*/


/*gxjscp.html*/


.bdcy{
	background: #f8f8f8;
	overflow: hidden;
	padding-bottom: 50px;
}
.bdcy h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;	
}
.bdcy ul{
	margin-top: 50px;
}
.bdcy li{
	float: left;
	
}
.bdcy li img{
	border-right: 1px solid #8f95a2;
	width: 149px;
}
.shuang{
	margin-top: 45px;
}
.bdcy a{
	background: url(../images/zxdj_03.png);
    height: 56px;
    width: 315px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.bdcy a:hover{
	color: #fff;
}
.gxjsqyzy{
	padding-bottom: 50px
}
.gxjsqyzy h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;	
}
.gxjsqyzy ul{
	margin-top: 50px;
}
.gxjsqyzy li{
	float: left;
	margin-right: 2px;
	margin-top: 4px;
}
/*gxjscp.html*/



/*gxjsqypy.html*/

.gxjsqypyic{
	background: #F8F8F8;
	overflow: hidden;
	padding-bottom: 50px;
}
.gxjsqypyic h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.gxjsqypyic ul{
	margin-top: 50px;
}
.gxjsqypyic li{
	float: left;
	text-align: center;
	margin: 0 100px;
}
.gxjsqypyic h4{
	background-image: url(../images/gxjsqypyic_07.jpg);
	width: 114px;
	height: 132px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 132px;
	margin: 0 auto;
}
.gxjsqypyic p{
	color: #555555;
	margin-top: 20px;
	font-size: 18px;
	width: 200px;
}
.gxjsqypyic a{
	background: url(../images/zxdj_03.png);
    height: 56px;
    width: 315px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.gxjsqypyic a:hover{
	color: #fff;
}
.sqtjtext p{
	line-height: 36px;
}

/*gxjsqypy.html*/


/*ssgczx.html*/

.gczx{
	overflow: hidden;
	padding-bottom: 50px;
}
.gczx h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}

.gczx li{
	width: 590px;
	height: 266px;
	background: #F8F8F8;
	float: left;
	text-align: center;
	margin-right: 12px;
}
.gczx ul{
	margin-top: 50px;
}
.gczx li+li{
	margin-right: 0;
}
.gczx li p{
	color: #555555;
	width: 540px;
	margin: 50px auto;
	font-size: 18px;
	line-height: 36px;
	text-align: left
}
.gczx li a{
	width: 192px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: #24b7ba;
	display: inline-block;
}
.ssgczxli{
	margin-top: 30px;
}
.ssgczxli li{
	overflow: hidden;
	width: 593px;
	height: 407px;
	background: #fff;
	margin-right: 12px;
	float: left;
}
.ssgczxli li+li{
	margin-right: 0;
}
.ssgczxli h4{
	color: #24b7ba;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}
.ssgczxli p{
	color: #555555;
	font-size: 14px;
	line-height: 30px !important;
	width: 566px;
	line-height: ;
	margin: 0 auto;
}
.sqcl{
	overflow: hidden;
	padding-bottom: 50px;
}
.sqcl h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}

.sqcl li{
	width: 584px;
	height: 460px;
	border: 5px solid #f8f8f8;
	border-radius: 50px;
	margin-right: 12px;
	float: left;
}
.sqcl li+li{
	margin-right: 0;
}
.sqcl ul{
	margin-top: 50px;
}
.sqcl li p{
	font-size: 18px;
	margin-top: 22px;
	margin-left: 35px;
	color: #555555;
}
/*ssgczx.html*/

/*xtcxzxzjxm.html*/

.fcfs{
	padding-bottom: 50px;
	
}
.fcfs h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.fcfs ul{
	margin-top: 50px;
}
.fcfs li{
	width: 486px;
	height: 265px;
	text-align: center;
	background: #f8f8f8;
	
	margin-left: 96px;
	
	float: left;
}
.fcfs li+li{
	margin-left: 34px;
}
.fcfs li img{
	margin-top: 46px;
}

.fcfs li p{
	color: #555555;
	font-size: 18px;
	margin-top: 30px;
	
}
.fcfs li a{
	width: 194px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #24b7ba;
	display: inline-block;
	font-size: 16px;
	margin-top: 50px;
}


.sbtj{
	padding-bottom: 50px;
	
}
.sbtj h5{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	color: #555555;
}
.sbtj ul{
	margin-top: 50px;
}
.sbtj li{
	overflow: hidden;
	background: #F8F8F8;
	width: 390px;
	height: 335px;
	/*overflow-y: scroll;*/
	overflow-y: visible;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.sbtj li+li+li{
	margin-right: 0;
}
.sbtj li+li+li+li{
	margin-right: 10px;
}
.sbtj li+li+li+li+li+li{
	margin-right: 0;
}
.sbtj h4{
	font-size: 18px;
	color: #24b7ba;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 8px;
}
.sbtj p{
	font-size: 18px;
	color: #555555;
	line-height: 34px;
	margin-left: 20px;
	width: 350px;
	text-align: left;
	margin: 0 auto;
}
/*xtcxzxzjxm.html*/


/*yffyjjkc.html*/
.yffy{
	background-image: url(../images/bqqqhtbg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 552px;
    width: 100%;
    overflow: hidden;
}
.yffy h5{
	font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    color: #fff;
}
.yffy ul{
	margin-top: 50px;
}
.yffy ul li{
	background: #fff;
	width: 384px;
	height: 277px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
}
.yffy ul li+li+li{
	margin-right: 0;
}
.yffy ul li P{
	font-size: 18px;
	line-height: 46px;
	width: 320px;
	margin: 0 auto;
	margin-top: 26px;
}
.yffy a{
	background: url(../images/zxdj_03.png);
    height: 56px;
    width: 315px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
/*yffyjjkc.html*/


/*news.html*/

.newslist ul{
	margin-top: 46px
}
.newslist ul li{
	margin-top: 26px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dddddd;
}
.newslist img{
	float: left;
	width: 168px;
	height: 97px;
}
.newslist .newstext{
	float: left;
	margin-left: 14px;
}
.newslist .newstext h5{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 660px;
	color: #000000;
}
.newslist .newstext p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 660px;
	font-size: 12px;
	color: #555555;
	margin-top:14px;
}
.bz{
	margin-top: 14px;
}
.bz i{
	float: left;
	margin: 0 18px;
	display: inline-block;
	width: 1px;
	height: 13px;
	background: #747474;
	margin-top: 4px;
}
.newslist .newstext .bq{
	color: #555555;
	float: left;
}
.newslist .newstext .bq span{
	margin-right: 4px;
}
.newslist .newstext .date{
	color: #555555;
	float: left;
}
.newslist .newstext .yd{
	color: #555555;
	float: left;
}
/*news.html*/


/*news_details.html*/

.news_details h5{
	margin-top: 20px;
	font-size: 20px;
}

.news_details .bdbt{
	color: #555555;
	padding-bottom: 12px;
	border-bottom: 1px dashed #747474;
	margin-top:16px !important;
	display: block;
}
.news_details_text{
	padding-bottom: 20px;
	border-bottom:1px dashed #747474;
}
.news_details_text p{
	line-height: 40px;
	margin-top: 20px;
	color: #555555;
}
.page1 div{
	margin-top: 20px;
}
.page1 a{
	display: inline-block;
	color: #555555;
}

/*news_details.html*/


div a{
	color: #555555;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.pronav{
	text-align: center;
	margin-bottom: 30px;
}



.ui-btn--primary {
    color: #fff;
    border: 1px solid rgba(248,140,13,1) !important;
    background-color: rgba(248,140,13,1) !important;
}

body.holding, html.holding{
	overflow: initial !important;
}

.txp_tipbar{
	display: none !important;
}
.newgxjsrd{
	padding-bottom: 40px;
}
.newgxjsrd_r{
	width: 556px;
}
.newgxjsrd_title{
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	border-bottom: 1px solid #d2d2d2;
	color: #555555;
	padding-bottom: 16px;
}
.newgxjsrd_text{
	width: 556px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
	min-height: 250px;
}
.newgxjsrd_a{
	display: inline-block;
	width: 157px;
	height: 49px;
	color: #fff;
	font-size: 18px;
	line-height: 49px;
	padding-left: 34px;
	background-image: url(../images/newlineimg_03.png);
}
.newgxjsrd_bottom{
	margin-top: ;
}
.newgxjsrd_a:hover{
	color: #fff;
}
.newgxjsrd_line{
	display: inline-block;
	line-height: 57px;
}
.newgxjsrd_phone{
	display: inline-block;
}
.newgxjsrd_line img{
	margin-left: 30px;
	vertical-align: middle;
}
.newgxjsrd_line .newgxjsrd_phone{
	margin-left: 10px;
	line-height: 24px;
}
.newgxjsrd_line .newgxjsrd_phone span{
	color: #353535;
	line-height: 24px;
}
.newgxjsrd_line .newgxjsrd_phone p{
	font-size: 24px;
	color: #24b7ba;
	line-height: 24px;
}

.gjgxjsqynew{
	background: #f8f8f8;
	padding: 30px 0;
}
.gjgxjsqynew .gjgxjsqynew_text{
	text-align: center;
}
.gjgxjsqynew .gjgxjsqynew_text .gjgxjsqynew_title{
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
.gjgxjsqynew .gjgxjsqynew_text span{
	color: #555555;
	font-size: 18px;
	margin: 14px 0;
	display: inline-block;
}
.gjgxjsqynew .gjgxjsqynew_text p{
	line-height: 22px;
	color: #555555;
	font-size: 16px;
	margin-bottom: 14px;
}
.gxrdicon li{
	float: left;
	width: 220px;
	border-radius: 4px;
	background: #24b7ba;
	height: 312px;
	text-align: center;
	margin: 0 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.gxrdicon li img{
	margin-top: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.gxrdicon li span{
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 36px;
}
.gxrdicon li p{
	color: #fff;
	font-size: 14px;
	width: 200px;
	margin: 0 auto;
	margin-top: 10px;
}
.gxrdicon li:hover{
	background: #f88c0d;
}
.gxrdicon li:hover img{
	 transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

.newfwlcicon li{
	width: 20%;
	text-align: center;
	margin-top: 14px;
	float: left;
}
.newfwlcicon li img{
	margin-top: 8px;
}
.newfwlcicon li span{
	font-size: 18px;
	color: #000;
	display: block;
	margin: 20px auto;
}
.newfwlcicon li .newfwlcicon_num{
	position: relative;
	height: 52px;
}
.newfwlcicon li .newfwlcicon_num p{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin: 0 auto;
	color: #999999;
	border: 1px solid #e0e0e0;
	left: 50%;
	margin-left: -23px;
	line-height: 46px;
	font-size: 24px;
	position: absolute;
	z-index: 30;
	bottom: 10px;
	background: #fff;
}
.newfwlcicon li .newfwlcicon_num .newfwlcicon_line{
	position: absolute;
	bottom: 33px;
	height: 1px;
	width: 100%;
	background: #e0e0e0;
}


.Domestic_patents .title{
	margin: 30px 0;
}
.Domestic_patents li{
	float: left;
	width: 280px;
	box-shadow: 0px 5px 8px #e0e0e0;
	height: 424px;
	text-align: center;
	margin: 0 10px;
}
.Domestic_patents li:hover a{
	color: #fff;
	background: #24b7ba;
}
.Domestic_patents li h5{
	font-size: 24px;
	margin-top: 20px;
	color: #000000;
}
.Domestic_patents li span{
	display: inline-block;
	height: 3px;
	width: 43px;
	background: #24b7ba;
	margin-top: 8px;
}
.Domestic_patents li p{
	font-size: 14px;
	color: #555555;
	line-height: 32px;
}
.Domestic_patents li a{
	border-radius: 18px;
	display: inline-block;
	width: 112px;
	height: 30px;
	border: 3px solid #24b7ba;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #24b7ba;
	margin-top: 14px;
}
.international_monopoly{
	margin-top: 40px;
}
.international_monopoly_text{
	height: 655px;
	background-image: url(../images/gwbg_15.jpg);
	background-repeat-y: none;
	margin-top: 10px;
}
.international_monopoly_text img{
	float: right;
	margin-right: -85px;
}
.international_monopoly_text li{
	float: left;
	width: 536px;
	height: 466px;
	background: #fff;
}
.international_monopoly_text li{
	border-right: 1px dashed #ececec;
}
.international_monopoly_text .container{
	position: relative;
	height: 100%;
}
.international_monopoly_text .container ul{
	box-shadow: 0px 0px 20px #868686;
	position: absolute;
	top: 50%;
	margin-top: -260px;
}
.international_monopoly_text .container ul li h5{
	font-size: 24px;
	text-align: center;
	margin: 70px 0 50px;
}
.international_monopoly_text li p{
	width: 460px;
	margin: 0 auto;
	font-size: 16px;
}
.international_monopoly_text li a{
	border-radius: 18px;
	display: block;
	width: 112px;
	height: 30px;
	border: 3px solid #24b7ba;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 90px;
	color: #24b7ba;
}
.international_monopoly_text li:hover a{
	color: #fff;
	background: #24b7ba;
}
.legal_service h5{
	margin-top: 30px;
}
.legal_service_text li{
	width: 373px;
	height: 222px;
	border: 1px solid #f4f4f4;
	box-shadow: 0 5px 8px #ababab;
	text-align: center;
	float: left;
	margin: 0 12px;
	margin-top: 30px;
}
.legal_service_text li h5{
	font-size: 30px;
	margin-top: 40px;
	color: #000000;
}
.legal_service_text li span{
	display: inline-block;
	height: 3px;
	width: 43px;
	background: #24b7ba;
	margin-top: 8px;
}
.legal_service_text li p{
	font-size: 18px;
	color: #555555;
	line-height: 32px;
}
.legal_service_text li a{
	border-radius: 18px;
	display: inline-block;
	width: 112px;
	height: 30px;
	border: 3px solid #24b7ba;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #24b7ba;
	margin-top: 14px;
}
.legal_service_text li:hover a{
	color: #fff;
	background: #24b7ba;
}
.zltc_bg{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.zltc{
	position: fixed;
	z-index: 48;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*display: none;*/
}
.zltc .xrzs{
	position: absolute;
	top: 50%;
	margin-top: -270px;
	left: 50%;
	margin-left: -319px;
}
.zltc_img{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.zltc_input{
	position: absolute;
	bottom: 102px;
	width: 584px;
	left: 50%;
	margin-left: -292px;
	height: 46px;
	top: 50%;
	margin-top: 130px;
}
.zltc_input input{
	height: 100%;
	width: 350px;
	border: none;
	color: #555;
	border-radius: 4px;
	font-size: 14px;
	padding: 0 10px 0 36px;
}
.zltc_input span{
	cursor: pointer;
	margin-left: 6px;
	width: 172px;
	height: 100%;
	text-align: center;
	line-height: 46px;
	display: inline-block;
	font-size: 18px;
	background-color: #f3c034;
	color: #df2253;
	float: right;
	border-radius: 4px;
}
.zltc_img i{
    display: inline-block;
    cursor: pointer;
    height: 49px;
    width: 42px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: 50%;
    margin-top: 226px;
}
.phone_icon{
	margin-left: -387px;
}
input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"]{ -moz-appearance: textfield; }