@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { min-width: 1200px; background:#fff; color:#555; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll; overflow-x: hidden;}

.clearfix:after {content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl { float: left;}
.fr { float: right;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.backColor{ padding: 100px 0; background: #f9f9f9;}
.margin-tb{ padding: 70px 0 0 0;}
.mt{margin-top: 70px;}
.container{ width: 1200px; margin: 0 auto; position: relative;}

.comm-img img{ display: block; width: 100%;}

.comm-title{ text-align: center;}
.comm-title h1{ color: #f71b1b; font-size: 36px; font-weight: bold;}
.comm-title h4{ color: #7b7b7b; font-size: 20px; margin: 12px 0 68px;}
.comm-title p{ color: #333; font-size: 20px; }
.comm-title>img{display: inline-block;padding: 15px 0;}
.comm-btn{ display: block; text-align: center; height: 50px; line-height: 50px; border-radius: 5px; background: #f57; color: #fff; font-size: 16px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;}

  .comm-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00c2df;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
  }

  /* .q_zyjy_btn:hover{ box-shadow: 0 0 10px #f57;} */

  .comm-btn:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);}



/* 头部样式 */
/*.q_headCon{ width: 100%; min-width: 1000px; height: 100px; margin:0 auto; background: #fff;}
.q_headCon .logo_L{ float: left; width:191px; height: 33px; margin-top: 33px; }
.q_headCon .logo_L a{ display: block;}
.q_headCon .logo_L img{ width:191px;}

.q_headCon .nav_R{ float: right; width: 950px; padding-top: 38px; font-size:16px; font-weight:bold;}
.q_headCon .nav_R li{ float:left; margin-left:78px;}
.q_headCon .nav_R li a{ color: #2b2b2b;}
.q_headCon .nav_R li a:hover{ color:#f57;}
.q_headCon .nav_R li img{ position: relative; top: -10px; left: -4px;}
.q_headCon .nav_R .q_current{ color:#f57;}

.fixednav {  position: fixed !important; top: 0px; left: 0px; z-index: 100; height: 50px; border-bottom: 1px solid #f4f4f4;}
.fixednav .nav_R{ padding-top: 13px;}
.fixednav .logo_L{ margin-top: 12px;}
.fixednav .logo_L img{ width: 150px; height: 26px;}
*/

.topBar {
	background-color: #333;
	padding: 8px 0;
}

/* .inner {
    width: 1200px;
    height: 28px;
    line-height: 28px;

    margin: 0 auto;
    color: #fff;
} */

.topNav span {
	display: inline-block;
	margin-right: 10px;
	color: #d0d0d0;
}

.topNav span a{
	color: #d0d0d0;
}

.topTel span a{
	color: #d0d0d0;
}

.topTel span{
	margin-left: 10px; display:none;
}

.topTel span:hover a{
	color: #e12d30;
}

/* 头部样式 */
.q_headCon {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	margin: 0 auto;
	background: none;
    position:fixed;
    background-color:rgba(255,255,255,.6)
}

.q_headCon .logo_L {
	float: left;
	width: 150px;
	height: 26px;
	margin-top: 12px;
}

.q_headCon .logo_L a {
	display: block;
}

.q_headCon .logo_L img {
	width: 150px;
}

.q_headCon .nav_R {
	float: right;
	padding-top: 13px;
	font-size: 16px;
}

.q_headCon .nav_R li {
	float: left;
	margin-left: 60px;
}

.q_headCon .nav_R li a {
	color: #2b2b2b;
}

.q_headCon .nav_R li a:hover {
	color: #000000 !important;
	text-decoration: none;
	border-bottom: 3px solid #e74c3c;
	padding-bottom: 6px;
	-webkit-transition: all 300ms cubic-bezier(.45,1.92,.9,1.54);
    -moz-transition: all 300ms cubic-bezier(.45,1.92,.9,1.54);
	-o-transition: all 300ms cubic-bezier(.45,1.92,.9,1.54);
	-ms-transition: all 300ms cubic-bezier(.45,1.92,.9,1.54);
	transition: all 300ms cubic-bezier(.16,1.23,.87,1.18);
}

.q_headCon .nav_R li img {
	position: relative;
	top: -10px;
	left: -4px;
}

/*.q_headCon .nav_R .q_current {
	color: #f57;
}
*/
.fixednav {
	position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: 9999999990;
	height: 50px !important;
	background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0,0,0,.05);
    transition: all .2s ease-in-out;
}

.fixednav .nav_R {
	padding-top: 13px;
}

.fixednav .logo_L {
	margin-top: 12px;
}

.fixednav .logo_L img {
	width: 150px;
	height: 26px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}



/* banner */
.banner-content img{ display: block; width: 100%;}

/* 版权部分 */
.q_footer{ height: 300px; background: #bef5cd;}
.q_mapBg{ background:url(../img/index/map.png) no-repeat center; width: 100%; height: 399px;}

.q_foot_main{ width:1200px; margin: 0 auto; padding-top: 55px; color:#03a66f; font-size:16px; position: relative;}

.q_copyCon{ margin-right: 160px;}
.q_copyCon li{ text-align: center; line-height: 30px;}
.q_copyCon span{ float:left; padding-right: 15px;}

.q_about_xst{ height: 34px; line-height: 34px; padding-left: 10px;}
.q_about_xst span{ margin: 0 30px;}
.q_about_xst span em{ width: 34px; height: 34px; margin-right: 10px;}

.q_about_time{ height: 31px; line-height: 31px; font-size:22px; padding-left: 60px;}
.q_about_time span{ height:31px; line-height: 31px; margin:0 60px;}
.q_about_time span em{ margin-right: 15px;}

.q_copyCon span em{ float:left; display:block; background:url(../img/copyright_icon.png) no-repeat; position: relative;}
.q_copyCon .q_about_icon1{ background-position: 0 0;}
.q_copyCon .q_about_icon2{ background-position: 0 -38px;}
.q_copyCon .q_about_icon3{ background-position: 0 -77px;}
.q_copyCon .q_about_icon4{ background-position: 0 -120px; }
.q_copyCon .q_about_icon5{ background-position: 0 -163px; width: 25px; height: 25px; top: 3px;}
.q_copyCon .q_about_icon6{ background-position: 0 -195px; width: 31px; height: 31px;}

.q_copyCon li .q_gw_link{ color:#fff;}
.q_copyCon li .q_gw_link:hover{ text-decoration: underline;}

.q_about_line{ width:100%; height: 1px; background: #01b880; opacity:0.2; filter:alpha(opacity=20); margin: 18px 0;}

.q_weixin_code{ width: 160px; text-align: center; position: absolute; top: 48px; right:100px;}
.q_weixin_code b{ float:left; display:block; width: 1px; height: 174px; background: #fff; opacity:0.2; filter:alpha(opacity=20); margin-right: 18px;}
.q_weixin_code img{ display:block; margin:6px 0 10px;}

/* end 版权部分 */


.slide {
    width: 80px;
    position: fixed;
    z-index: 100001;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.slide ul li {
    width: 100%;
    height: 74px; margin-bottom:5px;
}

.slide ul li.sd-1 a {
    background-image: url(../img/r-f-1.png);
}

.slide ul li.sd-2 a {
    background-image: url(../img/r-f-2.png);
}

.slide ul li.sd-4 a {
    background-image: url(../img/r-f-4.png);
    background-position: center;
    height: 100%;
    padding-top: 0;
}

.slide ul li a {
    display: block;
    padding-top: 52px;
    text-align: center;
    font-size: 12px;
    color: #e12d30;
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    border: solid 1px #eeeeee;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    text-decoration: none;
    padding-bottom:5px !important;
}

.slide ul li.sd-1 a:hover{
    background-image: url(../img/r-f-11.png);
}

.slide ul li.sd-1:hover a {
    background-color: #e73038;
    color: #fff;
}

.slide ul li.sd-2 a:hover{
    background-image: url(../img/r-f-22.png);
}

.slide ul li.sd-2:hover a {
    background-color: #e73038;
    color: #fff;
}

.slide ul li.sd-2{
    position: relative;
}

.telphone{
    display: inline-block;
    background-color: #e12d30;
    color: #fff;
    height: 25px;
    line-height: 25px;
    width: 110px;
    text-align: center;
    position: relative;
    position: absolute;
    top: 100px;
    right: 105px;
    display: none;
    cursor: pointer;
    transition: all .5s ease-in;
}

.telphone:before{
    position: absolute;
    right: -16px;
    top: 4px;
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    content: "";
    border-left: 8px solid #e12d30;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: all .5s ease-in;
}

.telphone span{
    font-size: 14px;
    transition: all .5s ease-in;
}







.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative; display:inline-block;
}

.filter-box select {
    display: none;
}


.filter-box1 {
    position: relative;
    width:49%;
}
.filter-box2 {
    position: relative;
    width:49%;
}


.filter-box1 select {
    display: none;
}

.filter-text {
    display: block;
    width:280px;
    line-height: 60px;
    height:60px;
    background:#ffea36;

    border: 2px solid #102dfe;
    border-radius: 30px;
    margin-bottom: 15px;

    font-weight: 500;
    color: #102dfe;
    float: left;

}

.selete .filter-box:nth-child(2n){ float:right;}

.filter-text input {
    font-size: 14px;
}


.filter-text .filter-title {
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-indent:40px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
    color:#102dfe;
    font-weight:800;
    font-size: 20px;
}

.filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #ffdebd;
    font-size: 14px;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99;
    border: 1px solid #ffcd61;
    overflow: auto;
    border-radius: 20px;
    margin-top: 22px;
}


.filter-list li.filter-null a {
    color: #407aff;
}

 .filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.filter-list li:hover {
    background-color: #407aff;
}

.filter-list li.filter-selected {
    background-color: #407aff;
}

.filter-list li.filter-selected a{
    display: block;
    color: #fff;
}

.filter-list li.filter-disabled {
    background-color: #fff;
}

.filter-list li.filter-disabled a{
    display: block;
    color: #c9282d;
}

.filter-list li.filter-disabled:hover a {
    cursor: not-allowed!important;
    background-color: #fff;
}

.icon {
    position: absolute;
}

.icon-filter-arrow {
    width: 12px;
    height: 9px;
    background-repeat: no-repeat;
    background-image: url(../img/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 20px;
    top: 30px;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.filter-list::-webkit-scrollbar-track {
    background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
    background: #CBCBCB;
}