html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
button,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6{
	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;
   	overflow-x: hidden;
}

input,
select,
option,
textarea,
button{
	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:1200px;
	margin:0 auto;
}




/*header*/

header.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999;
	height:60px;
}
header.fixed nav.nav li.n_li,
header.fixed h1.logo,
header.fixed .search{
	line-height:60px;
}
header.fixed nav.nav li.n_li1>a:after {
    bottom:9px;
}
header.fixed nav.nav li.n_li .setNav li{
	height:30px;
	line-height:30px;
}
header.fixed nav.nav li.n_li .setNav li a{
	font-size:14px;
}

header.fixed .head_top{
	display: none;
}


header.fixed .head_logo{
	display: block;
	line-height:60px;
	margin-right:5%;
}
header.fixed .head_logo img{
	vertical-align: middle;
}
header.fixed nav.nav{
	width:70%;
}


header{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	background:#fff;
	position:relative;
}


.head_top{
	height:60px;
	line-height:60px;
	border-bottom:1px solid #fae8eb;
}

.head_top img{
	vertical-align: middle;
}
.head_top .h_tel{
	margin-right:20px;
}

.h_icon .bdsharebuttonbox a{
	background:none;
	float:none;
}


header h1.logo{
	line-height:60px;
	margin-right:8%;
}


header h1.logo img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
}


/*header.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999;
	height:60px;
}
header.fixed nav.nav li.n_li,
header.fixed h1.logo,
header.fixed .search{
	line-height:60px;
}
header.fixed nav.nav li.n_li1>a:after {
    bottom:9px;
}
header.fixed nav.nav li.n_li .setNav li{
	height:30px;
	line-height:30px;
}
header.fixed nav.nav li.n_li .setNav li a{
	font-size:14px;
}

header{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	background:#fff;
	height:85px;
	position:relative;
}



header h1.logo{
	line-height:85px;
	width:160px;
	margin-right:8%;
}


header h1.logo img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
}*/






header nav.nav{
	width:90%;
}
header nav.nav li.n_li{
	float:left;
	position:relative;
	line-height:85px;
	width:13%;
}

header nav.nav li.n_li>a{
	display: block;
	width:100%;
	height:100%;
	text-align: center;
    font-size: 16px;
    color:#555555;
}

header nav.nav li.n_li1>a:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-top: 6px #c9c9c9 solid;
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -4px;
}

header nav.nav li.n_li>a:hover{
	color:#c70025;
}

header nav.nav li.n_li .setNav{
	position:absolute;
	z-index:99999;
	/*width: 140px;
    margin-left: -70px;*/
   width: 160px;
    margin-left: -80px;
    padding: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #c70025;
    display: none;
}


header nav.nav li.n_li .setNav li{
	height: 45px;
    line-height: 45px;
    text-align: center;
}

header nav.nav li.n_li .setNav li a{display:block;color:#fff;font-size:15px;}
header nav.nav li.n_li .setNav li:hover a{ background-color:#fff;color:#c70025;} 


header .search{
	line-height:85px;
	color:#fff;
	background:#c70025;
	padding:0 18px;
	letter-spacing:2px;
	cursor:pointer;
	font-size:14px;
	overflow:hidden ;
}

header .search img{
	vertical-align: middle;
	margin-right:5px;
}

header .h_search {
	background-color: #c70025;
	padding: 16px 0;
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left:0;
	right:0;
	z-index:999;
}

header .h_search .item .inp {
	background: url(../images/h_ser_t.png) 10px center no-repeat #fff;
	font-size: 16px;
	color: #c70025;
	height: 45px;
	line-height: 45px;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 45px;
	width: 91%;
}

header .h_search .item .btn {
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 60px;
	text-align: center;
}





/*phone_nav*/
.phone_head{
	height:60px;
	display: none;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
}

.phone_head .logo{
	width:280px;
	height:40px;
	line-height:40px;
}

.phone_head .logo img{
	height:auto;
	width:100%;
	vertical-align: middle;
}

.phone-head{
	height:40px;
	line-height:40px;
}

.phone_head .phead_tel{
	text-align: left;
	line-height:20px;
}

.phone_head .phead_tel img{
	max-height:19px;
	width:auto;
	vertical-align: middle;
}

.phone_head nav{
	margin-left:0;
}

.phone_head .th_login {
    color: #333;
    margin-left: 31%;
    margin-top: 23px;
}

.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 30px;
    background:#c70026 url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:30px;
}

.phone-head .mask-close{
	background:#c70026 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: 2px;
    right: 2px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
}


.maskbg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}

.phone_nav{
	position: absolute;
	top:30px;
	left:0;
	right:0;
	width:100%;
	background:rgba(255,255,255,.9);
	z-index:1000;
	height:520px;
	overflow-y: auto;
}

.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    /*height:40px;*/
    line-height: 40px;
    padding: 0px 17px;
    font-size:1.25em;
}
.phone_nav ul>li>a {
    display: inline-block;
    width:100%;
    height:100%;
    font-size:1em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li ol a{
    display: inline-block;
    width:100%;
    height:100%;
    font-size:0.85em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li>h3{
	display: block;
    font-size:1em;
    color: #323232;
    position: relative;
}
.phone_nav ul>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;
}

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

.phone_nav ul>li ol {
    display: none;
}





/*footer*/

.foot_bot{
	background:#c70125 url(../images/f_bg.jpg) no-repeat center;
	background-size:auto 100%;
	color:#fff;
	font-size:13px;
	height:87px;
	line-height:87px;
}

.gotop img{
	vertical-align: middle;
	margin-left:18px;
}
.gotop{
	cursor: pointer;
}

.footer{
	padding:70px 0;
	background:#f6f6f6;
}

.footer .f{
	width:12.5%;
	margin-right:5%;
}

.footer .f h2,
.footer .f1 h2{
	font-size:18px;
	padding-bottom:13px;
	border-bottom:1px solid #ddd;
	color:#c70125;
	margin-bottom:13px;
}

.footer .f ul li a{
	display: block;
	line-height:30px;
	width:100%;
	font-size:15px;
	color:#555555;
}

.footer .f ul li a:hover{
	color:#c70125;
}

.footer .f1{
	width:27%;
}

.footer .f11 .bdsharebuttonbox a{
	background:none;
	width:auto;
	height:auto;
}
.footer .f12{
	margin-top:32px;
	padding-top:10px;
	border-top:1px solid #ddd;
}

.footer .f12 li{
	padding:10px 0;
	font-size:15px;
	color:#555;
	padding-left:35px;
}

.footer .f12 li img{
	margin-top:15px;
}

.footer .f12 li:nth-child(1){
	background:url(../images/f_tel.jpg) no-repeat left 15px;
}


.footer .f12 li:nth-child(2){
	background:url(../images/f_phone.jpg) no-repeat left 8px;
}


.footer .f12 li:nth-child(3){
	background:url(../images/45.png) no-repeat left 10px;
}


.footer .f12 li:nth-child(4){
	background:url(../images/46.png) no-repeat left 12px;
}


.footer .f12 li:nth-child(5){
	background:url(../images/f_add.jpg) no-repeat left 10px;
}


.footer .f12 li:nth-child(6){
	background:url(../images/f_email.jpg) no-repeat left 12px;
}


/*banner*/
.bannerswiper  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #c70025;
	opacity: 1;
}
.in_banner{
	width:100%;
	height:auto;
	position:relative;
	overflow: hidden;
	    text-align: center;
}
.in_banner .owl-item{
	height:100%;
}

