﻿/*
* @Author: jack
* @Date:   2018-12-26 15:53:18
* @Last Modified by:   jack
* @Last Modified time: 2018-12-26 15:53:43
*/
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
html,body{font-family: "迷你简小标宋";}
body, button, input, select, textarea { font-size:12px; font-family: "迷你简小标宋";} 
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; color: #000;} 
a:hover { text-decoration:none; color: #000;} 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; max-width: 100%;} 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }
dd, dt{line-height: 1.0;}

/*浮动代码*/
.fl{float: left;}
.fr{float: right;}

/*清除浮动代码*/
.clearfix:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.clearfix{
	zoom:1;
} 

.container{
	width: 1200px;
	margin: 0 auto;
}

.head{text-align: center;}
.head h1{font-size: 42px;}
.mar-t50{margin-top: 50px;}



/*header*/
.header{
	position: relative;
    z-index: 999;
    width: 100%;
    height: 152px;
}
.logo{
    display: block;
    width: 42%;
	padding-top: 62px;
}
.phone {
    padding-top: 65px;
    color: #111;
    font-size: 14px;
    line-height: 20px;
}
.phone_bg{
	background: url(../images/pho_bg.gif?v=1) no-repeat 85px 5px;
}
.phone_bg input{
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 5px;
    margin-left: 90px;
    width: 240px;
    font-family: "微软雅黑";
}
.phone_bg button{
    background-color:#4c463f; 
    border-radius: 3px;
    border: none;
    color: white;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: -4px;
}
.phone .phone_p{
	display: block;
    padding-left: 145px;
    color: #959595;
    font-size: 22px;
    line-height: 54px;
}
.phone .phone_p span{
	display: inline-block;
    vertical-align: middle;
}
.phone .phone_p span i {
    font-style: normal;
    color: red;
}
.phone .phone_p b {
    font-size: 24px;
    color: red;
    vertical-align: middle;
}

/*导航*/
.nav{
	height: 55px;
    position: relative;
    z-index: 10;
    background: #4c463f;
    background-repeat: repeat;
}
.nav_menu {
    position: relative;
    width: 100%;
    height: 55px;
}
.nav_menu>li {
    width: 10%;
    height: 21px;
    margin: 17px 0;
    float: left;
    text-align: center;
    line-height: 21px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}
.nav_menu>li:first-child {
    border-left: 0;
}
.nav_menu li a {
    width: 100%;
    height: 38px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: font-size .2s,color .5s;
    box-sizing: border-box;
}
.nav_submenu {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #f3f3f3;
    background: url(../images/nav_nemu_bg.png);
    background-repeat: repeat;
    display: none;
}
.nav_submenu li {
    width: 200px;
    height: 170px;
    float: left;
    padding-top: 20px;
    box-sizing: border-box;
}
.nav_menu li a {
    width: 100%;
    height: 38px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    transition: font-size .2s,color .5s;
    box-sizing: border-box;
}
.nav_submenu_img {
    width: 180px;
    height: 85px;
    margin: 0 auto;
}
.nav_submenu_title {
    margin-top: 25px;
    text-align: center;
    color: #000;
}
.nav_menu>li>a:hover {
    border-bottom: #ed0000 2px solid;
    color: #ed0000;
}


/*footer*/
.f_foot {
    background-color: #272727;
    overflow: hidden;
}
.ft-top {
    width: 100%;
    height: 270px;
    background-color: #272727;
    overflow: hidden;
}
.ft-top-lt {
    display: block;
    float: left;
    width: 820px;
    border-right: 1px solid #222222;
    height: 270px;
    padding-top: 44px;
}
.ft-top-lt dl {
    display: block;
    float: left;
    width: 200px;
    float: left;
}
.ft-top-lt dt {
    display: block;
    overflow: hidden;
    height: 36px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
.ft-top-lt dt a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
.ft-top-lt dd{
    line-height: 34px;
}
.ft-top-lt dd a {
    color: #959595;
    font-size: 14px;
}
.ft-top-lt dd a:hover{color:#fff;}
.ft-top-lt dt i {
    display: block;
    font-style: normal;
    color: #4e4e4e;
    font-size: 12px;
    text-transform: uppercase;
}
.ft-top-rt {
    display: block;
    overflow: hidden;
    width: 248px;
    border-left: 1px solid #414141;
    padding-top: 40px;
    height: 243px;
    overflow: hidden;
    float: right;
    text-align: center;
}
.ft-top-rt dt {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 97px;
}
.ft-top-rt dt img {
    display: block;
    overflow: hidden;
    width: 93px;
    height: 93px;
    border: 2px solid #161616;
}
.ft-top-rt dd {
    padding-top: 12px;
    overflow: hidden;
    line-height: 37px;
    overflow: hidden;
    text-align: center;
}
.ft-top-rt dd span {
    display: block;
    color: #959595;
    font-size: 16px;
}
.ft-top-rt dd a {
    color: #959595;
    font-size: 14px;
    text-decoration: underline;
}


.f_foot-bottom{
    background-color: #969696;
    overflow: hidden;
    /*font-family: "Microsoft YaHei";*/
}
.ft-site-info {
    display: block;
    padding-top: 16px;
    overflow: hidden;
    height: 140px;
    background-color: #969696;
    text-align: center;
}
.ft-site-info .ft-info-lt {
    display: block;
    width: 600px;
    margin: 0 auto;
}
.ft-info-lt p {
    display: block;
    height: 18px;
    line-height: 30px;
    color: #272727;
    font-size: 16px;
}
.ft-info-lt .site-contact {
    display: block;
    overflow: hidden;
}
.site-contact b {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 42px;
    color: #404144;
    font-size: 16px;
    font-weight: 400;
}
.site-contact ul {
    list-style-type: none;
    display: block;
    overflow: hidden;
    padding-top: 5px;
}
.site-contact li {
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    text-transform: uppercase;
}
.ft-info-rt {
    display: block;
    width: 350px;
    overflow: hidden;
    float: right;
}

/*回到顶部*/
#toTop {
    position: fixed;
    bottom: 40px;
    right: -91px;
    width: 145px;
    height: 55px;
    background: #272727; 
    overflow: hidden;
}
#toTop i {
    /*float: left;*/
    position: absolute;
    top: 55px;
    left: 0;
    width: 54px;
    height: 55px;
    padding-top: 6px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    background-color: #c9302c; 
    box-sizing: border-box;
}
#toTop img{
    
    /*float: left;*/
    padding: 5px;
}
#toTop:hover i{
    top: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
}

