/************ HEADER ***************/


#logo{
    width: 100%;
    height: 145px;
	background:url(../img/logo_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
#logo a{
    display: block;
    padding-top: 35px;
	}
	
#logo a img{
	display: block;
	}

#nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #00489d;
	}

.container {
    margin: 0px auto;
    width: 1200px;
	}
	
/*.active{
	 color:#8e2627 !important;
	 font-weight:bold;
	}*/


/* 通用样式 */
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color:#fff;
	}
	
.menu {
    height: 105px;
	}

.menu li {
/*    background: -moz-linear-gradient(#292929, #252525);
    background: -ms-linear-gradient(#292929, #252525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
    background: -webkit-linear-gradient(#292929, #252525);
    background: -o-linear-gradient(#292929, #252525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
    background: linear-gradient(#292929, #252525);*/

/*    border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;
    min-width: 160px;*/
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}

.menu > li:first-child {
    /*border-radius: 5px 0 0;*/
	}

.menu a {
	color: #FFF;
    display: block;
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 60px;
    width: 160px;
    text-align: center;
    height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 5px;
	}
	

/* 悬停时的样式 */
.menu li:hover {
    /*color:#8e2627;*/
    /*border-bottom: 2px solid #ff7e0e;*/
    /*border-top: 2px solid #1B1B1B;*/
	font-weight:bold;
	background:#3ea3f0;
	color:#fff;
	}


.menu li:hover > a {
    /*border-radius: 5px 0 0 0;*/
    /*border-left: 3px solid #C4302B;*/
    color: #fff;
	border:0;
	}
	
.menu li:hover > .submenu li {
	border:0;
	}

/* 子菜单样式 */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 60px;
    z-index: 0;
	padding:15px;
	/*width:140px;*/
	/*border-top: 2px #8e2627 solid;*/
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
	background:rgba(255,255,255,0.8);
}
.submenu li {
    width: 141px;
    padding: 0px 15px;
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

.submenu li a{
	font-size: 14px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    color: #333333;
    margin: 5px 0px;
    width: 100%;
    /*border-bottom: 1px #fff dashed;*/
	}

.menu .submenu li:hover a {
    /*border-left: 3px solid #454545;*/
	/*border-bottom:1px #00b0a6 solid;*/
    color: #fff;
	/*background:#FFF;*/
	
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 过渡效果的延迟 */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/************ HEADER ***************/








/************ FOOTER ***************/

.footer{
	width: 100%;
    height: 400px;
    background: #2150aa;
    margin-top: 50px;
	}
	
#foot_t{
    width: 100%;
    height: 270px;
    padding-top: 40px;
	}

#foot_l{
	width:450px;
	float:left;
	}
	
#foot_l img{
    display: block;
    margin-top: 60px;
	}

#foot_r{
	width:750px;
	float:right;
	}

.foot_r_box{
	width: 180px;
    text-align: center;
    float: left;
    margin: 0px 3px;
	}

.foot_r_box span{
	display: block;
    font-size: 16px;
    color: #FFF;
    line-height: 54px;
	}

.foot_r_box a{
	display: block;
    font-size: 13px;
    color: #a9b5d7;
    line-height: 32px;
	}

#foot_icp{
	width: 100%;
    height: 74px;
    padding-top: 15px;
    line-height: 30px;
    border-top: 1px #fff solid;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
	}

#foot_icp a{
	color: #FFF;
	}


/************ FOOTER ***************/









/************ INDEX MAIN ***************/

#main_i{
    overflow: hidden;
    margin-top: 50px;
	}
	


#index1{}

#index1_title{
    font-size: 15px;
    height: 50px;
    color: #7f7f7f;
    line-height: 70px;
    overflow: hidden;
	}

#index1_title span{
    display: block;
    float: left;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    border-left: 7px #00479d solid;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    margin-top: 15px;
	}
	
#index1_title a{
	display: block;
    float: right;
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
	}
	
#index1_c1{
    width: 100%;
    height: 80px;
    background: url(../img/index1_c1_bg.png) no-repeat;
    margin-top: 30px;
	}

