/* ====================
     公共样式
	 作者：严微
	 公司名称：严微工作室
	 网址：http://www.ywcms.com
==================== */
@font-face {
  font-family: "DINEngschriftStd";
  src: url("../fonts/DINEngschriftStd.svg");
  src: url("../fonts/DINEngschriftStd.eot");
  src: url("../fonts/DINEngschriftStd.ttf");
  src: url("../fonts/DINEngschriftStd.woff");
}
html{ -webkit-text-size-adjust:none;}
body{ font-size:12px; font-family: "PingFang SC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif; line-height:150%; margin:0px auto 0px auto; padding:0; color:#333; background:#fff;}
div{margin:0 auto; padding:0;}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,img,p{ margin:0; padding:0; border:none; list-style-type:none;}
.block{ width:960px; height:auto;}
em,i{font-style:normal;}
.f_l,.fl{float:left;}
.f_r,.fr{float:right;}
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}
.dis{display:block;}
.inline{display:inline;}
.none,.ywcms{display:none;}
.pc { display: block;}
.wap { display: none;}
.white{ color:#fff !important;}

a, a:hover, a:focus { text-decoration: none; outline: none;}

::selection { background: #3671bc; color: #fff;}
::-moz-selection { background: #3671bc; color: #fff;}

a {outline:none; text-decoration:none; }
a:hover { text-decoration:none; }

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html .clearfix{ height:1%;}
*+html .clearfix{ height:1%;}
/*英文强制换行*/
.word{ word-break:break-all;}
.mt10{ margin-top:10px;}
.mr10{ margin-right:10px;}
.mb10{ margin-bottom:10px;}
.ml10{ margin-left:10px;}

.ml80{ margin-left:80px;}
.mr80{ margin-right:80px;}

/*页面留白*/
.blank{ height:8px; line-height:8px; clear:both; visibility:hidden;}
.blank5{ height:5px; line-height:5px;/* _margin:-3px 0;*/ clear:both; visibility:hidden;}
.blank10{ height:10px; line-height:10px; clear:both; visibility:hidden;}

/*主体样式开始*/
.wrapper { width:100%; height:100%; margin:0px auto 0px auto;}
.w1200{ width:1200px; margin:0px auto 0px auto; overflow:hidden;}
.show_box{ width:1200px; margin:10px auto 0px auto; overflow:hidden; background:#fff;}

.con{width:1200px; height:100%; margin:auto; position:relative;}

/*header*/
#header_top {
	width: 100%;
	height: 35px;
	overflow: hidden;
	background: #f5f5f5;
	margin: 0 auto
}
.header_top {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #a5a5a5;
	height: 35px;
	line-height: 35px
}
.wc{
	height: 35px;
	float: left;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 35px;
}
.lang{
	height: 35px;
	float: left;
	padding-left: 30px;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 35px;
	background: url(../images/icon01.png) no-repeat 0 10px;
}
.lang a{
	color: #a5a5a5;
}
.tel{
	height: 35px;
	float: left;
	padding-left: 30px;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 35px;
	margin-right: 10px;
	background: url(../images/ico_tel.png) no-repeat 10px 10px;
}
#header {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	height: 120px;
	position: relative;
}
.header {
	width: 1200px;
	margin: 0 auto;
	
}
.header_logo {
	width: 300px;
	float: left;
	margin: 45px 0 0 0
}
.header_logo img {
	width: 300px;
	height: 35px
}
.header_tel{
	float:right;
}
.lang_ico{
	float: left;
	width: 202px;
	margin-top: 50px;
	margin-left: 20px;
}
.lang_ico span{
	float:left;
	margin: 0 5px;
}
.menu {
    float: right;
	height: 120px;
}
.menu ul {
    width: 600px;
    margin-left: 178px;
    float: left;
}
/*.menu li {
    width: 64px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 0 18px;
    color: #333;
}
.menu li a {
    color: #333;
    text-decoration: none
}
.menu li a:hover, .menu li.noChild a {
    width: 64px;
    color: #ff1c37;
    border-bottom: 2px solid #ff1c37;
    padding-bottom: 2px;
    float: left;
}*/

#menu li {
    float: left;
}

#menu li a {
    display: inline-block;
    padding: 0 18px;
    line-height: 120px;
    font-size: 16px;
    color: #464646;
    position: relative;
    overflow: hidden;
}