.banner{
	width:100%!important;
	height:560px;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%;
}

.in_banner .owl-dots{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:30px;
}

.in_banner .owl-dots .owl-dot{
	display: inline-block;
}

.in_banner .owl-dots span{
	display: inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:5px;
	background:#fff;
	border:1px solid #333;
}

.in_banner .owl-dots .owl-dot.active span{
	background:#c70125;
	border-color:#fff;
}




/*index*/

.in1_section{
	padding:85px 0 90px;
	background:#fff;
}
.in_title {
	text-align: center;
}
.in_title h4{
	font-size:40px;
	line-height:40px;
	margin-bottom:5px;
	font-family: arial;
	color:#c70025;
	font-weight: bold;
}
.in_title h3{
	font-size:38px;
	line-height:38px;
	color:#555555;
	font-weight: bold;
}

.in1_sec{
	padding-top:50px;
}


.in11_main{
	width:24%;
	height:284px;
	background:url(../images/in1.jpg) no-repeat center;
	background-size:100% 100%;
	padding:35px 30px;
	color:#fff;
}

.in11_main h2{
	font-size:20px;
	line-height:30px;
	background:url(../images/in13.png) no-repeat right center;
	margin-bottom:15px;
}

.in11_main div{
	font-size:13px;
	line-height:25px;
	min-height:140px;
}

.in11_main a{
	display: inline-block;
	color:#fff;
	font-size:14px;
	width:138px;
	height:36px;
	line-height:36px;
	padding-left:25px;
	background:url(../images/in1_go.png) no-repeat 85% center;
	border:2px solid #fff;
}

.in11_main a:hover{
	color:#c70125;
	background:#fff url(../images/in1_go1.png) no-repeat 85% center;
}

.in12_mian{
	width:75%;
}