#index1_c1_l{
    width: 800px;
    float: left;
    line-height: 32px;
	}

#index1_c1_l span{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 24px;
    color: #00479d;
    font-weight: bold;
	}
	
#index1_c1_l small{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    color: #666666;
	}
	
#index1_c1_l small p{
	padding:0;
	margin:0;
	}
	
#index1_c1 a{
	display: block;
    float: right;
    color: #00479d;
    font-size: 18px;
    line-height: 70px;
	}

#index1_c2{
	width: 100%;
    margin-top: 20px;
    height: 350px;
    overflow: hidden;
	}

#index1_c2_l{
	width: 490px;
    float: left;
    padding-top: 10px;
	}
	
.xwdt_box{
	height:330px;
	}
	
.xwdt_box a{
	display:block;
	width:100%;
	height:330px;
	}
	
.xwdt_box a img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
	transition: all 0.3s linear 0s;
	}
	
.xwdt_box a span{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: -75px;
    height: 75px;
    line-height: 75px;
    background: rgba(0,71,157,0.5);
    text-align: center;
    position: relative;
    color: #FFF;
    padding: 0px 10px;
	}
	
.xwdt_box a:hover>img{
	transform: scale(1.1);
    transition: all 0.3s linear 0s;
	}
	
#index1_c2_r{
	width:690px;
	float:right;
	}
	
	
	
	
#index2{
    width: 100%;
    height: 200px;
    margin-top: 40px;
    overflow: hidden;
	}

.index2_title{
	width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
	}

.index2_title span{
    display: block;
    float: left;
    width: 120px;
    background: #1959a7;
    padding: 4px;
    height: 32px;
	}
	
.index2_title span i{
	display: block;
    font-style: normal;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px #fff solid;
    text-align: center;
    height: 30px;
    margin: 0px auto;
    line-height: 30px;
	}
	
.index2_title a{
	display: block;
    float: right;
    font-size: 16px;
    color: #333333;
    margin-right: 15px;
	}

#index2_l{
    width: 590px;
    float: left;
	}

#index2_r{
    width: 590px;
    float: right;
	}

.index2_c{
	width:100%;
	margin-top:20px;
	}

.news_box{
	display:block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #222222;
	}

.news_box i{
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background: #e30012;
    margin-top: 15px;
    margin-right: 10px;
	}
	
.news_box small{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #222222;
    width: 430px;
	}
	
.news_box span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
	}
	
.news_box:hover>small{
	color:#1959a7;
	}
	
.news_box:hover>i{
	background:#1959a7;
	}

	
	
	
	
	
#index3{
	width: 100%;
    height: 420px;
    background: #f9f9f9;
    padding-top: 35px;
    margin-top: 40px;
	}
	
#index3_title{
	font-size: 15px;
    height: 30px;
    color: #7f7f7f;
    line-height: 45px;
    overflow: hidden;
	}

#index3_title span{
    display: block;
    float: left;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    border-left: 7px #00479d solid;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
	}
	
#index3_type{
	height: 34px;
    padding: 0px 90px;
    margin-top: 25px;
	}

#index3_type a{
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: #f1f8fe;
    margin: 0px 10px;
    font-size: 15px;
    color: #00479d;
	}
	
#index3_c{
	width: 100%;
    margin-top: 30px;
	}

.gc_box{
	height:260px;
	}

.gc_box a{
    display: block;
    height: 260px;
    text-align: center;
    font-size: 16px;
    color: #222222;
    line-height: 50px;
	}
	
.gc_box a img{
	display:block;
	width:100%;
	height:210px;
	}
	
	
	
	
	
	
#index4{
	width: 100%;
    height: 370px;
    margin-top: 50px;
	}

#index4_l{
	width:650px;
	float:left;
	}

#index4_l_t{
    width: 100%;
    height: 60px;
    background: url(../img/index4_l_t.png) no-repeat;
    letter-spacing: 1px;
	}

