@charset "utf-8";
/* CSS Document */


/* banner开始 */
.shutter {overflow: hidden; width:100%; height:561px; }
.shutter-img {width:100%;}
.shutter-img img {width:100%;}
/* banner结束*/


.wrap {width: 100%; } 

/* about开始 */
.about {width: 100%; height: 540px; background-color: #ebebeb; }
.about_ti {position:relative; text-align: center; width:100%; padding-top: 50px; margin-bottom:20px; line-height: 44px; text-transform:uppercase; }
.about_ti:after {content: ''; position:absolute; left:0; bottom: 43px; width: 100%; height: 1px; background-color: #e6e6e6;}
.about_ti i {display:block; margin: 0 auto; bottom: -2px; width: 42px; height: 2px; background-color: #2d6dc6;}
.about_ti a {display: block;}
.about_ti h2 {line-height:24px; font-size: 24px; color: #3b3b3b; margin-bottom: 14px; font-weight: normal; }
.about_con {position: relative; width:100%;}
.about_wrap {width:100%; margin-bottom: 28px;}
.about_l {width: 578px; overflow: hidden; padding-top: 74px;}
.about_l h2 {font-size: 23px; font-weight: normal; line-height: 38px; color: #333;}
.about_l span {text-transform: uppercase; font-size: 18px; line-height: 38px; color: #333;}
.about_l p {width:93%; font-size: 14px; color:#424242; line-height: 36px;margin-bottom: 6px;}
.about_wrap .ab_btn {display:block; width:112px; height: 32px; margin-top: 20px;  line-height: 30px; border: 1px solid #424242; text-align: center; font-size: 15px;}
.about_r {width: 882px; overflow: hidden;}

.about_num { width: 100%; height: 226px; background-color: #1c61c9; color: #fff;}
.about_num dl {width:25%; height:226px; float: left; padding:44px 0; letter-spacing: 1.2px; line-height: 40px; text-align: center;}
.about_num dt {font-size: 23px;}
.about_num .orange {background-color: #2d74df;}
.about_num dd {font-size: 17px;}
.about_num .odometer {font-size: 32px;}
.about_num .mgr {margin-right:4px;}
/* about结束 */

/* brand开始 */
.category {
	width: 100%;
	height: 350px;
}
.category .cate_wrap {
	position: relative;
}
.category .cate_con ul li {
	float:left;
}
.category .about_ti {
	padding-top: 48px;
}
.category .about_ti h1 {
	color: #3b3b3b;
}
.category .about_ti span {
	color: #7d838c;
}
.category .catge_con ul li {
	float: left;
}
.category .catge_con>a {
	display: block;
}
.category .cate_item {
	width: 210px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	border: 1px solid #a2a2a2;
	margin: 14px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.category .cate_item span {
	display: block;
	font-size: 16px;
}
.cate_con ul li:hover .cate_item  {
	transform: translateY(-6px);
	background-color: #2d74df;
	border: none;
	box-shadow: 0px 7px 16px #4d8cec;
}
.cate_con ul li:hover .cate_item span  {
	color: #fff;
}

/* brand结束 */

/* display开始 */
.display {width: 100%; height: 514px; }
.box1 {width: 100%; position: relative;}
.box1 .leftLoop {width: 100%; overflow: hidden; margin-top: 10px;}
.box1 .leftLoop .hd {	}
.prev {display: block; position: absolute; left: -60px; top: 140px; width: 45px; height: 45px; background: url(../images/sub_prev.png) no-repeat center; cursor: pointer; }
.next {display: block; position: absolute; right: -60px; top: 140px; width: 45px; height: 45px; background: url(../images/sub_next.png) no-repeat center; cursor: pointer; }
.box1 .bd {height: 100%; }
.bd ul {height: 100%; }
.box1 .bd ul li {width: 394px; float: left; margin-right: 19px; }
.dis_pic {width: 100%; height: 288px; position: relative; overflow: hidden; }
.dis_pic img {vertical-align: middle; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } 
.dis_pic:hover img {webkit-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }
.dis_pic img {width: 100%; height: 100%;}
.dis_txt {width:100%; height: 52px; line-height: 52px; background-color:#efeff0; text-align: center; }
.dis_txt a {font-size: 16px; color: #4a4a4a; }
/* display结束 */


/* application开始 */
.application {
	width: 100%;
	height: 516px;
}
.appl_con .mgr {
	margin-right: 20px;
}
.appl_con .sub_ti {
	width: 284px;
	height: 325px;
	padding: 82px 27px;
	background-color: #2d74df;
	color: #fff;
}
.appl_con .sub_ti h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.appl_con .sub_ti p {
	font-size: 14px;
}
.appl_con ul li {
	float: left;
}
.appl_item {
	position: relative;
	width: 284px;
	height: 325px;
	cursor: pointer;
	overflow: hidden;
}
.appl_item .txt_t {
	position: absolute;
    left: 0;
    top: 20%;
    display: block;
    width: 100%;
    height: 51px;
    opacity: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    z-index: 1001;
}
.appl_item .txt_b {
	position: absolute;
    display: block;
    width: 60%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 80%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 14px;
    margin: 0 20%;
	border: 1px solid #fff;
	border-radius: 50px;
    z-index: 1001;
    z-index: 1001;
}
.appl_item:before {
	content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    z-index: 1000;
}
.appl_con ul li:hover .appl_item:before {
	width: 100%;
	left: 0;
	opacity: 0.5;
}
.appl_con ul li:hover .appl_item .txt_t {
	top: 35%;
	opacity: 1;
	transition-delay: 0.5s;
}
.appl_con ul li:hover .appl_item .txt_b {
	top: 50%;
	opacity: 1;
	transition-delay: 0.5s;
}
.appl_con ul li:hover .appl_item img {
	transform: scale(1.2);
	-webkit-transform:scale(1.2);
}
.appl_item img {
	display: block;
	transition: all 0.8s;
}
.appl_item span {
	display: block;
	color: #fff;
}

/* application结束 */

/* contact开始 */

.about_ti p {
	font-size: 16px;
	line-height: 28px;
}
.cont_l {
	margin-left: 74px;
	font-size: 20px;
}
.cont_l_icon {
	height: 116px;
	text-align: center;
	padding-top: 76px;
	background:url(../images/contIcon_01.png) no-repeat center top;
}
.cont_l_name {
	margin-bottom: 10px;
}
.cont_l_add {
	margin-bottom: 40px;
}
.cont_l_btn {
	width: 148px;
	height: 48px;
	background-color: #d30017;
}
.cont_l_btn a {
	display: block;
	color: #fff;
	line-height: 48px;
	padding-left: 37px;
	margin-left: 13px;
	background:url(../images/contIcon_03.png) no-repeat left center;
}
.cont_r_icon {
	height: 116px;
	text-align: center;
	padding-top: 76px;
	font-size: 20px;
	background:url(../images/contIcon_02.png) no-repeat center top;
}
.cont_r_list {
	font-size: 18px;
}
.cont_r_list ul li {
	line-height: 36px;
}
.cont_r_list ul li span {
	display: inline-block;
	padding-left: 48px;
}
.cont_r_list .cont_cel {
	background:url(../images/cont_cel.png) no-repeat left center;
}
.cont_r_list .cont_tel {
	background:url(../images/cont_tel.png) no-repeat left center;
}
.cont_r_list .cont_fax {
	background:url(../images/cont_fax.png) no-repeat left center;
}
.cont_r_list .cont_mail {
	background:url(../images/cont_mail.png) no-repeat left center;
}
.cont_r_list .cont_web {
	background:url(../images/cont_web.png) no-repeat left center;
}
/* contact结束 */

/* message开始 */
.index_message {
	width: 100%;
	margin-top: 64px;
}
.inner_msg .about_ti h2 {margin-bottom:8px;}
.msg_ti {
	width: 284px;
	height: 182px;
	padding-left: 64px;
	padding-top: 50px;
	color: #fff;
}
.msg_ti h1 {
	font-size: 25px;
	color: #062039;
}
.msg_ti span {
	font-size: 15px;
	color: #4e4e4e;
} 
.form_col_1 {
	margin-right:16px;
}
.message_con {
	padding-bottom: 62px;
	padding-left: 38px;
	padding-right: 38px;
	background-color: #efeff0;
}
.form_item {
	float: left;
	background-color: #fff;
	margin-right: 10px;
}
.form_item input {
	font-size: 18px;
    color: #bfbfbf;
    padding: 0 46px;
    margin-left: 20px;
}
.message_con .input_1 {
	width: 250px;
	height: 66px;
	background:url(../images/index_name.png) no-repeat left center;
}
.message_con .input_2 {
	width: 250px;
	height: 66px;
	background:url(../images/index_tel.png) no-repeat left center;
}
.message_con .input_3 {
	width: 428px;
	height: 66px;
	background:url(../images/index_msg.png) no-repeat left center;
}
.form_con {
	margin-bottom: 6px;
}
.form_btn {
	margin-left: 276px;
}
.form_btn .tijiao {
	width: 106px;
	height: 66px;
	line-height: 66px;
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
/* message结束 */

/* news开始 */
.news {
	width: 100%;
	height: 580px;
}
.news_wrap .news_pic {
	overflow: hidden;
}
.news_wrap .news_item {
	width: 100%;
	height: 176px;
	padding: 20px 32px;
	background-color: #f2f2f2;
}
.news_wrap .news_item ul li {
	width: 100%;
	height: 32px;
	line-height: 32px;
}
.news_wrap .news_item ul li a {
	font-size: 14px;
}
.news_wrap .cont_con {
	width: 500px;
	height: 394px;
	padding-left: 100px;
	padding-top: 50px;
	background-color: #393941;
	color: #fff;
}
.cont_con h4 {font-weight: normal; font-size: 24px;}
.cont_con>span {font-size: 18px; text-transform: uppercase;}
.cont_con .cont_list li span {font-size: 14px;}
.cont_con .cont_list {width: 100%; margin-top: 10px;}
.cont_con .cont_list li {height: 30px; line-height: 30px; margin-bottom: 4px;}
.cont_con .cont_list li span {display:inline-block; width: 100%; line-height: 30px;}
.cont_con .cont_add {width: 100% !important; line-height: 34px;}
.cont_con .cont_per {background:url(../images/cont_pro.png) no-repeat left center;}
.cont_con .cont_tel {background:url(../images/cont_tel.png) no-repeat left center;}
.cont_con .cont_mail {background:url(../images/cont_mail.png) no-repeat left center;}
.cont_con .cont_fax {background:url(../images/cont_fax.png) no-repeat left center;}
.cont_con .cont_add {background:url(../images/cont_add.png) no-repeat left center;}
/* news结束 */

/* foot开始 */
.foot {
	width: 100%;
	height: 140px;
	background: url(../images/foot_bg.jpg) repeat-x;
}
.foot .bot_nav {
	height: 65px;
}
.foot .bot_nav span {
	float:left;
	display: block;
	color:#fff;
	font-size: 25px;
	line-height: 65px;
}
.foot .bot_nav ul {
	float: left;
}
.foot .bot_nav ul li {
	float: left;
	margin: 0 30px;
	line-height: 65px;
}
.foot .bot_nav ul li img {
	margin-bottom: 12px;
}
.foot .foot_con_t {
	padding-top: 12px;
	height: 70px;
	color: #555555;
}
.foot .foot_cont, .foot .foot_tech{
	line-height: 24px;
}
.foot .foot_con_b {
	padding-top: 10px;
	height: 70px;
}
.foot .foot_con_b .foot_key {
	margin-bottom: 8px;
}
.foot_con_b a{
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	color: #959699;
	border-right: 1px solid #959699;
}
#cnzz_stat_icon_1267170002>a {
	display: inline-block;
	margin-left: 8px;
}
#cnzz_stat_icon_1267170002>a>img {
	vertical-align: middle;
}
/* foot结束 */


