/* KISSY CSS Reset */

/* �������߾� */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements �ṹԪ�� */
dl, dt, dd, ul, ol, li, /* list elements �б�Ԫ�� */
pre, /* text formatting elements �ı���ʽԪ�� */
fieldset, lengend, button, input, textarea, /* form elements ����Ԫ�� */
th, td { /* table elements ����Ԫ�� */
    margin: 0;
    padding: 0;
   font-size: 14px;
   font-family: "΢���ź�" Tahoma, Helvetica, Arial;
}

/* ����Ĭ������ */
body,button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "����", sans-serif;*/
    font: 14px/1 "΢���ź�" Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif!important; /* �� ascii �ַ���ʾ��ʹ�����κα����¶������� */
}
h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var, i { font-style: normal; } /* ��б�����? */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* ͳһ�ȿ����� */
small { font-size: 12px; } /* С�� 12px �����ĺ����Ķ����� small ������ */

/* �����б�Ԫ�� */
ul, ol { list-style: none; }

/* �����ı���ʽԪ�� */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #095bad; }
/* ���ñ���Ԫ�� */
input,select,textarea,button{outline:medium;}
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img ������������? img �ޱ߿� */
input {vertical-align:middle;border: none; background: none;outline:none;}\n

/* ע��optgroup �޷����� */
button, input, select, textarea {
    font-size: 100%; /* ʹ�ñ���Ԫ���� ie ���ܼ̳�������? */
}

/* ���ñ���Ԫ�� */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ���� hr */
hr {
    border: none;
    height: 1px;
}

/* �÷�ie������?��Ҳ��ʾ��ֱ����������ֹ��������������˸ */
html { overflow-y: scroll; min-width: 320px;}
/*�������Ҹ���*/
.fl{float: left;}
.fr{float: right;}
/*�������?*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}

/*��վͷ��ʽ*/
.copy img{height:30px;}
#header{position: fixed;top:0;width:100%;background: #fff;z-index: 9999;}
#header .top-bar {     background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
 color: #999; line-height: 40px; display: none;}
#header .top-a a { float: left; padding: 0 10px; color: #999999;}
#header .top-a a:hover,#header .top-a a:active { color: #999999; background: #000;}

#header .nav-box { background: #fff; padding: 10px 0;}

#header .nav ul { display: none;}
#header .nav i { float: left; margin-left: 25px;}