.in12_mian .in12_s{
	height:284px;
	padding:8px;
	background:#f6f6f6;
	text-align: center;
}
.in12_mian .in12_s .in12_img{
	width:100%;
	height:auto;
	overflow: hidden;
}
.in12_mian .in12_s .in12_img img{
	display: block;
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.in12_mian .in12_s:hover .in12_img img{
	transform: scale(1.12);
}

.in12_mian .in12_s .in12_m{
	font-size:16px;
	color:#555;
	padding-top:28px;
}

.in12_mian .in12_s:hover{
	background:#c70125;
}
.in12_mian .in12_s:hover .in12_m{
	color:#fff;
}


.in22_sec{
	padding:65px 0;
	background:#c70025;
}

.in22_sec li{
	float:left;
	text-align: center;
	margin-right:35px;
	color:#fff;
	font-size:15px;
}

.in22_sec li img{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom:18px;
}
.in22_sec li:hover img{
	transform:rotateY(180deg);
}


.in21_sec{
	height:350px;
	background:url(../images/in2_bg.jpg) no-repeat center;
	background-size:auto 100%;
}

.in21_main{
	width:100%;
	height:100%;
	position:relative;
}
.in21_main1{
	width:48%;
	height:100%;
	padding-top:80px;
	font-size:18px;
	line-height:36px;
	color:#555;
}

.in21_main1 h2{
	font-size:38px;
	line-height:38px;
	font-weight:bold;
	font-family: arial;
	margin-bottom:10px;
	color:#c70025;
}
.in21_main1 h3{
	font-size:38px;
	line-height:38px;
	font-weight:bold;
	margin-bottom:30px;
}

.in21_main2{
	position:absolute;
	top:75px;
	right:30px;
}


.in3_section{
	padding:90px 0 65px;
	background:#fff;
}

.in3_sec{
	padding-top:70px;
	width:100%;
	height:auto;
	position:relative;
}

.in3_sec .owl-prev,
.in3_sec .owl-next{
	display: block!important;
}

.in3_prev{
	position:absolute;
	top:40%;
	left:-60px;
}

.in3_next{
	position:absolute;
	top:40%;
	right:-60px;
}

.in3_main{
	margin:0 20px;
}


.in3_main span{
	display: inline-block;
	width:98px;
	height:36px;
	text-align: center;
	/*line-height:36px;*/
	line-height:32px;
	margin-bottom:20px;
	border:2px solid #555;
	font-size:16px;
	color:#555;
}

.in3_main h3{
	line-height:25px;
	margin-bottom:10px;
	font-size:16px;
	color:#555;
	min-height:60px;
}

.in3_main div{
	line-height:20px;
	margin-bottom:20px;
	color:#999999;
	min-height:60px;
}

.in3_main p{
	font-size:16px;
	color:#555;
	line-height:20px;
	padding-left:22px;
	background:url(../images/in31.jpg) no-repeat left center;
}

.in3_main:hover h3{
	color:#c70025;
}


.in4_section{
	padding:80px 0 90px;
	height:405px;
	background-image: url(../images/in4_bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    text-align: center;
}


.in4_sec{
	margin-top:35px;
}

.in41_main{
	font-size:16px;
	line-height:30px;
	color:#555;
	padding:0 5%;
	margin-bottom:40px;
}


.in42_main li{
	display: inline-block;
	width:134px;
	height:134px;
	border-radius:67px;
	margin:0 2%;
	background-color:#c70025;
	/*padding-top:88px;*/
}

/*.in42_main li:nth-child(1){
	background:#c70025 url(../images/in41.png) no-repeat center 22px;
}
.in42_main li:nth-child(2){
	background:#c70025 url(../images/in42.png) no-repeat center 22px;
}
.in42_main li:nth-child(3){
	background:#c70025 url(../images/in43.png) no-repeat center 22px;
}*/
.in42_img{
	line-height:88px;
}
.in42_img img{
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.in42_main li:hover .in42_img img{
	transform:rotateY(180deg);
}
.in42_main li a{
	display: block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:18px;
}




/*about公司简介*/
.ny_banner{
	height:499px;
	background-size:auto 100%!important;
	position:relative;
}

.ab_banner{
	background:url(../images/ab_banner.jpg) no-repeat center;
}

.ny_banner .ny_nav{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.ny_banner .ny_n h2{
	width:20%;
	background:rgba(199,0,37,0.8);
	color:#fff;
	line-height:80px;
	font-size:30px;
	font-weight:bold;
	text-align: center;
}

.ny_banner .ny_n .ny_n_main{
	width:80%;
	text-align: right;
	background:rgba(0,0,0,0.3);
	font-size:12px;
	color:#fff;
	padding-right:75px;
	line-height:80px;
}

.ny_banner .ny_n .ny_n_main a{
	margin:0 8px;
	color:#fff;
}

.ny_banner .ny_n .ny_n_main a:hover{
	color:#c70025;
}

.inside_nav{
	border-bottom:1px solid #d6d6d6;
}

.inside_nav a{
	display:inline-block;
	width:auto;
	line-height:80px;
	position:relative;
	margin-right:68px;
	font-size:14px;
	color:#555;
}
.inside_nav a:hover:after,
.inside_nav a.on:after{
	content: '';
    width: 100%;
    height: 2px;
    background:#e6002f;
    position: absolute;
    bottom:-1px;
    left:0;
    right:0;
}


.ab_section{
	padding:35px 0 90px;
	background:#fff;
}

.ab1_section{
	margin-bottom:118px;
}

.ab1_main{
	height:485px;
	width:45%;
	background:#f3f3f3;
	padding:130px 40px 20px;
}

.ab1_main h2{
	font-size:34px;
	line-height:34px;
	color:#c70125;
	margin-bottom:40px;
}
.ab1_main div p{
	text-indent: 2em;
	font-size:14px;
	line-height:30px;
	color:#555;
	margin-bottom:15px;
}

.ab1_img{
	height:485px;
	width:55%;
}

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

.ab2_title{
	font-size:34px;
	line-height:34px;
	color:#c70125;
	letter-spacing:2px;
	text-align: center;
	padding-top:60px;
	background:url(../images/ab2.jpg) no-repeat center;
	background-size:auto 100%; 
	margin-bottom:45px;
}

.ab2_main p{
	text-indent: 2em;
	font-size:14px;
	line-height:30px;
	color:#555;
}




/*concept公司理念*/

.concept_section{
	padding:50px 0 150px;
}


.con_main{
	width:100%;
	min-height:530px;
	color:#fff;
	background:url(../images/con1.jpg) no-repeat center;
	background-size:auto 100%;
	padding:70px 37% 40px 40px;
}

.con_main h2{
	font-size:28px;
	line-height:28px;
	margin-bottom:20px;
}
.con_main div p{
	text-indent:2em;
	font-size:18px;
	line-height:36px;
	margin-bottom:20px;
}

.con_s .tit li{
	float:left;
	width:16.66%;
	position:relative;
	line-height:55px;
	padding-left:6%;
	font-size:18px;
	color:#333333;
	cursor: pointer;
}

.con_s .tit li:after{
	content: '';
    width: 1px;
    height:45px;
    background:#e4e8eb;
    position: absolute;
    top:5px;
    right:0;
}

.con_s .tit li:nth-child(1){
	background:#fff url(../images/con111.png) no-repeat 12% center;
}

.con_s .tit li:nth-child(2){
	background:#fff url(../images/con121.png) no-repeat 12% center;
}

.con_s .tit li:nth-child(3){
	background:#fff url(../images/con131.png) no-repeat 12% center;
}

.con_s .tit li:nth-child(4){
	background:#fff url(../images/con141.png) no-repeat 12% center;
}

.con_s .tit li:nth-child(5){
	background:#fff url(../images/con151.png) no-repeat 12% center;
}

.con_s .tit li:nth-child(6){
	background:#fff url(../images/con161.png) no-repeat 12% center;
}


.con_s .tit li:nth-child(1):hover,
.con_s .tit li:nth-child(1).on{
	background:#c70025 url(../images/con112.png) no-repeat 12% center;
	color:#fff;
}

.con_s .tit li:nth-child(2):hover,
.con_s .tit li:nth-child(2).on{
	background:#c70025 url(../images/con122.png) no-repeat 12% center;
	color:#fff;
}

.con_s .tit li:nth-child(3):hover,
.con_s .tit li:nth-child(3).on{
	background:#c70025 url(../images/con132.png) no-repeat 12% center;
	color:#fff;
}

.con_s .tit li:nth-child(4):hover,
.con_s .tit li:nth-child(4).on{
	background:#c70025 url(../images/con142.png) no-repeat 12% center;
	color:#fff;
}

.con_s .tit li:nth-child(5):hover,
.con_s .tit li:nth-child(5).on{
	background:#c70025 url(../images/con152.png) no-repeat 12% center;
	color:#fff;
}

.con_s .tit li:nth-child(6):hover,
.con_s .tit li:nth-child(6).on{
	background:#c70025 url(../images/con162.png) no-repeat 12% center;
	color:#fff;
}

.con_s .tit li:hover:after,
.con_s .tit li.on:after,
.con_s .tit li:last-child:after{
	display: none;
}




/*contact联系我们*/

.c_banner{
	background:url(../images/c_banner.jpg) no-repeat center;
}

.contact_section{
	padding:80px 0 120px;
	background:#fff;
}
.c_sec{
	position:relative;
	width:100%;
	height:auto;
}
.c_sec #dituContent{
	width:100%;
	height:560px;
}

.c_sec .c_main{
	position:absolute;
	top:48px;
	right:56px;
	padding:50px 25px 70px;
	background:rgba(255,255,255,0.7);
}

.c_sec .c_main h2{
	font-size:24px;
	line-height:24px;
	padding-bottom:10px;
	color:#c70125;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:14px;
}
.c_sec .c_main li{
	line-height:38px;
	padding:5px 0;
	font-size:14px;
	color:#555;
}

.c_sec .c_main li img{
	vertical-align: middle;
	margin-right:10px;
}




/*发展历程develop*/
.de_banner{
	background:url(../images/de_banner.jpg) no-repeat center;
}
.de_section{
	padding:70px 0 80px;
	background:#fff;
}

.de_section .main_content{ padding:0 0 50px;}
.History-H4-T {height: 50px; overflow:hidden; }
.History-H4 .tab_t {width: 111px; background: url(../images/dot_normal.gif) center bottom no-repeat; font-size: 14px; }
.History-H4 .tab_t_cur {background-image: url(../images/dot_cur.gif); color: #c70025; font-weight: bold; font-size: 20px; }
.History-H4 .tab_c {margin-top: -7px; border-top: 1px solid #dbdfe1; }
.History-H4 .tab_c ul {background: url(../images/line.png) center 0 repeat-y; padding-top: 30px; }

.History-H4 .tab_c ul li:nth-child(odd) ._img {float: left; text-align: right; }
.History-H4 .tab_c ul li:nth-child(odd) ._img img {margin: 0 0 15px 15px; }
.History-H4 .tab_c ul li:nth-child(odd) ._text {float: right; text-align: left; }


.History-H4 .tab_c ul li:nth-child(even) ._img {float: right; text-align: left; }
.History-H4 .tab_c ul li:nth-child(even) ._img img {margin: 0 0 15px 15px; }
.History-H4 .tab_c ul li:nth-child(even) ._text {float: left; text-align: left; }


.History-H4 .tab_c ._img {float: right; width: 45.8%; }
.History-H4 .tab_c ._img .imgbox{ display:block; width:100%; height:0; padding-bottom:56.25%; position:relative; *height:344px; *padding-bottom:0;}
.History-H4 .tab_c ._img .imgbox img { position:absolute; top:0; left:0; width:100%; height:100%; margin: 0 15px 15px 0; }
.History-H4 .tab_c ._text {float: left; width: 47%; text-align: right; }
.History-H4 .tab_c ._text ._textline{padding: 49px 0 0;}
.History-H4 .tab_c ._title {font-size: 27px; color: #e6002f; line-height: 1.8em; }
.History-H4 .tab_c ._p{ font-size:15px;}
/*.History-H4 ._even ._img {float: left; text-align: right; }
.History-H4 ._even ._img img {margin: 0 0 15px 15px; }
.History-H4 ._even ._text {float: right; text-align: left; }*/
.develop{padding-bottom: 50px;}
.History-H4 .tab .tab_t{cursor:pointer;text-align: center;}
.History-H4 .tab .tab_c{display:none}
.History-H4 .tab .tab_c_cur{display:block}
.History-H4 .tab_c li { padding: 30px 0; }
/*.History-H4 .tab_c ._even ._p{position: relative;}
.History-H4 .tab_c ._even ._p:before{content: "";background: url(../images/dot.gif) center 24% no-repeat;width: 17px;height: 17px;left: -44px;top: 4px;position: absolute;}*/

.History-H4 .tab_c ul li:nth-child(odd) ._p{position: relative;}
.History-H4 .tab_c ul li:nth-child(odd) ._p:before{content: "";background: url(../images/dot.gif) center 24% no-repeat;width: 17px;height: 17px;left: -44px;top: 4px;position: absolute;}



.History-H4 .tab_c ._p{position: relative;}
.History-H4 .tab_c ._p:before{content: "";background: url(../images/dot.gif) center 24% no-repeat;width: 17px;height: 17px;right: -44px;top: 4px;position: absolute;}

.History-H4 .tab_c ._p{/*width: 345px;*/ margin-left: 220px;}
.History-H4 .tab_c ._even ._p{/*width: 345px;*/margin-left: 0px; }
.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

.de_section .scroll{position:relative;overflow:hidden;-ms-touch-action:none;touch-action:none}
.de_section .scroll_wrap{position:relative;width:100%;height:100%;overflow:hidden;*zoom:1}
.de_section .scroll_c{float:left;top:0;left:0;height:100%;overflow:hidden;z-index:1}
.de_section .scroll_nav{position:absolute;z-index:8}
.de_section .arrs{position:absolute;cursor:pointer;z-index:9;moz-user-select:-moz-none;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.de_section .arrs.unable{cursor:default}



/*honor公司荣誉*/

.honor_section{
	padding:45px 0 60px;
}

.honor_sec #gallery1 li{
	float:left;
	width:32%;
	height:311px;
	overflow: hidden;
	margin-right:1.5%;
	margin-bottom:30px;
	position:relative;
	text-align: center;
}

.honor_sec #gallery1 li:nth-child(3n){
	margin-right:0;
}

.honor_sec #gallery1 li img{
	max-width:100%;
	max-height:100%;
	display: block;
	margin:0 auto;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.honor_sec #gallery1 li:hover img{
	transform: scale(1.2);
}

.honor_sec #gallery1 li p{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	padding:15px 10px;
	background:#f1f5fa;
	color:#c70025;
	font-size:16px;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}




/*在线留言message*/

.mess_banner{
	background:url(../images/mess_banner.jpg) no-repeat center;
}

.mess_section{
	padding:80px 0 90px;
	background:#fff;
}

.mess_main1 li{
	float:left;
	width:50%;
	font-size:13px;
	color:#555;
}

.mess_main1 li div{
	margin-bottom:10px;
}

.mess_main1 li div label{
	display: inline-block;
	width:20%;
	text-align: right;
}

.mess_main1 li div input{
	line-height:42px;
	background:#f7f7f7;
	width:70%;
	padding:0 10px;
}

.mess_main1 li div input.mess_ipt11{
	width:20%;
	margin-right:2%;
}

.mess_main1 li div img{
	vertical-align: middle;
	margin-right:2%;
	max-width:20%;
}

.mess_main1 li div i{
	cursor: pointer;
	font-style: normal;
}

.mess_main1 li div span{
	color:#d71519;
}


.mess_main1 li div textarea{
	height:118px;
	line-height:30px;
	background:#f7f7f7;
	width:70%;
	padding:0 10px;
}

.mess_main2{
	text-align: center;
	padding-top:30px;
}

.mess_main2 input{
	color:#fff;
	font-size:14px;
	width:120px;
	text-align: center;
	line-height:34px;
	border-radius:3px;
	cursor: pointer;
	margin:0 5px;
}

.mess_main2 input.mess_ipt21{
	background:#d71519;
}
.mess_main2 input.mess_ipt22{
	background:#0075c2;
}





/*公司新闻news*/

.news_banner{
	background:url(../images/news_banner.jpg) no-repeat center;
}

.fenye_section{
	text-align: center;
}
.fenye_section a{
	display: inline-block;
	padding:10px 15px;
	font-size:14px;
	background:#eeeeee;
	border:1px solid #cbcbcb;
	margin:0 2px;
	color:#777;
}
.fenye_section a:hover,
.fenye_section a.on{
	background:#e6002f;
	color:#fff;
}


.news1_section{
	padding:60px 0 50px;
}

.news1_section li{
	float:left;
	width:32%;
	margin-right:1.5%;
	border:1px solid #cccccc;
	position:relative;
	overflow: hidden;
}
.news1_section li:nth-child(3n){
	margin-right:0;
}

.news1_section li .news1_img{
	overflow: hidden;
	width:100%;
	height:auto;
}
.news1_section li .news1_img img{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    width:100%;
    height:auto;
}
.news1_section li:hover .news1_img img{
	transform: scale(1.2);
}
.news1_section li .news1_main1{
	padding:30px 20px;
	background:#fff;
}
.news1_section li .news1_main1 h3{
	color:#333333;
	font-size:18px;
	line-height:18px;
	margin-bottom:20px;
	width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.news1_section li .news1_main1 p{
	color:#e6002f;
	font-size:14px;
	line-height:14px;
}

.news1_section li .news1_main2{
	position:absolute;
	left:0;
	right:0;
	bottom:-100%;
	background:#e6002f;
	color:#fff;
	padding:25px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news1_section li:hover .news1_main2{
	bottom:0;
}
.news1_section li .news1_main2 h3{
	font-size:18px;
	line-height:18px;
	margin-bottom:20px;
}

.news1_section li .news1_main2 div{
	font-size:14px;
	line-height:24px;
	min-height:80px;
	margin-bottom:10px;
}

.news1_section li .news1_main2 p{
	font-size:14px;
}


.news2_sec{
	padding:35px;
	background:#ededed;
	line-height:40px;
	overflow:hidden;
}

.news2_sec span{
	float:left;
	color:#555555;
	font-size:24px;
	font-weight:bold;
	margin-right:30px;
	
}

.news2_sec select{
	float:left;
	background:#fff;
	padding:0 15px;
	height:40px;
	font-size:15px;
	color:#aaaaaa;
	width:22%;
	margin-right:1%;
}


.news2_sec input.news_txt{
	float:left;
	border:1px solid #e0e0e0;
	line-height:38px;
	padding:0 10px;
	margin:0 1% 0 2%;
	width:20%;
}

.news2_sec input.news_btn{
	float:left;
	color:#fff;
	width:12%;
	line-height:38px;
	font-size:15px;
	background:#e6002f;
	text-align: center;
	cursor: pointer;
}


.news3_section{
	padding:25px 0 90px;
}

.news3_sec{
	margin-bottom:65px;
}


.news3_sec li{
	padding:25px 0;
	border-bottom:1px solid #e5e5e5;
}
.news3_sec li .news3_img{
	width:24%;
	height:auto;
	overflow:hidden;
}

.news3_sec li .news3_img img{
	display: block;
	width:100%;
	height:auto;
}

.news3_sec li .news3_main{
	width:73%;
	color:#333;
	font-size:14px;
	padding-top:45px;
}



.news3_sec li .news3_img1{
	width:12%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	 text-align:center;
	 font-weight:bold;
	  font-size:14px;
	   color:#FFF;
	   background-color:#e6002f;
	 
}

.news3_sec li .news3_img1 a{
	 text-align:center;
	 font-weight:bold;
	  font-size:14px;
	   color:#FFF;
	 
}


.news3_sec li .news3_main1{
	width:84%;
	color:#333;
	font-size:14px;
	padding-top:0px;
	/*height:30px;*/
	line-height:30px;
	
}
.news3_sec li .news3_main1 a{
	
	color:#333;
	padding:0px 10px;
	
}



.news3_sec li .news3_main h2{
	font-size:20px;
	line-height:20px;
	margin-bottom:12px;
}

.news3_sec li .news3_main p{
	color:#666666;
	margin-bottom:18px;
}


.news3_sec li:hover .news3_main h2{
	color:#e6002f;
}




/*service销售网络*/

.ser_banner{
	background:url(../images/ser_banner.jpg) no-repeat center;
}

.service2_section{padding:43px 0 52px;}

.map-mm-box{ background-color:#fafafa;}
.map-mm-box ._mm_left{width: 25.3%; padding-right:0.5%;}
.map-mm-box .mpa-mm-list{padding:10px;height: 576px; overflow-x: hidden;overflow-y: auto; position:relative;}
.map-mm-box .mpa-mm-list li{font-size:16px;height:68px;line-height: 68px;padding-left:10%; cursor:pointer;}
.map-mm-box .mpa-mm-list li:nth-child(odd){ background-color:#fff;}
.map-mm-box .mpa-mm-list li:hover{ background-color:#e5e5e5;}
.map-mm-box ._mm_right{width:74%;}
.map-mm-box ._mm_right .map-mm-map{ height:596px;width:100%;}
.map-mm-box ._mm_right .map-mm-map img{max-width: none;}
.map-mm-box ._mm_right .map-mm-map .BMap_bubble_content .title{font-size:21px;font-weight: normal;color:#2f2f2f;}
.map-mm-box ._mm_right .map-mm-map .BMap_bubble_content  p{font-size:15px;color:#8f8f8f;}
.scrollbar-ui .scroll_slider{ background:#ccc!important;}

.map-mm-box  #allmaps a{
	color:#333;
}
.map-mm-box  #allmaps a:hover{
	color:#c70025;
}

.map-mm-box .mpa-mm-list::-webkit-scrollbar{
    width: 8px;
    height:576px;
    background-color:#efefef;
}

.map-mm-box .mpa-mm-list::-webkit-scrollbar-thumb{
    height: 30px;
    background-color: #ccc;
}

.service1_section{
	padding-top:40px;
}

.ser1_sec{
	padding:13px 18px;
	background:#f9f9f9;
}

.ser1_sec .chat-box{
	width:256px;
	height:43px;
	line-height:43px;
	padding:0 10px;
	color:#c2c2c2;
	font-size:13px;
	cursor: pointer;
	background:#fff url(../images/ser1.jpg) no-repeat 90% center;
	border:1px solid #c2c2c2;
	position:relative;
}

.chat-box-choice_menu{
	position:absolute;
	left:0;
	right:0;
	top:100%;
	width:100%;
	background:#fff;
	z-index:1000;
	overflow-y: scroll;
    max-height: 12em;
    border: 1px solid #eee
}

.chat-box-choice_menu li{
	line-height: 1.8em;
    padding: 6px;
    font-size: 13px;
    color: #555;
}

.ser1_sec input.ser1_btn{
	width:118px;
	line-height:43px;
	color:#fff;
	background:#c80025;
	text-align: center;
	cursor:pointer;
	font-size:18px;
	margin-left:1.2%;
}





/*产品详情页products_more*/

.prom1_section{
	background:url(../images/prom1_bg.jpg) repeat-x center top;
	padding-top:90px;
}

.prom1_sec .owl-carousel{
	width:100%;
	height:auto;
	position:relative;
}

.prom1_main{
	text-align: center;
	
}

.prom1_tit{
	margin-bottom:15px;
	font-size:20px;
	line-height:20px;
	color:#343434;
	font-weight:bold;
}

.prom1_tit span{
	color:#c90025;
}

.prom1_img{
	width:100%;
	height:530px;
	line-height:530px;
}

/*.prom1_sec .owl-carousel .prom1_img img{
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	height:auto;
	margin:auto;
	width:auto;
}


.prom1_sec .owl-carousel .pro1_prev,
.prom1_sec .owl-carousel .pro1_next{
	position:absolute;
	top:45%;
	left:0;
}
.prom1_sec .owl-carousel .pro1_next{
	left:auto;
	right:0;
}
.prom1_sec .owl-carousel .owl-controls .owl-nav .owl-prev, 
.prom1_sec .owl-carousel .owl-controls .owl-nav .owl-next{
	display: block!important;
}


.prom1_sec .owl-dots{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
}

.prom1_sec .owl-dots .owl-dot{
	display: inline-block!important;
}

.prom1_sec .owl-dots span{
	display: inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:5px;
	background:#fff;
	border:1px solid #333;
}

.prom1_sec .owl-dots .owl-dot.active span{
	background:#c70125;
	border-color:#fff;
}*/

.prom1_sec .slideBox1{
	position:relative;
}
.prom1_sec .slideBox1 .prom1_img img{
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	height:auto;
	margin:auto;
	width:auto;
}


.prom1_sec .slideBox1 .pro1_prev,
.prom1_sec .slideBox1 .pro1_next{
	position:absolute;
	top:45%;
	left:0;
}
.prom1_sec .slideBox1 .pro1_next{
	left:auto;
	right:0;
}



.prom1_sec .hd{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	z-index:10;
}


.prom1_sec .hd li{
	display: inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:5px;
	background:#fff;
	border:1px solid #333;
}

.prom1_sec .hd li.on{
	background:#c70125;
	border-color:#fff;
}




.prom2_section{
	padding:70px 0;
}

.prom_nav li{
	float:left;
	width:24.5%;
	margin-right:0.66%;
	height:auto;
	position:relative;
	background:#555555;
	text-align: center;
}
.prom_nav li:nth-child(4n){
	margin-right:0;
}
.prom_nav li .pdico { display:block; width:30px; height:30px; background:url(../images/pd_ico.png) no-repeat; margin:0 auto 5px;}
.prom_nav li .pi01 { background-position:0 0; }
.prom_nav li .pi02 { background-position:-30px 0; }
.prom_nav li .pi03 { background-position:-60px 0; }
.prom_nav li .pi04 { background-position:-90px 0; }

.prom_nav li:hover{
	background:#c70025;
}
.prom_nav li a{
	display: block;
	width:100%;
	padding:17px 0;
	color:#fff;
	font-size:18px;
}

.prom_nav li img{
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-10px;
	display: none;
}

.prom_nav li:hover img{
	display: block;
}

.prom_tit{
	font-size:20px;
	line-height:20px;
	color:#555555;
	font-weight:bold;
}


.prom21_main{
	padding-top:70px;
}
.prom21_m{
	padding-top:40px;
}

.prom21_m1{
	font-size:16px;
	line-height:25px;
	color:#555555;
	width:54%;
	padding-bottom:60px;
	border-bottom:1px solid #e8e8e8;
}
.prom21_m1 .prom21_m1m,
.prom21_m1 li span{
	color:#c70025;
}

.prom21_m1 .prom21_m1m{
	margin-top:30px;
}

.prom21_m2{
	width:42%;
}

.prom21_m2 img{
	display: block;
	max-width:100%;
	height:auto;
}

.prom22_main{
	padding-top:50px;
}

.prom22_m{
	padding-top:50px;
}
.prom22_m img{
	display: block;
	max-width:100%;
	height:auto;
}

.prom23_main{
	padding-top:70px;
}

.prom23_m{
	padding-top:40px;
}

.prom23_mm{
	padding:8px;
	background:#f6f6f6;
	text-align: center;
}
.prom23_mm_img{
	width:100%;
	height:auto;
	overflow: hidden;
}
.prom23_mm_img img{
	display: block;
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.prom23_mm:hover .prom23_mm_img img{
	transform: scale(1.2);
}
.prom23_mm_m{
	padding:25px 0;
	font-size:16px;
	color:#555555;
}
.prom23_mm:hover .prom23_mm_m{
	color:#c70025;
}

.prom24_main{
	padding-top:90px;
}
.prom24_m{
	padding-top:25px;
}

.prom24_tit{
	margin:20px 0;
	color:#999;
	font-size:16px;
	line-height:26px;
}

.prom24_tit span{
	color:#c70125;
}

.prom24_m1{
	width:50%;
	height:406px;
	line-height:406px;
	background:url(../images/prom4_bg.jpg) no-repeat right top;
}

.prom24_m1 img{
	vertical-align: middle;
	max-height:100%;
	max-width:100%;
}


.prom24_m2{
	width:50%;
	padding-left:12%;
	padding-top:18px;
}

.prom24_m2 li{
	padding:42px 0 42px 104px;
}

.prom24_m2 li:nth-child(1){
	background:url(../images/prom41.jpg) no-repeat left center;
}
.prom24_m2 li:nth-child(2){
	background:url(../images/prom42.jpg) no-repeat left center;
}
.prom24_m2 li:nth-child(3){
	background:url(../images/pro43.jpg) no-repeat left center;
}



/*产品页products*/
.pro_banner{
	background:url(../images/pro_banner.jpg) no-repeat center;
}


.proSearch_area .pro_line{width: 8px;height: 160px;border-right: 1px dotted #cfcfcf;position: relative;margin:0 3% 0 2%;}
.proSearch_area .pro_line:before{content: '';display: block;position: absolute;top: 0;left: 4px;width: 9px;height: 9px; border-radius: 50%;background: #cfcfcf;}
.proSearch_area .search-t{font-size:24px;color:#c70025;margin-bottom: 20px;}
.xilie_search{width:33.33%;background:#fafafa;height:247px;padding:48px 40px;}
.zj-bj-box ul li { height:20px; float:left;width:49%; margin-bottom:15px; }
.zj-bj-box ul li label { height:20px; display:block; font-size:14px; color:#000; line-height:20px; background:url(../images/pj-check.png) left center no-repeat; padding-left:28px; cursor:pointer;}
.zj-bj-box ul li.checked label {  background:url(../images/pj-checked.png) left center no-repeat; color:#000; }

.dunwei_search {width:33.33%; background:#f4f4f4;height:247px;padding:48px 40px;}
.irs-bar, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-line{border-radius: 5px; height: 11px !important;}

.irs .irs-slider.state_hover,.irs .irs-slider:hover{background-position: 0 -151px;}
.irs .irs-from,.irs .irs-single,.irs .irs-to{font-size: 16px; background-color:transparent;color:#555;top: -10px;}

.search_end{width:33.33%;background:#ededed;height:247px;padding:48px 40px;}
.search_end .end_digit{font-size:24px;color:#9d9d9d;margin-bottom:10px;margin-top:5px;}
.search_end .end_digit b{font-size:42px;font-weight: normal;}
.search_end .end_a{display:inline-block;width:260px;height:42px;line-height: 42px;text-align: left;padding-left:30px;color:#fff;background-color:#c70025;font-size:16px;border:1px #c70025 solid;background:#c70025 url(../images/in1_go.png) no-repeat 90% center;}
.search_end .end_a:hover{background-color:transparent;color:#c70025;background:#ededed url(../images/in1_go1.png) no-repeat 90% center;}

.end_search{font-size:18px; margin-top:27px;}
.search_end .search-t{margin-bottom:0;}

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: 0!important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
	position: absolute;
	display: block;
	top: 0
}

.irs-line-left {
	left: 0;
	width: 11%
}

.irs-line-mid {
	left: 9%;
	width: 82%
}

.irs-line-right {
	right: 0;
	width: 11%
}

.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0
}

.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1
}

.irs-slider.type_last {
	z-index: 2
}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default
}

.irs-from,
.irs-single,
.irs-to {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px
}

.irs-with-grid .irs-grid {
	display: block
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000
}

.irs-grid-pol.small {
	height: 4px
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: 0 0;
	z-index: 2
}

.irs-disabled {
	opacity: .4
}

.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40)
}

.irs-hidden-input {
	position: absolute!important;
	display: block!important;
	top: 0!important;
	left: 0!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	line-height: 0!important;
	padding: 0!important;
	margin: 0!important;
	outline: 0!important;
	z-index: -9999!important;
	background: 0 0!important;
	border-style: solid!important;
	border-color: transparent!important
}

.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
	background: url(../images/sprite-skin-nice.png) repeat-x
}

.irs {
	height: 40px
}

.irs-with-grid {
	height: 60px
}

.irs-line {
	height: 8px;
	top: 25px
}

.irs-line-left {
	height: 8px;
	background-position: 0 -00px
}

.irs-line-mid {
	height: 8px;
	background-position: 0 0
}

.irs-line-right {
	height: 8px;
	background-position: 100% -60px
}

.irs-bar {
	height: 8px;
	top: 25px;
	background-position: 0 -60px
}

.irs-bar-edge {
	top: 25px;
	height: 8px;
	width: 11px;
	background-position: 0 -90px
}

.irs-shadow {
	height: 1px;
	top: 34px;
	background: #000;
	opacity: .15
}

.lt-ie9 .irs-shadow {
	filter: alpha(opacity=15)
}

.irs-slider {
	width: 22px;
	height: 22px;
	top: 17px;
	background-position: 0 -120px
}

.irs-slider.state_hover,
.irs-slider:hover {
	background-position: 0 -150px
}

.irs-max,
.irs-min {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 3px;
	background: rgba(0, 0, 0, .1);
	-moz-border-radius: 3px;
	border-radius: 3px
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
	background: #ccc
}

.irs-from,
.irs-single,
.irs-to {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0, 0, 0, .3);
	-moz-border-radius: 3px;
	border-radius: 3px
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
	background: #999
}

.irs-grid-pol {
	background: #99a4ac
}

.irs-grid-text {
	color: #99a4ac
}

.irs .irs-line-left{background-position: 0 -59px;}
.irs .irs-line-mid{background-position: 0 -59px;}
.irs .irs-line-right{background-position: 0 -59px;} 
.irs .irs-bar	{background-position: 0 -30px;}
.irs .irs-slider{width:28px; height:28px;background:url(../images/prol.png) no-repeat center;}

.irs .irs-slider:hover{width:28px; height:28px;background:url(../images/prol.png) no-repeat center;}


.pro1_section{
	padding:70px 0;
	background:#fff;
}


.pro1_section li{
	float:left;
	width:12.5%;
	text-align: center;
	background:url(../images/pro1_bg.jpg) no-repeat right center;
	padding:0 20px;
}
.pro1_section li .pro1_img{
	line-height:120px;
}
.pro1_section li .pro1_img img{
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}

.pro1_section li .pro1_main{
	font-size:14px;
	line-height:20px;
	color:#555555;
	min-height:40px;
}

.pro1_section li:hover .pro1_main{
	color:#c70025;
}


.pro4_section{
	padding:80px 0 70px;
	
}

.pro4_title{
	margin-bottom:70px;
	text-align: center;
}

.pro4_title h3{
	font-size:40px;
	line-height:40px;
	color:#c70025;
	font-weight:bold;
	margin-bottom:10px;
	font-family: arial;
}
.pro4_title h2{
	font-size:40px;
	line-height:40px;
	color:#555555;
	font-weight:bold;
	margin-bottom:30px;
}
.pro4_title p{
	font-size:20px;
	color:#999999;
}



.pro4_sec li{
	float:left;
	width:33.33%;
	text-align:center;
	background:url(../images/pro4_bg.jpg) no-repeat right top;
	color:#555;
	font-size:15px;
}

.pro4_sec li:nth-child(3){
	background:none
}

.pro4_sec li div{
	line-height:96px;
}

.pro4_sec li div img{
	vertical-align: middle;
}
.pro4_sec li h3{
	line-height:22px;
	font-size:22px;
	margin-bottom:8px;
}


.pro3_section{
	padding-top:60px;
}

.pro3_section li{
	margin-bottom:30px;
	float:left;
	width:23%;
	margin-right:2.66%;
	text-align: center;
}

.pro3_section li:nth-child(4n){
	margin-right:0;
}

.pro3_img{
	width:100%;
	height:245px;
	line-height:245px;
	overflow: hidden;
}
.pro3_img img{
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pro3_section li:hover .pro3_img img{
	transform: scale(1.2);
}

.pro3_main{
	font-size:13px;
	line-height:24px;
	color:#999;
	min-height:77px;
}
.pro3_main h3{
	font-size:15px;
	line-height:15px;
	margin-bottom:15px;
	color:#555;
	min-height:30px;
}


.pro3_section li:hover .pro3_main,
.pro3_section li:hover .pro3_main h3{
	color:#c70025;
	 
	  
}

.pro3_more{
	color:#c70025;
	border:2px solid #c70025;
	width:100%;
	line-height:36px;
	font-size:14px;
	background:url(../images/in1_go1.png) no-repeat 75% center;
}
.pro3_section li:hover .pro3_more{
	color:#fff;
	background:#c70025 url(../images/in1_go.png) no-repeat 75% center;
}



/*photo公司照片*/
.photo_section{
	padding:60px 0 120px;
	background:#fff;
}
.photo_sec{
	padding-bottom:50px;
}
.photo_sec li{
	margin-bottom:50px;
}

.photo_img,
.photo_main{
	width:50%;
	height:322px;
	background:#f5f5f5;
	color:#333;
}
.photo_img img{
	display: block;
	width:100%;
	height:100%;
}
.photo_main{
	padding:110px 65px 50px;
	color:#666;
	font-size:15px;
	line-height:30px;
}
.photo_main h3{
	font-size:18px;
	line-height:18px;
	margin-bottom:25px;
	color:#333;
}
.photo_sec li:hover .photo_main h3{
	color:#fff;
}
.photo_sec li:hover .photo_main{
	color:#fff;
	background:#e6002f;
}














/*响应式样式*/

@media only screen and (max-width:1200px ) {
	
	.w{
		width:1024px;
	}
	
}
@media only screen and (max-width:1024px ) {
	
	.w{
		width:960px;
	}
.phone_head{
	display: block;
}
header{
	display:none;
}
.banner,
.ny_banner{
	margin-top:60px;
}
.History-H4 .tab_c ._p{
	margin-left:100px;
}
	
}
@media only screen and (max-width:960px ) {
	
	.w{
		width:100%;
		padding:0 3%;
	}
.History-H4 .tab_c ._p{
	margin-left:70px;
}
	

}
@media only screen and (max-width:780px ) {
	
.banner{
	height:300px;
}
.in1_section{
	padding:30px 0;
}
.in11_main{
	width:100%;
	height:auto;
	background:#c70125;
}
.in11_main div{
	min-height:70px;
	margin-bottom:20px;
}

.in12_mian{
	width:100%;
	height:auto;
}
.in12_mian .in12_s{
	height:auto;
}
.in12_mian .in12_s .in12_m,
.in22_sec{
	padding:20px 0;
}

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

.in3_section{
	padding:30px;
}
.footer .f12 li img{
	width:100%;
}
.ab1_main{
	padding:30px;
}
.ab1_main h2{
	margin-bottom:20px;
}
.ab1_main,
.ab1_img{
	width:100%;
	height:auto;
}
.ab1_img img{
	height:auto;
}

.ab2_title {
    padding-top: 30px;
    margin-bottom: 30px;
}



.con_s .tit li{
	width:33%;
	border-bottom:1px solid #ddd;
    padding-left: 11%;
}

.con_s .tit li:last-child:after{
	display: block;
}

.c_sec .c_main{
	left:20px;
	right:auto;
}

.History-H4 .tab_c ._p{
	margin-left:0px;
}
.rebox-contents {
    padding-top: 26%;
}	
.ny_banner{
	height:300px;
}
.news1_section li .news1_main2{
	bottom:-130%;
}
.news1_section li:hover .news1_main2{
	bottom:-10%;
}
.news3_sec li .news3_main {
    padding-top: 10px;
}
.news2_sec{
	padding:20px 3%;
}

.map-mm-box ._mm_left {
    width:35%;
    padding-right:0%;
}
.map-mm-box ._mm_right {
    width: 64%;
}

.search_end .end_a{
	width:100%;
}







	
}
@media only screen and (max-width:480px ) {
	
.banner{
	height:180px;
}
.in_title h4{
	font-size: 24px;
    line-height: 24px;
}
.in_title h3 {
    font-size: 30px;
    line-height: 30px;
}
.in1_sec {
    padding-top:20px;
}

.in21_main1,
.in21_sec{
	width:100%;
	height:auto;
}
.in21_main2{
	margin:20px 0;
	width:100%;
	height:auto;
	position:static;
}
.in21_main1 {
    padding-top: 45px;
    font-size: 16px;
    line-height: 30px;
}
.in22_sec{
	text-align: center;
}
.in22_sec li{
	display: inline-block;
	margin:0 1%;
	float:none;
}
.in3_sec{
	padding:30px 20px 0;
}
.in4_section{
	padding:40px 0;
	height:auto;
}

.in42_main li {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 0 2%;
    padding-top:0;
    background-size: auto 40%!important;
    background-position:center 10px!important;
}
.in42_img {
    line-height: 55px;
}
.in42_img img{
	height:42px;
	width:auto;
}




.in42_main li a {
    font-size: 14px;
}
.in41_main {
    font-size: 14px;
    line-height:26px;
    padding:0;
    margin-bottom: 30px;
}

.footer{
	display: none;
}
.foot_bot{
	height:auto;
	line-height:30px;
	padding:20px 0;
}

.ab_section{
	padding:30px 0;
}
.ab1_section{
	margin-bottom:30px;
}
.ab1_main h2,
.ab2_title {
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.ny_nav,
.inside_nav{
	display: none;
}


.ny_banner{
	height:200px;
}
.con_s .tit li {
    padding-left: 10%;
    font-size: 14px;
    background-size:auto 40%!important; 
}
.con_main{
	padding:30px 3%;
}
.con_main h2 {
    font-size: 24px;
    line-height: 24px;
}

.con_main div p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 12px;
}
.concept_section{
	padding:30px 0;
}

.c_sec #dituContent{
	height:240px;
}

.c_sec .c_main{
	width:100%;
	height:auto;
	position: static;
	padding:30px 20px;
}
.contact_section,
.de_section{
	padding:30px 0;
}
.History-H4 .tab_c ._p,
.History-H4 .tab_c ._even ._p{
	width:100%;
}
.History-H4 .tab_c ._title{
	font-size:22px;
}
.History-H4 .tab_c ._text ._textline,
.History-H4 .tab_c ._text ._textline{
	padding-top:0px;
}
.honor_sec #gallery1 li{
	width:48%;
	margin:0 1% 20px;
	height:auto;
}
.honor_sec #gallery1 li p{
	padding:10px;
}
.honor_section{
	padding:30px 0;
}

.mess_main1 li{
	width:100%;
}
.mess_main1 li div input{
	line-height:30px;
}
.mess_section,
.news1_section{
	padding:30px 0;
}
.news1_section li{
	width:100%;
	margin-bottom:20px;
}
.news1_section li:hover .news1_main2{
	bottom:0;
}

.news2_sec{
	padding:15px 5%;
}
.news2_sec span{
	display: block;
	width:100%;
	font-size:20px;
}

.news2_sec select {
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    margin-bottom:10px;
    width: 47%;
    margin-right: 3%;
}
.news2_sec input.news_txt {
    line-height: 30px;
    margin: 0 2% 0 0;
    width: 40%;
}

.news2_sec input.news_btn {
    width: 20%;
    line-height: 30px;
}


.news3_sec li .news3_img,
.news3_sec li .news3_main{
	width:100%;
	height:auto;
}


.news3_sec li .news3_img1,
.news3_sec li .news3_main1{
	width:100%;
	height:auto;
}



.fenye_section a {
    padding: 3px 4px;
    font-size: 12px;
}

.news3_section{
	padding:30px 0;
}
.news3_sec {
    margin-bottom: 30px;
}

.ser1_sec .chat-box {
    width: 53%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.ser1_sec input.ser1_btn {
    width: 25%;
    line-height: 35px;
}
.map-mm-box ._mm_right,
.map-mm-box ._mm_left{
	width:100%;
	float:none;
}
.map-mm-box ._mm_right .map-mm-map,
.map-mm-box .mpa-mm-list{
	height:300px;
}

.map-mm-box .mpa-mm-list li {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
}
.prom1_img{
	height:300px;
	line-height:300px;
}
.prom2_section{
	padding:30px 0;
}
.prom21_main,
.prom23_main,
.prom24_main{
	padding-top:30px;
}

.prom21_m1,
.prom21_m2,
.prom24_m1,
.prom24_m2{
	width:100%;
	height:auto;
}

.prom21_m1{
	padding-bottom:30px;
	border-bottom:none;
}

.prom23_mm_m{
	padding:15px 0;
}
.prom24_m1{
	background:none;
	line-height:300px;
}
.prom24_m2{
	padding-left:10%;
}
.prom24_m2 li {
    padding: 30px 0 30px 90px;
}

.prom_nav li a{
	font-size:15px;
	padding:10px 0 10px;
}

.photo_img, .photo_main {
    width: 100%;
    height: auto;
}

.photo_main {
    padding:20px 3%;
}

.photo_main h3{margin-bottom:10px;}
.photo_section{
	padding:30px 0 50px;
}
.photo_sec{
	padding-bottom:20px;
}
.photo_sec li{
	margin-bottom:20px;
}
.pro1_section{
	display: none;
}
.xilie_search,
.dunwei_search,
.search_end{
	width:100%;
	height:auto;
	padding:20px 3%;
}
.pro3_section{
	padding-top:30px;
}


.pro3_section li{
	width:48%;
	margin:0 1% 20px;
}
.pro4_section{
	padding:30px 0;
}
.pro4_title h2,
.pro4_title h3{
	font-size:26px;
	line-height:26px;
	margin-bottom:10px;
}
.pro4_title p{
	font-size:16px;
	line-height:20px;
}

.pro4_title{
	margin-bottom:30px;
}
.pro4_sec li{width:100%;margin-bottom: 20px;background:none;}

.pro3_main h3{
	min-height:45px;
}
.pro3_main p{
	min-height:48px;
	line-height:14px;
}
.pro3_more {
    background: url(../images/in1_go1.png) no-repeat 90% center;
}


.pro3_img{
	    height: 150px;
    line-height: 150px;
}



	
}
@media only screen and (max-width:380px ) {
	
/*.phone_head .logo{
	width:150px;
}*/

.banner{
	height:160px;
}
.ab2_title {
    padding-top:10px;
}
.ny_banner {
    height: 180px;
}


.con_main h2{
	font-size:22px;
}









	
}

@media only screen and (max-width:320px ) {
.phone_head .logo{
	width:230px;
}
	
.banner{
	height:140px;
}
.ny_banner {
    height: 150px;
}
.con_s .tit li {
    padding-left:11%;
    font-size: 12px;
}

.con_main h2{
	font-size:20px;
}
.History-H4 .tab_c ._even ._p:before {
    left: -18px;
}
.mess_main1 li{
	font-size:12px;
}



	
}







