

@font-face {
	font-family: 'OPENSANS';
	src: url('../font/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:1em;
   	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;
}


.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


@-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 .top{
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#fff;
	background:#333333;
}


.top_link{
	height:36px;
}
.top_link a{
	margin-right:20px; color:#fff;
}
.top_other .tel{
	padding-left: 30px;
	margin-right:40px;
	font-size: 18px;
	color: #fff;
	background: url(../image/tel.jpg) no-repeat left center;
}
.top_other .language{
	font-size: 14px;
	color: #fff;
	padding-left:25px;
	background:url(../image/earth.png) no-repeat left center;
	transition:all 0.2s;
}
.top_other .language:hover{
	color: #1C3B7E;
	background:url(../image/earth1.png) no-repeat left center;
}

.pc_header .header{
	height:102px;
	transition:all 0.5s;
	background:#fff;
}



h1.logo{
	width:22.75%;
	height:102px;
	line-height:102px;
	transition:all 0.3s;
}

h1.logo img{
	vertical-align: middle;
	width: 100%;
}


.head{
	/*width:62%;*/
	float: right;
}

.pc_nav{
	/*width:100%;*/
}


.pc_nav .nav_li{
	display: block;
	float: left;
	position:relative;
	margin:0 20px;
	transition:all 0.3s;
	height:102px;
	line-height:102px;
} 

.pc_nav .nav_li:last-child{
	margin-right: 0;
}

.pc_nav .nav_li:before {
    display: block;
    content: '';
    position: absolute;
    width: 76px;
    height: 3px;
    bottom:15px;
    left: 50%;
    margin-left:-38px;
    background: #0057A8;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1),opacity 0.2s;
}
.pc_nav .nav_li:hover:before,
.pc_nav .nav_li.on:before{
	transform: scale(1, 1);
}

.pc_nav .nav_li .nav_a{
	display: block;
	width:100%;
	height:100%;
	font-size:16px;
	color:#444444;
}

.pc_nav .nav_li:hover .nav_a{
	font-weight:bold;
}


.pc_nav .nav_li .setNav{
	position:absolute;
	left:50%;
	margin-left:-120px;
	top:100%;
	z-index:10;
	width:240px;
	background:rgba(33,70,155,0.55);
	padding:15px 25px 30px;
	display: none;
}

.pc_nav .nav_li .setNav li a{
	display: block;
	color:#fff;
	font-size:14px;
	line-height:14px;
	padding:10px 5px;
	border-bottom:1px solid rgba(255,255,255,0.27);
}
.pc_nav .nav_li .setNav li a:hover{
	font-weight:bold;
}










.header.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999999;
	height:50px;
	box-shadow:0px 0px 10px #ccc;
}

.header.fixed h1.logo {
	width: 14%;
    height: 50px;
    line-height: 50px;
}



.header.fixed .pc_nav .nav_li {
    height: 50px;
    line-height: 50px;
}


.header.fixed .pc_nav .nav_li:before{
	bottom: 0;
}



/*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:160px;
	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:#163984 url(../image/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:40px;
}

.phone-head .mask-close{
	background:#163984 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(../image/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*/

.bottom{
	padding:20px 0;
	background:#333;
	color:#fff;
	font-size:14px;
	line-height:14px;
}

.bottom span{
	margin-right:15px;
}
.bottom a{
	color:#fff;
}
.bottom a:hover{
	opacity:0.8;
}



.footer{
	padding:60px 0 30px;
	background:url(../image/f_bg.jpg) no-repeat center;
	background-size:auto 100%;
	color:#fff;
	font-size:14px;
}

