@charset "UTF-8";
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
#head,#main,#foot{
    width:100%;
    min-width: 1200px;
	max-width: 1920px;
margin: auto;
}
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
/*head*/
/*悬浮窗*/

.main-im {
	position: fixed;
	right: 40px;
	top: 300px;
	z-index: 100;
	width: 110px;
	height: 272px;
}

.main-im .qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
	color: #288edd;
	font-size: 14px;
}

.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 105px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(../img/qq-icon-bg.png) no-repeat center 10px;
}

.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}

.main-im .im_main {
	background: #F9FAFB;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #fff;
	display: none;
	position: fixed;
	right: 75px;
}

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 109px;
	height: 105px;
	border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
	font-size: 14px;
	margin-top: 6px;
	color: #333;
}

.main-im .im_main .im-tel .tel-num {
	font-weight: bold;
	color: #cc3333;
	font-size: 12px;
}

.main-im .im_main .weixing-container {
	width: 100%;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(../img/weixing-icon.png) no-repeat center center;
	float: left;
}

.main-im .im_main .weixing-show {
	width: 112px;
	height: 140px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -95px;
	display: none;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 115px;
	position: absolute;
	z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 113px;
	position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
	width: 84px;
	height: 84px;
	padding-left: 15px;
	padding-top: 15px;
}

.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 15px;
}

.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(../img/totop-icon.png) no-repeat center center;
	float: right;
}

.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}

.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}

.main-im .close-im a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/close_im.png) no-repeat left top;
	position: absolute;
	top: 0px;
	right: -16px;
	z-index: 99999;
}

.main-im .close-im a:hover {
	text-decoration: none;
}

.main-im .open-im {
	cursor: pointer;
	margin-left: 68px;
	width: 40px;
	height: 133px;
	background: url(../img/open_im.png) no-repeat left top;
}



#head{
    background: white;
}
.head{
    width: 100%;
}
.head_top{
    height: 37px;
    border-bottom: 1px solid #cccccc;
}
.head_top .wel{
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 37px;
    width: 300px;
}
.head_top .fr_col{
    float: right;
}
.head_top .fr_col a{
    display: inline-block;
    height: 37px;
    font-size: 14px;
    color: #666;
    line-height: 37px;
    padding-left: 14px;
    padding-right: 14px;
}
.head_top .fr_col a.a3{
    padding-right:0;
}
.head_top .fr_col a:hover{
    color: red;
}
.head_top .fr_col i{
    display:inline-block ;
    height: 10px;
    border-right: 1px solid #a3a3a3;
}
.head_cen{
    width: 100%;
    height: 160px;
}
.head_logo{

}
.head_logo .fl_logo{
    float: left;
    position: relative;
    height: 160px;
}
.head_logo .fl_logo .logo{
    float: left;
    width:108px;
    height: 144px;
    position: relative;
    left: 0;
    top:8px;
    overflow: hidden;
}
.head_logo .fl_logo .logo_tit{
    float: left;
    width: 500px;
    margin-top: 40px;
}
.head_logo .fl_logo .logo_tit .p1{
    font-size: 32px;
    color: #da251e;
    font-weight: bold;
    line-height: 50px;
    text-indent: 12px;
}
.head_logo .fl_logo .logo_tit .p2{
    font-size:22px;
    color: #4c4c4c;
    font-weight: bold;
    text-indent: 32px;
    line-height: 40px;
}
.head_logo .cet_lx{
    float: right;
    width:590px;
    height: 100%;
    position: relative;
}
.head_logo .cet_lx .phone{
    float: left;
    width: 460px;
    position: relative;
    top:30px;
}
.head_logo .cet_lx .phone img{
    position: absolute;
    right: 8px;
    top: 0px;
}
.head_logo .cet_lx .phone .p1 i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/idx_top_phone.png) no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.head_logo .cet_lx .phone .p1{
    font-size: 22px;
    color: #4c4c4c;
    line-height: 44px;
}
.head_logo .cet_lx .phone .p1 span{
    font-size: 22px;
    color: #da251e;
}
.head_logo .cet_lx .phone .p1 .sp2{
    font-size: 24px;
    font-weight: bold;
}
.head_logo .cet_lx .phone .p2{
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 22px;
}
.head_logo .cet_lx .phone .p2 span{
    margin-left: 14px;
}
.head_logo .cet_lx .wx{
    float: right;
    width: 112px;
    position: absolute;
    right: 2px;
    top:21px
}
.head_logo .cet_lx .wx .wx_img{
    width: 106px;
    height: 106px;
    overflow: hidden;
    border: 3px solid #da251e;
    border-radius: 4px;
}
.head_nav{
    width: 100%;
    height: 54px;
    background-color: #c30101;
    z-index: 0;
}
.head_nav .nav_bg{
    height: 50px;
    width: 100%;
    background-color: #282828;
    z-index: 9;
}
.head_nav .nav_bg .nav{
    font-size: 0;
    position: relative;
    top:0px;
}
.head_nav .nav_bg .nav>li{
    float: left;
    display: inline-block;
    width: 150px;
    height: 50px;
    position: relative;
}
.head_nav .nav_bg .nav>li >a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 149px;
    height: 100%;
    text-align: center;
    line-height: 50px;
}
.head_nav .nav_bg .nav>li span{
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #424242;
    position: absolute;
    top: 0;
    right: 0;
}
.head_nav .nav_bg .nav>li:hover>a,.head_nav .nav_bg .nav>li>a.a_hv{
    background-color:#c30101 ;
    color: #fff;
    transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}

