
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}


html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
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{
	width:100%;
	height:100%;
}

body{
	font-family:"OPENSANS","微软雅黑",arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
   	background:#fff;
}

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:1200px;
	margin:0 auto;
}


@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}


@-webkit-keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeIndown {
	-webkit-animation-name: fadeIndown;
	animation-name: fadeIndown
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}





/*header*/


.pc_header{
	transition:all 0.3s;
	height:105px;
	background:#fff;
	border-bottom:2px solid #fff;
}


.pc_header h1.logo{
	margin-right:6%;
	transition:all 0.3s;
	height:105px;
	line-height:105px;
	width:19%;
}

.pc_header h1.logo img{
	transition:all 0.3s;
	max-width:100%;
	height:auto;
	vertical-align: middle;
}



.pc_nav li.nav_li{
	position:relative;
	transition:all 0.3s;
	height:105px;
	line-height:105px;
	float:left;
	margin-left:1px;
}


.pc_nav li.nav_li a.nav_a{
	display: block;
	width:100%;
	height:100%;
	color:#333333;
	padding:0 18px;
	font-size:16px;
}

.pc_nav li.nav_li.on a.nav_a,
.pc_nav li.nav_li:hover a.nav_a{
	background:#c3031c;
	color:#fff;
}


.pc_nav .nav_li .setNav{
	position:absolute;
	left:50%;
	margin-left:-120px;
	top:100%;
	z-index:10;
	width:240px;
	background:rgba(195,3,28,0.6);
	padding:15px 25px;
	display: none;
}

.pc_nav .nav_li .setNav li a{
	display: block;
	padding:10px 0;
	color:#fff;
	font-size:14px;
	padding:5px;
	line-height:18px;
	border-bottom:1px solid rgba(255,255,255,0.27);
}
.pc_nav .nav_li .setNav li a:hover{
	font-weight:bold;
}

.language{
	margin-top:42px;
	border:1px solid #cdcdcd;
	width:78px;
	height:24px;
	line-height:24px;
	border-radius:12px;
	text-align: center;
	overflow: hidden;
}

.language a{
	display: block;
	float:left;
	width:50%;
	font-size:12px;
	color:#666666;
}

.language a.on{
	background:#c10418;
	color:#fff;
}

.language a:hover{
	color:#c10418;
}
.language a.on:hover{
	color:#fff;
}


.pc_header.fixed{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:99999999999999;
	width:100%;
	height:70px;
	box-shadow:0px 0px 10px #ccc;
}

.pc_header.fixed .pc_head h1.logo {
    height: 70px;
    line-height: 70px;
}

.pc_header.fixed .pc_nav .nav_li {
    height: 70px;
    line-height: 70px;
}
.pc_header.fixed  h1.logo img {
    max-height:80%;
}


.pc_header.fixed .language{
	margin-top:25px;
}






/*phone_nav*/
.phone_head{
	height:60px;
	display: none;
	background:#fff;
	box-shadow:0px 0px 10px #ccc;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
}

.phone_head .logo{
	width:115px;
	height:55px;
	line-height:60px;
}

.phone_head .logo img{
	height:auto;
	width:100%;
	vertical-align: middle;
}

.phone-head{
	height:60px;
	line-height:60px;
}

.phone_head nav{
	margin-left:0;
	margin-top:60px;
}

.phone_head .th_login {
    color: #333;
    margin-left: 31%;
    margin-top: 23px;
}

.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 40px;
    background:#c2041b url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:40px;
}

.phone-head .mask-close{
	background:#c2041b 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:10px;
    right: 3%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
}


.maskbg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	overflow-y: auto;
	background:rgba(255,255,255,.9);
	z-index:1000;
	display: none;
}


.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    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*/
footer a:hover{
	color:#c3031b;
}

.foot_copy{
	padding:15px 0;
	background:#141414;
	color:#999999;
	font-size:14px;
	line-height:16px;
}
.foot_copy span{
	margin-right:20px;
}
.foot_copy a{
	color:#999999;
}

.footer{
	padding:35px 0 15px;
	background:url(../images/f_bg.jpg) repeat-y center;
}

.f_add{
	width:35%;
	padding-top:15px;
}
.f_add li{
	color:#cccccc;
	font-size:14px;
	padding:15px 30px 15px 50px;
}

.f_add li:nth-child(1){
	background:url(../images/f1.jpg) no-repeat left center;
}

.f_add li:nth-child(2){
	background:url(../images/f2.jpg) no-repeat left center;
}

.f_add li:nth-child(3){
	background:url(../images/f3.jpg) no-repeat left center;
}


.f_nav,
.f_link{
	width:17%;
}
.f_nav h3,
.f_link h3{
	color:#fff;
	font-size:20px;
	line-height:20px;
	margin-bottom:15px;
}

.f_nav li a,
.f_link li a{
	display: block;
	color:#999999;
	font-size:14px;
	line-height:16px;
	padding:3px 0;
}

