
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}


html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition:all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html{
	width:100%;
	height:100%;
}

body{
	font-family:"OPENSANS","微软雅黑",arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
   	background:#fff;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}


ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}


.w{
	width:1200px;
	margin:0 auto;
}





/*header*/
/*
header.pc_head{
	position:all 0.3s;
	position:relative;
}

.header{
	background:#fff;
	height:85px;
}

header.pc_head .logo{
	margin-right:10px;
}


header.pc_head .logo,
.logo_fonts{
	padding-top:20px;
}

.logo_fonts h2{
	color:#333333;
	font-size:22px;
	line-height:22px;
	margin:5px 0;
}
.logo_fonts p{
	font-size:11px;
	line-height:11px;
	color:#878686;
	letter-spacing:1px;
}

.head_other{
	line-height:85px;
	color:#555555;
	font-size:16px;
	overflow: hidden;
}

.head_other a{
	color:#555555;
	padding:0 20px;
	transition:all 0.3s;
	
}
.head_other a img{
	vertical-align:middle;
	margin-right:10px;
}

.head_other a:hover{
	color:#39b8e2;
}


.head_nav{
	background:#005789;
	transition:all 0.3s;
}


.search_box{
	position: relative;
	height:65px;
}

.search_box .head_search1 {
    height: 65px;
    width: 65px;
    background: #014268 url(../images/search.jpg) no-repeat center;
    cursor: pointer;
}
.search_box .head_search2 {
    position: absolute;
    right: 100%;
    top:15px;
    background-color: #fff;
    height:35px;
    line-height: 35px;
    width: 0px;
    font-size:16px;
    color:#333;
    transition: width 500ms;
    -moz-transition: width 500ms;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
}
.head_search:hover .head_search2{
	width:140px;
    padding:0 10px;
}





.nav{height:65px;width:90%;}

.nav .nav_li{float:left;margin-right:8%;position:relative;}
.nav .nav_li .nav_a{display:block;line-height:65px;height: 65px;font-size:16px;color:#ffffff;transition:all 0.3s;}
.nav .nav_li.cur a{
	border-bottom:2px solid #fff;
}
.nav .nav_li:hover .nav_a{
	background:url(../images/nav_jiao.png) no-repeat 48% bottom;
	border-bottom:2px solid #fff;
}
.nav .nav_li .setNav{position:absolute;top:100%;width:100%;left:0;right:0;background:#f5f5f5;padding:40px 0 50px;display:none;z-index:99;transition:all 0s;}

.nav .line {position: absolute;bottom: 0px;width: 0px;height: 2px;font-size: 3px;background-color: #f5f5f5;display: none!important;}
.nav .nav_li .setNav{
	position:absolute;
	width:160px;
	left:50%;
	margin-left:-80px;
	top:100%;
	z-index:99;
	transition:all 0s;
	padding:0;
}

.nav .nav_li .setNav  li a{
	display: block;
	width:100%;
	line-height:45px;
	font-size:16px;
	text-align: center;
	color:#555555;
	transition:all 0.3s;
	border-bottom:1px solid #e0e0e0;
}

.nav .nav_li .setNav li a:hover{
	color:#fff;
	background:#005789;
}



.head_nav.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999;
}
*/
header.pc_head{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999;
	transition: all 0.8s;
	/*padding: 40px 0;*/
	width: 100%;
	/*background: #fff;*/
}

header.pc_head{
	/*position:all 0.3s;*/
	/*position:relative;*/
	/*height:70px;*/
	/*background:#fff;*/
}

header.pc_head .logo{
	margin-right:10px;
	/*padding-top:18px;*/
	padding-top:35px;
	/*padding-top:40px;*/
}


header.pc_head .logo_fonts{
	/*padding-top:18px;*/
	margin-right:4%;
	padding-top:40px;
	
}

.logo_fonts h2{
	color:#fff;
	font-size:19px;
	line-height:19px;
	margin-bottom:5px;
}
.logo_fonts p{
	font-size:11px;
	line-height:11px;
	color:#fff;
}

.pc_nav li.nav_li{
	float:left;
	margin-right:1px;
	padding: 20px 0;
}

.pc_nav li.nav_li a{
	display: block;
	padding:0 18px;
	/*line-height:110px;*/
	line-height:70px;
	color:#fff;
	font-size:16px;
	transition:all 0.3s;
	/*background:#fff;*/
}

.pc_nav li.nav_li a:hover,
.pc_nav li.nav_li.cur a{
	/*color:#fff;*/
	border-bottom: 2px solid #fff;
	/*background:#39b9e2;*/
}


.head_other{
	/*margin-top:16px;*/
	font-size:14px;
	/*line-height:110px;*/
	line-height:70px;
	padding: 20px 0;
	width:15%;
	/*background:#3557a1;*/
	text-align:center;
	/*overflow:hidden;*/
	color:#fff;
	transition: all 0.3s;
}
.head_other span{
	margin:0 8px;
}

.head_other a{
	color:#fff;
	
	vertical-align: middle;
}

.head_other a:hover{
	color: #fff;
	text-decoration:underline;
}

.head_other img{
	vertical-align: middle;
	margin-right:3px;
}



header.pc_head.head_nav.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999;
	background: #262626;
	/*background: #024E81;*/
	/*-moz-box-shadow:0px 5px 10px #CCCCCC; -webkit-box-shadow:0px 5px 10px #CCCCCC; box-shadow:0px 5px 10px #CCCCCC;*/
	-moz-box-shadow:0px 1px 10px #000; -webkit-box-shadow:0px 1px 10px #000; box-shadow:0px 1px 10px #000;
}
/**/
header.pc_head.head_nav.fixed .pc_nav li.nav_li a{line-height: 70px;}
header.pc_head.head_nav.fixed .head_other{/*line-height: 70px;*/ padding: 0;}
header.pc_head.head_nav.fixed .logo_fonts{padding-top: 20px;}
header.pc_head.head_nav.fixed .logo{padding-top: 15px;}
header.pc_head.head_nav.fixed .pc_nav li.nav_li{padding: 0;}



/**/

/*phone_nav*/
.phone_head{
	height:52px;
	display: none;
	/*background:#fff;*/
	background: rgba(0,0,0,.8);
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
}

.phone_head .logo{
	/*width:210px;*/
	height:55px;
	line-height:52px;
}

.phone_head .logo img{
	height:auto;
	width:100%;
	vertical-align: middle;
	max-width:100%;
	max-height:90%;
}

.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 35px;
    background:#005789 url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:35px;
    margin-top:10px;
}

.phone-head .mask-close{
	background:#005789 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;
}

.phone_nav{
	position: absolute;
	top:34px;
	left:0;
	right:0;
	width:100%;
	z-index:1000;
	height:520px;
	overflow-y: auto;
}



.menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
}

.menubtn > span.expand img{
	transition:all 0.5s; 
}
.menubtn > span.expand img:hover{
	transform:rotate(180deg);
}

.mask-close{
	background:#005aab;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    overflow: hidden;
    transition:all 0.3s;
}

.mask-close:hover{
	transform:rotate(180deg);
}

.maskbg{
	position:absolute;
	top:0;
	right:100%;
	width:100%;
	z-index:999999;
	overflow-y: auto;
	transition:all 0.5s;
	background:rgba(255,255,255,.9);
}


.maskbg h2{
	background:#fff;
	height:3.6rem;
	line-height:3.6rem;
	text-align: center;
}

.maskbg h2 img{
	height:80%;
	vertical-align: middle;
}

.phone_nav ul{
	border-top:1px solid #ccc;
}
.phone_nav ul>li {
    line-height: 2.5rem;
    padding:0 1em;
    font-size:1.25rem;
    position: relative;
    border-bottom:1px solid #ccc;
    transition: all .4s;
}



