html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html,
body{
	width:100%;
	height:100%;
}

body{
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	background:#fff;
   	/*background:darkorange;*/
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}

ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}

.w{
	width:1140px;
	margin:0 auto;
}

@font-face {
	font-family: 'din-redular';
	src: url('../fonts/dincondregular0.ttf');
	font-weight: normal;
	font-style: normal;
}


/*固定底部*/
.web-fdong {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    height: 55px;
    width: 100%;
    z-index: 100;
    bottom: 0px;
    _position: absolute;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+250);
    overflow: hidden;
}
.web-fdong a {
    background: #FF0000;
    padding: 10px 25px;
    font-size:14px;
    text-align: center;
    color:#fff;
}
.web-top {
    margin-top: 17px;
}
.web-colose {
    margin-top: -7px;
}

.web-fdong .cont {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.web-fdong .row div{
	float:left;
}

.web-fdong .t-c-f {
    text-align: center !important;
}

.web-fdong .col-xs-5 {
    width: 41.66666667%;
}
.web-fdong .web-colose {
    margin-top: -18px;
}
.web-fdong .white {
    color: #fff;
}
.web-fdong .f26 {
    font-size: 2.6rem;
}



/*手机导航*/
#navbar {
    border-top: 1px solid #f9f9f9;
    transition: margin 0.4s;
}
.navbar-collapse {  
	display: none; 
    position: fixed;    
    top: 60px;
    margin-bottom: 0px;
    z-index: 9;
    width: 100%;
    background: #fff;
    overflow-x: visible;
    border-bottom: 1px solid #F0F0F0;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    padding:20px 15px;
}

.c-navbar li {
    width: 98px;
    margin: 0 auto;
    float: none;
    font-size: 16px;
    text-align: center;
}
.c-navbar> li > a {
    color: #171717;
    display: block;
    padding: 10px 15px;
    transiton: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
}




/*固定导航*/
.floatnav{
	position: fixed;
	top:0;
	left:0;
	right:0;
	display: none;
	z-index: 100;
	background:#fff;
	height:60px;
	z-index:100000;
}

.floatnav h2{
	float:left;
	margin-left:5%;
	width:140px;
}

.floatnav h2 img{
	width:100%;
	height:auto;
}

.floatnav h2 a {
    display: block;
    padding-top:10px;
}

.floatnav .floatnavsm{
	float:left;
	margin-left:20%;
	width:45%;
}

.floatnavsm ul>li{
	float:left;
	width:25%;
	position:relative;
}

.floatnavsm ul>li:hover ol{
	display: block;
}

.floatnavsm ul>li ol{
	position:absolute;
	top:60px;
	left:-30px;
	min-width:200px;
	padding:10px;
	text-align: center;
	z-index:100;
	background:#fff;
	display: none;
}

.floatnavsm ul>li ol li a{
	color:#393939;
	font-size:13px;
	line-height:26px;
}

.floatnavsm ul>li ol li:hover a{
	color:#bc121a;
}


.floatnavsm ul>li>a {
    color: #be101a;
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
}

.floatnavsm ul>li>a:hover {
    background-color: #be101a;
    color: #fff;
}

.phone-nav{
	position:relative;
}

.phone-nav img{
	display:inline-block;
}

.phone-nav ul{
	position:absolute;
	top:56px;
	right:0;
	width:200px;
	padding-left:5%;
	z-index:9999;
	display:block;
}

.fix_phone{
	height:60px;
	line-height:60px;
}
.fix_phone img{
	vertical-align: middle;
}

/*header*/
/*header{
	padding:21px 0 19px;
	background:#fff;
}*/
.height60{
	height:100px;
}
header{
	padding:21px 0 19px;
	background:#fff;
	transition: all 0.6s;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:60px;
	z-index:9999;
	-webkit-box-shadow:0 0 10px #dee9ef;  
  	-moz-box-shadow:0 0 10px #dee9ef;  
  	box-shadow:0 0 10px #dee9ef;
}

header.fixed{
	padding:10px 0;
	height:60px;
	transition: all 0.6s;
}

.head h1{
	width:18%;
	margin-right:1.5%;
}

.head h1 img{
	width:100%;
	height:auto;
}

.head_other{
	padding-top:7px;
	width:135px;
	margin-right:20%;
}

.head_other_m{
	padding-top:3px;
	height:4em;
	border-left:1px solid #e3e3e3;
	padding-left:19px;
	font-size:12px;
}

.head_other_m p{
	padding:4px 3px;
	background:#cdcdcd;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom:2px;
}

.head_other_m span{
	color:#838383;
	letter-spacing:2px;
}

header nav{
	padding-top:26px; 
	width:30%;
}

header nav ul>li{
	float:left;
	margin:0 7%;
	position:relative;
}

header nav ul>li a{
	color:#393939;
	font-size:15px;
}
header nav ul>li.hover>a,
header nav ul>li>a:hover{
	color:#bc121a;
}

header nav ul>li:hover ol{
	display: block;
}

header nav ul>li ol{
	position:absolute;
	top:20px;
	left:-30px;
	min-width:100px;
	padding:10px;
	text-align: center;
	z-index:100;
	background:#fff;
	display: none;
}

header nav ul>li ol li a{
	color:#393939;
	font-size:15px;
	line-height:26px;
}

header nav ul>li ol li:hover a{
	color:#bc121a;
}

.head_tel{
	width:16%;
	padding:13px 0 0 2.89%;
	background:url(../images/head_tel.jpg) no-repeat left 18px;
}

.head_tel p{
	font-size:12px;
	color:#4b4b4b;
	margin-bottom:3px;
}


/*phone_nav*/
.phone-head{
	background:rgba(255,255,255,.9);
	width:100%;
	height:1300px;
	position: fixed;
	top:28px;
	left:0;
	right:0;
	width:100%;
	z-index:9999;
	display: none;
}
.phone-head li{
	list-style: none;
}
.phone-head .mask-close{
	background:rgb(189,16,26) none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top:-28px;
    right: 2px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    overflow: hidden;
}


