*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "微软雅黑", "Microsoft YaHei", Arial;
    position: relative;
}
body,html{
    height: 100%;
}
div{
    display: block;
}
ul,ol,li{
    list-style: none;
}
font{
	font-family: "微软雅黑", "Microsoft YaHei", Arial;
	}
img{
    border: none;
}
a{
    text-decoration: none;
}
i,em{
    font-style: normal;
}
address{
	font-style: normal;
}
.clear{
    clear: both;
    content: "";
    visibility: hidden;
}
div.header{
    width: 100%;
    height: 98px;
    background-color: #ffffff;
   /* overflow: hidden;*/
}

div.center{
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.toptxt{    margin: 0 auto; color:#333; font-size:12px; line-height:26px;
    width: 1200px;
    position: relative;
}
.header .h_logo{
    position: absolute;
    top: 7px;
    left:1px;
 }
 /*--top 导航Menu  --*/
 /*-----一层菜单设置 Begin----*/
.header .h_nav{    position: absolute;    right: 1px;    top:42px; }
.header .h_nav ul li{    float: left;    margin-left: 25px;    width: 88px;    height: 51px;    text-align: center;}
.header .h_nav ul li:hover{    border-bottom: 5px solid #3fa7f6; }
.header .h_nav ul li a{    text-align: left;    line-height: 30px;    color: #262626;    font-size: 16px;}
 /*-----一层菜单设置xin----*/
 
	.menuDiv {   position: absolute;  	 right: 1px;    top:30px;z-index:999;}
	/* 去掉a标签的下划线 */
	.menuDiv a {	text-decoration: none;	}
	/* 设置ul和li的样式 */
	.menuDiv ul , .menuDiv li {		list-style: none;		margin: 0;		padding: 0;		float: left;	} 
	/* 设置二级菜单绝对定位，并隐藏 */
	.menuDiv > ul > li > ul {		position: absolute;		display: none;	}
	/* 设置二级菜单的li的样式 */
	.menuDiv > ul > li > ul > li {		float: none;	}
	/* 鼠标放在一级菜单上，显示二级菜单 */
	.menuDiv > ul > li:hover ul {		display: block;	}
	/* 一级菜单 */
	.menuDiv > ul > li > a {		width: 110px;		line-height: 68px;		color:#262626;		display: block;		text-align: center;		/*border-left: 1px solid #bbf;*/
	*background-color: #cfe;	}
	/* 在一级菜单中，第一个不设置左边框 */
	/* .menuDiv > ul > li:first-child > a {		border-left: none;	}
	在一级菜单中，鼠标放上去的样式 */
	.menuDiv > ul > li > a:hover {	color: #fff;/*	border-bottom: 5px solid #3fa7f6; */	background-color: #07c0ec;	}

	/* 二级菜单 */
	.menuDiv > ul > li > ul > li > a {
	
		width: 110px;
		line-height: 40px;
		color: #fff;
		background-color: #3fa7f6;
		text-align: center;
		border-bottom: 1px solid #f2f2f2;
		border-top: none;
		display: block;
		font-size:15px;
		
	}
	
	/* 在二级菜单中，第一个设置顶边框 */
	.menuDiv > ul > li > ul > li:first-child > a {
		border-top: 0px solid #ccc;
	}
	
	/* 在二级菜单中，鼠标放上去的样式 */
	.menuDiv > ul > li > ul > li > a:hover {
		color: #fff;
		background-color: #07c0ec;
	}
	/* -------------菜单css代码----------end---------- */
	
	
	.nav-margin{
    margin-left: 60px;
}
.nav .ul ul>li{
    float: left;
    font-size: 18px;
}
.nav .ul ul>li:hover{
    background-color: #368bd5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
	
}
.nav .ul ul>li:hover >a{
    color: #ffffff;
}
.nav .ul ul>li:hover >ol{
    display: block;
}
.nav .ul ul>li>a{
    display: inherit;
    height: 98px;
    line-height: 75px;
    box-sizing: border-box;
    padding: 16px 12px;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.nav .ul ul>li>ol{
    display: none;
    position: absolute;
    z-index: 10000;
    background-color: rgba(87,98,103,.9);
    padding-bottom: 0px;

}
.nav ul>li>ol>li{
    color: #c3c3c3;

}
.nav ul>li>ol>li>a{
    display: inherit;
    padding: 5px 24px;
    box-sizing: border-box;
    line-height: 33px;
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;

}
.nav ul>li>ol>li>a:hover{
    background-color: #368bd5;
    color: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;

}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

 /*--top 导航Menu  end  --*/
 
 /* -------------top  qita---------- */
.top_top_1{ font-size:12px; color: #333333;}
 
/*banner start*/
#win{
    width: 100%;
    height: 550px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}
#win .img li{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.img_1,.img_2,.img_3,.img_4{
    width: 100%;
    height: 550px;
}
#win .img .img_1{
    background: url("../image/b_1.jpg") 50% 50% / cover no-repeat;
	*background: url("../image/b_1.jpg") center no-repeat;
	background: url("../image/b_1.jpg") center no-repeat\0;
}
#win .img .img_2{
    background: url("../image/b_2.jpg") 50% 50% / cover no-repeat;
	*background: url("../image/b_2.jpg") center no-repeat;
	background: url("../image/b_2.jpg") center no-repeat\0;
}
#win .img .img_3{
    background: url("../image/b_3.jpg") 50% 50% / cover no-repeat;
	*background: url("../image/b_3.jpg") center no-repeat;
	background: url("../image/b_3.jpg") center no-repeat\0;
}
#win .img .img_4{
    background: url("../image/b_4.jpg") 50% 50% / cover no-repeat;
	*background: url("../image/b_4.jpg") center no-repeat;
	background: url("../image/b_4.jpg") center no-repeat\0;
}



#win .num{
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 0px;
    width: 100%;
    text-align: center;
}
#win .num li{
    width: 36px;
    height: 16px;
    background-color: darkgrey;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0 6px;
    cursor: pointer;
}
#win .btn{
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    font-family: "Microsoft YaHei UI", "微软雅黑", Arial, "宋体";
    cursor: pointer;
    display: none;
}
#win:hover .btn{
    display: block;
}
.btn:hover{
    background-color: rgba(0,0,0,0.7);
}
#win .num li.icn{
    background-color: floralwhite;
}
/*banner end*/
.case_b_content { width:100%; margin:0; padding:0; background-color:ffffff;}
.case_b_content .txt16 { font-size:16px; line-height:28px; color:#4a4a4a;}
.case_b_content .txt16 a {color:#4a4a4a;}
.case_b_content .txt16 img { display: block; margin:  0 auto;}
.case_b_content .txt16 p { text-align: left; text-indent: 2em;}
.b_content{
    width: 100%;
    height: auto;
    position: relative;
}
.b_content .b_c_1{
    width: 100%;
    height: 500px;
    background-color: #ffffff;
    overflow: hidden;
}
.b_c_1 .c_b_txt{
    margin-top: 40px;
    text-align: center;
}
.b_c_1 .c_b_txt h3{
    font-size: 36px;
    font-weight: normal;
    color: #262626;
}
.b_c_1 .c_b_txt h3 i{
    color: #2b67be;
}
.b_c_1 .c_b_txt p{
    font-size: 18px;
    color: #666666;
}
.c_b_product{
    margin-top: 30px;
}
.c_b_product .c_lf{
    float: left;
    margin-left: 60px;
}
.c_b_product .c_lf:first-child{
    margin-left: 0;
}
.c_b_photo{
    width: 150px;
    height: 150px;
}
.c_ph1{
     background: url("../image/s_ternoom.png") -10px -14px no-repeat;
 }
.c_ph2{
    background: url("../image/s_ternoom.png") -210px -14px no-repeat;
}
.c_ph3{
    background: url("../image/s_ternoom.png") -410px -14px no-repeat;
}
.c_ph4{
    background: url("../image/s_ternoom.png") -610px -14px no-repeat;
}
.c_ph5{
    background: url("../image/s_ternoom.png") -810px -14px no-repeat;
}
.c_ph6{
    background: url("../image/s_ternoom.png") -1010px -14px no-repeat;
}
.c_ph1:hover{
    background: url("../image/s_ternoom.png") -10px -190px no-repeat;
}
.c_ph2:hover{
    background: url("../image/s_ternoom.png") -210px -190px no-repeat;
}
.c_ph3:hover{
    background: url("../image/s_ternoom.png") -410px -190px no-repeat;
}
.c_ph4:hover{
    background: url("../image/s_ternoom.png") -610px -190px no-repeat;
}
.c_ph5:hover{
    background: url("../image/s_ternoom.png") -810px -190px no-repeat;
}
.c_ph6:hover{
    background: url("../image/s_ternoom.png") -1010px -190px no-repeat;
}
.c_ph11{
    background: url("../image/s_ternoom.png") -10px -190px no-repeat;
}
.c_ph22{
    background: url("../image/s_ternoom.png") -210px -190px no-repeat;
}
.c_ph33{
    background: url("../image/s_ternoom.png") -410px -190px no-repeat;
}
.c_ph44{
    background: url("../image/s_ternoom.png") -610px -190px no-repeat;
}
.c_ph55{
    background: url("../image/s_ternoom.png") -810px -190px no-repeat;
}
.c_ph66{
    background: url("../image/s_ternoom.png") -1010px -190px no-repeat;
}
.c_b_b{
    margin-top: 12px;
    text-align: center;
}
.c_b_b a{
    font-size: 18px;
    color: #262626;
}
.c_b_b a:hover{
    color: #3fa7f6;
}
.c_b_b i{
    margin: 10px auto;
    width: 20px;
    height: 2px;
    display: block;
    background-color: #b2b2b2;
}
.c_boxs_t ul li{
    text-align: center;
    margin-top: 6px;
    color: #666666;
    font-size: 16px;
}


.c_boxs_t ul li a{
	color: #666666;
	}
	
.c_boxs_t ul li a:hover{
	color: #0099FF;
	text-decoration: underline;
	}
.b_content .b_c_2{
    width: 100%;
    height: 950px;
    background-color: #f4f4f4;
    overflow: hidden;
}
.b_c_2 .c_b_txt{
    margin-top: 40px;
    text-align: center;
}
.b_c_2 .c_b_txt h3{
    font-size: 36px;
    font-weight: normal;
    color: #262626;
}
.b_c_2 .c_b_txt h3 i{
    color: #2b67be;
}
.b_c_2 .c_b_txt p{
    font-size: 18px;
    color: #666666;
}
.c_c_box{
    width: 275px;
    height: 210px;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}
.c_case_box{
    width: 275px;
    height: 210px;
    overflow: hidden;
}
.c_case_mon{
    display: none;
}
.c_mb{
    width: 275px;
    height: 210px;
    position: absolute;
    top: 0px;
    background-color: black;
    opacity: 0.3;

	 filter:alpha(opacity=30);
}
.c_mb_con p{
    top:1%;
    left: 10%;
	right:10%;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    display: block;
    position: absolute;
}
.c_mb_con a{
    width: 110px;
    height: 30px;
    display: block;
}
.c_mb_n{
    bottom: 0;
    left: 84px;
    position: absolute;
    width: 110px;
    height: 30px;
    border-radius: 5px;
    background-color: #fc9d2c;
}
.c_mb_n i{
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    display: block;
}
.c_lf{
    float: left;
}
.c_b_btn{
    margin: 20px auto;
    width: 300px;
    height: 110px;
}
.c_b_btn p{
    text-align: center;
}
.c_b_btn p a{
    color: #2b67be;
    font-size: 18px;
}
.c_b_btn_log{
    margin: 10px auto;
    width: 60px;
    height: 60px;
    background: url("../image/s_ternoom.png") -13px -365px no-repeat;
}
.b_c_3{
    width: 100%;
    height: 104px;
    background-color: #3fa7f6;
}
.b_c_3 .center p{
    font-size: 38px;
    color: #ffffff;
    line-height: 100px;
    text-align: center;
    font-weight: lighter;
}
.b_c_4{
    width: 100%;
    height: 623px;
    background-color: #ffffff;
    overflow: hidden;
}
.b_c_4 .c_b_txt{
    margin-top: 40px;
    text-align: center;
}
.b_c_4 .c_b_txt h3{
    font-size: 31px;
    font-weight: normal;
}
.b_c_4 .c_b_txt h3 i {
    color: #2b67be;
}
.b_c_4 .c_b_txt p {
    color: #666666;
    font-size: 18px;
}
.b_c_4 .news{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.b_c_4 .news .n_box:first-child{
    margin-left: 60px;
}
.b_c_4 .news .n_box{
    padding: 6px;
    width:320px;
    height: 426px;
    background-color: #f4f4f4;
    margin-left: 40px;
    overflow: hidden;
}
.n_box .n_box_p{
    width: 320px;
    height: 170px;
    background-color: white;
}

.n_box .n_box_p img{
    width: 320px;
    height: 170px;
    
}



.n_box .n_box_t{
   margin-top: 10px;
}
.n_box_t .n_title{
    line-height: 36px;
    border-bottom: 1px solid #b2b2b2;
}
.n_box_t .n_title h3{
    float: left;
    font-size: 20px;
    color: #262626;
    font-weight: normal;
}
.n_box_t .n_title a{
    float: right;
    font-size: 15px;
    color: #3fa7f6;
}
.n_box_t .n_tx{
    padding:10px 6px;
    line-height: 24px;
}
.n_box_t .n_tx p{
    font-size: 16px;
    color: #666666;
	line-height: 28px;
}
.n_box_t .n_tx  a{
	padding:10px 6px;
	line-height: 28px;
	color: #666666;
	text-decoration: none;
}
.n_box_t .n_tx  a:hover{
	padding:10px 6px;
	line-height: 28px;
	color: #0099FF;
	text-decoration: none;
}

.b_c_5{
    width: 100%;
    height: 446px;
    background:url("../image/wsm_bg.jpg") top center no-repeat;
    overflow: hidden;
}
.b_c_5 .c_b_txt{
    margin-top: 40px;
    text-align: center;
}
.b_c_5 .c_b_txt h3{
    font-size: 32px;
    font-weight: bold;
    color: white;
}
.b_c_5 .c_b_txt h3 i {
    color: #2b67be;
}
.b_c_5 .c_b_txt p {
    margin-top: 8px;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}
.img_box{
    margin: 80px auto;
    width: 983px;
    height: 144px;
    background: url("../image/wsm_img.png") no-repeat;
}
.b_c_6{
    padding-top: 40px;
    width: 100%;
    height: 580px;
    background-color: #ffffff;
    overflow: hidden;
}

.Tabb{
    float: left;
}
.no11{
    width: 100%;
    padding-left: 6px;
    height: 360px;
    overflow: hidden;
	font-size:15px;
	line-height:24px;
}
.no1_22{
    height: 50px;
    position: relative;
}
.no1_22 ul{
    position: absolute;
    width: 100%;
    left: -1px;
}
.no1_22 ul li{
    float: left;
    width: 750px;
    height: 49px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    padding: 0 1px;
    border: 0px solid #c1c1c1;
    font-weight: bold;


}
.no1_22 ul .wee{
    background-color: #3fa7f6;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
}
.no1_22 ul .wee a{
    color: #ffffff;
}
.no1_22 ul li a:link,.no1_22 ul li a:visited{
    text-decoration:none;
}
.no1_22 ul li a{
    color: #262626;
}
.no1_22 ul li a:hover{
    color: #ffffff;
}
.no1_33 .modd{
    margin: 15px 9px;
}
.no1_33 .modd ul li{
    padding: 0 10px;
    width: 700px;
    min-height: 25px;
    float: left;
    overflow: hidden;
}
.T_right{
    padding: 8px;
    float: right;
    width: 380px;
    height: 360px;
    border: 1px solid #c1c1c1;
    margin-right: 10px;
}
.T_right .t_right_title{
    line-height: 30px;
    height: 40px;
}
.t_right_title h3{
    float: left;
    font-size: 20px;
    font-weight: normal;
    color: #262626;
}
.t_right_title a{
    float: right;
    color: #3fa7f6;
}
.T_right ul li{
    padding-left: 5px;
    border-top: 1px solid #c1c1c1;
    line-height: 39px;
    font-size: 15px;
}
.T_right ul li a{
    color: #262626;
}
/*bottom 轮播*/

#can{
    margin: 10px auto;
    width:1200px;
    height:157px;
    overflow: hidden;
    position: relative;
    background-color: #f4f4f4;
}
#list {
    width:6000px;
    height: 157px;
    position: absolute;
    z-index:1;
}
#list img {
    width:1200px;
    height:157px;
    float: left;
}
.arrow {
    cursor: pointer;
    line-height:60px;
    text-align: center;
    font-family: "宋体";
    font-size:50px;
    font-weight: 100;
    width: 40px;
    height: 60px;
    position: absolute;
    z-index: 2;
    top: 50px;
    color: #fff;
}
.arrow:hover {
    text-decoration:none;
}
#prev {
    left: 1px;
}
#next {
    right:1px;
}