/*媒体顾问*/
.bar{
		position: fixed;
	    bottom: 96px;
	    right: 0;
	    z-index: 999999999;
	    cursor: pointer;
	    width: 54px;
    	background-color: #3f3f3f;
	}
	.tab-ico{
		width: 54px;
	    min-height: 40px;
	    margin-left: 1px;
	    position: relative;
	    z-index: 2;
	    background-color: #3f3f3f;
		display: inline-block;
	    background-repeat: no-repeat;
	    background-position: -74px 0px;
	    transition: all 0.3s ease-in-out 0.1s;
	}
	.tab-info{
		color: #f3f3f3;
	    display: inline-block;
	    text-align: center;
	    line-height: 18px;
	    padding: 35px 10px 10px 10px;
	}

	.tab-text {
	    width: 430px;
	    padding: 15px!important;
	    background: #fff;
	    color: #333;
	    position: absolute;
	    right: 80px;
	    bottom: 0px;
	    z-index: 1000;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	    border-radius: 4px 0 0 4px;
	    border: 1px solid #dedede;
	    line-height: 36px;
	    font-family: "微软雅黑";
	    transition: left 0.3s ease-in-out 0.1s;
	    display: none;
	    opacity: 0;
	}
	.popover-title {
	    padding: 8px 14px;
	    margin: 0;
	    font-size: 17px;
	    font-family: "微软雅黑";
	    background-color: #f7f7f7;
	    border-bottom: 1px solid #ebebeb;
	    border-radius: 5px 5px 0 0;
	}
	.consultant_dl {
	    width: 128px;
	    margin: 5px;
	    margin-right: 10px;
	}
	.consultant_title {
	    line-height: 35px;
	    height: 35px;
	    text-align: center;
	    font-size: 12px;
	    color: #dd3c4c;
	}
	.consultant_dl dt {
	    width: 132px;
	    height: 150px;
	    background: #ddd;
	    border-radius: 5px;
	    margin-bottom: 20px;
	    position: relative;
	}
	.consultant_dl dt.side_cw_2 {
	    background-position: 18px -117px;
	}
	.consultant_dl dt .side-code {
	    width: 100px;
	    height: 100px;
	    margin: 0 auto;
	    padding-top: 10px;
	}
	.consultant_dl dt .side-code img {
	    width: 100%;
	    height: 100%;
	}
	.side-phone {
	    text-align: center;
	    color: #858585;
	    font-weight: normal;
	    z-index: 1;
	    width: 100%;
	    padding-top: 6px;
	}
	.lh20 {
	    line-height: 20px !important;
	}
	.f12 {
	    font-size: 13px;
	}
	.consultant_dl dd {
	    text-align: center;
	}
	.btn {
	    display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.btn-danger {
	    border: 1px solid #d9534f;
	    color: #fff;
    	background-color: #d52e3f;
    	text-decoration: none;
	}
	 .btn-danger:hover{
	    color: #fff;
	    background-color: #c9302c;
	    border-color: #ac2925;
	}

	.tab-text>.arrow {  bottom: 50px;  right: -8px;  margin-top: -8px;  border-right-width: 0;  border-left-color:#3f3f3f;  border-left-color: rgba(0,0,0,.25);}
	.tab-text>.arrow {  border-width: 8px;}
	.tab-text>.arrow,.tab-text>.arrow:after {  position: absolute;  display: block;  width: 0;  height: 0;  border-color: transparent;  border-style: solid;}
	.tab-text>.arrow:after {  right: -14px;  bottom: -7px;  content: " ";  border-right-width: 0;border-left-color:#fff;  }
	.tab-text>.arrow:after {  content: "";  border-width: 7px;}

#LRfloater0{z-index:999 !important;}
/*面包屑导航样式*/
.breadcrumb{
	background-color: #eee;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 40px;
}
.breadcrumb a:hover{
	color:#ed0000;
}