.footer h3{
	/*font-size:20px;*/
	font-size:20px;
	line-height:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.foot1{
	width:31%;
}

.foot3{
	width:35%;    
	margin-left: 3%;
}
.foot4{
	width:24.25%;
}

.foot4 ul li{
	float: left;
	width: 44%;
	
	text-align: center;
}

.foot4 ul li:nth-child(1){
	margin-right: 12%;
	}

.foot4 img{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.foot1 li{
	/*padding:0px 0px 20px 30px;*/
	padding:0px 0px 10px 30px;
	/*font-size:16px;*/
	font-size:14px;
}
.foot1 li:nth-child(1){
	background:url(../image/f1.png) no-repeat left top;
}
.foot1 li:nth-child(2){
	background:url(../image/f2.png) no-repeat left 5px;
}
.foot1 li:nth-child(3){
	background:url(../image/f3.png) no-repeat left top;
}



.foot3 a{
	display: inline-block;
	color:#fff;
	margin:0 10px 10px 0px;
	padding-right:10px;
	background:url(../image/f_xian.jpg) no-repeat right center;
}
.foot3 a:first-child{
	margin-left:0;
}

.foot3 a:hover{
	color:#1C3B7E;
}



/*手机底部*/

.fixed_footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:99999999;
	background:#163984;
	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(../image/ff1.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(2){
	background:url(../image/ff2.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(3){
	background:url(../image/f03.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(4){
	background:url(../image/f04.png) no-repeat center 0px;
}





/***************************
 * *********index*********
 * *************************/
.in_banner{
	position:relative;
}
.in_banner .swiper-container{
	width: 100%;
}
.in_banner .swiper-slide a{
	display: block;
	width: 100%;
	height:564px;
	background:url(../image/banner.jpg) no-repeat center;
	background-size:auto 100%!important; 
} 
.in_banner .swiper-pagination{

	position:absolute;
	bottom:40px;
	text-align: center;
	left:0;
	right:0;
	z-index:10;
}

.in_banner .swiper-pagination-bullet{
	display: inline-block;
	width:68px;
	height:3px;
	background:#350b0f;
	transition:all 0.3s;
	cursor:pointer;
	margin:0 6px;
	border-radius: 0;
	
}

.in_banner .swiper-pagination-bullet-active{
	background:#0057A8;
}


/*标题*/
.in_title{
	text-align: center;
}
.in_title h1{
	font-size: 30px;
	color: #1C3B7E;
	font-weight: bold;
	background: url(../image/titbg.png) no-repeat center bottom;
}
.in_title h2{
	font-size: 22px;
	color: #333;
	
}
	

/*index*/
.in1_section{
	padding:80px 0;
	background: url(../image/in1bg.jpg) no-repeat left center;
	background-size: 100% 100%;
	}
.in1_sec{
	padding-left: 25px;
}
	

.in1_sec1{
	width: 38%;
	background: #FFFFFF;
	-moz-box-shadow:10px 10px 5px #E7E7E7;
	 -webkit-box-shadow:10px 10px 5px #E7E7E7;
	  box-shadow:10px 10px 5px #E7E7E7;
}
.in1_sec1 img{
	margin-left: -25px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}


.in1_sec2{
	width: 62%;
	padding: 0 40px;
}
.in1_sec2 .t1{
	margin: 30px 0;
	font-size: 25px;
	color: #1C3B7E;
	font-weight: bold;
}
.in1_sec2 .t2{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.in1_sec2 .t3{
	float: right;
	display: block;
	width: 153px;
	height: 37px;
	line-height: 37px;
	border-radius: 25px;
	background: #1C3B7E;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.in1_sec2 .t3:hover{
	opacity: 0.7;
}

.in2_section{
	padding-top:45px;
	overflow: hidden;
	background: #F6F6F6;
}
.in2_sec{
	margin-top:70px;
}


.in2_sec1,
.in2_sec3{
	background:#1C3B7E;
	position:relative;
}
.in2_sec2{
	background:#1C3B7E;
	position:relative;
}
.in2_img{float: left;}
.in2_mm{float: right;}

.in2_sec2 .in2_img{float: right;}
.in2_sec2 .in2_mm{float: left;}


.in2_img,
.in2_mm{
	width:50%;
	height:100%;
	overflow: hidden;
}

.in2_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s; 
}
.in2_main:hover .in2_img img{
	transform: scale(1.1);
}



.in2_sec1 .owl-prev,
.in2_sec1 .owl-next,
.in2_sec2 .owl-prev,
.in2_sec2 .owl-next,
.in2_sec3 .owl-prev,
.in2_sec3 .owl-next{
	position:absolute;
	z-index:5;
	bottom:60px;
	width:10px;
	height:20px;
	text-indent:-999px;
	background-size:100% auto!important;
	transition:all 0.3s;
	overflow: hidden;
}
.in2_sec1 .owl-prev,
.in2_sec3 .owl-prev{
	right:14%;
	background:url(../image/in2l.png) no-repeat center;
}
.in2_sec1 .owl-next,
.in2_sec3 .owl-next{
	right:8%;
	background:url(../image/in2r.png) no-repeat center;
}


.in2_sec1 .owl-prev:hover,
.in2_sec2 .owl-prev:hover,
.in2_sec3 .owl-prev:hover,
.in2_sec1 .owl-next:hover,
.in2_sec2 .owl-next:hover,
.in2_sec3 .owl-next:hover{
	width:15px;
}


.in2_sec2 .owl-prev{
	left:36%;
	background:url(../image/in2l.png) no-repeat center;
}
.in2_sec2 .owl-next{
	left:42%;
	background:url(../image/in2r.png) no-repeat center;
}
.in2_mmbox{
	padding:50px 5%;
	border: 1px solid #fff;
	

	
}
.in2_mm{
	padding: 10px;

}
.in2_mm h3{
	font-size:25px;
	line-height:25px;
	color:#fff;
	font-weight: bold;
	margin-bottom:30px;
}
.in2_sec2 .in2_mm h3{
	color:#fff;
}
.in2_m{
	font-size:16px;
	color:#fff;
	min-height:110px;
	padding-bottom:36px;
}
.in2_m a{
	display: block;
	float: left;
	width: 50%;
	font-size: 16px;
	color: #ccc;
	line-height: 30px;
}

.in2_a a{
	height: 46px;
	font-size:18px;
	display: inline-block;
	padding-bottom:12px;
	color:#fff;
	border-bottom:1px solid #fff;
	transition:all 0.3s;
}
.in2_a a:hover{
	border:1px solid #fff;
	padding:10px;
}
.in2_sec2 .in2_a a:hover,
.in2_sec2 .in2_a a{
	border-color:#fff;
}


.in3_section{
	position: relative;
	padding:80px 0 100px;
	background:#fff;
	overflow: hidden;
}
.in3_sec{
	margin-top: 60px;
	padding: 0 14px 20px;
	background: url(../image/in3bg.jpg) repeat-x left center;
	background-size: auto 100%;
}
.casebox{
	margin: 0 10px;
	border: 1px solid #E5E5E5;
	background: #fff;
}
.casebox .pic img{
	display:block;
	width: 100%;
}
.casebox .tbox{
	font-size: 16px;
	color: #333;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.in3_sec .owl-controls{
	position: absolute;
	bottom: -90px;
	left: 0;
	width: 100%;
	text-align: center;
}
.in3_sec .owl-prev,
.in3_sec .owl-next{
	display: inline-block;
	position:static;
	z-index:5;
	width:59px;
	height:32px;
	text-indent:-999px;
	background-size: auto 100%!important;
	transition:all 0.3s;
	overflow: hidden;
}

.in3_sec .owl-prev{
	background:url(../image/in3l.jpg) no-repeat center;
}

.in3_sec .owl-next{
	background:url(../image/in3r.jpg) no-repeat center;
}

.in3_sec .owl-prev:hover,
.in3_sec .owl-next:hover{
	border: 1px solid #ccc;
	opacity: 0.8;
}




.in5_section{
	padding: 70px 0 90px;
	background:#F6F6F6;
	overflow: hidden;
}

.in5_sec{
	padding-top:50px;
}
.in5_sec .owl-nav{
	display: none!important;
}

.in5_sec .owl-dots{
	margin-top: 30px;
	text-align: center;
}
.in5_sec .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 4px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	border-radius: 50%;
	background: #C2C1BD;
}
.in5_sec .owl-dots .owl-dot.active{
	background: #1A3880
}
.in5_main{
	margin:13px;
	background:#fff;
	transition:all 0.2s;
}


.in5_m{
	padding:20px 25px 20px;
}
.xian{
	width: 36px;
	height: 5px;
	background: #D9D9D9;
	transition:all 0.2s;
	
}
.in5_m .t1{
	color:#666;
	font-size:16px;
	line-height:16px;
	height: 16px;
	font-weight: bold;
	margin: 15px 0;
}
.in5_m .t2{
	height:40px;
	overflow: hidden;
	color:#666666;
	font-size:14px;
	line-height:20px;
}

.in5_m .t3{
	margin: 10px 0 15px;
	color:#666666;
	font-size:12px;
	line-height:12px;
}

.in5_m .t4{
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: url(../image/go1.jpg) no-repeat left center;
	transition:all 0.2s;
	
}
.in5_main:hover{
	box-shadow:0px 0px 25px #989797;
}

.in5_main:hover .xian{
	width: 100%;
	background: #1A3880;
}
.in5_main:hover .in5_m .t4{
	background-image: url(../image/go2.jpg);
}



.in6_section{
	padding-top: 140px;
	height: 213px;
	text-align: center;
	background: url(../image/pic6.jpg) no-repeat left center;
	background-size: cover;
	overflow: hidden;
}

.in6_section .t{
	font-size: 28px;
	color: #000;
}
.in6_section a{
	margin-top: 45px;
	display: inline-block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border-radius: 25px;
	background: #1C3B7E;
}



/***************************
 * *********about*********
 * *************************/
.ny_banner{
	height:300px;
	background-size:auto 100%!important;
}
.ny_banner a{
	display: block;
	width:100%;
	height:100%;
}
.ab_banner{
}

.about_section{
	padding: 50px 0;
}

.about_main{
	font-size: 15px;
	color: #666;
	padding: 0 10px;
}

.about_main p{
	text-indent: 2em;
	line-height: 25px;
}
.about_main img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 100%;
}





/***************************
 * *********products*********
 * *************************/
.pro_banner{
	background:url(../image/banner3.jpg) no-repeat center;
}



.ny_left{
	width:24.16%;
}
.ny_right{
	width:74.16%;
}

.ny_left .top{
	height:87px;
	text-align: center;
	padding:20px 0;
	background:url(../image/top_bg.jpg) no-repeat center;
	background-size:100% 100%;
	color:#fff;
}
.ny_left .top h2{
	font-size:22px;
	line-height:22px;
	margin-bottom:12px;
	font-weight:bold;
}
.ny_left .top p{
	font-size:16px;
	line-height:16px;
}
.ny_left .guide{
	margin-bottom:20px;
}

.ny_left .guide dl{
	border-bottom: 1px solid #fff;
}

.ny_left .guide dt a{
	display: block;
	padding:25px 2% 20px 20%;
	background:#dcdcdc url(../image/ny_nav1.png) no-repeat 10% 28px;
	color:#666666;
	font-size:16px;
}

.ny_left .guide dt:hover a{
	background-color: #ccc;
}

.ny_left .guide dd{
	display: none;
	padding:10px 0;
	background:#f4f4f4;
}

.ny_left .guide dd a{
	display: block;
	padding:10px 2% 10px 20%;
	background:#f4f4f4 url(../image/ny_nav2.png) no-repeat 10% center;
	color:#666666;
	font-size:13px;
}

.ny_left .guide dd a:hover,.ny_left .guide dd a.on{
	color:#163984;
	text-decoration: underline;
}


.ny_left .contact{
	background:#f1f1f1; 
}

.ny_left .contact h2{
	padding-left: 155px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background:#163984 url(../image/ct.jpg) no-repeat 18px center; 
}

.ny_left .contact .main{
	padding:25px 30px;
}

.ny_left .contact .tit h3{
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:15px;
	color:#333333;
}
.ny_left .contact .tit p{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:25px;
	color:#666;
}

.ny_left .contact .main .tel{
	padding-left:40px;
	background:url(../image/con1.jpg) no-repeat left center;
	font-size:22px;
	line-height:24px;
	color:#163984;
	font-weight:bold;
	font-family: arial;
	margin-bottom:20px;
}

.ny_left .contact .main .email{
	padding-left:45px;
	background:url(../image/con2.jpg) no-repeat left center;
	font-size:14px;
	line-height:24px;
	color:#163984;
	font-family: arial;
	margin-bottom:25px;
}
.ny_left .contact .main .addr{
	padding-left:45px;
	background:url(../image/con3.jpg) no-repeat left top;
	font-size:14px;
	line-height:24px;
	color:#163984;
	font-family: arial;
	margin-bottom:25px;
}




.pro_section{
	padding:50px 0 120px;
}

.pro_tit{
	padding:10px 0 20px 10px;
	border-bottom:1px solid #cccccc;
	margin-bottom:35px;

    color: #333333;
    font-size: 14px;
    line-height:18px;
}
.pro_tit h2{
	display: inline-block;
	font-size: 16px;
	color: #024DA2;
	font-weight: bold;
}

.pro_tit span{
	float: right;
	padding-left: 25px;
	background: url(../image/add.jpg) no-repeat left center;
	
}

.pro_tit a{
	color:#333;
}
.pro_tit a:hover{
	color:#163984;
}

.pro_main li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:22px;
	background:#fff;
	border:1px solid #cdcdcd;
	text-align: center;
}
.pro_main li:nth-child(3n){
	margin-right:0;
}

.pro_img{
	overflow: hidden;
	position:relative;
}
.pro_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
.pro_main li:hover .pro_img img{
	transform: scale(1.1);
}

.pro_img p{
	padding:4px 0;
	background:#979797;
	color:#fff;
	font-size:16px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	z-index:3;
}
.pro_m{
	padding:15px 10%;
}

.pro_m a{
	display: inline-block;
	width:36%;
	margin:0 5%;
	text-align: center;
	font-size:14px;
	line-height:26px;
	border-radius:3px;
	transition:all .2s;
}

.pro_m a.pro_ma1{
	background:#163984;
	color:#fff;
	opacity:.8;
}
.pro_m a.pro_ma2{
	border:1px solid #cccccc;
	background:#fff;
	color:#666;
}

.pro_m a.pro_ma1:hover{
	box-shadow:0px 0px 5px #1a3880;
}
.pro_m a.pro_ma2:hover{
	box-shadow:0px 0px 5px #cccccc;
	background:#cccccc;
	color:#fff;
}




/***************************
 * *********prodetails*********
 * *************************/

.prode_section{
	padding: 50px 0 30px;
}

.prode1_sec{
	margin-bottom:70px;
	border:1px solid #cccccc;
	padding:5px;
}

.prode1_img{
	width:61.5%;
}
.prode1_img img{
	display: block;
	width:100%;
	height:auto;
}


.simg{
	margin:  10px 0 15px;
}


.prode1_img .swiper-button-next,.prode1_img .swiper-button-prev{
	background-color: rgba(0,0,0,0.7);
}




.prode1_img .gallery-thumbs .swiper-slide {
   
    opacity: 0.5;
}
.prode1_img .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.prode1_main{
	width:38.5%;
	padding: 0 15px;
}

.prode1_main h2{
	font-size:16px;
	line-height:20px;
	color:#666666;
	font-weight:bold;
	padding:15px 0 35px;
	border-bottom: 1px solid #ccc;
}

.prode1_m {
	font-size: 14px;
	color: #666;
	line-height: 35px;
}

.prode1_main a {
	display: block;
	margin: 40px auto 0;
	width: 222px;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #163984;
	border-radius: 4px;
}


.prode2_sec{
	border:1px solid #cccccc;
	padding:45px 5%;
	position:relative;
}
.prode2_sec .hd{
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	width:100%;
	overflow: hidden;
}
.prode2_sec .hd li{
	float:left;
	width:12%;
	margin-right:0.4%;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background:#eaeaea;
	border:1px solid #cccccc;
	cursor: pointer;
	text-align: center;
	line-height:48px;
	color:#666666;
	font-size:16px;
}
.prode2_sec .hd li.on{
	background:#163984;
	border-color:#163984;
	color:#fff;
}
.prode2_main{
	font-size:16px;
	line-height:32px;
	color:#666666;
}
.prode2_main img{
	display: block;
	max-width:100%;
	height:auto;
	margin:20px 0;
}






/***************************
 * *********news*********
 * *************************/
.news_banner{
	background:url(../image/banner4.jpg) no-repeat center;
}

.news_section{
	padding:50px 0 60px;
	overflow: hidden;
}

.news3_main li{
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #e9e9e9;
}


.news_date{
	width:9.6%;
	padding:10px 10px 15px;
	text-align: center;
	border:2px solid #b4b4b4;
	color:#666666;
	transition:all .2s;
}
.news_date h3{
	font-size:34px;
	line-height:34px;
	padding-bottom:4px;
	margin-bottom:10px;
	border-bottom:1px solid #B4B4B4;
}
.news_date p{
	font-size:16px;
	line-height:16px;
}
.news_main{
	width:86%;
	font-size:14px;
	line-height:26px;
	color:#666666;
}
.news_main h3{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:5px 0 20px;
	color:#000000;
}


.news_main p{
	height: 52px;
	overflow: hidden;
}
.news3_main li:hover .news_main h3{
	color:#163984;
}

.news3_main li:hover .news_date{
	background:#163984;
	border-color:#163984;
	color:#fff;
}


.page{
	margin-top: 30px;
	text-align: center;
}
.page a{
	display: inline-block;
	font-size: 12px;
	color: #6E6E6E;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e2e2e2;
	background: #F4F4F4 url(../image/page.jpg) repeat-x left center;
}

.page a.on,
.page a:hover{
	background: #2B578C;
	border-color: #2B578C;
	color: #fff;
}

















.goup,
.godown,
.goleft,
.goright{
	opacity: 0;
}


.goup.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;
}
.godown.articleShow{
	-webkit-animation: fadeIndown .8s ease-in-out both;
	-moz-animation: fadeIndown .8s ease-in-out both;
	-ms-animation: fadeIndown .8s ease-in-out both;
	animation: fadeIndown .8s ease-in-out both;
	opacity: 1;
}
.goleft.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;
}

.goright.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:1460px ) {



h1.logo img{
	max-width:100%;
	
}


.ny_banner {
    height: 300px;
}

.in_banner .swiper-slide a {
    height: 550px;
}














}



@media only screen and (max-width:1320px ) {
.w{
	width:1100px;
}

.pc_nav .nav_li .nav_a {
    font-size: 15px;
}
.in_banner .swiper-slide a {
    height: 500px;
}



}



@media only screen and (max-width:1280px ) {






}



@media only screen and (max-width:1200px ) {
.in_banner .swiper-slide a {
    height:400px;
}

.in_banner .swiper-pagination {
    bottom: 20px;
}
.ny_banner {
    height: 300px;
}




}


@media only screen and (max-width:1100px ) {
.w{
	width:100%;
	padding:0 3%;
}
.pc_header{
	display: none;
}

.phone_head{
	display: block;
	box-shadow:0px 0px 10px #ccc;
}

.in_banner .swiper-slide a  {
    height:350px;
}
.in_banner,
.ny_banner{
	margin-top:60px;
}



















}



@media only screen and (max-width:1024px ) {
footer{
	margin-bottom: 48px;
}
.footer{
	display: none;
}

.in2_mmbox {
    padding: 16px 5%;}
.in6_section{
	padding-top: 40px;
	height: 160px;
}
.fixed_footer{
	display: block;
}
.ny_left .contact .main .tel{font-size: 16px;}
}



@media only screen and (max-width:960px ) {

.in_banner .swiper-slide a {
    height: 250px;
}
.ny_banner {
    height: 200px;
}

.in2_img, .in2_mm {
    width: 100%;
    height: auto;
}
.in2_sec2 .in2_img{float: left;}
.in2_sec2 .in2_mm{float: right;}




.in2_sec2 .owl-next {
    left: auto;
    right:8%;
    /*top:35%*/
}
.in2_sec2 .owl-prev {
    left: auto;
    right:14%;
    /*top:35%*/
}
.in3_sec2 .owl-next {
    right:0;
}
.in3_sec2 .owl-prev {
    left:0;
}


.in6_section .t{
	font-size: 16px;
}


.in6_section a{
	font-size: 13px;
	margin-top: 15px;
	width: auto;
	padding: 0 15px;
}
.in6_section {
    padding-top: 10px;
    height: 100px;
}

.ny_left {
    display: none;
}
.ny_right {
    width: 100%;
}


.prode1_img{
	width: 100%;
}

.prode1_main{
	width: 100%;
}
.prode1_main a{
	margin: 15px auto;
}


}



@media only screen and (max-width:780px ) {


.in1_section,.in3_section,.in5_section,.pro_section,.about_section,.news_section,.prode_section{
	padding: 30px 0;
}
.in5_sec{
	padding-top: 20px;
}

.in3_sec{
	margin-top: 20px;
}
}



@media only screen and (max-width:560px ) {

.in_banner .swiper-slide a  {
    height: 150px;
}
.in_banner .swiper-pagination-bullet {
    width:20px;
    height: 2px;
}


.phone_head .logo {
    width: 33%;
}

.ny_nav.left {
	display: none;
}
.ny_banner {
    height:100px;
}

.in1_section{
	background: #fff;
}
.in1_sec1 img {
    margin-left: 0px;
    margin-bottom: 0px;
    }
   
.in1_sec1{
	width: 100%;
	box-shadow:none;

}
.in1_sec{
	padding-left: 0;
	
}
.in1_sec2{
	width: 100%;
	padding: 0;
}

.in1_sec2 .t3{
	width: 100%;
	margin-top: 10px;
}
.in1_sec2 .t1{
	font-size: 16px;
	margin: 10px 0;
}

.in_title h1 {
    font-size: 20px;}

.in_title h2 {
    font-size: 15px;}

.in2_sec {
    margin-top: 20px;
}

.in2_mm h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    }

.in2_m a{
	width: 100%;
	font-size: 14px;
}
.in2_m{
	padding-bottom: 15px;
}
.in6_section{
	height: 123px;
}

.in6_section a{
	height: 35px;
	line-height: 35px;
}


.pro_main li {
    width: 100%;
    margin-right: 0;
}

.news_date{
	display: none;
}
.news_main{
	width: 100%;
}

.page{
	margin-top: 15px;
}

.prode2_sec .hd li{
	width: 33%;
}
.prode1_main h2{
	padding: 15px 0;
}


.in2_sec1,.in2_sec2, .in2_sec3{
	margin-bottom: 15px;
}
}



@media only screen and (max-width:380px ) {
.in_banner .swiper-slide a {
    height: 140px;
}
.phone_head .logo {
    width: 35%;
}
.ny_banner {
    height:90px;
}




}



@media only screen and (max-width:320px ) {

.in_banner .swiper-slide a {
    height: 160px;
}
.phone_head .logo {
    width: 38%;
}
.ny_banner {
    height:80px;
}













}






.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;}