#menu li a:hover {
    color: #fff;
}

#menu li a span.tit {
    display: block;
    position: relative;
    z-index: 9999;
}

#menu li a span.bg {
    display: block;
    background: #ff1c37;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -120px;
    width: 100%;
    height: 100%;
}

#menu li div.bg {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 120px;
    display: none;
    background: #ff1c37;
    width: 100%;
    height: 270px;
}
.pro_bg{
	height: auto !important;
	padding-bottom: 30px;
}

#menu li div .other,#menu li div .pro {
    width: 1180px;
    margin: auto;
}

#menu li .other a {
    display: block;
    width: 204px;
    height: 320px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    float: left;
    line-height: normal;
    font-size: 12px;
    color: #FFF;
    margin-left: 32px;
}
#menu li .pro a {
    display: block;
    width: 204px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    float: left;
    line-height: normal;
    font-size: 12px;
    color: #FFF;
    margin-left: 32px;
}

#menu li .other .img,#menu li .pro .img {
    border: 4px solid #fff;
    position: relative;
    width: 196px;
    height: 146px;
	overflow: hidden;
}

#menu li .other .img img,#menu li .pro .img img {
    position: absolute;
    z-index: 1;
	width: 100%;
}

#menu li .other .img span,#menu li .pro .img span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#menu li .other .tit,#menu li .pro .tit {
    color: #FFF;
    padding-top: 12px;
    font-size: 14px;
}

#menu li .other .con {
    color: #FFF;
    line-height: 180%;
    padding-top: 5px;
}

#menu li .other p.mM {
    width: 202px;
    float: right;
    padding-top: 35px;
    margin-right: 34px;
}

#menu li .other p.mM a {
    display: block;
    border-top: 1px solid #2168BB;
    border-bottom: 1px solid #2168BB;
    margin-bottom: -1px;
    padding: 10px 0px 12px 20px;
    float: none;
    width: 182px;
    height: auto;
    font-size: 14px;
    color: #9CBCE1;
}

/*banner样式*/
#banner{
	width: 100%;
	position: relative;
	height: 550px;
	margin: 0 auto;
	z-index: 9;
}
.banner{
	width: 100%;
	position: relative;
	height: 550px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9;
}

