
@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:1440px;
	margin:0 auto;
}
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;
border-radius: 0;
}



@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




/*header*/


.head_top{
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#666666;
	border-bottom:1px solid #e5e5e5;
}

.head_top a{
	color:#666666;
}

.head_top a:hover{
	color:#4e9beb;
	text-decoration:underline;
}

.h_top1{
	padding-left:30px;
	background:url(../images/h1.jpg) no-repeat left center;
}

.h_top2_main li{
	float:left;
	padding-left:30px;
	margin-right:30px;
}

.h_top2_main li:nth-child(1){
	background:url(../images/h2.jpg) no-repeat left center;
}
.h_top2_main li:nth-child(2){
	background:url(../images/h3.jpg) no-repeat left center;
}
.h_top2_main li:nth-child(3){
	background:url(../images/h4.jpg) no-repeat left center;
}

.search{
	border:1px solid #dcdcdc;
	border-radius:3px;
	padding:0 8px;
	margin-top:6px;
}

.search input{
	float:left;
	font-size:14px;
	height:26px;
}
.search input:nth-child(1){
	width:150px;
}

.search input:nth-child(2){
	width:20px;
	cursor: pointer;
	background:url(../images/h5.jpg) no-repeat center;
}

.header{
	height:95px;
	background:#fff;
	transition:all 0s;
	line-height:95px;position:relative;
}

.header h1.logo{
	line-height:95px;
	height:95px;
	transition:all 0.3s;
}

.nav_li>a{
	font-size:18px;
	color:#222222;
}

h1.logo img{
	vertical-align: middle;
}

.pc_nav{
	transition:all 0.3s;
	padding-top:15px;
}