#index4_l_t span{
    display: block;
    float: left;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    border-left: 7px #00479d solid;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
	}

#index4_l_t i{
    display: block;
    float: right;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
	}

#index4_l_c{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
    margin-top: 20px;
	}

#index4_l_c p{
	padding:0;
	margin:0;
	}

#index4_l a{
	display: block;
    width: 150px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f2f2f2;
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
	}

#index4_r{
	width: 490px;
    height: 370px;
    float: right;
    overflow: hidden;
	}

#index4_r img{
    display: block;
    width: 100%;
    height: 370px;
	transition:all 0.3s linear 0s;
	}
	
#index4_r img:hover{
	transform: scale(1.1);
	transition:all 0.3s linear 0s;
	}



	
	
	
	
	


/************ INDEX MAIN ***************/








/************ SIDEBAR ***************/

.sidebar_title{
	width: 100%;
    text-align: center;
    height: 80px;
    background: #005fb1;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;

    letter-spacing: 1px;
    line-height: 25px;
	}
	
.sidebar_title span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 12px;
	}
	
.sidebar_t_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 20px;
	}
	
.sidebar_t_c a{
	border-bottom: 1px dashed #ededed;
    display: block;
    padding: 0px 10px;
    height: 49px;
    line-height: 49px;
    color: #595959;
    font-size: 12px;
	}
	
.sidebar_t_c a span{
	float: right;
	}
	
.sidebar_t_c a:hover{
	background:#005fb1;
	color:#FFF;
	font-weight:bold;
	text-indent:10px;
	}
	
.sidebar_b_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 12px;
    color: #595959;
    line-height: 36px;
	}

/************ SIDEBAR ***************/








/************ 内页 ***************/

.commoninner{
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 50px;
	}
	
.inner-left{
	width: 260px;
    float: left;
	}
	
.inner-right{
	width: 100%;
    float: right;
	}

	
.title{
	margin: 0px;
    padding: 0px;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
    color: #2150aa;
    border-bottom: 1px #2150aa solid;
    letter-spacing: 1px;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 13px;
    color: #666666;
    line-height: 54px;
    font-weight: normal;
	}
	
.weizhi a{
	color: #666666;
	}
	
#dx_t{
    width: 100%;
    height: 60px;
	}

#dx_t a{
	display: block;
    float: left;
    width: 150px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: #f1f8fe;
    margin: 0px 10px;
    font-size: 15px;
    color: #00479d;
	}
	
.de-about-content{}

.de-about-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 34px;
	}
	
.de-product-list{
    overflow: hidden;
	}

.de-product-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-product-list ul a{
    display: block;
    width: 280px;
    height: 235px;
    float: left;
    border: 1px #dcdcdc solid;
    /* background: #f3f3f3; */
    text-align: center;
    line-height: 50px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 0px 9px;
    margin-bottom: 20px;
	}

.de-product-list ul a img{
	display: block;
    width: 280px;
    height: 185px;
    object-fit: scale-down;
	}
	
.de-product-list ul a:hover{
	background:#005fb1;
	color:#FFF;
	}
	
.MagnifierMain{
	display:block;
	width:100%;
	border:0 !important;
	text-align:center;
	margin:30px auto;
	}
	
.MagnifierMain img{}
	
.MagTargetImg{
    display: block;
    margin: 0px auto;
    max-width: 100%;
	}
	
.prodectInfo{
	width: 1200px;
    margin: 0px auto;
	margin-bottom: 50px;
	}
	
.info-crumbs{
	background: #f6f6f6;
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    font-size: 14px;
    color: #595959;
	}
	
.info-crumbs a{
	color: #595959;
	}
	
.info-main{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
	}

.info-main span{
	display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
	}
	
.info-main img{
	display:block;
	margin:0px auto;
	}
	
.infoCenter-left{
	width: 260px;
    float: left;
	}
	
.infoCenter-right{
	width: 900px;
    float: right;
	}
		
.center-content table{
	width:100% !important;
	text-align:center;
	border-collapse: collapse;
	}
	
