﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
	color: #333333;
	font-size: 14px;
	width: 100%;
	background: #ffffff;
}
a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}
a:hover {
	text-decoration: none !important;
}
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li {
	list-style: none;
}
.clear {
	clear: both !important;
	height: 0px !important;
	width: 0px !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}
textarea:focus {
	outline: none;
}
input:focus {
	outline: none;
}
input:focus {
	outline: none;
}/*去除按钮选中的高亮标签*/
img {
	max-width: 100% !important;
}
div, p, table, td, ul, li, span, a, ol, input {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
input::-ms-input-placeholder { /* Internet Explorer 10+ */
color:#4d4d4d;
font-size:14px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
color:#4d4d4d;
font-size:14px;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#4d4d4d;
font-size:14px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#4d4d4d;
font-size:14px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pc {
	display: block;
}
.mo {
	display: none;
}
.pctop1 {
	width: 100%;
	height: 31px;
	background: #333333;
}
.pctop1 .pctop1_nei {
	width: 1100px;
	margin: 0 auto;
}
.pctop1 .pctop1_nei .pctop1_left {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
}
.pctop1 .pctop1_nei .bdsharebuttonbox {
	float: left;
	height: 16px;
	margin: 7px 0;
	padding: 0 7px;
	border-right: #FFFFFF dotted 1px;
}
.pctop1 .pctop1_nei .bdsharebuttonbox a {
	float: left;
	margin: 0;
	margin-left: 5px;
}
.pctop1 .pctop1_nei .lang {
	color:#fff;
	padding: 0 0 0 5px;
}
.pctop1 .pctop1_nei .lang a {
	display: inline-block;
	margin: 5px;
	color:#fff;
}
.pctop1 .pctop1_nei .lang a:hover{
	
}
.pctop2 {
	width: 1100px;
	margin: 0 auto;
	height: 112px;
}
.pctop2 .pclogo {
	margin-top: 33px;
}
.pctop2 .pcmenu {
}
.pctop2 .pcmenu a {
	text-transform: uppercase;
	display: inline-block;
	margin: 42px 25px 0 25px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #363636;
	text-align: center;
}
.pctop2 .pcmenu a:hover {
	color: #df0f0f;
	border-bottom: #df0f0f solid 3px;
}
.pctop2 .pcmenu a.on {
	color: #df0f0f;
	border-bottom: #df0f0f solid 3px;
}
.neibanner {
	width: 100%;
	height: 220px;
}
body {
	overflow-x: hidden !important;
}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

.main-navigation {
	padding:12px 0 0 0;
}
.dd-menu{
	margin:0;
	list-style-type:none;
	display:block;
}
#menu-toggle {
    line-height:60px;
    margin:18px 0 0 25px;
	display:none;
    float:right;
    color:#333;
    font-size:24px;
}
.dd-menu > li {
    display:inline-block;    
    float:left;
    font-size:14px;
    font-weight:400;
    position:relative;
	transition: all ease 0.3s;
}
.dd-menu > li > a {
    line-height:90px;
    color:#555;
    display:block;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:all 0.3s ease 0.1s;
	position:relative;
	padding:0 20px;
}
.dd-menu > li:last-child a {padding-right:0;}
.dd-menu > li > a > i {
    font-size: 10px;
}

.dd-menu > li > ul > li a:hover{
	
}
.dd-menu li span {
	position:relative;
}
.dd-menu li span:after {
	content:"";
	width:0;
	height:2px;
	margin:auto;
	display:block;
	position:absolute;
	bottom:-4px;
	left:0;
	right:0;
	font-size:14px;
	color:transparent;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.dd-menu li:hover span:after,
.dd-menu li.active span:after {
	width:100%;
}
.dd-menu > li:hover > a > span:before, .dd-menu > li.current-menu-item > a > span:before, .dd-menu > li.current-menu-parent > a > span:before {
    opacity: 0.8;
    transform: translateZ(0px) scaleX(1);
}
.dd-menu > li ul {
    padding-top:8px;
    display:none;
    height:auto;
    left:-20px;
    list-style-type:none;
    margin:0;
    min-width:230px;
    position:absolute;
    top:100%;
    z-index:999;
	background: url("../images/dropmenu.svg") no-repeat scroll 20px top / auto 8px rgba(0, 0, 0, 0);
}
.dd-menu > li ul:before {
	-moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    border-color:transparent transparent #222;
    border-image:none;
	border-style:solid;
    border-width:8px;

    height:0;
    left:35px;
    margin:-15px 0 0;
    pointer-events:none;
    position:absolute;
    top:auto;
    width:0;
}
.dd-menu > li > ul li {
    line-height:normal;
    font-size:14px;
    position:relative;
	background:#fff;
	border-bottom:1px solid #dbe6f0;
}
.dd-menu > li > ul > li > a, 
.dd-menu > li > ul > li > ul > li > a, 
.dd-menu > li > ul > li > ul > ul > li > a {
   
    display:block;
    padding:10px 20px;
    color:#666;
    text-decoration:none;
	border-left:5px solid transparent;
	transition:color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.dd-menu > li > ul > li > a:hover, 
.dd-menu > li > ul > li > ul > li > a:hover, 
.dd-menu > li > ul > li > ul > ul > li > a:hover {
	border-color:#0075bf;
	color:#000;
}

.dd-menu > li > ul li ul {
    border:0 none;
    left:100% !important;
    list-style-type:none;
    padding:0 0 0 1px;
    min-width:150px;
    position:absolute;
    top:0 !important;
}
.dd-menu > li ul li ul:before {
    -moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    border-color:transparent #7c4c4c transparent transparent;
    border-image:none;
    border-style:solid;
    border-width:8px;
    /*content:" ";*/
    height:0;
    left:0;
    margin:13px 0 0 -15px;
    pointer-events:none;
    position:absolute;
    top:auto;
    width:0;
}
.mot {
	width: 100%;
	padding: 0 2%;
	height: 50px;
	background: #292929;
}
.mot .molo {
	float: left;
	display: inline-block;
	height: 30px;
	margin: 10px 0;
}
.mot .molo img {
	height: 30px;
}
.mot .momenuicon {
	float: right;
	height: 16px;
	margin: 17px 0;
}
.mot .cloesicon {
	display: none;
}
.moxl {
	left: -100%;
	top: 50px;
	background: rgba(0,0,0,0.60);
	position: absolute;
	z-index: 99;
	width: 100%;
	transition: all ease 0.3s;
}
.moxl_box {
	width: 60%;
	background: #292929;
	height: 100%;
}
.moxl .moxl_xun {
	width: 100%;
	float: left;
	position: relative;
}
.moxl .moxl_xun .moxl_xun_icon {
	width: 100%;
	height: 0px;
	position: absolute;
	padding-right: 10px;
}
.moxl .moxl_xun .moxl_xun_icon img {
	float: right;
	height: 24px;
	margin: 4px 0;
}
.moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2 {
	display: none;
}
.moxl .moxl_xun .moxl_xun_title {
	width: 100%;
	height: 30px;
	padding-left: 10px;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}
.moxl .moxl_xun .moxl_erji {
	width: 100%;
	overflow: hidden;
	display: none;
}
.moxl .moxl_xun .moxl_erji a {
	width: 100%;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	float: left;
}
.pcto_bg {
	top: 112px;
	width: 100%;
	transition: all ease 0.3s;
	height: 0px;
	background: rgba(223,15,15,0.6);
	transition: all ease 0.3s;
	position: absolute;
	z-index: 99;
	left: 0;
}
.pcto {
	width: 100%;
	position: relative;
}
.pcto_box {
	width: 1100px;
	margin: 0 auto;
}
.pcto_box .pcto_logo {
	display: inline-block;
	margin: 15px 0;
}
.pcto .pcto_menu {
	float: right;
}
.pcto .pcto_menu_xun {
	float: left;
	margin: 42px 25px 0 25px;
	height: 70px;
	text-align: center;
	min-width: 56px;
	text-transform: uppercase;
}
.pcto .pcto_menu_xun .pcto_menu_a {
	transition: all ease 0.3s;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #363636;
	text-align: center;
}
.pcto .pcto_menu_xun:hover .pcto_menu_a {
	transition: all ease 0.3s;
	color: #df0f0f;
	border-bottom: #df0f0f solid 3px;
}
.pcto .pcto_menu_xun.on .pcto_menu_a {
	color: #df0f0f;
	border-bottom: #df0f0f solid 3px;
}
.pcto_menu_a {
}
.pcto_xl {
	position: absolute;
	z-index: 100;
	height: 0;
	overflow: hidden;
}
.pcto_xl a {
	margin-right: 35px;
	float: left;
	display: inline-block;
	line-height: 45px;
	font-size: 13px;
	color: #fec8c8;
	text-align: center;
}
.pcto_menu_xun:hover .pcto_bg {
	height: 45px;
	transition: all ease 0.6s
}
.pcto_menu_xun:hover .pcto_xl {
	height: 45px;
	transition: all ease 0.6s;
}
.footer {
	width: 100%;
	min-height: 382px;
	padding-top: 100px;
	 background-image:url('../images/foot_bg.jpg');background-repeat: no-repeat;background-size: auto,100%;
}
.footer .footer1 {
	width: 1100px;
	margin: 0 auto;
	min-height: 240px;
}
.footer .footer1 .footer1_xun1 {
	width: 145px;
	margin-right: 40px;
}
.footer .footer1_title {
	height: 35px;
	text-transform: uppercase;
	width: 100%;
	border-bottom: #212427 solid 1px;
	line-height: 35px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
}
.footer .footer1 .footer1_xun2 {
	width: 286px;
	font-size: 12px;
	color: #dddddd;
}
.footer .footer1 .footer1_xun2 span {
	float: left;
	margin-left: 8px;
	color: #dddddd;
}
.footer .footer1 .footer1_xun2 .bdsharebuttonbox {
	float: left;
	margin-left: 20px;
}
.footer .footer1 .footer1_xun2 .bdsharebuttonbox a {
	width: 24px;
	height: 24px;
	margin: 5px 10px 0 0;
	padding: 0;
	border-radius: 24px;
	display: inline-block;
	overflow: hidden;
	background-color: #222629;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .footer1 .footer1_xun2 .bdsharebuttonbox a:hover {
	background-color: #0168b5;
}
.footer .footer1 .footer1_xun1 .footer1_xun1_box {
	width: 100%;
	padding-top: 15px;
}
.footer .footer1 .footer1_xun1 .footer1_xun1_box a {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #ddd;
	line-height: 32px;
}
.footer .footer2 {
	width: 100%;
	font-size: 12px;
	color: #ddd;
	border-top: #212427 solid 1px;
	height: 42px;
	line-height: 42px;
}
.footer .footer2 .footer2_nei {
	width: 1100px;
	margin: 0 auto;
}
.motop {
	display: none;
	width: 100%;
	padding: 0 3%;
	height: 60px;
}
.motop .mologo {
	display: inline-block;
	height: 60px;
}
.motop .mologo img {
	height: 30px;
	margin: 15px 0;
}
.motop .menuicon {
	height: 20px;
	margin: 20px 0;
}
.moxiala {
	display: none;
	width: 100%;
	background: rgba(0,0,0,0.70);
	position: absolute;
	z-index: 9999;
}
.moxiala a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 3em;
	height: 3em;
	font-size: 14px;
	color: #fff;
	border-bottom: #FFFFFF solid 1px;
}
.neipagename {
	width: 100%;
	text-align: center;
	padding: 50px 0 20px 0;
}
.neipagename div {
	display: inline-block;
}
.neipagename .pagename_en {
	font-size: 38px;
	line-height: 1em;
	color: #212121;
	text-transform: uppercase;
}
.neipagename .pagename_ch {
	font-size: 18px;
	padding: 0 22px;
	height: 12px;
	border-bottom: #212121 solid 1px;
}
.neipagename .pagename_ch div {
	text-align: center;
	height: 18px;
	padding: 0 12px;
	line-height: 18px;
	background: #FFFFFF;
}
.neimenu {
	text-align: center;
	width: 100%;
	border-bottom: #b3b3b3 solid 1px;
	height: 17px;
	margin-bottom: 13px;
}
.neimenu div {
	display: inline-block;
}
.neimenu div a {
	float: left;
	line-height: 30px;
	background: #FFFFFF;
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	font-size: 14px;
	color: #6d6d6d;
	border: #6d6d6d solid 1px;
	margin: 0 8px;
}
.neimenu div a:hover {
	color: #0168b5;
	border: #0168b5 solid 1px;
}
.neimenu div a.on {
	color: #0168b5;
	border: #0168b5 solid 1px;
}
.about {
	width: 1100px;
	max-width: 96%;
	margin: 0 auto;
	color: #686868;
	font-size: 14px;
	line-height: 2em;
	padding: 30px 0;
}
.newsnav {
	width: 1100px;
	margin: 0 auto;
	max-width: 96%;
	font-size: 12px;
	height: 59px;
	border-bottom: #d4e0e2 solid 1px;
	color: #6f6f6f;
	line-height: 59px;
}
.newsnav a {
	margin: 0 5px;
}
.fanhui {
	width: 1100px;
	margin: 0 auto;
	max-width: 96%;
	position: relative;
	height: 1px;
}
.fanhui a {
	position: absolute;
	z-index: 2;
	width: 106px;
	height: 33px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 33px;
	background: #df0f0f;
	right: 0;
	display: inline-block;
	top: 13px;
}
.newneititle {
	width: 1100px;
	border-bottom: #bcbcbc dashed 1px;
	margin: 0 auto;
	max-width: 96%;
	height: 120px;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}
.newneititle div {
	text-align: center;
}
.newneititle .newstitle {
	width: 100%;
	font-size: 22px;
	color: #525252;
}
.newneititle .newstitle2 {
	display: inline-block;
	font-size: 12px;
	color: #818181;
}
.newneititle .newstitle2 span {
	float: left;
	margin: 0 18px;
	line-height: 30px;
}
.newneititle .newstitle2 .bdsharebuttonbox {
	float: left;
}
.newneititle .newstitle2 .bdsharebuttonbox a {
	margin: 6px 5px;
}
.newsline {
	width: 1100px;
	margin: 20px auto;
	max-width: 96%;
}
.newsline a {
	display: inline-block;
	float: left;
	height: 132px;
	width: 100%;
	padding: 0 20px;
	transition: all ease 0.3s;
}
.newsline a .newstime {
	border-right: #d7dde3 solid 1px;
	width: 178px;
	float: left;
	height: 63px;
	margin-top: 37px;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}
.newsline a .newstime .newstime_top {
	font-size: 47px;
	color: #0168b5;
	line-height: 50px;
}
.newsline a .newstime .newstime_bot {
	font-size: 16px;
	color: #787878;
	line-height: 18px;
	text-transform: uppercase;
}
.newsline a .newtext {
	padding-left: 32px;
	width: 840px;
	float: left;
}
.newsline a .newtext .newtitle {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #575757;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	margin-top: 32px;
}
.newsline a .newtext .ntime {
	display: none;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #787878;
	line-height: 22px;
}
.newsline a .newtext .newsmall {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #787878;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.newsline a .newsjiantou {
	margin-left: 27px;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	height: 100%;
	width: 13px;
	float: left;
}
.newsline a .newsjiantou .newsjiantou2 {
	display: none;
}
.fenye {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.fenye .fenye_nei {
	display: inline-block;
}
.fenye .fenye_nei a {
	display: inline-block;
	padding: 0 13px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin: 0 3px;
	border-radius: 5px;
	border: #dddddd solid 1px;
	overflow: hidden;
	font-size: 13px;
	color: #999999;
}
.fenye .fenye_nei a:hover {
	background: #f73232;
	color: #fff;
}
.fenye .fenye_nei a.on {
	background: #f73232;
	color: #fff;
}
.con1 {
	width: 100%;
	text-align: center;
}
.con1 .con1_nei {
	display: inline-block;
}
.con1 .con1_nei .con1_xun {
	width: 302px;
	height: 187px;
	padding-top: 60px;
	border: #EEEEEE solid 1px;
	background: #fcfcfc;
	float: left;
	position: relative;
	margin: 85px 49px 45px;
49px;
}
.con1 .con1_nei .con1_xun .con1_xun_img {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100px;
	border-radius: 100px;
	top: -50px;
}
.con1 .con1_nei .con1_xun .con1_xun_title {
	font-size: 18px;
	width: 100%;
	color: #3b3b3b;
	line-height: 2em;
	text-align: center;
}
.con1 .con1_nei .con1_xun .con1_xun_zi {
	font-size: 15px;
	line-height: 23px;
	color: #3b3b3b;
	width: 100%;
	text-align: center;
}
.con1 .con1_nei .con1_xun .con1_xun_zi img {
	margin-top: 7px;
	width: 90px;
}
.con1 .con1_nei .con1_xun .con1_xun_text {
	padding: 0 1%;
}
.message {
	width: 100%;
	text-align: center;
}
.message .mess_form {
	display: inline-block;
	padding: 45px 0 45px 0;
	border-top: #bcbcbc dashed 1px;
}
.message .mess_form div {
	width: 540px;
	margin: 0 10px;
}
.message .mess_form div input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	border: #e4e4e4 solid 1px;
	border-radius: 5px;
	height: 49px;
	float: left;
	padding: 0 17px;
}
.message .mess_form div input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
	border: #e4e4e4 solid 1px;
	border-radius: 5px;
	height: 49px;
	float: left;
	padding: 0 17px;
}
.message .mess_form div input[type="tel"] {
	width: 100%;
	margin-bottom: 10px;
	border: #e4e4e4 solid 1px;
	border-radius: 5px;
	height: 49px;
	float: left;
	padding: 0 17px;
}
.message .mess_form div textarea {
	width: 100%;
	margin-bottom: 10px;
	border: #e4e4e4 solid 1px;
	border-radius: 5px;
	height: 108px;
	float: left;
	padding: 10px 17px;
}
.message .mess_form div input[type="submit"] {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	line-height: 49px;
	border-radius: 5px;
	float: left;
	padding: 0 17px;
	font-size: 16px;
	color: #0168b5;
	border: #0168b5 solid 1px;
	background: #FFFFFF;
}
.probox {
	width: 1100px;
	margin: 40px auto 57px auto;
}
.probox .probox_left {
	width: 280px;
	float: left;
}
.probox .probox_left .protitle {
	padding: 30px;
	width: 100%;
	height: 97px;
	background: url(../images/tupian12.jpg) no-repeat 50%;
}
.probox .probox_left .protitle .protitle1 {
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
}
.probox .probox_left .protitle .protitle2 {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.probox .probox_left .proleft_xiala {
	padding-top: 30px;
	padding-bottom: 430px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255 ,255, 1), rgba(255, 255 ,255 , 0))
}
.probox .probox_left .proleft_xiala a {
	width: 100%;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #6c6c6c;
	float: left;
	border-bottom:1px #e1e1e1 dashed;
}
.probox .probox_left .proleft_xiala a.on,.probox .probox_left .proleft_xiala a.active {
	background: url(../images/bg24.png) no-repeat 209px 50%, #faf5f5;
	border-left: #0168b5 solid 4px;
	padding-left: 21px;
}
.probox .probox_left .proleft_xiala a:hover {
	background: url(../images/bg24.png) no-repeat 209px 50%, #faf5f5;
	border-left: #0168b5 solid 4px;
	padding-left: 21px;
}
.probox .probox_left .proleft_xiala a.son {
	padding-left:35px;
}
.probox .probox_left .proleft_xiala a.active {
	padding-left: 31px;
}
.probox .probox_left .proleft_xiala a.son:hover{
	padding-left: 31px;
}
.probox .probox_right {
	background: #fff;
	width: 800px;
	padding: 34px 24px;
	overflow: hidden;
	float: right;
}
.probox .probox_right .proboxline {
	width: 100%;
}
.probox .probox_right2 {

	width: 800px;
	overflow: hidden;
	float: right;
}
.probox .probox_right2 .proboxline2 {
	width: 100%;
}
.probox .probox_right .proboxline .proboxline_box {
	width: 840px;
}
.probox .probox_right .proboxline .proboxline_box a {
	width: 255px;
	height: 295px;
	float: left;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 25px;
	border: #d7ddde solid 1px;
	border-bottom: #d7ddde solid 4px;
	padding: 0 10px;
}
.probox .probox_right .proboxline .proboxline_box a:hover {
	border-bottom: #0168b5 solid 4px;
}
.probox .probox_right .proboxline .proboxline_box a .proimg_img {
	width: 100%;
	height: 232px;
	border-bottom: #d7ddde solid 2px;
	overflow: hidden;
}
.probox .probox_right .proboxline .proboxline_box a .proimg_img img {
	width: 100%;
}
.probox .probox_right .proboxline .proboxline_box a .proimg_title {
	font-size: 14px;
	color: #727272;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
}
.probox .probox_right .proboxline .proboxline_box a .proimg_time {
	font-size: 13px;
	color: #bebebe;
	height: 30px;
	line-height: 30px;
	background: url(../images/bg31.png) no-repeat 100% 50%;
}
.probox .probox_right .proboxline .proboxline_box a:hover .proimg_title {
	color: #0168b5;
}
.proxiala {
	display: none;
	width: 100%;
	height: 40px;
	border-bottom: #DDDDDD solid 1px;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 30px;
}
.proxiala .proxiala_chakan {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #727272;
	font-weight: bolder;
}
.proxiala .proxiala_menu {
	display: none;
	width: 100%;
	z-index: 999;
	position: absolute;
	background: rgba(255,255 ,255,0.8);
	padding-bottom: 30px;
}
.proxiala .proxiala_menu a {
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	height: 3em;
	font-size: 14px;
	line-height: 3em;
	color: #727272;
}
.prodet {
	width: 1100px;
	margin: 20px auto 30px auto;
	background: #FFFFFF;
}
.prodet .newsnav {
	max-width: 100%;
	padding: 0 20px;
}
.details_top_imgbox {
	width: 430px;
	margin: 0 auto;
	height: 521px;
}
.details_top_imgbox .fluid_container {
	width: 100%;
	height: 430px;
}
.detailed {
	width: 740px;
	float: right;
	font-size: 12px;
	color: #666666;
}
.detailed .detailed1 {
	width: 100%;
	font-size: 18px;
	color: #333333;
}
.detailed .detailed2 {
	width: 100%;
	line-height: 30px;
	margin-top: 15px;
}
.detailed .detailed3 {
	width: 100%;
	line-height: 30px;
	margin-bottom: 15px;
}
.detailed .df {
	color: #e23435;
}
.detailed .ds {
	color: #ff8838;
}
.detailed .detailed4 {
	width: 100%;
}
.detailed .detailed4 td {
	height: 37px;
	padding-left: 60px;
}
.detailed .detailed5 td {
	background: #eeeeee;
}
.details {
	text-align: left;
	width: 96%;
	float: right;
	margin: 2%;
}
.details .details_title {
	width: 100%;
	font-size: 26px;
	color: #494949;
	height: 60px;
	border-bottom: #7d7d7d dashed 1px;
}
.details .details_time {
	width: 100%;
	font-size: 14px;
	color: #898989;
	height: 105px;
	border-bottom: #7d7d7d dashed 1px;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
}
.details .details_text {
	font-size: 13px;
	line-height: 32px;
	color: #7a7a7a;
	text-indent: 2em;
}
.detailswai {
	width: 100%;
	text-align: center;
}
.detailswai .detailswaihezi {
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 45px;
}
#flexslider {
	width: 100%;
	height: 520px;
	margin: 0px auto 0px;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 0;
}/***修改这里的高度*****/
/***图片上的箭头**/
#flexslider #ban .jiantou {
	width: 1384px;
	margin-top: 224px;
	height: 82px;
	z-index: 1;
	display: inline-block;
	display: none;
}/***修改这里的高度以调整箭头高度*****/
#flexslider #ban .jiantou .jiantou_left {
	width: 45px;
	height: 82px;
	cursor: pointer;
	/*background: url(../images/jiantou.png) no-repeat 0px top;*/
	float: left;
}
#flexslider #ban .jiantou .jiantou_right {
	width: 45px;
	height: 82px;
	cursor: pointer;
	/*background: url(../images/jiantou.png) no-repeat 0px bottom;*/
	float: right;
}
#ban {
	width: 100%;
	height: 520px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}/***修改这里的高度*****/
