body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 14px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;outline: none;}
a:hover { text-decoration: none; color:#000;outline: none;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea {outline: none;font-size:100%; color:#666; font-size:12px;}
h1, h2, h3 { font-size:14px;}
em { font-style:normal;}
li{list-style-type:none; outline: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;outline:none;cursor: pointer;
}
html{
	font-size:12px;
}
body{
    background: #fff;
}
.header{
	width: 100%;
    height: auto;
    min-width: 1200px;
}
.main{
    width: 100%;
    height: auto;
    margin: auto;
}
.menu{
    width: 100%;
    height: auto;
}
.menu_top{
	width: 100%;
    height: 30px;
    background: #38444c;
}
.menu_top_main{
	margin: auto;
    width: 1200px;
    height: 30px;
}
.menu_top_main_left{
    float: left;
    width: auto;
    height: 30px;
    text-align: left;
    color: #ddd;
    line-height: 30px;
	font-size:12px;
}
.menu_top_main_right{
    float: right;
    width: auto;
    height: 30px;
    text-align: right;
    color: #ddd;
	font-size: 12px;
    line-height: 30px;
}

.menu_top_main_right_name{
    float: right;
    width: auto;
    height: 30px;
    line-height: 30px;
}
.menu_top_main_right_name a{
	color:#fff;
}
.menu_top_main_right_name a:hover{
	color:#FF7300;
}
.menu_top_main_right_name a img{
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 15px;
    border-radius: 4px;
}
.menu_top_main_right_out{
    float: right;
    width: auto;
    height: 30px;
    line-height: 30px;
}
.menu_top_main_right_out a{
	color:#fff;
}
.menu_top_main_right_out a:hover{
	color:#FF7300;
}

.menu_cen{
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 4px solid #FF7300;
}
.menu_cen_main{
    margin: auto;
    width: 1200px;
    height: 130px;
}
.menu_cen_main_left{
	float: left;
    width: auto;
    height: 80px;
}
.menu_cen_main_left img{
   float: left;
    width: auto;
    height: 65px;
    margin-top: 30px;
}
.menu_cen_main_cen{
    float: left;
    width: 533px;
    height: 40px;
    margin-top: 40px;
    margin-left: 60px;
    border-radius: 10px;
    box-shadow: inset 0 0 0px 1px #FF7300;
    position: relative;
}
.menu_cen_main_cen input::-webkit-input-placeholder {
	color: #888;
}
.menu_cen_main_cen input::-moz-input-placeholder {
	color: #888;
}
.menu_cen_main_cen input::-ms-input-placeholder {
	color: #888;
}
.menu_cen_main_cen .form{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.menu_cen_main_cen .menu_fl{
    float: left;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.menu_cen_main_cen .menu_fl_an{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.menu_cen_main_cen .menu_fl_main{
	position: absolute;
    width: 490px;
    top: 50px;
    padding: 10px;
    z-index: 20;
    display: none;
}	
.menu_cen_main_cen .menu_fl:hover .menu_fl_main{
	display:block;
}
.menu_cen_main_cen .menu_fl_main:hover{
	display:block;
}
.menu_cen_main_cen .menu_fl_main::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    border-color: #f0f4f2 transparent transparent #f0f4f2;
    left: 10%;
    background: #fff;
}
.menu_cen_main_cen .menu_fl_main_li{
border: 1px solid #f0f4f2;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 40%);
    width: 96%;
    height: auto;
    overflow: hidden;
    padding: 2%;
}
.menu_cen_main_cen .menu_fl_main_li li{
	float: left;
    width: 16.6%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
}
.menu_cen_main_cen .menu_fl_main_li li:hover{
	color: #FF7300;
    text-decoration: underline;
}
.menu_cen_main_cen .menu_fl_main_li li.cur{
    color: #FF7300;	
}
.menu_cen_main_cen .sy_menu_sosoinput{
    float: left;
    width: 278px;
    height: 24px;
    line-height: 34px;
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 20px;
    border-left: 1px solid #CCC;
}
.menu_cen_main_cen .sy_menu_soan{
    float: left;
    width: 120px;
    height: 40px;
    background: url(../images/search.png)#FF7300 80% no-repeat;
	font-size: 14px;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
}
.menu_cen_main_cen .sy_menu_soan:hover{
    background: url(../images/search.png)#FF7300 80% no-repeat;
    transition: 0.15s;
    background-size: 25px;
}
.menu_cen_main_cen .fltj{
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 13px;
    margin-top: 12px;
}
.menu_cen_main_cen .fltj li{
    border-left: 1px solid #888;
    float: left;
    width: 80px;
    line-height: 15px;
    height: 15px;
    color: #888;
	font-size: 12px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_cen_main_cen .fltj li:hover{
	color: #FF7300;
}
.menu_cen_main_cen .fltj li.no{
	border-left: 0px solid #fff;
}
.menu_cen_main_right{
	background: url(../images/service_phone.png) right center no-repeat;
	background-size: 220px;
    float: right;
    width: 250px;
    height: 50px;
    margin-top: 30px;
}
.menu_cen_main_right1{
	background: url(../images/service_phone.png) right center no-repeat;
	background-size: 220px;
    float: right;
    width: 250px;
    height: 50px;
    margin-top: 15px;
}
.menu_cen_zmain{
	margin: auto;
	width: 1200px;
	height: 50px;
}
.menu_cen_zmain_left{
    float: left;
    width: 200px;
    cursor: pointer;
    position: relative;
}
.menu_cen_zmain_left_top{
    background: #FF7300;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.menu_cen_zmain_left:hover .menu_cen_zmain_left_bot{
	display:block !important;
}

.menu_cen_zmain_left_bot{
    position: absolute;
    top: 54px;
    left: 0;
    width: 200px;
    height: 450px;
    background: #fff;
    z-index: 9999;
}
.menu_cen_zmain_left_bot a{
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    text-align: center;
    float: left;
}
.menu_cen_zmain_left_bot a:hover{
	background: #ddd;
}
.menu_cen_zmain_left_bot a img{
    width: 25px;
    height: 25px;
    margin-bottom: 3px;	
}
.menu_cen_zmain_cen{
    width: 970px;
    height: 30px;
    float: left;
    padding-left: 20px;
}
.menu_cen_zmain_cen li{
    font-size: 18px;
    color: #333;
    float: left;
    /* width: 97px; */
    padding-left: 15px;
    padding-right: 30px;
    height: 40px;
    text-align: center;
    position: relative;
}
.menu_cen_zmain_cen li span{
	width: auto;
	float: left;
	height: 30px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.menu_cen_zmain_cen li span:hover{
    color: #FF7300 !important;
    transition: 0.15s;
}
.menu_cen_zmain_cen .tabcur span {
    color:#FF7300 !important;
}
.menu_cen_zmain_cen li em{
	border-top: 8px solid #000;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    width: 0px;
    height: 0px;
    margin-left: 4px;
    margin-top: 35px;
    float: left;
}
.pf_men{
    position: fixed;
    top: 0px;
    background-color: rgb(255, 255, 255);
    left: 0px;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: #666 0px 0px 8px;
    display: none;
    z-index: 999999999;
}
.pf_men_main{
    width: 1200px;
    height: 70px;
    margin: auto;	
}
.pf_men_main .pf_left{
    float: left;
    width: 300px;
    height: 70px;	
}
.pf_men_main .pf_left img{
float: left;
    width: auto;
    height: 60px;
    margin-top: 10px;	
}
.pf_men_main .pf_cen{
    float: left;
    width: 533px;
    height: 40px;
    margin-top: 20px;
    margin-left: 60px;
	border-radius: 10px;
	box-shadow: inset 0 0 0px 1px #FF7300;position: relative;	
}
.pf_men_main .pf_cen .form{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.pf_men_main .pf_cen .pf_menu_fl{
    float: left;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.pf_men_main .pf_cen .pf_menu_fl_an{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.pf_men_main .pf_cen .pf_menu_fl_main{
	position: absolute;
    width: 490px;
    top: 50px;
    padding: 10px;
    z-index: 20;
    display: none;
}	
.pf_men_main .pf_cen .pf_menu_fl:hover .pf_menu_fl_main{
	display:block;
}
.pf_men_main .pf_cen .pf_menu_fl_main:hover{
	display:block;
}
.pf_men_main .pf_cen .pf_menu_fl_main::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    border-color: #f0f4f2 transparent transparent #f0f4f2;
    left: 10%;
    background: #fff;
}
.pf_men_main .pf_cen .pf_menu_fl_main_li{
border: 1px solid #f0f4f2;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 40%);
    width: 96%;
    height: auto;
    overflow: hidden;
    padding: 2%;
}
.pf_men_main .pf_cen .pf_menu_fl_main_li li{
    float: left;
    width: 16.6%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.pf_men_main .pf_cen .pf_menu_fl_main_li li:hover{
	color: #FF7300;
    text-decoration: underline;
}
.pf_men_main .pf_cen .pf_menu_fl_main_li li.cur{
    color: #FF7300;	
}
.pf_men_main .pf_cen .pf_sy_menu_sosoinput{
    float: left;
    width: 278px;
    height: 24px;
    line-height: 34px;
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 20px;
    border-left: 1px solid #000;
}
.pf_men_main .pf_cen .pf_sy_menu_soan{
    float: left;
    width: 120px;
    height: 40px;
    background: url(../images/search.png)#FF7300 80% no-repeat;
	font-size: 14px;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
}
.pf_men_main .pf_cen .pf_sy_menu_soan:hover{
    background: url(../images/search.png)#FF7300 80% no-repeat;
    transition: 0.15s;
    background-size: 25px;
}
.pf_men_main .pf_right{
    width: auto;
    float: right;
    height: 70px;
    line-height: 70px;
    font-size: 18px;cursor: pointer;	
}
.pf_men_main .pf_right:hover{
	color: #FF7300;
}
.tit{
    width: 100%;
    height: 90px;
    margin: auto;
    line-height: 90px;
    font-size: 14px;
    color: #999;
}
.tit_left{
    float: left;
    width:  auto;
    height: 90px;
}

.tit_left b{
	font-size: 21px;
    color: #000;
    padding-right: 10px;
    font-weight: 500;
}
.tit_right{
    width: auto;
    height: 25px;
    margin: 38px 0 0;
    float: right;
    color: #888;
    border-radius: 2px;
    line-height: 25px;
    text-align: center;
}
.tit_right:hover{
	color: #ff9800;
}
/*-----------------侧栏--------------------*/
.leftdh{
    position: fixed;
    width: 150px;
    left: 0px;
    height: 240px;
    top: 50%;
    margin-top: -120px;
    z-index: 9;
}
.leftdh img{
    width: 150px;
    height: 240px;
    float: left;
}
.rightdh{
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 250px;
    width: 54px;
    height: 410px;
    background-color: #2e323c;
    border-radius: 6px 0 0 6px;	
}
.rightdh .t0{
	background: url(../images/reightdh_0.png)#FF7300 55% 20% no-repeat;
    height: 120px;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    cursor: pointer;
    border-radius: 6px 0 0 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
}

.rightdh li.t1{
	margin-left: 10px;
	width: 35px;
    height: 59px;
    display: block;
    border-bottom: 1px solid #6e7782;
    cursor: pointer;
    position: relative;	
	background: url(../images/scoll_pot.png) center no-repeat;
    background-size: 30px;
}
.rightdh li.t2{
	margin-left: 10px;
	width: 35px;
    height: 59px;
    display: block;
    border-bottom: 1px solid #6e7782;
    cursor: pointer;
    position: relative;	
	background: url(../images/scoll_tel.png) center no-repeat;
    background-size: 30px;
}
.rightdh li.t2:hover .t2_main{
	display: block;
}
.rightdh li .t2_main{
    position: absolute;
    width: 150px;
    right: 60px;
    height: auto;
    background: #FF7300;
    border-radius: 5px;
    padding: 10px;
	display: none;
}

.rightdh li .t2_main::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    border-color: #FF7300;
    right: -5px;
    margin-top: -4px;
    background: #FF7300;
}
.rightdh li .t2_main_left{
	background: url(../images/scoll_tel.png) center no-repeat;
    background-size: 30px;
    width: 40px;
    height: 50px;
    float: left;
}
.rightdh li .t2_main_right{
    font-size: 15px;
    color: #fff;
    float: left;
    width: 100px;
    padding-left: 5px;
    line-height: 20px;
    margin-top: 5px;
}
.rightdh li.t3{
	margin-left: 10px;
	width: 35px;
    height: 59px;
    display: block;
    border-bottom: 1px solid #6e7782;
    cursor: pointer;
    position: relative;	
	background: url(../images/scoll_wx.png) center no-repeat;
    background-size: 30px;
}
.rightdh li.t3:hover .t3_main{
	display: block;
}
.rightdh li .t3_main{
    position: absolute;
    width: 150px;
    right: 60px;
    height: auto;
    background: #FF7300;
    border-radius: 5px;
    padding: 10px;	
	top: -60px;	
	display: none;
}
.rightdh li .t3_main::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    border-color: #FF7300;
    right: -5px;
    margin-top: -4px;
    background: #FF7300;	
}
.rightdh li .t3_main_top{
    width: 150px;
    height: 150px;
    float: left;
}
.rightdh li .t3_main_top img{
    width: 150px;
    height: 150px;
    float: left;
}
.rightdh li .t3_main_bot{
	font-size: 13px;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: center;
}
.rightdh li.t4{
	margin-left: 10px;
    width: 35px;
    height: 59px;
    display: block;
    cursor: pointer;
    position: relative;
    background: url(../images/scoll_up.png) center no-repeat;
    background-size: 30px;
}
.footer{
    float: left;
    width: 100%;
    background:#3a3e4a;
    height: auto;
    text-align: center;
    padding-top: 20px;
	min-width: 1200px;
}
.footerfkone{
    width: 1200px;
    height: auto;
    margin: auto;
}

.footerfkone_leftone{
    float: left;
    width: 355px;
    height: auto;
    text-align: left;
}

.footerfkone_leftone_top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footerfkone_leftone_top span{
    width: 100%;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.footerfkone_leftone_top p{
    width: 100%;
    height: 30px;
    font-size: 23px;
    color: #fff;
}
.footerfkone_leftone_cen{
    width: 100%;
    height: auto;
    overflow: hidden;
	margin-top: 15px;
}
.footerfkone_leftone_cen p{
	width: 100%;
    height: auto;
    font-size: 14px;
    color: #7c7c7c;
}
.footerfkone_leftone_bot{
width: 100%;
    height: auto;
    overflow: hidden;
    color: #ffbe44;
    font-size: 16px;
    padding-top: 20px;
    text-shadow: 0px 0px 3px black;
}
.footerfkone_lefttwo{
	float: left;
    width: 610px;
    height: auto;
    overflow: hidden;
}
.footerfkone_lefttwo .left{
	width: 100%;
    font-size: 15px;
    color: #c8c8c8;
    float: left;
    height: auto;
    overflow: hidden;
    text-align: left;
}
.footerfkone_lefttwo .left_tit{
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.footerfkone_lefttwo .left_tit::after{
    content: ' ';
    background: #FF7300;
    width: 45px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footerfkone_lefttwo .left_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.footerfkone_lefttwo .left_main li{
	color: #c8c8c8;
    font-size: 14px;
    width: auto;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 5px;
}
.footerfkone_lefttwo .cen{
	width: 100%;
    font-size: 15px;
    color: #c8c8c8;
    float: left;
    height: auto;
    overflow: hidden;
    text-align: left;
}
.footerfkone_lefttwo .cen_tit{
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.footerfkone_lefttwo .cen_tit::after{
    content: ' ';
    background: #FF7300;
    width: 45px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footerfkone_lefttwo .cen_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.footerfkone_lefttwo .cen_main a{
	color: #c8c8c8;
    font-size: 14px;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
}
.footerfkone_lefttwo .cen_main a:hover{
    color: #FF7300;
}
.footerfkone_leftthree{
	float: left;
    width: 235px;
    height: auto;
    overflow: hidden;
}
.footerfkone_leftthree .leftthree_tit{
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;	
}
.footerfkone_leftthree .leftthree_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.footerfkone_leftthree .leftthree_main img{
	width: 100px;
    height:100px;
}

.footer_tis{
	width: 100%;
    color: #FF7300;
    float: left;
    height: 20px;
    line-height: 20px;
}
.footer_bot{
    width: 100%;
    height: auto;
    margin: auto;
    float: left;
    color: #c8c8c8;
    background: #3a3e4a;
    line-height: 25px;
    border-top: 1px solid #4a4a4a;
    padding-bottom: 20px;
    padding-top: 20px;
}
.footer_bot img{
	width: 25px;
    height: 25px;
    margin-bottom: 5px;
    margin-right: 2px;	
}
.footer_bot a{
	color: #c8c8c8;
}

.footer_bot a:hover{
	color: #FF7300;
}
.page{
    width: 100%;
    height: 50px;
    margin: auto;
    margin-bottom: 30px;	
}
.page li{
    text-align: center;
    width: 100%;
    height: 35px;
}
.page a{
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    background: #efefef;
    line-height: 35px;
    margin-left: 10px;
    border-radius: 2px;
    display: inline-block;
}
.page a:hover{
	background: #ff9800;
}