.f_m1>li>a{
	display: block;
	width:100%;
	height:100%;
    color:#333;
    font-size:1.25rem;
    position: relative;
}

.f_m1>li>h3{
	display: block;
    font-size:1.25rem;
    color:#333;
    line-height: 2.5rem;
    position: relative;
}
.phone_nav ul>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}


.phone_nav ul>li ol a{
    display: inline-block;
    width:100%;
    height:100%;
    font-size:0.85em;
    color: #333;
    white-space: nowrap;
}

.phone_nav ul>li ol{
	display: none;
	transition:all .3s;
}









/*footer*/

footer{
	background:url(../images/f_bg.jpg) repeat center;
	color:#b5b5b5;
}

footer a{
	color:#b5b5b5;
	transition:all 0.3s;
}
.foot_ma p a:hover,
footer a:hover{
	color:#39b8e2;
}

.foot_ma{
	width:29%;
	background:#0d0f1b;
	text-align: center;
	padding:45px 0 25px;
}

.foot_ma h4{
	margin:10px 0 15px;
	font-size:15px;
	line-height:15px;
}
.foot_ma p{
	font-size:14px;
	line-height:14px;
}
.foot_ma p a{
	color:#b5b5b5;
	margin:0 2%;
	transition:all 0.3s;
}


.foot_left{
	width:71%;
}


.foot_logo{
	width:33%;
	padding-top:100px;
}

.foot_nav{
	width:67%;
	padding:70px 0 25px;
}

.foot_nav dl{
	margin-right:3%;
	width:22%;
}
.foot_nav dl:last-child{
	margin-right:0;
}

.foot_nav dl dt{
	font-size:16px;
	line-height:16px;
	margin-bottom:20px;
}

.foot_nav dl dd{
	font-size:14px;
	line-height:14px;
	margin-bottom:14px;
}


.foot_left2{
	width:100%;
	padding-top:20px;
	border-top:1px solid #41424e;
}

.foot_left2 span{
	margin-left:10%;
}





/*index*/
.in_banner{
	position:relative;
}
/*.in_banner .owl-controls{
	display: none!important;
}*/
.in_banner .owl-nav{
	display: none!important;
}
.in_banner .owl-dots{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	text-align: center;
}

.in_banner .owl-dots .owl-dot{
	display: inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	cursor: pointer;
	background:#fff;
	margin:0 3px;
}
.in_banner .owl-dots .owl-dot.active{
	background:#005789;
}


.in_ban img{
	display: block;
	width:100%;
	height:auto;
}


.in1_section{
	padding:60px 0 50px;
	background:#fff;
	overflow:hidden;
}

.in1_title{
	text-align: center;
	width:100%;
	position:relative;
	height:auto;
}

.in1_title h4{
	font-size:44px;
	color:#005789;
	line-height:44px;
	position:absolute;
	top:70px;
	width:100%;
}

.in1_title h4{
	color:#005789;
}

.in1_title h2{
	font-size:137px;
	color:#eff2f9;
	line-height:137px;
	font-weight:bold;
	font-family: arial;
}

.in1_sec1{
	font-size:15px;
	color:#555555;
	line-height:30px;
	padding:30px 0 50px;
}


.in1_sec2 li{
	float:left;
	width:25%;
	padding:0 10px;
	margin-bottom:20px;
	text-align: center;
}


.in1_sec2 li .number{
	color:#39b8e2;
	font-weight:bold;
	font-size:60px;
	line-height:60px;
}

.in1_sec2 li .text_box{
	margin-top:30px;
	color:#282828;
	font-size:15px;
}
.in1_sec2 li .unit{
	font-size:30px;
	color:#39b8e2;
}

.in1_sec2 li .unit.unit1{
	font-size:60px;
	line-height:60px;
}


.in2_section{
	padding-bottom:85px;
	background:#f6f7f8;
	overflow: hidden;
}

.in2_sec{
	position:relative;
}


.in2_main1{
	width:31%;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}

.in2_main22 img,
.in2_main1 img{
	display: block;
	width:100%;
	height:auto;
}

.in2_main2{
	width:63%;
	padding-top:65px;
}

.in2_main21,
.in2_main22{
	width:50%;
}

.in2_main21 h2{
	color:#d9d9d9;
	font-size:140px;
	line-height:140px;
	margin-bottom:20px;
	font-weight:bold;
}

.in2_main21 div{
	min-height:90px;
	color:#555555;
	font-size:16px;
	line-height:28px;
	padding-bottom:10px;
	padding-right:30px;
}

.in2_main21 a{
	display: block;
	transition:all 0.3s;
	width:96px;
	text-align: center;
	line-height:30px;
	border:1px solid #005789;
	border-radius:5px;
	font-size:14px;
	color:#005789;
}


.in2_main21 a:hover{
	background:#005789;
	color:#fff;
}


.ot-time{position: relative;}
.ot-time .container{position:relative;width: 100%; margin-right: auto; margin-left: auto;padding:0 40px;}
.ot-time .gallery-thumbs .swiper-slide{ 
	font-size:18px; color:#dbdbdb;display: inline-block;padding:60px 2% 0;
	-webkit-transition:padding-top .3s;
	-moz-transition:padding-top .3s;
	-ms-transition:padding-top .3s;
	-o-transition:padding-top .3s;
	transition:padding-top .3s;
	width:150px;
	opacity: 1;
	cursor: pointer;
	text-align: center;background:url(../images/in3_dian1.jpg) no-repeat center 10px;}