.pc_nav .nav_li{float:left;/*width:180px;text-align:center;*/text-align:right;width:auto;margin-left:70px;}
.pc_nav .nav_li .nav_a{display:block;line-height:65px;height: 65px;font-size:16px;color:#ffffff;transition:all 0.3s;font-size:18px;
	color:#222222;}
	
.pc_nav .nav_li .nav_a>img{
	margin:0 5px;
}
.nav_img2{
	display: none;
}

.pc_nav .nav_li.active::before{
    content: "";
    position: absolute;
    z-index: 100;
    top: 100%;
    left: auto;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
}

.pc_nav .nav_li:hover .nav_img1{
	display: none;
}
.pc_nav .nav_li:hover .nav_img2{
	display:inline-block;
}
.pc_nav .nav_li .setNav{position:absolute;top:100%;width:100%;left:0;right:0;background:#f8f8f8;padding:40px 0 50px;display:none;z-index:99;transition:all 0s;}

.pc_nav .nav_li .setNav{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:100%;
	z-index:9999;
	transition:all 0s;
	padding:0;
	text-align: center;
	/*line-height:70px;*/
	line-height:40px;
	padding:25px 0;
}
.pc_nav .nav_li .setNav  li{
	display: inline-block;
	margin:0 5px;
}
.pc_nav .nav_li .setNav  li a{
	display: inline-block;
	width:100%;
	line-height:40px;
	font-size:15px;
	text-align: center;
	color:#555555;
	transition:all 0.3s;
	padding:0 13px;
}
.pc_nav .nav_li .setNav  li a:hover{
	/*color:#fff;background:#4e9beb;*/
	color: #4e9beb;
}

.pc_header.fixed{
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:99999999;
	background:#fff;
	box-shadow:0px 0px 10px #ccc;
}

.pc_header.fixed .header {
    height:65px;
    line-height: 65px;
}
.pc_header.fixed .header h1.logo{
	line-height:65px;
	height:65px;
}
.pc_header.fixed .pc_nav {
     padding-top: 0px; 
}


/*phone_nav*/
.phone_head{
	height:52px;
	display: none;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
	box-shadow:0px 0px 10px #F2F2F2;
}

.phone_head .logo{
	width:210px;
	height:55px;
	line-height:52px;
}

.phone_head .logo img{
	height:auto;
	/*width:100%;*/
	width:auto;
	vertical-align: middle;
	max-width:100%;
	max-height:90%;
}

.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 35px;
    background:#489dec url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:35px;
    margin-top:10px;
}

.phone-head .mask-close{
	background:#489dec 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: auto;
	/*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;
}
.f_m1>li>h3>a{display: block;}
.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;*/
   color: #489dec;
    white-space: nowrap;
}

.phone_nav ul>li ol{
	display: none;
	transition:all .3s;
}









/*footer*/


footer{
	background:#e6e6e6;
	color:#3b3b3b;
}

.f_bot{
	padding:16px 0;
	font-size:14px;
	border-top:1px solid #d8d8d8
}

.footer{
	padding:50px 0 30px;
	background:#e6e6e6;
}

.footer ul>li{
	float:left;
	width:19%;
}
.footer ul>li:nth-child(1){
	width:24%;
}

.footer ul>li dl dt{
	font-size:18px;
	line-height:18px;
	color:#3b3b3b;
	margin-bottom:20px;
}

.footer ul>li dl dd>a{
	display: block;
	padding-left:20px;
	background:url(../images/f1.png) no-repeat left 3px;
	font-size:16px;
	line-height:18px;
	color:#3b3b3b;
	margin-bottom:10px;
	word-wrap:break-word;
}


.footer ul>li dl dd>a:hover{
	background:url(../images/f2.png) no-repeat left 3px;
	color:#4a98e9;
}

.f_cont{
	font-size:16px;
	line-height:24px;
	color:#3b3b3b;
}
.f_cont p{
	padding-left:25px;
	word-wrap:break-word;
}
.f_cont p:nth-child(1){
	background:url(../images/f3.jpg) no-repeat left 5px;
}
.f_cont p:nth-child(2){
	background:url(../images/f4.jpg) no-repeat left 6px;
}
.f_cont p:nth-child(4){
	background:url(../images/f6.png) no-repeat left 8px;
}
.f_cont p:nth-child(5){
	background:url(../images/f5.jpg) no-repeat left 8px;
}

.f_share{
	padding-top:15px;
	overflow: hidden;
}
.f_share span{
	float:left;
}
.f_share a{
	display: block;
	float:left!important;
	width:33px!important;
	height:33px!important;
	text-align: center;
	line-height:33px!important;
	margin:0 15px 0 0!important;
	padding:0!important;
	background-image:none!important;
	background-color:#4a98e9;
	border-radius:100%;
}

.f_share a img{
	vertical-align:middle;
}

.f_share a:hover{
	opacity:0.8!important;
}






/*index*/
.in_banner{
	overflow: hidden;
	height:720px;
}
.in_banner,
.in_ban,
.in_banner .owl-carousel,
.in_banner .owl-carousel .owl-item{
	width:100%;
}


/*.in_banner .owl-carousel .owl-item{max-width: 1903px!important;}*/
.in_ban{
	width:100%;
	height:720px;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%!important;
}

/*.in_banner .owl-nav{
	display: none!important;
}*/



.in_banner{
	position:relative;
}

.banner{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background:rgba(0,0,0,.5);
	padding:20px 0;
}

.banner_title{
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-bottom:15px;
}
.banner_title span{
	font-size:24px;
}

.banner_search{
	overflow: hidden;
	border-radius:5px;
	transition:all 0.3s;
}

.banner_search input{
	float:left;
	width:88%;
	padding:0 20px;
	font-size:15px;
	height:55px;
	line-height:55px;
	color:#C5C5C5;
	border-radius:0;
}
.banner_search button{
	float:left;
	width:12%;
	font-size:15px;
	height:55px;
	line-height:55px;
	text-align: center;
	color:#fff;
	background:#4a98e9;
	cursor:pointer;
	border:none;
	outline:none;
}


.banner_search button img{
	margin:0 7px;
	vertical-align:middle
}

.banner_search.on{
	border-radius:28px;
}




.in_title{
	text-align: center;
	margin-bottom:48px;
}

.in_title h3{
	font-size:30px;
	line-height:30px;
	color:#3b3a3a;
	text-transform:uppercase;
}

.in_title span{
	display: block;
	width:40px;
	height:4px;
	background:#4a98e9;
	margin:12px auto;
}
.in_title p{
	font-size:13px;
	line-height:13px;
	color:#808080;
}

.in1_section{
	padding-top:60px;
	background:#fff;
}

.in1_sec{
	/*opacity:0;*/
}

.in1_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}

