@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 h2{ color: #333; font-size: 36px; font-weight: bold;}
.comm-title h4{ color: #7b7b7b; font-size: 20px; margin: 12px 0 68px;}
.comm-title p{ color: #4c4c4c; font-size: 22px; }

.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: 80px;
	margin: 0 auto;
	background: #fff;
}

.q_headCon .logo_L {
	float: left;
	width: 191px;
	height: 33px;
	margin-top: 25px;
}

.q_headCon .logo_L a {
	display: block;
}

.q_headCon .logo_L img {
	width: 191px;
}

.q_headCon .nav_R {
	float: right;
	padding-top: 30px;
	font-size: 16px;
}
.q_headCon .nav_R .nav-on a{ color:#f57;}
.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: #e8222a !important;
	text-decoration: none;
	border-bottom: 3px solid #e8222a;
	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;
	border-bottom: 1px solid #f4f4f4;
    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: #3d434f;}
.q_mapBg{ background:url(../img/index/map.png) no-repeat center; width: 100%; height: 299px;}

.q_foot_main{ width:1200px; margin: 0 auto; padding-top: 55px; color:#fff; 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/index/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: #fff; 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/index/r-f-1.png);
}

.slide ul li.sd-2 a {
    background-image: url(../img/index/r-f-2.png);
}

.slide ul li.sd-4 a {
    background-image: url(../img/index/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/index/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/index/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;
}
