body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

p {
	line-height: 0;
}

a {
	text-decoration: none; color:#333;
}

.top {
	width: 1200px;
	margin: 15px auto;
}

.logo {
	width: 520px;
	float: left;
}


.c {
	clear: both;
}

/* 菜单 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	font-family: arial;
}

.tel {
	float: right;
	padding-top: 28px;
}

.menu {
	height: 54px;
	line-height: 54px;
	background: url(../images/menubj.jpg) repeat-x left top;
}

.menu * {
	box-sizing: border-box;
}

.menu .center {
	width: 1200px;
	margin: 0 auto;
}

.menu .ul-list {
	display: flex;
}

.menu .ul-list>li {
	flex: 1;
	position: relative;
	height: 54px;
	line-height: 54px;
	background: url(../images/menuli.jpg) no-repeat right top;
}

.menu .ul-list>li:last-child {
	background: none;
}

.menu .ul-list>li>a {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;

}

.menu .ul-list>li>a:hover {
	color: #fff;
	background: url(../images/menuhover.jpg) no-repeat left top;
}


.menu .ul-list>li>span {
	color: #fff;
	font-size: 16px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222;
}



.menu .ul-list li:hover ul{display:block}

.menu .ul-list  li ul{
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index:99999;
	background: #333;
	width: 100%;
}

.menu .ul-list li li>a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	height: 36px;
	display: flex;
	align-items: center;
	border: 1px solid #969696;
	border-top: none;
	justify-content: center;
}





/* 菜单 */
/* chanpp */
.title {
	width: 333px;
	margin: 40px auto 0;
}

.bt01 {
	font-size: 30px;
	font-weight: bold;
	color: #03598c;
}

.bt02 {
	font-size: 18px;
	margin-top: 10px;
	color: #999;
}

.line {
	margin-top: 10px;
}

.prolist {
	width: 1200px;
	height: 150px;
	margin: 30px auto 0 auto;

}

.prolist li {
	float: left;
	margin-right: 50px;
	box-shadow: 0px 0px 10px #d4d4d4;
	border-radius: 100px;
	width: 118px;
	height: 118px;
}

.prolist li p {
	padding-top: 140px;
	color: #666666;
}

.prolist li a {
	display: block;
}

.p1 a {
	width: 118px;
	height: 118px;
	background: url(../images/icon01.png) no-repeat left top;
}

.p1 a:hover p {
	color: #009cce;
	background: url(../images/icon001.png) no-repeat left top;
}

.p2 a {
	width: 118px;
	height: 118px;
	background: url(../images/icon02.png) no-repeat left top;
}

.p2 a:hover p {
	color: #009cce;
	background: url(../images/icon002.png) no-repeat left top;
}

.p3 a {
	width: 118px;
	height: 118px;
	background: url(../images/icon03.png) no-repeat left top;
}

.p3 a:hover p {
	color: #009cce;
	background: url(../images/icon003.png) no-repeat left top;
}

.p4 a {
	width: 118px;
	height: 118px;
	background: url(../images/icon04.png) no-repeat left top;
}

.p4 a:hover p {
	color: #009cce;
	background: url(../images/icon004.png) no-repeat left top;
}

.p5 a {
	width: 118px;
	height: 118px;
	background: url(../images/icon05.png) no-repeat left top;
}

.p5 a:hover p {
	color: #009cce;
	background: url(../images/icon005.png) no-repeat left top;
}

.p6 a {
	width: 118px;
	height: 118px;
	background: url(../images/icon06.png) no-repeat left top;
}

.p6 a:hover p {
	color: #009cce;
	background: url(../images/icon006.png) no-repeat left top;
}

.p7 a {
	width: 118px;
	height: 118px;
	background: url(../images/icon07.png) no-repeat left top;
}

.p7 a:hover p {
	color: #009cce;
	background: url(../images/icon007.png) no-repeat left top;
}







.anniu {
	background: #f0f0f0;
	width: 16px;
	height: 253px;
}

.anniu img {
	margin-top: 125px;
}

.anniu:hover img {
	opacity: 0.5;
	cursor: pointer;
}

.proimg {
	width: 1100px;
	margin: 0 auto;
	float: left;
}

.proimg li {
	float: left;
	margin-right: 20px;
}


.proimg li img {
	border: #999 1px solid;

}