.maskbg{
	padding:10px 0;
	height:100%;
}

.menubtn{
	height:100%;
}


.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    /*height:40px;*/
    line-height: 40px;
    padding: 0px 17px;
    font-size:1em;
}


.phone_nav ul>li>a {
    display: inline-block;
    width:100%;
    height:100%;
    font-size:1em;
}

.phone_nav ul>li ol{
	display:none;
	padding:10px 0 20px 10px;
}

.phone_nav ul>li ol li{
    background-position: center center;
    height:35px;
    line-height: 35px;
    padding: 0px 0.75em;
    width:100%;
    height:100%;
}


.phone_nav ul>li ol li a{
    display:block;
    line-height:30px;
    width:100%;
    height:100%;
    color: #323232;
    font-size:0.875em;
    
}

.f_m1>li{
    position: relative;
}

.f_m1>li>a{
	display: block;
	width:100%;
	height:100%;
    color: #323232;
    position: relative;
}

.f_m1>li>h3{
	font-weight:normal;
	font-style:normal;
	display: block;
    font-size:1em;
    color: #323232;
    line-height: 1;
    padding: 13px 12px 13px 0px;
    position: relative;
}

.f_m1>li>h3 a{
	display: block;
    font-size:1em;
    color: #323232;
    line-height: 1;
    position: relative; 
	width:100%;
	height:100%; 
}

.f_m1>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.f_m1>li.active>h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}

/*.mobile_key{
	margin-top:5px;
	height:35px;
	background:#bd101a;
}

.mobile_key img{
	height:100%;
	width:auto;
}
*/

.mobile_key {
    margin-top: 5px;
    height: 35px;
    background: none;
}

.mobile_key img {
    width: 25px;
    height: 25px;
}



/*footer*/

footer{
	background:#f3f3f3;
}

.f_bottom{
	text-align: center;
	padding:13px 0 15px;
	border-top:1px solid #e1e1e1;
	font-size:12px;
	color:#666666;
}

.f_top{
	border-bottom:1px solid #e1e1e1;
	padding:8px 0;
}

.f_top ul li{
	float:left;
	color:#333333;
	width:25%;
	font-size:19px;
	padding-left:7.9%;
	height:60px;
	line-height:60px;
	border-right:1px solid #e1e1e1;
}

.f_top ul li:nth-child(1){
	background:url(../images/f_t1.png) no-repeat 10% center;
}

.f_top ul li:nth-child(2){
	background:url(../images/f_t2.png) no-repeat 10% center;
}

.f_top ul li:nth-child(3){
	background:url(../images/f_t3.png) no-repeat 10% center;
}

.f_top ul li:last-child{
	border-right:none;
	background:url(../images/f_t4.png) no-repeat 10% center;
}


.f_m{
	padding:32px 0 18px;
}

.f_m_logo{
	width:18.24%;
	margin-right:3%;
	padding-top:20px;
}

.f_m_logo img{
	width:100%;
	height:auto;
}

.f_m_m{
	width:58.24%;
}

.f_m_m h4{
	font-size:14px;
	color:#666666;
	padding-left:20px;
	line-height:17px;
	margin-bottom:22px;
}

.f_m_m1{
	width:34.36%;
}

.f_m_m2{
	width:65.64%;
}

.f_m_m1 ul,
.f_m_m2 ul{
	padding-left:19px;
}

.f_m_m1 ul li{
	float:left;
	width:50%;
	margin-bottom:12px;
}

.f_m_m2 ul li{
	float:left;
	width:33.33%;
	margin-bottom:12px;
}

.f_m_m1 ul li a,
.f_m_m2 ul li a{
	color:#666666;
	font-size:13px;
}

.f_m_m1 ul li a:hover,
.f_m_m2 ul li a:hover{
	color:#bc121a;
}

.f_m_wechat{
	padding-top:46px;
	position:relative;
}

.f_hide_ma{
	position:absolute;
	bottom:50px;
	left:-100px;
	display: none;
}

.f_m_wechat:hover .f_hide_ma{
	display: block;
}

.f_m_contact{
	width:14.56%;
	text-align: right;
	padding-top:30px;
}

.f_m_contact span{
	display: inline-block;
	padding:5px 8px;	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#fff;
	color:#252525;
	font-size:12px;
	margin-bottom:11px;
}

.f_m_contact p{
	color:#666666;
	font-size:15px;
	margin-top:4px;
}


/*右边固定*/
.icon-fixed {
    position: fixed;
    right: 0px;
    top: 90px;
    z-index: 99;
    font-size: 14px;
    color: #FFFFFF;
    opacity:0;
}
.contact-phone {
	cursor: pointer;
    position:relative;
}
.contact-online {
	width: 80px;
	height: 80px;
	background: #bd101a;
	text-align: center;
	/*border-bottom: 1px solid #fff;*/
}
.contact-phone img {
	width: 35px;
	height: 40px;
	margin-top: 10px;

}

.free-call-top img {
	float: left;
    margin: 5px 0 0 25px;
    width: 56px;
    height: 41px;
}

