@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;font-family:微软雅黑;}
*{font-family:微软雅黑;box-sizing: border-box;}
body{width:100%;font-family:微软雅黑;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.header_m{
	display: none;
	background-color: #00469c;
}
.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	font-size: 0;
	margin: 9px 0 9px 12px;
}
.logo_m img{
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 0 0 0;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}

.banner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.banner .swiper-pagination{
	bottom: 36px !important;
}
.banner .swiper-pagination-bullet{
	background-color: #acb0b3;
	opacity: 1;
	border-radius: 0;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	margin: 0 23px !important;
}
.banner .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.header{
	font-size: 16px;
	position: absolute;
	top: 0;
	padding: 30px 0;
	background-color: rgba(0,0,0,0.3);
	left: 0;
	z-index: 96;
	width: 100%;
}
.header1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	zoom: 1;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.logo{
	float: left;
	font-size: 0;
}
.nav{
	float: right;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	list-style-type: none;
	float: left;
	margin-left: 49px;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	position: relative;
}
.nav ul li:before{
    content: '';
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    background-color: #00ccff;
    transition: all .5s ease;
}
.nav ul li a{
	color: #ffffff;
}
.navon:before{
	width: 100% !important;
}
.navon a{
	color: #00ccff !important;
}
.nav ul li:hover:before {
	width: 100%;
}
.nav ul li:hover a{
	color: #00ccff !important;
}

.product{
	background: url(../img/product_bg.jpg) center no-repeat;
	background-size: auto 100%;
	padding: 90px 0 60px;
	font-size: 0;
}
.product1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.product2{
	background: url(../img/product_bg1.png) center no-repeat;
	padding-top: 19px;
}
.product2a{
	font-size: 36px;
	color: #00469c;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.product2b{
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #333333;
	margin-top: 16px;
}
.product3{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 1;
	margin-top: 20px;
}
.product4{
	margin-top: 33px;
}
.product4 .swiper-container{
    padding: 10px 0;
}
.product4_d{
	background-color: #FFFFFF;
	padding: 30px 12px 20px;
	border: 1px dashed #666666;
	transition: all .5s;
}
.product5{
	font-size: 0;
	text-align: center;
	height: 263px;
	overflow: hidden;
	border-bottom: 1px dashed rgba(102,102,102,0.73);
}
.product5 img{
    transition: all .5s;
}
.product5:hover img{
    transform: scale(1.1);
}
.product6{
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin-top: 23px
}
.product7{
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
}
.product8{
	text-align: center;
	margin-top: 14px;
}
.product8 a{
	display: inline-block;
	font-size: 14px;
	color: #00469c;
	text-align: center;
	line-height: 26px;
	height: 26px;
	width: 74px;
	background-color: #cbd8e9;
	border-radius: 13px;
}
.product4_d:hover{
	border: 1px dashed #6c94c6;
}
.product4_d:hover .product6{
	color: #00469c;
}
.product4_d:hover .product8 a{
	background-color: #00469c;
	color: #FFFFFF;
}
.product9{
	text-align: center;
	margin-top: 36px;
	font-size: 0;
}
.product9 a{
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #d2d2d2;
	margin: 0 4px;
}
.product9 a img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product9 a:hover{
	background-color: #2661aa;
}

.product4 .swiper-slide:hover .product4_d{
    transform: translateY(-10px);
}

