
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,
body{
	/*width:100%;
	height:100%;*/
}

body{
	font-family:Microsoft-Yahei,"微软雅黑",arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
   	font-weight: lighter;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family:Microsoft-Yahei,"微软雅黑",arial, Helvetica, sans-serif;
}

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;
}


.container{
	background:red;
}


/*leader*/

.leader_section{
	background:url(../images/leader_bg.jpg) no-repeat center;
	width:100%;
	height:auto;
	text-align: center;
	padding-top:8%;
	box-sizing: border-box;
	position:relative;
	overflow: hidden;
}

.leader_section>a{
	display: block;
	width:100%;
	height:100%;
}
.leader_section .leader_logo img{
	height:90px;
	width:auto;
}
.leader_section .leader_logo p{
	margin-top:30px;
	font-size:30px;
	line-height:30px;
	color:#fff;
}

.leader_bot{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.6);
	padding:40px 0;
	height:auto;
}

.leader_m{
	color:#fff;
}

.leader_m h3{
	font-size:32px;
	line-height:32px;
	margin-bottom:10px;
}

.leader_m p{
	font-size:22px;
	line-height:26px;
}




/*banner*/
/*.go_section{
	width:100%;
	text-align: center;
	line-height:30px;
	position:relative;
}*/
.banner .go_section{
	position:absolute;
	bottom:100px;
	width:100%;
	text-align: center;
}

.go_section a{
	display: block;
	width:50px;
    height:100px;
    position: relative;
    margin:0 auto;
   /* margin:20px auto 0px;
    border:1px solid #2376b3;
    border-radius:15px;*/
}

/*.go_section a{
	display: block;
	width:100%;
	height:100%;
}*/

.go_section img{
	/*vertical-align: middle;
	animation:mymove 3s infinite;
	-webkit-animation:mymove 3s infinite;
	position:absolute;
	height:20px;
	margin-left:-19px;*/
	width:30px;
    height: auto;
    display: block;
    position: absolute;
    left:8px;
    bottom: 13px;
    animation-delay: 0ms;
    animation-duration: 1340ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}

@-webkit-keyframes arrow {
    0% { -webkit-transform: translate3d(0px, 0px, 0px); }
    50% { -webkit-transform: translate3d(0px, -8px, 0px); }
    100% { -webkit-transform: translate3d(0px, 0px, 0px); }
}

@keyframes arrow {
    0% { -webkit-transform: translate3d(0px, 0px, 0px); }
    50% { -webkit-transform: translate3d(0px, -8px, 0px); }
    100% { -webkit-transform: translate3d(0px, 0px, 0px); }
}

/*@keyframes mymove
{
from {top:5px;}
to {top:55px;}
}

@-moz-keyframes mymove 
{
from {top:5px;}
to {top:55px;}
}

@-webkit-keyframes mymove 
{
from {top:5px;}
to {top:55px;}
}

@-o-keyframes mymove
{
from {top:5px;}
to {top:55px;}
}*/

.banner{
	position:relative;
}



.in_banner{
	overflow: hidden;
	width:100%;
	/*height:550px;*/
	height:100%;
	/*margin-top:-10px;*/
}

.in_banner .slideBox{
	width:100%;
	height:100%;
	position:relative;
}
.in_banner .slideBox .bd,
.in_banner .slideBox .bd .tempWrap,
.in_banner .slideBox .bd ul{
	width:100%;
	height:100%;
}
.in_banner .bd li{
	width:100%;
	height:100%;
	background-size:auto 100%!important;
	color:#fff;
	position: relative;
}



/*.in_banner .bd li img{
	width:100%;
	margin-top:-5%;
}*/

.in_banner .slideBox .hd{
	position:absolute;
	bottom:6%;
	left:0;
	right:0;
	text-align: center;
	width:100%;
	z-index: 10;
	display: none;
}


.in_banner .slideBox .hd li{
	display: inline-block;
	width:7%;
	height:3px;
	background:#0083CC;
	margin:0 5px;
	cursor: pointer;
	padding-top:12%;
}
.in_banner .slideBox .hd li.on{
	background:#fff;
}


.in_banner .bd li .ban_title{
	text-align: center;
	/*margin-top:12%;*/
	color:#fff;
	margin-bottom:25px;
}

.in_banner .bd li .ban_title h2{
	font-size:36px;
	line-height:36px;
	/*margin-bottom:10px;*/
	margin-bottom:20px;
}

.in_banner .bd li .ban_title p{
	font-size:22px;
	line-height:20px;
	margin-bottom:10px;
}


.ban{
	position:absolute;
	top:18%;
	left:0;
	right:0;
}

.ban_main2{
	font-size:25px;
	text-align: center;
	color:#fff;
	letter-spacing:1px;
}

.ban_main1{
	/*margin-bottom: 15px;*/
	margin-bottom:30px;
	overflow: hidden;
	text-align: center;
}

.ban_main1 .ban_m{
	display: inline-block;
	width:100px;
	height:100px;
	border-radius:50px;
	background:#fff;
	margin:0 10px;
}

.ban_m11{
	height:60px;
	padding-top:10px;
	line-height:60px;
	color:#0083CC;
	font-size:12px;
	
}

.ban_m11 img{
	height:80%;
	width:auto;
	vertical-align: middle;
}
.ban_m11 h4 span{
	font-size:36px;
	font-weight:bold;
}

.ban_m12{
	height:30px;
	color:#0083CC;
	font-size:14px;
	margin-top:5px;
	
}

.in_banner .slideBox .prev,
.in_banner .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; opacity:0.5;   z-index:100;}
.in_banner .slideBox .next{ left:auto; right:3%;  }
.in_banner .slideBox .next:hover,
.in_banner .slideBox .prev:hover { filter:alpha(opacity=100);opacity:1;  }




/*header*/


header{
    /*background: -webkit-linear-gradient(left,#dcdddd,#ffffff,#dcdddd);
    background: -o-linear-gradient(left,#dcdddd,#ffffff,#dcdddd);
    background: -moz-linear-gradient(left,#dcdddd,#ffffff,#dcdddd);
    background: linear-gradient(to right,#dcdddd,#ffffff,#dcdddd); */
   background:#fff;
   /*box-shadow:0 5px 5px #eee;*/
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
    transition:all 0.3s;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:10000;
}
header.ny_header{
	top:0;
	bottom: auto;
}
header h1{
	height:90px;
	line-height:90px;
}
header h1 img{
	vertical-align: middle;
	max-height:80%;
	width:auto;
}
header h3{
	margin:0 2% 0 3%;
	height:90px;
	line-height:90px;
}
header h3 img{
	vertical-align: middle;
	/*animation:earth 5s linear infinite;
	-webkit-animation:earth 5s linear infinite;*/
}

@keyframes earth
{
  from{
    -webkit-transform:rotateY(0deg);
  }
  to{
    -webkit-transform:rotateY(360deg);
  }
}

@-moz-keyframes earth 
{
  from{
    -webkit-transform:rotateY(0deg);
  }
  to{
    -webkit-transform:rotateY(360deg);
  }
}

@-webkit-keyframes earth 
{
  from{
    -webkit-transform:rotateY(0deg);
  }
  to{
    -webkit-transform:rotateY(360deg);
  }
}

@-o-keyframes earth
{
  from{
    -webkit-transform:rotateY(0deg);
  }
  to{
    -webkit-transform:rotateY(360deg);
  }
}


.headheight{
	height:90px;
}



header nav>ul>li{
	float:left;
	width:auto;
	position:relative;
}

header nav>ul>li>a{
	display: block;
	line-height:90px;
	font-size:16px;
	color:#333;
	margin:0 15px;
}
header nav>ul>li.on>a,
header nav>ul>li>a:hover{
	color:#0083CC;
}



.two_nav{
	position:fixed;
	left:0;
	right:0;
	top:90px;
	background:rgba(255,255,255,0.8);
	padding:10px 0;
	text-align: center;
	display: none;
	z-index:10001;
}
.two_nav.active{
	display: block;
	z-index:10000;
}

.two_nav ul{
	padding:0 10%;
}

.two_nav li{
	display: inline-block;
	width:16%;
	text-align: center;
	border-right:1px solid #787877;
	height:auto;
	background-size:auto 45%!important;
}
.two_nav li a{
	display: block;
	width:100%;
	height:auto;
	padding-top:40px;
	color:#333;
	font-size:14px;
}

.two_nav.active li.lan a,
.two_nav li:hover a{
	color:#0083cc;
}

.two_nav li:first-child{
	border-left:1px solid #787877;
}



