@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: microsoft yahei;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #1048a0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 80;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 12px;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main li a {
	color: #333333;
	cursor: pointer;
}
.top_main li a:hover {
	color: #1048a0;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
}
.language-change {
	color: red;
}
/*header_main*/
.header_main {
	width: 100%;
	height: 191px;
	z-index: 100;
	background: #fff;
}
.header_main .logo {
	width: 388px;
	height: 191px;
	display: block;
/*	margin-top: 10px;*/
}
.header_main .logo img {
	width: 388;
	height: 191;
	display: block;
}
.header_main .tel {
	width: 300px;
	padding: 32px 0 0 0;
	line-height: 26px;
	margin-left: 30px;
}
.header_main .tel span {
	font-size: 30px;
	font-weight: bold;
	color: #0185d0;
	font-family: arial;
}
.header_main .tel s {
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}
.header_main .search {
	width: 300px;
	height: 41px;
	line-height: 41px;
	margin-top: 38px;
	border: 2px solid #1048a0;
	position: relative;
	float: right;
}
.header_main .search * {
	font-family: arial;
}
.header_main .search .sbtn {
	width: 100px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
	background: #1048a0;
	cursor: pointer;
}
.header_main .search .stxt {
	width: 200px;
	padding-left: 10px;
	height: 41px;
	line-height: 41px;
	border: 0px;
	background: none;
	outline: none;
	color: #999;
}
.nav_main {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #004bba;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	width: 170px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-right: 1px solid #0b2d7e;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 1px solid #0b2d7e;
	background: none;
}
.nav_main .nav li:first-child.hover {
	background-color: #133072;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft Yahei;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #133072;
}
.nav_main .nav dl {
	width: 169px;
	background: #edeef0;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 12;
/*	border: 1px solid #0185d0;*/
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 20px;
	height: 45px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #333333;
	font-size: 12px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #133072;
	color: #fff;
}
.nav_main .nav dl dd .three {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd .three {
	position: absolute;
	left: 158px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../images/menu_bg.png) 12px 10px no-repeat;
}
.nav_main .nav dl dd .three a {
	color: #fff;
	width: 140px;
	font-size: 14px;
	background: #0185d0;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #1048a0;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}
.nav_main .nav dl dd .three a:hover {
	background: #1048a0;
	color: #fff;
}
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 45px;
}
#banner_main .banner {
	height: 650px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 650px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 42px;
	z-index: 3;
}
#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-position: -150px 0px;
}
#banner .tip span.cur {
	background-position: -130px 0px;
}
#banner #btn_prev, #banner #btn_next {
	width: 32px;
	height: 50px;
	position: absolute;
	top: 250px;
	z-index: 5;
}
#banner #btn_prev {
	background-position: -60px 0;
	left: 10%;
	transition: all 600ms ease;
}
#banner #btn_next {
	background-position: -92px 0;
	right: 10%;
	transition: all 600ms ease;
}
#banner #btn_prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	left: 11.6%;
}
#banner #btn_next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	right: 11.6%;
}
/*footer*/
.dff {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background:  #1d2087;
    height:270px;
    overflow: hidden;
}