.solve{
	background: url(../img/solve_bg.jpg) center no-repeat;
	background-size: auto 100%;
	padding: 96px 0 100px;
	font-size: 0;
}
.solve1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.solve2{
	background: url(../img/solve_bg1.png) center no-repeat;
	padding-top: 19px;
}
.solve2a{
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.solve2b{
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 16px;
}
.solve3{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	margin-top: 20px;
}
.solve4{
	margin-top: 30px;
	overflow: hidden;
}
.solve_left{
	float: left;
	width: 42.3%;
	position: relative;
	margin-top: 7px;
}
.solve5{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(153,153,153,0.57);
}
.solve6{
	position: relative;
	width: 100%;
	height: 100%;
}
.solve7{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 80px;
}
.solve7a{
	font-size: 0;
	text-align: center;
}
.solve7b{
	text-align: center;
	font-size: 28px;
	line-height: 1;
	color: #ffffff;
	margin-top: 12px;
	font-weight: bold;
}
.solve7c{
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 20px;
	display: none;
}
.solve7d{
	text-align: center;
	margin-top: 20px;
	display: none;
}
.solve7d a{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 107px;
	height: 38px;
	line-height: 38px;
	background-color: #00469c;
	border-radius: 18px;
}
.solve5:hover{
	background-color: rgba(0,153,255,0.55);
}
.solve5:hover .solve7c{
	display: block;
}
.solve5:hover .solve7d{
	display: block;
}
.solve_right{
	float: right;
	width: 57.3%;
}
.solve_right1{
	margin-top: 7px;
	position: relative;
}

.news{
	background: url(../img/news_bg.jpg) center no-repeat;
	background-size: auto 100%;
	padding: 103px 0 81px;
	font-size: 0;
}
.news1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.news2{
	margin-top: 30px;
}
.news2 ul{
	width: 100%;
	max-width: 628px;
	margin: 0 auto;
	zoom: 1;
	border-bottom: 1px solid #666666;
}
.news2 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.news2 ul li{
	line-height: 58px;
	padding-bottom: 9px;
	width: 33.3333%;
	float: left;
	margin-bottom: -8px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	color: #333333;
	position: relative;
}
.news2 ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 17px;
	background-color: #cccccc;
}
.news2 ul li:first-child:before{
	width: 0;
}
.news2 ul li img{
	vertical-align: middle;
	margin-right: 6px;
}
.news_img1{
	display: none;
}
.newson{
	background: url(../img/news_bg1.png) no-repeat;
	background-position: center bottom;
	color: #00469c !important;
}
.newson .news_img{
	display: none;
}
.newson .news_img1{
	display: inline-block;
}
.news3{
	margin-top: 30px;
}
.news3 ul{
	overflow: hidden;
	display: none;
	padding: 10px 0;
}
.show{
	display: block !important;
}
.news3 ul li{
	list-style-type: none;
	float: left;
	width: 31.3333%;
	margin: 0 1%;
	background-color: #FFFFFF;
	transition: all .5s;
}
.news3 ul li:hover{
    transform: translateY(-10px);
}
.news3a{
	font-size: 0;
	text-align: center;
	height: 255px;
	overflow: hidden;
}
.news3a img{
    transition: all .5s;
    min-height: 100%;
}
.news3 ul li:hover .news3a img{
    transform: scale(1.1);
}
.news3 ul li:hover .news_title{
    color: #00469c;
}
.news3b{
	padding: 30px 20px;
	overflow: hidden;
}
.news3b1{
	float: left;
	width: 56px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #ededed;
	margin-top: 5px;
}
.news3b1 span{
	font-size: 20px;
	color: #ffffff;
	border-radius: 3px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	display: block;
	background-color: #3b71b3;
}
.news3b1 code{
	font-size: 12px;
	color: #666666;
	height: 27px;
	text-align: center;
	line-height: 27px;
	display: block;
}
.news3b2{
	float: right;
	width: calc(100% - 70px);
}
.news_title{
	font-size: 18px;
	color: #333333;
}
.news_content{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}

.about{
	font-size: 0;
}
.about1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.about_right{
	float: right;
	font-size: 0;
	width: 52%;
}
.about_left{
	float: left;
	width: 46%;
	margin-top: 111px;
}
.about_left1{
	background: url(../img/about_bg1.png) no-repeat;
	background-position: right center;
}
.about_left1a{
	background: url(../img/about_bg.png) no-repeat;
	padding: 50px 0 0 66px;
}
.about_left1a span{
	display: block;
	font-size: 36px;
	color: #00469c;
	font-weight: bold;
	line-height: 1;
}
.about_left1a code{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 1;
	margin-top: 10px;
}
.about_left2{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: 27px;
}
.about_left3{
	margin-top: 36px;
	padding: 10px;
	transition: all .5s;
}
.about_left3:hover{
    transform: translateY(-10px);
}
.about_left3 ul{
	overflow: hidden;
	box-shadow: 0 0 10px #eeeef0;
}
.about_left3 ul li{
	list-style-type: none;
	float: left;
	width: 33.3333%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
	position: relative;
}
.about_left3 ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 36px;
	background-color: #cccccc;
}
.about_left3 ul li:first-child:before{
	width: 0;
}
.about_left3 ul li a{
	color: #333333;
}
.about_left3 ul li a img{
	vertical-align: middle;
	margin-right: 3px;
}