.ot-time .gallery-thumbs div.swiper-slide-active{font-size:18px; color:#005789;background:url(../images/in3_dian2.jpg) no-repeat center 10px;}
.ot-time .gallery-thumbs .swiper-slide:hover{font-size:18px; color:#005789;background:url(../images/in3_dian2.jpg) no-repeat center 10px;}
.ot-time .gallery-thumbs{background: none;width: 100%;height: auto;margin-bottom: 40px;padding:0 30px 0 40%;overflow: hidden;background:url(../images/about_compre11.png) repeat-x center 20px;}
.ot-time .gallery-thumbs .swiper-wrapper{margin-left: -450px;}
.ot-time .gallery-top{width: 100%;height: auto;}
.ot-time .gallery-top .swiper-slide{width: 100%;}

.time-con01{width: 69.3%;padding:0 0 0 70px;float: left;}
.time-con01 span{display: block;margin-bottom:10px;padding-left: 20px; line-height: 20px;}
.time-con01 span i{color: #00528e;font-style: normal;padding-right: 60px; width:100%; display:inline-block;}
.time-con .container{position:relative;padding:0;margin-bottom:50px;}


.swiper-button-prev08,
.swiper-button-next08{position:absolute;top:0;overflow:hidden;cursor: pointer;z-index:100;}
.swiper-button-next08{right:0;}
.swiper-button-prev08{left:0;}


.in7_section{
	padding:25px 0 20px;
	background:#fff;
	overflow: hidden;
	display: none;
}

.in7_title{
	width:12%;
	border-right:1px solid #e8e8e8;
	font-weight:bold;
	font-size:26px;
	color:#4c4c4c;
	line-height:60px;
}

.in7_main{
	width:88%;
	padding:0 2%;
}

.in7_main a{
	color:#676666;
	font-size:14px;
	line-height:30px;
	margin:0 2%;
	transition:all 0.3s;
}

.in7_main a:hover{
	color:#39b8e2;
}


.in_title{
	text-align: center;
}

.in_title p{
	font-size:14px;
	line-height:14px;
	color:#666;
	margin-bottom:20px;
	background:url(../images/in_tit_xian.png) no-repeat center;
}

.in_title h2{
	font-size:45px;
	line-height:45px;
	color:#000000;
}

.in_title h2 a{
	color:#000000;
}

.in3_section{
	padding:60px 0 70px;
	overflow: hidden;
}

.in3_sec{
	padding-top:50px;
}

.in3_sec li{
	text-align: center;
	float:left;
	width:25%;
	height:300px;
	position:relative;
	overflow: hidden;
	color:#fff;
}

.in3_sec li:nth-child(1){
	background:#38b8e2 url(../images/in3_xian.png) no-repeat right top;
}

.in3_sec li:nth-child(3){
	background:#005789 url(../images/in3_xian.png) no-repeat right top;
}

.in3_sec li .in3_main{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	padding-top:100px;
	color:#fefefe;
}

.in3_sec li .in3_img{
	overflow: hidden;
	width:100%;
	height:100%;
}
.in3_sec li .in3_img img{
	display: block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.in3_sec li:hover .in3_img img{
	transform: scale(1.12);
}

.in3_sec li .in3_main h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
	transition:all 0.5s;
}

.in3_sec li .in3_main p{
	font-size:16px;
	line-height:16px;
	margin-bottom:12px;
}
.in3_sec li:hover .in3_main h3{
	font-size:36px;
	line-height:36px;
	margin-bottom:14px;
}

.in4_section{
	padding:70px 0;
	background:url(../images/in5_bg.jpg) no-repeat center;
	background-size:auto 100%;
}


.in4_sec{
	padding-top:50px;
}

.in4_left{
	width:32%;
	height:480px;
	background:#005789 url(../images/in4_bg.jpg) no-repeat center bottom;
	background-size:100% auto;
	color:#fff;
	padding:70px 4% 20px;
}

.in4_left h2{
	font-size:30px;
	line-height:30px;
	margin-bottom:25px;
}

.in4_left div{
	font-size:14px;
	line-height:25px;
	min-height:170px;
	padding-bottom:20px;
}

.in4_left a{
	display: block;
	width:80%;
	border:1px solid #fff;
	line-height:44px;
	font-size:14px;
	color:#fff;
	background:#005789 url(../images/in_go.png) no-repeat 70% center;
	transition:all 0.3s;
	padding-left:23%;
}

.in4_left a:hover{
	color:#005789;
	background:#fff url(../images/in_go2.png) no-repeat 70% center;
}

.in4_right{
	width:68%;
}


.in4_right li{
	float:left;
	width:48%;
	margin-left:1%;
	margin-bottom:10px;
	position:relative;
	overflow: hidden;
	cursor: default;
}

.in4_right li a{
	cursor: default;
}

.in4_img img{
	transition:all 0.5s; 
	display: block;
	width:100%;
	height:auto;
}

.in4_right li:hover .in4_img img{
	transform: scale(1.12);
}


.in4_right li .in4_main{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	padding-top:45px;
	text-align: center;
	font-size:16px;
	line-height:16px;
	color:#fff;
}
.in4_right li .in4_main img{
	transition:all .5s;
}
.in4_right li:hover .in4_main img{
	transform:rotateY(180deg);
}
.in4_right li .in4_main h3{
	font-size:24px;
	line-height:24px;
	margin:13px 0;
}

.in5_section{
	padding:70px 0 60px;
	background:#fff;
	overflow: hidden;
}

.in5_sec{
	padding-top:60px;
}

.in5_left{
	width:30%;
}



.in5_left li{
	float:left;
	width:50%;
	text-align: center;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:25px 4% 20px;
}

.in5_left li:nth-child(2n){
	border-right:none;
}
.in5_left li:nth-child(3),
.in5_left li:nth-child(4){
	border-bottom:none;
}

.number_box1{
	font-size:30px;
	line-height:30px;
	color:#000;
	margin-bottom:15px;
}


.in51_main{
	font-size:14px;
	line-height:22px;
	color:#666666;
	min-height:50px;
	margin-bottom:10px;
}

.in51_img img{
	transition:all 0.3s;
}

.maodianmap li:hover .in51_img img{
	transform:rotateY(180deg);
}



.in5_right{
	width:67%;
	height:auto;
	position:relative;
}

.in5r_img{
	width:100%;
	height:auto;
}

.in5r_img img{
	display: block;
	width:100%;
	height:auto;
}
	

.in5r_img1 img{
	position:relative;
    animation: map_point 1s infinite;
}

@keyframes map_point {
	0%{top:0px}
	25%{top:5px}
	50%{top:10px}
	75%{top:5px}
	100%{top:0px}
}


.in5r_main{
	position:absolute;
	top:-155%;
	/*top:-165%;*/
	
	left:-185px;
	/*min-width:200px;*/
	/*width: auto;*/
	padding:15px 0px;
	background:rgba(255,255,255,0.9);
	text-align: center;
	border:1px solid #b8c3cb;
	display:none;
	z-index:3;
}

.maodianmap li:hover .in5r_main{
	display: block;
}

.in5r_main img{
	position:absolute;
	bottom:-6px;
	left:45%;
}
.maodianmap li.in5_r2:hover .in5r_main{display: none;}
.maodianmap li.in5_r7:hover .in5r_main{display: none;}
.maodianmap li.in5_r4:hover .in5r_main{display: none;}
.maodianmap li.in5_r6:hover .in5r_main{display: none;}



.in6_section{
	padding:60px 0 30px;
	background:#f6f7f8;
	overflow:hidden;
}

.in6_sec1{
	padding:40px 0;
}

.in6_sec11{
	width:63%;
}

.in6_sec12{
	width:34%;
	height:auto;
	position:relative;
	overflow:hidden;
}
.in6_sec12>img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.3s;
}
.in6_sec12:hover>img{
	transform: scale(1.12);
}

.in6_sec12_main{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	padding:10px 20px;
	font-size:15px;
	line-height:25px;
}
.in6_sec12_main img{
	vertical-align: middle;
	margin-right:10px;
}

.in6_sec12_main a{
	color:#fff;
}

.in6_sec11 li{
	border-bottom:1px solid #d5d5d5;
	padding:24px 0;
	background:url(../images/in7_jiao1.png) no-repeat 98% center;
}
.in6_sec11 li:hover{
	background:url(../images/in7_jiao2.png) no-repeat 98% center;
}

.in6_sec11 li .in6_sec11_date{
	width:12%;
	text-align:center;
	color:#005789;
	border-right:1px solid #c4c4c4;
	font-size:15px;
}

.in6_sec11 li .in6_sec11_date span{
	font-size:30px;
	line-height:30px;
	margin-bottom:10px;
	color:#0077bb;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0077bb), to(#005789));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in6_sec11_main{
	width:85%;
	color:#808080;
	font-size:14px;
	line-height:14px;
	padding-top:5px;
	padding-right:8%;
}

.in6_sec11_main h3{
	color:#333333;
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
	transition:all 0.3s;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.in6_sec11 li:hover .in6_sec11_main h3{
	color:#0077bb;
}
.in6_sec11_main p{
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.in6_sec2 dl{
	float:left;
	width:22%;
	margin-right:4%;
}

.in6_sec2 dl:nth-child(4){
	margin-right:0;
}

.in6_sec2 dl dt{
	font-size:24px;
	line-height:42px;
	font-weight:bold;
	margin-bottom:15px;
	color:#555555;
}

.in6_sec2 dl dt img{
	vertical-align: middle;
	margin-left:3px;
}

.in6_sec2 dl dd{
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
	padding-left:15px;
	line-height:30px;
	background:url(../images/in6_jiao.png) no-repeat left center;
}

.in6_sec2 dl dd a{
	font-size:12px;
	color:#2a2727;
}

.in6_sec2 dl dd a:hover{
	font-size:12px;
	color:#0077bb;
}






/*about*/

.ny_banner{
	height:362px;
	background-size:auto 100%!important;
}
.ny_banner.ab_banner{
	background:url(../images/ab_banner.jpg) no-repeat center;
}

.ab_section{
	padding:60px 0 70px;
	background:#fff;
	overflow:hidden;
}

.ab_sec{
	padding-top:50px;
}

.ab_img{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.ab_img>img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.3s;
}

.ab_img:hover>img{
	transform:scale(1.12);;
}

.ab_img p{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:rgba(39,112,154,0.8);
	color:#fff;
	line-height:60px;
	padding:0 20px;
	font-size:16px;
}

.ab_main{
	width:56%;
	height:auto;
	overflow: hidden;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	color:#333;
	font-size:16px;
}

.ab_main li{
	float:left;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	width:33.33%;
	text-align: center;
}

.ab_main li a{
	display: block;
	color:#333;
	font-size:16px;
	padding:120px 2% 35px;
	transition:all 0.2s;
}
.ab_main li a p{transition:all 0s;}



.ab_main li:nth-child(1) a{
	background:#f6f6f6 url(../images/ab11.png) no-repeat center 35px;
}
.ab_main li:nth-child(2) a{
	background:#f6f6f6 url(../images/ab21.png) no-repeat center 35px;
}
.ab_main li:nth-child(3) a{
	background:#f6f6f6 url(../images/ab31.png) no-repeat center 35px;
}
.ab_main li:nth-child(4) a{
	background:#f6f6f6 url(../images/ab41.png) no-repeat center 35px;
}
.ab_main li:nth-child(5) a{
	background:#f6f6f6 url(../images/ab51.png) no-repeat center 35px;
}
.ab_main li:nth-child(6) a{
	background:#f6f6f6 url(../images/ab61.png) no-repeat center 35px;
}


.ab_main li:nth-child(1) a:hover{
	background:#005789 url(../images/ab12.png) no-repeat center 35px;
}
.ab_main li:nth-child(2) a:hover{
	background:#005789 url(../images/ab22.png) no-repeat center 35px;
}
.ab_main li:nth-child(3) a:hover{
	background:#005789 url(../images/ab32.png) no-repeat center 35px;
}
.ab_main li:nth-child(4) a:hover{
	background:#005789 url(../images/ab42.png) no-repeat center 35px;
}
.ab_main li:nth-child(5) a:hover{
	background:#005789 url(../images/ab52.png) no-repeat center 35px;
}
.ab_main li:nth-child(6) a:hover{
	background:#005789 url(../images/ab62.png) no-repeat center 35px;
}

.ab_main li a:hover{
	color:#fff;
}







/*news*/
.news_banner{
	background:url(../images/news_banner.jpg) no-repeat center;
}
.news_section{
	padding:70px 0 25px;
	overflow:hidden;
}
.news_section .inews_items{overflow: hidden;}
.news_section .inews_items .owl-item>div{
	float:left;
	margin-right:20px;
}
.news_section .inews_items{border-bottom:1px #e2e2e2 solid;padding-bottom:40px;margin-bottom: 30px;}
.news_section .inews_items .bd{height:418px;overflow:hidden;position:relative;}
.news_section .inews_items .bd li{float:left;width:385px;margin-right:20px;}
.news_section .inews_items .inews_pd .date{position:absolute;top:0;left:0;width:106px;height:82px;background-color:#005789;color:#fff;text-align: center;}
.news_section .inews_items .inews_pd .date span{display:block;}
.news_section .inews_items .inews_pd .date .day{font-size:28px;font-weight: bold;line-height: 30px;margin-top: 15px;}
.news_section .inews_items .inews_pd .date .year{font-size:15px;}
.news_section .inews_items ._inews_text ._title{font-size:16px;font-weight: normal;line-height:24px; height:25px;overflow:hidden;margin:20px 0 5px;color:#555555;}
.news_section .inews_items ._inews_text ._text{font-size:14px;color:#747474;height:44px;line-height: 24px;overflow:hidden;}
.news_section .inews_items .hd{margin-top:50px;}
.news_section .inews_items .hd ul{font-size:0;text-align: center;}
.news_section .inews_items .hd li{display:inline-block;border:1px #707070 solid;width:9px;height:9px;line-height: 99;overflow:hidden;margin:0 4px;border-radius: 50%;background:url(about:blank);cursor:pointer;*display:inline;*zoom:1;}
.news_section .inews_items .hd li.on{border-color:#006ab8;background-color:#005789;}
.news_section .owl-carousel .owl-controls .owl-nav .owl-prev,
.news_section .owl-carousel .owl-controls .owl-nav .owl-next{
	text-indent: -99999;
}

.news_section .owl-theme .owl-controls{
	margin-top: 30px;
	text-align: center;
}


.news_section .owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.news_section .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.news_section .owl-dots{
	width:100%;
}

.news_section .owl-dot{
	display:inline-block;border:1px #707070 solid;width:12px;height:12px;line-height: 99;overflow:hidden;margin:0 10px;border-radius: 50%;background:url(about:blank);cursor:pointer;*display:inline;*zoom:1;}
.news_section .owl-dot.active{border-color:#006ab8;background-color:#006ab8;}

.news_section .owl-stage-outer{
	overflow:hidden ;
}
.news_section .owl-nav{
	display: none!important;
}

.news_section .inews_items .owl-item>div:hover ._inews_text ._title{
	color:#005789;
}

.news_section .inews_pd{
	overflow: hidden;
	width:100%;
	height:auto;
}

.news_section .inews_pd img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.3s;
}

.news_section .inews_items .owl-item>div:hover .inews_pd img{
	transform: scale(1.12);
}


.news_section .l {
    float: left;
}
.news_section .el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.NewsList-A9 li{padding:25px 0 30px;border-bottom:1px dashed #ccc;overflow:hidden;*zoom:1;width:100%;}
.NewsList-A9 li .data{ font-family:Arial;border: 1px #ccc solid;width: 55px;margin-right: 2%;}
.NewsList-A9 li .data span{ display:block; text-align:center;}
.NewsList-A9 li .data .day{ font-size:30px; font-weight:bold; background-color:#ccc;line-height: 45px; color: #fff;}
.NewsList-A9 li .data .month{ font-size:0.77em; color:#565656;}
.NewsList-A9 ._img{float:left;width: 15%;margin-right:2%;}
.NewsList-A9 ._img img{height:100%;}
.NewsList-A9 ._t{font-size:18px;margin-bottom:5px;color:#555;}
.NewsList-A9 ._p{line-height:23px;height:46px;overflow:hidden;color:#999;}
.NewsList-A9 ._i{overflow:hidden;*zoom:1;margin-top: 25px;}
.NewsList-A9 ._i span,.NewsList-A9 ._i a{float:left;line-height:26px;padding:0 10px;}
.NewsList-A9 ._i ._more{background:#88b82a;color:#fff;}
.NewsList-A9 ._i ._date{background:#ededed;color:#999;}
.NewsList-A9 li:hover ._t{color:#005789;}
.NewsList-A9 li:hover span{color:#005789;}
.NewsList-A9 li:hover ._i ._more{background-color:#005789;}
.NewsList-A9 li:hover .data{border-color:#005789;}
.NewsList-A9 li:hover .data .day{background-color:#005789;}


.news_section .fenye{
	text-align: center;
	padding-top:20px;
}

.news_section .fenye a{
	display: inline-block;
	line-height:30px;
	font-size:12px;
	border:1px solid #3d3d3d;
	color:#3d3d3d;
	padding:0 15px;
	background:#fff;
	transition:all 0.3s;
	margin:0 10px;
}


.news_section .fenye a:hover,
.news_section .fenye a.on{
	background:#3d3d3d;
	color:#fff;
}


.news_title{
	margin:30px 0 25px;
	text-align: center;
	font-size:16px;
	line-height:16px;
	color:#787878;
}
.news_title a{
	margin:0 15px;
	color:#787878;
}
.news_title a:hover,
.news_title a.on{
	color:#00588a;
}






/*join*/




/*contact*/
.con_banner{
	background:url(../images/contact_banner.jpg) no-repeat center;
}

.contact2_section{
	padding-bottom: 40px;
	background:#fff;
	overflow: hidden;
}


.contact2_title{
	text-align: center;
	font-size:34px;
	line-height:34px;
	color:#000;
	margin-bottom:35px;
}

.contact2_sec li{
	float:left;
	width:31%;
	height:256px;
	padding:40px 35px;
	color:#666;
	font-size:14px;
	line-height:24px;
	background:#fff;
	margin-right:3.5%;
	margin-bottom:30px;
	border: 1px solid #d9d9d9;
	-moz-box-shadow:2px 4px 0px #d9d9d9; -webkit-box-shadow:2px 4px 0px #d9d9d9; box-shadow:2px 4px 0px #d9d9d9;
}

.contact2_sec li:nth-child(3n){
	margin-right:0;
}

.contact2_sec li h3{
	font-size:18px;
	line-height:18px;
	color:#333;
	font-weight: bold;
	margin-bottom:15px;
	padding-bottom:15px;
	position:relative;
}

.contact2_sec li h3::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#c5c5c5;
}
.contact2_sec li p{margin: 10px 0; }
.contact2_sec li p:after{display: table; clear: both; content: '';}
.contact2_sec li i{margin-right: 10px; display: inline-block;}
.contact2_sec li i img{vertical-align: middle;}


.contact1_section{
	padding:50px 0;
	background:#fff;
	overflow: hidden;
}

.contact1_sec #dituContent{
	height:552px;
	width:100%;
	margin-top: 50px;
}

.contact1_sec{
	/*padding-top:40px;*/
}





/*solution*/

.solu_banner{
	background:url(../images/solu_banner.jpg) no-repeat center;
}

.solu4_section{
	padding:70px 0;
	overflow:hidden;
	background:#f6f7f8;
}

.solu4_sec{
	padding-top:50px;
}

.solu4_sec li{
	float:left;
	width:22%;
	margin-right:4%;
	margin-bottom:20px;
	color:#fff;
	text-align: center;
	background:#005789;
	padding:80px 2% 30px;
	transition: all 0.3s;
}

.solu4_sec li:nth-child(4){
	margin-right:0;
}

.solu4_sec li:hover{
	background:#39b9e2;
}

.solu4_img{
	line-height:100px;
}

.solu4_img img{
	vertical-align: middle;
	transition: all 0.3s;
}

.solu4_sec li:hover .solu4_img img{
	transform:rotateY(180deg);
}

.solu4_sec li span{
	display: inline-block;
	width:48px;
	height:1px;
	background:#fff;
	margin:45px 0 35px;
}

.solu4_sec li h3{
	font-size:24px;
	line-height:24px;
	margin-bottom:28px;
}

.solu4_main{
	font-size:14px;
	line-height:24px;
	min-height:125px;
	text-align: left;
}

.solu3_section{
	padding:70px 0 65px;
	background:#fff;
	overflow: hidden;
}


.solu31_sec{
	color:#555555;
	font-size:15px;
	line-height:30px;
	margin:30px 0;
}

.solu32_main1,
.solu32_main2{
	width:50%;
	float:left;
	height:238px;
}

.solu32_main1 img,
.solu32_main2 img{
	max-width:100%;
	max-height:100%;
}

.solu32_sec li:nth-child(1) .solu32_main2,
.solu32_sec li:nth-child(2) .solu32_main1{
	padding:55px 30px 30px;
	color:#fff;
	font-size:15px;
	line-height:30px;
}

.solu32_sec li:nth-child(1) .solu32_main2{
	background:#005789;
}
.solu32_sec li:nth-child(2) .solu32_main1{
	background:#39b8e2;
}

.solu32_sec li:nth-child(1) .solu32_main2 h3,
.solu32_sec li:nth-child(2) .solu32_main1 h3{
	font-size:18px;
	line-height:18px;
	margin-bottom:15px;
}

.solu2_section{
	padding:70px 0 60px;
	background:#f6f7f8;
	overflow: hidden;
}

.solu2_sec{
	padding-top:55px;
}

.solu2_sec li{
	float:left;
	height:158px;
	padding-top:35px;
	text-align:center;
	color:#fff;
	position:relative;
	margin-bottom:10px;
	margin-right:0.8%;
	overflow: hidden;
}

.solu2_main{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:1;
	width:100%;
	height:100%;
	text-align:left;
	font-size:14px;
	line-height:22px;
	transition:all 0.3s;
	padding:10px;
}


.solu2_sec li:hover .solu2_main{
	top:0;
}

.solu2_img{
	/*line-height:;*/
	margin-bottom:5px;
}

.solu2_li5,
.solu2_li8{
	margin-right:0;
}

.solu2_li1,
.solu2_li2,
.solu2_li4,
.solu2_li5{
	width:16.6%;
}

.solu2_li3,
.solu2_li7{
	width:29%;
}

.solu2_li6,
.solu2_li8{
	width:34%;
}
.solu2_li1 .solu2_main,
.solu2_li1{
	background:#5ab1e6;
}
.solu2_li2 .solu2_main,
.solu2_li2{
	background:#31b095;
}
.solu2_li3 .solu2_main,
.solu2_li3{
	background:#86a73f;
}
.solu2_li4 .solu2_main,
.solu2_li4{
	background:#2f89ea;
}
.solu2_li5 .solu2_main,
.solu2_li5{
	background:#8445b9;
}
.solu2_li6 .solu2_main,
.solu2_li6{
	background:#f7bd40;
}
.solu2_li7 .solu2_main,
.solu2_li7{
	background:#d3573f;
}
.solu2_li8 .solu2_main,
.solu2_li8{
	background:#e39dbf;
}



.solu1_section{
	padding:70px 0;
	overflow:hidden;
	background:#fff;
}

.solu1_sec1{
	font-size:15px;
	line-height:30px;
	color:#555;
	padding-top:35px;
}

.solu1_sec2{
	width:100%;
	height:auto;
	position:relative;
	padding-top:90px;
}

.solu1_sec2_img,
.solu1_sec2_img img{
	display: block;
	width:100%;
	height:auto;
}




.solu121_img1 p{
	font-size:14px;
	color:#fff;
	text-align: center;
	margin-top:5px;
	padding-bottom:20px;
	
}

.solu121_img1 img{
	position:relative;
    animation: map_point 1s infinite;
}

@keyframes map_point {
	0%{top:0px}
	25%{top:5px}
	50%{top:10px}
	75%{top:5px}
	100%{top:0px}
}


.solu121_main{
	position:absolute;
	/*top:100%;
	left:-20em;*/
	top:-140%;
	left:-24em;
	width:60em;
	padding:10px;
	background:rgba(255,255,255,0.9);
	border:1px solid #b8c3cb;
	overflow: hidden;
	display:none;
	z-index:2;
}

/*.solu1_sec2 li:hover .solu121_main{
	display: block;
}*/

.solu121_close{
	position:absolute;
	top:0;
	right:0;
	font-size:20px;
	line-height:20px;
	z-index:100;
	padding:5px;
	color:#666;
	cursor:pointer;
}


.solu121_img1{
	text-align: center;
	/*width:100px;*/
	width:120px;
}

.solu121_m{
	float:left;
	width:20%;
	text-align:center;
	margin-bottom:20px;
	color:#777777;
	font-size:14px;
	line-height:24px;
}




.solu121{
	position:absolute;
	top:220px;
	left:27em;
}


.solu122{
	position:absolute;
	top:340px;
	left:37em;
}


.solu123{
	position:absolute;
	top:150px;
	right:35em;
}


.solu124{
	position:absolute;
	top:200px;
	right:24em;
}





/*products*/
.pro_banner{
	background:url(../images/pro_banner.jpg) no-repeat center;
}

.pro1_section{
	padding:70px 0 55px;
	background:#fff;
	overflow: hidden;
}

.pro2_section{
	padding:70px 0 55px;
	background:#f6f7f8;
	overflow: hidden;
}

.pro3_section{
	padding:70px 0 55px;
	background:#fff;
	overflow: hidden;
}

.pro4_section{
	padding:70px 0 55px;
	background:#f6f7f8;
	overflow: hidden;
}

.pro_title{
	color:#005789;
	margin:20px 0 30px;
	text-align: center;
	font-size:16px;
}

.pro_sec li{
	float:left;
	position:relative;
	margin-bottom:10px;
	margin-right:0.8%;
	overflow: hidden;
}

.pro_sec li .pro_main{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	transition:all 0.3s;
	background:rgba(0,0,0,.8);
	width:100%;
	height:100%;
	padding:25px 4%;
	color:#fff;
	font-size:15px;
	line-height:25px;
}

.pro_sec li:hover .pro_main{
	top:0;
}

.pro_sec li .pro_main h3{
	font-size:20px;
	line-height:25px;
	margin-bottom:20px;
}


.pro_sec li.pro1_l2{
	background:#005789;
	color:#fff;
	font-size:15px;
	line-height:25px;
	padding:50px 5%;
}


.pro_img{
	display: block;
	position:relative;
	height:100%;
}

.pro_img img{
	display: block;
	width:100%;
	height:100%;
}
.pro_img p{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	transition:all .3s;
	background:rgba(0,0,0,.8);
	line-height:40px;
	font-size:14px;
	text-align: center;
	color:#fff;
}

.pro_sec li:hover .pro_img p{
	bottom:-100%;
}


.pro_sec.pro1_sec li{
	height:240px;
	width:32.5%;
}
.pro_sec.pro2_sec li{
	height:230px;
}
.pro_sec.pro3_sec li{
	height:290px;
}
.pro_sec.pro4_sec li{
	height:280px;
}

.pro_sec.pro2_sec li:nth-child(1){
	width:50%;
	padding:70px 5%;
}

.pro_sec.pro2_sec li:nth-child(2){
	width:24%;
}

.pro_sec.pro2_sec li:nth-child(3){
	width:23.5%;
}
.pro_sec.pro2_sec li:nth-child(4),
.pro_sec.pro2_sec li:nth-child(5),
.pro_sec.pro2_sec li:nth-child(6){
	width:32.5%;
}


.pro_sec.pro3_sec li:nth-child(1),
.pro_sec.pro3_sec li:nth-child(2){
	width:49.2%;
}

.pro_sec.pro3_sec li:nth-child(3),
.pro_sec.pro3_sec li:nth-child(4),
.pro_sec.pro3_sec li:nth-child(5){
	width:32.5%;
}

.pro_sec.pro3_sec li:nth-child(4){
	padding:60px 5%;
}

.pro_sec.pro4_sec li:nth-child(1),
.pro_sec.pro4_sec li:nth-child(2),
.pro_sec.pro4_sec li:nth-child(3){
	width:32.5%;
}

.pro_sec.pro4_sec li:nth-child(4),
.pro_sec.pro4_sec li:nth-child(5){
	width:49.2%;
}

.pro_sec.pro4_sec li.pro1_l2{
	padding:70px 3%;
}

.pro5_section{
	padding-top:80px;
	overflow:hidden;
	background:#fff;
}
.pro5_sec{
	padding:55px 0 5px;
	background:url(../images/part.jpg) no-repeat center;
	/*background-size:auto 100%;*/
	margin-top:40px;
}

.pro5_sec li{
	float:left;
	width:13.4%;
	margin-right:1%;
	margin-bottom:45px;
	overflow: hidden;
	transition:all 0.3s;
}

.pro5_sec li:nth-child(7n){
	margin-right:0;
}

.pro5_sec li img{
	display: block;
	width:100%;
	height:auto;
}


.pro5_sec li:hover{
	opacity:0.8;
}







/*news_list*/
.newslist_section{
	padding:70px 0 60px;
	background:#f6f7f8;
}

.newslist_section .fenye{
	text-align: center;
	padding-top:25px;
}

.newslist_section .fenye a{
	display: inline-block;
	line-height:30px;
	font-size:12px;
	border:1px solid #3d3d3d;
	color:#3d3d3d;
	padding:0 15px;
	background:#fff;
	transition:all 0.3s;
	margin:0 10px;
}


.newslist_section .fenye a:hover,
.newslist_section .fenye a.on{
	background:#3d3d3d;
	color:#fff;
}

.newslist_sec{
	padding:40px 0 ;
	overflow: hidden;
}

.newslist_sec li{
	padding:35px 2%;
	background:#fff;
	margin-bottom:25px;
	transition:all 0.3s;
}

.newslist_sec li span{
	display: block;
	color:#666666;
	font-size:15px;
	line-height:15px;
	margin-bottom:30px;
	transition:all 0.3s;
}

.newslist_sec li h3{
	color:#333;
	font-size:20px;
	line-height:22px;
	 margin-bottom:20px;
	transition:all 0.3s;
}

.newslist_sec li div{
	color:#747474;
	font-size:16px;
	line-height:31px;
	transition:all 0.3s;
}


.newslist_sec li:hover h3{
	color:#005789;
}


.newslist_sec li.newslist .newslist_main{
	width:77%;
}
.newslist_sec li.newslist .newslist_img{
	width:20%;
	overflow: hidden;
}
.newslist_sec li.newslist .newslist_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.newslist_sec li.newslist:hover .newslist_img img{
	transform:scale(1.12);
}




/*nnews_section*/

.nnews_section{
	padding:70px 0 90px;
	background:#f6f7f8;
}
.nnews_sec{
	padding-top:50px;
}


.nnews_sec12{
	margin-top:10px;
}

.nnews_sec1{
	width:74%;
}

.nnews_sec2{
	width:25.2%;
}

.nnews_sec12{
	padding:35px 3.5% 50px;
	background:#005789;
}
.nnews_sec2_title{
	overflow: hidden;
	color:#fff;
}

.nnews_sec12_title h2{
	float:left;
	font-size:24px;
	line-height:24px;
	color:#fff;
}

.nnews_sec12_title a{
	display: block;
	float:right;
	font-size:14px;
	line-height:24px;
	color:#fff;
}

.nnews_sec12_title a:hover{
	text-decoration:underline;
}

.nnews_sec12 li{
	padding:40px 0 20px;
	border-bottom:1px dotted #fff;
	font-size:14px;
	line-height:14px;
}

.nnews_sec12 li h3{
	padding-left:15px;
	background:url(../images/nnews1.png) no-repeat left center;
	font-size:16px;
	line-height:18px;
	margin-bottom:12px;
	color:#fff;
	transition:all 0.3s;
}
.nnews_sec12 li h3:hover{
	text-decoration:underline;
}

.nnews_sec12 li div{
	padding-left:15px;
	color:#fff;
}

.nnews_sec21{
	padding:35px 5% 43px;
	background:#fff;
	margin-bottom:10px;
}

.nnews_sec12_title{
	overflow: hidden;
	margin-bottom:10px;
}

.nnews_sec2_title h2{
	font-size:24px;
	line-height:24px;
	color:#333333;
	float:left;
}

.nnews_sec2_title a{
	font-size:14px;
	float:right;
	color:#a2a2a2;
	transition:all 0.3s;
}

.nnews_sec2_title a:hover{
	color:#39b8e2;
}

.nnews_sec2_main li{
	padding:20px 0 10px;
	border-bottom:1px dotted #a2a2a2;
}

.nnews_sec2_main li h3{
	padding-left:15px;
	background:url(../images/nnews1.png) no-repeat left center;
	font-size:16px;
	line-height:18px;
	margin-bottom:12px;
	color:#333333;
	transition:all 0.3s;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.nnews_sec2_main li:hover h3{
	color:#39b8e2;
}

.nnews_sec2_main li div{
	padding-left:15px;
	color:#666666;
	font-size:14px;
	line-height:24px;
}


.nnews_sec11_ul1>li{
	float:left;
	width:38%;
	padding:30px;
	transition:all 0.5s;
	color:#fff;
	position:relative;
}
.nnews_sec11_ul1>li:nth-child(1){
	margin-right:1%;
	background:url(../images/nnews_bg.jpg) no-repeat center;
	background-size:auto 100%;
}

.nnews_sec11_ul1>li:nth-child(2){
	background:url(../images/news22_bg.jpg) no-repeat center;
	background-size:auto 100%;
}

.nnews_sec11_ul1>li.on{
	width:61%;
	background-size:100% 100%!important;
}

.nnews_sec11_ul1>li h2{
	font-size:24px;
	line-height:24px;
	margin-bottom:15px;
}

.nnews_sec111,
.nnews_sec112{
	position:absolute;
	z-index:2;
	top:74px;
	left:30px;
	right:30px;
	height:400px;
	transition:all 0.5s;
}

.nnews_sec111{
	padding-top:30px;
	display: block;
}

.nnews_sec111 p{
	font-size:18px;
	margin-bottom:28px;
	line-height:18px;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.nnews_sec112{
	display:none;
}

.nnews_sec112 li{
	padding:25px 0 15px;
	border-bottom:1px dotted #fff;
}

.nnews_sec112 li h3{
	padding-left:15px;
	background:url(../images/nnews1.png) no-repeat left center;
	font-size:16px;
	line-height:18px;
	margin-bottom:10px;
	color:#fff;
	transition:all 0.3s;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.nnews_sec112 li:hover h3{
	text-decoration: underline;
}

.nnews_sec112 li div{
	padding-left:15px;
	color:#fff;
	font-size:14px;
	line-height:24px;
}


.nnews_sec11_ul1>li.on .nnews_sec111{
	display: none;
}
.nnews_sec11_ul1>li.on .nnews_sec112{
	display: block;
}

.nnews_sec11a a{
	margin-top:400px;
	display: block;
	width:185px;
	line-height:50px;
	border:2px solid #fff;
	padding-left:22px;
	background:url(../images/nnews_go.png) no-repeat 90% center;
	font-size:16px;
	transition:all 0.3s;
	color:#fff;
	overflow:hidden;
}

.nnews_sec11a a:hover{
	color:#39b8e2;
	border:2px solid #39b8e2;
	background:url(../images/nnews_go2.png) no-repeat 90% center;
}






/*2018/5/23*/
.solu121_img1 .point{
	position: absolute;
    /*top: -30px;*/
    top: -33px;
    /*left: 10px;*/
   left: 20px;
    bottom: 0;
    /*width: 105px;
    height: 105px;*/
   width: 80px;
    height: 80px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
}

.solu121_img1 .point-10:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    /*border: 2px solid #000;*/
    border: 2px solid #024E81;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}
.solu121_img1:hover .point-10:after{border-color: #990000;}
.solu121_img1 .point-70:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*left: 0;*/
   left: -2px;
    /*width: 105px;
    height: 105px;*/
   width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #024E81;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1575ms infinite;
    animation: ripple 4.5s ease-out 1575ms infinite;
    transform: rotateX(90deg)
}
.solu121_img1:hover .point-70:after{border-color: #990000;}


@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1)
	}
	5% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}
	5% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.solu121_img1 .yuan{display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #00528E;}
.solu121_img1:hover .yuan{ background: #990000;}


/**/




/*响应式样式*/
/*@media only screen and (max-width:1200px ) { 
.w{	
	width:1024px;
}

	
}


@media only screen and (max-width:1024px ) {
.w{	
	width:960px;
}
.pro5_sec li {
    margin-bottom:20px;
}

.pro5_sec {
    padding:40px 0 20px;
}
.nnews_sec1,
.nnews_sec2 {
    width:100%;
}
.nnews_sec1{
	margin-bottom:20px;
}
	
}
@media only screen and (max-width:960px ) {
.w{	
	width:100%;
	padding:0 3%;
}
.in2_main22 {
    width: 40%;
    float:right;
}
.in4_left {
    height: 355px;
    padding:40px 3% 20px;
}
.in4_right li .in4_main {
    padding-top: 30px;
}

.in5_left,
.in5_right {
    width:100%;
}

.in5_left{
	margin-bottom:30px;
}
.in7_main {
    width:85%;
}
.in7_title {
    width:15%;
}

.solu123 {
    top: 154px;
    right: 34em;
}
.solu124 {
    top: 170px;
    right: 21em;
}
.solu121 {
    top: 168px;
    left: 22em;
}
.solu122 {
    top: 300px;
    left: 31em;
}









	
}
@media only screen and (max-width:780px ) {
.pc_head{
	display: none;
}
.phone_head{
	display: block;
}
.in1_title h2 {
    font-size: 60px;
    line-height: 60px;
}
.in1_section {
    padding:40px 0;
}
.in1_title h4 {
    font-size:24px;
    line-height:24px;
    top:30px;
}
.in1_sec2 li .unit.unit1,
.in1_sec2 li .number {
    font-size: 40px;
    line-height: 40px;
}
.in2_main21 h2 {
    font-size:60px;
    line-height: 60px;
}
.in2_main2 {
    width: 65%;
    padding-top: 15px;
}
.ot-time .gallery-thumbs .swiper-wrapper {
    margin-left: -50px;
}
.in4_left {
    height: auto;
    width:100%;
    padding: 40px 3% 20px;
}
.in4_right {
    width:100%;
}

.in4_left div {
    min-height: 40px;
    padding-bottom: 20px;
}
.in4_left a {
    width: 42%;
    padding-left:15%;
}
.in5_r2 {
    left: 13rem;
}
.in6_sec11{
    width:100%;
}

.in6_sec12{
	display: none;
} 
.foot_logo {
    width:30%;
}
.foot_logo img{
	display: block;
	width:90%;
	height:auto;
}

.in_banner,
.ny_banner{
	margin-top:55px;
}
.ab_img,
.ab_main{
	width:100%;
}

.ny_banner {
    height: 200px;
}

.pro_sec li{
	width:48.5%!important;
}
.pro_sec.pro3_sec li {
    height: 240px;
}
.pro_sec.pro4_sec li {
    height: 220px;
}
.pro_sec.pro2_sec li:nth-child(1),
.pro_sec.pro4_sec li.pro1_l2 {
    padding: 40px 3%;
}
.solu123 {
    top: 122px;
    right: 24em;
}
.solu124 {
    top: 150px;
    right: 14em;
}
.solu121 {
    top: 139px;
    left: 16em;
}
.solu122 {
    top: 220px;
    left: 21em;
}

.solu32_main1 img,
.solu32_main2 img{
	max-width:100%;
	height:100%;
}

.solu32_sec li:nth-child(1) .solu32_main2, 
.solu32_sec li:nth-child(2) .solu32_main1 {
    padding:30px 3%;
}
.solu4_sec li {
    width: 24.2%;
    margin-right: 1%;
    padding:30px 2%;
}

.solu4_sec li span {
    margin:25px 0;
}

.solu121_main {
    position: absolute;
    top: 100%;
    left: -50em;
    width: 20em;
    padding: 10px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #b8c3cb;
    overflow: hidden;
    display: none;
    z-index: 2;
}
.join1_sec {
    font-size: 30px;
    line-height: 60px;
}

.join2_m ul{
	background-size:60px 60px!important;
}
.join_title span {
    padding:10px 20px 30px;
    font-size: 28px;
    line-height: 58px;
}
.join1_title {
    text-align: center;
    margin:10px 0 25px;
}

.contact1_sec #dituContent {
    height:400px;
}
.in_title h2 {
    font-size:38px;
    line-height: 38px;
}
.contact2_sec li{
    width: 48%;
    margin:0 1% 30px!important;
    padding:40px 5%;
}

.contact2_sec li div{
	min-height:120px;
}
.nnews_sec11a a {
    margin-top: 465px;
}



	
}
@media only screen and (max-width:480px ) {
.in1_title h2 {
    font-size: 40px;
    line-height: 40px;
}
.in1_title h4 {
    font-size:18px;
    line-height:18px;
    top:20px;
}
.in1_sec1 {
    padding: 30px 0;
}
.in1_sec2 li {
    width: 50%;
}
.in1_sec2 li .text_box {
    margin-top:15px;
    min-height:40px;
}
.in1_sec2 li .unit.unit1, .in1_sec2 li .number {
    font-size: 36px;
}
.in2_main1,
.in2_main2,
.in2_main21, 
.in2_main22{
	width:100%;
}

.in2_main21{
	margin-bottom:20px;
}
.ot-time .gallery-thumbs .swiper-slide {
    .solu1_sec2padding:30px 2% 0;
    width:60px;
}

.in2_section {
    padding:25px 0;
}
.in3_section,
.in4_section {
    padding:40px 0;
}
.in_title p {
    margin-bottom:10px;
}
.in_title h2 {
    font-size:30px;
    line-height: 30px;
}
.in3_sec,
.in4_sec{
    padding-top:30px;
}
.in3_sec li {
    width:100%;
}
.in4_right li {
    width:100%;
    margin-left:0;
}
.in5_r1 {
    top: 2rem;
    left: 4rem;
}
.in5_r2 {
    top: 6.5rem;
    left: 6.5rem;
}
.in5_r3 {
    top: 1rem;
    right: 10rem;
}
.in5_r4 {
    top: 2rem;
    right: 6rem;
}
.in6_sec2 dl {
    width:49%;
    margin-right:2%;
    margin-bottom:20px;
}
.in6_sec2 dl:nth-child(2n){
	margin-right:0;
}
.in7_title {
	width:100%;
	border-right:none;
	border-bottom:1px solid #ccc;
    line-height: 41px;
    font-size:20px;
}

.ny_banner {
    height: 130px;
}
.in6_sec11_main {
    padding-right: 13%;
}
.pro1_section,
.pro2_section,
.pro3_section,
.pro4_section{
	padding:40px 0;
}
.pro_title {
    margin:12px 0 20px;
}
.pro_sec li {
    width:100%!important;
    margin-right:0;
    height:auto!important;
}
.solu123 {
    top: 154px;
    right: 34em;
}
.solu124 {
    top: 170px;
    right: 21em;
}
.solu121 {
    top: 168px;
    left: 22em;
}
.solu122 {
    top: 300px;
    left: 31em;
}
.solu1_sec2_tel{
	display: block;
}
.solu1_sec2{
	display: none;
}
.solu1_sec2_tel1 img{
	display: block;
	width:100%;
	height:auto;
	margin:20px 0;
}

.solu1_sec2_tel li h3{
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
}

.solu12tel_main{
	overflow: hidden;
}

.solu12tel_main .solu121_m{
	width:33.33%;
	text-align: center;
	margin-bottom:15px;
}
.solu12tel_main .solu121_m img{
	max-width:100%;
}


.solu2_sec li{
	width:100%;
	margin-right:0;
}
.solu32_main1, .solu32_main2 {
    width:100%;
    height:auto;
}
.solu4_sec li {
    width: 100%;
    margin-right:0;
    padding:20px 5% 30px;
}
.solu4_sec li span {
    margin:5px 0 15px;
}
.solu4_sec li h3 {
    margin-bottom:15px;
}
.solu4_main {
    min-height:50px;
}
.solu32_main1 img, .solu32_main2 img {
	display: block;
    max-width: 100%;
    height:auto;
}
.join_title span {
    line-height: 30px;
    background-size: 100% 14px;
}

.join1_main1,
.join1_main2 {
    width:100%;
    height: auto;
}
.join1_sec li:nth-child(1) .join1_main2,
.join1_sec li:nth-child(2) .join1_main1,
.join1_sec li:nth-child(3) .join1_main2 {
    padding:20px 10%;
    font-size:20px;
    line-height:30px;
    background:#eee;
}
.join2_main{
	padding-left:0;
}

.join2_m{
	width:100%;
}

.join2_m h2 {
    font-size:22px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.join2_m ul {
    padding-left: 30%;
    font-size:18px;
    border-bottom:1px solid #fff;
    margin-bottom:30px;
    padding-bottom:20px;
}

.join2_m.join2_m2 ul{
	border:none;
	margin-bottom:0;
}
.join4_main {
    padding:30px 5%;
    width:100%;
}
.foot_logo,
.foot_left,
.foot_ma {
    width:100%;
}
.foot_logo {
    padding-top:40px;
    text-align: center;
}
.foot_logo img {
    max-width: 90%;
    height: auto;
    width:auto;
    margin:0 auto;
}
.foot_nav {
    width:100%;
    padding:20px 0;
}
.foot_nav dl {
    margin-right: 0;
    width:33.33%;
    padding-right:5px;
}

.join_title span {
   	padding: 5px 20px 15px;
    font-size:24px;
    background-size: 100% 8px;
}
.contact1_sec #dituContent {
    height: 300px;
}
.contact2_title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
}

.contact2_sec li {
    float: left;
    width:100%;
    padding:30px 4% 40px;
    margin-right:0;
    margin-bottom:20px;
    height:auto;
}

.contact2_sec li div{
	min-height:40px;
}

.pro5_sec {
	margin-top:30px;
    padding: 30px 0 10px;
    height:232px;
    overflow:hidden;
}

.pro5_sec li {
    width: 24%;
    margin-right: 1.25%;
}

.pro5_sec li:nth-child(4n){
	margin-right:0;
}

.pro5_sec li:nth-child(7n){
	margin-right: 1.25%;
}

.foot_ma img{
    width: 30%;
}

.foot_nav{
	display: none;
}
.foot_logo {
    padding:25px 0px;
}
.foot_left2{
	padding-bottom:20px;
	text-align: center;
}
.foot_ma {
    padding:25px 0 25px;
}
.newslist_section {
    padding:40px 0;
}
.newslist_sec {
    padding:30px 0;
}
.newslist_sec li {
    padding: 20px 4%;
    margin-bottom:15px;
}
.newslist_sec li span {
    margin-bottom: 15px;
}
.newslist_section .fenye a {
    line-height: 23px;
    padding: 0 5px;
    margin: 0 3px;
}
.newslist_section .fenye{
	padding-top:0px;
}

.nnews_section {
    padding:40px 0;
}
.nnews_sec {
    padding-top:30px;
}

.nnews_sec11_ul1>li,
.nnews_sec11_ul1>li.on {
    width: 100%;
    background-size:100% 100%!important;
}

.nnews_sec11_ul1>li{
	margin-bottom:20px;
}

.nnews_sec112{
	position: static;
	height:auto;
	display: block!important;
}
.nnews_sec111{
	position: static;
	display: none!important;
}
.nnews_sec11a a {
    margin-top: 15px;
}
.newslist_sec li.newslist .newslist_img,
.newslist_sec li.newslist .newslist_main{
	float:none;
	width:100%;
}

.newslist_sec li.newslist .newslist_img{
	margin-bottom:20px;
}







}
@media only screen and (max-width:380px ) {

.pro5_sec {
    height:220px;
}





	
}
@media only screen and (max-width:320px ) {
.in51_main {
    min-height: 70px;
}

.in5_r1 {
    top: 2rem;
    left: 3rem;
}
.in5_r2 {
    top: 4.5rem;
    left: 4.5rem;
}
.in5_r3 {
    top: 1rem;
    right: 8rem;
}
.in5_r4 {
    top: 2rem;
    right: 4rem;
}


.pro5_sec {
    height:200px;
}



	
}








*/