.df_con {
    width: 1200px;
    margin: 0 auto;height: 230px;overflow: hidden;
    padding-top:43px;
}
.benx {
    line-height: 40px;
    margin-top: -80px;
}
.benx a {
    color: #ffffff;
}
.cop {
    color: #ffffff;
    text-align: center;
    line-height: 22px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:before {
    display: table;
    content: " ";
}
.wh{width: 1200px;margin: 0 auto;}
.dff1 {
    width: 515px;
    float: left;
}
.dff2 {
    float: left;
    margin-left: 92px;
    text-align: center;
    line-height: 30px;
    color: #deecff;
    font-size: 14px;
    margin-top: 42px;
}

.dff3 {
    float: left;
    color: #fff;
    width: 420px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
    zoom: 1;
}

.dao {
margin: 0;
    padding: 0;
    border: 0;
} 
.dao li h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.dao li {
    float: left;
    width: 180px;
    list-style: none;
color: #ffffff;
}
.dao li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
}
/*copyright*/
.copyright {
	height: 57px;
	line-height: 57px;
	color: #999999;
	font-size: 12px;
	background: #101010;
	border-top: 1px solid #434343;
}
.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.copyright a {
	color: #999999;
}
.copyright a:hover {
	color: #fff;
}
/*******index css*******/
.indexTit {
	color: #1048a0;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 56px;
}
.indexTit .en {
	text-transform: uppercase;
	line-height: 35px;
	font-family: didot;
	font-size: 24px;
}
.indexTit h3 {
	font-size: 24px;
	color: #835026;
}
.index .in_title {
	padding-top: 40px;
}
.index .in_title .entit {
	margin-bottom: 12px;
	font: normal 45px "AvantGarde Bk BT";
	color: #666;
	text-align: center
}
.index .in_title .tit {
	width: 400px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #1048a0;
}
.index .in_title .tit span {
	float: left;
	margin-left: 40px;
}
.index .in_title .tit em {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 16px;
	background: #ccc;
}
.index .tab {
	text-align: center;
	padding-top: 45px;
}
.index .tab a {
	padding: 0 16px;
	height: 40px;
	width:200px;
	line-height: 40px;
	background: #1048a0;
	font-size: 18px;
	display: inline-block;
	margin: 0 20px;
	color: #fff;
	margin-bottom: 20px;
}
.index .tab a:hover {
	background: #0185d0;
}
.index .more {
	margin-top: 45px;
}
.index .more .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.index .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.index .more .look_more:hover {
	background: #1048a0;
	color: #fff;
	transition: all .5s;
	border: 1px solid #1048a0;
}
#floor_2_main {
	background: #fff;
	padding-bottom: 45px;
}
#floor_2_main .floor_2 {
	padding-bottom: 45px;
}
#floor_2_main .floor_2 .title {
}
#floor_2_main .proCenter .list {
	width: 106%;
	margin-top: 38px;
}
#floor_2_main .proCenter .list li {
	float: left;
	width: 380px;
	height: 420px;
	margin-top: 30px;
	margin-right: 30px;
	background: #f6f6f6;
	transition: all .5s;
}
#floor_2_main .proCenter .list li a {
	display: block;
	padding: 38px 30px 0 30px;
}
#floor_2_main .proCenter .list li img {
	width: 320px;
	height: 320px;
}
#floor_2_main .proCenter .list li .tit {
	height: 56px;
	font-size: 20px;
	text-align: center;
}
#floor_2_main .proCenter .list li:first-child {
	margin-left: 0px;
}
#floor_2_main .proCenter .list li .title {
	margin-top: 12px;
}
#floor_2_main .proCenter .list li .tit {
	color: #333;
}
#floor_2_main .proCenter .list li em {
	width: 100px;
	height: 26px;
	background: url("../images/em.png") no-repeat;
	transition: all .5s;
}
#floor_2_main .proCenter .list li:hover {
	background: #1048a0;
}
#floor_2_main .proCenter .list li:hover .tit {
	color: #fff;
}
#floor_2_main .proCenter .list li:hover em {
	width: 100px;
	height: 26px;
	background: url("../images/em1.png") no-repeat;
	transition: all .5s;
}
#floor_2_main .proCenter .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
.clearfix {
    zoom: 1;
}
.ads li {
    width: 376px;
    height: 418px;
    float: left;
    margin-right: 35px;
    margin-top: 30px;
}
.ads li:nth-child(3n){
  margin-right: 0;
}
a {
    text-decoration: none;
    outline: none;
}
.ads li h3 {
     height: 45px;
    width: 312px;
    border: 1px solid #d3d3d3;
    border-top: none;
    font-size: 16px;
    line-height: 45px;
    padding-left: 10px;
    color: #ffffff;
    font-weight: 400;
    /* background: url(../picture/sanjiao.png)no-repeat 315px center; */
    background-color: #133072;
}
/*slip*/
.sanjiao {
float: right;
    /* margin-bottom: 10px; */
    margin-top: -46px;
    margin-right: 5px;
}
.cpimg {
width: 368px;
height: 362px;
border: 2px solid #c6c6c6;
margin-bottom: 5px;
}
.index_slip {
	height: 180px;
	background: url("../images/ixbannerbg1.png") no-repeat center center;
}
.index_slip .slip_tit {
	width: 772px;
}
.index_slip .slip_tit .tit1 {
	padding-top: 52px;
	font: bold 22px "microsoft yahei";
	color: #64c5ff;
}
.index_slip .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 20px;
	color: #fff;
}
.index_slip .slip_btn {
	display: block;
	margin-left: 124px;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../images/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 56px;
	text-align: center;
	color: #10479f;
}
.index_slip1 {
	background: url("../images/ixbannerbg.jpg") no-repeat center center;
}
.index_slip1 .slip_tit {
	width: 900px;
}
.index_slip1 .slip_btn {
	margin-left: 94px;
}
.index_slip .slip_btn:hover {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}
.index_slip1 .slip_btn:hover {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.brand_list {
    margin-top: 60px;
}
.brand_list ul {
    list-style: none;
}
.brand_list li {
    float: left;
    width: 291px;
    height: 485px;
    background: #fff;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}
.c {
    clear: both;
}
.default-img {
margin-top: 20px;
}
.about {
height: 910px;
background: url("../images/aboutbj.webp")  no-repeat;
padding: 115px;
}
.aboutnr {
width: 1200px;
height: 150px;
margin: 0 auto;
font-size: 16px;
color: #fff;
line-height: 25px;
}
.gywman {
	display: block;
	width: 108px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	transition: all .5s;
	background: #ffffff;
	margin-left: 772px;
	margin-top: 13px;
}
.gywmkj{
    width: 1200px;
}
.gyvido {
width: 728px;
height: 405px;
background: #950d0b;
margin-top: 42px;
margin-left: 245px;
}
.tuandui {
width: 457px;
height: 405px;
float: right;
margin-right: 243px;
margin-top: -404px;
}
.tuandui1{
width: 457px;
height: 200px;
background: red;
}
.kongxi {
height: 4px;
width: 457px;
}
.gczp {
width: 1200px;
height: 310px;
margin-left: auto;
margin-right: auto;
margin-top: -335px;
margin-bottom: 29px;
}
.huanjingdt {
	background: red;
 float:auto;
 width:400px;
 height: 310px;
}
.huanjingxt {
	width: 780px;
	height: 310px;
	float: right;
    margin-top: -310px;
}
.video {
width: 720px;
}
.gcimg {
margin-left: 6.2px;
}
/*工程案例*/
#floor_4_main {
/*	padding-bottom: 15px;*/
}
#floor_4_main .floor_4 {
}
#floor_4_main .proCase {
	position: relative;
}
#floor_4_main .proCase .list {
	width: 106%;
}
#floor_4_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 380px;
	height: 305px;
	margin-right: 30px;
	border: 1px solid #ddd;
	background: #fff;
	transition: all ease 600ms;
}
#floor_4_main .proCase .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 80px;
}
#floor_4_main .proCase .list li a img {
	display: block;
	width: 320px;
	height: 240px;
}
#floor_4_main .proCase .list li .title {
	margin-top: 20px;
}
#floor_4_main .proCase .list li .tit {
	font-size: 20px;
	color: #333;
}
#floor_4_main .proCase .list li .cont {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}
#floor_4_main .proCase .list li .view_detail {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #1048a0;
	color: #fff;
}
#floor_4_main .proCase .list li:hover {
	border: 1px solid #1048a0;
	background: #1048a0;
	transition: all ease 600ms;
}
#floor_4_main .proCase .list li:hover .tit {
	color: #fff;
}
#floor_4_main .proCase .list li:hover .cont {
	color: #c1d4f1;
}
#floor_4_main .proCase .list li:hover .view_detail {
	background: #fff;
	color: #1048a0;
}
#floor_4_main .proCase .hd {
	position: absolute;
	width: 100%;
}
#floor_4_main .proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	left: -80px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms;
}
.Index_tit{ text-align:center;}
.Index_tit h3{ font-size:40px; background:url(../images/tit_bg.png) no-repeat center; font-weight:bold;}
.Index_tit h4{ font-size:16px; color:#666; margin-top:10px; letter-spacing:1px;}
.Index_tit1{ text-align:center;}
.Index_tit1 h3{ font-size:40px; color:#fff; background:url(../images/tit_bg1.png) no-repeat center; font-weight:bold;}
.Index_tit1 h4{ font-size:16px; color:#fff; margin-top:10px; letter-spacing:1px; opacity:0.8;}

.Index_ys{  padding-top:80px;padding-bottom: 45px;}
.Index_ys .ys1{ background:url(../images/ys_bg1.jpg) no-repeat center; height:400px; margin-top:60px;}
.Index_ys .ys2{ background:url(../images/ys_bg2.jpg) no-repeat center; height:400px;}
.Index_ys .ys3{ background:url(../images/ys_bg3.jpg) no-repeat center; height:400px;}
.Index_ys .ys4{ background:url(../images/ys_bg4.jpg) no-repeat center; height:400px;}
.Index_ys .ys_Inf{ width:550px; margin-left:17px; padding-top:120px;}
.Index_ys .ys2 .ys_Inf{ width:550px; margin-left:657px; padding-top:120px;}
.Index_ys .ys3 .ys_Inf{ width:550px; margin-left:17px; padding-top:120px;}
.Index_ys .ys4 .ys_Inf{ width:550px; margin-left:657px; padding-top:120px;}
.Index_ys .ys_Inf h3{ font-size:24px; font-weight:bold; color:#ffffff;}
.Index_ys .ys_Inf h4{ font-size:14px; color:#b3b3b3; text-transform:uppercase; padding:5px 0 30px 0;}
.Index_ys .ys_Inf p{ color:#ffffff; line-height:26px; padding-top: 30px; font-size:15px; background-size:10px;}
.Index_ys .ys_Inf h5{ margin-top:30px; text-align:center;}
.Index_ys .ys_Inf h5 a{ display:block; width:150px; height:40px; line-height:40px; border:1px solid #ccc; color:#666; font-size:15px;}
.Index_ys .ys_Inf h5 a:hover{ background:#137440; border-color:#137440; color:#fff;}

/*新闻动态*/
#floor_5_main {
	padding-top: 45px;
	padding-bottom: 45px;
	background: #fff;
}
#floor_5_main .inews {
	position: relative;
	margin-top: 20px;
}
#floor_5_main .ulWrap .list {
	width: 100%;
	height: 580px;
}
#floor_5_main .ulWrap .list li {
	display: block;
	float: left;
	width: 582px;
	height: 148px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 30px;
	margin-right: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_5_main .ulWrap .list li a {
	display: block;
	height: 150px;
}
#floor_5_main .ulWrap .list li .time {
	width: 66px;
	margin-top: 40px;
	margin-left: 30px;
}
#floor_5_main .ulWrap .list li .time .day {
	font: normal 60px "arial";
	color: #999;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_5_main .ulWrap .list li .time .year {
	margin-top: 8px;
	font: normal 16px "arial";
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_5_main .ulWrap .list li .title {
	display: block;
	width: 420px;
	margin-top: 40px;
	margin-left: 14px;
}
#floor_5_main .ulWrap .list li .title .tit {
	font-size: 20px;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_5_main .ulWrap .list li .title .cont {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_5_main .ulWrap .list li:hover {
	background: #1048a0;
	border: 1px solid #1048a0;
}
#floor_5_main .ulWrap .list li:hover .time .day {
	color: #c1d4f1;
}
#floor_5_main .ulWrap .list li:hover .time .year {
	color: #c1d4f1;
}
#floor_5_main .ulWrap .list li:hover .title .tit {
	color: #fff;
}
#floor_5_main .ulWrap .list li:hover .title .cont {
	color: #c1d4f1;
}
#floor_5_main .inews .hd {
	position: absolute;
	width: 100%;
	top: 100%;
}
#floor_5_main .inews .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -308px;
	left: -80px;
	transition: all ease 600ms;
}
#floor_5_main .inews .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -308px;
	right: -80px;
	transition: all ease 600ms;
}
#floor_5_main .inews .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms;
}
#floor_5_main .inews .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms;
}
.news_listx {
    margin-top: 30px;
}