.xwzx{width:100%; height:93px; background:url(../images/xw_bj.png) no-repeat center; position:absolute; bottom:-70px; z-index:10;}
.xwzx_lt{width:520px; float:left; padding-top:20px;}
.xwzx_rt{width:650px; float:right; padding-top:28px;}
.xwzx_rt p a{ font-size:14px; font-weight:bold; color:#fff;}
.xwzx_rt span a{ color:#fff;}
.xwzx_rt p a:hover,.xwzx_rt span a:hover{ color:#f00;}


#about_banner{width:100%;height:390px;position:relative; background:url(../images/about.jpg) no-repeat 50% 0;}
#contact_banner{width:100%;height:390px;position:relative; background:url(../images/contact.jpg) no-repeat 50% 0;}
#jobs_banner{width:100%;height:390px;position:relative; background:url(../images/jobs.jpg) no-repeat 50% 0;}
#news_banner{width:100%;height:390px;position:relative; background:url(../images/news.jpg) no-repeat 50% 0;}
#network_banner{width:100%;height:390px;position:relative; background:url(../images/network.jpg) no-repeat 50% 0;}
#message_banner{width:100%;height:390px;position:relative; background:url(../images/message.jpg) no-repeat 50% 0;}
#products_banner{width:100%;height:390px;position:relative; background:url(../images/products.jpg) no-repeat 50% 0;}
#download_banner{width:100%;height:390px;position:relative; background:url(../images/products.jpg) no-repeat 50% 0;}
#honor_banner{width:100%;height:390px;position:relative; background:url(../images/honor.jpg) no-repeat 50% 0;}
#workshop_banner{width:100%;height:390px;position:relative; background:url(../images/workshop.jpg) no-repeat 50% 0;}

/*首页*/
#main{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}
.main{
	width:1200px;
	margin: 45px auto 0;
	overflow: hidden;
}

.white{ color:#fff;}
.main-title{
    text-align: center;
    padding: 50px 0 20px;
}
.main-title .main-t{
    font-size: 14px;
    color: #333;
	padding-top: 10px;
}
.main-title  .main-msg{
    width: 100%;
    margin:10px auto 0;
    color: #ff1c37;
    line-height: 24px;
	font-size: 24px;
	padding-bottom: 20px;
	background: url(../images/line.png) no-repeat bottom;
}
.main-title  .main-msgs{
    width: 100%;
    margin:30px auto 0;
    color: #000;
    line-height: 24px;
	font-size: 14px;
}
#index_products{
	width: 100%;
	margin: 0 auto;
	background: #f4f4f4;
}
.index_products{
	width:1200px;
	margin: 0 auto;
	padding-bottom: 45px;
}
.index_products_con{
	width:1200px;
	margin: 45px auto;
	overflow: hidden;
	position: relative;
}
.index_products_con ul{
	width: 100%;
	float: left;
}

.index_products_con li{
	width:280px;
	float: left;
	margin: 0 10px 20px;
}
.index_products_con li img{
	width:280px;
	height: 280px;
}
.index_products_con li h1{
	width:280px;
	background: #ececec;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	font-weight: normal;
}
.index_products_con li h1 a{
	color:#333;
}
.index_products_con li h1 a:hover{
	background: #ff1c37;
	color: #fff;
	width:280px;
	display: block;
}

.btn-more{
	padding-top: 50px;
	float: left;
}

.index_more{
	width:1200px;
	margin: 45px auto;
	text-align: center;
}
.index_more a{
	width:200px;
	height: 50px;
	background: #006cb7;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	display: block;
    margin: 0 auto;
}
.index_more a:hover{
	background: #318dee;
	color: #fff;
}
.adv-bg{
	width:100%;
	background: url(../images/adv_bg.jpg) no-repeat center;
	height: 540px;
	margin: 0 auto;
	overflow: hidden;
}
#index_about{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 650px;
	background: url(../images/about_bg.jpg) no-repeat center;
}
.index_about{
	width:1200px;
	margin: 0 auto;
}

.index_about_con{
	width:1200px;
	margin: 60px auto;
	min-height: 350px;
}
.index_about_left{
	width:600px;
	height: 401px;
	float: left;
}
.index_about_right{
	width:550px;
	height: 400px;
	float: left;
	padding-left: 50px;
}
.index_about_right h1{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	width: 100%;
	float: left;
	padding: 35px 0;
	font-weight: normal;
}
.index_about_right p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	float: left;
}
.index_about_right span{
	width:100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	float: right;
	font-size: 12px;
	margin-top: 30px;
	border: 2px solid #fff;
}
.index_about_right span a{
	color: #fff;
}
.index_about_box{
	width:1200px;
	margin: 35px auto;
	background: url(../images/home_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.index_about_box ol li {
  float: left;
  width: 25%;
  height: 198px;
  text-align: center;
  position: relative;
}
.index_about_box ol li .text {
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 198px;
  padding-top: 22px;
  width: 100%;
}
.index_about_box ol li .text .img {
  width: 19%;
  margin: 0 auto;
  line-height: 0;
}
.index_about_box ol li .text .img span {
  display: block;
}
.index_about_box ol li .text .img em {
  display: none;
}
.index_about_box ol li .text .t {
  margin-top: 20px;
	width: 100%;
}
.index_about_box ol li .text .t p {
  color: #ffffff;
  font-size: 16px;
}
.index_about_box ol li .text .t p.des{
	padding-top:10px;
}
.index_about_box ol li .text .t p span {
  display: inline-block;
  margin-right: 3px;
  font-family: DINEngschriftStd;
  font-size: 48px;
}
.index_about_box ol li:nth-child(2n-1) {
  background: rgba(255, 255, 255, 0.2);
}
.index_about_box ol li:hover .text {
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  height: 240px;
  padding-top: 44px;
  background: #006cb7;
  border-radius: 15px;
}
.index_about_box ol li:hover .text .img span {
  display: none;
}
.index_about_box ol li:hover .text .img em {
  display: block;
}
.f_arrow{
	width:11px;
	height: 19px;
	background: url(../images/arrow_icon01.png) no-repeat;
	float: right;
	margin-top: 20px;
}

#index_why{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.index_why{
	width: 1200px;
	overflow: hidden;
	margin: 45px auto;
}
.index_why_top{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 189px;
	background: url(../images/adv_top.png) no-repeat center;
}
.why_item{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 60px;
}
.why_item_a{
	width: 700px;
}
.why_item_b{
	width: 500px;
}
.why_item_a img{
	float:left;
}
.why_item_b img{
	float:right;
}
.why_item_icon{
	width:96px;
	float: left;
	background: url(../images/adv_icon.png) no-repeat center;
	font-size: 48px;
	color: #fff;
	line-height: 96px;
	text-align: center;
	margin-right: 24px;
}
.why_item_text{
	width:500px;
	float: left;
}
.why_item_text h1{
	width:100%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	padding-bottom: 20px;
}
.why_item_text p{
	width:100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding-bottom: 20px;
}
.why_item_text dl{
	width:100%;
	float: left;
}
.why_item_text dd{
	width:100%;
	float: left;
	background: url(../images/adv_icon1.png) no-repeat 0 8px;
	padding-left: 20px;
	line-height: 24px;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}
#index_case{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 650px;
	background: url(../images/case_bg.jpg) no-repeat center;
}
.index_case{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}
.index_case_con{
	width:1200px;
	float: left;
	overflow: hidden;
	margin-top: 45px;
}
.index_case_con ul{
	width:100%;
	float: left;
}
.index_case_con li{
	width: 350px;
	background: #fff;
	border-radius: 8px;
	height: 320px;
	padding: 8px;
	float: left;
	margin: 0 25px;
}
.index_case_con li img{
	width:334px;
	height: 189px;
	float: left;
	margin-bottom: 30px;
}
.index_case_con li h1{
	width:334px;
	float: left;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 10px;
}
.index_case_con li p{
	width:334px;
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	padding-left: 10px;
	color: #666;
}

.index_case_more{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#index_message{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f7f7f7;
}
#index_news{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.index_message{
	width:1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}