.in1_sec li{
	float:left;
	width:30%;
	margin-right:5%;
	margin-bottom:60px;
	background:#fff;
	box-shadow:0px 0px 10px #f3f3f3;
	padding:15px 12px;
}

.in1_sec li:nth-child(3n){
	margin-right:0;
}

.in1_sec li .in1_img{
	overflow: hidden;
}
.in1_sec li .in1_img img{
	display: block;
	width:100%;
	height:auto;
}
.in1_sec li .in1_img .in1_img2{
	display:none;
}

.in1_sec li:hover .in1_img .in1_img1{
	display:none;
}
.in1_sec li:hover .in1_img .in1_img2{
	display:block;
}


.in1_sec li .in1_main{
	padding:20px 0 12px;
	font-size:13px;
	line-height:24px;
	color:#626262;
	
	/*height: 183px;*/
}

.in1_sec li .in1_main h3{
	color: #4a98e9;
	font-weight: bold;
	font-size:16px;
	line-height:22px;
	margin-bottom:12px;
	height: 44px;
}
.in1_sec li .in1_main p{height: 72px;}
.in1_sec li .in1_main h5{
	color:#4e4e4e;
	margin-top:15px;
	width:90px;
	text-align: center;
	font-size:14px;
	line-height:34px;
	border:1px solid #bdbdbd;
	transition:all 0.3s;
	cursor: pointer;
	border-radius:17px;
}

.in1_sec li .in1_main h5:hover{
	background:#4a98e9;
	border-color:#4a98e9;
	color:#fff;
}




/*2018/6/8*/
.in1s_sec li{
	float:left;
	width:22.75%;
	margin-right:3%;
	margin-bottom:60px;
	background:#fff;
	box-shadow:0px 0px 10px #f3f3f3;
	padding:15px 12px;
}
.in1s_sec li:nth-child(3n){
	margin-right:3%;
}

.in1s_sec li:nth-child(4n){
	margin-right:0;
}



/*2018/6/8*/


.in2_section{
	padding:60px 0 312px;
	background:#4a98e9;
}

.in2_title{
	text-align: center;
	margin-bottom:34px;
}
.in2_title h3{
	font-size:30px;
	line-height:30px;
	color:#fff;
}

.in2_sec{
	position:relative;
	width:100%;
	opacity:0;
}

.in2_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}

.in2_sec .parBd1{
	position:absolute;
	left:0;
	right:0;
	top:90px;
}

.in2_main li{
	float:left;
	width:30%;
	margin-right:5%;
	margin-bottom:60px;
	background:#fff;
	box-shadow:0px 0px 10px #f3f3f3;
}

.in1_sec li:hover,
.in2_main li:hover{
	box-shadow:0px 0px 10px #4a98e9;
}

.in2_main li:nth-child(3n){
	margin-right:0;
}

.in2_main li .in2_img{
	overflow: hidden;
}
.in2_main li .in2_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
.in2_main li:hover .in2_img img{
	transform:scale(1.12);
}

.in2_main li .in2_m{
	padding:25px;
	font-size:14px;
	line-height:24px;
	color:#626262;
}

.in2_main li .in2_m h3{
	font-size:18px;
	line-height:18px;
	margin-bottom:12px;
}

.in2_main li:hover .in2_m h3{
	color:#4a98e9;
}


.in2_main li .in2_m h5{
	color:#4e4e4e;
	margin-top:15px;
	width:90px;
	text-align: center;
	font-size:14px;
	line-height:34px;
	border:1px solid #bdbdbd;
	transition:all 0.3s;
	cursor: pointer;
	border-radius:17px;
}

.in2_main li .in2_m h5:hover{
	background:#4a98e9;
	border-color:#4a98e9;
	color:#fff;
}

.in2_sec .parHd1{
	text-align: center;
}

