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

#join_box{
	width: 100%;
    height: 40px;
    line-height: 40px;
    background: #989898;
    color: #FFF;
	}

#join_box_l{
    width: 720px;
    float: left;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
	}

#join_box_r{
    width: 480px;
    float: right;
    font-size: 12px;
    color: #FFF;
    text-align: right;
	}
	
#join_box_r1{
    width: 150px;
    float: right;
	}

#join_box_r1 a{
    display: block;
    float: left;
    margin-left: 23px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
	}
	
#logo{
	width: 100%;
    height: 160px;
	}

#logo_l{
	width: 700px;
    float: left;
	}
	
#logo_l a{
    display: block;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: 'Arial';
    padding-top: 50px;
	}
	
#logo_l a span{
	display: block;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    font-family: '微软雅黑';
    letter-spacing: 1px;
    /* padding-top: 18px;*/
	}
	
#logo_l img{
	display: block;
    float: left;
    width: 155px;
    height: 60px;
    margin-right: 20px;
	}

#logo_r{
	width: 500px;
    float: right;
	}
	
#tel_div{
	width: 215px;
    padding-left: 80px;
    height: 55px;
    line-height: 26px;
    background: url(../img/tel_bg.png) no-repeat;
    font-size: 30px;
    color: #000000;
    font-family: 'Impact';
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    float: right;
    margin-top: 45px;
	}
	
#tel_div span{
	display: block;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #000305;
    font-weight: normal;
	}

#nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #014993;
	}

#nav a{
	display: block;
    float: left;
    width: 110px;
    text-align: center;
    margin: 0px 5px;
    font-size: 15px;
    color: #FFF;
	}

#nav a:hover{
	background:#ff8b1a;
	font-weight:bold;
	}
	
#nav a.active{
	background:#ff8b1a;
	font-weight:bold;
	}


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








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

.footer{
    width: 100%;
    height: 320px;
    background: #262626;
	margin-top:50px;
	}
	
#foot_t{
	width: 100%;
    height: 79px;
    border-bottom: 1px #fff solid;
	}
	
#foot_nav{
    width: 100%;
    float: left;
	}

#foot_nav a{
	font-size: 15px;
    color: #FFF;
    /* letter-spacing: 1px; */
    margin: 0px 27px;
    line-height: 79px;
	}

#foot_tel{
	width:350px;
	float:right;
	}
	
#foot_tel span{
    display: block;
    width: 350px;
    height: 40px;
    background: url(../img/foot_tel_bg.png) no-repeat;
    line-height: 40px;
    font-size: 23px;
    color: #FFF;
    text-align: right;
    letter-spacing: 2px;
    margin-top: 33px;
	}

#foot_c{
	width: 100%;
    height: 165px;
    padding-top: 30px;
	}

#foot_c_l{
	width: 670px;
    text-align: left;
    float: left;
    font-size: 13px;
    color: #FFF;
    line-height: 44px;
    padding-top: 25px;
    letter-spacing: 1px;
	}

#foot_c_r{
	width: 134px;
    float: right;
	}
	
#foot_c_r img{
	display: block;
    width: 134px;
    height: 134px;
    /* margin-top: 25px;*/
	}

#foot_icp{
	width: 100%;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
	}

#foot_icp a{
	color: #FFF;
	}


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









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

#main_i{
	overflow: hidden;
	margin-top:50px;
	}
	
	
	
	
	
#index1{
    width: 100%;
    height: 970px;
    overflow: hidden;
	}
	
#index1_l{
	width: 260px;
    float: left;
    height: 960px;
	}

#index1_l1{
    width: 100%;
    height: 770px;
	}

#index1_l1_title{
	width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: #014993;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px 5px 0px 0px;
	}

#index1_l1_c{
    padding: 30px 20px;
    background: #f1f1f1;
    height: 630px;
	}
	
#index1_l1_c a{
	display: block;
    border: 1px #cecdcd solid;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
    font-size: 13px;
    color: #000000;
    letter-spacing: 1px;
    background: #fefefe;
    border-radius: 5px;
    margin-bottom: 9px;
    overflow: hidden;
	}
	
#index1_l1_c a:hover{
	background:#ff8b1a;
	color:#FFF;
	font-weight:bold;
	}

#index1_l1_c a img{
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin-top: 12px;
    margin-right: 10px;
	}