.contact-online img {
	width: 38px;
	height: 38px;
	margin-top: 10px;
}
.free-call {
    /*width: 270px;
    height: 230px;*/
    position: absolute;
    top:0px;
    left:0;
    font-size: 12px;
    transition: all 0.5s; 
    z-index: 8;
    opacity: 0;
    filter:alpha(opacity=0);
    width:290px;
}
.free-call-inside {
	width: 280px;
	/*height: 240px;*/
	height: auto;
	padding-bottom:30px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20);
}
.free-call-top {
    padding:8px 0 0 0;
	width: 280px;
	height: 63px;
	/*background: #cdcdcd;*/
	background: #1f2b40;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}
.free-call-top h2 {
    font-weight:bold;
	font-size: 20px;
	margin:0 0 4px 0;
}
.call-title{
    font-size:14px;
    margin-top:0px !important;
}
.contact-online a{
 color: #fff;
}
.free-contact {
    position: relative;
    z-index: 99;
    text-align: center;
    width: 80px;
    height: 80px;
    background: #1F2B40;
    border-bottom: 1px solid #fff;
}
.qr-code-content {
	/*width: 572px;
	height: 450px;
	left: 100px;*/
	/*width: 350px;
    height: 300px;*/
	position: absolute;
	left: 80px;
	top: 20px;
	transition: all 0.5s;
	opacity: 0;
	z-index: 8;
}
.qr-code {
    /*width: 400px;
    height: 450px;*/
   width: 250px;
    height:360px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20); 
    font-size: 24px;
    color: #333333;
    letter-spacing: 2.66px;
    line-height: 30px;
}
.follow-us .qr-code img {
	/*width: 326px;
	height: 326px;*/
	width: 100%;
	height: auto;
	margin: 20px 0 10px;
}
.contact-phone:hover .free-call{
    /*left: -290px;*/
   left: -290px;
    opacity: 1;
    filter:alpha(opacity);
    visibility:visible;
}

.follow-us:hover .qr-code-content {
    left: -280px;
    opacity: 1;
}
.back-call input {
    width: 160px;
    height: 28px;
    line-height:28px;
    border: 1px solid #b3b3b3;
    padding-left: 3px;
    border-right: none;
    display: block;
    float: left;
    margin-left: 25px;
    font-size: 12px;
    color: #B5B5B5;
    font-family:"Microsoft YaHei" ;
}
.back-call {
	overflow: hidden;
    text-align: left;
    font-size: 18px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 30px;
    padding-bottom: 20px;
    margin: 21px 0 0 0;
}
.small-prompt {
    float:left;
    padding:0 39px; 
    font-size:12px;
    line-height:18px;
    letter-spacing: 0;
    text-align:center;
    padding-top:20px;
}
.prompt-text {
	font-size: 12px;
	color: #B5B5B5;
	letter-spacing: 0;
	line-height: 12px;
	padding:20px 46px 0;
    text-align:left;
}

.back-call #telInput {
    width: 150px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #b3b3b3;
    padding-left: 3px;
    border-right: none;
    display: block;
    float: left;
    margin-left: 25px;
    font-size: 12px;
    color: #333;
    font-family: "Microsoft YaHei";
}

.back-call .api-lxb-cb-btn {
    display: block;
    float: left;
    width: 85px!important;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background:#cdcdcd!important; 
    font-size: 12px;
    color: #fff!important;
    /*letter-spacing: 0.77px;*/
    margin-left:0!important;
    padding-left:0!important;
}
.follow-us{ 
    text-align: center;
    color: #C41F26;
    font-size: 12px;
    cursor: pointer;
}
.scan-follow {
	position: relative;
	width: 80px;
	height: 80px;
	/*padding: 11px  0 0 0;*/
	background: #fff;
	z-index: 98;
}
.follow-us img {
    margin-top:4px;
	width: 70px;
	height: 71px;
}
.up-top {
	width: 80px;
	height: 80px;
    text-align: center;
    cursor: pointer;
    background: #cdcdcd;
    border-top: 1px solid #fff; 
}
.up-top img{
	width: 40px;
	height: 40px;
	margin-top: 20px;
}
.contact-online,.up-top{
    position: relative;
    z-index: 99;
}
.follow-us p,
.contact-online p {
    margin-top: 5px;
}

.contact-phone p{
    margin-top:0px;
}
#cnzz_stat_icon_1261596804 img{
    vertical-align:bottom;
}

.qr-code p{
	font-size:20px;
}



.gg_tel_con {
    width: 234px;
    height: 190px;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background: #fff;
}

.gg_tel_con_n {
    width: 212px;
    margin: 0 auto;
    padding-top: 15px;
}

    .gg_tel_con_n form {
        height: 40px;
    }


.gg_tel_input {
    width: 115px;
    height: 28px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    color: #999999;
    padding-left: 5px;
}

.gg_tel_btn {
    width: 90px;
    height: 30px;
    border: none;
    background: #ff6b01;
    color: #fff;
    cursor: pointer;
}

.gg_tel_con_ts {
    width: 230px;
    height: 110px;
    border: 1px solid #fef3dc;
    background: #fff9ee;
    margin-top: 10px;
    font-size: 12px;
    margin: 0 auto;
    padding: 15px 10px;
}

.gg_tel_ico1 {
    background: url(../images/gg-tel-ico1.jpg) no-repeat;
}

.gg_tel_ico2 {
    background: url(../images/gg-tel-ico2.jpg) no-repeat;
}

.telico {
    margin-bottom: 5px;
    padding-left: 20px;
    color:#333;
}








/*index*/

.in_section{
	background:#fff;
}

.in_banner{
	overflow:hidden;
	height:501px;
	width:100%;
}