.in2_sec .parHd1 li{
	display: inline-block;
	/*padding:0 15px;*/
	width: 153px;text-align: center;
	margin:0 8px;
	height:38px;
	line-height:38px;
	border:1px solid #fff;
	border-radius:19px;
	color:#fff;
	font-size:14px;
	cursor: pointer;
}

.in2_sec .parHd1 li.on{
	background:#fff;
	color:#626262;
}


.in3_section{
	padding:280px 0 60px;
	background:#fff;
}

.in3_sec{
	opacity:0;
}

.in3_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}


.in3_img,
.in3_main{
	height:518px;
	background:#f2f8fd;
}

.in3_img{
	width:67%;
}

.in3_img img{
	display: block;
	width:100%;
	height:100%;
}

.in3_main{
	width:33%;
	padding:96px 6%;
	line-height:26px;
	font-size:15px;
	color:#3b3a3a;
}

.in3_main h3{
	font-size:20px;
	line-height:20px;
	margin-bottom:25px;
	color:#4a98e9;
}


.in3_main a{
	display: block;
	color:#4e4e4e;
	margin-top:20px;
	width:120px;
	text-align: center;
	font-size:14px;
	line-height:34px;
	border:1px solid #bdbdbd;
	transition:all 0.3s;
	cursor: pointer;
	border-radius:17px;
	background:#fff;
}

.in3_main a:hover{
	background:#4a98e9;
	border-color:#4a98e9;
	color:#fff;
}






/*about*/
.ny_section{
	padding:27px 0;
	background:#f3f3f3;
	font-size:14px;
	line-height:16px;
	color:#555555;
}
.ny_sec{
	padding:0 23px;
	background:url(../images/ny1.jpg) no-repeat left center;
}
.ny_sec a{
	color:#555555;
}

.ny_sec a:hover{
	color:#4a98e9;
	text-decoration:underline;
}

.ny_sec span{
	margin:0 5px;
}


.ab2_section{
	height:450px;
	width:100%;
	background:url(../images/ab1.jpg) no-repeat center;
	background-size:auto 100%;
}

.ab1_section{
	padding:0 0 80px;
	
	/*padding:15px 0 80px;*/
	background:#f3f3f3;
}

.ab1_title{
	margin-bottom:60px;
	color:#555555;
	font-size:30px;
	line-height:30px;
}
.ab1_title img{
	vertical-align:middle;
	margin:0 20px;
}

.ab1_sec{
	color:#4e656f;
	font-size:16px;
	line-height:30px;
	
}