#ban ul.ban_bj li {
	display: block;
	width: 100%;
	height: 520px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 0;
	cursor: pointer;
}/***修改这里的高度*****/
#ban ul.ban_bj li.on {
	z-index: 111;
}
#ban ul.ban_bj li a {
	display: block;
	text-indent: -300000em;
}
#ban ul.ul_dian {
	display: inline-block;
}
#ban ul.ul_dian li {
	display: block;
	width: 30px;
	height: 5px;
	background: #535d5c;
	float: left;
	cursor: pointer;
	margin: 0 3px;
}
#ban ul.ul_dian li.licurr {
	background: #0168b5;
}
.dian {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 16px;
	z-index: 11111;
}
.jiantou_box {
	width: 100%;
	height: 0;
	text-align: center;
	position: absolute;
	z-index: 11111;
}
.indextitle {
	text-align: center;
	width: 100%;
	margin: 50px 0 35px 0;
}
.indextitle .indextitle1 {
	font-size: 30px;
	color: #383938;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.indextitle .indextitle2 {
	font-size: 24px;
	color: #484848;
	text-align: center;
	width: 100%;
}
.index1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.index1 div {
	display: inline-block;
}
.index1 div a {
	display: inline-block;
	text-align: center;
	width: 215px;
	height: 315px;
	margin: 0 17px 74px 17px;
	float: left;
	border: #e8e8e8 solid 1px;
	transition: all ease 0.3s;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}