.proimg li a:hover img {
	border: #bbbaba 1px solid;

}

.proimg li p {
	height: 45px;
	background: #f0f0f0;
	padding-top: 15px;
}

.proimg li a {
	text-decoration: none;
}

.proimg li a:hover {
	color: #f27600;
}

.proimg li a:hover p {
	color: #fff;
	background: url(../images/cph.jpg) no-repeat left top;
}

.more2 {

	margin: 30px auto 0;
	text-align: center;

}

.more2 a {
	color: #03598c;
	border: #03598c 2px solid;
	padding: 10px 80px;
	font-size: 16px;
}

.more2 a:hover {
	color: #fb9700;
	border: #fb9700 2px solid;
	padding: 10px 80px;
}

/* chanpp */

.cpyy {
	background: url(../images/cpbj.jpg) no-repeat center bottom #f0f0f0;
	padding-bottom: 90px;
}

.proleft {
	float: left;
	width: 260px;
	background: #03598c;
	padding: 30px 30px;
	margin-top: 50px;
}

.proright {
	float: right;
	width: 900px;
}

.prot {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	height: 50px;
	background: url(../images/jiantou.jpg) no-repeat right top;
	border-bottom: #fff 3px solid;
}

.proleft ul {
	margin-top: 10px;
}

.proleft ul li {
	line-height: 57px;
	border-bottom: #fff 1px solid;
}

.proleft ul li a {
	display: block;
	color: #fff;
	font-size: 24px;
}

.proleft ul li a:hover {
	color: #03598c;
	background: #fff;
}

.proright {
	margin-top: 35px;
}

.proright ul li {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}




/* CHAN */
.prolist2 {
	width: 1028px;
	height: 40px;
	margin: 30px auto 0 auto;

}

.prolist2 li {
	margin-right: 10px;
	width: 118px;
	line-height: 40px;
	height: 40px;
	border: #cccccc 1px solid;
	text-align: center;
	display:inline-block; 
}

.prolist2 li a {
	display: block;
	color: #333;
}

.prolist2 li a:hover {
	color: #fff;
	background: #03598c;
}

.proimg2 {
	width: 1200px;
	margin: 30px auto;
	height: 270px;
}

.proimg2 li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}


.proimg2 li img {
	border: #999 1px solid;

}

.proimg2 li a:hover img {
	border: #bbbaba 1px solid;

}

.proimg2 li p {
	height: 45px; width:auto;
	background: #f0f0f0;
	padding-top: 15px;
	border: #999 1px solid;
	border-top: none;
}

.proimg2 li a {
	color: #333;
	text-decoration: none;
}

.proimg2 li a:hover {
	color: #f27600;
}

.proimg2 li a:hover p {
	color: #fff;
	background: url(../images/cph.jpg) no-repeat left top;
}

/* chanpp */




/*新闻资讯*/
.news {
	background: #ecf1f5;
	margin-top: 00px;
	padding-bottom: 40px;
}

.newsl {
	width: 582px;
}

.newsl .time {
	background: #064A95;
	width: 103px;
	height: 89px;
	color: #fff;
	text-align: center;
	position: relative;
}

.newsl .wenzi {
	background: #fff;
	padding: 15px;
	text-align: left;
	line-height: 25px;
}

.newsl .wenzi a:hover p {
	color: #064A95;
}

.newsl .wenzi p:nth-child(1) {
	font-size: 18px;
	color: #000000;
	font-weight: bold;

}