#index1_l2{
	width: 260px;
    text-align: center;
    height: 190px;
    background: url(../img/index1_l_tel.jpg) no-repeat;
    font-size: 36px;
    color: #FFF;
    font-family: 'Impact';
    letter-spacing: 1px;
    line-height: 32px;
	}

#index1_l2 span{
	display: block;
    font-size: 17px;
    padding-top: 100px;
	}
	
#index1_r{
	width:900px;
	float:right;
	}
	
#index1_r_title{
    height: 79px;
    line-height: 79px;
    border-bottom: 1px #dcdcdc solid;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
	}

#index1_r_title span{
	display: block;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
	}
	
#index1_r_title a{
	float: right;
    display: block;
    font-size: 12px;
    color: #FFF;
    width: 80px;
    text-align: center;
    background: #a7a7a7;
    height: 25px;
    line-height: 25px;
    margin-top: 30px;
	}
	
#index1_r_c{
	width: 860px;
    margin-top: 25px;
	}

#fczs_gd{overflow: hidden; width: 900px; height: 860px;}

#fczs_gd ul{
	width: 1290px;
	padding: 0px;
	margin:0px;
	}
	
#fczs_gd a{ display:block;}

#fczs_gd li{
    margin: 0px 30px 20px 0px;
    width: 290px;
    height: 270px;
    border: 1px #dcdcdc solid;
    letter-spacing: 1px;
    float: left;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #000000;
    font-size: 14px;
    font-family: '微软雅黑';
    overflow: hidden;
	}
	
#fczs_gd img{
    display: block;
    width: 290px;
    height: 215px;
    object-fit: cover;
	}
	
#fczs_gd li:hover{
	background:#ff8b1a;
	color:#FFF;
	}
	
	
	
	
	
#index2{
	width: 100%;
    height: 440px;
    padding-top: 75px;
    background: #014993;
    margin-top: 50px;
	}
	
#index2_l{
    width: 530px;
    float: left;
	}

#index2_l img{
	display: block;
    width: 530px;
    height: 365px;
    object-fit: cover;
	}

#index2_r{
    width: 615px;
    float: right;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 38px;
	}

#index2_r span{
	display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
	}
	
#index2_r i{
    font-style: inherit;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 20px;	
	}
	
#index2_r a{
	display: block;
    width: 160px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #000000;
    font-size: 14px;
    margin-top: 20px;
	}
	
	
	
	
	
#index3{
	width: 100%;
    margin-top: 50px;
    height: 950px;
    overflow: hidden;
	}
	
#index3_title{
    display: block;
    width: 540px;
    height: 90px;
    background: url(../img/index3_title_bg.png) no-repeat;
    margin: 0px auto;
    font-size: 49px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 70px;
	}

#index3_c{
	width:100%;
	height:860px;
	background:url(../img/index3_c_bg.png) no-repeat;
	}
	
#index3_c1{
    width: 100%;
    height: 140px;
    padding-top: 60px;
	}
	
#index3_c2{
    width: 100%;
    height: 140px;
    margin-top: 30px;
	}
	
#index3_c3{
	width: 100%;
    height: 140px;
    margin-top: 135px;
	}
	
#index3_c4{
    width: 100%;
    height: 140px;
    margin-top: 40px;
	}

.gg2_box{
    display: block;
    width: 685px;
	}

.gg2_title{
    width: 600px;
    height: 85px;
	}

.gg2_title_l{
    width: 80px;
    font-style: italic;
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 38px;
    font-family: 'Impact';
    color: #fff;
    text-align: center;
    background: #295cb9;
    letter-spacing: 4px;
	}

.gg2_title_r{
	width: 495px;
    float: right;
    font-size: 15px;
    color: #2e2d2d;
    line-height: 40px;
    letter-spacing: 1px;
	}

.gg2_title_r span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 44px;
    line-height: 25px;
    border-bottom: 1px #565555 dashed;
	}
	
.gg2_content{
	padding-left: 105px;
    font-size: 14px;
    color: #282828;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: -28px;
	}
	
.gg2_content p{
	padding:0;
	margin:0;
	}
	
	
	
	
	
#index4{
	width: 100%;
    height: 515px;
    padding-top: 65px;
    background: #eeeeee;
    margin-top: 50px;
	}

#index4_title{
	width: 310px;
    text-align: center;
    height: 95px;
    background: url(../img/index4_title.png) no-repeat;
    margin: 0px auto;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
	}

#index4_title span{
	display: block;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 15px;
	}
	
#index4_c{
	width: 100%;
    height: 325px;
    margin-top: 30px;
	}