.footer{
	background-color: #1d2c43;
	padding: 69px 0 8px;
}
.footer1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.footer2{
	float: left;
	font-size: 0;
}
.footer3{
	float: left;
	margin-left: 99px;
}
.footer3 span{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 12px;
}
.footer3 a{
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	line-height: 1;
	line-height: 26px;
}
.footer3a{
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	line-height: 1;
	line-height: 26px;
}
.footer3a code{
	display: inline-block;
	width: 25px;
	text-align: center;
	margin-right: 6px;
}
.footer4{
	float: right;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.footer4 img{
	display: block;
	margin: 0 auto 13px;
}
.beian{
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,0.2);
	margin: 30px auto 0;
	max-width: 845px;
	line-height: 76px;
	border-top: 1px solid rgba(255,255,255,0.07);
}
.beian a{
	color: rgba(255,255,255,0.2);
	margin-left: 9px;
}

.address{
	
}
.address1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	zoom: 1;
	height: 80px;
}
.address1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.address2{
	float: left;
}
.address2 ul{
	zoom: 1;
}
.address2 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.address2 ul li{
	list-style-type: none;
	float: left;
	line-height: 80px;
	width: 151px;
	text-align: center;
	margin-right: 16px;
	font-size: 20px;
	position: relative;
}
.address2 ul li div{
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    line-height: 49px;
    background-color: #FFFFFF;
}

.address2 ul li a{
	color: #333333;
}
.address2on{
	background-color: #00469c;
}
.address2on>a{
	color: #FFFFFF !important;
}

.address2 ul li:hover{
    background-color: #00469c;
}
.address2 ul li:hover>a{
    color: #FFFFFF !important;
}



.address2 ul li div>a{
    display: block;
    color: #333333;
    text-align: center;
}
.address2 ul li div .address22on{
    color: #00469c;
}
.address2 ul li:hover div{
    display: block;
}
.address3{
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 80px;
}
.address3 a{
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}
.address3 img{
	vertical-align: middle;
	margin-right: 6px;
}
.main{
	background-color: #f6f6f6;
	padding: 12px 0 59px;
}
.main1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.inner_pro{
	
}
.inner_pro ul{
	overflow: hidden;
	padding: 10px 0;
}
.inner_pro ul li{
	list-style-type: none;
	float: left;
	width: 23%;
	margin: 40px 1% 0;
	transition: all .5s;
}
.inner_pro ul li:hover{
    transform: translateY(-10px);
}
.page{
	text-align: center;
	margin-top: 40px;
}
.page a{
	display: inline-block;
	width: 31px;
	height: 29px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	margin: 0 3px;
}
.pageon{
	background-color: #00469c;
	color: #FFFFFF;
	border: 1px solid #00469c !important;
}

.inner_deta{
	background-color: #FFFFFF;
	padding: 16px 50px 20px 36px;
	overflow: hidden;
	border-radius: 9px;
}
.inner_deta1{
	float: left;
	width: 40%;
	border-right: 1px solid #cccccc;
	padding: 7px 36px 7px 0;
	overflow: hidden;
	position: relative;
}
.inner_deta3{
	position: relative;
	padding: 30px 0;
	float: left;
	width: 80px;
	height: 350px;
	overflow: hidden;
}
.gallery-thumbs{
	height: 100%;
	padding: 10px 0 !important;
}
.gallery-top{
	float: right;
	width: calc(100% - 96px);
}
.inner_deta2{
	background: url(../img/deta_bg1.png) no-repeat;
	padding: 8px 8px 8px 5px;
	text-align: center;
	font-size: 0;
}
.inner_deta2 img{
	max-height: 100%;
	height: 49px;
}