.ab3_section{
	padding:60px 0;
}
.ab3_title{
	margin-bottom:55px;
}
.ab3_title h3{
	color:#333333;
	font-size:30px;
	line-height:30px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.ab3_title span{
	display: block;
	width:400px;
	height:3px;
	background:#4a98e9;
}

.ot-time{position: relative;}
.ot-time .container{position:relative;padding:0 50px;width: 1440px; margin-right: auto; margin-left: auto;}
.ot-time .gallery-thumbs .swiper-slide{ font-size:20px; color:#333333; font-family:Arial, Helvetica, sans-serif;display: inline-block;height: 60px;padding:0px 16px;
	
	-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: 100px;
	opacity: 1;
	cursor: pointer;
	text-align: center;}
.ot-time .gallery-thumbs div.swiper-slide-active,
.ot-time .gallery-thumbs .swiper-slide:hover{color:#4a98e9;}
.ot-time .gallery-thumbs{background: none;width: 100%;height: auto;margin-bottom: 30px;padding:0 30px;overflow: hidden; margin-top: 15px;}
.ot-time .gallery-thumbs .swiper-wrapper{margin-left: -600px;}
.ot-time .gallery-top{width: 100%;height: auto;}
.ot-time .gallery-top .swiper-slide{width: 100%;}
.time-con .container{position:relative;padding:0;}
.swiper-button-prev08,.swiper-button-next08{position:absolute;top:0;font-size:70px;width:30px;height:45px;background-position:0 0;background-repeat:no-repeat;
	text-indent:-9999px;overflow:hidden;cursor: pointer;z-index:999;}
.swiper-button-next08{left:0;background-image:url('../images/abl.jpg');}
.swiper-button-prev08{right:0;background-image:url('../images/abr.jpg');}


.ab3_main{
	width:100%;
	padding:0 4% 30px;
}

.ab3_img{
	width:45%;
	text-align: center;
}

.ab3_img img{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:28px;
}

.ab3_img p{
	color:#333333;
	font-size:16px;
	line-height:18px;
}
.ab3_m{
	width:50%;
	padding:15px 0;
	color:#333333;
	font-size:16px;
	line-height:30px;
}

.ab3_m h3{
	color:#4a98e9;
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
}



.ab1_sec,
.ab2_section,
.ab3_sec{
	opacity:0;
}

.ab1_sec.articleShow,
.ab2_section.articleShow,
.ab3_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}






/*case*/
.case_banner .bd li{
	width:100%;
	height:586px;
	background:url(../images/case_banner.jpg) no-repeat center;
	background-size:auto 100%!important;
}

.case_banner{
	position:relative;
}
.case_banner .hd{
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	text-align: center;
	z-index:99;
}
.case_banner .hd li{
	display: inline-block;
	width:20px;
	height:20px;
	background:url(../images/case_ban1.png) no-repeat center;
	background-size:100% 100%!important;
	cursor:pointer;
	margin:0 4px;
}

.case_banner .hd li.on{
	background:url(../images/case_ban2.png) no-repeat center;
}


.case_section{
	padding:100px 0 90px;
}


.fenye{
	text-align: center;
}

.fy{
	display: inline-block;
	margin:0 auto;
	border:1px solid #dddddd;
	border-radius:3px;
	overflow:hidden;
	margin-top:30px;
}

.fy a{
	float:left;
	line-height:32px;
	border-right:1px solid #dddddd;
	padding:0 15px;
	color:#4a98e9;
	font-size:15px;
}

.fy a:hover,
.fy a.on{
	background:#4a98e9;
	color:#fff;
}

.fy a:last-child{
	border-right:none;
}







/*contact*/
.contact_title{
	padding:20px 0;
	background:#f3f3f3;
}

.contact1_section{
	/*height:415px;*/
	padding:50px 0;
	background:url(../images/cont_banner.jpg) no-repeat center;
	background-size:auto 100%!important;
}

.contact1_sec{
	position:relative;
	width:100%;
	height:100%;
}

.contact1_main{
	/*position:absolute;
	top:120px;*/
	width:100%;
	opacity: 0;
}
.contact1_main.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.contact1_img,
.contact1_m{
	height:433px;
	background:#4c99eb;
	color:#fff;
}

.contact1_img{
	width:57%;	
}
.contact1_img img{
	display: block;
	width:100%;
	height:100%;
}
.contact1_m{
	width:43%;
	padding:50px 5%;
}

.contact1_m h3{
	font-size:24px;
	line-height:24px;
	margin-bottom:45px;
}

.contact1_m li{
	font-size:16px;
	line-height:40px;
	padding-left:30px;
}

.contact1_m li:nth-child(1){
	background:url(../images/con1.jpg) no-repeat left 15px;
}

.contact1_m li:nth-child(2){
	background:url(../images/con2.jpg) no-repeat left 15px;
}

.contact1_m li:nth-child(3){
	background:url(../images/con3.jpg) no-repeat left 15px;
}

.contact1_m li:nth-child(4){
	background:url(../images/con4.jpg) no-repeat left 15px;
}



.contact2_section{
	padding:80px 0 ;
	/*padding:220px 0 80px;*/
	background:#fff;
}
.contact2_sec{
	opacity:0;
}
.contact2_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.contact2_sec h3{
	color:#3b3a3a;
	font-size:30px;
	line-height:30px;
	margin-bottom:45px;
}


.contact2_sec li{
	float:left;
	width:47%;
	margin-right:6%;
	border:1px solid #888888;
	border-radius:3px;
	margin-bottom:25px;
}
.contact2_sec li:nth-child(2n){
	margin-right:0;
}

.contact2_sec li input{
	padding:0 20px;
	line-height:40px;
	height:40px;
	width:100%;
	font-size:16px;
	color:#3b3a3a;
}
.contact2_sec li:nth-child(5){
	width:100%;
	margin-right:0;
	height:205px;
}

.contact2_sec li textarea{
	font-family:'OPENSANS';
	padding:10px 20px;
	line-height:40px;
	width:100%;
	height:100%;
	font-size:16px;
	color:#3b3a3a;
}


.contact2_sec h5 input{
	border-radius:3px;
	width:168px;
	line-height:42px;
	height:42px;
	background:#4a98e9;
	color:#fff;
	font-size:16px;
	cursor: pointer;
	transition:all 0.3s;
}

.contact2_sec h5 input:hover{
	opacity:0.8;
}





/*downlist*/

.downlist2_section{
	padding:60px 0;
}
.downlist2_top{
	color:#555555;
	font-size:16px;
	line-height:30px;
	margin-bottom:40px;
}
.downlist2_top h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
	color:#4a98e9;
}