.news_listx li {
    position: relative;
    margin-right: 10px;
    width: 376px;
    margin-left: 12px;
    float: left;
}

.news_listx li a.imgx img {
    width: 376px;
    height: 270px;
}

.news_listx li a.imgx {
    display: block;
}

.news_listx li a {
    line-height: 27px;
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
    display: block;
}

.news_listx li a:hover {
    text-decoration: none;
    color: #1d2087;
}

.news_listx li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_listx li b {
    line-height: 27px;
    color: #777777;
    font-size: 14px;
    margin-top: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.time {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 15px;
    background: rgba(29,32,135,.8);

}

.time1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 5px;
}

.time2 {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.benx{
   line-height: 40px;
}
/*联系我们*/
.home_formBook { background: #e9eef1 url(./images/contact_bg_02.jpg) no-repeat right/cover; color: #333333; text-align: left;    height: 575px; }

.home_formBook .row .left_contact .tit { padding-bottom: 50px; }

.home_formBook .row .left_contact .bottom_contacts .item { margin-top: 10px; }

.home_formBook .row .left_contact .bottom_contacts .item span { margin-left: 7px; }

.home_formBook .row .right_form .shadow_box .form_title { color: #333333; font-weight: bold; margin-top: 66px;}

.home_formBook .row .right_form .shadow_box .form_title a { color: #f6b2b5; }

.home_formBook .row .right_form .shadow_box form table { width: 100%; margin: 0 auto; text-align: left; }

.home_formBook .row .right_form .shadow_box form table tr td { padding-top: 10px; }

.home_formBook .row .right_form .shadow_box form table tr td span { color: #333333; margin-bottom: 10px; font-size: 16px; display: inline-block; font-weight: bold; }

.home_formBook .row .right_form .shadow_box form table tr .td_name, .home_formBook .row .right_form .shadow_box form table tr .td_Email { width: 50%; }

.home_formBook .row .right_form .shadow_box form table tr .td_name input, .home_formBook .row .right_form .shadow_box form table tr .td_Email input { width: 90%; }

.home_formBook .row .right_form .shadow_box form table tr .td_Email span { margin-left: 2%; }

.home_formBook .row .right_form .shadow_box form table tr .td_Email input { float: right; }

.home_formBook .row .right_form .shadow_box form input.item { color:#333333; padding: 5px 40px; margin-top: 40px; background-color: transparent; font-size: 16px; font-weight: bold; border: 1px solid #333333; }

.home_formBook .row .right_form .shadow_box form input.item:last-child { margin-left: 15px; }

.home_formBook .row .right_form .shadow_box form input.item:hover { background-color: #d50404; border-color: #d50404; }
.container1 { width: 1200px; padding-top: 30px;margin-left: auto;margin-right: auto;}
.justify_c_sb { justify-content: space-between; }
.col-md-4 {
    max-width: 33.33333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
}
.col-md-6_u_1percent {
    max-width: 51%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51%;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    float: right;
    margin-top: -322px;
}
.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}
/*******内页样式********/
.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.submian {
	padding-bottom: 30px;
}
.submian .sobtitle {
	height: 30px;
	line-height: 30px;
	padding: 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}
.submian .sobtitle s {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-position: -129px -30px;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #333
}
.submian .sobtitle a:hover {
	color: #1048a0;
}
.submian .sobtitle a.now {
	color: #1048a0;
	font-size: 14px;
	font-weight: bold;
}
.submian .sobtitle a.now:hover {
	text-decoration: underline;
}
.submian .subleft {
	width: 245px;
}
.submian .subleft .title {
	background: url(../images/bg5.jpg) no-repeat left;
	height: 102px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 29px;
}
.submian .subleft .title h2 {
	line-height: 102px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.submian .subleft .title i {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
}
.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}
.submian .subleft .bor9 {
	border-bottom: 9px solid #eaeaea;
}
.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 10px;
}
.submian .subleft .lefta .comt {
	background: #fff;
}
.submian .subleft .lefta .comt ul {
	border: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li a {
	background: #fff url(../images/tb9.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.dorp_con {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 245px;
    z-index: 1000;
    margin-left: 245px;
    margin-top: -61px;
}
.dorp:hover .dorp_con{display:block;}
.submian .subleft .lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	background: #1048a0 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover a {
	background: #1048a0 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}
.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold;
}
.submian .subleft .lefta .comt1 ul li a {
	background: #fff url(../images/jia.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt1 ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt1 ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt1 ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt1 ul li:hover a, .submian .subleft .lefta .comt1 ul li.hover a {
	background: #1048a0 url(../images/jia1.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt1 ul li.hover a {
	background: #1048a0 url(../images/jian.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: none;
}
.submian .subleft .lefta .comt ul li .boxlist li {
	line-height: 50px;
	background: #b1aeae;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 45px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;
	border-top: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #1048a0;
	font-weight: bold
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
.submian .subright .anlitopH4 {
	background: #fff;
}
.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}
.submian .subright .anlitopH4 span {
	border-left: 5px solid #1048a0;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #1048a0;
	font-weight: bold;
	font-size: 14px;
}
.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}
.submian .subright .divanli ul {
	width: 105%;
	height: 185px;
}
.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px;
}
.submian .subright .divanli ul li:first-child {
	margin-left: 0;
}
.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}
.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}
.submian .subright .divanli ul li a:hover img {
	border-color: #007eb9;
}
.submian .subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold;
}
.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}
.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}
.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}
.submian .subright .divremmnews ul li a:hover {
	color: #1048a0;
}
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
}
.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}
.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}
.map_ul .list-inline {
	display: block;
	margin-left: 14%;
	width: 80%;
	min-height: 30px;
}
.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}
.map_ul .list-inline a:hover {
	background: #1048a0;
	color: #fff;
}
.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000;
}
.submian .subleft .adv a img {
	display: block;
	width: 100%;
}
.submian .subleft .adv a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.submian .subleft .leftnews {
	margin-bottom: 10px;
}
.submian .subleft .leftnews .title {
	height: 42px;
	padding-left: 52px;
	padding-top: 18px;
}
.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}
.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}
.submian .subleft .leftnews .leftcont {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1048a0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont span {
	line-height: 24px;
	font-size: 12px;
	padding-top: 10px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont p {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	line-height: normal;
}
.submian .subleft .leftnews .leftcont p i {
	font-size: 22px;
	color: #1048a0;
	display: block;
}
.submian .subright {
	width: 920px;
	padding-bottom: 20px;
	line-height: 28px;
}
.submian .subright .aboutlist {
	color: #666;
}
.submian .subright img {
	max-width: 920px;
}
.submian .subright .newslist .textlist li {
	padding: 25px 0px 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px;
}
.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer;
}
.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block;
}
.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a p {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist li a b {
	color: #1048a0;
	font-size: 14px;
}
.submian .subright .newslist .textlist li a:hover b {
	color: #1048a0;
}
.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .newslist .textlist2 li {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist2 li a {
	display: block;
}
.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%;
}
.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}
.submian .subright .newslist ul li a:hover span {
	color: #777;
}
.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}
.submian .subright .caselist ul li a {
	display: block;
}
.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}
.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}
.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold;
}
.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}
.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #007eb9;
}
.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}
.submian .subright .caselist ul li a:hover span {
	color: #777;
}
.submian .subright .mess {
	background: #fff;
	padding: 0px 40px 30px;
	width: 596px;
	margin-left: 80px;
}
.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}
.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px;
}
.submian .subright .mess .left {
}
.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: none;
	color: #1048a0;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #1048a0;
}
.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
}
.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
	text-indent: 10px;
}
.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
*padding-top:20px;
}
.submian .subright .mess .right input, .submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: none;
	background: #1048a0;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}
