@charset "utf-8";
/* CSS Document */
.kg {
	width: 98%;
	margin: 0 auto;
	max-width: 1200px;
}
.kga {
	margin: 0 auto;
	max-width: 1200px;
	width: 98%;
}
.kgb {
	width: 98%;
	margin: 0 auto;
	max-width: 1920px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.dw {
	position: relative;
}
.cj {
	overflow: hidden;
}
.green-black {
	display: block;
	padding-top: 26px;
	clear: both;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	text-align: center;
}
.green-black a {
	padding: 5px 8px 4px 8px;
	padding: 5px 8px 4px 8px;
	border: 1px solid #dddddd;
	height: 12px;
	line-height: 12px;
	zoom: 1;
	font-weight: bold;
	font-size: 12px;
	overflow: auto;
	margin-left: 3px;
	margin-right: 3px;
	color: #333;
	background: url(../images/page_bg01.png) #fff bottom repeat-x;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.green-black a:hover {
	border: 1px solid #ccc;
	height: 12px;
	line-height: 12px;
	zoom: 1;
	overflow: auto;
	background: url(../images/page_bg02.png) top repeat-x #005fa7;
	margin-left: 3px;
	margin-right: 3px;
	color: #fff;
	font-size: 12px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
.green-black span.current {
	padding: 5px 8px 5px 8px;
	padding: 5px 8px 4px 8px;
	border: 1px solid #ccc;
	color: #fff;
	height: 12px;
	line-height: 12px;
	zoom: 1;
	overflow: auto;
	background: url(../images/page_bg02.png) top repeat-x #005fa7;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px
}
::-webkit-scrollbar {
width:3px;
height:8px;
background-color:#fff;
border-radius:4px;
position:relative;
}
::-webkit-scrollbar-thumb {
background-color:#b1b1b1;
border-radius:3px;
}
#dituContent {
	height: 450px;
	border-top: 1px solid #ddd;
}

@media screen and (max-width:770px) {
#dituContent {
	height: 220px;
}
}

/*基础配置*/


/*首页style开始*/
@media screen and (max-width:1440px) {
.tel {
	padding-right: 50px;
}
}

@media screen and (max-width:1366px) {
.tel {
	padding-right: 80px;
}
}

@media screen and (max-width:1280px) {
.tel {
	padding-right: 100px;
}
}
.nav i {
	display: none;
}
.mobile-inner-nav {
	height: 100px;
}
.mobile-inner-nav a {
	display: block;
	float: left;
	padding: 0 25px;
	text-align: center;
	background: url(../images/nav_fg.png) no-repeat right center;
	font-size: 0.9125rem;
	height: 100px;
	line-height: 100px;
	position: relative;
	color: #444;
}
.mobile-inner-nav a:hover, .mobile-inner-nav a.cur {
	color: #fff;
}
.mobile-inner-nav a span {
	display: block;
	position: relative;
	z-index: 9;
}
.mobile-inner-nav a i {
	background: url(../images/nav_b.png) no-repeat center top;
	display: block;
	position: absolute;
	left: 0%;
	top: -7px;
	height: 107px;
	transition: 0.5s;
	width: 100%;
	transform: scaleX(0);
	transition: 0.5s;
}
.mobile-inner-nav a:hover i, .mobile-inner-nav a.cur i {
	transform: scaleX(1);
	transition: 0.5s;
}
/*banner*/

/*banner*/
.index_bga {
	padding-top: 80px;
	padding-bottom: 40px;
	background: #f3f3f3;
}
.inda_title {
	text-align: center;
	background: url(../images/inda_btbg.png) no-repeat center;
	width: 100%;
}
.inda_title h3{
	color: #333333;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.inda_title p {
	color: #7a7979;
	padding-top: 7px;
	letter-spacing: 3px;
	font-size: 16px;
}
.inda_fl {
	padding-top: 40px;
	width: 55%;
	margin: 0 auto;
	padding-bottom: 55px;
}
.inda_fl li {
	width: 20%;
	margin: 0 2%;
	float: left;
	position: relative;
}
.inda_fl li a {
	display: block;
	border: 1px dashed #959595;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #515151;
	position: relative;
	z-index: 9;
	transition: 0.5s;
}
.inda_fl li:hover a {
	color: #fff;
	border: 1px dashed #005fa7;
	transition: 0.5s;
}
.inda_fl li i {
	display: block;
	background: #005fa7;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: 0.5s;
}
.inda_fl li:hover i {
	transform: scale(1);
	transition: 0.5s;
}
.inda_gd {
	position: relative;
	margin-top: 55px;
}
.inda_nr {
	overflow: hidden;
}
.inda_nr li {
	width: 33.333%;
	float: left;
}
.inda_nr li a {
	display: block;
	margin: 0 2%;
}
.inda_pic {
	border: 1px solid #d5d5d5;
	border-bottom: none;
	overflow: hidden;
	position: relative;
}
.inda_pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}
.inda_pic i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/inda_fdj.png) no-repeat center rgba(35,35,35,0.2);
	transform: scale(0);
	transition: 0.5s;
}
.inda_nr li:hover .inda_pic img {
	transform: scale(1.1);
}
.inda_nr li:hover .inda_pic i {
	transform: scale(1);
	transition: 0.5s;
}
.inda_mc {
	height: 60px;
	background: #005fa7;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.inda_an a {
	position: absolute;
	width: 28px;
	height: 63px;
	border: 1px solid #cbcbcb;
	line-height: 63px;
	text-align: center;
	font-family: "宋体";
	font-size: 21px;
	cursor: pointer;
	top: 41%;
	transition: 0.5s;
}
.inda_an a:hover {
	color: #fff;
	background: #005fa7;
	transition: 0.5s;
}
.inda_an a.prev {
	left: -40px;
}
.inda_an a.next {
	right: -40px;
}