.center-content table tr td{
    width: 33%;
    text-align: center;
    border: 1px #282828 solid;
    font-size: 12px;
    line-height: 35px;
	}

	
.infopreview{
	width: 100%;
    height: 460px;
    padding-top: 40px;
	}
	
.center-title{
	font-weight: bold;
    font-size: 18px;
    color: #005fb1;
    line-height: 60px;
    margin-bottom: 20px;
    height: 59px;
    border-bottom: 1px solid #005fb1;
	}
	
.parm{
	float: right;
    width: 55%;
    text-align: left;
    text-indent: 10px;
	}
	
.parm table tr td{
    font-size: 12px;
    border: 1px #000 solid;
    line-height: 32px;
    text-indent: 10px;
	}
	
.center-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-news-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-news-list ul a{
	display: block;
    width: 1170px;
    margin: 0px auto;
    padding: 10px;
    height: 75px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 38px;
    color: #595959;
    box-shadow: 0 0 4px 2px rgb(204 204 204 / 90%);
	}
	
.de-news-list ul a span{
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 15px;
    line-height: 75px;
	}
	
.de-news-list ul a:hover{
	box-shadow: 0 0 4px 2px rgb(0 95 177 / 90%);
	}
	
.img{
    height: 75px;
    width: 139px;
    float: left;
    border-right: 1px #a0a0a0 solid;
    text-align: center;
	}
	
.img i{
    display: block;
    font-style: normal;
    font-size: 30px;
    padding-top: 2px;
	}
	
.img img{
	display: block;
    height: 160px;
    width: 210px;
    object-fit: cover;
	}
	
.box{
	width: 1000px;
    float: right;
    height: 75px;
	}
	
.box i{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-style:normal;
	}
	
.news-detail-title{
	padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
	}
	
.h3{
	font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0 10px;
	}
	
.b{
	font-size: 13px;
    color: #999999;
    line-height: 20px;
	}
	
.news-detail p{
	margin: 0px;
    font-size: 16px;
    line-height: 28px;
	}
	
.newsPage{
    color: #323232;
    font-size: 12px;
    line-height: 26px;
    margin-top: 25px;
	}
	
.page-a{
	height: 44px;
    line-height: 44px;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 10px;
	}
	
.newsPage a{
	color: #323232;
	}
	
.page-a a:hover{
	font-weight:bold;
	color:#014b8b;
	padding-left:10px;
	}
	
.contact-list{
	overflow: hidden;
    margin: 25px auto;
	}
	
.contact-list li{
    min-height: 28px;
    padding-left: 50px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    padding-top: 8px;
    margin-bottom: 14px;
    word-wrap: break-word;
	}
	
.icon-01{
	background: url(../images/contact-icon-01.png) no-repeat left top;
	}
	
.icon-02{
	background: url(../images/contact-icon-02.png) no-repeat left top;
	}

.icon-03{
	background: url(../images/contact-icon-03.png) no-repeat left top;
	}

.icon-04{
	background: url(../images/contact-icon-04.png) no-repeat left top;
	}

.icon-05{
    background: url(../images/contact-icon-05.png) no-repeat left top;
	}

.icon-06{
    background: url(../images/contact-icon-06.png) no-repeat left top;
	}
	
#dituContent{
	width: 100%;
    height: 500px;
    margin: 0 auto;
	}
	
.de-message{
	overflow: hidden;
    padding: 0 5px;
	}
	
.tips{
	font-size: 13px;
    line-height: 55px;
    color: #737373;
	}
	
.form-tr{
	overflow: hidden;
	}
	
.form-tr input{
	display: block;
    width: 658px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
	}
	
.error{
	height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
	}
	
.form-tr textarea{
	display: block;
    width: 658px;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
	}
	
.code input{
	width: 188px;
    float: left;
	}
	
.verify{
	cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
	}
	
.verify img{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
	}
	
.submit{
	margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #007b42;
    color: #fff;
    font-size: 15px;
	}
	

/************ 内页 ***************/