@charset "UTF-8";
@font-face{ font-family:Poppin; src:url(../font/POPPINS-LIGHT.TTF);}
@font-face{ font-family:Poppins; src:url(../font/POPPINS-SEMIBOLD.TTF);}
@font-face{ font-family:Dosis; src:url(../font/DOSIS-REGULAR-2.TTF);}
@font-face{ font-family:Dosis_el; src:url(../font/DOSIS-EXTRALIGHT-8.TTF);}
@font-face{ font-family:Dosis_b; src:url(../font/DOSIS-BOLD-5.TTF);}
@font-face{ font-family:Dosis_l; src:url(../font/DOSIS-LIGHT-4.TTF);}
@font-face{ font-family:Dosis_m; src:url(../font/DOSIS-MEDIUM-3.TTF);}
@font-face{ font-family:Dosis_s; src:url(../font/DOSIS-SEMIBOLD-6.TTF);}
@media (max-width:4000px){html{font-size:16px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:13px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:13px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:12px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}
@font-face { 

font-family:"Microsoft Yahei","微软雅黑" ; src:url('../font/msyh.ttf'), } 

* {margin: 0;padding: 0;list-style: none;border-style: none;text-decoration: none;}

html {font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;}

body {color: #333;font:14px/1.5 "Microsoft Yahei","微软雅黑",Helvetica,Arial,sans-serif;overflow-x:hidden; background:#f5f5f5; }

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display:block}

audio,canvas,progress,video {display:inline-block; vertical-align:baseline }

h1 ,h2, h3, h4, h5, h6 {font-weight: normal;}

a {text-decoration: none;}

a:focus{outline:none;}

i,em {font-style: normal;}


.nav{display:flex;align-items:center;border-radius: .625rem;position: relative;}
.nav::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(239,239,239,.85);transform: skewX(-13deg);border-radius: 10px 14px 10px 14px;}
.nav a { display: block; line-height: inherit; cursor: pointer; color: #555; font-weight: 400; font-family: "微软雅黑"; }
.nav_menu-item a { display: block; padding: 0 10px;transition:.6s;display: flex;align-items: center;}
.nav_menu-item a img { vertical-align: middle; margin-left: 5px }
.nav_menu { max-height: 80px  margin-left: 30px;  margin-right: 30px;font-weight: 700; text-transform: uppercase }
.nav_menu-item { display: inline-block; position: relative; max-height: 80px }
.nav_menu-item.active, .nav_menu-item:hover { }
.nav_menu-item:hover .nav_submenu { display: block }
.nav_submenu {text-transform: none; display: none; position: absolute; top: 100%; left: 0px; z-index: 999;width: 100%; border-radius: 10px 14px 10px 14px; padding: 0px 0px 0px 0px ; background: #ffffff; opacity: 0.8}
.nav_submenu ul { margin-top: 0px;  margin-bottom: 0px;}
.nav_submenu ul li{border-radius: 10px 14px 10px 14px; text-align:left;}
.nav_submenu-item { padding: 0;text-align:center;border-radius: 5px;overflow: hidden;background: rgba(255,255,255,.85);display: block }
.nav_submenu-item a { display: block;line-height: 45px; height: 45px; color: #555; font-size: 14px }
.nav_submenu-item a:hover { color: #08529c; text-decoration: no ;background: #f8f8f8;}
------------------------
.lqcx{ position: relative;}
.lqcx .lqcx_top{width: 6rem;height: 5rem;display: flex;align-items: center;justify-content: center;font-size: 1rem;color: #fff;transition: .5s;cursor: pointer;position: relative;z-index: 1;}
.lqcx .lqcx_top img.img2{ margin-left:.375rem; transition:.5s}
.lqcx .lqcx_top::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #ff731d;transform: skewX(-13deg);border-radius: 0 14px 10px 0;z-index: -1;}
.lqcx:hover .lqcx_top:before{ border-radius: 0 14px 0 14px;}
.lqcx:hover .lqcx_top{ border-radius: 0 .625rem 0 0;}
.lqcx .lqcx_top span{ margin: 0 .25rem 0 .5em;}
.lqcx .sub{position:absolute;position: absolute;width: auto;right: 0;top: 100%;z-index: 999;/* -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); */-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);/* box-shadow: 0px 3px 5px #3333334d; */transform-origin: 0 0 0;transform: scaleY(0.2);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;opacity: 0;visibility: hidden;padding: 20px 0 0;}
.lqcx .sub:before{content:"";position:absolute;border-left: transparent 6px solid;border-right: transparent 6px solid;border-bottom: #fff 8px solid;top: 12px;left: 50%;margin-left: -6px;}
.lqcx .sub .box{padding: 0;text-align:center; background: rgba(255,255,255,.96); border-radius:5px; overflow:hidden}
.lqcx .sub a{padding: 0 .5rem;line-height: 3.5;transition:.3s;font-size: 14px;letter-spacing: 1px;color: #636363;/* border-bottom: 1px dashed #eee; */display: block;white-space: nowrap;position:relative;}
.lqcx .sub a:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background: #cacaca;transition:.5s;}
.lqcx .sub a:hover{color: #fff;background: #ff731d;}
.lqcx .sub a:hover:before{ width:3px}
.lqcx:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateY(0px);}
------------------------------



.kongbai {height:40px ;}

.clearfix:after {content: '';display: block;clear: both;height: 0;visibility: hidden;}

.clearfix {*zoom:1;}

.fl {float: left;}

.fr {float: right;}

img {vertical-align: middle;border: 0;max-width: 100%;}

input, select, textarea {border:none;outline: none;font-family: "Microsoft Yahei";-webkit-appearance: none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #888;}

input:-moz-placeholder, textarea:-moz-placeholder {color:#888;}

input::-moz-placeholder, textarea::-moz-placeholder {color:#888;}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#888;}

table{border-collapse:collapse; border-spacing:0;}

/*公共开始*/
.auto {max-width: 1200px;margin:0 auto;}
.w1400 {max-width: 1400px;margin:0 auto;}
.w1200{margin:0 auto;width: 80%;}
.kongkong{margin:0px 0 0 0 ;width: 100%;line-height:170px;}
/*公共结束*/

#wrapper {-webkit-box-sizing: border-box; box-sizing: border-box; height: auto; width: 100%; max-width: 2560px; position: relative; z-index: 1; margin: auto; overflow: hidden; }

.w_center h3{ text-align:center; font-size:28px; line-height:50px; }
.w_center h4{ text-align:center; font-size:28px; line-height:50px; border-bottom: 1px solid #999999; border-top: 1px solid #999999;}
.w_center p{ text-align:center; font-size:16px; line-height:40px }
.newscotent{ text-align:left; font-size:16px; line-height:30px }

.newscotentt{ zoom:1;margin-bottom: 40px;position: relative;overflow: hidden; }
.newscotentt .x{width: 70%; height: 100%;padding: 10px 0px 0px 0;float: left;}
.newscotentt .xx{ width: calc(100% - 73%);text-align:left; font-size:16px; line-height:30px;padding: 0 0px;float: right;}


.newsarrows a{color:#333333;line-height:50px; }
.tag a{color:#333333}
.sn_title h3{ text-align:center; font-size:28px; line-height:50px }
.sn_title p{ text-align:center; font-size:16px; line-height:40px }
.sn_text{ text-align:left; font-size:16px; line-height:30px; text-align: justify; text-justify: inter-word; }

/*头部*/

.header {width: 100%;height: 120px; position: fixed;left: 0px;top: 0px;background-color: #ffffff;background-color: rgba(255,255,255,0.85);z-index: 99999;}

.header .logo {height: 80px;float:left;padding: 20px 0px;}

.header .navbar {float: right;margin:20px 0 0 0;text-align: center;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}




/*服务*/

.fixd-box {position:fixed; left:0; top:0; right:0; z-index: 59;background:#ff731d; color:#fff;overflow:hidden;display:none;}

.fixd-box .wrap { padding:40px 0 80px; max-width:1660px; margin: 0 auto;}

.fixd-box .wrap h2 { font-size:52px; font-weight:normal; padding:0 0 50px 168px;}

.fixd-box .txt .left { float:left; width:55%; }

.fixd-box .left dl { font-size:18px; }

.fixd-box .left dl:first-child { margin-bottom:3em;}

.fixd-box .left dl dt{ float:left; }

.fixd-box .left dl dt img { width:127px; height:127px;}

.fixd-box .left dl dd{ overflow:hidden; line-height:2; padding:0 0 0 40px; }

.fixd-box .left dl:first-child + dl dd { padding-top:10px;}

.fixd-box .left dl dd a { display:inline-block; margin:0 0.5em 0 0;color:#fff;}

.fixd-box .txt .right{ overflow:hidden; line-height:1.3;}

.fixd-box .txt .right p{ font-size:42px; }

.fixd-box .txt .right p:first-child { margin-bottom:1em; }

.fixd-box .txt .right span { font-size:56px; font-family:Arial;}

.fixd-box .close { background:url(../images/close.gif) no-repeat; width:50px; height:50px; position:absolute; right:20px; top:40px; }





/*底部*/

.index_footer {width: 100%;background-color: #353f4c;padding: 60px 0px;float: left;}

.index_footer .index_main {width: 80%;margin: 0 auto; }

.index_footer .index_main .footer_fl {float: left; width: 10%;min-width: 80px;}

.index_footer .index_main .footer_fb {float: right;width:600x;color: #b8b8b7;font-size:14px;}

.index_footer .index_main .footer_fb p {font-size:18px;font-weight: bold;color: #ffffff;}

.index_footer .index_main .footer_fl:nth-last-of-type(2) {border-right: 0px;}

.index_footer .index_main .footer_fl dt{color: #ffffff;font-size:18px;font-weight: bold;margin-bottom:0px;}

.index_footer .index_main .footer_fl dt a {color: #ffffff;font-size:18px;font-weight: bold;}

.index_footer .index_main .footer_fl dd a {display: block;color: #b8b8b7;font-size:14px;line-height: 22px;}

.index_footer .index_main .footer_fl dd a:hover {color: #f1f1f1;}

.index_footer .index_main .footer_fr {float: right;}

.index_footer .index_main .footer_fr p {color: #8c8a85;font-size: 18px;margin-bottom: 8px;text-align: center;}

.index_footer .index_main .footer_fr img {display: block;width: 131px;height: 130px;margin-left: 50px;margin-right: 0px;}



.index_footer .footer_link {max-width: 1760px;margin: 10px auto 20px;padding-top: 50px;color: #8c8a85;border-top: 1px solid #434242;text-align: center;}

.index_footer .footer_link a {color: #8c8a85;text-align: center;}

.index_footer .footer_link a:hover {color: #fff;text-align: center;}



.index_footer .footer_links {max-width: 1200px;margin: 0 auto;text-align: center;}

.index_footer .footer_links span,.index_footer .footer_links ul,.index_footer .footer_links ul li {display: inline-block;vertical-align: middle;color: #787878;font-size: 14px;}

.index_footer .footer_links ul li {height: 20px;line-height: 20px;margin-bottom: 6px;}

.index_footer .footer_links ul li span {display: block;margin-right: 5px;}

.index_footer .footer_links ul li a {color: #666;margin-right: 12px;}

.index_footer .footer_links ul li a:hover {color: #dcdcdc;}

.index_footer .footer_links ul li a:hover:after {color: #666;}

.index_footer .footer_links ul li a:after {content: '¦';display: inline;margin-left: 12px;font-size: 10px;position: relative;top: -1px;}

.index_footer .footer_links ul li:last-of-type a:after {display: none;}

.index_footer .Copyright {width: 100%;text-align: center;margin-top: 0px;}

.index_footer .Copyright span {color: #8c8a85;}

.index_footer .Copyright span a {color: #8c8a85;margin-left: 10px;}

.index_footer .Copyright span a:hover {color: #fff;}


.index_footerr {border-top: 1px solid #5d6570;width: 100%;background-color: #353f4c;padding: 0px 0px;float: left;line-height:50px;}

.index_footerr .index_main {width: 80%;margin: 0 auto; text-align: left;}

/*内页二级导航*/
.container_nav {padding-top: 230px;background-repeat: no-repeat;background-position: center;background-size: cover; height: 300px;}

.container_nav .row {width: 100%;padding: 54.5px 0px;text-align: center;}

.container_nav .row ul li {display:inline-block;vertical-align: middle;text-align: center;margin: 0px 25px;}

.container_nav .row ul li a {display: block;}

.container_nav .row ul li a i {display: block;width: 100px;height: 100px;border:2px solid #fff;margin:0 auto;border-radius: 50%;background-repeat: no-repeat;background-position: 0px 0px;-webkit-transition:background-color 0.4s ease;-moz-transition:background-color 0.4s ease;-ms-transition:background-color 0.4s ease;-o-transition:background-color 0.4s ease;transition:background-color 0.4s ease;}

.container_nav .row ul li:hover a i,.container_nav .row ul li.on a i  {background-color: #fff;background-position: 0px -100px;}

.container_nav .row ul li a span {display: block;color: #fff;font-size: 18px;margin-top: 15px;}

.container_nav .row ul li a i.anniu{background-position: 0px -100px;background-color:#fff;}

/*内页当前位置导航*/
.location {width: 100%;height: 50px;line-height: 50px;margin-bottom: 0px;border-bottom: #c7c7c7 1px solid;}

.location .location_wrap {width: 80%;height: 50px;margin:0 auto;padding-left: 0px;background:url(../images/common_icons.png) no-repeat -792px -48px;box-sizing:border-box;}

.location .location_wrap a {display: block;margin-right: 12px;float: left;color: #555;font-size: 16px;}

.location .location_wrap a:hover {color: #ff731d;}

.location .location_wrap a:after {content: '>';display: block;float: right;margin-left: 12px;font-family: "Sunsim";line-height: 50px;}

.location .location_wrap a:hover:after {color: #555;}

.location .location_wrap a:last-of-type:after {display: none;}




/*在线客服*/

.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}

.suspension{width:46px;height:210px;position:fixed;right:30px;bottom:60px;z-index:999}

.suspension li{position:relative;width:46px;height:46px;margin-top:10px}

.connect-us,.qrcode{position:absolute;bottom:0;z-index:30}

.suspension li:first-child{margin-top:0}

.pop-qrcode,.pop-tel,.to-top{display:block;width:100%;height:100%;border:1px solid #bcbcbc;background-color:#fff;background-repeat:no-repeat;background-position:center;background-image:url(../images/suspend_icon.png)}



.pop-tel{border-color:#0af;background-color:#0af;background-position:-1px 0}

.pop-qrcode{background-position:-1px -51px}

.to-top{background-position:0 -100px;cursor:pointer}



.connect-us{width:240px;right:54px;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);box-shadow:0 6px 12px 0 rgba(0,0,0,.15);display:none}

.connect-us ul{margin:32px 24px}

.connect-us li{display:list-item;width:100%;height:auto;padding:16px 0;overflow:hidden;margin-top:0;border-top:1px solid #f4f4f4}

.connect-us li:first-child{padding-top:0;border-top:none}

.connect-us li.feedback-item{padding-bottom:0}

.connect-us li a{display:inline-block;width:100%;height:100%;background-repeat:no-repeat;background-position:0 0}

.service-phone{background-image:url(../images/suspend_icon_01.png)}

.service-phone:hover{background-image:url(../images/suspend_icon_01_blue.png)}

.service-online{background-image:url(../images/suspend_icon_03.png)}

.service-online:hover{background-image:url(../images/suspend_icon_03_blue.png)}

.service-feedback:hover .info-name,.service-online:hover .info-name{color:#0af}

.service-feedback{background-image:url(../images/suspend_icon_02.png)}

.service-feedback:hover{background-image:url(../images/suspend_icon_02_blue.png)}

.info-name,.info-value{display:block;padding-left:52px}

.info-name{height:14px;font-size:14px;color:#333}

.info-value{margin-top:8px;height:18px;font-size:18px;font-weight:700;color:#f90}

.service-feedback .info-value{font-size:12px;font-weight:inherit;color:#999}

.qrcode{width:128px;height:270px;right:55px;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);box-shadow:0 6px 12px 0 rgba(0,0,0,.15);background:#fff;display:none}

.corner{border:10px solid transparent;border-top:10px solid #fff;position:absolute;bottom:-20px;right:50%;margin-right:-10px;z-index:10;*height:0}





/*分页*/

.page_box{overflow:hidden;text-align:center;font-size:0;margin:20px 0; width:80%;max-width:1440px}

.page_box a{display:inline-block;vertical-align:middle;border:1px solid #d8d8d8;padding:0px 16px;height: 34px;line-height: 34px;background:#fff;color:#8e8e8e;font-size:15px;margin-right:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}

.page_box a i{display:inline-block;font-size:13px;vertical-align:middle;margin-right:5px}

.page_box a em{display:inline-block;font-size:13px;vertical-align:middle;margin-left:5px}

.page_box span{display:inline-block;font-size:16px;color:#8e8e8e;vertical-align:middle}

.page_box input{width:56px;height:34px;display:inline-block;vertical-align: middle;background:#fff;border:1px solid #d8d8d8;text-align:center;line-height:34px;color: #555;font-size:16px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-left: 5px;}

.page_box .submit{width:56px;height:36px;display:inline-block;vertical-align: middle;cursor:pointer;border:1px solid #d8d8d8;background:#fff;color:#8e8e8e;font-size:16px;margin-right:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-left:10px}

.page_box a.on,.page_box a:hover{border-color:#ff731d;color:#fff;background:#ff731d}

.page_box a.on span{color:#fff;}



.c_headen{ height:40px; background:#222; position:fixed; top:0; left:0; width:100%; z-index:9}

.c_headen .wrap {width: 100%;}

.c_headen .c_head_l{ float:left; height:40px;}

.c_headen .c_head_l li{ float:left; width:50px; height:40px; background: url(../images/head_bg.png) no-repeat;transition:all 0.3s ease;cursor:pointer;}

.c_headen .c_head_l li a{ float:left; width:50px; height:40px;}

.c_headen .c_head_l li.c_head_l_n{ background-position: -200px 0px;}

.c_headen .c_head_l li.c_head_l_n:hover{ background-position: -200px -40px;}

.c_headen .c_head_l li dl{ height:0; overflow:hidden; margin-top:40px; transition:all 0.3s ease;}

.c_headen .c_head_l li dl a{ float:left; width:150px; height:40px; line-height:40px; font-size:14px; color:#fff; text-indent:10px; border-bottom:1px solid #4f4f4f;}

.c_headen .c_head_l li dl a:hover{ background:#ff731d}

.c_headen .c_head_l li.c_head_l_n:hover dl{ height:auto; position:absolute; background:#414141; width:150px;border-radius:0 0 3px 3px;}

.c_headen .c_head_l li.c_head_l_h{ background-position:0 0px;}

.c_headen .c_head_l li.c_head_l_h:hover{ background-position:0 -40px;}

.c_headen .c_head_l li.c_head_l_nx{ background-position:-50px -0px; }

.c_headen .c_head_l li.c_head_l_nx:hover{ background-position:-50px -40px;}

.c_headen .c_head_l li.c_head_l_nt{ background-position:-100px -227px;}

.c_headen .c_head_l li.c_head_l_nt:hover{ background-position:-100px -267px;}

.c_headen .c_head_c{ float:right; height:40px;}

.c_headen .c_head_c .c_ss{ float:left; width:200px; width:200px; height:23px; line-height:23px; border-left:1px solid #999; border-top:1px solid #999; border-bottom:1px solid #999; border-right:none; background:none; outline:none; text-indent:8px; margin-top:7px; color:#ccc}

.c_headen .c_head_c .c_sh{ float:left; width:30px; height:25px; background: url(../images/head_bg.png) no-repeat -258px 3px; border-top:1px solid #999; border-right:1px solid #999; border-bottom:1px solid #999; border-left:none; cursor:pointer; outline:none; margin-top:7px;}

.c_headen .c_head_r{ float:right; height:35px; line-height:35px;margin:0 20px;}

.c_headen .c_head_r a {color: #ccc; font-size: 12px;margin: 0 5px;}

.c_headen .c_head_r a:hover {text-decoration: underline;}


	/*共用元素*/

	.hidden-lg {display: none;}	



	/*导航*/

	.header.fixednav .navbar {margin: 20px 0px 0 0 !important;}

	.header .navbarlogo,.header .navbar .menuclos {display: none;}

	.header .navbar ul li#a9 {display: none;}

}



/* ---------------- Responsive website ---------------- */



/*屏幕小于1440px应用一下样式*/

@media (max-width:1440px) {

}

/*屏幕小于1400px应用一下样式*/

@media (max-width:1400px) {
	
	.header .logo {height: 60px;left: 10px;}

	.header .logo a {padding: 0px 0px;}

	.header .logo a img {height: 60px;margin-top:0px; }

}

/*屏幕小于1360px应用一下样式*/

@media (max-width:1360px) {
	
	.header .logo {height: 60px;left: 10px;}

	.header .logo a {padding: 0px 0px;}

	.header .logo a img {height: 60px;margin-top:0px; }

}


/*屏幕小于1280px应用一下样式*/

@media (max-width:1280px) {

.newscotentt .x{width: 100%; height: 100%;padding: 10px 0px 0px 0;float: left;}
.newscotentt .xx{ width: calc(100%);text-align:left; font-size:16px; line-height:30px;padding: 0 0px;float: right;}

	.hidden-xs {display: none !important;}

	.hidden-lg {display: block !important;}

	.suspension{display:none;}
	
	.kongkong{margin:80px 0 0 0 ;width: 100%;line-height:130px;}

	/*导航*/
	

	.header {height: 80px; top: 0px;}

	.header .logo {height: 40px;left: 10px;}

	.header .logo a {padding: 10px 0px;}

	.header .logo a img {height: 40px;margin-top:0px; }

	.header .navbar ul li#a9 {display:block;}

	.header .nav::before{display:none;}
	
    .header .lqcx{display:none;}
	
	.header .navbar {display: none;float: none;margin: 0px;position: fixed;z-index: 10;top: 0;left: 0;z-index: 59;background:#59b38d url(../images/navbarbg.jpg) no-repeat scroll center center / cover;margin: 0;padding: 0;width: 100%;height: 100%;overflow: hidden;

		-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-ms-transition:all 0s ease;-o-transition:all 0s ease;transition:all 0s ease;}

	.header .navbarlogo {position: fixed;z-index:11;top:20px;margin:0;width: 100%;text-align:center;opacity: 0;}

	.header .navbarlogo a{display:block;height:auto;color:#fff;}

	.header .navbarlogo img{height:60px;}

	.header .navbarlogo a h2{margin:10px 0 0;font-size:1.5em;font-weight:normal;line-height:100%;}

	.header .navbarlogo a h2 span{}

	.header .navbarlogo a p{margin:5px 0 0;font-size:1rem;line-height:100%;}

	.header .navbar ul {position:absolute;left: 0px;top: 130px;width: 100%;padding: 0 5%;box-sizing:border-box;}

	.header .navbar ul li{position: relative;z-index: 1;float: left;width: 33.333333%;height: auto;line-height: 100%;margin: 0 -1px -1px 0;text-align: center;border: solid 1px #fff;box-sizing:border-box;}

	.header .navbar ul li a {display: block;color:#fff;padding: 38px 0px;line-height:100%;margin-top: 0px;}

	.header .navbar ul li a span{display: block;margin: 5px 0 0;font-size:0.75em;font-family: sanfranciscodisplay-regular,arial;text-transform: uppercase;}

	.header .navbar ul li a:hover {margin-top: 0px !important;}

	.header .navbar ul li:hover {z-index: 2;border:1px solid #ff731d;}

	.header .navbar ul li:hover a {color: #ff731d;}

	.header .navbar ul li.on{background:#fff;}

	.header .navbar ul li.on a{color:#555;}

	.header .navbar .menuclos{display:none;position:fixed;z-index:11;left:50%;bottom:0;margin:0 0 0 -50px;width:100px;}

	.header .navbar .menuclos p{position:relative;z-index:2;background:#fff;margin:0 0 30px;padding:6px 10px;color:#666;text-align:center;font-size:1em; border-radius:15px;line-height:100%;cursor: pointer;}

	.header .navbar .menuclos:before{content:"";position: absolute;z-index:1;left:50%;background:rgba(255,255,255,0.3);margin:14px 0 0 -140px;width:280px;height:1px;}

	.header .nav-menu {display: block; position: relative; float: right; top: 20px; right: 0px; margin: 0; padding:0 0; cursor: pointer; }

	.header .nav-menu span{display: block;background: #333; margin: 4px 0; width: 25px; height: 4px; font-size: 1px; color: #fff; border-radius: 2px; text-indent: -99999px; }


    .nav_menu-item:hover .nav_submenu { display:none; }	
	
    .nav_submenu { display:none;}
	
    .nav_submenu-item { display:none;}

}


/*屏幕小于800px应用一下样式*/

@media (max-width:800px) {
		
	.fixd-box .wrap {padding: 20px 0;}

	.fixd-box .wrap h2 {font-size: 20px;padding: 10px;}

	.fixd-box .txt .left { float:left; width:100%; }

	.fixd-box .left dl { font-size:15px;padding: 10px;}

	.fixd-box .left dl:first-child { margin-bottom:3em;}

	.fixd-box .left dl dt{ float:left; }

	.fixd-box .left dl dt img { width:100px; height:100px;}

	.fixd-box .left dl dd {padding: 0px 0px 0px 10px;}	

	.fixd-box .txt .right {width: 100%;line-height: 1.5;padding:20px 10px 10px;box-sizing:border-box;}

	.fixd-box .txt .right p {font-size:16px;}

	.fixd-box .txt .right span {font-size:30px; font-family:Arial;}

	.fixd-box .close {width: 40px;height: 40px;background-size: 100% 100%;}


	.index_footer {width: 100%;padding:20px 0px;}

	.index_footer .index_main .footer_fl {display: none; }

	.index_footer .index_main .footer_fb {width: 100%; margin-bottom: 0px; font-size:13px;  }

  	.index_footer .index_main .footer_fr  {display: none; }
 
    .index_footerr .index_main {width: 80%;}

	.container_nav .row {padding: 50px 0px;}

	.container_nav .row ul li {margin: 0px 20px 10px;}

  	.container_nav .row ul li a i {width: 80px;height: 80px;background-size: 80px auto;}

	.container_nav .row ul li:hover a i,.container_nav .row ul li.on a i  {background-color: #fff;background-position: 0px -80px;}

	.container_nav .row ul li a i.anniu{background-position: 0px -80px;background-color:#fff;}

	.location {margin-bottom: 20px;width: auto;padding: 0px 5px;}
}

/*屏幕小于540px应用一下样式*/

@media (max-width:540px) {

	.kongkong{margin:80px 0 0 0 ;width: 100%;line-height:130px;}
	
	.container_nav .row ul li {margin: 0px 20px 10px;}

	.container_nav .row ul li a i {width: 56px;height: 56px;background-size: 56px auto;}

	.container_nav .row ul li:hover a i,.container_nav .row ul li.on a i  {background-color: #fff;background-position: 0px -56px;}

	.container_nav .row ul li a span {margin-top: 5px;font-size: 15px;}

	.c_headen .c_head_c {display: none;}

	.c_headen .c_head_l li,.c_headen .c_head_l li a {width: 40px;}

	.c_headen .c_head_l li.c_head_l_n {background-position: -205px 0px;}

	.c_headen .c_head_l li.c_head_l_n:hover{ background-position: -205px -40px;}

	.c_headen .c_head_l li.c_head_l_h {background-position: -3px 0px;}

	.c_headen .c_head_l li.c_head_l_h:hover {background-position: -3px -40px;}

	.c_headen .c_head_l li.c_head_l_nx {background-position: -55px 0px;}

	.c_headen .c_head_l li.c_head_l_nx:hover {background-position: -55px -40px;}

	.c_headen .c_head_r {margin:0px;}

	.container_nav .row ul li a i.anniu{background-position: 0px -55px;background-color:#fff;}

}

#tips{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0); z-index: 999999; display: none;}

#tips div{position: absolute; top: 30%; left: 50%; padding: 10px; width: 90px; margin-left: -45px; background: rgba(0,0,0,0.6); background: url(../images/blank.png)\9; color: #fff; text-align: center; font-size: 14px; border-radius: 4px; word-wrap: break-word;}

#tips .loading{padding-top: 38px; background: url(../images/loading.gif) center top no-repeat;}