.index1 div a .index1_img {
	float: left;
	width: 100%;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}
.index1 div a .index1_img div {
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	background: #b9b9b9;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	overflow: hidden;
}
.index1 div a .index1_title {
	text-transform: uppercase;
	margin-top: 37px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #484848;
}
.index1 div a .index1_en {
	margin-top: 8px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #aaaaaa;
	text-transform: uppercase;
}
.index1 div a .index1_bottom {
	margin-top: 21px;
	line-height: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.index1 div a .index1_bottom div {
	width: 40px;
	height: 3px;
	background: #0168b5;
}
.indexpro {
	width: 100%;
	min-height: 605px;
	max-width: 100%;
	background: #2c3035;
}
.indexpro .indextitle {
	float: left;
}
.indexpro .indextitle .indextitle1 {
	color: #FFFFFF;
}
.indexpro .indextitle .indextitle2 {
	color: #FFFFFF;
}
.prosel {
	width: 100%;
	text-align: center;
}
.prosel .prosel_nei {
	display: inline-block;
}
.prosel .prosel_nei div {
	float: left;
	margin: 0 16px;
	cursor: pointer;
	font-size: 14px;
	color: #9f8b8b;
	line-height: 42px;
}
.prosel_xian {
	width: 100%;
	height: 2px;
	background: #26292e;
}
.prosel_xian div {
	float: left;
	background: #0168b5;
	height: 2px;
	transition: all ease 0.25s;
}
.prosel .prosel_nei div.on, .prosel .prosel_nei div:hover {
	color: #0168b5;
}
.proxxk {
	width: 1100px;
	margin: 50px auto;
	height: 290px;
	position: relative;
}
.proxxk .proxxk_xun {
	width: 100%;
	height: 290px;
	position: absolute;
	display: none;
}
.proxxk .proxxk_xun .proxxk_xun_box {
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.proxxk .proxxk_xun .proxxk_xun_sel {
	width: 100%;
	height: 1px;
	position: relative;
}
.proxxk .proxxk_xun .proxxk_xun_sel div {
	position: absolute;
	z-index: 1111;
	top: 92px;
	cursor: pointer;
}
.proxxk .proxxk_xun .proxxk_xun_sel .proxxk_xun_left {
	left: -65px;
}
.proxxk .proxxk_xun .proxxk_xun_sel .proxxk_xun_right {
	right: -65px;
}
.proxxk .proxxk_xun .pxb_xun {
	width: 10000px;
}
.proxxk .proxxk_xun .pxb_xun a {
	margin-right: 33px;
	display: inline-block;
	float: left;
	width: 250px;
	height: 287px;
	border-bottom: #74787c solid 2px;
}
.proxxk .proxxk_xun .pxb_xun a .pxb_xun_img {
	background: #FFFFFF;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	position: relative;
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.proxxk .proxxk_xun .pxb_xun a .pxb_xun_img .titlepic {
	width: 100%;
}
.proxxk .proxxk_xun .pxb_xun a .pxb_xun_img .ban {
	position: absolute;
	background: rgba(0,129,203,0.55);
	width: 100% !important;
	height: 225px !important;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}
.proxxk .proxxk_xun .pxb_xun a .pxb_xun_title {
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	color: #fff;
}
.proxxk .proxxk_xun .pxb_xun a .pxb_xun_time {
	font-size: 12px;
	line-height: 30px;
	width: 100%;
	color: #737577;
	background: url(../images/bg24.png) no-repeat 100% 50%;
}
.indexabout {
	width: 100%;
	padding-bottom: 68px;
}
.indexabout .indexabout_box {
	width: 1100px;
	transition: all ease 0.3s;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.indexabout .indexabout_box .indexabout_text {
	width: 636px;
	font-size: 14px;
	color: #606060;
	text-indent: 2em;
	line-height: 24px;
}
.indexabout .indexabout_box .indexabout_text .indexabout_link {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-family: '宋体';
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	background: #0168b5;
	margin-top: 25px;
}
.indexabout .indexabout_box.on {
	transition: all ease 0.3s;
	height: 240px;
}
.indexnews {
	width: 100%;
	height: 664px;
	background: url(../images/tupian7.jpg) no-repeat 50%;
	background-size: cover;
}
.indexnews .indextitle {
	float: left;
}
.indexnews .indextitle .indextitle1 {
	color: #FFFFFF;
}
.indexnews .indextitle .indextitle2 {
	color: #FFFFFF;
}
.indexnews .newssel {
	width: 100%;
	text-align: center;
}
.indexnews .newssel .newssel_nei {
	display: inline-block;
}
.indexnews .newssel .newssel_nei .newssel_nei_op {
	min-width: 112px;
	padding: 0 15px;
	height: 30px;
	border: #FFFFFF solid 2px;
	font-size: 14px;
	float: left;
	margin: 0 15px;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	text-transform: uppercase;
}
.indexnews .newssel .newssel_nei .newssel_nei_op.on {
	background: #FFFFFF;
	color: #0168b5;
	font-weight: bolder;
}
.indexnews .newssel .newssel_nei .newssel_nei_op:hover {
	background: #FFFFFF;
	color: #0168b5;
	font-weight: bolder;
}
.indexnesqiehuan {
	width: 1100px;
	margin: 45px auto;
	overflow: hidden;
}
.indexnesqiehuan .newsxxk {
	width: 1160px;
}
.indexnesqiehuan .newsxxk a {
	background: #FFFFFF;
	width: 520px;
	height: 170px;
	float: left;
	margin: 0 60px 30px 0;
	display: inline-block;
}
.indexnesqiehuan .newsxxk a .newsxxk_img {
	width: 170px;
	overflow: hidden;
	height: 170px;
	float: left;
}
.indexnesqiehuan .newsxxk a .newsxxk_img img {
	width: 100%;
}
.indexnesqiehuan .newsxxk a .newsxxk_text {
	width: 350px;
	float: left;
	padding: 30px 30px 0 30px;
	width: 350px;
	height: 170px;
}
.indexnesqiehuan .newsxxk a .newsxxk_text .newsxxk_time {
	line-height: 28px;
	width: 100%;
	font-size: 12px;
	color: #0168b5;
}
.indexnesqiehuan .newsxxk a .newsxxk_text .newsxxk_title {
	font-size: 14px;
	font-weight: bolder;
	color: #383938;
	width: 100%;
	text-overflow: ellipsis;
	white-space: pre;
	overflow: hidden;
	line-height: 32px;
}
.indexnesqiehuan .newsxxk a .newsxxk_text .newsxxk_small {
	font-size: 12px;
	line-height: 20px;
	color: #787878;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.indexnesqiehuan .newsxxk a:hover .newsxxk_text .newsxxk_title {
	color: #0168b5;
}
.sss {
	display: none !important;
}
.fancybox {
	float: left;
	width: 240px;
	height: 343px;
	margin: 20px 23px;
	background: #FFFFFF;
	border: #dcdcdc solid 1px;
	box-shadow: rgba(0,0,0,0.22) 0 0 0px;
	transition: all ease 0.3s;
}
.fancybox .honor_img {
	width: 100%;
	height:300px;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}
.fancybox .honor_img img {
max-width:100%; max-height: 300px;
}
.fancybox .honor_title {
	font-size: 13px;
	color: #595959;
	width: 100%;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.fancybox:hover {
	box-shadow: rgba(0,0,0,0.22) 0 0 10px;
	transition: all ease 0.3s;
}
.fancybox:hover .honor_title {
	color: #de0a1e;
}
.fancybox-wrap {
	overflow: visible !important;
}
.job_title {
	width: 100%;
	height: 51px;
	border-bottom: #CCCCCC solid 1px;
}
.job_title th {
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
	text-align: center;
	background: #FFFFFF;
	border-bottom: #dddddd solid 1px;
}
.job_liebiao {
	width: 90%;
	margin: 0 5%;
}
.job_liebiao .job_liebiao_title {
	width: 100%;
	cursor: pointer;
}
.job_liebiao .job_liebiao_title td {
	height: 36px;
	font-size: 14px;
	color: #555555;
	text-align: center;
	background: #FFFFFF;
	border-bottom: #dddddd dashed 1px;
}
.job_liebiao .job_liebiao_title.on td {
	border-bottom: #dddddd dashed 1px;
}
.job_liebiao tr.job_liebiao_title:hover td {
	background: #eeeeee;
}
.job_liebiao tr.job_liebiao_title.on td {
	color: #df081c;
	font-size: 14px;
}
.job_liebiao .job_liebiao_title td .img4 {
	display: none;
}
.job_liebiao tr.job_liebiao_title.on td .img3 {
	display: none;
}
.job_liebiao tr.job_liebiao_title.on td .img4 {
	display: block;
}
.job_liebiao .job_liebiao_box {
	overflow: hidden;
	display: none;
	width: 100%;
	padding: 0 2%;
	font-size: 12px;
	line-height: 30px;
	color: #595959;
}
.job_liebiao .job_liebiao_box b {
	font-size: 14px;
	color: #333333;
	line-height: 51px;
	font-weight: normal;
}
.job_liebiao .job_liebiao_box a {
	margin: 20px;
	width: 122px;
	height: 34px;
	background: #ea2626;
	border-radius: 5px;
	color: #Fff;
	line-height: 32px;
	text-align: center;
	border: #df081c solid 1px;
	font-size: 14px;
	display: inline-block;
}
.job_liebiao_text td {
	border-bottom: #dddddd dashed 1px;
}
.service_box {
	width: 100%;
}
.service_box a {
	font-size: 14px;
	color: #555555;
	line-height: 49px;
	width: 100%;
	height: 50px;
	border-bottom: #DDDDDD dotted 1px;
	float: left;
}
.service_box a .service_quan {
	background: #FFFFFF;
	width: 10px;
	height: 10px;
	float: left;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	margin: 21px 14px 0 5px;
	border: #e12234 solid 1px;
	border-radius: 10px;
}
.service_box a .service_quan div {
	width: 4px;
	height: 4px;
	border-radius: 4px;
}
.service_box a:hover .service_quan div {
	background: #e12234;
	float: left;
}
.service_box a .service_title {
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}
.service_box a .service_time {
	float: right;
}
.service_box a:hover .service_title {
	color: #e12234;
}
.service_box a .service_time {
	font-size: 13px;
	color: #a5a5a5;
}
.service_box a:hover .service_time {
	color: #e12234;
}
.iaov {
	width: 100%;
	height: 50px;
	display: none;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.iaov img {
	height: 40px;
}
.iaov .iaov2 {
	display: none;
}
.MsoNormalTable {
	width: 96% !important;
	text-indent: 0 !important;
	margin: 2%;
	background: #ccc;
	border-spacing: 1px;
	border-collapse: inherit;
}
.MsoNormalTable td {
	text-align: center;
	text-indent: 0 !important;
	background: #FFFFFF;
	padding: 0 10px;
	word-break: break-all;
}
.MsoNormalTable tr:first-child td {
	background: #CCCCCC;
	color: #FFFFFF;
}

.licheng { background:url('../images/about_13.png') center center repeat-y; margin-top:80px; overflow:hidden;}
.left {float:left;}
.right {float:right;}
.licheng .axisCel {
    box-sizing: border-box;
    padding: 30px 35px;
    position: relative;
    width: 50%;
}
.licheng .axisCel .circle {
    background-color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
}
.licheng .axisCel.left {text-align:right;}
.licheng .axisCel.right {text-align:left;}
.licheng .axisCel.left .circle {
    right: -16px;
    top: 25px;
}

.licheng .axisCel.right .circle {
    left: -14px;
    top: 25px;
}

.licheng .axisCel .axisCelTit {
    color: #000;
    font-family: dinLight;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}


.licheng .axisCel .axisCelTxt {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
}
.licheng .axisCel:nth-child(1) {
    padding-top:0;
}
.licheng .axisCel:nth-child(1) i.circle  {
	top:0;
}
.licheng .axisCel:nth-child(2) {
    margin-top: 80px;
}
.licheng .axisCel:nth-child(3) {
    margin-top: 40px;
}


.position {background:#fff; line-height:40px; font-size:14px; margin-bottom:10px;}
.commonWrap {width:1100px; margin:0 auto;}
.pageMain {background:#fff;}
.proPageSec1{
	background-color: #fff;
	padding: 40px 20px;
	margin-bottom: 40px;
}
.proPageSec1Left{
	500px;
	float: left;
}
#showbox { background:#fff;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}
.showpage { position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.proPageSec1LeftM{display: none;}
.proPageSec1LeftM .slideBox{ overflow:hidden; margin:0px auto 20px; }
.proPageSec1LeftM .slideBox .hd{ height:30px; text-align: center;}
.proPageSec1LeftM .slideBox .hd ul{padding: 10px 0px;}
.proPageSec1LeftM .slideBox .hd li{ display:inline-block; width:10px; height:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px; }
.proPageSec1LeftM .slideBox .hd li.on{ background:#aeaeae; }
.proPageSec1LeftM .slideBox .bd{ position:relative; z-index:0; }
.proPageSec1LeftM .slideBox .bd li{ position:relative; text-align:center;  }
.proPageSec1LeftM .slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}


.proPageSec1Right{
	margin-left: 540px;
}
.proPageSec1Right .proPageTit{
	line-height: 30px;
	font-size: 24px;
	margin-bottom: 20px;
}
.proPageSec1Right .proPageDesc{
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 40px;
}
.proPageSec1Right .proPageLink{
	margin-bottom: 20px;
}
.proPageSec1Right .proPageLink a{
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	margin: 0px 5px 20px;
}
.proPageSec1Right .proPageLink a.inquire{
	background-color: #cf4536;
}
.proPageSec1Right .proPageLink a.inquire:hover{
	background-color: #ea695b;
}
.proPageSec1Right .proPageLink a.addToCar{
	background-color: #34495e;
}
.proPageSec1Right .proPageLink a.addToCar:hover{
	background-color: #58738e;
}
.proPageSec1Right .proPageLink a.addToCar .fa{
	margin-right: 5px;
}



.proPageShare{
	margin-bottom: 40px;
}

.bshare-custom a{
	padding-left: 17px !important;
	margin-right: 0px !important;
}
.proPageContact{
	text-align: center;
}
.proPageContact a{
	display: inline-block;
	width: 173px;
	height: 57px;
	box-sizing: border-box;
	margin: 0px 10px 20px;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 12px 0px;
}
.proPageContact a.skype{
	background: url(../images/skypeBg.png) center center no-repeat;
	color: #006aa6;
	padding-left: 30px;
}
.proPageContact a.viber{
	background: url(../images/viberBg.png) center center no-repeat;
	color: #fff;
	padding-left: 35px;
}
.proPageContact a.whatsapp{
	background: url(../images/whatsappBg.png) center center no-repeat;
	color: #fff;
	padding-left: 35px;
}
.proPageContact a.weChat{
	background: url(../images/weChatBg.png) center center no-repeat;
	color: #fff;
	padding-left: 35px;
}
.proPageContact a.imo{
	background: url(../images/imoBg.png) center center no-repeat;
	color: #fff;
	padding-left: 35px;
}


.proPageSec2{
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
}

.slideTxtBox{ width:100%; text-align:left;  }
.slideTxtBox .hd{ height:45px; line-height:45px;  border-bottom:2px solid #c2c2c2;  position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; height:45px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 25px; cursor:pointer; font-size: 16px; }
.slideTxtBox .hd ul li.on{ background-color: #80abde; color: #fff; }
.slideTxtBox .bd .tabCel{padding-top: 20px; line-height: 1.8;}
.slideTxtBox .bd .tabCel img{max-width: 100%; height: auto !important;}
.slideTxtBox .bd .tabCel iframe{ max-width: 100%;}

.proPageSec3{
	background-color: #fff;
	padding: 40px;
	margin-bottom: 20px;
}
.proPageSec3 .proPageSec3Tit{
	line-height: 30px;
	font-size: 26px;
	margin-bottom: 20px;
	color: #7b7b7b;
}

.proPageSec3 .sliderPar .slide img{
	margin: 0px auto;
	max-width: 100%;
}
.proPageSec3 .bx-wrapper .bx-viewport{
	box-shadow: none;
	border: none;
	left: 0;
	background-color: transparent;
}
.proPageSec3 .bx-wrapper .bx-caption{
	position: initial;
	margin-top: 10px;
	background-color: #cccccc;
}
.proPageSec3 .bx-wrapper .bx-caption span{
	color: #656565;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.carFloat{
	position: fixed;
	z-index: 50;
	width: 60px;
	right: 40px;
	top: 300px;
	box-sizing: border-box;
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.carFloat img{
	display: block;
	width: 100%;
}
.carFloat span{
	position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #ff0000;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
}
.carMask{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 110;
	cursor: pointer;
}
.carBox{
	display: none;
    width: 800px;
    height: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -225px;
    z-index: 111;
    background-color: #fff;
	box-sizing: border-box;
	padding: 40px;
}
.carBox .carBoxWrap{
	height: 100%;
	overflow-y: auto;
}
.carBox .carBoxWrap .carBoxTit{
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.carBox .carBoxWrap .carBoxList .carBoxListItem{
	line-height: 30px;
	font-size: 14px;
	position: relative;
	border-bottom: #eaeaea 1px dashed;
	padding: 5px 0px;
}
.carBox .carBoxWrap .carBoxList .carBoxListItem .delectItem{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.carBox .carBoxWrap .carBoxBtn{
	margin-top: 20px;
	text-align: center;
}
.carBox .carBoxWrap .carBoxBtn .inquireNow{
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding: 8px 25px;
	background-color: #0c3388;
	color: #fff;
	transition: all .3s;
	border-radius: 5px;
	margin: 0px 10px;
}
.carBox .carBoxWrap .carBoxBtn .inquireNow:hover{
	background-color: #1353DF;
}

.carBox .carBoxWrap .carBoxBtn .delectAll{
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding: 8px 25px;
	background-color: #434343;
	color: #fff;
	transition: all .3s;
	border-radius: 5px;
	margin: 0px 10px;
}
.carBox .carBoxWrap .carBoxBtn .delectAll:hover{
	background-color: #6F6F6F;
}
.carBox .carBoxClose{
	position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    background: url(../images/close.png) center center no-repeat;
    z-index: 112;
}

.inquireForm{
	display: none;
	height: 100%;
	overflow: auto;
}

.flyImg{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: #fff 5px solid;
	position: fixed;
}


.basic-grey {
	max-width: 100%;
	background: #F7F7F7;
	padding: 25px 15px 25px 10px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #E4E4E4;
}
.basic-grey h1 {
	font-size: 25px;
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom:1px solid #E4E4E4;
	margin: -10px -15px 30px -10px;;
	color: #888;
}
.basic-grey h1>span {
	display: block;
	font-size: 11px;
}
.basic-grey label {
	display: block;
	margin: 0px;
}
.basic-grey label>span {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 15px;
	color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 70%;
	font-size: 12px;
	line-height:15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
	padding: 12px 3px 3px 5px;
	height:100px;
	resize:none;
}
.basic-grey .button {
	background: #0c3388;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #1849b7;
	cursor: pointer;
}
.basic-grey .button:hover {
	background: #1849b7
}


.proPageSec1Right .proPageLink a.inquireNow2{
	background-color: #cf4536;
}
.proPageSec1Right .proPageLink a.inquireNow2:hover{
	background-color: #ea695b;
}


.PTListCel{
	margin-bottom: 20px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px 20px;
	overflow: hidden;
}
.PTListCel .PTCelLeft{
	width: 45%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.PTListCel .PTCelLeft img{
	display: block;
	width: 100%;
}
.PTListCel .PTCelRight{
	width: 52%;
	padding-left: 3%;
	float: left;
	box-sizing: border-box;
	border-left: #efefef 1px solid;
}
.PTListCel .PTCelRight .PTCelTit{
	line-height: 40px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.PTListCel .PTCelRight .PTCelTit a {font-size:18px;}
.PTListCel .PTCelRight .PTCelDesc{
	line-height: 25px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	height: 100px;
	overflow: hidden;
}
.PTListCel .PTCelRight .PTCelLink{
	text-align: right;
}
.PTListCel .PTCelRight .PTCelLink a{
	display: inline-block;
	line-height: 20px;
	padding: 5px 20px;
	border: #666666 1px solid;
	color: #666666;
}
.PTListCel .PTCelRight .PTCelLink a:hover{
	background-color: #0075bf;
	border-color: #0075bf;
	color: #fff;
}

.bd_ditu {padding:0 0 30px 0;}
.contactMapBox {width:1100px; margin:0 auto; height:500px;}