.downlist2_sec{
	opacity:0;
}
.downlist2_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.downlist2_sec li{
	float:left;
	width:26%;
	margin-right:11%;
	margin-bottom:30px;
	color:#555555;
	font-size:16px;
	line-height:28px;
}

.downlist2_sec li:nth-child(3n){
	margin-right:0;
}

.downlist2_img{
	overflow: hidden;
	margin-bottom:15px;
}

.downlist2_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
.downlist2_m{
	color:#555555;
}

.downlist2_sec li:hover .downlist2_img img{
	transform: scale(1.1);
}

.downlist2_sec li:hover .downlist2_m{
	color:#4a98e9;
}





/*download*/

.download_sec{
	opacity: 0;
}
.download_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}


.download1_sec{
	width:26%;
	color:#555555;
	font-size:16px;
	line-height:28px;
}
.download2_sec{
	width:34%;
	margin:0 6%;
	color:#555555;
	font-size:16px;
	line-height:30px;
}

.download2_sec h5{
	color:#4a98e9;
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
}
.download2_sec p{
	margin-bottom:20px;
}
.download3_sec{
	width:28%;
}

.download1_sec img{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:15px;
}


.download3_sec h3{
	color:#4a98e9;
	font-size:24px;
	line-height:24px;
	margin-bottom:20px;
}

.download3_sec ul li p{
	color:#555555;
	font-size:16px;
	line-height:16px;
	margin-bottom:8px;
}

.download3_sec ul li input{
	width:100%;
	border:1px solid #999999;
	border-radius:3px;
	margin-bottom:25px;
	padding:0 20px;
	color:#555555;
	font-size:16px;
	line-height:40px;
	height:40px;
}

.download3_sec h5 input{
	background:#4a98e9;
	width:186px;
	text-align: center;
	color:#fff;
	font-size:16px;
	line-height:40px;
	border:1px solid #4a98e9;
	border-radius:3px;
	cursor:pointer;
	transition:all 0.3s;
}
.download3_sec h5 input:hover{
	opacity: 0.8;	
}

























/*响应式样式*/

@media only screen and (max-width:1600px ) {




}



@media only screen and (max-width:1500px ) {

.ot-time .container {
    width: 100%;
}
.ab3_main {
    padding: 0 0 30px;
}
.ot-time .gallery-thumbs .swiper-wrapper {
    margin-left: -300px;
}
.in2_section {
    padding: 60px 0 287px;
}






}


@media only screen and (max-width:1440px ) {
.w{
	width:1300px;
}



}

@media only screen and (max-width:1400px ) {

.w{
	width:1200px;
}
.in_banner,
.in_ban {
    height: 650px;
}
.contact1_img, .contact1_m {
    height:360px;
}
.contact1_m {
    padding:40px 3%;
}
.contact1_m h3 {
    margin-bottom:25px;
}
.contact2_section {
    padding: 160px 0 80px;
}
.ab1_title {
    margin-bottom:40px;
}

.in2_section {
    padding: 60px 0 268px;
}
.pc_nav .nav_li .setNav  li a{
	padding:0 10px;
	font-size:14px;
}








}



