body {
    padding-top: 70px;
}

/*头部*/

table tbody tr:nth-child(odd) td{background-color:#f8f8f8;border:solid 1px #DCDCDC; font-size:1.0em; padding:20px;}table tbody tr:nth-child(odd) td:nth-child(2n+1){background-color:#f8f8f8;font-size:1.0em; padding:20px;}table td{background-color:#ececec;border-right:solid 1px #DCDCDC;font-size:1.0em;padding:20px;}table tr{background-color:#ececec;font-size:1.0em;padding:20px; }

section { 
		display: block;
	}
.lan{ color:#05589f}	
.mat20{ margin:20px 0}
.mat60{ margin:50px 0}
.line{ border-bottom:1px solid #CCC; clear:both; margin:30px 0; display:block}
.nopadd{ margin:0;padding:0;}
.pa30{padding:30px;}
.mb15{
    margin-bottom: 15px;
}
.text-center{ text-align:center}
.text-right{ text-align:right}
.read_more {
	margin-top: 2%;
}
.txt_bt{ font-size:25px; font-weight:bold; color:#1e69a8;}
.txt_bt span{
    display: block;
    background: #024f9c;
    width: 54px;
    height: 2px;
    margin-bottom:10px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.txt_bt:hover span{
    background: #ffbd00;
    width: 74px;
}
.pro-title{border-bottom: solid 3px #404b87; margin-bottom: 30px;}
.pro-title a{display: block;width: 160px; font-size: 18px;line-height: 45px;color: #fff; text-align: center; margin-top: 35px;background:#003a6b;border-radius:25px 5px 0 0;}
.btn1{
	color: #fff;
	background: #2b76b5;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius:2%;
	margin:20px
	
}
.btn1:hover {
	background: #fd7a25;
	color: #fff;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    border: none;
    transition: all .3s;
}

.header .logo_box {
    margin-top: 15px;
    transition: all .3s;
}
.img-scale figure {
	overflow: hidden;
}
.img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.page-heading::after {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
   
    padding-top: 100px;
    position: relative;
    z-index: 1;
	height:300px;
	background-position:center; background-repeat:no-repeat;background-size: 100%;
}

.page-heading .title {
    font-size: 54px;
    font-weight: 600;
    line-height: 80px;
    color: #fff;
	letter-spacing:8px;
	text-shadow:2px 2px 5px #003058;
	margin-right:30px;
	
}
.page-heading .breadcrumb{
	margin-right:30px;
    font-size: 18px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
	 font-weight: 200;letter-spacing:4px;font-style: italic
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
    color: #a0ce4e;
}
.nav_list > li {
    padding-top: 15px;
    padding-bottom: 14px;
    transition: all .3s;
}

.nav_list > li > a {
    padding: 0 28px;background:url(../images/line.jpg) no-repeat  right
}

.nav_list > li:hover,
.nav_list > li.active {
   
    transition: all .3s;
	color:#022383
}

.nav_list > li:hover > a > span,
.nav_list > li.active > a > span {
    color: #022383;
    transition: all .3s;
	border-bottom:2px solid #03F
}




.head_stick .header {
    height: 75px;
    z-index: 90;
    transition: all .3s;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2);
}

.head_stick .nav_list > li {
    padding: 10px 0 4px;
    transition: all .3s;
	
}

.head_stick .header .logo_box {
    margin-top: 8px;
    margin-bottom: 0;
    transition: all .3s;
}

.head_stick .header .search {
    margin-top: 9px;
}

/*下拉菜单*/
.drop_tile {
    padding: 38px 0;
    overflow: hidden;
}

.droplist_tile {
    border: 0;
    background-color: rgba(255, 255, 255, 0.98);
	-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;
}

.droplist_tile_img img {
    clear: both;
    display: block;
    margin: auto;
}

.droplist_tile_txt {
    padding: 0 40px 0 0;
}

.droplist_tile_txt h3 {
    color: #003a6b;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
}

.droplist_tile_txt p {
    color: #888888;
    line-height: 1.5;
}

.droplist_tile_nav {
    margin-bottom: 25px;
}

.droplist_tile_nav h3 {
    border-bottom: 1px solid #d8d7dc;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}
.droplist_tile_nav h3 a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.droplist_tile_nav h3:hover a {
    color: #06C;
}
.droplist_tile_nav ul {
    overflow: hidden;
	margin-top:8px;
	
}

.droplist_tile_nav ul li {
    float: left;
    margin-right: 20px;
}

.droplist_tile_nav ul li a {
    color: #666666;
    font-size: 14px;
    transition: all .3s;
}

.droplist_tile_nav ul li:hover a {
    color: #003a6b;
    transition: all .3s;
}







.droplist_tile_nav1 {
    margin-bottom: 25px;width:48%; float:left; margin-left:1%
}

.droplist_tile_nav1 h3 {
    border-bottom: 1px solid #d8d7dc;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

.droplist_tile_nav1 h3 a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.droplist_tile_nav1 h3:hover a {
    color: #06C;
}
.droplist_tile_nav1 ul {
    overflow: hidden;
	margin-top:8px;
	
}

.droplist_tile_nav1 ul li {
    float: left;
    margin-right: 20px;
}

.droplist_tile_nav1 ul li a {
    color: #666666;
    font-size: 14px;
    transition: all .3s;
}

.droplist_tile_nav1 ul li:hover a {
    color: #003a6b;
    transition: all .3s;
}


/*banner*/
.banner_box .slick-dots li {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: url("../images/banner_dots.png") no-repeat right;
}

.banner_box .slick-dots li.slick-active {
    background: url("../images/banner_dots.png") no-repeat;
}

/*footer*/
.footer {
    width: 100%;
    background-color: #00396b;
}

.footer .f_nav li {
    float: left;
    padding: 0 20px;
    background: url("../images/foot_nav_line.jpg") no-repeat right;
}

.footer .f_nav li:nth-child(1) {
    padding-left: 0;
}

.footer .f_nav li.last {
    background: none;
}

.footer .f_nav li a {
    color: #cccccc;
}

.footer .f_nav li a:hover {
    color: #8ec65a;
}

.footer .f_nav {
    float: left;
    margin-bottom: 0;
}

.footer .h_top {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #005195;
    width: 100%;
    display: inline-block;
}

.footer .understand {
    margin-bottom: 0;
    overflow: hidden;
}

.footer .understand li {
    color: #cccccc;
    float: left;
}

.footer .understand li a {
    height: 30px;
    margin: 15px 3px;
    overflow: hidden;
    display: block;
}

.footer .understand li a:hover img {
    margin-top: -64px;
    transition: all .35s;
}

.footer .b_cd {
    width: 72%;
	float:left;
    overflow: hidden;
}

.footer .tel {
    width: 28%;
	float:left;
	padding-top:20px;
	padding-left:40px;
	background: url(../images/foot_line.jpg) no-repeat left 40px;
}
.footer .tel .hottel{
  color: #FC0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
}
.footer .tel .hottel span{
  color: #FC0;
    font-weight: 200;
    font-size: 16px;
    line-height: 1;
}
.footer .tel dl dt {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
	
}

.footer .tel dl dd {
    font-size: 14px;
    color: #d3d3d3;
    line-height: 2;
}


.footer .b_cd dl {
    width: 24%;
    float: left;
    margin-bottom: 0;
    padding: 30px 20px 20px 50px;
	height:260px;
    background: url(../images/foot_line.jpg) no-repeat right 40px;
}


.footer .b_cd dl:nth-child(1) {
	width: 27%;
    padding: 30px 20px 20px 0;
}

.footer .b_cd dl:last-child {
    background: none;
    padding-right: 0;
}

.footer .b_cd dl dt {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
	
}

.footer .b_cd dl dd,.footer .b_cd dl dd a {
    font-size: 14px;
    color: #d3d3d3;
    line-height: 2;
}
.footer .b_cd dl dd a:hover{ color:#FFF}
.footer .f_con dl .left {
    width: 60%;
    float: left;
}

.footer .b_cd dl .left h3 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.footer .b_cd dl .left span {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0 10px;
    display: block;
}

.footer .b_cd dl .left p {
    color: #999999;
}

.footer .b_cd dl .right {
    width: 40%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.footer .b_cd dl .right span {
    display: block;
    color: #999999;
}


.m_footer {
    display: none;
}





/*版权*/
.footer .copyright {
    background-color: #002e56;
    height: 70px;
    line-height: 70px;
    padding-bottom: 0;
}

.footer .copyright p {
    float: left;
}

.footer .copyright span a {
    float: right;
    color: #8ccceb;
    background: none;
    padding: 0;
}

.footer .copyright p, .footer .copyright a {
    color: #b0b0b0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer .copyright a {
    margin-left: 15px;
}

.footer .copyright a.support {
    margin-left: 15px;
    padding-right: 60px;
    background: url(../images/kgu.png) no-repeat right;
}

/*友情连接*/
.links {
    height: 20px;
    line-height: 25px;
    margin-top: 22px;
}




.footer .copyright .com_list ul li a {
    color: #333;
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 10px;
}

.footer .copyright .com_list ul li:hover a {
    color: #fff;
    background: #003a6b;
}

/*index_main*/
.index_product_box {
    padding: 30px 0 50px;
    background: #f4f4f4;
}

.index_product.h830 {
    height: 900px;
}

.index_product.h405 {
    height: 405px;
    margin-bottom: 15px;
}

.index_product {
    height: 290px;margin-bottom: 15px;
}

.index_product .img {
    width: 100%;
    height: 100%;
    line-height: 0;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.index_product .img img {
    width: 110%;
}

.index_product {
    position: relative;
    overflow: hidden;
}

.index_product .txt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0
}

.index_product .img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.index_product .img img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    transition: all .3s;
}

.index_product:hover img {
    margin-top: -30px;
    transition: all 2s;
}

.index_product .txt a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    padding: 20px 40px;
    text-decoration: none
}

.index_product:hover a {
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8000000", endColorstr="#a8000000", GradientType=0);
    text-decoration: none
}

.txt_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 0 40px 0 40px
}

.index_product .txt h3 {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    opacity: 1;
    color: #fff;
    -webkit-transform: translateY(60%);
    transform: translateY(60%)
}

.index_product .txt a,
.index_product .txt h3,
.index_product .txt p {
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.index_product .txt p {
    position: relative;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    color: #fff;
    line-height: 1.5;
    width: 100%
}

.index_product:hover a button,
.index_product:hover a h3,
.index_product:hover a p {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.index_bt {
    text-align: center;
    padding: 45px 0;
}

.index_bt h3 {
    font-size: 42px;
	font-weight:700;
	color:#003a6b;
	line-height:50px;
	letter-spacing:2px;
}

.index_bt span {
    font-size: 21px;padding-bottom:5px;letter-spacing:2px;
    color: #898989;	border-bottom:2px solid #ff9600

}

.index_tech {
    padding-bottom: 80px;
}

.index_tech_main {
    overflow: hidden;
    border: 1px solid #dddddd;
	background:#003a6b
}

.index_tech_main .img {
    width: 75%;
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_tech_main .txt {
    width: 25%;
    height: 380px;
    padding: 15px;
    text-align: center;
    transition: all .3s;
}

.index_tech_main .txt h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
}

.index_tech_main .txt i {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.index_tech_main .txt i.i_tec_ico1 {
    background: url("../images/index_tec_ico1_1.png") no-repeat center;
    transition: all .3s;
}

.index_tech_main .txt i.i_tec_ico2 {
    background: url("../images/index_tec_ico2_1.png") no-repeat center;
    transition: all .3s;
}

.index_tech_main .vertical_middle {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.index_tech_main .vertical_middle p {
    color: #fffefe;
    line-height: 1.5;
    text-align: left;
    color: #f7f7f7;
}

.index_tech_main .vertical_middle a {
    display: inline-block;
    background: rgba(0, 58, 58, 0.9);
    padding: 15px 25px;
    color: #f7f7f7;
    margin-top: 15px;
    border: 8px solid rgba(255, 255, 255, 0.6);
}

.index_tech_main .img .hover {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 72, 162, 0.8);
    opacity: .0;
    transition: all .3s;
}

.index_tech_main:hover .hover {
    opacity: 1;
    transition: all .3s;
}

.index_tech_main:hover .txt {
    background: #004b8b;
    transition: all .3s;
}

.index_tech_main:hover .txt h3 {
    color: #ffffff;
}

.index_tech_main:hover .txt i.i_tec_ico1 {
    background: url("../images/index_tec_ico1_1.png") no-repeat center;
    transition: all .3s;
}

.index_tech_main:hover .txt i.i_tec_ico2 {
    background: url("../images/index_tec_ico2_1.png") no-repeat center;
    transition: all .3s;
}

/*标题title*/
.ma20{ margin-top:20px;}
.pagetitle {
    height: 70px;
    line-height: 70px;
	margin-bottom:20px;
	border-bottom:1px solid #ececec;border-top:1px solid #ececec;  background:#f8f8f8
}

.pagetitle_l,
.pagetitle_l a {
    color: #646f7e;
    padding: 0 3px;
	font-size:16px;
}
.pagetitlebt { font-size:20px; font-weight:800
}
.pagetitlebt h3 {
    display: none;
}

.pagetitlebt li {
    float: left;
    padding-left: 40px;
}

.pagetitlebt li a {
    font-size: 16px;
    color: #555555;
}



.shadow_box {
    -webkit-box-shadow: 0 0 20px #aaaaaa;
    -moz-box-shadow: 0 0 20px #aaaaaa;
    box-shadow: 0 0 20px #aaaaaa;
}

/*内页标题*/

.contact_txt{ line-height:27px; font-size:16px;  color:#6b7783}
.contact_txt h3{ line-height:27px; font-size:25px; color:#3a5b7b;font-weight:500; margin-top:50px;}

/*about*/
.about_main {
    padding: 50px 0;
}



.main_box {
    width: 100%;
    overflow: hidden;
}
.about_txt .title { margin-bottom:20px; text-align:center}
.about_txt .title h3{ font-size:43px; color:#3a5b7c}
.about_txt .title h4{ font-size:23px; color:#9d9e9e; font-weight:200; letter-spacing:2px; line-height:40px;}
.about_txt .txt,.about_txt .txt p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #666666;
}



/*新闻中心*/
.new_box {
    width: 1300px;
    margin: 50px auto 40px;
}

.new_list {
    display: inline-block;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    transition: all .3s;
	border-bottom:1px solid #e4e4e6

}

.new_list .img {
    width: 20%;
    line-height: 0;
    margin-right: 2%;
	 float: left;
}

.new_list .contenttxt {
    width: 78%;
	 float: left;
}

.new_list .contenttxt h3 {
    font-size: 20px;
    color: #2b5c7b;
    padding-bottom: 15px;
    overflow: hidden;
	font-weight:bold;
}

.new_list .contenttxt .txt {
    height: 110px;
    overflow: hidden;
}

.new_list .contenttxt .txt p {
    font-size: 15px;
    color: #677580;
    line-height: 25px;
}

.new_list .contenttxt span {
    font-size: 14px;
    color: #c6c6c6;
}

.new_list:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 3px #e4e4e6;
    -moz-box-shadow: 0 0 3px #e4e4e6;
    box-shadow: 0 0 35px #e4e4e6;
    transition: all .3s;
}


.new_list:hover .contenttxt h3 {
    color: # 036;
    transition: all .3s;
	font-weight:bold;
}

/*新闻详情页*/
.detail_bt {
    text-align: center;
    padding-bottom: 20px;
}

.detail_bt h3 {
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
}

.detail_bt span {
    font-size: 14px;
    color: #999999;
    padding: 0 15px;
}

.detail_txt {
    padding: 30px 50px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

.detail_txt p {
    text-indent: 2em;
    line-height: 1.8;
    color: #666666;
    padding-bottom: 10px;
}

.detail_txt p img,
.detail_txt img {
    clear: both;
    display: block;
    margin: 10px auto;
}

.detail_page {
    margin-top: 20px;
}

.detail_page .left {
    float: left;
}

.detail_page .left h4,
.detail_page .left h4 a {
    color: #999999;
    line-height: 2;
    transition: all .3s;
}

.detail_page .left h4:hover,
.detail_page .left h4:hover a {
    color: #003a6b;
    transition: all .3s;
}

.detail_page .right {
    float: right;
    text-align: right;
}

.detail_page .right a {
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    transition: all .3s;
}

.detail_page .right a:hover {
    color: #003a6b;
    transition: all .3s;
}

.bdsharebuttonbox a {
    color: #999999;
}

/*EPSON机器人一览*/
.Robot_main {
    background: #ffffff;
}

/*单系列表详情页*/
.Crumbs_Robot {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #dddddd;
}

.Crumbs_Robot .return a {
    padding: 5px 10px;
    background: #003a6b;
    font-size: 12px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Crumbs_Robot .return a:hover {
    background: #41479d;
}

.Robot_pord {
    padding-right: 10px;
}

.Robot_bigimg {
    height: 350px;
    padding: 15px 0;
    border: 1px solid #dddddd;
}

.Robot_bigimg img {
    height: 100%;
    clear: both;
    display: block;
    margin: auto;
}

.Robot_smallimg {
    margin-top: 15px;
}

.smallimg {
    height: 110px;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #dddddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.Robot_smallimg .slick-current .smallimg {
    border-color: #003a6b;
}

.Robot_txt_box {
    padding-left: 10px;
}

.Robot_txt_bt {
    padding: 20px 0 15px;
}

.Robot_txt_bt h3 {
    font-size: 26px;
    padding-bottom: 5px;
    color: #333333;
}

.Robot_txt_bt span {
    font-size: 20px;
    color: #444444;
}

.SMC_txt {
    padding-bottom: 0;
}

.SMC_ul {
    padding-top: 15px;
}

.SMC_ul li {
    padding-left: 15px;
    background: url("../images/dbx.png") no-repeat left 8px;
    line-height: 1.8;
}

.param h3 {
    background: #0175c0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 0;
    margin-top: 20px;
}

.h1 {
    height: 1px;
    background: #dddddd;
}

.Robot_txt_box p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}
.products_content{ 
	margin:40px 0; 
	line-height: 2.3; 
	font-size:17px;
}
.bghui{ background:#F0F0F0; padding:30px 0}
.products_content h3{ font-size:35px; line-height:50px; font-weight:bold}
.products_content h1{ font-size:20px; line-height:40px;}
.products_content h2{ font-size:20px; line-height:40px; font-weight:bold}
/*pro_btn*/
.products_btn {
    margin-top: 30px;
}

.products_btn a {
    display: inline-block;
    border: 1px solid #ffc000;
    background: #ffc000;
    color: #fff;
    font-size: 19px;
    padding: 15px 54px;
    margin-right: 20px;
	border-radius:40px;
}

.products_btn a i {
    width: 25px;
    height: 22px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/contact.png") no-repeat -48px;
    transition: all .3s;
}

.products_btn a:hover {
    border-color: #003a6b;
    background: #003a6b;
    color: #ffffff;
}

.products_btn a:hover i {
    background-position: -7px;
    transition: all .3s;
}


.tips {
    position: absolute;
    white-space: nowrap;
    color: #f1433c;
    text-align: center;
    border-radius: 4px;
    top: 0px;
    display: none;
    font-size: 14px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    right: 0;
}


.about_img {
    display: none;
}
.down_screen
{
    width: 99%px;
    margin: 20px 0;
    overflow: hidden;
    border: 1px solid #dddddd;
}
.down_screen .screen {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    float: left;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    background: #f5f5f5;
}

.down_screen .screen:last-child {
    border-bottom: 0;
}

.down_screen .screen_cl,
.down_screen dl,
.down_screen dl dd {
    float: left;
    font-size: 16px;
}

.down_screen .screen_cl {
    width: 8%;
    min-height: 24px;
    height: 100%;
    display: inline-block;
}

.down_screen .screen_cl span {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
	font-size:18px;
}

.down_screen dl {
    width: 91%;
    border-left: 1px solid #dddddd;
}

.down_screen dl dd {
    padding: 0 15px;
    margin: 5px 0;
    color: #999999;
    cursor: pointer;
    transition: all .3s;
    border-right: 1px solid #dddddd;
}

.down_screen dl dd:last-child {
    border-right: 0;
}
.down_screen dl dd a {
    color: #4b4b4b;
    transition: all .3s;
	font-size:15px;
}
.down_screen dl dd a:hover {
    color: #2b5c7b;
    transition: all .3s;
}
.down_screen dl dd:hover,
.down_screen dl dd.on {
    color: #303692;
    transition: all .3s;
}
.k12-cl-cplb-3nf1-1-01-list dl {
    width: 24%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1%;
    height: 374px;
}
.k12-cl-cplb-3nf1-1-01-list dl:last-child {margin-right: 0%;}
.k12-cl-cplb-3nf1-1-01-list dt img {
    width: 100%;
    height: 200px;
    display: block;
}

.k12-cl-cplb-3nf1-1-01-list dd {
    padding: 6px 20px 24px 20px;
}

.k12-cl-cplb-3nf1-1-01-list dd h4 {
    height: 45px;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
	overflow:hidden
}

.k12-cl-cplb-3nf1-1-01-list h4 a {
    display: block;
    color: #2b5c7b;
    overflow: hidden;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif
}

.k12-cl-cplb-3nf1-1-01-list dl:hover h4 a {
    color: #0c66d8;
}



.k12-cl-cplb-3nf1-1-01-list-desc {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
	font-weight:300;
	font-family:Arial, Helvetica, sans-serif
}

.k12-cl-cplb-3nf1-1-01-list-deta {
    width: 100px;
    height: 40px;
    display: block;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.k12-cl-cplb-3nf1-1-01-list dl:hover {
     border: 2px solid #edc900;
	background: #fff;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 16px #ccc;
    transition: all .3s;
}

.k12-cl-cplb-3nf1-1-01-list dl:hover .k12-cl-cplb-3nf1-1-01-list-deta {
    background: #0c66d8;
    border-color: #0c66d8;
}

.k12-cl-cplb-3nf1-1-01-list dl:hover .k12-cl-cplb-3nf1-1-01-list-deta a {
    color: #fff;
}

.cuture3{ background-color:#0255a6; color:#FFF; margin:20px 0}
.cuture3 .text_wb{ color:#FFF}
.cuture3 .text_wb h3{ color:#FFF; font-size:25px; font-weight:bold;}
.cuture3 .text_wb p{ color:#FFF; font-size:15px; line-height:30px;}
.border_radius30{border-radius:0 25px 25px 0}
.cuture3 img{ height:100%; margin:0; padding:0}

.commonSection{
    padding: 30px 0;
   
    background: #FFF;
}
.commonSection.bgtp, .bgtp{
    background: transparent;
}
.graySection{
    background: #f5f5f5;
}
.icon_box_01{
    position: relative;
    background: #FFF;
    padding: 20px 25px 54px;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
	margin-bottom:15px;
}
.icon_box_01.box_shadow{
    box-shadow: 0 8px 15px rgba(202, 211, 255, .20);
}
.icon_box_01:hover{
    background: #2b74b2;
    box-shadow: 0 16px 32px rgba(255, 94, 20, .40);
}



.icon_box_01 span{
    display: block;
    background: #ffddce;
    width: 34px;
    height: 2px;
    margin: 20px auto 11px;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.icon_box_01:hover span{
    background: #fff;
    width: 74px;
}
.icon_box_01 h3{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.9px;
    margin: 0 0 11px;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.icon_box_01:hover h3{
    color: #FFF;
}
.icon_box_01 p{
    margin: 0;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.icon_box_01:hover p{
    color: #fff;
}


@media (max-width: 1200px) {
    body {
        padding-top: 60px;
    }

    .banner .banner_item {
        padding-top: 30%;
    }
}

@media (max-width: 1024px) {
	
.contact_txt h3{ line-height:20px; font-size:20px; color:#3a5b7b;font-weight:500; margin-top:10px;}	
.new_list .contenttxt {
    width: 100%;
}

	.new_list .contenttxt .txt {
    height: auto;
    overflow: hidden;
}
	.logo{height:30px}
		.bottom-nav{
	width:100%; position: fixed; bottom:0px; z-index: 100; overflow:hidden; display:block; 
}
	.bottom-nav-li {
	width: 25%; text-align: center; color: #ffffff; float: left; background-color: rgb(0, 103, 204);padding:7px 0
}
	.bottom-nav-li img {
	width:30px;
}
.bottom-nav-li:hover {
	cursor: pointer; background-color: #3b95ed;
}
.bottom-nav-li:focus {
	cursor: pointer; background-color: #E4E4E4;
}
.bottom-nav-li a {
	color: #ffffff; display: block;
}
.bottom-nav-li a:hover {
	text-decoration: none;
}
.bottom-nav-li a:focus {
	text-decoration: none;
}
	.page-heading {
   
    padding-top: 50px;
    position: relative;
    z-index: 1;
	height:auto;
	background-position:left; background-repeat:no-repeat;background-size: auto 100%;
	padding-bottom:50px;
}
.page-heading .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 80px;
    color: #fff;
	letter-spacing:2px;
	text-shadow:2px 2px 5px #003058;
	margin-right:30px;
	
}
.page-heading .breadcrumb{
	margin-right:30px;
    font-size: 18px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
	 font-weight: 200;letter-spacing:4px;padding-left:5px
	 
}
	.k12-cl-cplb-3nf1-1-01-list dt img {
    width: 100%;
    height: auto;
    display: block;
}
	.pagetitle_l,
.pagetitle_l a {
    color: #646f7e;
   	font-size:13px;
}
	.k12-cl-cplb-3nf1-1-01-list dl {
    width: 49%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1%;
    height: 304px;
}
    .down_screen, .down_list_box{
        width: 100%;
    }
    .logo_box {
        margin: 5px;
    }

    .index_product.h830 {
        height: 690px;
    }

    .index_product.h405 {
        height: 335px;
    }

    .index_product {
        height: 265px;
    }

    .index_product .txt p {
        display: none;
    }

    .txt_wrap {
        margin-bottom: 0;
    }

    .after_ser {
        width: 90%;
    }

    .site_box {
        margin: 0;
    }
    .culture_ul li .right{
        padding-top: 15px;
    }
    .culture_ul li em,
    .culture_ul li h3{
        margin-bottom: 5px;
    }
  
 
    .tab_tb > div ul li .img{
        height: auto;
    }
    .tab_tb > div ul li .img a img{
        width: 100%;
        height: auto;
    }
    .new_box{
        width: 100%;
    }
    .new_list .txt_box h3{
        padding-bottom: 5px;
    }
    .new_list .txt_box{
        width: 60%;
    }
    .recruit_sec li select, .recruit_sec li input{
        width: 230px;
    }
    .tab_stiky.is_stuck{
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .footer {
        display: none;
    }

    .m_footer {
        display: block;
    }

    .index_product.h830 {
        height: 510px;
    }

    .index_product.h405 {
        height: 245px;
    }

    .index_product {
        height: 195px;
    }

    .index_product .txt h3 {
        font-size: 20px;
    }

    .index_product .txt a {
        padding: 20px;
    }

    .txt_wrap {
        padding: 0 20px;
    }

    .index_tech_main .img {
        width: 70%;
    }

    .index_tech_main .txt {
        width: 30%;
    }

    .index_bt {
        padding: 25px;
    }

    .index_bt h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .index_bt span {
        font-size: 18px;
    }

    .links {
        display: none;
    }

    .roundabout-holder {
        display: none;
    }

    .about_img {
        display: block;
        margin: 15px auto;
        text-align: center;
    }

    .Crumbs_nav li {
        padding-left: 20px;
    }
    .after5{
        margin-left: 10px;
    }
    .after7{
        margin-right: 10px;
    }
    
    .recruit_main{
        background: #f0f0f0;
    }
    .recruit_list .slick-prev{
        left: 85%;
    }
    .recruit_sec li:last-child{
        display: none;
    }
    .Chara ul li{
        padding-right: 10px;
    }
    .Robot_pord{
        padding: 0 50px;
    }
}
@media (max-width: 640px) {
    .after7{
        margin-right: 0
    }
    .after4{
        margin-left: 55px
    }
    .after5{
        margin-left: 0;
        margin-right: 55px
    }
    .after9{
        margin-right: 168px;
    }
    
    .tab_tb > div ul li{
        width: 33%;
    }
    .recruit_Eject{
        width: 95%;
        height: 95%;
        padding: 10px;
    }
    .recruit_Eject .Eject_txt{
        height: 70%;
    }
    .Anchor_nav ul li{
        margin: 0;
        padding: 0 5px;
    }
    .return_top a i{
        display: none;
    }
    .Chara ul li{
        width: 100%;
    }
    .Other_series ul li a{
        margin-bottom: 10px;
    }
    .Robot_pord{
        padding: 0 20px;
    }
}
@media (max-width: 540px) {
    .index_product.h830,
    .index_product.h405,
    .index_product {
        height: auto;
        margin-bottom: 15px;
    }

    .index_tech_main {
        margin-bottom: 15px;
    }

    .index_tech_main .img,
    .index_tech_main .txt {
        width: 100%;
    }

    .index_tech_main .txt {
        height: auto;
    }

    .index_tech_main .txt h3 {
        margin-top: 10px;
    }

    
    .banner_poa_news,
    .banner_poa_click {
        display: none;
    }

    .banner_box .slick-dots {
        bottom: 5px;
    }

    .banner .banner_item {
        padding-top: 30%;
    }


   
    .about_main {
        background: #f0f0f0;
    }

    .about_maind
    {
        padding-top: 20px;
    }
    .on_site_box{
        margin-top: 20px;
    }

    .main_box {
        padding: 20px 5px;
    }

  
   
    .after_ser{
        width: 100%;
    }

    .site_img{
        padding: 0;
        margin-top: 20px;
        background: none;
    }
    .contact_txt{
        padding: 20px 10px;
    }
   
    .new_list{
        width: 100%;
    }
    .new_list .time,
    .new_list .img,
    .new_list .txt_box{
        width: 100%;
        margin: 0 0 10px;
    }
    .new_list .img{
        clear: both;
        display: block;
        text-align: center;
    }
    .detail_txt{
        padding: 20px 0;
    }
    .detail_bt span{
        display: inline-block;
    }
    
    .Crumbs_Robot{
        display: block;
        height: 50px;
    }
    .Robot_pord{
        padding: 0;
    }
}