.in_banner .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; }
.in_banner .slideBox .tempWrap,
.in_banner .slideBox .tempWrap ul,
.in_banner .slideBox .tempWrap ul li{
	height:100%;
}
.in_banner .slideBox .hd{ height:12px; overflow:hidden; position:absolute; width:100%; bottom:15px; z-index:1; text-align: center; }
.in_banner .slideBox .hd ul{ overflow:hidden; zoom:1;}
.in_banner .slideBox .hd ul li{ display: inline-block; margin:0 7px; width:12px; height:12px;  background:#fff; cursor:pointer;text-indent:-99999px;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;}
.in_banner .slideBox .hd ul li.on{ background:#e74c3c;}
.in_banner .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.in_banner .slideBox .bd li{ zoom:1;background:url(../images/banner.jpg) no-repeat center;background-size:auto 100%;}


.in_m_t{
	padding:25px 0;
	margin-bottom:22px;
	border-bottom:1px solid #f9f9f9;
}

.in_m_title_r{
	width:15%;
}

.in_m_title_r a{
	display: block;
	width:100%;
	padding-left:26%;
	line-height:40px;
	color:#bd121b;
	background:#fff url(../images/a_go.png) no-repeat 81% center;
	font-size:16px;
	border:2px solid #bd121b; 
}

.in_m_title_r a:hover{
	color:#fff;
	background:#bd121b url(../images/a_go1.png) no-repeat 81% center;
}

.in_m_title_l h4{
	font-size:23px;
	margin-bottom:14px;
	color:#393939;
}

.in_m_title_l p{
	color:#6b6b6b;
	font-size:18px;
}


/*数字动画*/
.floor4{
	background:#be101a;
	padding:75px 0; 
}
.floor4 .num_con .number_box{text-align:center;}
.floor4 .num_con .number_box i{font-size: 45px; font-family: Times New Roman; font-weight: normal;  color:#bc111a;}
.floor4 .num_con .number{font-size: 45px; font-family: 'din-redular';font-weight:normal; color:#bc111a;}
.floor4 .num_con .unit{
	font-size:30px;
	color:#bc111a;
}
.floor4 .num_con .text_box{text-align:center; font-size:16px;color:#333;line-height:32px;font-size:17px;}

.full-row li{
	float:left;
	width:13em;
	height:13em;
	margin:0 2.5%;
	background:#fff;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	padding-top:2.75em;
}

.in_m1_title{
	text-align: center;
	color:#fff;
	font-size:40px;
	margin-bottom:65px;
}

.in_m2{
	padding:40px 0 73px;
	background:#f5f5f5;
}

.in_title{
	text-align: center;
	padding:71px 0 50px;
	font-size:40px;
}


.in_m2_m{
	background:#fff;
	padding:100px 12%;
	-moz-transition:all .8s ease 0s; 
	-ms-transition:all .8s ease 0s; 
	-o-transition:all .8s ease 0s; 
	-webkit-transition:all .8s ease 0s; 
	transition:all .8s ease 0s;
	-webkit-transform: translate3d(0,0,0) scale3d(.8,.8,.8);
	-moz-transform: translate3d(0,0,0) scale3d(.8,.8,.8);
	-ms-transform: translate3d(0,0,0) scale3d(.8,.8,.8);
	-o-transform: translate3d(0,0,0) scale3d(.8,.8,.8);
    transform: translate3d(0,0,0) scale3d(.8,.8,.8);
  	-webkit-box-shadow:0 0 10px #e1e1e1;  
  	-moz-box-shadow:0 0 10px #e1e1e1;  
  	box-shadow:0 0 10px #e1e1e1;  
}

.in_m2_m.in_m2_on{
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	-o-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}


.in_m2_mr{
	width:55.83%;
}

.in_m2_mr img{
	max-width:100%;
	max-height:100%;
}

.in_m2_ml{
	width:38%;
}

.in_m2_ml li{
	float:left;
	width:31%;
	margin-right:2%;
	margin-bottom:10px;
}
.in_m2_ml li a{
	display: block;
	text-align: center;
	line-height:35px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	color:#666;
	font-size:16px;
}

.in_m2_ml li a:hover{
	background:#be101a;
	color:#fff;
}

.in_m3{
	padding-bottom:30px;
	border-bottom:1px solid #f5f5f5;
}

.in_m3_m{
	padding-top:30px;
}
.home-nav ul.count-4 li {
    width: 20%;
    float:left;
    text-align:center;
    margin-bottom:60px;
    min-height:130px;
}
.home-nav li a {
    display: block;
}
.home-nav li img {
   /* width: 60px;
    height: 60px;*/
    margin: 0 auto 17px auto;
   /* display: block;*/
    vertical-align: middle;
   /* -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;*/
       -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.home-nav li a:hover img{
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
	/*-webkit-animation: none 0.2s ease infinite;
    -moz-animation: none 0.2s ease infinite;
    -o-animation: none 0.2s ease infinite;
    animation: none 0.2s ease infinite;*/
}

.home-nav li p {
	margin: 3px auto 5px auto;
	font-size: 12px;
	color: #b0b3b4;
	line-height: 18px
}

.home-nav li b {
	display: block;
	font-size: 18px;
	color: #394043
}


@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}



.in_m4{
	padding-bottom:60px;
}

.in_m4_m ul{
	height:230px;
	background:url(../images/in_m4_bg.jpg) no-repeat center 160px;
	background-size:100% auto;
}

.in_m4_m li{
	float:left;
	width:14.2%;
	position:relative;
	text-align: center;
	padding-top:135px;
}

.in_m4_m li>p{
	margin-top:29px;
	font-size:16px;
	color:#333333;
}

.in_m4_m li>p span{
	color:#bd101a;
}

.in_m4_m li:hover .in_m4_m1{
	display: block;
}

.in_m4_m1{
	position:absolute;
	top:-15px;
	left:0;
	right:0;
	display: none;
}

.in_m4_m1 img{
	display: block;
	margin:0 auto;
}

.in_m4_m2{
	padding:20px 5%;
  	-webkit-box-shadow:0 0 10px #e1e1e1;  
  	-moz-box-shadow:0 0 10px #e1e1e1;  
  	box-shadow:0 0 10px #e1e1e1; 
  	color:#666666;
  	font-size:12px;
  	line-height:20px;
}


.in_m5{
	/*background: url('../images/in_m5_bg.jpg') no-repeat 0px 0px;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height:484px;
}

.in_m5 .in_m5_title{color:#fff}

.in_m5_m li{
	float:left;
	width:33%;
	padding:50px 5% 0;
	text-align: center;
	color:#fff;
}

.in_m5_m li img{	
	margin-bottom:40px;
}

.in_m5_m li h4{
	font-size:20px;	
	margin-bottom:18px;
}

.in_m5_m li p{
	font-size:15px;	
	line-height:26px;
}


.in_m6_m{
	padding:0 5%;
}

.in_m6_m .owl-item>div {
    float: left;
    margin:5px 10px;
	padding:35px 30px;
	text-align: center;
	background:#fff;
  	-webkit-box-shadow:0 0 10px #e1e1e1;  
  	-moz-box-shadow:0 0 10px #e1e1e1;  
  	box-shadow:0 0 10px #e1e1e1;  
}

.in_m6_m .owl-item .in_m6_m_img{
	height:70px;
	line-height:70px;
	margin-bottom:15px;
}

.in_m6_m .owl-item .in_m6_m_img img{
	vertical-align: middle;
	max-height:100%;
	max-width:100%;
}

.in_m6_m .owl-item h6{
	font-size:14px;
	margin-bottom:14px;
	color:#333;
}

.in_m6_m .owl-item .in_m6_m_tit{
	font-size:14px;
	margin-bottom:20px;
	color:#666;
}

.in_m6_m .owl-item p{
	color:#999;
	font-size:14px;
	line-height:26px;
	text-align: left;
}

.in_m6_m .owl-prev{
	position:absolute;
	top:50%;
	left:-5%;
}

.in_m6_m .owl-next{
	position:absolute;
	top:50%;
	right:-5%;
}

.in_m6_m1{
	padding:60px 0;
}

.in_m6_m1 h3{
	text-align: center;
	color:#333333;
	font-size:16px;
	margin-bottom:40px;
}

.in_m6_m1 ul{
	height:auto;
	overflow:hidden ;
	border-top:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
}

.in_m6_m1 li{
	float:left;
	width:16.66%;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.in_m6_m1 li img{
	display: block;
	width:100%;
	height:auto;
}


.in_m7{
	padding-bottom:60px;
	background:#bd101a;
}

.in_m7 .in_m7_title{
	color:#fff;
}

.in_m7_m ol{
	width:100%;
}

.in_m7_m ol li{
	background:url(../images/in_m7.jpg) no-repeat left center;
	color:#fff;
	height:40px;
	line-height:40px;
	padding-left:18px;
	width:48%;
	 margin-right:2%;
	float:left;
}

.in_m7_m ol li a{
	color:#fff;
	font-size:16px;
}

.in_m7_m ol li a span{
	color:#fff;
	font-size:10px;
}

.in_m7_m ol li:hover a{
	text-decoration: underline;
}


.in_m8{
	background:#f5f5f5;
	padding-bottom:62px;
}

.in_m8_m1{
	text-align: center;
	color:#333;
	line-height:30px;
	font-size:16px;
	margin-bottom:60px;
}

.in_m8 .in_m9_more a{
	background:#f5f5f5 url(../images/a_go.png) no-repeat 81% center;
}



.in_m8_m2{
	padding:0 5%;
}

.in_m8_m2 .owl-item>div {
    float: left;
    margin:5px 10px;
	padding:10px;
	text-align: center; 
}


.in_m8_m2 .owl-item .in_m6_m_img img{
	height:auto;
	max-width:100%;
}


.in_m8_m2 .owl-prev{
	position:absolute;
	top:40%;
	left:-5%;
	background:url(../images/in_m6l1.jpg) no-repeat center;
	background-size:100% 100%;
	width:20px;
	height:60px;
}

.in_m8_m2 .owl-next{
	position:absolute;
	top:40%;
	right:-5%;
	background:url(../images/in_m6r1.jpg) no-repeat center;
	background-size:100% 100%;
	width:20px;
	height:60px;
}

.in_m8_m2 .owl-prev:hover{
	background:url(../images/in_m6l2.jpg) no-repeat center;
	background-size:100% 100%;
}


.in_m8_m2 .owl-next:hover{
	background:url(../images/in_m6r2.jpg) no-repeat center;
	background-size:100% 100%;
}




















.in_m9{
	padding-bottom:70px;
}

.in_m9_m ul{
	width:100%;
}

.in_m9_m li{
	background:url(../images/in_m9.jpg) no-repeat left center;
	color:#666666;
	height:40px;
	line-height:40px;
	padding-left:18px;
	 width:48%;
	  float:left;
	  margin-right:2%;
}



.in_m9_m li a{
	color:#343434;
	font-size:16px;
}

.in_m9_m li a span{
	color:#999;
	font-size:10px;
}

.in_m9_m li:hover a{
	color:#bd101a;
}

.in_m9_more{
	text-align: center;
	margin-top:50px;
}

.in_m9_more a{
	display: inline-block;
	text-align: left;
	width:150px;
	padding-left:25px;
	line-height:40px;
	color:#bd121b;
	background:#fff url(../images/a_go.png) no-repeat 81% center;
	font-size:16px;
	border:2px solid #bd121b; 
}

.in_m9_more a:hover{
	color:#fff;
	background:#bd121b url(../images/a_go1.png) no-repeat 81% center;
}








/*ny*/
.ny_banner{
	height:450px;
	background:url(../images/ny_banner.jpg) no-repeat center;
	background-size:auto 100%;
}



/*advance*/
.ad_odd{
	background:#fff;
}

.ad_even{
	background:#eef2f3;
}

.ad_main{
	padding:0 4.38%;
}


.ad_main .ad_img img{
	display:block;
	margin:0 auto;
	/*max-width:100%;*/
	height:100%;
}


.ad_main1 .ad_img{
	width:52%;
}

.ad_main1 .ad_m{
	width:32%;
	padding-top:68px;
}

.ad_main2 .ad_img{
	width:50%;
}

.ad_main2 .ad_m{
	width:36%;
	margin-right:6%;
	margin-left:3%;
	padding-top:110px;
}


.ad_main3 .ad_img{
	width:52%;
}

.ad_main3 .ad_m{
	width:35%;
	padding-top:110px;
}


.ad_main4 .ad_img{
	width:55%;
}

.ad_main4 .ad_m{
	width:40%;
	margin-right:5%;
	padding-top:96px;
}


.ad_main5 .ad_img{
	width:50%;
}

.ad_main5 .ad_m{
	width:37%;
	margin-left:8%;
	padding-top:120px;
}


.ad_main6 .ad_img{
	width:50%;
}

.ad_main6 .ad_m{
	width:40%;
	margin-right:5%;
	padding-top:120px;
}

.ad_main .ad_m h3{
	font-size:30px;
	color:#333;
	margin-bottom:20px;
}

.ad_main .ad_m p{
	font-size:16px;
	color:#333;
	line-height:30px;
}

.ad_main1{
	min-height:310px;
}
.ad_main2{
	/*min-height:390px;*/
	min-height:377px;
}
.ad_main3{
	min-height:410px;
}
.ad_main4{
	min-height:380px;
}
.ad_main5{
	min-height:420px;
}
.ad_main6{
	min-height:415px;
}


/*consult*/

.con_title{
	background:#fff;
	padding:66px 0 51px;
	text-align: center;
}

.con_title h2{
	font-size:29px;
	margin-bottom:20px;
	color:#bd121a;
}

.con_title p{
	font-size:18px;
	margin-bottom:38px;
	color:#282828;
}

.con_title a{
	display: inline-block;
	width:172px;
	line-height:35px;
	text-align: center;
	border:2px solid #bd121a;
	font-size:16px;
	margin-bottom:20px;
	color:#bd121a;
	background:#fff url(../images/con_tit1.png) no-repeat 123px center;
}

.con_title a:hover{
	color:#fff;
	background:#bd121a url(../images/con_tit2.png) no-repeat 123px center;
}

.con_odd{
	background:#eef2f3;
}

.con_even{
	background:#ffffff;
}

.con_main .con_m,
.con_main .con_img{
	width:50%;
}

.con_main .con_img img{
	max-width:100%;
	max-height:100%;
}

.con_odd .con_main .con_m,
.con_even .con_main .con_img{
	text-align:right;
}

.con_odd .con_main .con_img{
	text-align:left;
}

.con_odd .con_main .con_m p{
	text-align: left;
}

.con_odd .con_m h3{
	border-right:7px solid #bc121a;
	font-size:30px;
	color:#1a1a1a;
	margin-bottom:18px;
	padding-right:25px;
}

.con_even .con_m h3{
	border-left:7px solid #bc121a;
	font-size:30px;
	color:#1a1a1a;
	margin-bottom:18px;
	padding-left:25px;
}

.con_m h3 span{
	font-size:20px;
	color:#4d4d4d;
	margin-right:12px;
}

.con_m p{
	font-size:15px;
	color:#333;
	line-height:28px
}

.con_main1 .con_m{
	padding-top:37px;
}

.con_main1 .con_m p{
	font-size:18px;
	line-height:40px;;
}

.con_main2 .con_m{
	padding-top:130px;
}

.con_main3 .con_m{
	padding-top:94px;
}

.con_main4 .con_m{
	padding-top:128px;
}



/*news_ny*/
.news1_main{
	background:#f5f5f5;
	padding:29px 0 55px;
}

.news1_mr{
	width:20.75%;
}

.news1_mr_tilte{
	border-bottom:1px solid #dddddd;
	line-height:32px;
}

.news1_mr_t1{
	font-size:14px;
	color:#343434;
}

.news1_mr_t2 a{
	font-size:12px;
	color:#333333;
}

.news1_mr_t2 a:hover{
	color:#bd121a;
}

.news1_mr_m{
	padding-top:11px;
}

.news1_mr_m li{
	background:url(../images/n_ny.jpg) no-repeat left center;
	padding-left:10px; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
}

.news1_mr_m li a{
	font-size:14px;
	color:#333333;
	line-height:36px;
}

.news1_mr_m li a:hover{
	color:#bd121a;
}

.news1_ml{
	padding:0 5% 55px;
	width:77.25%;
	background:#fff;
}

.news1_ml_title{
	border-bottom:1px dashed #666666;
	line-height:40px;
	color:#666;
	font-size:12px;
	padding-left:30px;
	background:url(../images/news_ny.jpg) no-repeat 3px center;
	margin-bottom:38px;
}

.news1_ml_title a{
	color:#666;
	font-size:12px;
}

.news1_ml_title a:hover{
	color:#bd121a;
}

.news1_ml_m1{
	text-align: center;
}

.news1_ml_m1 img{
	max-width:100%;
	height:auto;
	margin:10px 0 20px;
}

.news1_ml_m1 p{
	text-align: left;
	text-indent:2em;
	font-size:15px;
	line-height:26px;
}

.news1_ml_m1 h2{
	font-size:20px;
	margin-bottom:15px;
	color:#000000;
	font-weight:bold;
}

.news1_ml_m1 h6{
	font-size:12px;
	margin-bottom:23px;
	color:#666;
}

.news1_ml_m1 p{
	font-size:12px;
	margin-bottom:23px;
	color:#666;
}

.news1_ml_share{
	margin:110px 0 22px;
	text-align: right;
}

.news1_ml_share span,
.news1_ml_share a{
	display: inline-block;
	margin-right:5px;
	padding-left:18px;
	font-size:12px;
	line-height:16px;
	background-size:auto 100%;
	color:#666;
}

.news1_ml_share a:hover{
	color:#bd121a;
}
.news1_ml_share span{
	background:url(../images/n_ny1.jpg) no-repeat left center;
}
.news1_ml_share a.news1_ml_share_qq{
	background:url(../images/n_ny2.jpg) no-repeat left center;
}
.news1_ml_share a.news1_ml_share_sina{
	background:url(../images/n_ny3.jpg) no-repeat left center;
}
.news1_ml_share a.news1_ml_share_tx{
	background:url(../images/n_ny4.jpg) no-repeat left center;
}
.news1_ml_share a.news1_ml_share_wechat{
	background:url(../images/n_ny5.jpg) no-repeat left center;
}

.news1_ml_more{
	background:#f5f5f5;
	padding:0 5%;
	line-height:39px;
}

.news1_ml_more div{
	width:50%;
	font-size:12px;
	color:#bd121a;
}


.news1_ml_more div a{
	color:#333;
}

.news1_ml_more div a:hover{
	text-decoration:underline;
}



/*about*/
.about_section{
	background:#ededed;
}

.about_main{
	padding:50px 0 10px;
}

.about_m{
	background:#fff;
	margin-bottom:50px;
	padding:60px 4.8% 80px;
  	-webkit-box-shadow:0 0 10px #e1e1e1;  
  	-moz-box-shadow:0 0 10px #e1e1e1;  
  	box-shadow:0 0 10px #e1e1e1;  
}
 
.about_m h2{
	text-align: center;
	margin-bottom:52px;
	font-size:36px;
}

.ab_m1_l{
	width:46%;
}

.ab_m1_l img{
	width:100%;
	height:auto;
}

.ab_m1_r{
	width:50%;
}

.ab_m1_r p{
	color:#4d4d4d;
	font-size:15px;
	/*line-height:40px;*/
}

.about_main2 img{
	width:100%;
	height:auto;
}

.ab_m2_img{
	overflow: hidden;
}

.ab_m2_img img{
	float:left;
	width:33.33%;
	height:auto;
}


/*4.20
*/





.map_box{
	width:56%;
}

#dituContent{
	width:100%;
	height:476px;
	overflow: hidden;
}

.iw_poi_title{
	color:#bd121a;
	font-size:14px;
}

.iw_poi_content{
	padding-top:10px;
}

.about_m3{
	width:40%;
}

.about_m3>input{
	width:100%;
	line-height:41px;
	padding:0 15px;
	height: 41px;
	border:1px solid #d9d9d9;
	color:#808080;
	font-size:16px;
	margin-bottom:14px;
}

.about_m3 textarea{
	width:100%;
	padding:15px;
	height:180px;
	overflow-y: auto;
	border:1px solid #d9d9d9;
	color:#808080;
	font-family: "微软雅黑";
	font-size:16px;
	margin-bottom:23px;
}

.about_m3 div{
	text-align: center;
}

.about_m3 div input{
	display: inline-block;
	width:172px;
	line-height:35px;
	text-align: center;
	border:2px solid #bd121a;
	font-size:16px;
	margin-bottom:20px;
	color:#bd121a;
	background:#fff url(../images/con_tit1.png) no-repeat 123px center;
}

.about_m3 div input:hover{
	color:#fff;
	background:#bd121a url(../images/con_tit2.png) no-repeat 123px center;
}


/*news*/
.news_main{
	background:#fff;
}

.news_main2{
	background:#f9f9f9;
	padding:30px 0 32px;
}

.news_main1{
	padding:30px 0 32px;
}

.news_main3{
	padding:30px 0 32px;
}

.news_title{
	margin-bottom:30px;
}

.news_title h2{
	border-left:2px solid #bd121a;
	font-size:25px;
	color:#3a3a3a;
	padding-left:8px;
}

.news_title div a{
	display: inline-block;
	background:url(../images/news.jpg) no-repeat right center;
	background-size:auto 100%;
	padding-right:30px;
	font-size:14px;
	line-height:22px;
	color:#393939;
}

.news_title div a:hover{
	color:#bd121a;
}

.news_m1 li{
	float:left;
	width:24.25%;
	margin-right:1%;
	border:1px solid #e4e4e4;
}

.news_m1 li:nth-child(4){
	margin:0;
}

.news_m1 li .news_m1_img{
	border-bottom:1px solid #e4e4e4;
}

.news_m1 li .news_m1_img img{
	display: block;
	width:100%;
	height:auto;
}

.news_m1_m{
	padding:24px 5%;
}

.news_m1_m h4{
	font-size:15px;
	margin-bottom:20px;
	color:#000;
}

.news_m1_m p{
	font-size:13px;
	line-height:22px;
	color:#6c6c6c;
}


.news_m1 li:hover .news_m1_m h4{
	color:#bd121a;
}


.news_m2 li{
	float:left;
	width:24.25%;
	margin-right:1%;
	border:1px solid #e4e4e4;
}

.news_m2 li:nth-child(4){
	margin:0;
}

.news_m2_img img{
	display: block;
	width:100%;
	height:auto;
}

.news_m2_img{
	position:relative;
}

.news_m2_hd{
	position:absolute;
	left:0;
	top:0;
	width:5.75em;
	height:5.375em;
	background:rgba(0,0,0,0.7);
	text-align: center;
	color:#fff;
	padding-top:10px;
}

.news_m2_hd span{
	font-size:22px;
	font-weight:bold;
	margin-bottom:8px;
}
.news_m2_hd p{
	font-size:10px;
}


.news_m2_m{
	padding:23px 5%;
}

.news_m2_m h4,
.news_m3_m h4{
	font-size:15px;
	line-height:22px;
	margin-bottom:20px;
	color:#000000;
}

.news_m2_m p,
.news_m3_m p{
	font-size:13px;
	line-height:22px;
	margin-bottom:20px;
	color:#6c6c6c;
}

.news_m2_m i,
.news_m3_m i{
	font-style: normal;
	font-size:12px;
	color:#bc121a;
}
.news_m2_m span,
.news_m3_m span{
	padding-left:28px;
	font-size:12px;
	color:#6c6c6c;
	background:url(../images/ab_eye.jpg) no-repeat left center;
	background-size:auto 100%;
}


.news_m2 li:hover .news_m2_m h4,
.news_m3 li:hover .news_m3_m h4{
	color:#bd121a;
}

.news_m3{
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
}

.news_m3 li{
	float:left;
	width:25%;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	height:358px;
	padding:10px;
}

.news_m3 li:nth-child(1){
	width:50%;
}

.news_m3 li img{
	display: block;
	width:100%;
	height:100%;
}

.news_m3_img{
	margin-bottom:25px;
}


.news_m3_m h4{
	margin-bottom:3px;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
}


.news_m3_m h6{
	color:#808080;
	font-size:10px;
	margin-bottom: 10px;
}


















/*响应式样式*/
@media only screen and (max-width:1200px) {
	
}

@media only screen and (max-width:1024px) {
	.w{
		width:960px;
	}
}


@media only screen (max-width:960px) {
	.w{
		width:760px;
	}
	.head_other {
	    margin-right: 5%;
	}
	header nav {
	    width: 40%;
	}
}


@media only screen and (max-width:768px) {
	.w{
		width:100%;
		padding:0 20px;
	}
	.f_top,.f_m_logo,.f_m_wechat,.f_m_contact,.f_m_m2{
		display: none;
	}
	.floatnav,.head_tel,.head_other,nav{
		display: none!important;
	}
	nav.phone_nav{
		display: block!important;
	}
	header nav.phone_nav{
		width:100%;
	}
	header .phone-head li {
		float:none;
		padding:0;
	}

	.mobile_key{
		display: block;
	}
	.height60{
		height:60px;
	}
	header{
		height:40px!important;
		padding:10px 0;
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:9999;
	}
	.head h1 {
    	width: 38%;
    }
	.in_banner {
	   /* height:220px;*/
	   height:160px;
	}
	
	.floor4 {
	    padding: 30px 0;
	}
	.in_m1_title {
	    font-size: 30px;
	    margin-bottom: 35px;
	}	
	.full-row li {
	    margin-bottom:10px;
    }	
    .full-row li:last-child{
    	display: none!important;
    }
	.in_title {
	    padding: 31px 0 20px;
	    font-size: 30px;
	}
	.in_m2 {
	    padding: 40px 0 33px;
	}
	.in_m2_ml,.in_m2_mr{
		width:100%;
	}
	.in_m4{
		display: none;
	}
	.in_m5_m li {
	    width: 100%;
	    padding: 30px 5% 20px;
	}
	.in_m6_m1 li {
	    width: 33.33%;
	}
	.in_m7_m ol,.in_m9_m ul  {
	    width: 100%;
	}
	.in_m7_m ol li{
	width:100%;
}
.in_m9_m ul li{
	width:100%;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

	
	.in_m7_m ol li a,.in_m9_m li a {
	    /*font-size: 10px;*/
	   font-size: 14px;
	}
	
	.in_m7_m ol li a span,.in_m9_m li a span{
		display: none;
	}
	.f_m_m,.f_m_m1{
		width:100%;
	}
	.ny_banner {
	    height: 150px;
	}
	.about_m {
	    margin-bottom:20px;
	    padding: 40px 4.8% 30px;
	}
	.ab_m1_l ,.ab_m1_r ,.about_m3 ,.map_box{
	    width:100%;
	}
	/*.ad_img,.con_img{
		display: none;
	} */
	.ad_img img,.con_img img{
		width:100%;
		height:auto;
	} 
	
	.ad_img,.con_img{
		width:80%!important;
		margin:0 auto!important;
		text-align: center!important;
		float:none;
	} 
	.ad_main .ad_m{
		width:100%;
		padding:40px 5% 0;
		margin:0;
	}
	.ad_main{
		padding:20px 5%;
	}
	
		
	.con_main .con_m{
		width:100%;
		padding:40px 5%;
		margin:0;
	}
	.con_title h2 {
	    font-size: 22px;
	    margin-bottom: 14px;
	}
	.con_odd .con_m h3,
	.con_even .con_m h3 {
	    font-size: 22px;
	    margin-bottom: 10px;
	    padding-left: 15px;
	}
	.news_m1 li,.news_m2 li,.news_m3 li,.news_m3 li:nth-child(1){
	    width: 100%;
	    margin-right:0;
	    margin-bottom:10px;
	}
	.news1_mr{
		display: none;
	}
	.news1_ml{
		width:100%;
	}
	
	.news1_ml_share span, .news1_ml_share a {
	    margin-right: 0px;
	    padding-left: 14px;
	    line-height: 14px;
	    background-size: auto 100%!important;
	}
	.news1_ml_share {
	    margin: 50px 0 22px;
	}
	.news1_ml_more{
		display: none;
	}
	
	#dituContent{
		height:200px!important;
	}
	.BMap_omCtrl {
		width:50px!important;
		height:50px!important;
	}
	
	.home-nav ul.count-4 li {
	    width: 50%;
	}
	
	
	.in_m2_mr{
		margin-top:40px;
	}
	.icon-fixed {
		display: none;
	}
	.web-fdong{
		display: block;
	}
	.ab_m2_img img{
		width:100%;
		margin-bottom:15px;
	}
	
	.in_m5{
		background:#313131!important;
	}
	
	
	
}


@media only screen and (max-width:480px) {
	
	
	
}

@media only screen and (max-width:380px) {
	.full-row li {
	    width: 12em;
	    height: 12em;
	    padding-top:2.5em;
    }
}


@media only screen and (max-width:320px) {
	.head h1 {
	    width: 48%;
	}
	.in_banner {
	    /*height:180px;*/
	   height:130px;
	}
	.full-row li {
	    width: 10em;
	    height: 10em;
	    padding-top:2em;
	}
	.ny_banner {
	    height: 130px;
	}
	.news1_ml_share span, .news1_ml_share a {
	    padding-left: 10px;
	    line-height: 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}



 .page{font-size: 12px; color: #777777; text-align: center; margin-top: 50px;}
  .page a{margin-right: 5px;}
 .page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}

.page a.on{border:1px solid #0081e8;background:#0081e8;color:#fff;} 
 .page .goprev{margin-right: 10px;}
 .page .gonext,.page .count {margin-left: 10px;}
 .page a:hover,.page span{color:#fff; background: #0081e8;}
 .page span.count { border: 0;background: 0;color: #777777;}