@media only screen and (max-width:1200px ) {

.w{
	width:1024px;
}
.pc_nav .nav_li {
    width: 162px;
}
.in3_img, .in3_main {
    height: 420px;
}
.in3_img {
    width: 60%;
}
.in3_main {
    width: 40%;
    padding:60px 5%;
}
.in_banner,
.in_ban {
    height:500px;
}

.case_banner .bd li {
    height: 500px;
}

.in2_section {
    padding: 60px 0 237px;
}

.pc_nav .nav_li .setNav li a {
    padding: 0 5px;
    font-size: 12px;
}





}



@media only screen and (max-width:1024px ) {

.w{
	width:100%;
	padding:0 3%;
}
/*.pc_header{
	display:none;
}*/
.pc_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.header{
	display:none;
}

.phone_head{
	top: 40px;
	display: block;
}
.phone_head .search{display: none;}
.ny_section,
.in_ban {
    margin-top: 90px;
    /*margin-top: 55px;*/
}

.footer {
    display: none;
}

.f_bot p{
	width:100%;
}
.ot-time .gallery-thumbs .swiper-slide {
    width:60px;
}
.phone_head .w{
	padding:0 2%;
}

.in2_section {
    padding: 60px 0 217px;
}






}



@media only screen and (max-width:960px ) {
	
	
.in_ban {
	margin-top:55px;
   
}
.in3_main h3 {
    margin-bottom: 16px;
}

.in3_img, .in3_main {
    height: 337px;
}

.in3_img {
    width: 52%;
}
.in3_main {
    width: 48%;
    padding:30px 3%;
}
.in2_main li .in2_m {
    padding: 15px 3%;
}
.in2_main li .in2_m h5 {
    margin-top: 5px;
}

.in1_sec li {
    margin-bottom: 30px;
}
.ny_section {
    padding: 20px 0;
}
.ab1_section {
    padding: 15px 0 30px;
}

.ab1_title {
    margin-bottom: 20px;
}
.ab2_section {
    height: 320px;
}
.case_banner .bd li {
    height: 380px;
}

.case_section {
    padding: 60px 0;
}
.contact1_main {
	position:static;
}
.contact1_img, .contact1_m {
	width:100%;
    height:auto;
}
.contact1_section {
    height: auto;
    padding:40px 0;
}

.contact2_section {
    padding:80px 0;
}
.in2_section {
    padding: 60px 0 205px;
}












}


@media only screen and (max-width:780px ) {
.in2_section {
    padding: 60px 0 183px;
}




}
@media only screen and (max-width:560px ) {
	/*.pc_header{display: none;}
	.phone_head{top: 0px;}
	.h_top1{
		display: none;
	}*/
	.h_top2_main li:nth-child(1){
		display: none;
	}
	.phone_head .search {
    /*display: none;*/
   display: block;
}
.h_top2{
	/*width:100%;*/
}
.h_top2  .search {
    display: none;
}

.h_top2_main li {
    padding-left: 20px;
    margin-right: 10px;
}
.phone_head {
    top: 40px;
}
/*.phone_head .search{display: block;}*/
	
.banner{
	/*position:static;
	padding:10px 0;*/
	height:auto;
}
.ny_section .banner{position: absolute;}

.in_ban {
    height: 300px;
}
.banner_title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.banner_search input {
    width: 80%;
    padding: 0 10px;
    font-size: 15px;
    line-height:40px;
    height:40px;
}
.banner_search button {
    width: 20%;
    height: 40px;
    line-height: 40px;
}
.in1_section {
    padding-top: 40px;
    background: #fff;
}
.in_title h3 {
    font-size:24px;
    line-height: 24px;
}

.in_title {
    margin-bottom: 30px;
}
.in1_sec li {
    width:100%;
    margin-right: 0;
    margin-bottom:30px;
    padding:10px 3%;
}
.in1_sec li .in1_main{height: auto;}
.in2_section {
    padding:40px 0;
}
.in2_sec .parHd1 li{
	margin-bottom:10px;
}

.in2_sec .parBd1 {
    position:static;
    margin-top:30px;
}

.in2_main li {
    width:100%;
    margin-right:0;
    margin-bottom:20px;
}

.in3_section {
    padding:40px 0;
}
.in3_img, .in3_main {
    height: auto;
    width:100%;
}


.ab2_section {
    height:200px;
}
.ab3_section {
    padding:30px 0;
}
.ab3_title h3,
.ab1_title {
    font-size:24px;
    line-height: 24px;
}


.ab3_title span {
    width: 60%;
}

.ab3_title {
    margin-bottom:35px;
}

.ot-time .gallery-thumbs .swiper-slide {
    width:20px;
}
.ot-time .container {
    padding: 0 30px;
}
.ot-time .gallery-thumbs .swiper-wrapper {
    margin-left: -100px;
}
.ot-time .gallery-thumbs .swiper-slide {
    height:40px;
}

.ab3_img,
.ab3_m{
	width:100%;
}

.case_banner .bd li {
    height: 230px;
}
.case_banner .hd {
    bottom: 20px;
}
.case_banner .hd li {
    width: 15px;
    height: 15px;
}

.contact1_m {
    padding:30px 3%;
}
.contact1_m h3 {
    font-size:20px;
    line-height: 20px;
    margin-bottom:20px;
}
.contact2_section {
    padding:40px 0;
}
.contact2_sec h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom:20px;
}