.nav li ul{
	width: 100%;
    padding-top: 3px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.7);
    padding-bottom: 1px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.nav li ul li {
    height: 0;
    width: 100%;
    overflow: hidden;
    height: 32px;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    box-sizing: border-box;
}
.nav ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    position: relative;
    background: url(../img/head_nav_ul_li.png) no-repeat 15px center;
    padding-left: 25px;
}
.nav .sub li a:hover{
    color: #c30101;
}
/*轮播*/
.fullSlide{
    position: relative;
    height: 500px;
    margin: 0 auto;
    z-index: 0;
}
.fullSlide .bd{
    position: relative;
    z-index: 0;
}
.fullSlide .bd li {
    width:100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
}
.fullSlide .hd{
    position: relative;
    z-index: 1;
    margin-top: -66px;
    height: 50px;
    line-height: 30px;
    text-align: center;
}
.fullSlide .hd ul{
    text-align: center;
    padding-top: 13px;
}
.fullSlide .hd ul li{
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width:14px;
    height: 14px;
    border-radius: 7px;
    margin: 10px;
    background-color: #eae9f0;
    overflow: hidden;
    font-size: 0;
}
.fullSlide .hd ul .on{
    background: #da251e;
}
/*子页面轮播*/
.fullSlide2{
    position: relative;
    height: 300px;
    margin: 0 auto;
    z-index: 0;
}
.fullSlide2 .bd2{
    position: relative;
    z-index: 0;
}
.fullSlide2 .bd2 li {
    width:100%;
    height: 300px;
}
.fullSlide2 .hd2{
    position: relative;
    z-index: 1;
    margin-top: -50px;
    height: 50px;
    line-height: 30px;
    text-align: center;
}
.fullSlide2 .hd2 ul{
    text-align: center;
    padding-top: 13px;
}
.fullSlide2 .hd2 ul li{
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width:14px;
    height: 14px;
    border-radius: 7px;
    margin: 10px;
    background-color: #eae9f0;
    overflow: hidden;
    font-size: 0;
}
.fullSlide2 .hd2 ul .on{
    background: #da251e;
}
/*分页*/
.quotes{
    border: 1px solid #cccccc;
    padding: 5px 4px;
}
.quotes .fl_times{
    float: left;
    text-indent: 8px;
    padding-top: 7px;
    font-size: 12px;
    color: #666;
}
.quotes ul{
    float: right;
    font-size: 0;
}
.quotes ul li{
    border: 1px solid #cccccc;
    color: #666;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    padding: 0px 13px;
    line-height:30px;
}
.quotes ul li:hover,.quotes .thisclass{
    background:#cf3434;
    color: #fff;
    border: 1px solid #cf3434;
}
.quotes ul li a{
    display: inline-block;
    color: #666;
}
.quotes ul li a:hover{
    color: #fff;
}