.index_news,.index_adv{
	width:1200px;
	margin: 0 auto;
}

.index_news_con{
	width:1200px;
	float: left;
	background: #fff;
	margin: 45px;
}
.imgt_h{background:url(../images/news_bg.jpg) no-repeat left top; width:825px; padding:16px 40px 0; float:left; min-height: 410px;}
#list2{display:none;}
.co, .ct{ color:#FFF; font-size:22px; width:90px; height:64px; line-height:64px; text-align:center; float:left; margin-right:3px; cursor: pointer;}
.ct{ margin-right:27px;}
.imgt_more{color:#fff; font-size:12px; float:right; margin:34px 5px 0 0;}
.imgt_hb{background:url(../images/nesw_bn.jpg) repeat-x left bottom; margin-bottom:30px; width: 100%; float: left;}
.current{background:url(../images/nesw_bi.jpg) no-repeat left bottom;}
.m_news_bd{}

.time { width:12.752%; border:solid 0px #868686;  background-color:#fff; float:left; text-align:center; margin-bottom:25px; }
.time .p1 { font-size:36px; color:#808080; line-height:49px; }
.time .p2 { font-size:12px; color:#808080; line-height:25px; border-top:1px solid #144c90 }
.list { width:83.222%; float: right; display: inline; }
.list h4 { font-size:0.875em; line-height:24px; }
.list h4 a { color:#fff; font-weight:normal; }
.list h4 a:hover { color:#fff; font-weight:normal;}
.list p { line-height:200%; color: #b9c3d6; font-size:0.75em; }

.join_r{float:right; /*background:url(../images/join_bj.jpg) no-repeat left top;*/ width:375px; padding:0 35px; color:#fff; font-size:14px; line-height:28px; height:410px;}
.join_th{height:67px; line-height:67px; font-size:24px; margin:22px 0 15px; /*background:url(../images/jon_bi.jpg) no-repeat left bottom;*/}
.join_th em{font-style:normal; font-size:12px; margin-left:9px;}
.join_jm{ background:url(../images/the.png) no-repeat left center; line-height:30px; text-indent:40px; margin:22px 0 0 0; }
.m_join{ border-top:1px solid #fff; margin-top:41px; height:32px; padding-top:42px;}
.more_join{width:32px; height:32px; margin:auto; text-align:center; background:url(../images/more_img.png) no-repeat center center;}

.wpb_wrapper{
	width:800px;
	margin: 35px auto 0;
	overflow: hidden;
}
.wpb_wrapper .btn-sub{
	width: 200px;
	margin: 0 auto;
	float: right;
	background: #ff1c37;
	border-color: #ff1c37;
}

#index_contact{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 440px;
	background:url(../images/contact_bg.jpg) no-repeat center;
}
.index_contact{
	width:1200px;
	margin: 0 auto;
}
.index_contact_top{
	width:1200px;
	margin: 25px auto 0;
	height: 113px;
	background:url(../images/contact_title.png) no-repeat center;
}
.index_contact_con{
	width:1200px;
	margin: 45px auto 0;
	overflow: hidden;
	position: relative;
}
.index_contact_con h1{
	width:100%;
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 32px;
	padding-bottom: 20px;
}
.index_contact_con p{
	width:100%;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}


#index_ad{
	width:100%;
	margin: 0 auto;
	height: 117px;
	background:url(../images/why_top.jpg) no-repeat center;
	overflow: hidden;
}
#index_adbox{
	width:100%;
	margin: 0 auto;
	height: 930px;
	background:url(../images/why_bg.jpg) no-repeat center;
	overflow: hidden;
}
.index_adbox{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}
.adbox-item{
	width:100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.adbox-item-text{
	width:330px;
	float: left;
}
.adbox-item-text p{
	width:100%;
	float: left;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.adbox-mt1{
	top:130px;
	left: 215px;
}
.adbox-mt2{
	top:240px;
	left: 215px;
}
.adbox-mt3{
	top:400px;
	left: 715px;
}
.adbox-mt4{
	top:520px;
	left: 715px;
}
/*二级页面*/

/*left right*/
#location{
	width:100%;
	margin: 0 auto;
	height: 49px;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 0;
}
.location{width:1200px; margin: 0 auto; overflow: hidden;}
.location .home a{ width: 63px; height: 49px; float: left;background: #2d2d2d; display: block;}

.location .nav-box{ width: 1137px; float: left;}
.location .nav-box a{ width:200px; float: left; text-align: center; line-height: 49px;}
.location .nav-box a span{
	background: url(../images/2_05.png) center right no-repeat;
    padding-right: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #0d0d0d;
}
.location .nav-box a.on span,.location .nav-box a:hover span{
	color: #fff;
	background: url(../images/2_05_1.png) center right no-repeat;
}
.location .home a:hover,.location .nav-box a.on, .location .nav-box a:hover{
	background: #ff1c37;
}

#inside{ width:1200px; margin: 60px auto 0; overflow: hidden;}
.container { width:100%; min-height:500px; float:left; }

.box-left-contact { border-top:2px #3671bc solid; margin-top:40px; }
.box-left-contact h1 { display:block; padding:30px 0 10px 10px; font-weight:bold; color:#3671bc; }
.box-left-contact ul { float: left; width: 100%;}
.box-left-contact li { padding:5px 0 5px 10px; font-size: 14px; float: left;}

#title{ width:100%; float: left;}
#title h2{
	width:100%; float: left;
	text-align: center;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #f0f0f0;
}

.about_content{ width:100%; float:left; min-height:500px; overflow:hidden; margin-top: 20px;}
.page_content,.message_box{ width:100%; float:left; font-size:14px; line-height:24px; color:#333; margin-bottom: 20px;}

.message_boxForm{ width:100%; float:left; margin: 45px 0;}

#news_list{ margin:0px auto; padding:35px 0; overflow: hidden; width: 100%; float: left; min-height: 500px;}
.news_list{ width: 100%; float: left; height: 160px; margin-bottom: 20px; overflow: hidden; padding: 30px; position: relative;}
.news_list::before{content: '';width: 5px;height: 100%; position: absolute;top: 0;left: 0;background-color: #005bac;display: none;}
.news_list .left{float: left;width:560px;padding-right: 40px; height: 100%;}
.news_list .left .title{font-size: 24px;line-height: 24px;color:#333333;height: 80px;overflow: hidden;}
.news_list .left .date{font-size: 16px;color:#333333;letter-spacing: .8px;}
.news_list .right {float: right;width: 570px;padding-left: 30px;border-left: 1px solid #d8d8d8; height: 100%;}
.news_list .right .description{color: #666;font-size: 16px;line-height: 2.1;margin-top: -5px; height: 90px;}
.news_list .right .mored{float: right;color: #333; font-size: 14px; padding-right: 20px; background: url(../images/arrow_more.png) no-repeat right;}


.news_list:hover{background:#f5f5f5;}
.news_list:hover::before{display: block;}
.news_list:hover .left .title,.news_list li:hover .left .date{color:#005bac;}
.news_list:hover .right .description{color: #333;}
.news_list:hover .right .mored{color:#005bac; background: url(../images/arrow_more_hover.png) no-repeat right;}

.pages{ width:860px; float: left; overflow: hidden; margin-bottom: 20px;}

#news_view{ margin:0px auto; padding:25px 0; overflow: hidden; width: 100%; float: left; min-height: 500px;}
.viewbox{ width:100%; float:left; font-size:14px; line-height:24px; color:#333; min-height:500px; overflow:hidden;}
#article_title { float:left; width:100%; text-align:center; line-height:30px; padding-bottom:25px;}
#article_title h1{-x-system-font:none; color:#333; font-family:"微软雅黑",arial; font-size:20px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; line-height:30px;}

#article_small{ float:left; color:#666; width:100%; font-size:12px; padding-top:7px; text-align:center; background:#f8f8f8; border:1px dotted #ddd; padding-bottom:6px;}
#article_small span{ margin-right:8px; color:#666;}
#article_small span a{ color:#666;}
#article_small span a:hover{ color:#996600;}

.view_content{ font-size:14px; float:left; color:#000; line-height:24px; width:100%; padding-top:10px; min-height:400px;}

.handle{ width:100%; overflow:hidden; clear:both; float:left;}
.turn { width: 100%; border-top: 1px solid #e0e0e0; padding-top: 25px; margin-top: 30px; position: relative; float:left;}
.turn p,.show_turn p { float: left; font-size: 12px; line-height: 32px; font-weight: bold; padding: 0 20px; border-right: 1px solid #fff; background: #ececec; margin-bottom: 7px; }
.turn a.name { display: inline-block; min-width: 322px; padding: 0 10px; background: #f4f4f4; float: left; line-height: 32px; margin-bottom: 7px; }
.turn a.back { display: inline-block; font-weight: bold; line-height: 32px; padding: 0 28px; background: #ececec; position: absolute; top: 25px; right: 0; }
.turn a:hover,.show_turn a:hover { color: #035cac; }
.turn .line,.show_turn .line { width: 100%; height: 0; line-height: 0; clear: both; }
.jiathis_style { position: absolute; bottom: 14px; right: 0; }
.jiathis_style span.t { display: inline-block; line-height: 16px; float: left;}

.viewbox table tr td{ line-height:24px;}

.honor_box{ width:860px; padding:15px 0; float:left;}
.honor_list{ width:100%; margin-top: 15px;}
.honor_list ul{ width:860px; float:left;}
.honor_list li{ float: left; margin: 0px 10px 15px 10px; width: 195px; overflow:hidden;}
.honor_list li .case_pic{
	width:195px;
	float: left;
	height: 268px;
}
.honor_list li .case_pic img:hover{
	width:193px;
	float: left;
	height: 266px;
	border: 1px solid #d8dad9;
}
.honor_list li .case_name{
	width:195px;
	float: left;
	line-height: 24px;
	text-align: center;
}


#dituContent{ margin-left:20px;}


.area_left{
	width: 260px;
	float: left;
}
.area_right{
	width: 920px;
	margin-left: 20px;
	float: left;
}
.products_content{ width:100%; float:left; min-height:500px; overflow:hidden;}

.products_list,.products_box{ width:100%; float:left; overflow:hidden; min-height:500px; padding-bottom: 20px;}
.products_list ul{ width:100%; float:left;}
.products_list li{ width:215px; float:left; margin:0 20px 20px 0; text-align:center;}
.products_list li a{ color:#666; text-decoration:none;}
.products_list li p{ width:215px; float:left; text-align:center; line-height:30px; height: 30px; background:#f5f5f5; white-space: nowrap;text-overflow:ellipsis; overflow:hidden; color:#666;}
.products_list li img{ border:1px solid #ddd; width: 215px; height: 215px;}

.products_list li:nth-child(4n){
	margin:0 0 20px 0;
}

.box-left-nav{  width:100%; float: left;}
.box-left-nav li {
	padding:15px 0;
	font-size: 16px;
	line-height: 36px;
	width: 100%;
    height: 66px;
    background-color: #e6e6e6;
    text-indent: 40px;
	float: left;
	border-bottom: 1px solid #ccc;

}
.box-left-nav li a{ color:#4c4c4c; font-weight:bold;}
.box-left-nav li a.A {  color:#3671bc; }
.box-left-nav li:last-child{ border-bottom:none;}

.pro_menu{width:100%; float:left;position:relative;z-index:20;}
.pro_menu dt{
	padding:15px 0;
	font-size: 16px;
	line-height: 36px;
	width: 100%;
    height: 66px;
    background-color: #e6e6e6;
    text-indent: 40px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.pro_menu dt a{ color:#4c4c4c; font-weight:bold;}
.pro_menu dt img{ float:right; width:15px; vertical-align:middle; margin: 13px 10px 0 0;}
.pro_menu dl.on dt{background:#064e96;}
.pro_menu dl.on dt a{ color: #fff;}

.pro_menu dd{display:none;}
.pro_menu dd a{background:#f5f5f5; display:block;font-size:14px;color:#666;line-height:26px;padding:5px 0 5px 15px; margin-bottom: 5px;}
.pro_menu dd a.on,.pro_menu dd a:hover{font-size:16px;color:#00923fc7;font-weight:bolder;}



.pro_menu_en{width:100%; float:left;position:relative;z-index:20;}
.pro_menu_en dt{
	padding:15px 0;
	font-size: 14px;
	width: 100%;
    height: 66px;
    background-color: #e6e6e6;
    text-indent: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.pro_menu_en dt a{ color:#4c4c4c; font-weight:normal;}
.pro_menu_en dt img{ float:right; width:15px; vertical-align:middle; margin: 13px 10px 0 0;}
.pro_menu_en dl.on dt{background:#064e96;}
.pro_menu_en dl.on dt a{ color: #fff;}

.pro_menu_en dd{display:none;}
.pro_menu_en dd a{background:#f5f5f5; display:block;font-size:14px;color:#666;line-height:26px;padding:5px 0 5px 15px; margin-bottom: 5px;}
.pro_menu_en dd a.on,.pro_menu_en dd a:hover{font-size:16px;color:#00923fc7;font-weight:bolder;}



/*底部*/
#footer {
	width: 100%;
	margin: 0 auto;
	background: url(../images/bot_bg.jpg) no-repeat #181818;
	padding: 30px 0;
	overflow: hidden;
	height: 340px;
}
.footer {
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px
}
.footer_item {
	width: 198px;
	padding: 0 0 0 25px;
	float: left;
	min-height: 200px;
	border-right: 1px solid #2b2b2b
}
.footer_item h1 {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px
}
.footer_item ul {
	width: 100%;
	float: left
}
.footer_item li {
	width: 100%;
	float: left;
	color: #666;
	line-height: 24px;
	font-size: 14px
}
.footer_item li a {
	color: #666
}
.footer_item li.code img{
	width: 120px;
	height: 120px;
	margin: 10px 0;
}
.footer_code {
	width: 210px;
	float: left
}
.footer_code h1{
	width: 210px;
	float: left;
	color:#fff;
	font-size: 20px;
	padding-left: 20px;
}
.footer_code ul{
	width:210px;
	float: left;
	padding-left: 20px;
}
.footer_code li{
	width:210px;
	float: left;
	line-height: 24px;
	color: #ababab;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer_code li.tel{
	background:url(../images/footer_icon1.png) no-repeat;
	padding-left: 30px;
}
.footer_code li.fax{
	background:url(../images/footer_icon2.png) no-repeat;
	padding-left: 30px;
}
.footer_code li.email{
	background:url(../images/footer_icon3.png) no-repeat;
	padding-left: 30px;
}
.footer_code li.url{
	background:url(../images/footer_icon4.png) no-repeat;
	padding-left: 30px;
}
.footer_code li.add{
	background:url(../images/footer_icon5.png) no-repeat;
	padding-left: 30px;
}


#footer_copyright{ width:100%; background: #292929; padding: 20px 0px; margin: 0px auto; overflow: hidden; border-top: 1px solid #363636;}
.footer_copyright,.footer_pic{ width: 1200px; margin: 0px auto; overflow: hidden;}
.footer_copyright p{ color: #ababab; font-size: 14px; line-height: 24px;}
.footer_pic{ text-align:center;}