.contact2_sec li{
	width:100%;
	margin-right:0;
}
.contact2_sec li input {
    padding: 0 15px;
    line-height:30px;
    height:30px;
    font-size: 15px;
}
#ckstr{height: 30px!important;}
.downlist2_section {
    padding: 40px 0;
}

.downlist2_top h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.downlist2_sec li {
    width: 100%;
    margin-right:0;
    margin-bottom:30px;
}

.downlist2_img {
    margin-bottom: 5px;
}


.download1_sec,
.download2_sec,
.download3_sec{
	width:100%;
	margin:0 0 20px;
}




















}



@media only screen and (max-width:380px ) {
.in_ban {
    height: 260px;
}



}


@media only screen and (max-width:320px ) {
.in_ban {
    height: 240px;
}

.case_banner .bd li {
    height: 180px;
}






}






/*2018/5/10*/

.ny_section{position: relative; /*margin-bottom: 100px;*/}
/*.ny_section .banner{top: 100%; bottom: auto;}*/
.ny_section .banner{position: static;}

.sear_section{margin-bottom: 30px;}
.sear_section.ny_section .banner{margin: 27px 0;}
.sear_section.ny_section.detailpro{ margin-top: 0;}
.sear_section.ny_section.detailpro .banner{ margin-top: 0;}


.phone_head .search{
	border:1px solid #dcdcdc;
	border-radius:3px;
	padding:0 8px;
	margin-top: 10px;
	margin-left: 10px;
}

.phone_head .search input{
	float:left;
	font-size:14px;
	height:35px;
}
.phone_head .search input:nth-child(1){
	width:120px;
}

.phone_head .search input:nth-child(2){
	width:20px;
	cursor: pointer;
	background:url(../images/h5.jpg) no-repeat center;
}
.phone_head .logo{width: auto;}
@media only screen and (max-width:480px) {
	.phone_head .search input:nth-child(1){width:100px;}
	.in_banner, .in_ban {
    /*height: 450px;*/
    height: 370px;
}
}

@media only screen and (max-width:320px) {
	.phone_head .search input:nth-child(1){width:80px;}
	
}
.footcontact{padding: 10px 0; display: none;}
.footcontact dt{font-size: 18px;}
@media only screen and (max-width: 1024px){
.footcontact {
    display: block;
}

.contact2_section {
   padding-top: 30px;
}
}




@media only screen and (max-width: 1200px){
	/*.pc_nav .nav_li .setNav  li a{padding: 0 10px; font-size: 14px;}*/
	.pc_nav .nav_li .setNav li a {
    padding: 0 5px;
    font-size: 13px;
}
.pc_nav .nav_li .setNav {
    padding: 15px 0;
}

}

.h5more
{color: #4e4e4e;
    margin-top: 15px;
    width: 90px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #bdbdbd;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 17px; margin-bottom:15px;}
	
	
	
.h5more:hover{
	background:#4a98e9;
	border-color:#4a98e9;
	color:#fff;
}
	