.wxal_a{
	display: block;
    float: left;
    width: 380px;
    text-align: center;
    height: 320px;
    background: #fff;
    margin-right: 30px;
    font-size: 15px;
    color: #000205;
    letter-spacing: 1px;
    line-height: 65px;
	}

.wxal_a img{
    display: block;
    width: 380px;
    height: 250px;
    object-fit: cover;
	}
	
	
	
	
	
#index5{
	width: 100%;
    height: 570px;
    /* padding-top: 40px; */
    /* background: #f3f3f3; */
    margin-top: 50px;
	}
	
.index5_title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 28px;
    color: #242b31;
    letter-spacing: 1px;
    border: 1px #e5e5e5 solid;
	}
	
.index5_title span{
	display: block;
    float: left;
    width: 150px;
    text-align: center;
    background: #274e96;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
	}

.index5_title a{
    float: right;
    font-size: 14px;
    color: #242b31;
    text-transform: uppercase;
    margin-right: 10px;
	}
	
#index5_l{
	width:760px;
	float:left;
	}
	
#index5_l_c{
    background: #FFF;
    width: 732px;
    padding: 30px 15px;
    height: 450px;
    /* margin-top: 30px; */
    background: #f7f7f7;
	}
	
#index5_l_c1{
	width: 100%;
    height: 265px;
	}

#index5_l_c1 a{
    display: block;
    height: 265px;
    font-size: 14px;
    color: #474747;
    letter-spacing: 1px;
    line-height: 42px;
	}
	
#index5_l_c1 a img{
	display: block;
    float: left;
    width: 400px;
    height: 265px;
    object-fit: cover;
    margin-right: 25px;
	}
	
#index5_l_c1 a span{
    display: block;
    font-size: 24px;
    color: #c80b0f;
    line-height: 50px;
	}
	
#index5_l_c2{
	width: 100%;
    margin-top: 15px;
	}

#index5_l_c2 a{
	display: block;
    font-size: 14px;
    color: #282828;
    letter-spacing: 1px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px #ccc dashed;
	}
	
#index5_l_c2 a:hover{
	font-weight:bold;
	text-indent:10px;
	color:#c80b0f;
	}
	
#index5_l_c2 a span{
	float:right;
	}
	
#index4_l_c2 a:hover{
	text-indent:10px;
	font-weight:bold;
	color:#f39801;
	}
	
#index5_r{
	width:400px;
	float:right;
	}
	
#index5_r_c{
	background: #f7f7f7;
    padding: 30px 15px;
    height: 450px;
    width: 372px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 34px;
	}
	
#index5_r_c img{
    display: block;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
	}



	
	
	
	
	


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








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

.sidebar_title{
	width: 100%;
    text-align: center;
    height: 80px;
    background: #274e96;
    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:#274e96;
	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-top: 40px;
    margin-bottom: 50px;
	}
	
.inner-left{
	width: 260px;
    float: left;
	}
	
.inner-right{
	width: 900px;
    float: right;
	}

	
.title{
    margin: 0px;
    padding: 0px;
    height: 79px;
    line-height: 79px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    font-size: 24px;
    color: #274e96;
    border-bottom: 1px #274e96 dashed;
    letter-spacing: 1px;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 79px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.de-about-content{}

.de-about-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.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: cover;
	}
	
.de-product-list ul a:hover{
	background:#274e96;
	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: #274e96;
    line-height: 60px;
    margin-bottom: 20px;
    height: 59px;
    border-bottom: 1px solid #274e96;
	}
	
.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: 870px;
    padding: 10px;
    height: 160px;
    margin-bottom: 25px;
    font-size: 14px;
    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: 42px;
	}
	
.de-news-list ul a:hover{
	box-shadow: 0 0 4px 2px rgb(39 78 150 / 90%);
	}
	
.img{
	height: 160px;
    width: 210px;
    float: left;
	}
	
.img img{
	display: block;
    height: 160px;
    width: 210px;
    object-fit: cover;
	}
	
.box{
	width: 640px;
    float: right;
    height: 160px;
	}
	
.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: 14px;
    line-height: 28px;
	}
	
.newsPage{
    color: #323232;
    font-size: 13px;
    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:#274e96;
	padding-left:10px;
	}
	
.contact-list{
	overflow: hidden;
    margin: 25px auto;
	}
	
.contact-list li{
    min-height: 28px;
    padding-left: 50px;
    float: left;
    width: 365px;
    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;
	}
	

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