@media screen and (max-width:1366px) {
.inda_an {
	text-align: center;
	padding-top: 25px;
}
.inda_an a {
	position: relative;
	display: inline-block;
	width: 63px;
	height: 28px;
	line-height: 28px;
	font-size: 1.25rem;
	margin: 0 10px;
	top: auto;
}
.inda_an a.prev {
	left: auto;
}
.inda_an a.next {
	right: auto;
}
}
/*
.index_bgb {
	background: url(../images/index_bgb.jpg) no-repeat center top;
	width: 100%;
	height: 700px;
}
*/
/*
.indb_title {
	background: url(../images/indbt_b.png) no-repeat center top;
	padding-top: 77px;
	text-align: center;
}
.indb_title p {
	background: url(../images/indb_xt.png) no-repeat center;
	font-size: 18px;
	color: #803d08;
	margin-top: 15px;
	letter-spacing: 6px;
}
*/
/*
.indb_nr {
	padding-top: 55px;
	position: relative;
	z-index: 9;
}
.indb_nr li {
	width: 21%;
}
.indb_nr li.ona {
	padding-left: 22.5%;
	padding-bottom: 10px;
}
.indb_nr li.onb {
	padding-right: 22.5%;
	padding-bottom: 10px;
}
.indb_nr li.onc {
	padding-left: 9%;
	padding-bottom: 68px;
}
.indb_nr li.ond {
	padding-right: 9%;
	padding-bottom: 68px;
}
*/
.indb_wb {
	color: #904204;
	font-size: 0.875rem;
	padding-top: 24px;
}
.indb_wb.fl {
	text-align: right;
}
.indb_wb p {
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 8px;
}
.indb_pic {
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}
.indb_nr li:hover .indb_pic {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.indb_img {
	position: absolute;
	top: 56%;
	width: 100%;
	text-align: center;
	left: 0;
}
.index_bgc {
	background: url(../images/index_bgc.jpg) no-repeat center;
	padding-top: 175px;
	padding-bottom: 100px;
}
.indc_nr li {
	width: 21%;
	margin-left: 5.3%;
	float: left;
	background: #ee3a30;
}
.indc_nr li.on {
	margin-left: 0;
}
.indc_nr li a {
	display: block;
	height: 408px;
	text-align: center;
}
.indc_pic {
	padding-top: 50px;
}
.indc_wb {
	padding-top: 30px;
	width: 80%;
	margin: 0 auto;
	color: #fff;
}
.indc_bt {
	font-size: 2.25rem;
	font-weight: bold;
}
.indc_ms {
	line-height: 26px;
	padding-top: 20px;
}
.indd_l {
	width: 50%;
}
.indd_l img {
	float: right;
}
.indd_r {
	width: 45%;
	padding-top: 50px;
}
.indd_title {
	color: #444;
	font-size: 1.75rem;
}
.indd_title p {
	font-size: 2.25rem;
	color: #ea3428;
	font-weight: bold;
	padding-bottom: 8px;
}
.indd_ms {
	padding-top: 40px;
	font-size: 18px;
	line-height: 38px;
	color: #6a6a6a;
	text-indent: 32px;
}
.indd_more {
	padding-top: 40px;
}
.indd_more a {
	width: 125px;
	height: 42px;
	border: 1px solid #005fa7;
	background: #005fa7;
	text-align: center;
	line-height: 42px;
	color: #fff;
	display: block;
	float: left;
}
.indd_more a.on {
	margin-left: 43px;
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
	color: #464646;
}
.index_bge {
	padding-top: 70px;
	padding-bottom: 90px;
	width: 100%;
	background: #fff;
}
.inde_nr li {
	float: left;
	width: 20%;
}
.inde_nr li a {
	display: block;
	margin: 0 7%;
	text-align: center;
}
.inde_pic {
	overflow: hidden;
	border: 1px solid #ddd;
}
.inde_pic img {
	display: block;
	width: 100%;
}
.inde_mc {
	height: 36px;
	line-height: 36px;
}
.index_bgf {
	background: url(../images/index_bgf.jpg) no-repeat center top #f5f5f5;
	width: 100%;
	padding-top: 68px;
	padding-bottom: 100px;
}
.indf_title img {
	margin-bottom: -3px;
	padding-right: 15px;
}
.indf_title span {
	color: #727272;
	font-size: 0.9125rem;
}
.indf_gd {
	margin-top: 20px;
	padding-top: 25px;
	position: relative;
}
.indf_nr {
	width: 100%;
}
.indf_nr li {
	float: left;
	width: 25%;
}
.indf_nr li a {
	display: block;
}
.indf_rq {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 22px;
	position: relative;
	color: #707070;
}
.indf_rq i {
	display: block;
	background: url(../images/indf_h.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 20px;
	height: 20px;
}
.indf_nr li:hover .indf_rq {
	color: #005fa7;
}
.indf_nr li:hover .indf_rq i {
	background: url(../images/indf_l.png) no-repeat;
}
.indf_kg {
	margin-top: 50px;
	width: 90.1%;
}
.indf_pic {
	overflow: hidden;
}
.indf_pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}
.indf_nr li:hover .indf_pic img {
	transform: scale(1.1);
}
.indf_bt {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
	color: #707070;
}
.indf_ms {
	font-size: 0.875rem;
	color: #707070;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}
.indf_nr li:hover .indf_bt {
	color: #005fa7;
	font-weight: bold;
}
.indf_more {
	margin-top: 30px;
	opacity: 0;
	transition: 0.5s;
}
.indf_nr li:hover .indf_more {
	opacity: 1;
	transition: 0.5s;
}
.indf_an {
	position: absolute;
	top: 29px;
	right: 0;
}
.indf_an a {
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	height: 40px;
	width: 40px;
	cursor: pointer;
	line-height: 40px;
	font-size: 0.75rem;
	font-family: "宋体";
	font-size: 1.5rem;
}
.indf_an a.prev {
	background: #ec443b;
}
.indf_an a.next {
	background: #005fa7;
}
.link_bg {
	padding: 30px 0px 50px 0px;
	background: url(../images/indbt_h.png) no-repeat center top;
	border-bottom: 1px solid #2b6ebd;
}
.link_title {
	height: 20px;
}
.link_nr {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	width: 1000px;
}
.link_nr a {
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 15px;
	color: #fff;
}
.link_nr a:hover {
	text-decoration: underline;
}
.foot_bg {
	background: url(../images/foot_bg.jpg) no-repeat center top;
	width: 100%;
}
.fnavtel {
	padding: 50px 0;
    margin-bottom: 180px;
}
.ftel {
	width: 47.23%;
	border-right: 1px solid #2b6ebd;
	height: 200px
}
.fewm {
	width: 33.4%;
	text-align: center;
}
.fewm img {
	max-width: 100%;
}
.ftel_nr {
	width: 55%;
	color: #fff;
	font-size: 0.875rem;
	padding-top: 10px;
}
.ftel_wb {
	padding-bottom: 15px;
}
.ftel_wb p {
	background: url(../images/fdhtb.png) no-repeat left center;
	height: 22px;
	line-height: 22px;
	padding-left: 39px;
	margin-bottom: 20px;
	font-size: 1rem;
}
.tel_bt {
	font-size: 18px;
	color: #fff;
	padding-bottom: 8px;
}
.ftel_nr p {
	line-height: 30px;
	font-size: 14px;
}
.ftel_nr a {
	color: #fff;
}
.fnav {
	width: 51%;
	height: 200px
}
.fnav li {
	float: left;
	margin-left:54px;
	min-width: 92px;
}

@media screen and (max-width:1280px) {
.fnav li {
	margin-left: 60px;
}
}
.fnav li p {
	line-height: 30px;
}
.fnav li a {
	font-size: 15px;
	color: #fff;
}
.fnav li .fnav_title {
	padding-bottom: 15px;
	background: url(../images/ffg.png) no-repeat left bottom;
	margin-bottom: 6px;
}
.fnav li .fnav_title a {
	font-size: 18px;
	color: #fff;
}
.fnav li a:hover {
	text-decoration: underline;
}
.fbq {
	width:98%;
	margin:0 auto;
	display: inline-block;
    padding-top: 15px;
    border-top: 1px solid #2b6ebd;
    padding-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.fbq span {
/*	float: right;*/
}
.fbq a {
	color: #fff;
}
.fbq a:hover {
	text-decoration: underline;
}
/*首页style结束*/

/*内页style开始*/
.about_banner {
	background: url(../images/about_banner.jpg) no-repeat center;
	width: 100%;
	height: 400px;
	position: relative;
}
.contact_banner {
	background: url(../images/contact_banner.jpg) no-repeat center;
	width: 100%;
	height: 400px;
	position: relative;
}
.video_banner {
	background: url(../images/video_banner.jpg) no-repeat center;
	width: 100%;
	height: 400px;
	position: relative;
}
.news_banner {
	background: url(../images/ceall_news_banner.jpg) no-repeat center;
	width: 100%;
	height: 400px;
	position: relative;
}
.pro_banner {
	background: url(../images/pro_banner.jpg) no-repeat center;
	width: 100%;
	height: 400px;
	position: relative;
}
.main_flbg {
	background: url(../images/main_flbg.png) no-repeat center;
	width: 100%;
	height: 75px;
	position: relative;
	border-bottom: 5px solid #005fa7;
}
.main_fl {
	background: url(../images/fl_fg.png) no-repeat left;
}
.main_fl li {
	position: relative;
	float: left;
	overflow: hidden;
}
.main_fl li a {
	color: #454545;
	padding: 0 45px;
	font-size: 1rem;
	background: url(../images/fl_fg.png) no-repeat right;
	height: 75px;
	display: block;
	line-height: 75px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.main_fl li a.on {
	background: none;
}
.main_fl li:hover a, .main_fl li.cur a {
	color: #005fa7;
}
.main_fl li i {
	background: url(../images/fl_b.png) no-repeat center bottom;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0%;
	transition: 0.5s;
}
.main_fl li:hover i, .main_fl li.cur i {
	bottom: 0px;
	transition: 0.5s;
}
.main_bt {
	font-size: 1rem;
	color: #fff;
	line-height: 75px;
	background: #005fa7;
	height: 75px;
	padding-left: 50px;
}
.main {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
}
.about_nr {
	color: #6d6d6d;
	font-size: 0.9125rem;
	line-height: 26px;
}
.about_nr img {
	max-width: 100%;
}
.book_title {
	font-size: 1.7rem;
	line-height: 30px;
	padding-bottom:80px;
}
.book_title p {
	color: #000;
}
.book_nr div.fl, .book_nr div.fr {
	width: 49%;
	padding-bottom: 15px;
}
.book_nr div.book {
	width: 100%;
	padding-bottom: 15px;
}

.ncontxt {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
    height: 48px;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-right: 3%;
    box-sizing: border-box;
    font-size: 16px;
}
.contxt {
	width: 96%;
	display: block;
	padding: 0 2%;
	font-family: "微软雅黑";
	font-size: 1rem;
	height: 50px;
	outline: none;
}
.contxta {
	width: 98%;
	line-height: 30px;
	padding: 1%;
	height: 150px;
	font-family: "微软雅黑";
	font-size: 1rem;
	outline: none;
}
.btn {
	width: 150px;
	border: 0;
	background: #005fa7;
	font-family: "微软雅黑";
	height: 50px;
	cursor: pointer;
	font-size: 1.25rem;
	color: #fff;
	float: right;
	margin-left: 15px;
}
.honor_nr li {
	float: left;
	width: 23%;
	margin: 0 1% 30px 1%;
}
.case_nr li {
	float: left;
	width: 31.333%;
	margin-bottom: 2%;
}
.case_nr li.on {
	margin: 0 2% 2% 2%;
}
.case_kg {
	position: relative;
}
.case_pic {
	border: 1px solid #c0c0c0;
	overflow: hidden;
	position: relative;
}
.case_pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}
.honor_nr li:hover .case_pic img {
	transform: scale(1.1);
}
.case_pic i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/video_pic.png) no-repeat center rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.case_mc {
	text-align: center;
	padding-top: 8px;
	font-size: 0.9125rem;
}
.case_kg .border_top {
	position: absolute;
	height: 3px;
	width: 0;
	font-size: 0;
	background: #005fa7;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case_kg .border_right {
	position: absolute;
	height: 0px;
	width: 3px;
	font-size: 0;
	background: #005fa7;
	bottom: 0;
	right: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case_kg .border_bottom {
	position: absolute;
	height: 3px;
	width: 0px;
	font-size: 0;
	background: #005fa7;
	right: 0;
	bottom: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case_kg .border_left {
	position: absolute;
	height: 0px;
	width: 3px;
	font-size: 0;
	background: #005fa7;
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case_nr li:hover .border_top, .case_nr li:hover .border_bottom, .honor_nr li:hover .border_top, .honor_nr li:hover .border_bottom {
	width: 100%;
}
.case_nr li:hover .border_left, .case_nr li:hover .border_right, .honor_nr li:hover .border_left, .honor_nr li:hover .border_right {
	height: 100%;
}
.news_nr li {
	position: relative;
}
.news_nr li a {
	display: block;
	background: #fff;
	padding: 2%;
	transition: 0.5s;
	border-bottom: 1px dashed #ddd;
}
.news_nr li .border_top {
	position: absolute;
	height: 1px;
	width: 0;
	font-size: 0;
	background: #005fa7;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news_nr li .border_right {
	position: absolute;
	height: 0px;
	width: 1px;
	font-size: 0;
	background: #005fa7;
	bottom: 0;
	right: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news_nr li .border_bottom {
	position: absolute;
	height: 1px;
	width: 0px;
	font-size: 0;
	background: #005fa7;
	right: 0;
	bottom: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news_nr li .border_left {
	position: absolute;
	height: 0px;
	width: 1px;
	font-size: 0;
	background: #005fa7;
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news_nr li:hover .border_top, .news_nr li:hover .border_bottom {
	width: 100%;
}
.news_nr li:hover .border_left, .news_nr li:hover .border_right {
	height: 100%;
}
.news_pic {
	width: 24%;
	overflow: hidden;
}
.news_pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}
.news_nr li:hover .news_pic img {
	transform: scale(1.1);
}
.news_wb {
	width: 73%;
	padding-left: 2.5%;
}
.news_bt {
	font-size: 1.5rem;
	color: #444;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.news_bt span {
	float: right;
	font-size: 0.875rem;
	color: #5f5f5f;
}
.news_ms {
	color: #515151;
	font-size: 1rem;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-top: 5px;
}
.news_more {
	width: 126px;
	height: 34px;
	background: #005fa7;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
	font-size: 0.875rem;
}
.news_rq {
	text-align: center;
	font-size: 1.5rem;
	color: #858585;
	line-height: 50px;
	padding-top: 35px;
}
.news_rq p {
	font-size: 3.75rem;
	color: #4b4b4b;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e1e1e1;
}
.newsshow_title {
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 12px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 25px;
}
.newsshow_title p {
	font-size: 0.875rem;
	color: #999;
	font-weight: normal;
	padding-top: 8px;
}
.newsshow_wnnr {
	margin: 0 auto;
	padding-top: 15px;
	font-size: 0.9125rem;
	line-height: 26px;
}
.newsshow_wnnr img {
	max-width: 100%;
}
.sxyjsys, .sxyjsys a {
	font-size: 14px;
	line-height: 20px;
}
.sxyjsys a:hover {
	text-decoration: underline;
}
.xgnews-tit {
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 46px;
	height: 46px;
	color: #717171;
}
.xgnews-con {
	padding-top: 15px;
}
.xgnews-con li {
	float: left;
	width: 45%;
	margin-left: 1%;
	margin-right: 4%;
	line-height: 24px;
	list-style-position: inside;
	list-style-type: disc;
}
.xgnews-con li a {
	font-size: 14px;
}
.xgnews-con li span {
	float: right;
	color: #999;
	font-size: 12px;
}
.xgnews-con li a:hover {
	text-decoration: underline;
}
header {
	float: left;
}
header nav li {
	position: relative;
	float: left;
	overflow: hidden;
}
header nav li a {
	color: #454545;
	padding: 0 45px;
	font-size: 1rem;
	background: url(../images/fl_fg.png) no-repeat right;
	height: 75px;
	display: block;
	line-height: 75px;
	text-align: center;
	position: relative;
	z-index: 9;
}
header nav li a.on {
	background: none;
}
header nav li:hover a, header nav li.cur a {
	color: #005fa7;
}
header nav li i {
	background: url(../images/fl_b.png) no-repeat center bottom;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0%;
	transition: 0.5s;
}
header nav li:hover i, header nav li.cur i {
	bottom: 0px;
	transition: 0.5s;
}
.pro_nr li {
	float: left;
	width: 32%;
	margin-bottom: 2%;
}
.pro_nr li.on {
	margin: 0 2% 2% 2%;
}
.pro_pic {
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-bottom: none;
	position: relative;
}
.pro_pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}
.pro_nr li:hover .pro_pic img {
	transform: scale(1.1);
}
.pro_pic i {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/inda_fdj.png) no-repeat center rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	transform: scale(0);
	transition: 0.5s;
}
.pro_nr li:hover .pro_pic i {
	transform: scale(1);
	transition: 0.5s;
}
.pro_mc {
	height: 60px;
	background: #005fa7;
	text-align: center;
	color: #fff;
	overflow: hidden;
	line-height: 60px;
}
.maina {
	background: #f1f1f1;
	margin-top: -32px;
	padding-top: 70px;
	padding-bottom: 100px;
}
.mainb {
	background: #f1f1f1;
	margin-top: -32px;
	padding-top: 70px;
}
.proshowa {
	padding-top: 20px;
}
.propic_kg {
	display: none;
}
.mod18 {
	width: 675px;
	position: relative;
}
.mod18 #prevTop, .mod18 #nextTop {
	display: none;
}
.mod18 #prev, .mod18 #next {
	bottom: 0px;
	background: #f1f1f1;
	z-index: 991;
	position: absolute;
	height: 144px;
	line-height: 144px;
	font-family: "宋体";
	text-align: center;
	font-size: 1.5rem;
	width: 20px;
	margin: 0;
	color: #333;
}
.mod18 .prev {
	left: 0px;
	border: 1px solid #d9d9d9;
	border-right: none;
}
.mod18 .next {
	right: 0px;
	border: 1px solid #d9d9d9;
	border-left: none;
}
.mod18 li {
	float: left;
}
.mod18 .cf li {
	position: relative;
	color: #fff;
}
.mod18 .picBox {
	width: 665px;
	height: 505px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 5px solid #dbdbdb;
}
.mod18 .picBox ul {
	height: 505px;
	position: absolute;
	left: 0;
}
.mod18 .picBox li {
	width: 665px;
	height: 505px;
	text-align: center;
}
.mod18 .picBox li img {
	max-height: 100%;
}
.mod18 .listBox {
	width: 633px;
	border: 1px solid #d9d9d9;
	height: 114px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	margin-top: 12px;
	overflow: hidden;
}
.mod18 .listBox ul {
	position: absolute;
}
.mod18 .listBox li {
	width: 150px;
	height: 114px;
	cursor: pointer;
	position: relative;
	padding: 0px 4px;
}
.mod18 .listBox li a {
	display: block;
	width: 150px;
}
.mod18 .listBox img {
	width: 100%;
	display: block;
	width: 148px;
	border: 1px solid #ddd;
}
.mod18 .listBox .on img {
	border: 1px solid #afaeae;
}
.proshowa_wb {
	width: 45%;
}
.nycp_bt {
	color: #2e2e2e;
	font-size: 1.25rem;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
}
.nycp_bt p {
	font-size: 1.75rem;
	font-weight: bold;
	padding-bottom: 8px;
	color: #005fa7;
}
.nycp_nr {
	font-size: 0.875rem;
	color: #2e2e2e;
	line-height: 24px;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #d9d9d9;
}
.nycp_nr img {
	max-width: 100%;
}
.nycp_tel {
	margin-top: 25px;
	font-size: 18px;
	color: #000;
}
.nycp_tel p {
	padding-bottom: 5px;
}
.nycp_more {
	width: 150px;
	height: 50px;
	padding-top: 19px;
}
.nycp_more a {
	display: block;
	background: #005fa7;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	color: #fff;
}
.nycp_more a img {
	margin-bottom: -8px;
	margin-right: 8px;
}
.nycp_more .job_moreb {
	display: none;
}
.proshow_title {
	margin-top: 45px;
	height: 50px;
	background: #e3e3e3;
}
.nypronr_bg {
	background: #fff;
	padding-bottom: 90px;
}
.nypro_l {
	width: 75%;
}
.nypro_bt {
	margin-top: -62px;
}
.nypro_bt p {
	width: 155px;
	height: 62px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #005fa7;
	line-height: 62px;
}
.nypro_bt img {
	margin-bottom: -3px;
	margin-right: 5px;
}
.proshow_nr {
	padding-top: 28px;
	font-size: 0.9125rem;
	line-height: 26px;
}
.showcp_an {
	padding-top: 0.875rem;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 50px;
}
.showcp_an p {
	width: 120px;
}
.showcp_an p a {
	width: 100%;
	height: 40px;
	background: #005fa7;
	text-align: center;
	line-height: 40px;
	display: block;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
}
.nypro_r {
	width: 20.3%;
	border: 1px solid #ececec;
	margin-top: -62px;
	background: #fff;
}
.cnxh_title {
	margin: 0 0.5%;
	height: 60px;
	border-bottom: 1px solid #ececec;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #444;
}
.cnxh_nr li {
	padding-top: 20px;
}
.cnxh_nr li a {
	display: block;
}
.cnxh_pic {
	overflow: hidden;
}
.cnxh_pic img {
	display: block;
	width: 100%;
}
.cnxh_mc {
	height: 40px;
	background: #005fa7;
	line-height: 40px;
	font-size: 0.875rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
	transition: 0.5s;
}
.cnxh_nr li a:hover .cnxh_mc {
	color: #fff;
	transition: 0.5s;
}

/*内页style结束*/

@media screen and (max-width:1024px) {
/*首页style开始*/
.tel {
	padding-left: 20px;
	padding-right: 0;
}
.mobile-inner-nav a {
	padding: 0 20px;
	font-size: 0.875rem;
}
.inda_fl li a {
	font-size: 1rem;
}
.indb_nr li {
	width: 24%;
}
.indb_pic img {
	height: 100px;
}
.indb_img {
	top: 70%;
}
.indb_img img {
	max-width: 50%;
}
.indc_nr li {
	width: 22%;
	margin-left: 4%;
}
.indd_r {
	width: 46%;
	padding-top: 50px;
}
.indd_title {
	font-size: 1.5rem;
}
.indd_title p {
	font-size: 1.875rem;
}
.indd_ms {
	font-size: 1rem;
}
.inde_nr li a {
	margin: 0 3%;
}
.inde_mc {
	font-size: 0.875rem;
	overflow: hidden;
}
.link_bg {
	display: none;
}
.fnav li {
	margin-left: 30px;
}
.fnav li a {
	font-size: 0.875rem;
}
.fbq {
	font-size: 0.8125rem;
}
/*首页style结束*/

/*内页style开始*/
.about_banner, .contact_banner, .video_banner, .news_banner, .pro_banner {
	background-size: auto 100%;
	height: 330px;
}
.main_fl li a {
	padding: 0 40px;
}
.main {
	padding-top: 50px;
	padding-bottom: 80px;
}
.news_bt {
	font-size: 1.375rem;
	height: 36px;
	line-height: 36px;
}
.news_bt span {
	display: none;
}
.news_ms {
	font-size: 0.875rem;
	line-height: 24px;
	height: 48px;
}
.news_more {
	margin-top: 15px;
}
.newsshow_title {
	font-size: 1.25rem;
}
.newsshow_title p {
	font-size: 0.75rem;
	padding-top: 5px;
}
header nav li a {
	padding: 0 40px;
	font-size: 0.9125rem;
}
.proshowa_wb {
	width: 31%;
}
.nycp_bt {
	font-size: 18px;
	padding-bottom: 10px;
}
.nycp_bt p {
	font-size: 1.5rem;
	padding-bottom: 3px;
}
.proshow_nr {
	font-size: 0.875rem;
	line-height: 24px;
}
/*内页style结束*/
}

@media screen and (max-width:770px) {
/*首页style开始*/
.top_bg {
	height: 80px;
	border-top: 2px solid #005fa7;
}
.logo {
	padding-top: 15px;
}
.tel {
	padding-top: 30px;
	padding-left: 0;
	padding-right: 30px;
}
@media screen and (max-width:520px) {
.top_bg {
height:60px;
border-top:2px solid #005fa7;
}
.logo {
padding-top:16px;
}
.logo img {
height:28px;
}
.tel {
padding-top:25px;
padding-right:25px;
}
.tel img {
height:16px;
}
}
.index_bga {
	padding-top: 70px;
}
.inda_fl {
	width: 100%;
}
.inda_gd {
	margin-top: 50px;
}
.inda_nr li a {
	margin: 0 1%;
}
.inda_mc {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
@media screen and (max-width:520px) {
.index_bga {
padding-top:50px;
padding-bottom:60px;
}
.inda_title {
background-size:auto 10px;
}
.inda_title img {
height:28px;
}
.inda_title p {
font-size:0.9125rem;
}
.inda_fl {
padding-top:30px;
width:100%;
}
.inda_fl li {
width:32.333%;
margin:0 0.5%;
}
.inda_fl li.on {
display:none;
}
.inda_fl li a {
height:40px;
line-height:40px;
font-size:0.875rem;
overflow:hidden;
}
.inda_gd {
position:relative;
margin-top:35px;
}
.inda_nr {
overflow:hidden;
}
.inda_nr li {
width:50%;
float:left;
}
.inda_mc {
height:40px;
line-height:40px;
}
}
/*
.index_bgb {
	height: auto;
	padding-bottom: 30px;
}
*/
.indb_nr li {
	width: 26%;
}
.indb_nr li.ona {
	padding-left: 20%;
	padding-bottom: 30px;
}
.indb_nr li.onb {
	padding-right: 20%;
	padding-bottom: 30px;
}
.indb_nr li.onc {
	padding-bottom: 60px;
}
.indb_nr li.ond {
	padding-bottom: 60px;
}
.indb_wb {
	font-size: 0.75rem;
	padding-top: 7px;
}
.indb_wb p {
	padding-bottom: 5px;
}
.indb_pic img {
	height: 70px;
}
.indb_img {
	top: 66%;
}

.index_bgc {
	padding-top: 115px;
	padding-bottom: 80px;
}
.indc_nr li {
	width: 24%;
	margin-left: 1.3333%;
}
.indc_nr li a {
	height: 300px;
}
.indc_pic {
	padding-top: 30px;
}
.indc_pic img {
	max-width: 40%;
}
.indc_wb {
	padding-top: 20px;
	width: 90%;
}
.indc_bt {
	font-size: 1.875rem;
}
.indc_ms {
	line-height: 24px;
	font-size: 0.9125rem;
	padding-top: 10px;
}
.indd_l img {
	height: 430px;
}
.indd_r {
	width: 47%;
	padding-top: 20px;
}
.indd_title {
	font-size: 18px;
}
.indd_title p {
	font-size: 1.5rem;
	padding-bottom: 5px;
}
.indd_ms {
	padding-top: 20px;
	font-size: 0.875rem;
	line-height: 26px;
	text-indent: 28px;
}
.indd_more {
	padding-top: 30px;
}
.indd_more a {
	width: 110px;
	height: 38px;
	line-height: 38px;
	font-size: 0.875rem;
}
.indd_more a.on {
	margin-left: 25px;
}
@media screen and (max-width:520px) {
.index_bgc {
padding-top:80px;
padding-bottom:60px;
}
.indc_nr li {
width:24%;
margin-left:1.3333%;
}
.indc_nr li.on {
margin-left:0;
}
.indc_nr li a {
height:280px;
}
.indc_pic {
padding-top:20px;
}
.indc_wb {
padding-top:10px;
width:94%;
}
.indc_bt {
font-size:18px;
}
.indc_ms {
line-height:18px;
font-size:0.75rem;
padding-top:10px;
}
.index_bgd .kg {
width:100%;
}
.indd_l {
width:100%;
}
.indd_l img {
float:none;
width:100%;
display:block;
height:auto;
}
.indd_r {
width:98%;
margin:0 1%;
padding-top:30px;
}
}
.inde_nr li a {
	margin: 0 2%;
}
@media screen and (max-width:520px) {
.index_bge {
padding-top:50px;
padding-bottom:60px;
}
.inde_nr {
overflow:hidden;
}
.inde_nr li {
width:50%;
}
}
.indf_kg {
	margin-top: 30px;
	width: 92%;
}
.indf_bt {
	height: 40px;
	line-height: 40px;
	font-size: 0.9125rem;
	margin-bottom: 0;
}
.indf_more {
	margin-top: 20px;
	opacity: 0;
	transition: 0.5s;
}
.indf_more img {
	height: 30px;
}
.indf_an {
	top: 38px;
}
.indf_an a {
	height: 30px;
	width: 30px;
	line-height: 30px;
}
@media screen and (max-width:520px) {
.index_bgf {
padding-top:50px;
padding-bottom:60px;
}
.indf_title {
text-align:center;
}
.indf_title img {
margin-bottom:0;
padding-right:0;
}
.indf_title span {
display:block;
padding-top:8px;
font-size:0.875rem;
}
.indf_nr {
width:100%;
overflow:hidden;
}
.indf_nr li {
float:left;
width:50%;
}
.indf_bt {
height:30px;
line-height:30px;
margin-top:7px;
margin-bottom:0;
}
.indf_ms {
font-size:0.75rem;
line-height:20px;
height:40px;
}
}
.ftel {
	width: 100%;
	border-right: none;
	height: auto;
}
.fnav {
	display: none;
}
@media screen and (max-width:520px) {
.fnavtel {
padding:30px 0 30px 0;
}
.fewm {
width:33%;
}
.ftel_nr {
width:62%;
padding-top:5px;
}
.ftel_wb {
padding-bottom:15px;
}
.ftel_wb p {
font-size:0.9125rem;
}
.tel_bt {
font-size:1rem;
padding-bottom:5px;
}
.ftel_nr p {
line-height:26px;
}
.fbq {
padding-bottom:70px;
font-size:0.75rem;
line-height:20px;
}
.fbq span {
float:none;
display:block;
}
}
/*首页style结束*/

/*内页style开始*/
.about_banner, .contact_banner, .video_banner, .news_banner, .pro_banner {
	height: 230px;
}
.main_flbg {
	height: 70px;
}
.main_flbg .kg {
	width: 100%;
}
.main_fl {
	margin-left: 1%;
}
.main_fl li a {
	padding: 0 35px;
	height: 70px;
	line-height: 70px;
}
.main_bt {
	line-height: 70px;
	height: 70px;
	padding-right: 1%;
}
@media screen and (max-width:520px) {
.about_banner, .contact_banner, .video_banner, .news_banner, .pro_banner {
height:120px;
}
.main_flbg {
height:40px;
border-bottom:2px solid #005fa7;
}
.main_fl {
float:none;
margin-left:0;
}
.fl_03 li {
width:33.333%;
}
.fl_04 li {
width:25%;
}
.fl_05 li {
width:20%;
}
.main_fl li a {
padding:0;
font-size:0.875rem;
height:40px;
line-height:40px;
}
.main_fl li i {
background-size:auto 5px;
bottom:-5px;
}
.main_bt {
display:none;
}
}
.main {
	padding-top: 50px;
	padding-bottom: 70px;
}
.about_nr {
	font-size: 0.875rem;
	line-height: 24px;
}
@media screen and (max-width:520px) {
.main {
padding-top:30px;
padding-bottom:60px;
}
.book_title {
font-size:0.9125rem;
line-height:26px;
padding-bottom:30px;
}
.book_nr div.fl, .book_nr div.fr {
width:99%;
float:none;
}
.contxt {
font-size:0.875rem;
}
.contxta {
font-size:0.875rem;
}
.btn {
width:120px;
height:40px;
font-size:1rem;
}
}
.honor_nr li {
	width: 32.333%;
	margin: 0 0.5% 30px 0.5%;
}
.case_mc {
	font-size: 0.875rem;
}
@media screen and (max-width:520px) {
.honor_nr li {
width:49%;
margin:0 0.5% 25px 0.5%;
}
.case_nr li {
width:49%;
margin:0 0.5% 25px 0.5%;
}
.case_nr li.on {
margin:0 0.5% 25px 0.5%;
}
.case_pic i {
background-size:auto 60px;
}
}
.news_nr li a {
	padding: 1%;
}
.news_pic {
	width: 27%;
}
.news_wb {
	width: 70%;
}
.news_bt {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}
.news_ms {
	font-size: 0.875rem;
	line-height: 22px;
	height: 44px;
	margin-top: 2px;
}
.news_more {
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.newsshow_title {
	font-size: 18px;
}
.newsshow_wnnr {
	font-size: 0.875rem;
	line-height: 24px;
}
@media screen and (max-width:520px) {
.news_pic {
width:28%;
}
.news_wb {
width:70%;
padding-left:0%;
}
.news_bt {
font-size:0.9125rem;
height:24px;
line-height:24px;
}
.news_ms {
font-size:0.75rem;
line-height:20px;
height:40px;
overflow:hidden;
margin-top:1px;
}
.news_more {
display:none;
}
.xgnews-tit {
font-size:18px;
}
.xgnews-con li {
width:95%;
}
}
.proflyc {
	height: auto;
	border-bottom: 0;
	height: auto;
}
.proflyc .main_bt {
	display: none;
}
header nav li a {
	padding: inherit;
}
header nav li i {
	display: none;
}
.pro_mc {
	height: 50px;
	font-size: 0.9125rem;
	overflow: hidden;
	line-height: 50px;
}
.mod18 {
	float: none;
	margin: 0 auto;
}
.proshowa_wb {
	width: 100%;
	padding-top: 30px;
}
.nycp_bt {
	font-size: 1.25rem;
}
.nycp_bt p {
	font-size: 1.5rem;
	padding-bottom: 5px;
}
.nycp_nr {
	font-size: 0.875rem;
	line-height: 24px;
}
.nypro_l {
	width: 100%;
}
.proshow_nr {
	font-size: 0.875rem;
	line-height: 24px;
}
.nypro_r {
	width: 99.8%;
	margin-top: 0px;
}
.cnxh_title {
	height: 50px;
	line-height: 50px;
	font-size: 1rem;
}
.cnxh_nr {
	padding: 10px 0;
}
.cnxh_nr li {
	padding-top: 0px;
	width: 24%;
	margin: 0 0.5%;
	float: left;
}
.cnxh_mc {
	font-size: 0.875rem;
}
@media screen and (max-width:520px) {
.pro_nr li {
width:49%;
margin:0 0.5% 25px 0.5%;
}
.pro_nr li.on {
margin:0 0.5% 25px 0.5%;
}
.pro_mc {
height:40px;
font-size:0.875rem;
line-height:40px;
}
.proshowa {
padding-top:0;
}
.propic_kg {
display:block;
width:100%;
}
.propic_nr li {
width:100%;
}
.propic_nr li img {
width:100%;
display:block;
}
.proshow_an a {
margin-top:0.2%;
width:49.8%;
text-align:center;
font-family:"宋体";
height:40px;
display:block;
color:#fff;
line-height:40px;
font-size:1.5rem;
}
.proshow_an a.prev {
float:left;
background:#1d1814;
}
.proshow_an a.next {
float:right;
background:#005fa7;
}
.mod18 {
display:none;
}
.nycp_more .job_morea {
display:none;
}
.nycp_more .job_moreb {
display:block;
}
.nypro_r {
width:99.5%;
}
.cnxh_nr li {
width:48%;
margin:1%;
}
}
/*内页style结束*/
}
.fswzj {
	display: none;
}

@media(max-width:767px) {
.fswzj {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	display: block;
	background: #da251c;
}
.fswzj ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top: 2px solid #ec3d32;
}
.fswzj ul li {
	color: #fff;
	width: 25%;
	text-align: center;
	padding: 0.4rem 0;
	position: relative;
	float: left;
}
.fswzj ul li a {
	color: #fff;
	display: block;
	border-left: 1px solid #ec3d32;
}
.fswzj ul li.on a {
	border-left: none;
}
.fnav_pic {
	width: 25%;
	margin: 0 auto;
}
.fnav_pic img {
	width: 100%;
}
.fnav_wb {
	font-size: 0.875rem;
	padding-top: 2px;
}
footer {
	padding: 20px 0 120px 0;
}
}

/*导航样式*/
@media screen and (max-width:770px) {
/*分类*/
header {
	background: none;
	width: auto;
	display: block;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none !important;
}
header nav li {
	background: none;
	line-height: inherit;
	margin-bottom: auto;
}
header nav li a {
	font-weight: inherit;
	border: none;
	padding: inherit;
	height: auto;
	z-index: 9;
}
header nav li span {
	display: none;
}
header nav li ul li {
	margin: auto;
	background: none;
}
header nav li ul li a {
	border: 0;
	line-height: inherit;
}
header nav li i {
	height: 40px;
}
.mean-container .mean-bar {
	width: 100%;
	position: relative;
	background: #005fa7;
	height: 40px;
	z-index: 99;
}
.mean-container .mean-bar div.fl {
	font-size: 1rem;
	color: #fff;
	line-height: 40px;
	padding-left: 2%;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 9px 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	width: 90%;
	background: none;
	font-size: 0.875rem;
	padding: 0 5%;
	height: 39px;
	line-height: 39px;
	margin: 0;
	text-align: left;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(173, 173, 173, .5);
	text-decoration: none;
	text-transform: uppercase
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 0 10%;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, .25);
	opacity: .75;
	filter: alpha(opacity=75);
	text-shadow: none!important;
	visibility: visible
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 15px;
	height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	font-weight: 700;
	background: rgba(255, 255, 255, .1);
	border: 0!important;
	border-left: 1px solid rgba(255, 255, 255, .4)!important;
	border-bottom: 1px solid rgba(255, 255, 255, .2)!important
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,.9)
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.mean-remove {
	display: none!important
}
header nav {
	text-align: center;
	background: #efefef;
}
header nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
/*分类*/	
}

@media screen and (max-width:770px) {
.mobile-inner-nav {
	position: absolute;
	right: 0%;
	height: auto;
	line-height: normal;
	top: 0;
	z-index: 999;
	display: block;
	background: none;
}
.mobile-inner-nav li {
	float: none;
}
.mobile-inner-nav li .nav_ej {
	display: none;
}
.mobile-inner-nav li:hover .nav_ej {
	display: none;
}
.mobile-inner-nav a {
	display: block;
	float: left;
	color: #fff;
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	text-align: left;
}
.mobile-inner-nav a i {
	display: none;
}
.mobile-inner-nav a:hover, .mobile-inner-nav a.cur {
	background: none;
}
.mobile {
	width: 100%;
	position: relative;
}
.mobile-inner {
	width: 100%;
}
.mobile-inner img {
	width: 100%;
}
.mobile-inner-header {
	background-color: rgb(255,255,255);
	width: 100%;
	height: 5.6rem;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mobile-inner-header-icon {
	color: #fff;
	width: 84px;
	height: 54px;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	float: right;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
@media screen and (max-width:520px) {
.mobile-inner-header-icon {
margin-top:5px;
}
}
.mobile-inner-header-icon:hover {
	cursor: pointer;
}
.mobile-inner-header-icon span {
	position: absolute;
left: calc((100% - -10%) / 2);
	top: calc((100% - 5px) / 2);
	width: 35%;
	height: 0.2rem;
	background-color: rgba(216,37,17,1);
	border-radius: 0.15rem;
}
.mobile-inner-header-icon-out p {
	width: 35%;
	height: 0.2rem;
	background-color: rgba(216,37,17,1);
	position: absolute;
	left: 55%;
	bottom: 27px;
	display: block;
	border-radius: 0.15rem;
}
.mobile-inner-header-icon i {
	display: block;
	position: absolute;
	left: 7%;
	top: 0;
	font-size: 1rem;
	color: #404040;
	line-height: 54px;
	font-style: normal;
}
.mobile-inner-header-icon-click p {
	display: none;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(10px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-10px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
@keyframes clickfirst {
0% {
transform: translateY(10px) rotate(0deg);
}
100% {
transform: translateY(0) rotate(45deg);
}
}
@keyframes clicksecond {
0% {
transform: translateY(-10px) rotate(0deg);
}
100% {
transform: translateY(0) rotate(-45deg);
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
@keyframes outfirst {
0% {
transform: translateY(0) rotate(-45deg);
}
100% {
transform: translateY(-10px) rotate(0deg);
}
}
@keyframes outsecond {
0% {
transform: translateY(0) rotate(45deg);
}
100% {
transform: translateY(10px) rotate(0deg);
}
}
.mobile-inner-nav {
	background-color: rgba(0,0,0,0.8);
	width: 50%;
	position: absolute;
	top: 80px;
	right: 0px;
	padding-top: 1rem;
	padding-bottom: 3rem;
	display: none;
	z-index: 999;
	margin: 0;
}
@media screen and (max-width:520px) {
.mobile-inner-nav {
top:60px;
}
}
.mobile-inner-nav a {
	display: inline-block;
	line-height: 2.5rem;
	text-decoration: none;
	width: 90%;
	margin-left: 5%;
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 0.875rem;
}
.mobile-inner-nav a:hover {
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
.mobile-inner-nav a p {
	display: none;
}
@-webkit-keyframes returnToNormal {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes returnToNormal {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
}

@media screen and (max-width:1024px) {
.sous {
	display: none;
}
}
.sous {
	z-index: 99;
	height: 100px;
	position: absolute;
	background: #005fa7;
	right: 0px;
	top: 0px;
}
.sb-search {
	position: relative;
	width: 90px;
	height: 100px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 35px;
	right: 90px;
	border: 1px solid #ccc;
	background: #fff;
	width: 64%;
	height: 28px;
	margin: 0;
	z-index: 10;
	font-size: 0.875rem;
	color: #5b5b5b;
	padding: 0 10px;
	outline: none;
	font-family: "微软雅黑";
}
.sb-icon-search, .sb-search-submit {
	width: 90px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	z-index: 90;
	background: url(../images/sous.png) no-repeat center center;
	width: 90px;
	height: 100px;
}
.header .sb-icon-search, .header .sb-search.sb-search-open .sb-icon-search, .header .no-js .sb-search .sb-icon-search {
	background: url(../images/sous.png) no-repeat center center;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 400px;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: url(../images/sous.png) no-repeat center center;
	width: 90px;
	height: 100px;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*优势*/
.index_bgb {
    background: url(../images/index_bgb.png) no-repeat center top;
    width: 100%;
    height: auto;
    padding-bottom: 426px;
}
.indb_title {
    padding-top: 22px;
    text-align: center;
}
.indb_nr {
    padding-top: 70px;
}
.indb_nr li {
    float: left;
    width: 20%;
    text-align: center;
}
.indb_wb {
    padding-top: 10px;
    font-size: 0.875rem;
    color: #e7e5e5;
}
.indb_wb img {
    padding-bottom: 15px;
    display: block;
    margin: 0 auto;
}



/*产品li强制*/
.inda_nr li{
	width:400px!important;
}



/*首页新闻*/
.xinwen {
    height: 655px;
    background: #f6f6f6;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.xinwen_nr .xinwen_z {
    width: 588px;
    padding-top: 70px;
}
.xinwen_nr .wenti {
    width: 490px;
    height: 470px;
    margin-top: 70px;
}
.langzixu {
    width: 588px;
    height: 470px;
    text-align: left;
}
.langzixu .hd {
    height: 30px;
    line-height: 30px;
    padding: 0 10px 5px 20px;
    position: relative;
    border-bottom: 1px solid #d2d2d3;
}
.langzixu .gd {
    display: block;
    width: 53px;
    height: 22px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}
.infoList li{
	height:105px;
}
.langzixu .bd ul {
    padding-top: 30px;
    zoom: 1;
}
.langzixu .bd li {
    line-height: 24px;
    padding-bottom: 20px;
    clear: both;
}
.langzixu .bd ul li .xin_img {
    position: relative;
    overflow: hidden;
    height: 153px;
    margin-bottom: 17px;
    width: 250px;
    float: left;
}
.langzixu .bd ul li .xin_img .xw-img {
    position: absolute;
    width: 100%;
}
.langzixu .bd ul li .xin_img .tuoti {
    position: absolute;
    right: 0;
    top: 0;
}
.langzixu .bd ul li a.ainews {
    display: block;
    float: right;
    width: 320px;
}
.langzixu .bd ul li a .xin_wz {
    border-bottom: 1px solid #d2d2d3;
    padding-bottom: 20px;
}
.langzixu .bd ul li a .xin_wz p {
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.langzixu .bd ul li a .xin_wz span {
    color: #999;
    font-size: 14px;
}
.lj{
	color:#005fa7!important;
}
.wen{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.langzixu .bd ul li a .xin_wz span .lj {
    color: #005fa7;
}
.wenti .weiti_bt {
    border-bottom: 1px solid #d2d2d3;
    margin-bottom: 31px;
}
.wenti .weiti_bt {
    position: relative;
}
.wenti .weiti_bt p {
    color: #666;
    font-size: 18px;
    border-bottom: 3px solid #005fa7;
    width: 109px;
    padding-bottom: 8px;
    margin-bottom: -2px;
}
.wenti .weiti_bt a {
    position: absolute;
    right: 0;
    top: 0;
}
.txtScroll-top {
    overflow: hidden;
    position: relative;
    height: 460px;
}
.txtScroll-top .bd {
    height: 460px;
}
.txtScroll-top .tempWrap {
    height: 400px!important;
}
.txtScroll-top .title {
    widht: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.note span{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.txtScroll-top .title img, .txtScroll-top .note img {
    float: left;
    padding-right: 10px;
    display: block;
}
.txtScroll-top .title p {
    color: #333;
    font-size: 16px;
    float: left;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 430px;
}
.langzixu .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 32px;
}
.langzixu .hd ul li {
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}
.langzixu .hd span {
    float: left;
    font-size: 20px;
    padding: 0 10px 0 10px;
    display: block;
}
.langzixu .hd ul li.on {
    height: 31px;
    border-bottom: 2px solid #005fa7;
    color: #005fa7;
}
.langzixu .bd li .date {
    float: right;
    font-size: 12px;
    color: #999;
}
.right {
    float: right;
}
.left {
	float:left;
}






/*index-pro*/
.products {
/*
    background: #f5f5f5;
    padding: 73px 0;
*/
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.products .conleft {
    width: 270px;
    position: relative;
    z-index: 3;
}
.products .conleft h3 {
    display: block;
    color: #fff;
    padding: 23px 0 0 36px;
    height: 87px;
}
.products .conleft h3 {
    height: 110px;
    background: #005fa7;
    margin-bottom: 2px;
    font-weight: normal;
}
.products .conleft h3 span {
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.products .conleft h3 i {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
	margin-top: 1rem;
}
i {
/*    font-style: normal;*/
}
.lBox {
    padding-bottom: 25px;
    background: #fff;
}
.products .conleft .box {
    padding: 23px 19px 0 19px;
}
.products .conleft .box .p1 {
    height: 50px;
    background: #005fa7 url(../images/inico9.png)no-repeat 200px center;
    width: 233px;
    position: relative;
    left: -1px;
    text-indent: 27px;
}
.products .conleft .box .p2 {
    height: 50px;
    background: #005fa7 url(../images/inico9a.png)no-repeat 200px center;
    width: 233px;
    position: relative;
    left: -1px;
    text-indent: 27px;
}
.products .conleft .box .p1 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.products .conleft .box .p2 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.products .conleft .box ul.ul1 {
    border-left: 1px solid #fff;
}
.products .conleft .box ul.ul1 .boxli {
    padding-left: 8px;
    height: 45px;
    position: relative;
}
.box {
    padding: 23px 19px 0 19px;
}
.box .p1 {
    height: 50px;
    background: #005fa7 url(../images/inico9.png)no-repeat 200px center;
    width: 269px;
    position: relative;
    left: -1px;
    text-indent: 27px;
}
.box .p2 {
    height: 50px;
    background: #005fa7 url(../images/inico9a.png)no-repeat 200px center;
    width: 269px;
    position: relative;
    left: -1px;
    text-indent: 27px;
}
 .box .p1 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.box .p2 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.box ul.ul1 {
    border-left: 1px solid #fff;
}
.box ul.ul1 .boxli {
    padding-left: 8px;
    height: 45px;
    position: relative;
}
.box ul.ul1 .boxli:first-child .lia {
    border-top: none;
}
.box ul.ul1 .boxli .lia {
    display: block;
    height: 45px;
    line-height: 45px;
    text-indent: 30px;
    background: url(../images/inico10.png) no-repeat 19px center;
    margin-right: 9px;
    border-bottom: 1px dashed #e8e8e8;
	font-size: 14px;
}
.lia {
    border-top: none;
}
 .lia {
    display: block;
    height: 45px;
    line-height: 45px;
    text-indent: 30px;
    background: url(../images/inico10.png) no-repeat 19px center;
    margin-right: 9px;
    border-bottom: 1px dashed #e8e8e8;
	font-size: 14px;
}
.boxli dl {
    position: absolute;
    left: 231px;
    background: rgba(0,96,183,0.9);
    width: 200px;
    text-align: left;
    top: 0;
    display: none;
    padding: 20px 0;
}
.boxli dl dt a {
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: block;
    background: url(../images/inico19.png)no-repeat 20px center;
    padding-left: 32px;
}
.right {
    float: right;
}
.slideTxtBox022 {
    width: 908px;
    background: #fff;
}
.slideTxtBox022 .hd {
    height: 110px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
}
.slideTxtBox022 .hd ul {
    float: left;
    position: absolute;
    height: 110px;
}
.slideTxtBox022 .hd ul li {
    float: left;
    width: 245px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: #fff url(../images/inico8.png)no-repeat 34px center;
    border-right: 1px solid #e5e5e5;
}
.slideTxtBox022 .hd ul li a {
    color: #333;
    font-size: 24px;
    padding-left: 25px;
}
.slideTxtBox022 .hd ul li.on {
    background: #fff url(../images/inico11.png)no-repeat 34px center;
}
.slideTxtBox022 .hd ul li {
    float: left;
    width: 227px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: #fff url(../images/inico8.png)no-repeat 34px center;
    border-right: 1px solid #e5e5e5;
}
.slideTxtBox022 .hd ul li.on a {
    color: #005fa7;
    font-weight: bold;
    padding-left: 25px;
}
.left {
    float: left;
}
.promore {
    line-height: 110px;
    text-align: center;
    width: 170px;
    color: #797979;
    font-size: 16px;
}
.slideTxtBox022 .bd {
    padding: 30px 30px 0;
    height: 635px;
    overflow: hidden;
}
.slideTxtBox022 .bd li {
/*
    height: 315px;*/
    width: 264px;
	margin-bottom: 4rem!important;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    float: left;
    margin: 8px;
}
.slideTxtBox022 .bd li * {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.slideTxtBox022 .bd li .proimg {
/*
    height: 268px;
    width: 268px;
*/
    overflow: hidden;
    position: relative;
}
.slideTxtBox022 .bd li p {
    display: block;
    background: #d2d2d2;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 47px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slideTxtBox022 .bd li img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}