@charset "utf-8";
/* CSS Document */
/* Author: zq */
/* Time: 2014/11/25*/

/*header*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: 0; padding:0px; margin:0px;}
ol,ul {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size:100%;}
body{ font-family:Arial,Tahoma,Verdana,sans-serif; font-size:14px; line-height:26px; color:#444444;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#10478f;text-decoration:none;}
.fl{ float:left;}
.fr{ float:right;}
.show{ display:block;}
.hide{ display:none;}
.cl{ clear:both;}
html{ overflow-x:hidden;}
*{ outline:none;}
.wd1200{ width:1200px; margin:0 auto; clear:both; height:auto;}
body a:hover,.news_shlist li a:hover,.imglist li a:hover span,.love_replay a:hover span{ color:#2d257b;}

a:hover,
a:focus {
  text-decoration: none;
}
img {
	max-width: 100%;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	position: relative;

}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #2d257b;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #f38000;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #444444;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #f38000;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color:#f38000;
}

.nav-menu .drop-down > a:after {
  /*content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;*/
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f38000;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f107";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #2d257b;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*header*/
.header{ width:100%; min-width:1200px;}
.h_t{ width:100%; height:30px; line-height:30px; border-bottom:1px solid #e8e8e8;}
.h_top{ height:30px;}
.h_Twel{display:inline; font-size:12px;}
.h_Twel a{ color:#ffffff; padding:0 3px;}
.h_Tclick{padding-left:20px;}
.h_Tclick a{ display:inline-block; padding-left:5px; padding-right:10px; font-size:12px;}
.h_Tclick a:hover{ color:#f38000;}

.h_c{ height:110px;}
.h_cen{ position:relative; height:110px;}

.t_kh{position:absolute; left:300px; top:20px;}
.t_kh .img_kh{ max-width:600px; height:80px;}
.name_company{left:156px; top:16px; position:absolute;}
.name_company .n1{ font-size:25px; color:#2d257b; font-weight:bold; border-bottom:1px solid #2d257b; line-height:40px; height:40px; }
.name_company .n2{clear:both; border-top:1px solid #2d257b; font-weight:bold; margin-top:2px; font-size:16px;}
.h_Ctel{ position:absolute; right:0; top:25px;}
.h_telR{ padding:0 0 0 60px; background:url(../images/h_telimg.png) no-repeat left bottom;}
.h_telR h2{ color:#434343;}
.h_telR p{ color:#f38000; font-size:26px; font-family:Impact;}

.h_d{ width:100%; height:50px; background-color:#2d257b; overflow:hidden; }

/*search*/
#search-btn{background:url(../images/search-input-bg.png) left top no-repeat; height:30px; width:212px; padding:1px; margin-top:9px; float:right; margin-left:10px; position:relative;}
#search-btn form{margin:0; padding:0;}
.search_top{
	height:28px; line-height:28px;
	border:0; background:none;
	width:150px; margin-left:10px; position:absolute;
}
.search_tico{
	width:52px;
	height:28px;
	overflow:hidden;
	text-indent: -999px;
	background:url(../images/search.png) center no-repeat;
	cursor: pointer; border:none; float:right; position:absolute; right:0; z-index:999;
}



.downmainmenu{ width:960px; height:50px; line-height:50px; float:left;}
.downmainmenu ul{
z-index:100;
margin: 0;
padding: 0; 
position:absolute;
list-style-type: none;
text-align:center;

}
.downmainmenu li{ float:left; width:auto; height:50px; line-height:50px; position:relative;}
.downmainmenu li a{ font-size:16px; width:140px; height:50px; text-align:center; display:block; color:#ffffff; background:url(../images/h_dling.png) no-repeat right center; }
.downmainmenu li.cur a,.downmainmenu li a:hover,.downmainmenu li a.selected { background-color:#f38000;}

/*1st sub level menu*/
.downmainmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden; 
background:#f08200; width: 140px; padding-bottom:10px; border-top:1px solid #ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.downmainmenu ul li ul li{
display: list-item;
float: none; margin:0px; padding:10px 0px; text-align:center; border-bottom:1px dashed #fbc380; 
height:auto; 
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.downmainmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.downmainmenu ul li ul li a{
height:auto;
line-height:26px;
color:#ffffff;
text-align:center; background:#f08200;

}
.downmainmenu ul li ul li a:hover{background:#2d257b;}


/* ######### CSS classes applied to down and right arrow images  ######### */

.rightarrowclass{
position: absolute;
top: 15px;
left: 30px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
z-index:100;
overflow:visible;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}









/*footer*/

/* Footer Area
======================== */

.footer-area {
	background: #050c1d;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.footer-area h5 {
	color: #fff;
	margin: 20px 0;
}

.footer-area p {
	margin-top: 15px;
	color: #aaacaf;
	font-size: 16px;
	font-weight: 400;
}

.contact-info p {
	margin-bottom: 10px;
}

.footer-area ul li a {
	display: block;
	color: #d7d7d7;
	padding: 7px 0; font-size: 14px;
}

.footer-up ul li a span {
	color: #70C150;
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: #70C150;
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: #70C150;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input {
	border: 0;
	background: #3D4147;
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 14px;
}

.footer-up {
	padding: 80px 0;
}


.footer-up .logo {
	width: 180px;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 20px;
}

.footer-bottom {
	padding: 10px 0;
	background: #20242d;
}

.footer-bottom p {
	margin: 0;
	color: #707579;
}

p.privacy {
	text-align: right;
}


.footer{ width:100%; min-width:1200px;}
.foot_t{ width:100%;  background-color:#00afff;}

/*love-link*/
.love_link{ height:auto; overflow:hidden; margin:0 auto; padding-top:20px; padding-bottom:20px;  color:#ffffff;}
.love_link a{ color:#ffffff; font-size:14px; padding:0 9px; display:inline;} 
.love_link a:hover{color:#2d257b;}
.love_link strong{color:#ffffff;}

/*底部*/
.bottom{ background-color:#272727; height:auto; overflow:hidden; padding-top:20px; padding-bottom:40px; border-top:1px solid #a3abaf; border-bottom:1px solid #414141; clear:both;}
.bottom .b_l,.bottom .b_r{float:left;height:auto; overflow:hidden;}
.bottom .b_l{width:800px;color:#ffffff;}


.bottom .b_l .text{margin-right:50px;float:left; width:150px;}
.bottom .b_l .text .f_title{font-size:16px; font-weight:bold;padding-top:20px;line-height:40px;}
.bottom .b_l .text p span{display:inline-block;}
.bottom .b_l .text p .span1{width:26px;height:2px;background:#5cd738;}
.bottom .b_l .text p .span2{width:172px;height:2px;background:#f3f3f3;}

.bottom .b_l .text ul{padding-top:10px; height:auto; overflow:hidden;}
.bottom .b_l .text ul li{height:32px; line-height:32px; overflow:hidden;}
.bottom .b_l .text ul li a{color:#a3abaf; background:url(../images/ico2.png) no-repeat left center; padding-left:15px;}
.bottom .b_l .text ul li a:hover{ color:#f38000;}

.bottom .b_r{width:200px;padding-top:40px;height:auto; float:right; color:#a3abaf;}
.bottom .b_r p{font-size:16px;}

.bottom .b_r .b{  clear:both;}
.bottom .b_r .b p{font-size:14px;}
.bottom .b_r .b .phone{display:block;height:40px;line-height:40px;color:#fff;font-size:22px;text-align:center;background:#f38000;}
.bottom .b_r .b div{color:#ffffff;text-align:center;padding-left:12px;}


.bottom .b_r .list{ padding:10px 0;}
.bottom .b_r .list li{margin:0 15px 0 0;}
.bottom .b_r .list p{display:none;}




/*版权*/
.foot{height:auto; line-height:46px;background:#272727;}
.fnav  span{color:#a3abaf;}
.fnav  span a{color:#a3abaf;padding-right:10px; margin-right:8px; background:url(../images/h_dling.png) no-repeat right center;}
.fnav  span a:hover{color:#f38000;}
.copy span{color:#a3abaf; line-height:46px;}
.copy span a{color:#a3abaf; }
.copy span a:hover{color:#f38000;}




/*公共浮动*/
.float{ position:fixed; right:0px; top:50%; margin-top:-120px; z-index:2000; background-color:#FFF; border:1px solid #d7d7d7;}
.float_show{ position:relative; width:61px; height:61px; border-bottom:1px solid #d7d7d7;}
.float_shicon{ width:61px; height:61px; cursor:pointer;}
.float_shicon1{ background:url(../images/float_ac1.png) no-repeat;}
.float_shicon2{ background:url(../images/float_ac2.png) no-repeat;}
.float_shicon3{ background:url(../images/float_ac3.png) no-repeat;}
.float_show .float_shicon4 a{ background:url(../images/float_ac4.png) no-repeat; width:61px; height:52px;}
.float_shAll{ display:none; position:absolute; right:61px; top:0; width:190px; height:auto; overflow:hidden; padding-right:14px;}
.float_shBox{ width:146px; height:auto; overflow:hidden; padding:16px 22px; background-color:#FFF; border:1px solid #dcdcdc;}
.float_icon{ background:url(../images/float_shicon.png) no-repeat; position:absolute; right:6px; top:20px; z-index:20; width:8px; height:15px; cursor:pointer;}
.float_qq{ width:136px;}
.float_qqImg{ width:46px; height:46px;}
.float_qqClick{ width:70px;}
.float_qqClick a{ font-size:16px; line-height:23px;}
.float_shTel h3{ font-size:16px;}
.float_shTel p{ color:#FD696D; font-size:18px;}
.float_wxName{ height:20px; line-height:20px; text-align:center;}
.float_shWx{ width:136px;}
.float_shWx img{ display:block; width:126px; margin:0 auto;}
.cur .float_shicon{ margin:-1px 0 0 -1px; width:63px; height:63px;}
.cur .float_shicon1{ background:#2d257b url(../images/float_ho1.png) no-repeat;}
.cur .float_shicon2{ background:#2d257b url(../images/float_ho2.png) no-repeat;}
.cur .float_shicon3{ background:#2d257b url(../images/float_ho3.png) no-repeat;}
.float .cur .float_shicon4 a{ background:#2d257b url(../images/float_ho4.png) no-repeat; width:63px; height:54px;}
.float .float_show4{ width:61px; height:52px;}
.float_show3 .float_icon{ top:90px;}
.float_shicon a{ display:block; width:61px; height:52px;}





.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 25px;
    padding-right: 34px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

@media only screen and (max-width: 767px) {
.footer-up {
		padding-top: 60px;
	}

	.footer-up .logo {
		margin: 0 auto;
	}

	.footer-area {
		text-align: center;
	}

	.footer-area p {
		margin-top: 10px;
	}

	.copyright-line {
		text-align: center;
	}
	#header .logo img{ max-height: 20px;margin-top:15px}
	}