/*热搜*/
.search_nav{
    width: 100%;
    height:120px;
    background-color: #e8e8e8;
}
.search_nav .search_tit{
    float: left;
    height: 60px;
    width: 330px;
    border-right: 1px solid #c6c6c6;
    margin-top: 30px;
    text-align: center;
}
.search_nav .search_tit .p1{
    font-size: 24px;
    color: #333;
    line-height: 24px;
}
.search_nav .search_tit .p2{
    display: inline-block;
    background-color: #c30101;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #fff;

}
.search_nav .heat_s .sea_input{
    float: left;
    padding-left: 100px;
}
.search_nav .heat_s .sea_input form{
    display: inline-block;
    height: 32px;
    width: 336px;
    position: relative;
    margin-top: 30px;
    font-size: 0;
    border:1px solid #c6c6c6;
    z-index: 1;
}
.search_nav .heat_s .sea_input form .search-keyword{
    background-color: #e8e8e8;
    display: inline-block;
    height: 32px;
    width: 304px;
    line-height: 30px;
    position: relative;
    left: 0px;
    top: 0px;
    border: none;
    text-indent: 9px;
}
.search_nav .heat_s .sea_input form .search-keyword:focus{
    border:none;
    outline: none;
}
.search_nav .heat_s .sea_input form .search-btn{
    width: 32px;
    height:32px;
    position: absolute;
    z-index: 99;
    right: 0px;
    top:0px;
    border: none;
    cursor: pointer;
}
.search_nav .heat_s .sea_input form .search-btn img{
    position: relative;
    top:2px;
    left: 2px;
}
.search_nav .heat_s .heat_name{
    height: 42px;
    line-height: 42px;
}
.search_nav .heat_s .heat_name span{
    float: left;
    font-size: 14px;
    color: #999;
    padding-left: 12px;
}
.search_nav .heat_s .heat_name ul{
    float: left;
    display: inline-block;
    font-size: 0;
}
.search_nav .heat_s .heat_name ul li{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-right: 12px;
}
.search_nav .heat_s .heat_name ul li a{
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.search_nav .heat_s .heat_name ul li a:hover{
    color: #d80073;
}
.search_nav .consult{
    float: right;
    width: 330px;
    margin-top: 30px;
    height: 60px;
    text-align: right;
    border-left: 1px solid #c6c6c6;
}
.search_nav .consult .p1{
    font-size: 14px;
    color: #999;
}
.search_nav .consult .p1 a{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #c6c6c6;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
}
.search_nav .consult .p1 a:first-child{
    margin-left: 30px;
}
.search_nav .consult .p1 a img{
    position: absolute;
    top: 6px;
    left: 6px;
}
.search_nav .consult .p1 a:hover{
    background-color: #c30101;
}
.search_nav .consult .p2{
    font-size: 25px;
    color: #c30101;
}
.search_nav .consult .p2 span{
	color: #333;
	font-size: 14px;
}
/*footer*/
.footer_01{
    background-color: #c30101;
    height: 80px;
    line-height: 80px;
}
.footer_01 .foot_link .link_tit{
    float: left;
    border-right: 1px solid #cf3434;
    padding-right: 29px;
}
.footer_01 .foot_link .link_tit .p1{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.footer_01 .foot_link .link_tit .p1 span{
    font-weight: bold;
}
.footer_01 .foot_link .link_nav{
    float: left;
    padding-left: 10px;
}
.footer_01 .foot_link .link_nav ul{
    font-size: 0;
}
.footer_01 .foot_link .link_nav ul li{
    display: inline-block;
}
.footer_01 .foot_link .link_nav ul li a{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px dashed #db6767;
}
.footer_01 .foot_link .link_nav ul li a:hover{
    color: #ee1b1b;
}
.footer_02{
    width: 100%;
    background-color: #333333;
}
.footer_02 .foot_lx{
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_02 .foot_lx .fl_wx{
    float: left;
}
.footer_02 .foot_lx .wx_img{
    float: left;
    width: 120px;
    height: 184px;
    background: url(../images/foot_wx_bg.png) no-repeat;
    overflow: hidden;
    position: relative;
}
.footer_02 .foot_lx .wx_img .img{
    width: 89px;
    height: 89px;
    overflow: hidden;
    position: absolute;
    top:34px;
    left:15px;
}
.footer_02 .foot_lx .wx_img p{
	position: absolute;
    left: 0;
    bottom: 33px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.footer_02 .foot_lx .lx{
    float: left;
    padding-left: 21px;
}
.footer_02 .foot_lx .lx .phone{
    width: 337px;
    border-bottom: 1px solid #666666;
    position: relative;
    padding-bottom: 12px;
    padding-left: 64px;
}
.footer_02 .foot_lx .lx .phone img{
    position: absolute;
    left: 0;
    top:7px;
}
.footer_02 .foot_lx .lx .phone .p1{
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}
.footer_02 .foot_lx .lx .phone .p2{
    font-size: 30px;
    color: #ee1b1b;
    font-weight: bold;
    line-height: 38px;
}
.footer_02 .foot_lx .lx .lx_con{
    padding-top: 15px;
}
.footer_02 .foot_lx .lx .lx_con p{
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    line-height: 27px;
}
.footer_02 .foot_lx .fr_foot_nav{
    float: right;
}
.footer_02 .fr_foot_nav .foot_nav ul{
    font-size: 0;
    padding-top: 18px;
}
.footer_02 .fr_foot_nav .foot_nav ul li{
    display: inline-block;
}
.footer_02 .fr_foot_nav .foot_nav ul li a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 17px;
    line-height: 17px;
    padding-left: 9px;
    padding-right: 9px;
    border-right: 1px solid #5f5f5f;
}
.footer_02 .fr_foot_nav .foot_nav ul li a:hover{
    color: #ee1b1b;
}
.footer_02 .fr_foot_nav .foot_nav ul li:last-child a{
    border-right: none;
    padding-right: 0px;
}
.footer_02 .fr_foot_nav .foot_logo{
    position: relative;
    height: 145px;
}
.footer_02 .fr_foot_nav .foot_logo .img{
    width: 218px;
    height: 79px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 46px;
}

.copyright{
    width: 100%;
    background-color: #000000;
    height: 40px;
    text-align: center;
}
.copyright p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.copyright p span{
    margin-left: 38px;
}
.copyright p a{
    font-size: 12px;
    color: #999;
}
.copyright p a:hover{
    color: #ee1b1b;
}