.newsl .wenzi p:nth-child(2) {
	font-size: 16px;
	color: #7c7c7c;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsl .wenzi p:nth-child(3) {
	font-size: 12px;
	color: #999;

	padding-bottom: 10px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.newstup {
	position: absolute;
}

.newsl .time p {
	line-height: 20px;
}

.newsr {
	width: 600px;
	height: 145px;
	text-align: left;
	line-height: 24px;

}

.newsr .wenzi {
	width: 450px;
}

.newsr .wenzi p:nth-child(1) {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.newsr .wenzi p:nth-child(2) {
	font-size: 16px;
	color: #7c7c7c;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 56px;
	overflow: hidden;
}

.newsr .wenzi a:hover * {
	color: #03598c;
}















/* 经验 */
.bj01 {
	background: url(../images/bj01.jpg) no-repeat center top;
	height: 155px;
	margin-top: 50px;
}

.bj02 {
	background: url(../images/bj02.jpg) no-repeat center top;
	height: 306px;

}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.jytitle {
	font-size: 28px;
	color: #004b9f;
	font-weight: bold;
}

.jyen {
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	padding-top: 16px;
	padding-bottom: 35px;
	text-transform: uppercase;
}

.jyline {
	height: 2px;
	background: #cccccc;
	width: 505px;
	margin-bottom: 30px;
}

.jyneir p {
	background: url(../images/hdian.png) no-repeat left 5px;
	margin-top: 20px;
	padding-left: 18px;
	color: #2c2c2c;
	font-size: 16px;
}

.bj03 {
	background: url(../images/bj03.jpg) no-repeat center top;
	height: 315px;
}

.bj04 {
	background: url(../images/bj04.jpg) no-repeat center top;
	height: 85px;
}

.bj05 {
	background: url(../images/bj05.jpg) no-repeat center top;
	height: 298px;
}

.bj06 {
	background: url(../images/bj06.jpg) no-repeat center top;
	height: 426px;
}

/* 关于我们 */
.about {
	width: 1200px;
	margin: 0 auto;
	line-height: 24px;
	font-size: 18px;
	color: #666666;
	margin-top: 30px;
	line-height: 32px;
	padding-bottom: 30px;
}

/* news */
.news {
	background: url(../images/newsbj.jpg) no-repeat center top #fff;
	margin-top: 60px;
	/* margin-bottom: 60px;*/
}



/* foot */
.foot {
	background: url(../images/ftbj.jpg) no-repeat center top;
	height: 360px;
	margin-top: 40px;

}

.sbh {
	background: #fff;
	border-radius: 30px;
	width: 236px;
	height: 183px;
}

.sbh img {
	padding-left: 20px;
	padding-top: 10px;
}

.dz p {
	padding-left: 10px;
}

.dz img {
	float: left;
	margin-top: -4px;
	margin-left: -10px;
}

.ft li {
	float: left;
	text-align: left;
	margin: 50px 40px 50px;

}

.foot a {
	color: #fff;
}

.ft .ftbiaoti {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.ft li p {
	padding-top: 20px;
	color: #fff;
}

.ft li a {
	color: #fff;
	font-size: 16px;

}

.ft li a:hover {
	color: #ff9c53;
}

/* foot */
/* neoy */
.dang {
	border-left: #03598C 8px solid;
	color: #666666;
	font-size: 18px;
	margin-top: 20px;

}

.xx {
	border-bottom: #bab8b8 1px dashed;
	margin-top: 20px;
}

.dang a {
	color: #666666;
	font-size: 18px;
}

.dang a:hover {
	color: #03598C;
}

.qsz {
	width: 245px;
	float: left;
	padding-bottom: 20px;
	
	margin-top: 20px;
}

.qsz h3 {
	height: 78px;
	color: #fff;
	background: #03598c;
	text-align: center;
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	border-bottom: #fff 1px dashed;
}


.qsz ul .yiji a{
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	border-bottom: #ffffff 1px solid;
	background: url(../images/jt01.jpg) no-repeat 210px center #03598C;
}

.erji li a {
	display: block;
	line-height:40px;
	font-size: 16px;
	color: #333;
	padding-left: 40px;
	border-bottom: #ffffff 1px solid;
	background:url(../images/jt.jpg) no-repeat 210px center #ececeb;
}
.erji li a:hover{
	color:#fff;
	background: url(../images/jt01.jpg) no-repeat 210px center #03598C;
}
.dh{
	margin-top: 30px;
}

.qsy {
	float: right;
	width: 926px;
}

.cptt {
	height: 47px;
	font-size: 21px; font-weight:bold;
	color: #666;
	margin-top: 20px;margin-bottom:15px;
	background: url("../images/proxx.jpg") no-repeat left bottom;
	
}



.qsy li {
	width: 299px;
	float: left;
	margin-top: 10px;
	text-align: center;
	margin-right: 5px;
	border: #ececeb 1px solid;
	padding-bottom: 20px;
}
.qsy li p{
	text-align: left;
}
.qsy ul li p:nth-child(2){
	font-size: 18px;
	padding: 0 10px;
}
.cnn{
	margin-top: 10px;
	text-align: left;
	padding: 0 10px;
	line-height: 20px;
}
.qsy li a {
	font-size: 14px;
	color: #666666;
	
}

.qsy li a:hover {
	color: #03598c;
}

.qsy li img {
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
	border: 1px solid #eaeaea;
	display: block;
}

.qsy .nones {
	margin-right: 0;
}

.qsy li img:hover {
	border: 1px solid #03598c;
}

    .g_zj {
        margin-top: 40px;
        min-height: 123px;
    }
    
    .g_zj h2 {
        text-align: center;
        font-size: 38px;
        font-weight: bold;
        color: #2e2e2e;
    }
    
    .g_zj h2 em {
        background:url("../images/lx.jpg") no-repeat 0 8px;
        display: block;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        padding-top: 20px;
    }
	.endit-content p {
	    margin: 15px 0;
	}
	.endit-content {
	    line-height: 28px;
	}
	.endit-content table{margin:0 auto;}
.blk-sm {
    width: 930px;
}

.fr {
    float: right;
}
.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}
.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}
.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}
.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
}
.p14-infolist-1-list h4 a {
    display: block;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.p14-infolist-1-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}
 .p14-infolist-1-list dl:hover{
            border-color: #03598c;
        }
 .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
            background: #03598c;
            border-color: #03598c;
        }