.xs-nav { height: 100%; background: #1a1a1a; position: fixed; right: -200px; top: 0; width: 200px; overflow: hidden; display: none;}
.xs-nav ul { padding: 15px;}
.xs-nav a { display: block; height: 40px; line-height: 40px; padding-left: 5px; color: #fff;}
.xs-nav a:active { background: #000; color: #fff;}
.xs-nav li { border-bottom: 1px solid #373a3d;}
#header .language-txt {background: #000; height: 40px; line-height: 40px; display: none;}
#header .language-txt a {color: #fff; display: inline-block; width: 49%; text-align: center;}
#header .language-txt a:active { background: #000; color: #fff;}
#header .nav i img { width: 26px; height: auto;}
#header img.logo { margin: 10px;width:60%;}
.top-ban {width: 100%; height: 100%;}
.swiper-slide {
	text-align: center; font-size: 18px; background: #fff; 
	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}    
.swiper-slide img { max-width: 100%; height: auto;}
#header .nav ul li {float: left; height: 55px; line-height: 55px;}
#header .nav ul li a { display: block; padding: 0 8px; color: #fff;}
#header .nav ul li a:hover, #header .nav ul li a:active, #header .nav ul li.active a {background: #074b8f; color: #fff;}




.plane-body {
    float: left;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;width:100%;float:left;
}.form-group label {
    color: #7e7e7e;float:left;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    width: 70px;
}.form-group .form-control {
    border: 1px solid #ddd;
    width: 80%;float:left;
}.require {
    color: red;float:left;padding-left:10px;
}textarea.form-control {
    min-height: 100px;
    resize: vertical;
}.form-control {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    height: 46px;
    padding: 6px 8px;
}.btn.btn-submit {
    border: 1px solid #095bad;
    box-sizing: border-box;
    color: #095bad;
    font-size: 24px;
    height: auto;
    margin-top: 35px;
    padding: 10px;
    text-align: center;
    width: 80%;
}.btn {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 36px;
    padding: 5px 20px;
    vertical-align: middle;
    white-space: nowrap;
}

.btn.btn-submit:hover {
    background: #095bad none repeat scroll 0 0;
    color: #fff;
}

@media (min-width: 768px) {
	#header .top-bar { display: block;}
	#header .nav-box {border-bottom: 0px solid #ff6600; padding: 0;}
	#header .nav ul{ display: block;}

	#header .nav i{ display: none;}
	#header .language-txt{ display: none;}
	.container{ padding: 0;}
    .hyyy{background: #095bad;}
    .hyyy ul li{width:50%;float: left;}
}
@media (min-width: 992px) {
	.container{ padding: 0 15px;}
	#header .nav ul li a{  padding: 0 65px;}
	
}
@media (min-width:1200px) {
	
}
@media only screen and ( max-width:768px ) {
	.container{ padding: 0 10px;}
	#header img.logo{ height: auto; margin: 0;}	
}

/*��վͷ��ʽ ����*/
.clear{clear: both;}
/*��ҳ-���²�Ʒ����*/

.title-01{ text-align: center; padding-top: 30px;border-bottom: 1px solid #dddddd;padding-bottom:1px;}
.title-01 h2{color: #000; font-size: 30px; margin-bottom: 10px;}
.title-01 h3{font-size: 14px; color: #095bad;border-bottom: 3px solid #095bad;
    display: inline-block;
    font-size: 20px;
    margin-bottom: -2px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;}
#sy-cplist{ padding: 60PX 0; text-align: center;}
#sy-cplist1{ padding: 50PX 0; text-align: center;}
#sy-cplist2{ padding: 50PX 0; text-align: center;}
.sy-cpbox p{ height: 50px; margin-top: 10px; overflow: hidden; line-height: 50px; font-size:16px;}
.sy-cpbox .cp-img img{ width: 100%; height: auto; max-width: 100%; transition: all 0.3s ease-out 0s;}
.sy-cpbox .cp-img img:hover{  transform: scale(1.2, 1.2);
    transition: all 0.3s ease-out 0s;}

.swiper-container-horizontal>.swiper-pagination{ bottom: 15px;}
.swiper-container{padding-top:65px;}
a.cp-gd{  display:block;*zoom:1; line-height:34px; text-align: center; width: 150px; margin: 0 auto; border:1px solid #095bad; border-radius: 4px;color:#095bad;margin-top:30px;}
a.cp-gd:hover{ background-color:#095bad; color:#fff;}

.hyyy{background: url(../picture/hyyybg.png) no-repeat center;padding:10px 0;margin:20px 0 0 0;}
.hyyy ul{}
.hyyy ul li{width:10%;float: left;text-align: center;color:#fff;}
.hyyy ul li span{text-align: center;color:#fff;padding:20px 0 0 0;display: block;margin-bottom:20px;}
.hyyy ul li span a{color: #fff;}
.sy-cpbox{border:solid 1px #ccc;}
/*��ҳ-���²�Ʒ����*/
.n_pro{ background-color:#f9f9f9;padding-top:40px;padding-bottom:40px;}

.n_new1{padding-top:40px;padding-bottom:40px;background-color:#f9f9f9;}
.n_pro1{padding-top:40px;padding-bottom:40px;}
/*��ҳ-��������*/
.box2{ margin-top: 20px;}
.box2 .sy-about{ padding: 40px 0;}
.box2 .about-img{ max-width: 100%;}
.box2 .about-txt{ padding-top: 0px; line-height: 1.8; color: #666;}
.box2 .about-txt p{ font-size:16px; color:#666;}
.box2 a.cp-gd{  display:block;*zoom:1; line-height:34px; text-align: center; width: 110px; margin: 0 auto; border:1px solid #ffcc12; background-color:#ffcc12; color:#333;}
.box2 .title-01{ border-bottom: 1px solid #dddddd;
    text-align: center; padding-top: 30px;padding-bottom:1px;}
.box2 .title-01 h2{color: #000; font-size: 30px; margin-bottom: 10px;}
.box2 .title-01 h3{font-size: 14px; color: #095bad;border-bottom: 3px solid #095bad;
    display: inline-block;
    font-size: 20px;
    margin-bottom: -2px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;}
@media (min-width: 768px) {
	.about-img{float: left; margin-right: 20px; width: 40%; line-height: 2;border:solid 1px #ccc;padding:5px;}

}
@media only screen and ( max-width:768px ) {
	.box2 .about-img{  width: 100%;}
}

/*��ҳ-�������ǽ���*/

/*��ҳ-������Ѷ*/
.sy-newsbox{ padding: 40px 0;}
.sy-newsbox .sy-n-img{ float: left; margin-right: 10px;width:50%;}
.sy-newsbox .sy-n-txt{ line-height: 1.2;}
.sy-newsbox .sy-n-txt h2{ line-height: 1.4; max-height: 40px; margin-bottom: 7px; overflow: hidden;}

.sy-newsbox li{ height: 80px; margin-bottom: 15px; overflow: hidden;}
.sy-newsbox .sy-n-img img{ max-width: 110px;max-height: 80px;}	
.sy-newsbox .sy-n-txt p{ max-height: 33px; overflow: hidden; color: #666;}


@media (min-width: 768px) {
	.sy-newsbox .sy-n-img img{width: 100%; max-width: 100%; max-height: 100%;}
	.sy-newsbox .sy-n-txt p{max-height: 65px; line-height: 1.6;}
	.sy-newsbox li{ height: auto;}
	.sy-newsbox .sy-n-txt h2{ line-height: 1.6; max-height: 45px; }
		.sy-newsbox .sy-n-txt h2 a{ font-size:16px;}
 
}


/*��ҳ-������Ѷ����*/

/*��ҳ��*/

#footer{ width:100%;float:left;overflow:hidden; background-color:#003e97; color:#fff; border-top:4px solid #095bad; }
#footer .b-navbox{ padding: 20px 0; display: none;}
#footer .b-nav li{ float: left; width: 19%; color: #fff; margin-left: 2%;}
#footer .b-nav li:nth-child(4){width: 34%;}
#footer .b-nav li:nth-child(5){width: 35%;}
#footer .b-nav { width: 100%;}
#footer .b-nav li a{ display: block; color: #fff; line-height: 30px;}
#footer .b-nav li h2{ height: 40px; line-height: 40px;}
#footer .b-nav li a:hover,#footer .b-nav li a:active{ color: #ccc;}
#footer .rmw{ display: none; text-align: center; line-height: 40px; color: #999;}
#footer .rmw img{ width: 150px;}
#footer .copy{background: #023a8a; line-height: 45px; color: #fff;}
#footer .copy a{ display: inline-block; margin: 0 5px; padding: 0 10px;color: #fff;}
#footer .copy a:hover,#footer .copy a:active{ background: #003e97; color: #999;}
@media (min-width: 768px) {
	#footer .b-navbox{ display: block;}
}

@media (min-width: 992px) {
	#footer .b-nav { width: 100%;}
	#footer .rmw{ display: block;}
}
@media only screen and ( max-width:480px ) {
	#footer .copy div.fr{ display: none;}
}

/*��ҳ��-����*/


/*�б�ҳ������ҳͨ����ʽ*/
.r-list{ padding-bottom: 30px;}
.r-list .mpx-box{ border-bottom: 1px #e5e5e5 solid; margin-bottom: 20px; line-height: 40px; height: 40px; overflow: hidden;}
.r-list .mpx-box h2{ line-height: 40px;}
.r-list .wz{ float: right;}
.ab-ban img{ max-width: 100%; height: auto;}
.l-list .l-title{ background: #095bad; padding:15px 0 15px 15px; line-height:normal; color:#fff; font-size:18px; font-weight:normal;}
.l-list .l-titleab{ background: #095bad; padding:15px 0 15px 15px; line-height:normal; color:#fff; font-size:20px; font-weight:normal;}
.l-list .l-sub{ background: #f2f2f2;width:100%;float:left;}
.l-list .l-sub li{ height: auto; line-height: 45px;}
.l-list .l-sub a{ display: block; color: #808080; padding-left: 15px; border-left: 2px #F2F2F2 solid;}
.l-list .l-sub a:hover,.l-list .l-sub a:active,.l-list .l-sub li.active a{ border-left: 2px solid #095bad; color: #095bad;}
.l-list .l-sub li.active a{background: #fff; border-left: 2px solid #ff6600; color: #ff6600;}
l-list .l-sub a.lftwo:Hover{border:none;}
.l-list .l-sub a.lftwo{padding-left:15px;border:none; background-image:url(../img/ico_p.png);margin-left:10px; background-repeat:no-repeat; background-position:left center;}
.engcoin{width:100%;margin:20px auto;text-align: center;}
.abcontact{font-size: 18px;line-height: 35px;color:#0e5aa5;margin:15px 0 0 0;}
.abcontact p{font-size: 18px;line-height: 35px;color:#0e5aa5;}
.abcontact p a{color:#0e5aa5;}
.lftwo span{ font-size:13px;}
.h_1{float:left;width:100%;}
.h_2{float:left;width:100%;}
.h_right{display:none;}
.h_1_left{float:left;}
.h_1_right{float:right;width:15px;height:15px;margin-top:10px;margin-right:10px;}
.h_1_right span{float:left; background-image:url(../img/I-1.png);width:15px;height:15px; background-repeat:no-repeat; background-position:left center;}
/*.h_1_right p{float:left; background-image:url(../img/I-3.png);width:15px;height:15px; background-repeat:no-repeat; background-position:left center;}
*/

#mn{background-color:#095bad;}
#md{background-color:#fff;padding-bottom:10px;padding-right:10px;}

.ab-txt ul li{float:left;width:30%;margin-left:1%;margin-right:1%;}
.languang{float:right;}
.languang ul li{float:left;margin-left:10px;}
.languang ul li span{float:left;}
.languang ul li p{float:left;margin-left:5px;}
.languang ul li p a{ color:#999; font-size:13px;}

.plugin_4706558438333787 {margin-top:28px;
    float: right;
    max-width: 360px;
}.pluginContent {
    height: inherit;
}.plugin_4706558438333787 .mod-wrap {
    margin-right: 34px;
}
.iconindex{font-size: 20px;color:#095bad;margin:0px 0 0 0;}
.plugin_4706558438333787 .mod-keywords {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd currentcolor #ddd #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 34px;
    padding: 8px 5px;
    width: 100%;
}
.plugin_4706558438333787 .mod-search {
    background-color: #095bad;
    border-color: currentcolor;
    border-style: none;
    border-width: 0;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    margin-right: -34px;
    width: 34px;
}

.fa-search{ background-image:url(../img/se.png);width:24px;height:27px;float:left;margin-left:8px; cursor:pointer; background-repeat:no-repeat;}
@media only screen and ( max-width:768px ) {
	.r-list .mpx-box h2{ float: none; text-align: center; font-weight: bold;}
	body{overflow-x:hidden;}
		#mn{float:right; background:none;height:50px;position: absolute;top:20px;right:10px;}
	#md{float:left;}
	#header .nav-box{ background-color:#fff;}
	.plugin_4706558438333787 {display:none;}
    .languang {
        display: block;
        float: left;
        margin-left: 20%;
        margin-top: 0;
    }
}
@media only screen and ( max-width:600px ) {.side_content{display:none;}}

/*��������*/
.r-list .ab-txt{ line-height: 1.8; color: #666;}
.r-list .ab-txt p {margin-bottom: 15px;}

/*�������� ����*/



/*��Ʒ�б�*/
.cp-list .pic-img img{ width: 100%; height: auto; overflow: hidden;}
.cp-list li{ text-align: center; margin-bottom: 10px;}
.cp-list p{ line-height: 40px; height: 40px; overflow: hidden; padding-top: 5px;}
/*��Ʒ�б� ����*/


/*��Ʒ�б�-��ϸ;*/

.cp-xqbox img{ max-width: 100%; height: auto; }
.cp-xqbox .cp-tt{ margin-top: 10px;text-align: center;padding: 10px 20px;}
.cp-xqbox .cp-txt{ line-height: 1.6; padding-top: 10px 0 ;}
.cp-xqbox .cp-txt p {margin-bottom: 15px; color: #666;}
.cp-xqbox .cp-txt strong {color: #333;}
/*��Ʒ�б�-��ϸ ����*/


/*��������;*/
.ffwd-box{}
.ffwd-box .ffwd-title{ padding: 5px 0;    margin-bottom: 20px;border-bottom: 1px solid #d6d6d6;}
.ffwd-box .ffwd-title h2{font-size: 22px; color: #ee330a; line-height: 40px;}
.ffwd-box li{ line-height: 30px; margin-bottom: 15px;}
.ffwd-box p {color: #666;}
/*�������� ����*/

/*��������;*/
.xz-list li{ height: 40px; line-height: 40px; overflow: hidden; display: block;    border-bottom: 1px solid #e5e5e5;}
/*�������� ����*/


/*��������*/
.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 15px; padding-bottom: 15px; }
.news-list .news-img{ margin-right: 10px;}
.news-list .news-img img{ max-width: 110px;}
.news-list h2 a{ display: block; font-size: 14px; line-height:1.5;max-height: 42px; overflow: hidden;}
.news-list p{ line-height: 1.4; height: 32px; overflow: hidden; font-size: 12px; margin-top: 5px; color: #666; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
@media (min-width: 768px) {
	.news-list h2 a{ font-size: 16px; line-height: 2.2;height: auto;}
	.news-list li p{ line-height: 1.8; height: auto; font-size: 13px;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}
	.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 20px; padding-bottom: 20px; }
}

@media only screen and ( min-width:400px ) {
	.news-list h2 a{ font-size: 15px; line-height:1.8; max-height: 54px;}
	.news-list li p{ line-height: 1.6; height: 60px; font-size: 13px; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}
}


/*�������� ����*/


/*��������-��ϸ*/
.news-t{ text-align: center;}
.news-t h1{ line-height: 30px;}
.news-t .info{ font-size: 12px; color: #999; }
.news-t .info span {margin: 0 20px;}
.nr-txt{ line-height: 1.8;  padding: 20px 0;}
.nr-txt p {margin-bottom: 15px; text-indent: 28px; color: #666;}
@media only screen and ( max-width:768px ) {
	.news-t h1{  font-size: 18px;}
}


/*��������-����*/

/*�˲�����*/
.rc-txt { line-height: 1.8;}
.rc-txt p { color: #666; text-indent: 28px; margin-bottom: 15px;}
/*�˲����� ����*/

/*�˲���Ƹ*/
.job-list{border-bottom: 1px dotted #d9d9d9; margin-bottom: 15px; padding-bottom: 15px;}
.job-list dt{ padding-bottom: 8px; font-size: 16px;}
.job-list dd{ line-height: 1.8; color: #666;}

/*�˲���Ƹ ����*/

/*��ϵ����*/
.lxwm-txt{ line-height:2; padding-bottom: 20px;}
.map-box{ margin-top: 15px;}
.map-box img{ max-width: 100%;}

#new-products_block_right{width:100%;float:left;margin-top:20px;margin-bottom:20px;}
#new-products_block_right .title_block{background: #095bad;
padding: 15px 0 15px 15px;
line-height: normal;
color: #fff;
font-size: 18px;
font-weight: normal;}
#new-products_block_right .title_blockab{background: #095bad;
    padding: 15px 0 15px 15px;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    font-weight: normal;}
.products-block{width:100%;float:left;}
.products-block ul li{background-color:#f3f2f2;float:left;width:100%;margin-top:4%;border-bottom:solid 1px #f8f7f7;padding-bottom:4%;}
.products-block-image{float:left;width:40%;margin-top:10px;margin-left:10px;}
.product-content{float:right;width:55%;margin-top:5%;}
#new-products_block_right .btn-default{width:40%; float:right;margin-top:5%;background-color:#f3f2f2;height:30px;line-height:20px; border-radius:0;}
#new-products_block_right .btn-default:hover{background-color:#095bad; color:#fff;}

@media only screen and ( max-width:600px ) {
	.lxwm-txt h1.h3{  font-size: 20px;}
	.map-box{ width: 600px;}
}

/*��ϵ���� ����*/
 .fenye span{float:left;}
.fenye font{ background-color: #095bad;
    border-color: #095bad;
    color: #fff;
    cursor: default;border: 1px solid #095bad;
    z-index: 2;float:left; padding: 6px 12px;height:34px;line-height:20px;
}

 .fenye a{background-color: #fff;
    border: 1px solid #ddd;
    color: #095bad;
    float: left;
    line-height: 1.42857;
    margin-left: -1px; padding: 6px 12px;height:34px;line-height:20px;
   
    position: relative;
    text-decoration: none;float:left;}
.top-bar .fo a{ color:#999;}
.top-bar .fo{float:left;margin-right:10px;padding-left:25px; background-image:url(../img/top_ml.png); background-repeat:no-repeat; background-position:left center;}
.top-bar .fl{margin-right:10px;padding-left:20px; background-image:url(../img/top_tel.png); background-repeat:no-repeat; background-position:left center;}



.foot-po{width:100%;display:none;}


@media only screen and ( max-width:600px ) {
	
	.foot-po{width:100%;display:block; position:fixed;bottom:0px;line-height:35px;float:left;z-index:99999;}
	
	.foot-po ul li{width:25%;float:left; text-align:center;background-color:#095bad; border-right:solid 1px #fff;}
	.foot-po ul li.etel{ /*background-color:#000;*/}
	.foot-po ul li.enal{ }
	.foot-po ul li:nth-child(4n) {border-right:none;}
	
	.foot-po ul li a{ color:#fff; font-size:1em;}
	.foot-po ul li span{float:left;width:100%; text-align:center;height:25px;margin-top:2px;}
	.foot-po ul li span img{max-width:100%;vertical-align:top;}
	.foot-po ul li p{float:left;width:100%; text-align:center;height:25px;line-height:25px; /*text-align:center; background-image:url(../img/t.png); background-repeat:no-repeat; background-position:0 5px;*/ }
#footer{padding-bottom:80px;}
.hyyy{background: #095bad;}
    .hyyy ul li{width:50%;float: left;}

	}

.ab-ban{margin:auto; text-align:center;}

.link{margin-top:0px;margin-bottom:0px;width:100%;float:left;height:auto; background-color:#fff;padding-top:10px;padding-bottom:10px;color:#696f74;}
.link span{background:url(../img/linktitle.png) no-repeat scroll left bottom;
    display: block;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 12px;
    width: 100px;float:left; color:#fff}
.link p{line-height:30px;}
.link a{ color:#696f74;}
.link a:hover{ color:#095bad;}

@media only screen and ( max-width:700px ) {
	.link{display:none;}

	}.main_img{}
.main_img_a{width:100%;height:auto;float:left;margin-bottom:20px;}
.main_img_a_title{width:100%;height:50px;float:left;}
.main_img_a_title span{float:left; background-color:#0858bb; color:#FFF; font-size:16px; font-weight:bold; padding:10px 30px 10px 30px;}
.main_img_a_con{width:100%;height:auto;float:left;margin-top:20px;}
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:700px; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(../img/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px;  line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { display:none;background:url(../img/mbNumber_bg.gif) no-repeat center; display:inline; color:#fff; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink {display:none; width:32px; height:100px; background:transparent url(../img/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { display:none;width:32px; height:100px; background:transparent url(../img/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(../img/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left;  width:31.2%;margin-right:1%;margin-left:1%;}
.layout_default1{float:left;  width:31.2%;margin-right:1%;margin-left:1%;}
.mod_gallerylist{width:100%; margin:0 auto;}
.meta{font-size:12px; text-align:center;width:100%;margin-bottom:10px;margin-top:10px;}
.image_container img{max-width:100%;height:auto}
.meta a{color:#666; text-decoration:none;}
#butong_net_left img:hover{transform: scale(1.1, 1.1);}
#mbImage img{max-width:100%;}
#hon{width:100%;}
/*2������*/
#header .nav ul li{ position:relative;}
#header .nav ul li:hover{background-color:#074b8f;}
#header .nav ul li:hover a{ color:#fff;}

.nav_2{
    left: 0px;
    position: absolute;
    top: 55px;
    visibility: hidden;
    width: 100%;
    z-index: 9999; background-color:#074b8f;
}
#header .nav ul li .nav_2 a{ border-bottom:solid 1px #0e5aa5;color:#fff;line-height:40px; text-align:center;padding:0px;margin:0px;}
#header .nav ul li .nav_2 a:hover{ background-color:#0d4a86;}
#header .nav ul li:hover .nav_2{ visibility:visible;}

.nav_3{
    left:135px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 9999; background-color:#095bad;
}
#header .nav ul li .nav_03{ position:relative;}
#header .nav ul li .nav_03:hover .nav_3{ visibility:visible;}



/*shouju2������*/
.snav_2{display: none;}

.snav_2 a{height:auto;}
.xs-nav li{ position:relative;}
.xs-nav li p{ position:absolute;right:0px;top:10px;width:30px;height:30px;}
.xs-nav li p em{float:left; background-image:url(../img/io-1.png);width:30px;height:30px; background-repeat:no-repeat; background-position:center center;}
.xs-nav li p b{float:left; display:none; background-image:url(../img/io-2.png);width:30px;height:30px; background-repeat:no-repeat; background-position:center center;}



@media only screen and ( max-width:1200px ) {
#header .nav ul li a{padding: 0 15px;}}
@media only screen and ( max-width:1000px ) {
#header .nav ul li a{padding: 0 8px; font-size:12px;}}

.pages{width:100%;text-align:center;margin-top:5px;padding-bottom:5px; overflow:hidden;color:#fff;}
.pages a,.previous_s,.next{color:#333;}
.pages a:hover,.next a:hover{color:#fff;}
.pages ul{list-style:none}
.pages li{display:inline-block;margin-left:8px;list-style:none;padding:0 5px;border:1px solid #ccc;margin-right:8px;}
.pages_solid,.next:hover,.previous_s:hover,.pages_hollow:hover{padding:0 5px;border:1px solid #999999;background:#999999;color:#fff;text-decoration:none;cursor:pointer;}