/**/
.b_c_7{
    padding-top: 40px;
    width: 100%;
    height: 200px;
    background-color: #3fa7f6;
    overflow: hidden;
}
.d_z{
    width: 360px;
}
.d_z .d_m{
    margin-top: 10px;
}
.d_z .d_m p{
    margin-left: 10px;
    line-height: 30px;
    color: white;
    display: inline-block;
    font-size: 15px;
}

.d_z .d_m .d_im1{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 4px;
    background: url("../image/s_ternoom.png") -66px -454px no-repeat;
}
.d_z .d_m .d_im2{
    width: 30px;
    height: 30px;
    background-color: #666666;
    display: inline-block;
    margin-top: 4px;
    background: url("../image/s_ternoom.png") -23px -454px no-repeat;
}
.f_r{
    width: 600px;
    float: right;
}
.f_r form input,.f_r form textarea{
    background-color: #3fa7f6;
    outline:none;
    border: 1px solid #ffffff;
    color: white;
}
.f_r .f_inp_t{
    width: 600px;
    height: 50px;
}
.f_r .f_inp_t .f_inp{
    width: 276px;
    height: 30px;
    padding-left: 4px;
}
.f_r .f_inp_b{
    width: 600px;
    height: 100px;
}
.f_r .f_inp_b textarea{
    width: 246px;
    height: 90px;
    float: left;
    margin-right: 20px;
    padding-left: 4px;
}
.f_r .f_inp_b .f_inp_btn{
    width: 110px;
    height: 90px;
    float: left;
    cursor: pointer;
    background-color: #1573bb;
    border: 0;
}
.b_c_8{
    padding-top: 30px;
	padding-bottom:20px;
    width: 100%;
    height: 350px;
    background-color: #1e2b35;
    overflow: hidden;
}
.footer_nav {
    padding: 15px 0 0 0;
    width: 100%;
    min-height: 200px;
}
.f_box:first-child {
    margin-left: 0;
}
.f_box {
    width: 150px;
    height: 218px;
    float: left;
    text-align: left;
    border-right: 1px solid #648ba8;
    overflow: hidden;
}
.f_box ul li:first-child {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.f_box ul li {
    font-size: 14px;
    line-height: 24px;
}
.f_box ul li a {
    color: #648ba8;
}
.f_box_r{
    float: right;
    margin-right: 20px;
}
.f_boxs{
    float: left;
    margin-left: 18px;
    font-size: 14px;
    line-height: 30px;
}
.f_boxs p{
    color: #ffffff;
    text-align: center;
}
.bm_b{
    padding-top: 16px;
    margin-top: 40px;
    width: 100%;
    border-top: 1px solid #648ba8;
}
.bm_b p{
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    color: #648ba8;
}
 

.bm_b a{
    color: #648ba8;padding:0 2px;
}
.bm_b a:hover{
    color: #ffffff;
}
.code
{
    /*background:url(../image/code_bg.jpg);*/
    background-color: white;
    font-family:Arial;
    font-style:italic;
    color:blue;
    font-size:20px;
    border:0;
    padding:2px 3px;
    letter-spacing:3px;
    font-weight:bolder;
    float:left;
    cursor:pointer;
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
    vertical-align:middle;

}
.f_inp_yzm{
    float: left;
    width: 206px;
    height: 60px;
}
.f_inp_yzm_a{
    width: 206px;
    height: 56px;
}
.f_inp_yzm_b{
    width: 206px;
    height: 30px;
}
.f_inp_yzm_a a{
     line-height: 40px;
 }
.f_inp_yzm_b i{
    line-height: 30px;
    display: inline-block;
}
#inputCode{
    width: 100px;
    height: 30px;
}
.cvb{
	margin:0 auto;
	width:800px;
	color: #648ba8;
	}
.cvb a{
	    color: #648ba8;
		}
.cvb .c_lf{
	margin-left:20px;
	}
.play{
	margin:0 auto;
	width:1198px;
	height: 157px;
	background:url(../image/bgg.jpg) no-repeat;
	}
.index_pro_name{
	color:#262626;
	font-size:15px;
	}
	
.content_f{
	width: 100%;
	height: 100px;
	background-color: #3fa7f6;
}
.vm{
	width: 1100px;
	height: 100px;
	padding-bottom:0px;
	position: absolute;
}
.tong{
      margin: 0 auto;
      width: 1004px;
  }
  .foot_content{
    line-height: 100px;
    font-size: 24px;
    color: #ffffff;
}
.as_1{
    width: 188px;
    height: 50px;
    background-color: darkorange;
    color: #ffffff;
    display: inline-block;
	*display: inline;
	*zoom:1;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-left: 63px;
}
.huo{
    line-height: 100px;
    color: #fff;
    font-size: 14px;
    margin: 0px 57px
}
.label00 {
    width: 240px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
}
.lxlx { font-size:16px; line-height:30px; color:#333333;}