.p14-infolist-1-list-deta a {
    color: #fff;
}
.blk {
    margin-bottom: 20px;
}
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#03598c;
    color:#fff;
    border-color:#03598c;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}

        .tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .tl-fdh-02 li {
            width:33.3%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #eee;
            margin-right: -1px;
            background: #f4f4f4;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 li a {
            color: #a8a8a8;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(../images/p16-icon6.png) no-repeat bottom center #03598c;
            border-color: #03598c;
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
    
	
.footer_right{width:80%; margin:0 auto;}
	
.footer_right form ::-webkit-input-placeholder{
	color: #333;
}
.footer_right form ::-moz-input-placeholder{
	color: #333;
}
.footer_right form ::-ms-input-placeholder{
	color: #333;
}
 .footer_right form ::-webkit-textarea-placeholder{
	color: #333;
}
.footer_right form ::-moz-textarea-placeholder{
	color: #333;
}
.footer_right form ::-ms-textarea-placeholder{
	color: #333;
}
.footer_right form input{
	background: none;
	width: 100%;
	line-height: 40px;
	border:1px #D4D4D4 solid;
	margin-bottom: 12px;
	padding-left: 4%;
	color: #999; font-size:16px;
}
.footer_right form input:focus{
	border:1px #3783c3 solid;
}
.footer_right form textarea{
	width: 100%;
	height: 60px;
	background: none;
	border:1px #D4D4D4 solid;
	margin-bottom: 10px;
	padding-left: 4%;
	color: #999; font-size:16px;
}


button {
    background: #3783c3;
    width: 100%;
    line-height: 40px;
    border: 1px #3783c3 solid;
    color: #fff;
    font-size: 16px;
    border: 0;
	}
button:hover{
	background: #f27600;
	cursor: pointer;
}


.p15-showcase {
    position: relative;
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
}
.p15-showcase-left {
    position: relative;
    width: 44.7%;
    float: left;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-right: 3.3%;
}
.p15-showcase-right {
    width: 51.6%;
    float: left;
}
.p15-showcase-left-jt {
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}
.p15-showcase-left-prev {
    left: 10px;
}
.p15-showcase-left-next {
    right: 10px;
}
.p15-showcase-left-pic {
    width: 100%;
    text-align: center;
}
.p15-showcase-left-size {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 28px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
}
.p15-showcase-right-tit {
    height: 40px;
    font-size: 21px; font-weight:bold;
    line-height: 40px;
    color: #454545;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p15-showcase-right-con {
    line-height: 24px;
    font-size: 14px;
    max-height: 168px;
    margin-bottom: 86px;
    overflow: hidden;
}
.pc-cx-tel-1 {
    width: 50%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    position: absolute;
    bottom: 16px;
    right: 2%;
}
.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #03598c;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}
.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}
.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}
.BMap_bubble_title{font-weight:bold; font-size:16px;}
.BMap_bubble_content{line-height:200%;}