.submian .subright .mess .right a {
	color: #333;
	background: #ffcc00;
	float: right
}
.submian .subright .mess .right a:hover {
	background: #cda503;
}
.submian .subright .mess .right input:hover {
	background: #2bba72;
}
.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.honorlist ul.list li.item {
	float: left;
	width: 296px;
	margin-bottom: 30px;
	margin-right: 14px;
}
.honorlist ul.list li.item a:hover img {
	opacity: 0.8;
}
.honorlist ul.list li.item a:hover span {
	color: #fff;
}
.honorlist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.honorlist ul.list li.item img {
	width: 100%;
	display: block;
	padding: 1px;
}
.list_imgH ul.list li.item {
	width: 286px;
	margin-right: 30px;
}
.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}
.list_imgH ul.list li.item a:hover {
	background: #1048a0;
}
.list_imgH ul.list li.item img {
	display: block;
	width: 284px;
	height: 284px;
}
.item_mask {
	width: 284px;
	height: 284px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.submian .t {
	padding: 0 0 25px;
	color: #1048a0;
	font-size: 18px;
}
.submian .t2 {
	padding: 25px 0;
	color: #1048a0;
	font-size: 24px;
}
/*产品参数*/
/*product photos*/

.product-intro {
	position: relative;
	overflow: hidden;
}
.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}
.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}
.cloud-zoom-big {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0px;
}
.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
.product-view .product-image.zoom_remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.product-view {
	position: relative;
	width: 38%;
	float: left;
}
.product-view .product-image {
	position: relative;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background-color: #f6f6f6;
}
.product-view .product-image img {
	position: relative;
	width: 100%;
}
.product-view .image-additional {
	position: relative;
	width: 100%;
	margin: 20px 0;
}
.product-view .image-additional ul {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.product-view .image-additional li {
	position: relative;
	margin: 0 0 0 0;
	padding: 1px;
	display: none;
}
.product-view .image-additional li.single {
	display: none;
}
.product-view .image-additional li img {
	position: relative;
	    width: 80px;
    height: 80px;
	padding: 1px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.product-view .image-additional li a {
	position: relative;
	display: block;
 padding: 0 .18rem;
}
.product-view .image-additional li.current img {
	border-color: #041e41;
	outline: 1px solid #041e41;
	background-color: #fff;
	    width: 80px;
    height: 80px;
}
.product-view .image-additional img.popup {
	display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
	top: 50%;
 margin: -.1rem 0 0;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev, .image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	margin: 0;
	padding: 0;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -5%;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	right: -5%;
}
.product-view .image-additional .owl-loaded li {
	display: block;
}
.owl-carousel {
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item {
	float: left;
	min-height: 1px;
	position: relative;
	overflow: hidden;
}
.owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
}
.owl-carousel .owl-controls {
	height: 0;
	overflow: visible;
}
.owl-stage {
	position: relative;
}
.owl-loaded .slide-item {
	display: block;
}
.owl-dots .owl-dot, .owl-prev, .owl-next {
	cursor: pointer;
}
.owl-carousel .owl-controls .owl-nav {
	position: absolute;
	left: 0;
 top:-.5rem;
	width: 100%;
	text-align: right;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
	position: relative;
	display: inline-block;
 font-size:2.00rem;
 line-height:.25rem;
 padding:0 .08rem;
 border-radius:.05rem;
	margin: 0 3px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	margin-right: 17px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	color: #fad216;
	background: #00598b;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
	content: "\f104";
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: "\f105"
}
.owl-carousel .owl-controls .owl-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	background: #a5b7c2;
}
.owl-carousel .owl-controls .owl-dots .active {
	background: #fad216;
}
.owl-prev.disabled:hover, .owl-next.disabled:hover, .owl-prev.disabled, .owl-next.disabled {
	background-color: transparent;
	cursor: default;
	filter: alpha(opacity=0);
	opacity: 0;
}
.owl-prev.disabled:hover, .owl-next.disabled:hover, .owl-prev.disabled, .owl-next.disabled {
	background-color: transparent;
	cursor: default;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* transition */
.owl-nav, .owl-nav .owl-prev, .owl-nav .owl-next, .gotop, .nav > li > a:before, .nav-bar .nav > li:before, .foot-social li img, .head-social li img, .nav-bar .nav li .nav-ico:before, .mobile-head-item .middle-content-wrap, .gotop, .gm-delay, .read-more, .pages a, .product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy, .subscribe-form .subscribe-btn, .head-contact .head-phone:before, .head-contact .head-email:before, .search-title, .nav li a:after, .index-product-more, .index-case-more, .case-item .case-img img, .ad_banner .more, .index-product-more a, .review-items .owl-prev:before, .review-items .owl-next:before, .review-item .item-wrap, .company-content .more, .foot-item.foot-item-list li, .nav-bar .nav li li a, .skype-container li, .index-contact .contact-button, .product-item .item-inquiry, .synopsis-item .item-img, .synopsis-item .item-img img {
	-moz-transition: all 0.3s ease-in-out;
	/* -webkit-transition: all 0.3s ease-in-out; */
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	/* transition: all 0.3s ease-in-out; */
}
.product-summary {
	position: relative;
	width: 58%;
	float: right;
}
.product-summary .product-meta {
	line-height: 25px;
	font-size: 16px;
}
.product-summary .product-meta h3 {
	/*font-family: 'SourceSansProSemibold';*/
	margin: 0 0 10px;
	font-size: 20px;
}
.product-btn-wrap {
	position: relative;
	margin: 20px 0 0;
}
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy {
	position: relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	background: #13adeb;
	border: 1px solid #13adeb;
	color: #FFF;
 margin: 0 20px .05rem 0;
}
.product-btn-wrap .email:before, .product-btn-wrap .pdf:before, .product-btn-wrap .buy:before {
 margin-right: .05rem;
}
.product-btn-wrap .buy {
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 30px;
}
.product-btn-wrap .email:before {
	content: "\f0e0";
	padding: 0 3px 0 0;
}
.product-btn-wrap .pdf:before {
	content: "\f1c1";
	padding: 0 3px 0 0;
}
.product-btn-wrap .email:hover, .product-btn-wrap .pdf:hover, .product-btn-wrap .buy:hover {
	background: none;
	color: #13adeb;
}
.product-summary .share-this {
 margin: .4rem 0 0;
	text-align: right;
}
.tp-leftarrow:before, .tp-rightarrow:before, .nav-bar .nav li .nav-ico:after, .mobile-head-item .title:before, .mobile-head-item .title a:before, .gotop:after, .owl-prev:before, .owl-next:before, .foot-social ul li a:before, .path-bar li a:before, .side-cate .icon-cate:before, .product-btn-wrap .email:before, .product-btn-wrap .pdf:before, .head-phone:before, .head-email:before, .gotop:before, .path-bar li:after, .foot-item li:before, .nav > li:after, .owl-prev:before, .owl-next:before, .download-item .item-button:before, .faq-item .faq-title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
}
@font-face {
	font-family: 'SourceSansProBlack';
	src: url('fonts/SourceSansPro/SourceSansPro-Black.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProBlackIt';
	src: url('fonts/SourceSansPro/SourceSansPro-BlackIt.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProBold';
	src: url('fonts/SourceSansPro/SourceSansPro-Bold.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProBoldIt';
	src: url('fonts/SourceSansPro/SourceSansPro-BoldIt.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProExtraLight';
	src: url('fonts/SourceSansPro/SourceSansPro-ExtraLight.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProExtraLightIt';
	src: url('fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProIt';
	src: url('fonts/SourceSansPro/SourceSansPro-It.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProLight';
	src: url('fonts/SourceSansPro/SourceSansPro-Light.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProLightIt';
	src: url('fonts/SourceSansPro/SourceSansPro-LightIt.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProRegular';
	src: url('fonts/SourceSansPro/SourceSansPro-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProSemibold';
	src: url('fonts/SourceSansPro/SourceSansPro-Semibold.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansProSemiboldIt';
	src: url('fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon/icomoon.eot?-l21epb');
	src: url('../fonts/icomoon.eot') format('embedded-opentype'),  url('../fonts/icomoon.woff') format('woff'),  url('../fonts/icomoon.ttf') format('truetype'),  url('../fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="icon-"], [class*=" icon-"], a.with-child:after, .widget-cates li a.with-ul-tit:before, .widget-cates li.with-ul-hide a.with-ul-tit:before, .tit-ico:before, .btn-inquiry:before, .nav >li.ico-home:before, .mobile-foot-contact .head-phone span:before, .mobile-foot-contact .head-email span:before, .side-tit-ico:before {
font-family: 'icomoon';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'fontawesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),  url('../fonts/fontawesome-webfont.woff') format('woff'),  url('../fonts/fontawesome-webfont.ttf') format('truetype'),  url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.tp-leftarrow:before, .tp-rightarrow:before, .nav-bar .nav li .nav-ico:after, .mobile-head-item .title:before, .mobile-head-item .title a:before, .gotop:after, .owl-prev:before, .owl-next:before, .foot-social ul li a:before, .path-bar li a:before, .side-cate .icon-cate:before, .product-btn-wrap .email:before, .product-btn-wrap .pdf:before, .head-phone:before, .head-email:before, .gotop:before, .path-bar li:after, .foot-item li:before, .nav > li:after, .owl-prev:before, .owl-next:before, .download-item .item-button:before, .faq-item .faq-title:before {
	font-family: "fontawesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
}
/* formData */
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #1048a0;
	margin-right: 2px;
	text-align: center;
	background: #1048a0;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #1048a0;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/** 新闻中心 **/
.submian .subright .thumblist {
}
.submian .subright .thumblist .list {
	padding-bottom: 20px;
}
.submian .subright .thumblist .item {
	width: 880px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s;
}
.submian .subright .thumblist .item a {
	display: block;
}
.submian .subright .thumblist .item .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.submian .subright .thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.submian .subright .thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}
.submian .subright .thumblist .item .txt {
	width: 680px;
	cursor: pointer;
}
.submian .subright .thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.submian .subright .thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}
.submian .subright .thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .subright .thumblist .item .txt p {
	color: #666;
	line-height: 25px;
}
.submian .subright .thumblist .item .txt p span {
	display: inline-block;
	color: #1048a0;
	padding-left: 10px;
}
.submian .subright .thumblist .item a:hover .txt h3 {
	color: #1048a0;
}
.submian .subright .thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #1048a0;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}
.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	line-height: 28px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}
.submian .subright .showproduct .ArticleTencont img {
	max-width: 100%;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
.field_down {
	text-align: left;
}
.field_down a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #0267ac;
	color: #fff;
	display: block;
	text-align: center;
}

/********.toolbar*********/
.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}
.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../images/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #0185d0;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: 0 -47px;
}
.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background: #0185d0;
}
.toolbar .tel span {
	background-position: 0 0;
}
.toolbar .tel:hover {
	background: #0185d0;
}
.toolbar .code span {
	background-position: 0 -95px;
}
.toolbar .code:hover {
	background: #0185d0;
}
.toolbar .top span {
	background-position: 0 -142px;
}
.toolbar .top:hover {
	background: #0185d0;
}
.subright .searchList {
	border-top: 1px solid #ddd;
}
.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.subright .searchList li:first-child {
	border-top: none;
}
.subright .searchList li:hover a h2 {
	color: #1048a0;
	font-weight: bold;
}
.leftprocomt {
	padding-top: 10px;
}
.leftprocomt li {
	float: left;
	text-align: center;
	width: 117px;
	margin-right: 10px;
}
.leftprocomt li img {
	width: 117px;
	height: 87px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #1048a0;
}
/*******font-face********/
@font-face {
	font-family: didot;
	src: url('../font/didot.eot');
	src: url('../fonts/didot.eot')format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/didot.woff') format('woff'), /* ern Browsers */ url('../fonts/didot.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/didot.svg#didot') format('svg'); /* IE9 Compat Modes */ /* Legacy iOS */
}
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 920px;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;
}
.box {
	margin: 10px auto;
	width: 1200px;
	text-align: left;
}

.floatL {
	padding-top: 45px;
	float: left;
}

.subBox {
	padding: 0;
	margin: 0 5px;
	width: 1200px;
	overflow: hidden;
	margin-bottom: 45px;
}

.subBox ul {
	width: 100000px;
}

.subBox ul li {
	width: 300px;
	float: left;
}
.subBox ul li img {
    width: 290px;
}

.box2 {
	margin: 10px auto;
	width: 1920px;
	text-align: left;
}

.floatL2 {
	padding-top: 45px;
	float: left;
}

.subBox2 {
	padding: 0;
	margin: 0 5px;
	width: 1920px;
	overflow: hidden;
	margin-bottom: 45px;
}

.subBox2 ul {
	width: 100000px;
}

.subBox2 ul li {
	width: 310px;
	float: left;
}
.subBox2 ul li img {
    width: 300px;
        border: solid #fff;
    border-width: 2px;
}



/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#ThumbPic img.active {
	border: 3px solid #1048a0;
}
/*↑组图样式↑*/
.cpnav{
	width:585px;
	float:left;
	display:block;
}
.cpnav2{
	width:585px;
	float:right;
	display:block;
}
.cpnav img{
	width:100%;
}
/*单页联系我们*/
.page {
	width: 1200px;
margin-left: auto;
    margin-right: auto;
    background-color: #474e7c;
    padding-top: 1px;
}
.jjx {
    width: 1200px;
    margin-bottom: 20px;
}
.jjxty{
    width: 414px;
    height: 385px;
    float: left;
    margin-right: 11.33px;
}
.jjxte{
    width: 774.67px;
    float: left;
}
.jjxtes li{
    float: left;
}
.jjxtex li{
      float: left;
}
.gyal{
    width: 1920px;
    height: 400px;
    background-color: #474e7c;
    margin-top: 420px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.gytd{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.gytdy{
 width: 314px;
 height: 510px;
 float: left;
 margin-right: 10px;
}
.gytde{
    width: 876px;
     float: left;
}
.gytdes{
    width: 876px;
   float: left; 
}
.gytdex{
    width: 876px;
     float: left; 
}
.gytdes li{
   float: left; 
}
.gytdex li{
     float: left; 
}
.mylunbo{
    margin-bottom:45px;
    margin-top:1px;
    position: relative;
    width: 1920px;
    height: 650px;
    /*background-color: purple;*/
    overflow: hidden;
}
.mylunbo img{
    width:1920px;
    height:650px;
}
.mylunbo ul{
    position: absolute;
    top: 0;
    left: 0;
    width:500%;
}
.mylunbo ul li{
    float:left;
    list-style-type: none;
}
.mylunbo ol li{
    list-style-type: none;
}
.arrow-l,
.arrow-r {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;/*高度40，上移20*/
    width: 60px;
    height: 55px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 50px;
    z-index: 2;
}
.arrow-r {
    right: 200px;
}
.arrow-l {
    left: 200px;
}
.circle {
    position: absolute;
    bottom: 10px;
    left: 50%;
}
.circle li {
    float: left;
    width: 8px;
    height: 8px;
    /*background-color: #fff;*/
    border: 2px solid rgb(19 48 114);
    margin: 0 3px;
    border-radius: 50%;
    /*鼠标经过显示小手*/
    cursor: pointer;
}
.current {
    background-color: #fff;
}
a:hover{
    color:red;
}