.d_right{
	position: absolute;
	background: url(../img/dright.png) no-repeat;
	bottom: 0;
	top: auto;
	left: 50%;
	right: auto;
	margin-top: 0;
	opacity: 1;
	height: 32px;
	width: 32px;
	transform: translate(-50%,0);
}
.d_left{
	position: absolute;
	background: url(../img/dleft.png) no-repeat;
	left: 50%;
	top: 0;
	opacity: 1;
	height: 32px;
	width: 32px;
	margin-top: 0;
	transform: translate(-50%,0);
}
.swiper-slide-thumb-active .inner_deta2{
	background: url(../img/deta_bg.png) no-repeat !important;
	background-size: auto 100%;
}
.inner_deta4{
	float: right;
	width: 57%;
}
.inner_deta4a{
	font-size: 34px;
	color: #333333;
	line-height: 1;
	margin-top: 46px;
}
.inner_deta4b{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 27px;
}
.inner_deta4c{
	margin-top: 32px;
}
.inner_deta4c1{
	background-color: #00469c;
	font-size: 16px;
	color: #ffffff;
	line-height: 53px;
	display: inline-block;
	width: 220px;
	text-align: center;
	height: 55px;
	border-radius: 3px;
	border: 1px solid #00469c;
	margin-right: 9px;
}
.inner_deta4c1 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.inner_deta4c2{
	font-size: 16px;
	color: #00469c;
	line-height: 53px;
	display: inline-block;
	width: 184px;
	text-align: center;
	height: 55px;
	border-radius: 3px;
	border: 1px solid #00469c;
}
.inner_deta4c2 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.inner_title{
	margin-top: 53px;
	padding-left: 20px;
}
.inner_title span{
	display: block;
	width: 183px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	background-color: #00469c;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
}
.inner_deta5{
	padding: 40px 32px 12px;
	background-color: #FFFFFF;
	border-radius: 9px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.inner_deta5 p{
	margin-bottom: 36px;
}
.inner_deta5 img{
	display: block;
	margin: 0 auto;
}
.sxy{
	margin-top: 36px;
}
.sxy a{
	display: inline-block;
	line-height: 32px;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	max-width: 48%;
}
.sxy a span{
	display: inline-block;
	background: url(../img/sxy.png) no-repeat;
	width: 81px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
	padding-left: 16px;
}
.sxy a code{
	font-size: 14px;
	color: #666666;
}
.fr{
	float: right;
}

.gary{
	background-color: #f6f6f6;
}

.solution{
	margin-top: 80px;
}
.solution1{
	width: 100%;
	max-width: 954px;
	margin: 0 auto;
}
.solution2{
	font-size: 40px;
	color: #00469c;
	text-align: center;
	line-height: 1;
}
.solution3{
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 28px;
	margin-top: 16px;
}
.solution4{
	margin-top: 18px;
	font-size: 0;
	text-align: center;
}
.solution5{
	background: url(../img/solution_bg.jpg) center no-repeat;
	padding: 153px 0 90px;
	margin-top: 70px;
}
.solution6{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.solution_right{
	float: right;
	font-size: 0;
	width: 49%;
}
.solution_left{
	float: left;
	width: 47%;
}
.solution_left1{
	font-size: 40px;
	color: #00469c;
	line-height: 1;
	margin-top: 35px ;
}
.solution_left2{
	margin-top: 40px;
	font-size: 20px;
	color: #333333;
}
.solution_left2 img{
	vertical-align: middle;
	margin-right: 9px;
}
.solution_left3{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}

.newsde{
	background-color: #f5f5f5;
	padding: 40px 0 60px;
}
.newsde1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.newsde_left{
	float: left;
	width: 73%;
	background-color: #FFFFFF;
	padding: 40px 25px 54px;
	border-radius: 8px;
}
.newsde_left1{
	font-size: 30px;
	color: #333333;
	padding: 0 15px 23px;
	border-bottom: 1px dashed #dadada;
	line-height: 36px;
	font-weight: bold;
}
.newsde_left1 img{
	vertical-align: middle;
}
.newsde_left2{
	margin-top: 9px;
}
.newsde_left2 ul li{
	list-style-type: none;
	margin-top: 30px;
	padding: 0 9px 27px;
	border-bottom: 1px dashed #d9d9d9;
	overflow: hidden;
	transition: all .5s;
}
.newsde_left2 ul li:hover{
    transform: translateY(-10px);
}
.newsde_left3{
	width: 66px;
	float: left;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 40px;
}
.newsde_left3 span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #015fa6;
}
.newsde_left3 code{
	display: inline-block;
	width: 100%;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background-color: #ededed;
}
.newsde_left4{
	float: left;
	font-size: 0;
	margin-left: 20px;
	overflow: hidden;
	width: 260px;
	height: 160px;
}
.newsde_left4 img{
    transition: all .5s;
}

.newsde_left2 ul li:hover .newsde_left4 img{
    transform: scale(1.1);
}
.newsde_left2 ul li:hover .newsde_left5a{
    color: #00469c;
}

.newsde_left5{
	float: right;
	max-width: 520px;
}
.newsde_left5a{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-top: 12px;
}
.newsde_left5a a{
	color: #333333;
}
.newsde_left5b{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-top: 12px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsde_left5c{
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.newsde_left5c img{
	vertical-align: middle;
}
.newsde_left5c a{
	float: right;
	display: inline-block;
	background-color: #f5f5f5;
	width: 46px;
	text-align: center;
	font-size: 14px;
	color: #015fa6;
	border-radius: 3px;
}

.newsde_right{
	float: right;
	width: 24.6%;
	background-color: #FFFFFF;
	padding: 40px 25px 40px;
	border-radius: 8px;
}
.newsde_right1{
	margin-top: 25px;
	overflow: hidden;
}
.newsde_right1a{
	float: left;
	font-size: 0;
	width: 40.2%;
}
.newsde_right1b{
	float: right;
	width: 56.8%;
}
.newsde_right1b1{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsde_right1b2{
	font-size: 14px;
	color: #999999;
	line-height: 1;
	margin-top: 8px;
}
.newsde_right2{
	margin-top: 25px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.newsde_right2a{
	float: left;
	width: 7px;
}
.newsde_right2b{
	float: right;
	width: calc(100% - 15px);
}
.newsdeta{
	float: left;
    width: 72%;
}
.newsdeta11{
    width: 100%;
}
.newsdeta1{
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 45px 25px 36px;
}
.newsdeta2{
	font-size: 30px;
	color: #333333;
	line-height: 1;
}
.newsdeta3{
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.newsdeta3 img{
	vertical-align: middle;
}
.newsdeta3 span{
	margin-right: 16px;
}
.newsdeta4{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.newsdeta4>video{
    margin-top: 20px;
    max-width: 100%;
}
.newsdeta4 iframe{
    margin-top: 20px;
    width: 100%;
    height: 600px;
    max-width: 100%;
}
.newsdeta4 p{
	margin-top: 20px;
}
.newsdeta4 img{
	display: block;
	margin: 0 auto;
}

.aboutus{
	padding: 72px 0 96px;
}
.aboutus1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.aboutus2{
	font-size: 40px;
	color: #00469c;
	text-align: center;
	line-height: 1;
}
.aboutus3{
	overflow: hidden;
	margin-top: 50px;
	padding: 10px;
}
.aboutus_left{
	float: left;
	box-shadow: 0 0 10px #e3e3e3;
	width: 47%;
	padding: 1px 30px 40px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.aboutus_left p{
	margin-top: 32px;
}
.aboutus_right{
	float: right;
}

.reputation{
	
}
.reputation ul{
	overflow: hidden;
	padding: 10px;
}
.reputation ul li{
	list-style-type: none;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 50px;
	padding: 20px 14px 30px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #e2e2e2;
}
.reputation ul li:nth-child(3n){
	margin-right: 0;
}
.reputation1{
	font-size: 0;
	text-align: center;
}
.reputation1 img{
	height: 190px;
}
.reputation2{
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid #e3e3e3;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.contact3{
	margin-top: 66px;
}
.contact3 ul{
	overflow: hidden;
}
.contact3 ul li{
	list-style-type: none;
	float: left;
	width: 25%;
}
.contact4{
	font-size: 0;
	text-align: center;
}
.contact5{
	margin-top: 12px;
}
.contact5a{
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 1;
}
.contact5b{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	max-width: 80%;
	margin: 10px auto 0;
}
.map{
	margin-top: 40px;
}

.language{
    float: right;
    position: relative;
    line-height: 36px;
    margin-left: 36px;
}
.language span{
    font-size: 16px;
    color: #FFFFFF;
}
.language em{
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 6px;
    margin-right: -14px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ccc;
}
.language1{
    display: none;
    position: absolute;
    top: 100%;
    left: 1px;
    width: 90px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    text-align: left;
    border-radius: 4px;
}
.language1 a{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.language:hover .language1{
    display: block;
}

.cb{
    position: fixed;
    right: 0px;
    top: 10%;
    z-index: 99;
    font-size: 0;
}
.cb a{
    display: block;
    margin-top: 2px;
}



.box{width:310px;margin:100px auto;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{height:310px;width:310px;}
.tb-s310, .tb-s310 img{max-height:310px;max-width:310px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:40px;width:40px;}
.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:40px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../img/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.bigimg{width: 750px;max-width: 1000%;}


.download{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0;
}
.download ul{
    overflow: hidden;
}
.download ul li{
    list-style-type: none;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding: 10px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.download ul li:nth-child(4n){
    margin-right: 0;
}
.download1{
    overflow: hidden;
}
.download2{
    width: 100px;
    float: left;
}
.download3{
    float: right;
    width: calc(100% - 116px);
}
.download3a{
    color: #333;
    font-size: 16px;
}
.download3b{
    color: #999;
    margin: 10px 0;
    font-size: 12px;
}
.download3c{
    font-size: 14px;
}
.download3c a{
    color: #c30d23;
}
.download4{
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 14px;
    color: #999;
    line-height: 60px;
}
.download4 span{
    float: right;
}

.fr{
    float: right;
}
