.f_nav li a:hover,
.f_link li a:hover{
	color:#c3031b;
}

.f_ma_tit{
	color:#999999;
	font-size:14px;
	line-height:16px;
}

.f_ma_tit h3{
	color:#fff;
	font-size:20px;
	line-height:20px;
	margin-bottom:50px;
}

.f_ma_img{
	padding-top:8px;
	margin-left:30px;
}

.f_ma{
	padding-bottom:60px;
	border-bottom:1px solid #999999;
}


.foot_email{
	padding-left:28px;
	background:url(../images/f_email.png) no-repeat left center;
}



.fixed_footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:99999999;
	background:#c3031b;
	display: none;
}
.fixed_footer li{
	float:left;
	width:25%;
	text-align:center;
	/*height:60px;*/
	height:48px;
	border-right:1px dashed #ccc;
	background-size:auto 70%!important;
	
	
}

.fixed_footer li:last-child{
	border-right:none;
}
.fixed_footer li a{
	display: block;
	width:100%;
	height:100%;
	/*padding-top:35px;
	font-size:15px;*/
	padding-top:28px;
	font-size:13px;
	color:#fff;
}

.fixed_footer li:nth-child(1){
	background:url(../images/ff1.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(2){
	background:url(../images/f2.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(3){
	background:url(../images/f03.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(4){
	background:url(../images/f04.png) no-repeat center 0px;
}















/*index*/

.in_ban{
	height:618px;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%!important;
}
.in_ban a{
	display: block;
	width:100%;
	height:100%;
}


.in_banner .owl-prev,
.in_banner .owl-next{
	position:absolute;
	top:45%;
	z-index:10;
	width:20px;
	height:60px;
	text-indent:-9999px;
	background-size:100% auto!important;
	transition:all 0.3s;
}


.in_banner .owl-prev{
	left:3%;
	background:url(../images/banl1.png) no-repeat center;
}

.in_banner .owl-next{
	right:3%;
	background:url(../images/banr1.png) no-repeat center;
}

.in_banner .owl-prev:hover,
.in_banner .owl-next:hover{
	opacity:0.6;
}




.in3_section{
	padding:45px 0 80px;
	background:#f4f4f4;
}

.in3_sec{
	margin-top:40px;
	position:relative;
}
.in3_sec .owl-carousel .owl-stage-outer{
	height:360px;
}
.in3_main{
	margin-right:8px;
	text-align: center;
	background:#fff;
	position:relative;
	border:1px solid #cccccc;
	transition:all 0.3s;
}

.in3_img{
	overflow: hidden;
}

.in3_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}


.in3_main:hover .in3_img img{
	transform: scale(1.12);
}

.in3_m{
	position:absolute;
	left:0;
	right:0;
	bottom:-35px;    
	width: 100%;
	padding:20px;
	background:#fff;
	font-size:14px;
	line-height:20px;
	color:#666;
	transition:all 0.5s;
	z-index:2;
	background:#c3031c;
	color:#fff;
	display: none;
}

.in3_tit h3,
.in3_m h3{
	font-size:16px;
	line-height:16px;
	color:#fff;
	margin-bottom:20px;
}
.in3_tit h3{
	padding:25px 0;
	text-align: center;
	margin-bottom:30px;
	color:#333333;
}
.in3_m p{
	min-height:60px;
}

.in3_m span{
	display: block;
	margin:20px auto;
	width:120px;
	line-height:35px;
	font-size:14px;
	color:#666;
	background:#fff;
	border-radius:17px;
}

.in3_main:hover .in3_m{
	display: block;
} 
.in3_main:hover .in3_m h3{
	color:#fff;
}

.in3_sec .owl-prev,
.in3_sec .owl-next{
	position:absolute;
	top:25%;
	z-index:10;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background-size:auto 50%!important;
	transition:all 0.3s;
}


.in3_sec .owl-prev{
	left:15%;
	background:rgba(0,0,0,0.4) url(../images/banl1.png) no-repeat center;
}

.in3_sec .owl-next{
	right:15%;
	background:rgba(0,0,0,0.4) url(../images/banr1.png) no-repeat center;
}

.in3_sec .owl-prev:hover,
.in3_sec .owl-next:hover{
	opacity:0.6;
}





.in1_section{
	padding:45px 0 95px;
	background:#f3f2f2;
}

.in_title{
	text-align: center;
	margin-bottom:45px;
}

.in_title h2{
	font-size:32px;
	line-height:32px;
	color:#333333;
	margin-bottom:20px;
	font-weight: bold;
}

.in_title h2 b{
	color:#c3031b;
	font-weight:bold;
}
.in_title p{
	font-size:18px;
	line-height:18px;
	color:#666666;
	margin-bottom:14px;
}
.in_title img{
	display: block;
	margin:0 auto;
}

.in1_sec1{
	width:38%;
	height:532px;
	background:url(../images/in1.jpg) no-repeat center;
	background-size:100% 100%;
	color:#fff;
	transition:all 0.3s;
}

.in1_sec1 a{
	display: block;
	padding:35px 40px;
	color:#fff;
	width:100%;
	height:100%;
}

.in1_sec1 h2{
	font-size:25px;
	line-height:25px;
	margin-bottom:10px;
}

.in1_sec1 p{
	font-size:15px;
	line-height:15px;
	margin-bottom:40px;
}

.in1_sec1 img{
	display: block;
	transition:all 0.3s;
}
.in1_sec1:hover{
	box-shadow:0px 0px 10px #999;
}
.in1_sec1:hover img{
	transform:translateX(15px);
}


.in1_sec2{
	width:61%;
	height:532px;
}

.in12_sec1,
.in122_sec1,
.in122_sec2{
	transition:all 0.3s;
}

.in12_sec1:hover,
.in122_sec1:hover,
.in122_sec2:hover{
	box-shadow:0px 0px 10px #999;
}


.in12_sec1{
	height:229px;
	margin-bottom:10px;
	background:#fff url(../images/in12.jpg) no-repeat right bottom;
	font-size:14px;
	line-height:22px;

}

.in12_sec1 a{
	display: block;
	padding:50px 46% 0 40px;
	width:100%;
	height:100%;
}

.in121_img{
	margin-top:10px;
	text-align: right;
}

.in1222_img img,
.in1221_img img,
.in121_img img{
	transition:all 0.3s;
}
.in121_main{
	text-indent:2em;
	color:#464646;
}

.in12_sec1:hover .in121_img img{
	transform:translateX(-15px);
}

.in122_sec1{
	width:360px;
	height:290px;
	margin-right:10px;
	background:#fff url(../images/in13.jpg) no-repeat right bottom;
}

.in122_sec1 a{
	display: block;
	width:100%;
	height:100%;
	padding:40px 42% 40px 40px;
	color:#464646;
}

.in122_sec1:hover .in1221_img img,
.in122_sec2:hover .in1222_img img{
	transform:translateX(15px);
}


.in122_sec1 h2,
.in122_sec2 h2{
	font-size:24px;
	line-height:24px;
	margin-bottom:15px;
}

.in122_sec1 .in1221_main,
.in122_sec2 .in1222_main{
	min-height:150px;
	font-size: 14px;
    line-height: 22px;
}

.in122_sec2{
	width:360px;
	height:290px;
	background:#fff url(../images/in14.jpg) no-repeat right bottom;
}

.in122_sec2 a{
	display: block;
	width:100%;
	height:100%;
	padding:40px 42% 40px 40px;
	color:#464646;
}


.in2_section{
	padding:40px 0 100px;
	background:#fff;
}

.in2_main li{
	float:left;
	width:32%;
	margin-right:2%;
	position:relative;
	text-align: center;
	height:auto;
	overflow: hidden;
	margin-bottom:22px;
	transition:all 0.3s;
}
.in2_main li:nth-child(3n){
	margin-right:0;
}
.in2_main li .in2_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.in2_main li .in2_m{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:4;
	/*padding:30px 0;*/
	padding:20px 0;
	font-weight:bolder;
	font-size:16px;
	color:#333333;
	background:rgba(255,255,255,0.6);
}

.in2_main li:hover{
	box-shadow:0px 0px 10px #999;
}
.in2_main li:hover .in2_img img{
	transform: scale(1.1);
}


.in2_sec .hd{
	text-align: center;
	margin-bottom:35px;
}

.in2_sec .hd li{
	display: inline-block;
	padding:0 15px 12px 30px;
	position:relative;
	transition:all 0.3s;
	color:#333333;
	font-size:15px;
	cursor:pointer;
	margin:0 15px;
	transition:all 0.3s;
}

.in2_sec .hd li:hover{
	color:#c3031b;
}
.in2_sec .hd li.on:hover,
.in2_sec .hd li.on{
	font-weight:bold;
	background:url(../images/in2.jpg) no-repeat left top;
}
.in2_sec .hd li.on::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	width:100%;
	height:1px;
	background:#c3031b;
	transition:all 0.3s;
}


.in4_section{
	padding:70px 0 90px;
	background:#fff;
}

.in4_sec1,
.in4_sec2{
	width:47.5%;
	overflow: hidden;
	position:relative;
}

.in4_sec1{
	position:relative;
}

.in41_img img{
	display: block;
	transition:all 0.5s;
	width:100%;
	height:auto;
}

.in41_main{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:5;
}
.in4_sec1{
	transition:all 0.3s;
}
.in4_sec1:hover{
	box-shadow:0px 0px 10px #999;
}
.in4_sec1:hover .in41_img img{
	transform: scale(1.1);
}
.in41_m{
	width:87%;
	height:80px;
	overflow:hidden ;
	background:rgba(0,0,0,0.8);
	color:#fff;
	padding:15px;
	font-size:14px;
	line-height:16px;
}

.in41_m h2{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.in41_date{
	width:13%;
	height:80px;
	overflow:hidden ;
	background:#c3031b;
	color:#fff;
	text-align: center;
	padding:15px 0;
	font-size:16px;
	line-height:16px;
}

.in41_date h3{
	font-size:34px;
	line-height:34px;
	font-weight:bold;
	margin-bottom:5px;
}



.in42_sec li{
	margin-bottom:45px;
}

.in42_date{
	width:15%;
	padding:10px;
	border:1px solid #b4b4b4;
	color:#666;
	text-align: center;
}
.in42_date h3{
	font-size:34px;
	line-height:34px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px solid #b4b4b4;
}

.in42_date p{
	font-size:16px;
	line-height:16px;
}

.in42_main{
	width:80%;
	color:#666666;
	font-size:14px;
	line-height:22px;
}

.in42_main h3{
	color:#000000;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:5px 0 15px;
}

.in42_sec li:hover .in42_main h3{
	color:#c3031b;
}

.in4_sec2 .owl-nav{
	display: none!important;
}

.in4_sec2 .owl-dots{
	text-align: center;
	position:absolute;
	bottom:-25px;
	left:0;
	right:0;
	z-index:3;
}
.in4_sec2 .owl-dots .owl-dot{
	display: inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	margin:0 5px;
	cursor: pointer;
	background:#666666;
	
}

.in4_sec2 .owl-dots .owl-dot.active{
	background:#c3031b;
}
.in4_sec2{
 	height:396px;
 }



.in5_section{
	padding:90px 0 80px;
	background:#f7f7f7;
}

.in5_sec{
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
}

.in5_sec li{
	float:left;
	width:16.66%;
	height:auto;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	overflow: hidden;
	position:relative;
}
.in5_sec li img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
/*.in5_sec li:hover img{
	transform:scale(1.1);
}*/
.in5_sec li .in5_main{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align: center;
	padding:60px 10px;
	font-size:16px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	background:rgba(195,3,27,0.7);
	transition:all 0.5s;
}

.in5_sec li:hover .in5_main{
	top:0;
}



/*case*/
.ny_banner{
	height:385px;
	background-size:auto 100%!important;
}

.case_banner{
	background:url(../images/case_banner.jpg) no-repeat center;
}

.ny_nav{
	border-bottom:1px solid #e1e1e1;
	overflow: hidden;
}

.ny_nav a{
	float:left;
	position:relative;
	padding:0 3px;
	height:60px;
	line-height:60px;
	color:#333333;
    margin-right:35px;
	font-size:16px;
}

.ny_nav a:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	width:100%;
	height:3px;
	background:#c3031b;	
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1),opacity 0.2s;
}
.ny_nav a:hover:before, .ny_nav a.on:before {
    transform: scale(1, 1);
	color:#c3031b;
}



.case_section{
	padding:60px 0 100px;
	background:#fff;
}

.case_sec{
	margin-top:75px;
}




/*****case1****/
.case1_banner{
	background:url(../images/case1_banner.jpg) no-repeat center;
}

.case1_section{
	padding:60px 0 90px;
	background:#fff;
}

.fenye{
	text-align: center;
	padding-top:20px;
}

.fenye span{
	display: inline-block;
	margin:0 auto;
	width:auto;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
}

.fenye span a{
	display: inline-block;
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	color:#000;
	padding:0 15px;
	line-height:26px;
	transition:all 0.3s;
	margin-left:-2px;
	
}

.fenye span a:hover,
.fenye span a.on{
	color:#fff;
	background:#c3031c;
}


.case1_sec li{
	float:left;
	width:32.5%;
	border:1px solid #cdcdcd;
	margin:0 1.25% 50px 0;
	position:relative;
}
.case1_sec li:nth-child(3n){
	margin-right:0;
}
.case1_img{
	overflow:hidden;
}
.case1_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
.case1_sec li:hover .case1_img img{
	transform:scale(1.1);
}
.case1_main{
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	width:100%;
	background:#c3031b;
	color:#fff;
	padding:35px 45px 25px;
	display: none;
	font-size:14px;
	line-height:20px;
}
.case1_sec li:hover .case1_main{
	display: block;
}
.case1_main h3{
	text-align: center;
	font-size:16px;
	line-height:16px;
	margin-bottom:24px;
}

.case1_m{
	min-height:70px;
}

.case1_main h5{
	display: block;
	margin:20px auto;
	width:120px;
	line-height:35px;
	font-size:14px;
	color:#666;
	background:#fff;
	border-radius:17px;
	text-align: center;
}

.case1_tit{
	color:#333333;
	text-align: center;
	font-size:16px;
	line-height:16px;
	padding:25px 0;
}





/********products******/
.pro_banner{
	background:url(../images/pro_banner.jpg) no-repeat center;
}

.pro_section{
	padding:60px 0 80px;
}

.pro_sec{
	margin-bottom:40px;
}
.pro_sec .plst{
	margin-bottom:40px;
	text-align: center;
}
.pro_sec .plst li{
    display: inline-block;
    padding: 0 15px 12px 30px;
    position: relative;
    transition: all 0.3s;
    color: #333333;
    font-size: 15px;
    cursor: pointer;
    margin: 0 15px;
    transition: all 0.3s;
    background:none!important;
}

.pro_sec .plst li:hover{
	color:#c3031b;
}
.pro_sec .plst li:hover,
.pro_sec .plst li.on:hover,
.pro_sec .plst li.on{
	font-weight:bold;
	background:url(../images/in2.jpg) no-repeat left top!important;
}
.pro_sec .plst li:hover::after,
.pro_sec .plst li.on::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	width:100%;
	height:1px;
	background:#c3031b;
	transition:all 0.3s;
}





/*************news*************/
.news_banner{
	background:url(../images/news_banner.jpg) no-repeat center;
}

.news_section{
	padding:60px 0 80px;
}

.news_sec li{
	float:left;
	width:48%;
	margin-right:4%;
}
.news_sec li:nth-child(2n){
	margin-right:0;
}

.news_sec{
	margin-bottom:40px;
}



/*************contact*************/
.contact_banner{
	background:url(../images/contact_banner.jpg) no-repeat center;
}

.contact_section{
	padding:70px 0 120px;
}

.contact_sec{
	border:1px solid #cccccc;
	height:370px;
}

.contact_sec1,
.contact_sec2{
	width:50%;
	height:100%;
}

.contact_sec2{
	padding:65px 85px;
	color:#666666;
}
.contact_sec2 h3{
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
}
.contact_sec2 li{
	font-size:16px;
	padding:10px 30px;
}
.contact_sec2 li:nth-child(1){
	background:url(../images/cont1.jpg) no-repeat left center;
}
.contact_sec2 li:nth-child(2){
	background:url(../images/cont2.jpg) no-repeat left center;
}
.contact_sec2 li:nth-child(3){
	background:url(../images/cont3.jpg) no-repeat left center;
}
.contact_sec2 li:nth-child(4){
	background:url(../images/cont4.jpg) no-repeat left center;
}

.contact_sec1 #dituContent{
	width:100%;
	height:100%;
}





/*******************
 * ****marking****
 * *****************/
.marking_banner{
	background:url(../images/marking_banner.jpg) no-repeat center;
}

.marking_section{
	padding:65px 0 170px;
}

.marking_sec{
	position:relative;
}

.cus1_img{
	width:603px;
	height:501px;
	margin:0 auto;
}

.cus1_img>img{
	display: block;
	margin:0 auto;
	max-width:100%;
}

.cus1_map_m {
    padding: 30px 35px;
    border:2px solid #cccccc;
    border-radius:1px;
    background: #fff;
    width: 375px;
    min-height:355px;
    position: absolute;
    top:190px;
    right:0px;
    display: none;
    color:#666666;
	font-size:14px;
	line-height:28px;
	box-shadow:2px 2px 5px #cccccc;
	z-index:4;
}

.cus1_map_m h3{
	text-align: center;
	font-size:20px;
	line-height:20px;
	color:#333333;
	padding-bottom:20px;
	margin-bottom:15px;
	border-bottom:1px solid #bebebe;
}

.cus1_map span {
    cursor: pointer;
    text-align: center;
    position: absolute; 
    display: block;
    padding-bottom:35px;
    width:120px;
    height: 70px;
    background: url(../images/map1.png) no-repeat center bottom;
    color: #333333;
    font-size: 18px;
    font-weight:bold;
    transition:all 0.3s;
}

.cus1_map span:hover{
	background: url(../images/map1.png) no-repeat center 40px;
}

.cus1_map1 span {
    top: 260px;
    right:340px;
}
.cus1_map2 span {
    top:130px;
    left: 660px;
}
.cus1_map3 span {
    top:300px;
    left: 650px;
}
.cus1_map4 span {
    top: 280px;
    left: 485px;
}
.cus1_map5 span {
    top: 115px;
    left: 535px;
}
.cus1_map6 span {
    top: 120px;
    left: 395px;
}






/********************
 * ******about***
 * *****************/

.about_banner{
	background:url(../images/about_banner.jpg) no-repeat center;
}

.about2_sec{
	padding:0 93px;
}
.about2_sec .swiper-slide{width: 308px; height: 405px; text-align: center; font-size: 16px;}
.about2_sec .swiper-slide img{display: block; width: 100%; height: auto; background: #fff; padding: 3px; border: 1px solid #e6e6e6; margin-bottom: 15px;} 
.about2_sec .swiper-slide div{display: none;}
.about2_sec .swiper-slide-active div{display: block;}
.about2_sec .swiper-button-next{width: 36px; height: 102px; background: url(../images/ab2r.png) no-repeat center center ; border-radius: 3px;-webkit-border-radius: 3px;top:40%;right:0px; }
.about2_sec .swiper-button-prev{width: 36px; height: 102px; background: url(../images/ab2l.png) no-repeat center center; border-radius: 3px;-webkit-border-radius: 3px;top:40%;left:0px; }


.about1_section{
	padding:55px 0 80px;
}

.about2_section{
	padding:55px 0 80px;
	background:#f2f2f2;
}

.about3_section{
	padding:55px 0 80px;
}

.about4_section{
	padding:55px 0 80px;
	background:#f2f2f2;
}

.about5_section{
	padding:55px 0 80px;
}

.about6_section{
	padding:55px 0 80px;
	background:#f2f2f2;
}


.about1_sec1{
	width:56%;
	position:relative;
}
.about1_sec2{
	width:44%;
	border:1px solid #c3031b;
}

.about1_sec2 img{
	display: block;
	width:100%;
	height:auto;
	position:relative;
	top:-20px;
	right:-12px;
	z-index:1;
}

.ab1_sec1{
	border:1px solid #cccccc;
	background:#fff;
	color:#666666;
	font-size:14px;
	line-height:28px;
	padding:30px 35px;
	position:relative;
	top:40px;
	right:-25px;
	z-index:2;
}
.ab1_sec1 p{
	text-indent:2em;
}



.about4_sec img{
	display: block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}

.about3_sec1{
	width:56%;
	position:relative;
	top:55px;
	right:-30px;
	z-index:3;
	color:#333333;
	font-size:16px;
	line-height:30px;
	background:#f2f2f2;
	padding:35px 10%;
}

.about3_sec1::after{
	content:"";
	position:absolute;
	top:18px;
	left:10%;
	display: block;
	width:22px;
	height:22px;
	background:url(../images/ab31.png) no-repeat center;
}
.about3_sec1::before{
	content:"";
	position:absolute;
	bottom:25px;
	right:16%;
	display: block;
	width:22px;
	height:22px;
	background:url(../images/ab32.png) no-repeat center;
}


.about3_sec2{
	width:44%;
	height:auto;
	background:#c3031b;
}

.about3_sec2 img{
	display: block;
	width:100%;
	height:auto;
	position:relative;
	top:-12px;
	right:-12px;
	z-index:2;
}



.about5_sec1{
	margin-bottom:30px;
	color:#666;
	font-size:15px;
	line-height:30px;
	padding:20px 40px;
	background:#f2f2f2;
}

.about5_sec2{
	position:relative;
}


.ab52_main{
	padding:7px;
	border:1px solid #e0e0e0;
	margin:10px 7px;
	transition:all 0.3s;
}

.ab52_img{
	overflow: hidden;
}
.ab52_img img{
	display:block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.ab52_m{
	height:140px;
	padding:20px;
	color:#666666;
	font-size:15px;
	line-height:30px;
}

.ab52_main:hover{
	box-shadow:0px 0px 10px #ccc;
}
.ab52_main:hover .ab52_img img{
	transform: scale(1.1);
}

.about5_sec2 .owl-nav{
	display: none!important;
}
.about5_sec2 .owl-dots{
	text-align: center;
	padding-top:35px;
}

.about5_sec2 .owl-dots .owl-dot{
	display: inline-block;
	width:10px;
	height:10px;
	cursor: pointer;
	border-radius:5px;
	margin:0 5px;
	background:#666;
}

.about5_sec2 .owl-dots .owl-dot.active{
	background:#c3031b;
}

.ab52_main:hover .ab52_m{
	color:#c3031b;
}



.about6_sec{
	position:relative;
}
.ab6_main{
	border:1px solid #e0e0e0;
	background:#fff;
	padding:4px;
	margin:10px 7px;
}

.about6_sec .owl-nav{
	display: none!important;
}
.about6_sec .owl-dots{
	text-align: center;
	padding-top:35px;
}

.about6_sec .owl-dots .owl-dot{
	display: inline-block;
	width:10px;
	height:10px;
	cursor: pointer;
	border-radius:5px;
	margin:0 5px;
	background:#666;
}

.about6_sec .owl-dots .owl-dot.active{
	background:#c3031b;
}

.ab6_img{
	overflow: hidden;
}
.ab6_img img{
	display:block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.ab6_m{
	text-align: center;
	height:55px;
	padding:20px;
	color:#333333;
	font-size:14px;
}

.ab6_main:hover{
	box-shadow:0px 0px 10px #ccc;
}
.ab6_main:hover .ab6_img img{
	transform: scale(1.1);
}

.ab6_main:hover .ab6_m{
	color:#c3031b;
}








































.ab_sec,
.contact_sec,
.news_sec,
.pro_sec,
.case1_sec,
.in1_sec,
.in2_sec,
.in3_sec,
.in4_sec,
.in5_sec{
	opacity: 0;
}



.ab_sec.articleShow,
.contact_sec.articleShow,
.news_sec.articleShow,
.pro_sec.articleShow,
.case1_sec.articleShow,
.in1_sec.articleShow,
.in2_sec.articleShow,
.in3_sec.articleShow,
.in4_sec.articleShow,
.in5_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.ab1_main.articleShow{
	-webkit-animation: fadeInleft .8s ease-in-out both;
	-moz-animation: fadeInleft .8s ease-in-out both;
	-ms-animation: fadeInleft .8s ease-in-out both;
	animation: fadeInleft .8s ease-in-out both;
	opacity: 1;
}

.ab1_img.articleShow{
	-webkit-animation: fadeInright .8s ease-in-out both;
	-moz-animation: fadeInright .8s ease-in-out both;
	-ms-animation: fadeInright .8s ease-in-out both;
	animation: fadeInright .8s ease-in-out both;
	opacity: 1;
}











/*响应式样式*/
@media only screen and (max-width:1280px) {

.w{
	width:1100px;
}
.pc_nav li.nav_li a.nav_a {
    padding: 0 15px;
}
.in122_sec1,
.in122_sec2{
    width: 305px;
}
.in122_sec1 a,
.in122_sec2 a {
    background-size:auto 8%;
    padding: 30px 42% 30px 20px;
}
.in42_sec li {
    padding:0 10px;
}

.in42_date {
    width: 17%;
}
 .in4_sec2 {
    width: 51%;
}
.in41_m {
    padding: 10px;
}

.in41_m h2 {
    margin-bottom:5px;
}
.in41_date {
    padding: 10px 0;
}
.in41_date h3 {
    font-size:28px;
    line-height: 28px;
}
.in42_sec li {
    margin-bottom: 25px;
}
















}


@media only screen and (max-width:1180px) {
.w{
	width:1024px;
}
.pc_header h1.logo {
    margin-right:3%;
    width:16%;
}


.about2_sec {
    padding: 0 60px;
}
.about2_sec .swiper-slide {
    width: 280px;
    height: auto;
}
.cus1_map_m {
    padding: 30px 3%;
    width: 100%;
    min-height: 50px;
     position: static; 
    margin-top:20px;
}

.cus1_map1 span {
    top: 260px;
    right: 255px;
}
.cus1_map2 span {
    top: 130px;
    left: 594px;
}

.cus1_map5 span {
    top: 115px;
    left: 480px;
}
.cus1_map6 span {
    top: 120px;
    left: 309px;
}
.cus1_map4 span {
    top: 280px;
    left: 379px;
}
.cus1_map3 span {
    top: 300px;
    left: 565px;
}


.in1_sec2,
.in1_sec1 {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    margin-bottom:20px;
}
.in122_sec1, .in122_sec2 {
    width: 49%;
}










}


@media only screen and (max-width:1080px) {
.w{
	width:100%;
	padding:0 3%;
}
.footer,
.pc_header{
	display: none;
}
.phone_head{
	display: block;
}
.foot_email{
	margin-top:10px;
}
.in_banner,
.ny_banner{
	margin-top:60px;
}
.cus1_map1 span {
    top: 260px;
    right: 202px;
}
.cus1_map_m,
.cus1_map span {
   position:static;
   display: block!important;
}

.cus1_map_m{
	margin-bottom:20px;
}
.cus1_map span {
    height: 60px;
}

.cus1_img{
	width:100%;
	height:auto;
}

.in_ban {
    height: 400px;
}
.fixed_footer{
	display: block;
}

footer{
	/*margin-bottom:60px;*/
	margin-bottom:48px;
}












}


@media only screen and (max-width:960px) {
.in_title {
    margin-bottom:25px;
}
.case_sec {
    margin-top:45px;
}

.in5_sec li {
    width: 25%;
}

.in_title h2 {
    font-size:28px;
    line-height: 28px;
}

.ny_nav a {
	margin:0 10px;
}

.ny_banner {
    height: 260px;
}
.pro_banner,
.news_banner,
.case1_banner{
	 height:240px;
}

.news_sec li {
    width:100%;
    margin-right:0;
}
.contact_sec2 {
    padding: 30px 3%;
}

.about3_sec1 {
    top:20px;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 5%;
}
.about3_sec1::before {
    right: 5%;
}
.about3_sec1::after {
    left: 2%;
}

.ab1_sec1 {
    line-height: 22px;
    padding: 30px 3%;
    top: 20px;
}

.about2_sec .swiper-slide {
    width: 280px;
    height: auto;
}
.about2_sec {
    padding: 0 43px;
}
.in_ban {
    height:340px;
}

.in4_sec1, .in4_sec2{
	width:100%;
}
.in4_sec1{
	margin-bottom:20px;
}










}


@media only screen and (max-width:560px) {
.in_title h2 {
    font-size:22px;
    line-height: 22px;
}

.ny_nav a {
    height:40px;
    line-height: 40px;
    font-size: 14px;
}

.ny_banner {
    height:150px;
}

.in5_sec li {
    width:50%;
}

.foot_copy span{
	display: block;
	width:100%;
	margin-right:0;
	margin-bottom:5px;
}

.pro_banner,
.news_banner,
.case1_banner{
	 height:130px;
}
.case1_sec li {
    width:100%;
    margin: 0 0 20px;
}
.fenye span a {
    padding: 0 10px;
    line-height: 22px;
}

.in42_date {
    width: 30%;
    margin-bottom:10px;
}

.in42_main{
	width:100%;
}
.in42_main h3 {
    margin: 5px 0 10px;
}

.in42_sec li {
    margin-bottom:30px;
}
.in2_main li{
	width:100%;
	margin-right:0;
}
.pro_sec {
    margin-bottom:0px;
}

.contact_sec{
	height:auto;
}
.contact_sec1{
    width: 100%;
    height:300px;
}
.contact_sec2 {
    width: 100%;
    height:auto;
}
.about5_sec1 {
    margin-bottom:20px;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 3%;
}
.ab52_m {
    height: auto;
    padding: 20px 3%;
    font-size: 14px;
    line-height: 22px;
}
.about6_sec .owl-dots,
.about5_sec2 .owl-dots {
    padding-top: 20px;
}
.ab1_sec1,
.about1_sec1,
.about3_sec1{
	width:100%;
	position:static;
	margin-bottom:20px;
}

.about1_sec2,
.about3_sec2{
	width:95%;
	float:left;
}

.about2_sec {
    padding: 0;
}
.about2_sec .swiper-slide {
    width: 220px;
    height: auto;
}

.in_banner .owl-prev, .in_banner .owl-next {
    top:35%;
}
.in_ban {
    height: 180px;
}
.in12_sec1{
	background-size:100px auto;
	height:auto;
}
.in12_sec1 a {
    padding: 20px 32% 20px 20px;
}

.in122_sec1, .in122_sec2 {
    width: 100%;
	height:auto;
	margin-bottom:20px;
	background-size:100px auto;
}

.in122_sec1 a, .in122_sec2 a {
    padding: 20px 8% 20px 20px;
}
.in2_sec .hd li{
	margin-bottom:5px;
}

.in3_main {
    margin:0 8px;
}

.in3_sec .owl-carousel .owl-stage-outer{
	height:auto;
}

.in41_date{
	display: none;
}

.in41_m {
    width: 100%;
    height: auto;
}
.in4_sec2{
	height:auto;
}
.pro_sec .plst{
	margin-bottom:20px;
}


.in121_img{
	display: none;
}

.in121_main{
	width:100%;
}
.in12_sec1{
	background:#fff!important;
}
.in12_sec1 a {
    padding: 20px 3%;
}

.in122_sec1 .in1221_main {
    width: 50%;
}

.pro_sec .plst li,
.in2_sec .hd li {
    padding: 0 0px 12px 30px;
    margin: 0 1% 10px;
    width:48%;
    text-align: left;
}
.pro_sec .plst {
    text-align: left;
}








.in1_section,
.in2_section,
.in3_section,
.in4_section,
.in5_section,
.about1_section,
.about2_section,
.about3_section,
.about4_section,
.about5_section,
.about6_section,
.contact_section,
.pro_section,
.news_section,
.case1_section,
.case_section {
    padding: 40px 0;
}



}


@media only screen and (max-width:380px) {
.ny_banner {
    height:130px;
}
.pro_banner,
.news_banner,
.case1_banner{
	 height:115px;
}
.in_ban {
    height: 150px;
}




}

@media only screen and (max-width:320px) {

.ny_banner {
    height:110px;
}
.pro_banner,
.news_banner,
.case1_banner{
	 height:100px;
}
.in_ban {
    height: 130px;
}


}














.new-leftinfo {
	width: 97%;
	background: #fff;
	font-size: 14px;
	line-height: 1.85;
	color: #7e7e7e;
	padding: 25px 22px;
}
.new-leftinfo-next {
	font-family: "microsoft yahei", simhei;
	font-size: 14px;
	padding-top: 10px;
	color: #3c3c3c;
}
.new-leftinfo-h3 {
	color: #3c3c3c;
	font-size: 24px;
	border-left: 8px solid #038fe0;
	line-height: 1;
	padding-left: 15px;
	font-weight: 100;
	font-family: "microsoft yahei", simhei;
}
.new-leftinfo-date {
	color: #c1c1c1;
	padding: 15px 0 20px 25px;
	border-bottom: 1px solid #eee;
}
.new-leftinfo-text {
	padding: 30px 10px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 15px;
}
.new-leftinfo-text p{
	margin-top:5px;
}
.new-leftinfo-text img {
	max-width: 100%;
	padding: 10px 0;
}


.new-leftinfo a{ color: #333;}