.two_nav.two_nav1 li:nth-child(1){
	background:url(../images/hpro11.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(2){
	background:url(../images/hpro21.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(3){
	background:url(../images/hpro31.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(4){
	background:url(../images/pro10182.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(5){
	background:url(../images/hpro41.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(1).lan,
.two_nav.two_nav1 li:nth-child(1):hover{
	background:url(../images/hpro12.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(2).lan,
.two_nav.two_nav1 li:nth-child(2):hover{
	background:url(../images/hpro22.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(3).lan,
.two_nav.two_nav1 li:nth-child(3):hover{
	background:url(../images/hpro32.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(4).lan,
.two_nav.two_nav1 li:nth-child(4):hover{
	background:url(../images/pro10181.png) no-repeat center 3px;
}
.two_nav.two_nav1 li:nth-child(5).lan,
.two_nav.two_nav1 li:nth-child(5):hover{
	background:url(../images/hpro42.png) no-repeat center 3px;
}



.two_nav.two_nav2 li:nth-child(1){
	background:url(../images/ab111.png) no-repeat center 3px;
}

.two_nav.two_nav2 li:nth-child(2){
	background:url(../images/ab121.png) no-repeat center 3px;
}

.two_nav.two_nav2 li:nth-child(3){
	background:url(../images/ab131.png) no-repeat center 3px;
}

.two_nav.two_nav2 li:nth-child(4){
	background:url(../images/ab141.png) no-repeat center 3px;
}


.two_nav.two_nav2 li:nth-child(1).lan,
.two_nav.two_nav2 li:nth-child(1):hover{
	background:url(../images/ab112.png) no-repeat center 3px;
}

.two_nav.two_nav2 li:nth-child(2).lan,
.two_nav.two_nav2 li:nth-child(2):hover{
	background:url(../images/ab122.png) no-repeat center 3px;
}

.two_nav.two_nav2 li:nth-child(3).lan,
.two_nav.two_nav2 li:nth-child(3):hover{
	background:url(../images/ab132.png) no-repeat center 3px;
}

.two_nav.two_nav2 li:nth-child(4).lan,
.two_nav.two_nav2 li:nth-child(4):hover{
	background:url(../images/ab142.png) no-repeat center 3px;
}




.two_nav.two_nav3 li:nth-child(1),
.two_nav.two_nav3 li:nth-child(2){
	background:url(../images/hnew_11.png) no-repeat center 3px;
}

.two_nav.two_nav4 li,
.two_nav.two_nav3 li:nth-child(3){
	background:url(../images/hnew_21.png) no-repeat center 3px;
}

.two_nav.two_nav3 li:nth-child(4){
	background:url(../images/hnew_31.png) no-repeat center 3px;
}

.two_nav.two_nav3 li:nth-child(1).lan,
.two_nav.two_nav3 li:nth-child(2).lan,
.two_nav.two_nav3 li:nth-child(1):hover,
.two_nav.two_nav3 li:nth-child(2):hover{
	background:url(../images/hnew_12.png) no-repeat center 3px;
}

.two_nav.two_nav4 li.lan,
.two_nav.two_nav4 li:hover,
.two_nav.two_nav3 li:nth-child(3).lan,
.two_nav.two_nav3 li:nth-child(3):hover{
	background:url(../images/hnew_22.png) no-repeat center 3px;
}

.two_nav.two_nav3 li:nth-child(4).lan,
.two_nav.two_nav3 li:nth-child(4):hover{
	background:url(../images/hnew_32.png) no-repeat center 3px;
}




.two_nav.two_nav5 li:nth-child(1){
	background:url(../images/hser11.png) no-repeat center 3px;
}
.two_nav.two_nav5 li:nth-child(2){
	background:url(../images/hser21.png) no-repeat center 3px;
}
.two_nav.two_nav5 li:nth-child(3){
	background:url(../images/hser31.png) no-repeat center 3px;
}

.two_nav.two_nav5 li:nth-child(1).lan,
.two_nav.two_nav5 li:nth-child(1):hover{
	background:url(../images/hser12.png) no-repeat center 3px;
}
.two_nav.two_nav5 li:nth-child(2).lan,
.two_nav.two_nav5 li:nth-child(2):hover{
	background:url(../images/hser22.png) no-repeat center 3px;
}
.two_nav.two_nav5 li:nth-child(3).lan,
.two_nav.two_nav5 li:nth-child(3):hover{
	background:url(../images/hser32.png) no-repeat center 3px;
}



.two_nav.two_nav6 li:nth-child(1){
	background:url(../images/hjoin11.png) no-repeat center 3px;
}
.two_nav.two_nav6 li:nth-child(2){
	background:url(../images/hjoin21.png) no-repeat center 3px;
}

.two_nav.two_nav6 li:nth-child(1).lan,
.two_nav.two_nav6 li:nth-child(1):hover{
	background:url(../images/hjoin12.png) no-repeat center 3px;
}
.two_nav.two_nav6 li:nth-child(2).lan,
.two_nav.two_nav6 li:nth-child(2):hover{
	background:url(../images/hjoin22.png) no-repeat center 3px;
}




.nav_li.on .two_navm1.fixed{
	height:79px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
	background:#fff!important;
	display: block!important;
	transition: all 0.3s;
	box-shadow:0px 0px 10px #ccc;
}

.nav_li.on .two_navm1.fixed li a{
	/*padding-top:40px;*/
	padding-top:35px;
	font-size:14px;
}


header .language{
	margin-left:0.5%;
	line-height:90px;
	color:#fff;
	/*color:#747474;
	font-size:14px;*/
	font-size:16px;
	height:90px;
	line-height:90px;
}

header.fixed .language{
	margin-left:2%;
}
header .language a{
	color:#333;
	/*margin:0 5px;*/
	margin:0 3px;
	text-indent:-99999px;
	display: inline-block;
	width:22px;
	height:14px;
	background-size:100% 100%;
	vertical-align: middle;
}

header .language a:nth-child(1){
	background:url(../images/China.png) no-repeat center;
}
header .language a:nth-child(2){
	background:url(../images/us.png) no-repeat center;
}
header .language a:hover,
header .language a.on{
	color:#0083CC;
}

header .head_tel{
	font-size:20px;
	color:#0083CC;
	height:90px;
	line-height:90px;
	transition: all 0.3s;
}
header .head_tel img{
	vertical-align: middle;
	margin-right:5px;
	height:20px;
	margin-top:-3px;
}

header.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
	height:60px;
	line-height:60px;
}

header.fixed nav ul>li{
	position:relative;
}

header.fixed nav ul>li>a{
	line-height:60px;
}
header.fixed .head_tel,
header.fixed .language{
	line-height:60px;
	height:60px;
}
header.fixed h1,
header.fixed h3{
	height:60px;
	line-height:60px;
}
header.fixed h1 img{
	height:70%;
}

header.fixed{
	display: block;
}

/*phone-head*/
.phone_head{
	height:60px;
	padding:0 5%;
	display: none;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
}

.phone_head .logo{
	width:180px;
	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;
}

.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:#0083CC url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:41px;
}

.phone-head .mask-close{
	background:#0083CC 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:99999999;
	height:520px;
	overflow-y: auto;
}

.phone_nav ul.f_m1>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.f_m1>li ul.f_m2 li{
	line-height:2em;
}
.phone_nav ul.f_m1>li ul.f_m2 a,
.phone_nav ul.f_m1>li>a {
    display: inline-block;
    width:100%;
    height:100%;
    font-size:1.25em;
    color: #323232;
    white-space: nowrap;
}

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

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

.phone_nav ul.f_m1>li ul.f_m2 {
    display: none;
}

.phone_nav ul.f_m1>li ul.f_m2 li a,
.phone_nav ul.f_m1>li ul.f_m2 h3{
	font-size:1.125em;
}


/*footer*/
footer{
	/*background:#595758;*/
	background:#444;
}

.foot_bot{
	padding:7px 0;
	line-height:30px;
	border-top:1px solid #848283;
	font-size:12px;
	color:#979797;
	overflow: hidden;
}

.foot_bot2 img{
	vertical-align:middle;
	margin:0 0 0 5px;
	transition: all 0.3s; 
	height:32px;
	width:auto;
}

.foot_bot2 img:hover{
	transform: translateX(-5px);
}

.footer{
	/*padding:30px 0 40px;*/
	padding:30px 0;
	display: none;
}

.footer dl{
	float:left;
	padding:0 10px;
	width:14.2%;
	text-align: center;
}

.footer dl dt{
	/*background:url(../images/f_bg.jpg) no-repeat center;
	background-size:auto 100%;*/
	/*height:46px;*/
	height:34px;
	padding-top:7px;
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
}

.footer dl dd a{
	display: block;
	line-height:30px;
	color:#969495;
	font-size:13px;
}
.footer dl dd a:hover{
	/*color:#0083CC;*/
	color:#fff;
}


footer .bdshare-button-style0-16 .bds_more{
	float:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.bdshare_popup_box{
	right:10px!important;
	left:auto!important;
}
.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
     display: inline!important; 
    height: 0;
    clear: both;
}
.foot_bot2 .jia{
	cursor: pointer;
}

.foot_bot3{
	margin-left:2%;
	width:15%;
}

.foot_bot3 select{
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
  	background: url(../images/select.jpg) no-repeat scroll 98% center transparent;
  	width:100%;
  	color:#8a8a8a;
  	border:1px solid #8a8a8a;
  	vertical-align: center;
  	font-size:12px;
  	padding:0px 24px 0 10px;
	line-height:24px;
}

.foot_bot3 select a{
	color:#8a8a8a;
	display: block;
}

.foot_bot3 select a:hover{
	color:#fff;
}


/*右边固定*/
.icon-fixed {
    position: fixed;
    right: 0px;
    top:40%;
    z-index: 99;
    font-size: 14px;
    color: #FFFFFF;
    display: none;
}
.contact-phone,
.follow-us,
.contact_qq {
	cursor: pointer;
    position:relative;
}

.contact_qq_main {
    position: absolute;
    top:-20%;
    left:0;
    font-size: 12px;
    transition: all 0.5s; 
    z-index: 8;
    opacity: 0;
    filter:alpha(opacity=0);
	width:200px;
	background-color: #323232;
    border-radius: 10px 10px 10px 10px;
    padding:10px 20px;
    color:#fff;
    font-size:14px;
    line-height:24px;
	text-align: center;
}

.contact_qq_main h3{
	color:#666;
	margin-bottom:10px;
}

.contact_qq_main .contact_qq_m1{
	margin-bottom:10px;
}

.contact_qq_main .contact_qq_m1 .qqBtn { border-radius: 5px; background-color: #fff; display: block; width: 112px; height: 30px; line-height: 30px; margin: 13px auto 0px;}
.contact_qq_main .contact_qq_m1 .qqBtn span { background: url(../images/qq1.png) no-repeat scroll left center; padding-left: 24px; color:#333;transition:all 0.3s; }
.contact_qq_main .contact_qq_m1 .qqBtn:hover { background-color: #0083CC; }
.contact_qq_main .contact_qq_m1 .qqBtn:hover span { background: url(../images/qq2.png) no-repeat scroll left center;  color:#fff; }
.contact_qq:hover .contact_qq_main {
    left: -200px;
    opacity: 1;
}

.contact-online {
	width: 52px;
	height: 52px;
	line-height:52px;
	background: #888888;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.contact-online img,
.free-contact img,
.scan-follow img {
	vertical-align: middle;
	width:50%;
	height:auto;
}
.contact-online img{
	width:40%;
}

.contact_qq:hover .qr-code-content {
    left: -200px;
    opacity: 1;
}

.contact-online:hover,
.free-contact:hover,
.scan-follow:hover{
	background:#0083CC;
}

.free-call {
    position: absolute;
    top:-100%;
    left:0;
    font-size: 12px;
    transition: all 0.5s; 
    z-index: 8;
    opacity: 0;
    filter:alpha(opacity=0);
    width:290px;
}
.free-call-inside {
	padding:20px;
	width:200px;
	background-color: #323232;
    border-radius: 10px 10px 10px 10px;
}

.free-call-inside img{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.free-call-inside p{
	font-size:14px;
	color:#fff;
	text-align: center;
}
.free-contact {
    position: relative;
    z-index: 99;
    text-align: center;
    width:52px;
	height:52px;
	line-height:52px;
    background: #888888;
    border-bottom: 1px solid #fff;
}
.qr-code-content {
	position: absolute;
	left: 0px;
	top: -100%;
	transition: all 0.5s;
	opacity: 0;
	z-index: 8;
	background-color: #323232;
    border-radius: 10px 10px 10px 10px;
    width:180px;
    padding:10px 20px;
    color:#fff;
    font-size:14px;
    line-height:24px;
    text-align: left;
}

.follow-us:hover .qr-code-content {
    left: -180px;
    opacity: 1;
}

.qr-code {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20); 
    font-size: 24px;
    color: #333333;
    letter-spacing: 2.66px;
    line-height: 30px;
}

.contact-phone:hover .free-call{
    left: -200px;
    opacity: 1;
    filter:alpha(opacity);
    visibility:visible;
}



.small-prompt {
    float:left;
    padding:0 39px; 
    font-size:12px;
    line-height:18px;
    letter-spacing: 0;
    text-align:center;
    padding-top:20px;
}
.prompt-text {
	font-size: 12px;
	color: #B5B5B5;
	letter-spacing: 0;
	line-height: 12px;
	padding:20px 46px 0;
    text-align:left;
}
.back-call a {
    display: block;
    float: left;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background:#888888; 
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.77px;
}
.follow-us{ 
    text-align: center;
    color: #C41F26;
    font-size: 12px;
    cursor: pointer;
}
.scan-follow {
	position: relative;
	width: 52px;
	height: 52px;
	line-height:52px;
	background: #888888;
	z-index: 98;
}


.contact-online,.up-top{
    position: relative;
    z-index: 99;
}










/*section*/

 .video-player-wrap{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000000;
}
.video-player-wrap .mask{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity: .5;
    filter: alpha(opacity=50);
    background: #000;
}
.video-player-wrap .v-player{
    margin:100px auto;
    position: relative;
    width:800px;
    min-height:300px;
    background: #FFF;
}
#video-player{
	width:100%;
	height:auto;
}

.in1_section{
	/*padding:80px 0 30px;*/
	padding:50px 0 30px;
	
}
.in2_section{
	/*padding:170px 0 130px;*/
	/*padding:80px 0 70px;*/
	padding:50px 0;
}
.in3_section{
	/*padding:65px 0;*/
	padding:50px 0;
}

.in4_section{
	padding:55px 0 65px;
	background:url(../images/in4_bg.jpg) no-repeat center;
}

.in_title{
	text-align: center;
}
/*
.in_title span{
	display: inline-block;
	padding:10px 14px;
	letter-spacing:5px;
	font-size:26px;
	color:#2177b2;
	border:2px solid #c8cac9;
}
*/
.in_title .in_tit{
	width: 172px;
    height: 56px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
    font-size: 25px;
    color: #333333;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
}
.in_title span{
	display:block;
	background:#c8cac9;
	position:absolute;
	transition:150ms;
	transition-timing-function:linear;
	}
.in_title span.idx_line_1{
	width:21px;
	height:1px;
	right:50%;
	bottom:0;
	transition-delay:300ms;
	}
.in_title span.idx_line_2{
	width:21px;
	height:1px;
	left:50%;
	bottom:0;
	transition-delay:300ms;
	}
.in_title span.idx_line_3{
	width:1px;
	height:0;
	left:0;
	bottom:0;
	transition-delay:150ms;
	}
.in_title span.idx_line_4{
	width:1px;
	height:0;
	right:0;
	bottom:0;
	transition-delay:150ms;
	}
.in_title span.idx_line_5{
	width:0;
	height:1px;
	left:0;
	top:0;
	transition-delay:0ms;
	}
.in_title span.idx_line_6{
	width:0;
	height:1px;
	right:0;
	top:0;
	transition-delay:0ms;
	}
	
.in_title:hover .in_tit{
	color:#0083CC;
}
.in_title:hover span{ background:#0083CC; } 
.in_title:hover .idx_line_1,
.in_title:hover .idx_line_2{ width:100%; transition-delay:0ms;  } 

.in_title:hover .idx_line_3,
.in_title:hover .idx_line_4{ height:100%; transition-delay:150ms; } 

.in_title:hover .idx_line_5,
.in_title:hover .idx_line_6{ width:50%; transition-delay:300ms; } 	
	
	
	
	
	
	

.in1_main{
	/*margin:40px 0 50px;*/
	margin:40px 0;
}

.in1_main li{
	float:left;
	/*width:22%;
	margin-right:4%;*/
	width:19%;
	margin:0 3%;
	height:340px;
	position:relative;
	/*height:auto;*/
	overflow: hidden;
}
.in1_main li:last-child{
	margin-right:0;
}

.in1_main li a>img{
	display: block;
	width:100%;
	height:auto;
}
.in1_bg{
	position:absolute;
	/*top:-100%;*/
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#0083CC;
	transition:all 0.3s;
	display: none;
}

.in1_main li:hover .in1_bg{
	/*top:0;*/
	display:block;
}
.in1_m{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:3;
	/*padding-top:145%;*/
	padding-top:112%;
	text-align: center;
	color:#333;
	font-size:20px;
	line-height:30px;
}
.in1_main li:hover .in1_m{
	color:#fff;
}
.in1_main li:nth-child(1) .in1_m{
	background:url(../images/in211.png) no-repeat center 44%;
}
.in1_main li:nth-child(2) .in1_m{
	background:url(../images/in221.png) no-repeat center 44%;
}
.in1_main li:nth-child(3) .in1_m{
	background:url(../images/in231.png) no-repeat center 44%;
}
.in1_main li:nth-child(4) .in1_m{
	background:url(../images/in241.png) no-repeat center 44%;
}


.in1_main li:nth-child(1):hover .in1_m{
	background:url(../images/in212.png) no-repeat center 44%;
}
.in1_main li:nth-child(2):hover .in1_m{
	background:url(../images/in222.png) no-repeat center 44%;
}
.in1_main li:nth-child(3):hover .in1_m{
	background:url(../images/in232.png) no-repeat center 44%;
}
.in1_main li:nth-child(4):hover .in1_m{
	background:url(../images/in242.png) no-repeat center 44%;
}


.in2_main li{
	float:left;
	width:25%;
	text-align: center;
	padding:0 3%;
}

.in2_main li .in2_img{
	/*width:18em;
	height:18em;
	border-radius:9em;
	margin-bottom:38px;*/
	width:16em;
	height:16em;
	border-radius:8em;
	margin:0 auto 28px;
	transition:all 0.3s;
	background-size:auto 4em!important;
}

.in2_main li .in2_m{
	font-size:20px;
	color:#333;
}
.in2_main li:hover .in2_m{
	color:#0083CC;
}
.in2_main li:nth-child(1) .in2_img{
	background:#fff url(../images/in311.png) no-repeat center;
}
.in2_main li:nth-child(2) .in2_img{
	background:#fff url(../images/in321.png) no-repeat center;
}
.in2_main li:nth-child(3) .in2_img{
	background:#fff url(../images/in331.png) no-repeat center;
}
.in2_main li:nth-child(4) .in2_img{
	background:#fff url(../images/in341.png) no-repeat center;
}


.in2_main li:nth-child(1):hover .in2_img{
	background:#0083CC url(../images/in312.png) no-repeat center;
}
.in2_main li:nth-child(2):hover .in2_img{
	background:#0083CC url(../images/in322.png) no-repeat center;
}
.in2_main li:nth-child(3):hover .in2_img{
	background:#0083CC url(../images/in332.png) no-repeat center;
}
.in2_main li:nth-child(4):hover .in2_img{
	background:#0083CC url(../images/in342.png) no-repeat center;
}



.in3_main{
	/*margin:75px 0;*/
	margin:30px 0 50px;
}

.in3_main1,
.in3_main2,
.in3_main3{
	min-height:360px;
}

.in3_main1{
	width:20%;
	background:#e4e4e4;
	text-align: center;
	padding-top:55px;
	color:#333;
}
.in3_main1 h2{
	font-size:38px;
	line-height:38px;
	margin-bottom:24px;
}
.in3_main1 p{
	font-size:26px;
	line-height:26px;
	margin-bottom:55%;
}

.in3_main1 a{
	display:inline-block;
	color:#0083CC;
	font-size:24px;
	border:1px solid #fff;
	line-height:50px;
	width:60%;
}

.in3_main1 a:hover{
	background:#fff;
}

.in3_main2{
	width:49%;
	border:1px solid #ebebeb;
	padding:18px 24px 0;
}
.in3_main21{
	border-bottom:1px solid #e7e7e8;
	padding-bottom:15px;
	margin-bottom:10px;
}

.in321_img{
	width:38%;
	height:auto;
	overflow:hidden;
}

.in321_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.3s;
}

/*.in3_main21:hover .in321_img img{
	transform:scale(1.2);
}
*/
.in321_m{
	width:60%;
}

.in321_m h3{
	/*font-size:14px;*/
	font-size:18px;
	/*line-height:36px;*/
	line-height:40px;
	color:#333;
}
.in321_m:hover h3{
	color:#0083CC;
}

.in321_m p{
	text-indent: 2em;
	/*font-size:12px;*/
	font-size:16px;
	line-height:22px;
	color:#333;
}

.in3_main22 li{
	margin-bottom:12px;
}
.in3_main22 li:last-child{
	margin-bottom:0;
}
.in3_date{
	border:1px solid #e4e4e4;
	width:53px;
	background:#e4e4e4;
	padding:5px 0;
	text-align: center;
	/*color:#595757;*/
	/*color:#fff;*/
	/*color:#808080;*/
	color:#333;
	font-size:12px;
}

.in3_date p{
	font-size: 30px;
    line-height: 22px;
    font-weight: 500;
	/*font-size:18px;
	line-height:18px;*/
	margin-bottom:5px;
}


.in322_m{
	width:86%;
	/*font-size:12px;*/
	font-size:16px;
	line-height:50px;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in3_main22 li:hover .in322_m{
	color:#0083CC;
}


.in3_main3{
	width:29%;
}

.in3_main3 li{
	margin-bottom:17px;
	border:1px solid #e5e6e6;
}
.in3_main3 li:last-child{
	margin-bottom:0px;
}

.in3_main3 li .in33_img{
	width:58%;
	height:auto;
	overflow:hidden;
}

.in3_main3 li .in33_img img{
	 display: block;
	 width:100%;
	 height:auto;
	 transition:all 0.3s;
}

/*.in3_main3 li:hover .in33_img img{
	transform: scale(1.3);
}
*/
.in3_main3 li .in33_m{
	width:42%;
	color:#333;
	padding:20px 6% 0;
	/*font-size:12px;*/
	font-size:16px;
	line-height:20px;
}

.in3_main3 li .in33_m h3{
	/*font-size:15px;*/
	font-size:18px;
	color:#333333;
	margin-bottom:10px;
}

.in3_main3 li:hover .in33_m h3{
	color:#0083CC;
}


.in4_main1 li{
	float:left;
	/*width:20%;*/	width:16.66%;
	height:auto;
	border-right:2px solid #e4e4e4;
	border-bottom:2px solid #e4e4e4;
}
/*.in4_main1 li:nth-child(5n){
	border-right:none;
}*/.in4_main1 li:nth-child(6n){	border-right:none;}

.in4_main1 li a,
.in4_main1 li a img{
	display: block;
	width:100%;
	height:auto;
}
.in4_main2{
	text-align: center;
	padding-top:30px;
	height:90px;
}

.in4_main2 img{
	height:100%;
	width:auto;
}
.in4_main1 .showMoreNChildren{
	overflow:hidden;
}
.in4_main1 .showMorehandle>img{
	display: block;
	margin:30px auto 0;
	cursor: pointer;
}







/*内页*/
.ny_banner{
	height:250px;
	width:100%;
	background-size:auto 100%!important;
}


/*news*/
.news_banner{
	height:250px;
	background:url(../images/news_banner.jpg) no-repeat center;
}

.news_section{
	padding:40px 0 60px;
	background:#fff;
}

.news_sec{
	width:100%;
	height:auto;
}

.news_sec li{
	padding:20px 0;
	border-bottom:1px dashed #7a7a7a;
}

/*.news_date{
	text-align: center;
	width:8%;
	margin-right:3%;
	background:#e2e2e2;
	color:#333;
	padding:14px 18px;
	font-size:12px;
}*/
.news_date {
    margin-top: 10px;
    text-align: center;
    width: 10%;
    margin-right: 3%;
    background: #e2e2e2;
    color: #333;
    padding: 20px 18px;
    font-size: 12px;
}
.news_date span{
	display: inline-block;
	font-size:38px;
	line-height:38px;
	padding-bottom:7px;
	border-bottom:1px solid #555;
	margin-bottom:8px;
}



/*.news_main{
	width:65%;
}*/
.news_main {
    padding-top: 23px;
    width: 65%;
}

.news_main h3{
	font-size:20px;
	line-height:28px;
	color:#333;
	margin-bottom:5px;
}
.news_main h5{
	font-size:14px;
	line-height:30px;
	color:#666;
}
.news_main p{
	font-size:16px;
	line-height:30px;
	color:#333;
}



.news_sec li:hover .news_main h3{
	color:#0083cc;
}

.news_sec li:hover .news_date{
	background:#0083cc;
	color:#fff;
}
.news_sec li:hover .news_date span{
	border-color:#fff;
}
.news_share{
	width:18%;
	margin-right:2%;
	padding-top:36px;
	line-height:28px;
	font-size:14px;
}
.news_share i{
	font-style:normal;
	float:left;
	line-height:28px;
	font-size:14px;
	color:#333;
}
.news_share a{
	float:left;
	vertical-align: middle;
	width:22px!important;
	height:22px!important;
	margin:0 5px!important;
	background-size:100% 100%!important;
}

.news_share a.bds_sqq{
	background:url(../images/news_qq1.png) no-repeat center!important;
}

.news_share a.bds_weixin{
	background:url(../images/news_wechat1.png) no-repeat center!important;
}

.news_share a.bds_tsina{
	background:url(../images/news_sina1.png) no-repeat center!important;
}

.news_share a.bds_qzone{
	background:url(../images/news_zone1.png) no-repeat center!important;
}

.news_share a.bds_mail{
	background:url(../images/news_letter1.png) no-repeat center!important;
}

.news_share a.bds_sqq:hover{
	background:url(../images/news_qq2.png) no-repeat center!important;
}

.news_share a.bds_weixin:hover{
	background:url(../images/news_wechat2.png) no-repeat center!important;
}

.news_share a.bds_tsina:hover{
	background:url(../images/news_sina2.png) no-repeat center!important;
}

.news_share a.bds_qzone:hover{
	background:url(../images/news_zone2.png) no-repeat center!important;
}

.news_share a.bds_mail:hover{
	background:url(../images/news_letter2.png) no-repeat center!important;
}






/*参展*/
/*.canzhan_img{
	width:14%;
}
*/
.canzhan_img {
    width: 13%;
}
.canzhan_img img{
	display: block;
	width:100%;
	height:auto;
}


/*话题*/
























/*注塑机快速换模*/

.float_left{
	position:absolute;
	top:30%;
	left:-100%;
	transition:all 0.3s;
}





.pro_banner{
	height:250px;
	background:url(../images/pro4_banner.jpg) no-repeat center;
}

.pro_nav.fixed{
	position:fixed;
	/*top:74px;*/
	top:0;
	left:0;
	right:0;
    z-index: 9999900;
	box-shadow:0px 5px 10px #ccc;
}
.pro_nav{
	background:#f2f2f2;
}
.pro_title{
	border-left:1px solid #fff;
}

.pro_title a{
	float:left;
	display: block;
	width:12.5%;
	text-align: center;
	line-height:50px;
	font-size:18px;
	color:#333;
	border-right:1px solid #fff;
}

.pro_title a:hover,
.pro_title a.on{
	color:#fff;
	background:#236eb2;
}


.pro_title a.promj{
	width:18%;
}
.pro_title a.promj{
	width:20%;
}

.p1ro_section1{
	padding:33px 0 0px;
}

.p1ro_title{
	margin-top:30px;
	color:#333333;
	font-size:18px;
	line-height:22px;
	margin-bottom:25px;
}
.p1ro_title span{
	margin-right:20px;
}
.p1ro_title img{
	vertical-align: middle;
	margin-right:10px;
}

.p1ro_sec1{
	position:relative;
	width:100%;
	height:auto;
}

.p1ro1_img{
	width:61%;
	height:auto;
}

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

.cus1_map>span{
	display: block;
	width:21px;
	height:21px;
	border-radius:15.5px;
	background:url(../images/pro1_jiao.png) no-repeat center;
	background-size:100% 100%;
	cursor:pointer;
	position:absolute;
	animation: change 1s  ease-in  infinite ;
}

.cus1_map>span img{
	display: block;
	width:100%;
	height:auto;
}

@keyframes change {
    0%{ box-shadow: 0 0 4px #256eb2}
    50%{ box-shadow: 0 0 40px #256eb2}
    100%{ box-shadow: 0 0 4px #256eb2}
}

.cus1_map1 span{
	top:40%;
	left:26%;
}


.cus1_map2 span{
	top:39%;
	left:36.5%;
}

.cus1_map3 span{
	top:51.5%;
	left:31%;
}

.cus1_map4 span{
	top:80%;
	left:49%;
}


.cus1_map_m{
	width:39%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background:#f9f9f9;
	padding:30px;
	overflow-y: auto;
	border:1px solid #dedede;
	color:#333333;
	display: none;
}

.cus1_map_m h2{
	font-size:22px;
	line-height:22px;
	margin-bottom:30px;
}

.cus1_map_m ul{
	overflow: hidden;
}

.cus1_map_m ul li{
	float:left;
	width:49%;
	margin-right:2%;
	text-align: center;
	font-size:16px;
	margin-bottom:20px;
}

.cus1_map_m ul li:nth-child(2n){
	margin-right:0;
}


.cus1_map_m ul li div{
	height:190px;
	width:auto;
	line-height:190px;
	text-align: center;
	margin-bottom:20px;
}
.cus1_map_m3 ul li div{
	height:120px;
	line-height:100px;
}

.cus1_map_m ul li div img{
	vertical-align:bottom;
	max-width:100%;
	max-height:100%;
}
.cus1_map_m dl{
	margin-bottom:20px;
}
.cus1_map_m dl dt{
	font-size:20px;
	margin-bottom:12px;
	display: none;
}
.cus1_map_m dl dd p{
	padding-left:18px;
	font-size:16px;
	line-height:30px;
	background:url(../images/pro1_dian.png) no-repeat left 13px;
}


.p1ro_sec12 div{
	width:100%;
	height:auto;
	margin:20px 0;
	text-align: center;
	display: none;
}

.p1ro_sec12 div img{
	max-width: 100%;
	height:auto;
}
.p1ro_sec12 span{
	display: block;
	width:124px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#fff;
	padding-left:35px;
	background:#216eb2 url(../images/pro1211.png) no-repeat 12px center;
	border-radius:5px;
	cursor: pointer;
	box-shadow:0px 0px 5px #0083cc;
	margin-top:10px;
	transition:all 0.3s;
}

.p1ro_sec12 span:hover{
	background:#216eb2 url(../images/pro1211.png) no-repeat 18px center;
}


.p1ro_sec13{
	text-align: right;
	margin-top:20px;
	padding-right:30px;
}

.p1ro_sec13 span{
	display: inline-block;
	border:1px solid #cbcacf;
	border-radius:5px;
	width:108px;
	height:26px;
	line-height:26px;
	padding-left:15px;
	color:#333333;
	font-size:14px;
	text-align: left;
	cursor: pointer;
	margin-left:10px;
}

.p1ro_sec13 span:hover{
	box-shadow:0px 0px 10px #ccc;
}

.p1ro_sec13 span#pro_open{
	background:url(../images/pro1311.jpg) no-repeat 88% center;
}
.p1ro_sec13 span#pro_close{
	background:url(../images/pro1312.jpg) no-repeat 88% center;
}




.p1ro_section2{
	padding-top:34px;
}


.p1ro_section3{
	padding-top:34px;
}


.p1ro_section4{
	padding-top:32px;
}


.p1ro_section5{
	padding-top:30px;
}


.p1ro_section6{
	padding-top:30px;
}


.p1ro_section7{
	padding-top:30px;
}

.p1ro_section8{
	padding:35px 0 60px;
}

.pro_sec{
	margin-top:30px;
}

.pro_sec dl dt{
	height:40px;
	line-height:40px;
	background:#f2f2f2 url(../images/pro_xia.jpg) no-repeat 98% center;
	padding:0 20px;
	font-size:18px;
	color:#333333;
	margin-bottom:10px;
	cursor:pointer;
}

.pro_sec dl dd{
	display:none;
	margin-top:20px;
}

.pro_sec.on dl dd{
	display:block;
}

.p1ro_sec2 li{
	width:16.3%;
	margin-right:0.44%;
	float:left;
	text-align: center;
	min-height:260px;
	padding-top:160px;
	color:#333;
	cursor: pointer;
}

.p1ro_sec2 ul.promjli li{
	width:19.5%;
	margin-right:0.625%;
}

.p1ro_sec2 ul.promjli li:last-child{
	margin-right:0;
}

.p1ro_sec2 li:hover{
	color:#fff;
}

.p1ro_sec2 li:last-child{
	margin-right:0;
}

.p1ro_sec2 li:nth-child(1){
	background:#f2f2f2 url(../images/pro12111.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(1):hover{
	background:#226eb1 url(../images/pro1212.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(2){
	background:#f2f2f2 url(../images/pro1221.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(2):hover{
	background:#226eb1 url(../images/pro1222.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(3){
	background:#f2f2f2 url(../images/pro1231.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(3):hover{
	background:#226eb1 url(../images/pro1232.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(4){
	background:#f2f2f2 url(../images/pro1241.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(4):hover{
	background:#226eb1 url(../images/pro1242.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(5){
	background:#f2f2f2 url(../images/pro1251.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(5):hover{
	background:#226eb1 url(../images/pro1252.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(6){
	background:#f2f2f2 url(../images/pro1261.png) no-repeat center 34%; 
}

.p1ro_sec2 li:nth-child(6):hover{
	background:#226eb1 url(../images/pro1262.png) no-repeat center 34%; 
}



.p1ro_sec2 ul.promjli li:nth-child(1){
	background:#f2f2f2 url(../images/pro2211.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(1):hover{
	background:#226eb1 url(../images/pro2212.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(2){
	background:#f2f2f2 url(../images/pro2221.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(2):hover{
	background:#226eb1 url(../images/pro2222.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(3){
	background:#f2f2f2 url(../images/pro2231.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(3):hover{
	background:#226eb1 url(../images/pro2232.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(4){
	background:#f2f2f2 url(../images/pro2241.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(4):hover{
	background:#226eb1 url(../images/pro2242.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(5){
	background:#f2f2f2 url(../images/pro2251.png) no-repeat center 34%; 
}

.p1ro_sec2 ul.promjli li:nth-child(5):hover{
	background:#226eb1 url(../images/pro2252.png) no-repeat center 34%; 
}





.p1ro_sec2 li h3{
	font-size:20px;
	margin-bottom:6px;
	font-style: normal;
}

.p1ro_sec2 li p{
	font-size:16px;
}




.p1ro_sec3 li{
	width:19.5%;
	margin-right:0.625%;
	float:left;
	text-align: center;
	min-height:270px;
	padding-top:200px;
	color:#333;
	cursor: pointer;
	font-size:18px;
	/*background-size:auto 40%!important;*/
}

.p1ro_sec3 li:hover{
	color:#fff;
}

.p1ro_sec3 li:last-child{
	margin-right:0;
}

.p1ro_sec3 li:nth-child(1){
	background:#f2f2f2 url(../images/pro1311.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(1):hover{
	background:#226eb1 url(../images/pro1312.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(2){
	background:#f2f2f2 url(../images/pro1321.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(2):hover{
	background:#226eb1 url(../images/pro1322.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(3){
	background:#f2f2f2 url(../images/pro1331.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(3):hover{
	background:#226eb1 url(../images/pro1332.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(4){
	background:#f2f2f2 url(../images/pro1341.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(4):hover{
	background:#226eb1 url(../images/pro1342.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(5){
	background:#f2f2f2 url(../images/pro1351.png) no-repeat center 35%; 
}

.p1ro_sec3 li:nth-child(5):hover{
	background:#226eb1 url(../images/pro1352.png) no-repeat center 35%; 
}


.pro_sec dd div img{
	display: block;
	margin:0 auto;
	width:auto;
	max-width:100%;
	height:auto;
}


.p1ro_sec5_mian1 li{
	width:12.5%;
	float:left;
	text-align: center;
	padding:100px 0 40px;
	color:#333;
	cursor: pointer;
	font-size:16px;
}

.p1ro_sec5_mian1 li:hover{
	color:#226eb1;
}

/*
.p1ro_sec5_mian1 li:nth-child(1){
	background: url(../images/1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(1):hover{
	background: url(../images/1-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(2){
	background: url(../images/2-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(2):hover{
	background: url(../images/2-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(3){
	background: url(../images/3-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(3):hover{
	background: url(../images/3-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(4){
	background: url(../images/4-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(4):hover{
	background: url(../images/4-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(5){
	background: url(../images/5-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(5):hover{
	background: url(../images/5-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(6){
	background: url(../images/6-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(6):hover{
	background: url(../images/6-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(7){
	background: url(../images/7-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(7):hover{
	background: url(../images/7-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(8){
	background: url(../images/8-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 li:nth-child(8):hover{
	background: url(../images/8-1-01.png) no-repeat center 30%; 
}*/


.p1ro_sec5_mian1 a:nth-child(1) li{
	background: url(../images/1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(1):hover li{
	background: url(../images/1-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(2) li{
	background: url(../images/2-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(2):hover li{
	background: url(../images/2-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(3) li{
	background: url(../images/3-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(3):hover li{
	background: url(../images/3-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(4) li{
	background: url(../images/4-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(4):hover li{
	background: url(../images/4-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(5) li{
	background: url(../images/5-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(5):hover li{
	background: url(../images/5-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(6) li{
	background: url(../images/6-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(6):hover li{
	background: url(../images/6-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(7) li{
	background: url(../images/7-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(7):hover li{
	background: url(../images/7-1-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(8) li{
	background: url(../images/8-01.png) no-repeat center 30%; 
}

.p1ro_sec5_mian1 a:nth-child(8):hover li{
	background: url(../images/8-1-01.png) no-repeat center 30%; 
}




.p1ro_sec5_mian2{
	padding:0 18px;
}

.p1ro_sec5_mian2 h3{
	font-size:22px;
	color:#333;
	margin-bottom:6px;
	
}

.p1ro_sec5_mian2 p{
	color:#333;
	font-size:16px;
	line-height:32px;
}

.p1ro_sec5_mian2 p span{
	color:#226eb1;
}



.p1ro_sec8_title{
	margin-top:25px;
	margin-bottom:40px;
	font-size:18px;
	line-height:32px;
	color:#333;
}

.p1ro_sec8_title p span{
	color:#226eb1;
}



.p1ro_sec7_main{
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	position:relative;
	width:100%;
	height:auto;
	padding:40px 0;
}

.p1ro_sec7_main .pro_prev,
.p1ro_sec7_main .pro_next{
	position:absolute;
	top:30%;
	display: block;
	width:40px;
}

.p1ro_sec7_main .pro_prev img,
.p1ro_sec7_main .pro_next img{
	display: block;
	width:100%;
	height:auto;
}
.p1ro_sec7_main .pro_prev{
	left:-60px;
}
.p1ro_sec7_main .pro_next{
	right:-60px;
}

.p17_main{
	padding:20px;
	width:275px;
	margin:0 12px;
	text-align: center;
	position:relative;
}

.p17_img{
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:15px;
}

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

.p17_main .p17_bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(33,110,178,.6) url(../images/pro17_ser.png) no-repeat center; 
	display: none;
}

.p17_main:hover .p17_bg{
	display: block;
}

.p17_m{
	font-size:15px;
	line-height:24px;
	color:#333;
}

.p17_main:hover .p17_m{color:#216eb2}


.p1ro_sec8_main1>div{
	margin-bottom:18px;
}

.p1ro_sec8_main1>div label{
	display: inline-block;
	width:120px;
	text-align: center;
	font-size:16px;
	color:#333;
	line-height:38px;
}



.p1ro_sec8_main1>div input{
	border:1px solid #a7a7a7;
	width:27%;
	padding:0 12px;
	color:#3333;
	font-size:16px;
	line-height:38px;
}
.p1ro_sec8_main1>div select{
	border:1px solid #a7a7a7;
	width:20%;
	margin-right:1%;
	padding:0 12px;
	color:#333;
	font-size:16px;
	height:38px;
	line-height:38px;
}

.p1ro_sec8_mm{
	padding-left:120px;
	font-size:16px;
	line-height:38px;
	color:#333;
}

.p1ro_sec8_mm span{
	cursor: pointer;
}

.p1ro_sec8_mm span:hover{
	color:#226eb1;
}

.p1ro_sec8_mm img{
	vertical-align: middle;
	margin:0 5px;
}

.p1ro_sec8_main2{
	margin-top:20px;
}

.p1ro_sec8_main2>div input,
.p1ro_sec8_main2>div select{
	border:1px solid #a7a7a7;
	width:27%;
	padding:0 12px;
	color:#333;
	font-size:16px;
	line-height:38px;
	height:38px;
}


.p1ro_sec8_main2>div label{
	display: inline-block;
	width:120px;
	text-align: center;
	font-size:16px;
	color:#333;
	line-height:38px;
	vertical-align: top;
}

.p1ro_sec8_main2>div{
	margin-bottom:18px;
}


.p1ro_sec8_main2>div textarea{
	border:1px solid #a7a7a7;
	width:64%;
	padding:4px 12px;
	color:#333;
	font-size:16px;
	line-height:38px;
	height:200px;
}


.p1ro_sec8_main3{
	padding-left:120px;
}
.p1ro_sec8_main3 input{
	width:200px;
	text-align: center;
	line-height:36px;
	color:#fff;
	font-size:16px;
	background:#236eb2;
	cursor: pointer;
}



.p1ro_section1 .w{
	position:relative;
}

.p1ro_float_left{
	position: absolute;
	right:-30px;
	top:140px;
	transition:all 0.3s;
	z-index: 99;
}
.p1ro_float_left a{
	display: block;
	padding-left:5px;
	width:30px;
	height:90px;
	color:#fff;
	font-size:16px;
	line-height:22px;
	background:#226fb3;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	margin:2px 0;
}






/*个性定制*/
.pro4_banner{
	background:url(../images/news_banner.jpg) no-repeat center;
}

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

.pro4_sec{
	margin-top:30px;
}

.pro4_title{
	margin-bottom:30px;  
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.pro4_title p span {
    color: #226eb1;
}

.pro4_main li{
	float:left;
	width:31%;
	margin-right:3.5%;
	text-align: center;
	margin-bottom:20px;
}

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

.pro4_main li .pro4_img{
	width:100%;
	height:auto;
	position:relative;	
}

.pro4_main li .pro4_img>img{
	display: block;
	width:100%;
	height:auto;
}


.pro4_main li .pro4_img .pro4_bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(33,110,178,0.8) url(../images/pro43.png) no-repeat center 87%; 
	padding-top:16%;
	display: none;
}

.pro4_main li .pro4_m{
	color:#333;
	font-size:18px;
	margin-top:15px;
}

.pro4_main li:hover .pro4_m{
	color:#236eaf;
}

.pro4_main li:hover .pro4_img .pro4_bg{
	display: block;
}



/*个性定制--内页*/
.pro41_section{
	padding:50px 0;
}

.pro41_main1{
	margin-bottom:30px;
	text-align: center;
}

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

.pro41_main2 input{
	width:120px;
	height:35px;
	font-size:18px;
	color:#fff;
	background:#2175b1;
	cursor:pointer;
	text-align: center;
	line-height:35px;
}





/*冲压机快速换模*/
.p1ro_sec3.p2ro_sec3 li:nth-child(1){
	background:#f2f2f2 url(../images/p2ro1-3.png) no-repeat center 35%; 
}

.p1ro_sec3.p2ro_sec3 li:nth-child(1):hover{
	background:#226eb1 url(../images/p2ro1-4.png) no-repeat center 35%; 
}

.p2ro_sec2.p1ro_sec2 li:nth-child(5){
	background:#f2f2f2 url(../images/pro1261.png) no-repeat center 34%; 
}

.p2ro_sec2.p1ro_sec2 li:nth-child(5):hover{
	background:#226eb1 url(../images/pro1262.png) no-repeat center 34%; 
}
.p2ro_sec2.p1ro_sec2 li:nth-child(6){
	background:#f2f2f2 url(../images/p2ro1-1.png) no-repeat center 34%; 
}

.p2ro_sec2.p1ro_sec2 li:nth-child(6):hover{
	background:#226eb1 url(../images/p2ro1-2.png) no-repeat center 34%; 
}






/*机械加工装夹*/

.p3ro_sec2.p1ro_sec2 li {
    width: 19.5%;
    margin-right: 0.625%;
}

.p3ro_sec2.p1ro_sec2 li:nth-child(5n){
	margin-right:0;
}

.p2ro_sec1{
	position:relative;
	width:100%;
	height:auto;
	margin-top:50px;
}

.p2ro1_img{
	margin-left:39%;
	width:61%;
	height:auto;
}

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

.cus2_map>span{
	display: block;
	width:21px;
	height:21px;
	border-radius:15.5px;
	background:url(../images/pro1_jiao.png) no-repeat center;
	background-size:100% 100%;
	cursor:pointer;
	position:absolute;
	animation: change 1s  ease-in  infinite ;
}

.cus2_map>span img{
	display: block;
	width:100%;
	height:auto;
}

@keyframes change {
    0%{ box-shadow: 0 0 4px #256eb2}
    50%{ box-shadow: 0 0 40px #256eb2}
    100%{ box-shadow: 0 0 4px #256eb2}
}

.cus2_map1 span{
	top:62%;
	right:34%;
}


.cus2_map2 span{
	top:49%;
	right:20%;
}

.cus2_map3 span{
	top:66%;
	right:20%;
}

.cus2_map4 span{
	top:54%;
	right:39%;
}


.cus2_map_m{
	width:39%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	background:#f9f9f9;
	padding:30px;
	overflow-y: auto;
	border:1px solid #dedede;
	color:#333;
	display: none;
}

.cus2_map_m h2{
	font-size:22px;
	line-height:22px;
	margin-bottom:30px;
}

.cus2_map_m ul{
	overflow: hidden;
}

.cus2_map_m ul li{
	float:left;
	width:49%;
	margin-right:2%;
	text-align: center;
	font-size:16px;
	margin-bottom:20px;
}

.cus2_map_m ul li:nth-child(2n){
	margin-right:0;
}
.cus2_map_m.cus2_map_m2 ul li{
	width:100%;
}

.cus2_map_m ul li div{
	height:120px;
	width:auto;
	line-height:120px;
	text-align: center;
	margin-bottom:20px;
}


.cus2_map_m ul li div img{
	vertical-align:top;
	max-width:100%;
	max-height:100%;
}
.cus2_map_m dl{
	margin-bottom:20px;
}
.cus2_map_m dl dt{
	font-size:20px;
	margin-bottom:12px;
	display: none;
}
.cus2_map_m dl dd p{
	padding-left:18px;
	font-size:16px;
	line-height:30px;
	background:url(../images/pro1_dian.png) no-repeat left 13px;
}


.pro3_mian6{
	margin-bottom:40px;
	color:#585757;
	font-size:18px;
	line-height:32px;
}
.pro3_mian6 p{
	margin-bottom:20px;
}


.pro3_main3{
	margin-bottom:20px;
}

.pro3_main3 h2{
	font-size:20px;
	margin-bottom:15px;
	padding:0 20px;
	color:#333;
}

.pro3_main3 li{
	float:left;
	width:19%;
	margin-right:8%;
	margin-bottom:20px;
	overflow: hidden;
	text-align: center;
}
.pro3_main3 li:nth-child(4n){
	margin-right:0;
}

.p33_img{
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:15px;
	border-radius:10px;
	overflow: hidden;
}

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

.p33_img .p33_bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(33,110,178,.6) url(../images/pro17_ser.png) no-repeat center; 
	display: none;
}

.pro3_main3 li:hover .p33_img .p33_bg{
	display: block;
}

.p33_m{
	font-size:15px;
	line-height:24px;
	color:#333;
}

.pro3_main3 li:hover .p33_m{color:#216eb2}

.p33_m h3{
	font-size:18px;
	line-height:18px;
	margin-bottom:5px;
}

.p3ro_sec4 dd{
	padding:0 3%;
} 

.p3ro_sec4 li{
	width:45%;
	margin-right:10%;
	float:left;
}

.p3ro_sec4 li:nth-child(2n){
	margin-right:0;
}

.p3ro_sec4 li .pro34_img{
	width:100%;
	height:auto;
	margin-bottom:20px;
	text-align: left;
}

.p3ro_sec4 li .pro34_img img{
	display: inline-block;
	max-width:100%;
	height:auto;
}
.pro34_main{
	color:#333;
	font-size:16px;
	line-height:32px;
}
.pro_sec dd .pro34_main img{
	display: inline-block;
	margin-right:10px;
}



.p3ro_sec1{
	position:relative;
	width:100%;
	height:auto;
}

.p3ro1_img{
	width:61%;
	height:auto;
}

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

.cus3_map>span{
	display: block;
	width:21px;
	height:21px;
	border-radius:15.5px;
	background:url(../images/pro1_jiao.png) no-repeat center;
	background-size:100% 100%;
	cursor:pointer;
	position:absolute;
	animation: change 1s  ease-in  infinite ;
}

.cus3_map>span img{
	display: block;
	width:100%;
	height:auto;
}

@keyframes change {
    0%{ box-shadow: 0 0 4px #256eb2}
    50%{ box-shadow: 0 0 40px #256eb2}
    100%{ box-shadow: 0 0 4px #256eb2}
}

.cus3_map1 span{
	top:48%;
	left:18%;
}


.cus3_map2 span{
	top:68%;
	left:45%;
}

.cus3_map3 span{
	top:41%;
	left:44%;
}

.cus3_map4 span{
	top:76%;
	left:50%;
}

.cus3_map5 span{
	top:84%;
	left:45%;
}

.cus3_map6 span{
	top:80%;
	left:35%;
}

.cus3_map_m{
	width:39%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background:#f9f9f9;
	padding:30px;
	overflow-y: auto;
	border:1px solid #dedede;
	color:#333;
	display: none;
}

.cus3_map_m h2{
	font-size:22px;
	line-height:22px;
	margin-bottom:30px;
}

.cus3_map_m ul{
	overflow: hidden;
}

.cus3_map_m ul li{
	float:left;width:100%;
	margin-right:0;
	text-align: center;
	font-size:16px;
	margin-bottom:20px;
}

.cus3_map_m ul li:nth-child(2n){
	margin-right:0;
}

.cus3_map_m2 ul li{
	width:49%;
	margin-right:2%;
}
.cus3_map_m ul li div{
	min-height:150px;
	width:auto;
	line-height:150px;
	text-align: center;
	margin-bottom:20px;
}

.cus3_map_m ul li div img{
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.cus3_map_m dl{
	margin-bottom:20px;
}
.cus3_map_m dl dt{
	font-size:20px;
	margin-bottom:12px;
	display: none;
}
.cus3_map_m dl dd p{
	padding-left:18px;
	font-size:15px;
	line-height:30px;
	background:url(../images/pro1_dian.png) no-repeat left 13px;
}
.cus3_map_m dl dd h3{
	font-size:18px;
	line-height:30px;
}




/*一分钟了解力磁*/
.min1_title1{
	background:url(../images/min1_title_bg.png) no-repeat center top;
	padding-top:25px;
	background-size:auto 70%;
}
.min1_section{
	padding:50px 0 30px;
	background:#fff;
}
.two_nav7{
	z-index:10;
}
.two_nav7 li{
	background:url(../images/liaojie12.png) no-repeat center 3px;
}
.two_nav7 li.lan,
.two_nav7 li:hover{
	background:url(../images/liaojie11.png) no-repeat center 3px;
}


.two_nav8 li{
	background:url(../images/liaojie12.png) no-repeat center 3px;
}

.two_nav8 li.lan,
.two_nav8 li:hover{
	background:url(../images/liaojie11.png) no-repeat center 3px;
}


.min5_mian li{
	float:left;
	width:25%;
	text-align: center;
    padding: 100px 0 30px;
    color: #333;
    cursor: pointer;
    font-size: 18px;
}
.min5_mian li:hover{
	color:#226eb1;
}
/*
.min5_mian li:nth-child(1){
	background: url(../images/4-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(1):hover{
	background: url(../images/4-1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(2){
	background: url(../images/3-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(2):hover{
	background: url(../images/3-1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(3){
	background: url(../images/8-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(3):hover{
	background: url(../images/8-1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(4){
	background: url(../images/7-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(4):hover{
	background: url(../images/7-1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(5){
	background: url(../images/6-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(5):hover{
	background: url(../images/6-1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(6){
	background: url(../images/1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(6):hover{
	background: url(../images/1-1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(7){
	background: url(../images/5-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(7):hover{
	background: url(../images/5-1-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(8){
	background: url(../images/2-01.png) no-repeat center 30%; 
}

.min5_mian li:nth-child(8):hover{
	background: url(../images/2-1-01.png) no-repeat center 30%; 
}*/

.min5_mian a:nth-child(1) li{
	background: url(../images/4-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(1):hover li{
	background: url(../images/4-1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(2) li{
	background: url(../images/3-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(2):hover li{
	background: url(../images/3-1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(3) li{
	background: url(../images/8-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(3):hover li{
	background: url(../images/8-1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(4) li{
	background: url(../images/7-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(4):hover li{
	background: url(../images/7-1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(5) li{
	background: url(../images/6-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(5):hover li{
	background: url(../images/6-1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(6) li{
	background: url(../images/1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(6):hover li{
	background: url(../images/1-1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(7) li{
	background: url(../images/5-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(7):hover li{
	background: url(../images/5-1-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(8) li{
	background: url(../images/2-01.png) no-repeat center 30%; 
}

.min5_mian a:nth-child(8):hover li{
	background: url(../images/2-1-01.png) no-repeat center 30%; 
}



.min6_section{
}
.min6_main{
	min-height:800px;
	margin-top:30px;
	background:url(../images/min6_bg.jpg) no-repeat center;
	background-size:auto 100%;
	padding:70px 0 ;
}

.min1_title{
	text-align: center;
	color:#333;
	font-size:20px;
}

.min1_title h2{
	font-size:25px;
	margin-bottom:15px;
	line-height:30px;
}

.min6_main .in4_main1 li{
	width:15.5%;
	margin-right:1.4%;
	border:none;
	margin-bottom:12px;
}

.min6_main .in4_main1 li:nth-child(6n){
	margin-right:0;
}




.min5_section{
	padding:60px 0;
}

.min5_mian{
	padding-top:30px;
}

.min4_section{
	padding-top:30px;
}
.min4_sec{
	background:#f1f1f1;
	padding:50px 0;
	margin-top:50px;
}

.min4_sec li{
	width: 19.5%;
    margin-right: 0.625%;
    float: left;
    text-align: center;
    min-height:270px;
    padding-top: 200px;
    color: #333;
    cursor: pointer;
    font-size:18px;
}

.min4_sec li:hover{
	color:#fff;
}

.min4_sec li:nth-child(5n){
	margin-right:0;
}

.min4_sec li:nth-child(1){
	background:#fff url(../images/pro1351.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(1):hover{
	background:#226eb1 url(../images/pro1352.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(2){
	background:#fff url(../images/min1111.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(2):hover{
	background:#226eb1 url(../images/min1112.png) no-repeat center 35%; 
}


.min4_sec li:nth-child(3){
	background:#fff url(../images/min113.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(3):hover{
	background:#226eb1 url(../images/min114.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(4){
	background:#fff url(../images/pro1331.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(4):hover{
	background:#226eb1 url(../images/pro1332.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(5){
	background:#fff url(../images/pro1341.png) no-repeat center 35%; 
}

.min4_sec li:nth-child(5):hover{
	background:#226eb1 url(../images/pro1342.png) no-repeat center 35%; 
}


.min1_main1{
	margin:40px 0;
}

.min1_main1 p{
	font-size:16px;
	line-height:30px;
	color:#333;
	text-indent:2em;
}


.min2_main{
	margin:30px 0;
	background:#f1f1f1;
	padding:40px 0 20px;
}



.min3_section{
	padding:50px 0 0px;
	background:#fff;
}

.min3_sec{
	padding-top:75px;
}

.min3_sec li{
	float:left;
	width:24%;
	margin-right:1.33%;
	position:relative;
	margin-bottom:60px;
	min-height:230px;
	background:#f1f1f1;
	color:#333;
	padding:40px 20px 25px;
	font-size:16px;
	cursor: pointer;
	line-height:30px;
}

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

.min3_sec li h3{
	color:#333;
	font-size:20px;
	margin-bottom:10px;
	text-align: center;
}
.min3_sec li:hover{
	background:#236eb1;
	color:#fff;
}
.min3_sec li:hover h3{
	color:#fff;
}

.min3_sec li>img{
	position:absolute;
	top:-36px;
	left:50%;
	margin-left:-36px;
}


.min1_main2 .bd_l_box dl{
	float:left;
	width:25%;
	text-align: center;
	margin-bottom:30px;
}

.min1_main2 .bd_l_box dl dt i{
	font-style: normal;
	font-family: impact;
	font-size:60px;
	line-height:60px;
	color:#226eb1;
}
.min1_main2 .bd_l_box dl dt em{
	font-style: normal;
	font-family: impact;
	font-size:30px;
	line-height:30px;
	color:#226eb1;
}
.min1_main2 .bd_l_box dl dd{
	margin-top:15px;
	color:#333;
	font-size:18px;
}






/*case*/

.pro_title.case_title a{
	width:33.33%;
}

.case1_section{
	padding-top:50px;
	text-align: center;
}

.case1_section h2{
	margin-bottom:25px;
}

.case1_section h2 span{
	display: inline-block;
	padding:5px;
	background:#226eb2;
	color:#fff;
	line-height:24px;
	font-size:24px;
	position:relative;
}
.case1_section h2 span img{
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-7px;
}

.case1_section p{
	color:#333;
	font-size:17px;
}
.case2_section,
.case3_section{
	padding-top:50px;
	
}


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

.case_title1 span{
	display: inline-block;
	padding:5px;
	background:#226eb2;
	color:#fff;
	line-height:25px;
	font-size:25px;
	position:relative;
}
.case_title1 span img{
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-7px;
}

.case4_section{
	padding:120px 0;
}


.TabTitle{
	padding:0 10%;
	margin-bottom:20px;
	background:url(../images/casejiao2.png) no-repeat 7% 12px;
}

.TabTitle li{
	float:left;
	width:33.33%;
	position:relative;
}

.TabTitle li img{
	position:absolute;
	left:30px;
	bottom:-20px;
	display: none;
}

.TabTitle li span{
	display: inline-block;
	padding:10px;
	border:1px solid #d9d9d9;
	color:#333;
	font-size:16px;
	cursor: pointer;
}

.TabTitle li:hover span,
.TabTitle li.active span{
	color:#fff;
	background:#236eb1;
	border-color:#236eb1;
}
.TabTitle li.active img{
	display: block;
}

.TabContent{
	margin-bottom:20px;
}

.case_main{
	position:relative;
	background:#f1f1f1;
	padding:10px 10%;
	width:100%;
	
}


.case_main li{
	float:left;
	width:33%;
	line-height:34px;
}
.case_main li a{
	color:#333;
	font-size:16px;
}

.case_main li a:hover{
	color:#226eb1;
}
/*

.case_video{
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	min-height:300px;
	margin-top:-180px;
	margin-left:-250px;
	background:rgba(0,0,0,0.8);
	z-index:99999999999;
	padding:30px 30px;
	display:none;
}

.case_video>img{
	max-width:100%;
	height:auto;
}
.case_video_close{
	width:20px;
	height:20px;
	background:#fff;
	color:#555;
	font-size:16px;
	text-align: center;
	line-height:20px;
	cursor: pointer;
	position:absolute;
	top:5px;
	right:5px;
	border-radius:10px;
}
*/

.case_video{
	width:100%;
	height:auto;
	text-align: center;
}

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








/*社会责任*/
.zeren_section{
	padding-top:60px;
	background:#fff;
}
.zeren_section .TabTitle1 li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:40px;
	text-align: center;
	position:relative;
	font-size:19px;
	color:#333;
	cursor: pointer;
}

.zeren_section .TabTitle1 li:last-child{
	margin-right:0;
}
.zeren_section .TabTitle1 li .zeren_img{
	margin-bottom:20px;
}
.zeren_section .TabTitle1 li .zeren_img img{
	width:100%;
	height:auto;
	display: block;
}

.zeren_section .TabTitle1 li .zeren_jiao{
	position:absolute;
	bottom:-40px;
	left:50%;
	width:24px;
	margin-left:-12px;
	display: none;
}
.zeren_section .TabTitle1 li.active .zeren_jiao{
	display: block;
}

.zeren_section .TabTitle1 li.active,
.zeren_section .TabTitle1 li:hover{
	color:#226eb1;
}

.zeren_section .TabTitle1 li .zeren_jiao img{
	width:100%;
	height:auto;
	display: block;
}

.zeren_section .TabContent1{
	background:#f1f1f1;
	padding:30px 0;
	min-height:200px;
}
.zeren_main{
	font-size:16px;
	line-height:30px;
	color:#575757;
}





/*about*/
.ab_title h2{
	margin-bottom:25px;
	text-align: center;
}

.ab_title h2 span{
	display: inline-block;
	padding:5px;
	background:#226eb2;
	color:#fff;
	line-height:24px;
	font-size:24px;
	position:relative;
}
.ab_title h2 span img{
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-7px;
}

.ab_title h3{
	text-align: center;
	color:#333;
	font-size:22px;
	line-height:22px;
	margin-bottom:20px;;
}

.ab_title div p{
	text-indent:2em;
	color:#333;
	font-size:16px;
	line-height:30px;
}

.pro_title.about_title a{
	width:16.66%;
}

.ab1_section{
	padding-top:50px;
}

.ab1_sec1{
	margin-top:30px;
	padding:40px;
	background:#5fa1d7 url(../images/ab_bg1.jpg) no-repeat center;
	background-size:auto 100%;
}

.ab1_main1 li{
	width:18%;
	margin-right:2.5%;
	float: left;
}

.ab1_main1 li:nth-child(5n){
	margin-right:0;
}

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


.ab1_main2{
	padding:40px 0;
	background:#f4f4f4;
	display: none;
}

.ab1_m2{
	background:#ffffff;
	margin-bottom:30px;
	overflow: hidden;
}
.ab1_m2 li{
	float:left;
	width:20%;
	text-align: center;
	padding:40px 0;
	font-size:13px;
}

.ab1_m221{
	margin-bottom:0;
}

.ab1_m2 li div{
	height:100px;
	line-height:100px;
}

.ab1_m2 li div img{
	vertical-align: bottom;
	max-height:100%;
	width:auto;
	height:auto;
	max-width:100%;
}
.ab1_m2 li p{
	color:#585858;
}
.ab1_m2 li h3{
	margin-top:25px;
	font-size:20px;
	color:#585858;
}
.ab1_m2 li:hover h3{
	color:#236eb2;
}

.ab1_m21{
	padding:20px 0;
}

.ab1_m21 span{
	display: inline-block;
	padding:5px 10px;
	background:#f2f2f2;
	color:#767676;
	cursor:pointer;
	font-size:18px;
}

.ab2_section{
	padding-top:50px;
}

.ab2_sec{
	width:100%;
	height:auto;
	position:relative;
	margin-top:30px;
}

.ab2_sec a.prev,
.ab2_sec a.next{
	position:absolute;
	top:42%;
	width:30px;
}

.ab2_sec a.prev img,
.ab2_sec a.next img{
	display: block;
	width:100%;
	height:auto;
}

.ab2_sec a.prev{
	left:5%;
}
.ab2_sec a.next{
	right:5%;
}
.ab2_sec .slideBox .bd li img{
	display: block;
	width:100%;
	height:auto;
}

.ab6_section{
	padding-top:120px;
}

.ab6_sec{
	width:100%;
	height:auto;
	position:relative;
	margin-top:100px;
}

.ab6_sec a.prev,
.ab6_sec a.next{
	position:absolute;
	top:45%;
	width:30px;
}

.ab6_sec a.prev img,
.ab6_sec a.next img{
	display: block;
	width:100%;
	height:auto;
}

.ab6_sec a.prev{
	left:5%;
}
.ab6_sec a.next{
	right:5%;
}
.ab6_sec .slideBox .bd li img{
	display: block;
	width:100%;
	height:auto;
}

.ab5_section{
	padding-top:50px;
}
.ab5_sec{
	background:#f6fafd;
	text-align: center;
	width:100%;
	height:auto;
	margin-top:30px;
}
.ab5_sec img{
	width:auto;
	height:auto;
	max-width:100%;
}


.ab3_sec1{
	padding:30px 0;
	background:#f4f4f4;
	display: none;
}
.ab3_main2{
	position:relative;
	width:100%;
	height:auto;
}

.ab3_main2 .owl-carousel .p17_m{
	font-size:16px;
}
.ab3_main1{
	padding:30px 0;
}
.ab3_main1 span{
	display: inline-block;
	padding:5px 10px;
	background:#f2f2f2;
	color:#767676;
	cursor:pointer;
	font-size:18px;
}

.ab3_main2 .pro_prev,
.ab3_main2 .pro_next{
	position:absolute;
	top:32%;
	width:40px;
}

.ab3_main2 .pro_prev img,
.ab3_main2 .pro_next img{
	display: block;
	width:100%;
	height:auto;
}

.ab3_main2 .pro_prev{
	left:-50px;
}
.ab3_main2 .pro_next{
	right:-50px;
}

.ab3_sec2{
	margin-top:30px;
	width:100%;
	height:auto;
	padding:70px 0 100px;
	background:url(../images/ab_bg3.jpg) no-repeat center;
	background-size:auto 100%;
}

.ab3_sec2 li{
	float:left;
	width:15%;
	margin-right:2%;
}

.ab3_sec2 li:last-child{
	margin-right:0;
}
.ab3_sec2 li img{
	max-width:100%;
	height:auto;
}

.ab3_section,
.ab4_section{
	padding-top:50px;
}

.ab4_sec1{
	padding:50px 0;
	background:url(../images/ab_bg4.jpg) no-repeat center;
	background-size:100% 100%;
	overflow:hidden ;
	margin-top:30px;
}

.ab4_sec1 .bd_l_box dl{
	float:left;
	width:22.5%;
	margin-right:3.33%;
	text-align: center;
	background:rgba(34,110,178,0.5);
	padding:50px 0 40px;
	color:#fff;
}

.ab4_sec1 .bd_l_box dl:nth-child(4n){
	margin-right:0;
}
.ab4_sec1 .bd_l_box dl dt i{
	font-style:normal;
	font-size:90px;
	line-height:90px;
}
.ab4_sec1 .bd_l_box dl dt em{
	font-style:normal;
	font-size:16px;
	line-height:16px;
}
.ab4_sec1 .bd_l_box dl dd{
	margin-top: 20px;
	font-size:18px;
}

.ab4_main21{
	padding:30px 0;
}

.ab4_main21 span{
	display: inline-block;
	padding:5px 10px;
	background:#f2f2f2;
	color:#767676;
	cursor:pointer;
	font-size:18px;
}

.ab4_main22{
	padding:30px 0;
	background:#f4f4f4;
	display: none;
}

.ab4_main22 .owl-carousel1{
	position:relative;
	height:auto;
	width:100%;
}
.ab4_main22 .owl-carousel1 .p17_img>img{
	display: block;
	width:100%;
	height:auto;
}
.ab4_main22 .owl-carousel1 .p17_main{
	padding:0 30px;
}


.ab4_main22 .pro_prev1,
.ab4_main22 .pro_next1{
	position:absolute;
	top:32%;
	width:40px;
}

.ab4_main22 .pro_prev1 img,
.ab4_main22 .pro_next1 img{
	display: block;
	width:100%;
	height:auto;
}

.ab4_main22 .pro_prev1{
	left:-50px;
}
.ab4_main22 .pro_next1{
	right:-50px;
}




/*荣誉历程*/

.ry_section2{
	padding:30px 0;
	background:#f2f2f2;
}

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

.ry_section2 .pro_prev,
.ry_section2 .pro_next{
	position:absolute;
	top:32%;
	width:30px;
}

.ry_section2 .pro_prev img,
.ry_section2 .pro_next img{
	display: block;
	width:100%;
	height:auto;
}

.ry_section2 .pro_prev{
	left:-50px;
}
.ry_section2 .pro_next{
	right:-50px;
}


.ry_section1{
	padding:50px 14%;
	background:#fff;
}
/*
.ry_sec11{
	width:20%;
}

.ry_sec12{
	width:75%;
}
.ry_main11{
	padding:20px;
	border:2px solid #595758;
}
.ry_main111{
	width:100%;
	text-align: center;
	margin-bottom:30px;
}
.ry_main111 img{
	max-width:100%;
	height:auto;
}
.ry_main112{
	color:#585657;
	font-size:26px;
	line-height:26px;
	margin-bottom:20px;
}

.ry_main113{
	text-align: right;
	color:#585657;
	font-size:40px;
	line-height:40px;
}
.ry_main12{
	padding-top:10px;
}
.ry_main12 li{
	padding:10px 0 10px 10px;
	border-bottom:1px solid #797979;
}

.ry_main12 li span{
	margin:0 10px;
	color:#595959;
	font-size:16px;
}

.ry_sec12 li{
	padding-left:30px;
	background:url(../images/honor_bg.jpg) no-repeat left top;
	min-height:160px;
	padding-top:30px;
	color:#575757;
}
.ry_sec12 li span{
	display: inline-block;
	padding-bottom:10px;
	font-size:24px;
	border-bottom:1px solid #797979;
	margin-bottom:10px;
}

.ry_sec12 li p{
	font-size:16px;
}*/

.channel_content { clear:both;}
.channel_content .text_content { min-height:300px;}
.channelbg { background-position:center top; background-repeat:no-repeat; clear:both; height:210px;}
.channelbg a { color:#fff;}
.channel_name { width:auto; height:60px; float:left; margin-top:150px; font-size:35px; color:#fff; font-weight:bold; text-shadow:#333 2px 2px 2px; padding:0 15px 0 30px; white-space:nowrap; color:#fff;}
.breadcrumbs { width:auto; height:26px; line-height:26px; white-space:nowrap; margin-top:176px; color:#f2f2f2;}
.breadcrumbs em { font-style:normal; margin:0 8px;}
.breadcrumbs a { color:#f2f2f2;}
.breadcrumbs a:hover { color:#fff;}
.his_channel_menu .wrap { border-bottom:#d6d6d6 1px solid;}

.hisList { clear:both; position:relative; overflow:hidden; padding-left:30%; min-height:600px; margin:0 12%;}
.hisList .his_hd_box { width:260px; height:auto; position:absolute; left:0; top:0; border-top:#959595 1px solid;}
.hisList .his_hd { cursor:pointer; border-bottom:#959595 1px solid;}
.hisList .his_hd .img { display:none; text-align:center; border:#5d5d5d 4px solid;}
.hisList .his_hd .img img { display:block;width:100%;height:auto;}
.hisList .his_hd .text { display:block; height:50px; line-height:50px; font-size:22px; padding:0 20px; color:#333;}
.hisList .his_hd_box .hd_cur .img { display:block;}
.hisList .his_hd_box .hd_cur .text { display:none;}

.his_bd { display:none; position:relative;}
.his_bd .line { width:20px; height:100%; position:absolute; left:0; top:0; background:url(../images/his_line.png) -20px 0 repeat-y; overflow:hidden;}
.his_li { position:relative; padding:30px 0 30px 40px; margin-left:10px;min-height:160px;}

.his_li .his_li_tit{
	display: inline-block;
	padding-bottom:10px;
	font-size:25px;
	border-bottom:1px solid #555;
	margin-bottom:10px;
}

.his_li .his_li_main{
	font-size:16px;
	line-height:30px;
}
.his_bd .text{
	display: none;
	height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #333;
    border-bottom:1px solid #555;
    margin-bottom:22px;
}
.his_li .n { font-size:18px; font-weight:normal; color:#333; font-weight:bold; display:block; margin-bottom:5px;}
.his_hd .his_li .text { font-size:14px; line-height:22px; padding-bottom:25px; color:#333;}
.his_li .point { display:block; width:20px; height:19px; background:url(../images/his_line.png) -40px 0 no-repeat; overflow:hidden; position:absolute; left:-9px; top:32px;}
.his_li dd { width:auto; height:280px; float:left; position:relative; margin-right:20px; margin-bottom:20px;}
.his_li dd img { display:block; height:280px; width:auto;}
.his_li dd ._title { width:90%; padding:10px 5%; line-height:20px; font-size:14px; position:absolute; left:0; bottom:0; color:#fff; font-weight:normal; background:rgba(0,162,234,.80); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bb00a2ea,endcolorstr=#bb00a2ea);}


.his_box { position:relative;}

.ContactBox { padding-top:15px;}
.contacts .chukou { border-right:#dedede 1px solid; margin-right:20px;}
.contacts .t { font-size:18px; font-weight:bold; color:#2a9ad4; display:block; margin-bottom:5px;}
.contacts .cont { margin-bottom:35px; padding-left:20px;}
.contacts .cont .tel { clear:both; overflow:hidden; line-height:2;}
#map_container { height:300px;}
#map_container img { max-width: none;}

.ct_box { display:block; width:111px; height:111px; margin:0 auto 20px; position:relative; overflow:hidden;}
.ct_box a { display:block; width:100%; height:100%; position:absolute; font:0/0 a; letter-spacing:-9px;}
.ct_box .cio { display:block; width:100%; height:100%; position:absolute; left:0; top:0; background:url(../images/contact_ico.png) no-repeat;}
.ct_box .cio01,.ct_box .cio02,.ct_box .cio03,.ct_box .cio04,.ct_box .cio05,.ct_box .cio06 {display:none;/* filter:alpha(opacity=60); opacity:0.6;*/}
.ct_box .cio01_blue,.ct_box .cio02_blue,.ct_box .cio03_blue,.ct_box .cio04_blue,.ct_box .cio05_blue,.ct_box .cio06_blue { z-index:2;}
.ct_box .cio01 { background-position:0 0;}
.ct_box .cio01_blue { background-position:0 -111px;}
.ct_box .cio02 { background-position:-111px 0;}
.ct_box .cio02_blue { background-position:-111px -111px;}
.ct_box .cio03 { background-position:-222px 0;}
.ct_box .cio03_blue { background-position:-222px -111px;}
.ct_box .cio04 { background-position:-333px 0;}
.ct_box .cio04_blue { background-position:-333px -111px;}
.ct_box .cio05 { background-position:-444px 0;}
.ct_box .cio05_blue { background-position:-444px -111px;}
.ct_box .cio06 { background-position:-555px 0;}
.ct_box .cio06_blue { background-position:-555px -111px;}
.ct_box .cio07 { background-position:-666px 0;}
.ct_box .cio07_blue { background-position:-666px -111px;}
.ct_box .cio08 { background-position:-777px 0;}
.ct_box .cio08_blue { background-position:-777px -111px;}

.contactBox .eq04 { margin-left:16%;}
.contactBox .eq05 { margin-left:1%;}




/*人才招募*/
.peo3_main{
	height:100px;
	line-height:100px;
	font-size:20px;
	color:#575757;
}

.peo3_main img{
	vertical-align: middle;
	margin-left:20px;
}

.people1_section{
	padding:50px 0;
	background:#fff;
}

.people2_section{
	padding:50px 0;
	background:#f1f1f1;
}

.peo1_title{
	text-align: center;
	color:#333;
	font-size:24px;
	line-height:24px;
	margin-bottom:40px;
}
.peo1_main{
	padding:0 5%;
}
.peo1_main li{
	float:left;
	height:160px;
	width:33%;    
	border: 1px solid #F1F1F1;
    background-color: #fff;
	position:relative;
	cursor:pointer;
	margin:1px;
	background:#fff;
}

.peo1_main li:nth-child(odd){
	background:#f1f1f1;
}

.peo1_main li:nth-child(2){
	line-height:160px;
	text-align: center;
}

.peo1_main li:nth-child(2) img{
	vertical-align: middle;
	height:70%;
}

.peo1_main li .peo1_bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	padding:30px 40px;
	background:#2175b1;
	color:#fff;
	font-size:16px;
	line-height:30px;
	display: none;
}

.peo1_main li:hover .peo1_bg{
	display: block;
}

.peo1_main li .peo1_m{
	color:#333;
	font-size:20px;
	padding-left:70px;
	line-height:160px;
	width:100%;
	height:100%;
}

.peo1_main li:nth-child(1) .peo1_m{
	background:url(../images/rencai1.png) no-repeat 80% center;
}
.peo1_main li:nth-child(3) .peo1_m{
	background:url(../images/rencai2.png) no-repeat 80% center;
}
.peo1_main li:nth-child(4) .peo1_m{
	background:url(../images/rencai3.png) no-repeat 80% center;
}
.peo1_main li:nth-child(5) .peo1_m{
	background:url(../images/rencai4.png) no-repeat 80% center;
}
.peo1_main li:nth-child(6) .peo1_m{
	background:url(../images/rencai5.png) no-repeat 80% center;
}

.people2_sec1{
	padding-left:40px;
	line-height:50px;
	color:#595758;
	font-size:18px;
	margin-bottom:20px;
	
}

.people2_section .peo2_main21{
	border:1px solid #236eb1;
	padding:40px 40px 70px;
	margin-bottom:10px;
	font-size:16px;
	font-size: 16px;
    line-height: 30px;
}
.people2_section .peo2_main21 h3{
	    margin-bottom: 10px;
    font-size: 16px;
}
.people2_section .peo2_main23{
	font-size: 16px;
    line-height: 30px;
}
.people2_section .peo2_main21 .peo2_m21{
	margin-bottom:30px;
}

.peo2_main22{
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:30px 0;	
	margin-bottom:40px;
}

.peo2_main23 p{
	color:#2177b4;
}

.jo1 {
    padding: 8.8% 0 6.2% 0;
}
.jotis{
	overflow:hidden;
	margin-bottom:10px;
}
.jot{
	padding-left:55px;
	overflow:hidden;
	}
.jot span{
	display:block;
	width:16.66%;
	float:left;
	line-height:50px;
	height:50px;
	font-size:18px;
	overflow:hidden;
	}
.jot span:first-child{
	padding-left:2%;
	}
.jod > span{
	background:#fff;
	color:#333;
	cursor:pointer;
	transition:300ms;
	-webkit-transition:300ms;
	}
.jotxs{ position:relative; margin-bottom:15px;overflow:hidden;width:100%; } 
.jos{
	padding-left:55px;
	display:none;
	}
.jos .bodr{
    border: 1px solid #236eb1;
    padding: 40px 40px 70px;
	}
.jos .bodr span{
	display:block;
	border-top:1px solid #eee;
	padding-top:25px;
	margin-top:35px;
	}
.jotxs .line{
	background:#2175b1;
	display:block;
	position:absolute;
	}
.jotxs .line_1{
	width:21px;
	height:1px;
	top:23px;
	left:15px;
	}
.jotxs .line_2{
	width:1px;
	height:21px;
	top:13px;
	left:25px;
	}
.jotxs .arrow{
	width:55px;
	height:47px;
	position:absolute;
	top:0;
	left:0;
	transition:300ms;
	-webkit-transition:300ms;
	}
.jotxs:hover .jod > span,
.jotxs.act .jod > span {
	background:#2175b1;
	color:#fff;
	}
.jotxs.act .arrow{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	} 
.jo2{
	padding-bottom:6.2%;
	}
.jo3{
	background:#eee;
	padding:5.8% 0 4.8% 0;
	}

.jo4{ padding:9% 0 5% 0; }







/*联系我们*/
.pro_title.cont_nav a{
	width:50%;
}

.contact_map{
	padding-top:50px;
}

.contact1_map{
	padding-top:50px;
}

.cont1_section{
	padding-top:70px;
}

.cont2_section{
	padding:70px 0;
}

.cont_title{
	color:#333;
	text-align: center;
	font-size:25px;
	line-height:25px;
	margin-bottom:40px;
}

.cont_main li{
	float:left;
	width:32%;
	margin-right:2%;
	height:230px;
	padding:20px 30px;
	border:1px solid #d8d8d8;
	margin-bottom:20px;
	color:#333;
	font-size:16px;
	line-height:25px;
}
.cont_main li:nth-child(3n){
	margin-right:0;
}

.cont_main li h3{
	font-size:20px;
	line-height:20px;
	color:#236eb2;
	margin-bottom:10px;
}
.cont_main li h5{
	font-size:15px;
	line-height:30px;
	margin-bottom:5px;
}
.cont_map{
	width:100%;
	height:auto;
}
#map_canvas{
	width:100%;
	height:440px;
	position:relative;
}
.map_main h2{
    font-size: 10pt;
    line-height: 1.1;
    margin-right: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom:5px;
}

.map_main h3{
    font-size: 16px;
    font-weight: bold;
    color: #0088cc;
    text-transform: uppercase;
    margin: 0;
    line-height: 24px;
    margin-bottom:5px;
}
.map_main p{
	font-size: 10pt;
    line-height: 1.1;
    color: #333;
}

.map_main a{
	color: #0088cc;
}

.map_main a:hover{
	color: #226eb2;
}


#softss{ width:100%;}







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

.w{
	width:1024px;
}

header .head_tel,
header .language{
	display: none;
}
.ry_section1{
	padding:40px 0;
}

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

.w{
	width:960px;
}

header .language{
	display:none;
}

.news_main {
    width: 60%;
    overflow: hidden;
}
.news_share {
    width: 24%;
}

.ry_sec11{
	width:25%;
}

.ry_sec12{
	width:68%;
}
.ry_main12 li span{
	margin:0 5px;
}


.cont_main li{
	height:auto;
	min-height:260px;
}
.min3_sec li{
	min-height:280px;
}	
	
}
@media only screen and (max-width:960px ) {

.w{
	width:100%;
	padding:0 3%;
}
.leader_section .leader_logo img{
	height:65px;
}
.leader_section .leader_logo p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
}	
.leader_m h3{
	font-size:24px;
	line-height:24px;
}
.leader_m p{
	font-size:15px;
	line-height:20px;
}

.phone_head{
	display: block;
}
.headheight {
    height:60px;
}
header{
	display: none!important;
}

.in_banner{
	margin-top:60px;
}	
	
}


@media only screen and (max-width:900px ) {
.in3_main1{
	display: none;
}
.in2_main li .in2_img{
	width:14em;
	height:14em;
	border-radius:7em;
	margin-bottom:15px;
}
.in3_main2{
	padding-bottom:20px;
}
.in3_main2,
.in3_main3{
	width:100%;
	overflow: hidden;
	margin-bottom:20px;
	min-height:100px;
}
.in3_main3 li{
	float:left;
	width:48%;
	margin:0 1%;
}
.footer dl{
	width:20%;
	margin-bottom:20px;
	min-height:230px;
}


.min3_sec li{
	min-height:310px;
}




}


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

.leader_section{
	padding-top:25%;
}
.in1_main{
	margin:50px 0;
}
.in2_section{
	padding:50px 0;
}
.in1_m{
	padding-top:130%;
}
.in1_main li{
	width:22%;
	margin:0 1.5%;
}
.two_navm2.fixed{
	display: none!important;
}
.news_section {
    padding: 60px 0 42px;
}
	.news_date{
		width:12%;
	}
	.news_main{
		58%
	}
.pro_title a {
    font-size: 0.85rem;
}	
	

.cus2_map2 span {
    top: 47%;
    right: 31%;
}
.cus2_map3 span {
    top: 70%;
    right: 27%;
}
.cus2_map4 span {
    top: 52%;
    right: 59%;
}
.cus2_map1 span {
    top: 62%;
    right: 69%;
}
.cus3_map1 span {
    top: 48%;
    left: 26%;
}
.cus3_map3 span {
    top: 39%;
    left: 71%;
}
.cus3_map2 span {
    top: 68%;
    left: 71%;
}

.cus3_map4 span {
    top: 76%;
    left: 80%;
}
.cus3_map5 span {
    top: 84%;
    left: 73%;
}
.cus3_map6 span {
    top: 80%;
    left: 50%;
}

.cus2_map_m{
	display: none!important;
}

.p2ro1_img{
	width:100%;
	margin:0;
}
	.p1ro1_img,
.p3ro1_img{
	width:100%;
	height:auto;
}	
.cus1_map_m,
.cus3_map_m {
	display: none!important;
}
	
	.pro_nav.fixed{
		top:60px;
	}
	
.pro_sec {
    width: 90%;
    margin: 30px auto 0;
}	
.ry_sec11{
	width:35%;
}

.ry_sec12{
	width:60%;
}
.ry_section1 {
    padding: 50px 5%;
}
.hisList {
    padding-left: 39%;
    min-height:700px;
    margin: 0 2%;
}

#softss{ width:250%;}	
}
@media only screen and (max-width:480px ) {

.leader_m h3{
	font-size:16px;
	line-height:20px;
}
.leader_m p{
	font-size:13px;
	line-height:16px;
}
.leader_section .leader_logo img {
    height: 55px;
}

.footer{
	display: none;
}
.in3_section,
.in4_section{
	padding:30px 0;
}
.in_title span{
	letter-spacing:3px;
	font-size:20px;
}
.in3_main{
	margin:30px 0;
}

.in3_main3 li{
	width:100%;
	margin:0;
	margin-bottom:20px;
}
.in3_main2{
	padding:20px 2%;
}
.in322_m{
	width:80%;
}
.in321_img,
.in321_m{
	width:100%;
}

.in2_main li{
	width:50%;
	margin-bottom:20px;
}
.in2_main li .in2_m{
	font-size:18px;
}
.in2_main li .in2_img{
	width:10em;
	height:10em;
	border-radius:5em;
	background-size:auto 3em!important;
}
.in1_main li{
	/*width:46%;
	margin:0 2% 20px;*/
	width:40%;
	margin:0 5% 20px;
	height:auto;
}
.in1_section{
	/*padding:90px 0 30px;*/
	padding:10px 0 30px;
}

.in1_main{
	margin:30px 0;
}

.in1_m{
	padding-top:110%;
	font-size:16px;
	line-height:22px;
	background-size:2em auto!important;
}

.ban_main1{
	display: none;
}
.in_banner{
	margin-top:0;
}
.in_banner .bd li .ban_title {
    margin-top: 40%;
}
.in_banner .bd li .ban_title h2 {
    font-size: 26px;
    line-height: 26px;
}

.in_banner .bd li .ban_title p {
    font-size: 18px;
}
.ban_main2 {
    font-size: 15px;
}
.icon-fixed{
	display: none;
}


.foot_bot3{
	display: none;
}

/*.in_banner{
	height:400px;
}
.banner{
	height:auto!important;
}

.ban{
	position:static;
}*/
.ban{
	padding:0 3%;
	top:20%;
}

#container{
	padding-top:60px;
}

.in4_main1 .showMorehandle>img{
	margin:15px auto 0;
	height:30px;
}
.news_date{
	display: none;
}
.news_main,.news_share{
	float:none;
	width:100%;
	padding-top:20px;
}
	
.news_sec li {
    padding: 20px 0;
}	
.canzhan_img{
	display: none;
}	
.p1ro_float_left,
.pro_title{
	display: none;
}
.pro_title.goods{
	display: block;
}	

/*.cus1_map_m{
	position:static;
	width:100%;
	padding:20px;
}	*/
.p1ro_section1,
.p1ro_section2,
.p1ro_section3,
.p1ro_section4,
.p1ro_section5,
.p1ro_section6,
.p1ro_section7,
.p1ro_section8{
	padding-top:10px;
}	
.pro_banner{
	height:160px;
}
.p1ro_title {
    font-size: 16px;
}
.cus1_map1 span {
    top:33%;
    left: 45%;
}
.cus1_map2 span {
    top: 31%;
    left: 59%;
}
.cus1_map3 span {
    top: 48.5%;
    left: 49%;
}
.cus1_map4 span {
    top: 70%;
    left: 70%;
}
.p1ro_sec7_main .pro_next{
	right:-30px;
	width:20px;
}
.p1ro_sec7_main .pro_prev{
	left:-30px;
	width:20px;
}
.p1ro_sec7_main{
	padding:20px 30px;
}	

.p17_main{
	width:100%;
	margin:0;
}
.p3ro_sec2.p1ro_sec2 li,
.p1ro_sec2 li,
.p1ro_sec3 li {
    width: 48%;
    margin:0 1% 10px;
     min-height: 100px; 
    padding-top:160px;
    padding-bottom:30px;
    font-size:16px;
}
.p1ro_sec2 ul.promjli li:last-child,
.p1ro_sec2 ul.promjli li{
    width: 48%;
    margin:0 1% 10px;
}
.pro_sec dl dt {
    font-size: 17px;
}

.p1ro_sec5_mian1 li{
	width: 31%;
    margin:0 1% 10px;
     min-height: 50px; 
    padding-top: 80px;
    padding-bottom:20px;
}
.p1ro_sec8_main1>div label,
.p1ro_sec8_main2>div label{
	width:20%;
}
.p1ro_sec8_main1>div input,
.p1ro_sec8_main2>div input,
.p1ro_sec8_main2>div select,
.p1ro_sec8_main2>div textarea{
	width:70%;
}
.p1ro_sec8_mm {
    padding-left: 20%;
    line-height: 28px;
}
.p1ro_sec8_main1>div select {
    width: 23%;
}
.p1ro_sec8_main3{
	padding-left: 20%;
}

.news_banner{
	height:120px;
}

.p1ro_sec8_title,
.pro4_title{
	font-size:16px;
}
.pro4_main li{
	width:100%;
	margin-right:0;
}
.pro4_section {
    padding: 30px 0;
}

.pro41_section{
	padding:30px 0;
}


.ny_banner{
	height:180px;
}

/*.p33_m h3 {
    font-size: 15px;
}
.p33_m {
    font-size: 12px;
}
*/
.pro3_main3 li{
	width:48%;
	margin:0 1%;
}

.p3ro_sec4 li{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.min5_mian li{
	width:50%;
	padding: 80px 0 20px;
}

.min1_title h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
}

.min1_title {
    font-size: 15px;
}

.min5_section {
    padding:30px 0;
}
.min4_sec li{
	width:48%;
	margin:0 1% 20px;
}

.min3_sec li{
	width:48%;
	margin:0 1% 50px;
}

.min4_sec{
	padding:30px 0 20px;
	margin-top:20px;
}
.min1_main2 .bd_l_box dl{
	width:50%;
}
.min1_title1 {
    padding-top: 13px;
    background-size: auto 50%;
}

.min1_section{
	padding:30px 0;
}
.TabTitle {
    background: url(../images/casejiao2.png) no-repeat 4% 12px;
}
.case_main li{
	width:100%;
}
.TabTitle li{
	width:50%;
	margin-bottom:10px;
}
.zeren_section .TabContent1 {
    padding: 20px 0;
}
.zeren_section{
	padding-top:30px;
}

.ab4_sec1 .bd_l_box dl{
	width:48%;
	margin:0 1% 20px;
}
.ab3_main2 .owl-carousel .p17_main,
.ab4_main22 .owl-carousel1 .p17_main{
	padding:0 20%;
}

.ry_section2 .pro_prev,
.ab3_main2 .pro_prev,
.ab4_main22 .pro_prev1 {
    left: 0%;
}
.ry_section2 .pro_next,
.ab3_main2 .pro_next,
.ab4_main22 .pro_next1 {
    right: 0%;
}
.ab2_sec a.prev, .ab2_sec a.next,
.ab6_sec a.prev, .ab6_sec a.next {
    top: 30%;
    width: 20px;
}
.ab3_sec2{
	padding:30px 0;
}
.ab1_section,
.ab2_section,
.ab3_section,
.ab4_section,
.ab5_section,
.ab6_section{
	padding-top:30px;
}
.ab4_sec1{
	background-size:auto 100%;
}
	.ry_sec11{
		display: none;
	}

.ry_sec12{
	width:100%;
}

.ry_section2 .p17_main{
	padding:0 10%;
}

.peo1_main li{
	width:100%;
	line-height:150px;
	height:150px;
}
.peo1_main li:nth-child(2){
	line-height:150px;
}
.peo1_main li:nth-child(2) img{
	height:70%;
}
.peo1_main li .peo1_bg{
	padding:20px;
	font-size:14px;
}

.people2_sec1{
	padding-left:0;
}



.people2_sec1{
	font-size:12px;
	line-height:30px;
}

.people2_section .peo2_main21{
	padding:20px;
}


.people2_section #help dl dt ul li, .people2_sec1 ul li{
	width:16%;
}
.people2_section #help dl dt ul li:last-child, 
.people2_sec1 ul li:last-child{
	width:20%;
}

.people2_section .w{
	padding:0 1%;
}
.peo3_main img{
	width:20%;
	height:auto;
	margin-left: 3%;
}
.peo3_main {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.people2_section{
	padding:30px 0 0;
}
.peo1_main li .peo1_m{
	padding-left:40px;
	line-height:150px;
}

.cont_main li{
	height:auto;
	min-height:auto;
	width:100%;
}
.contact1_map,
.contact_map,
.cont1_section,
.cont2_section{
	padding-top:40px;
}

.peo1_main,
.service_sec .service_sec_box .imgbox{
	padding:0;
}

.hisList { padding:0;}
.hisList .his_hd_box,
.his_bd .line,
.his_li .point { display:none;}
.his_li { padding-left:0; margin-left:0;}

.his_bd .text{
	display: block;
}
.ry_section1 {
    padding: 30px 2%;
}
.his_li{
	padding:0 0 30px;
	min-height:100px;
}

.his_bd{
	display: block;
}
.his_bd .his_box{
	display: none;
}
.his_bd.first .his_box{
	display: block;
}
.jo1 .tx { width: 100%; float: none; margin-top:25px; }
.jo1 .tis { float: none; margin-left: 0; margin:0 auto; }
.jot span:nth-child(2),.jot span:nth-child(3),.jot span:nth-child(4){ display:none; }
.jot span { width:33.33%; }
.jot,
.jos {
    padding-left: 35px;
}

.jotxs .arrow{
	width:35px;
}
.jotxs .line_1 {
    left:7px;
}
.jotxs .line_2 {
    left:17px;
}


.min6_main{
	min-height:200px;
	padding:40px 0;
}

.min1_main2 .bd_l_box dl dt i{
	font-size:50px;
	line-height:50px;
}

.zeren_section .TabTitle1 li{
	font-size:14px;
}

#softss{ width:250%;}
.icon-fixed{ display:none !important;}

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

.phone_head .logo{
	width:160px;
}

.ban{
	top:16%;
}
.banner .go_section{
	bottom:40px;
}

.p1ro_sec2 li p {
    font-size: 14px;
}
.p1ro_sec2 li h3{
	font-size:18px;
}	

.p1ro_sec5_mian1 li{
	font-size:14px;
}

#softss{ width:250%;}


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

.phone_head .logo{
	width:150px;
}
.ban{
	top:13%;
}
.banner .go_section{
	bottom:40px;
}

.cus1_map3 span {
    top: 11%;
    left: 49%;
}
.cus1_map4 span {
    top: 16%;
    left: 71%;
}

.p1ro_sec8_main1>div label,
.p1ro_sec8_main2>div label{
	font-size:13px;
}
.p1ro_sec8_main1>div input,
.p1ro_sec8_main2>div input,
.p1ro_sec8_main2>div select,
.p1ro_sec8_main2>div textarea{
	font-size:13px;
}
.p1ro_sec8_main1>div select {
	font-size:13px;
}

.p1ro_sec2 li p {
    font-size: 12px;
}

.min1_title1 {
    background-size: auto 40%;
}
.zeren_section .TabTitle1 li{
	font-size:12px;
}
.zeren_main {
    font-size: 12px;
}

.min3_sec li{
	width:100%;
	min-height:100px;
}

	#softss{ width:250%;}
	
}



.fenye{
	width:100%;
	text-align: center;
	color:#666666;
	font-size:12px;
	 margin-top:20px;
}

.fenye a{
	display: inline-block;
	min-width:40px;
	height:40px;
	border-radius:5px;
	border:1px solid #ccc;
	text-align: center;
	line-height:40px;
	padding:0 10px;
	color:#666666;
	font-size:12px;
	margin:0 3px;
}

.fenye a:hover,
.fenye a.on{
	color:#fff;
	border-color:#0083CC;
	background:#0083CC;
}
