﻿/* CSS Document */
/* 全局定义 */
* {
    margin: 0;
    padding: 0;
}

html {
    min-width: 1200px;
}

body {
    text-align: center;
    font: normal 14px/24px "microsoft yahei";
    color: #666;
    -webkit-text-size-adjust: none;
}

img {
    vertical-align: middle;
    _behavior: url("../js/png.htc");
    border: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.blank10 {
    height: 10px;
    overflow: hidden;
}

.blank20 {
    height: 20px;
    overflow: hidden;
}

ul {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a, a:hover, div, img, * {
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

ul, li {
    transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
}

a:hover {
    color: #999;
}

.white {
    color: white;
}

.green {
    color: #429b01;
}

.yellow {
    color: #e5760e;
}

.blue {
    color: #004ea0;
}

.text {
    margin: 0px 0px;
    padding: 0 30px;
    text-align: left;
    line-height: 32px;
}

.text2 {
    margin: 10px 0px;
    color: #666666
}

td {
    padding: 0 5px;
}

/* 头部 */

.header_out {
    width: 100%;
    text-align: center;
    text-align: left;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #222;
    height: 73px;
    box-shadow: 0px 20px 10px 0px #000;
}

.header_out2 {
    width: 100%;
    text-align: center;
    text-align: left;
    top: 0px;
    z-index: 9999;
    background:url(../images/bgTop.png) repeat-x;
    height: 44px;
	position:absolute;
	overflow:visible;
}

#header {
    width: 1200px;
    margin: 0 auto;
}

.search {
    display: none;
    text-align: left;
    height: 24px;
    width: 210px;
    float: right;
    position: relative;
    clear: right;
    margin-top: 5px;
}

.search .key {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    line-height: 24px;
    background: none;
	border:1px solid #ddd;
    color: #aaa;
	text-indent:5px;
    width: 160px;
}

.search .search_submit {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 26px;
	color:#fff;
	line-height: 24px;
	text-align:center;
	font-size:15px;
	background:#f47e37;
	border:1px solid #f47e37;
}

.language {
    float: right;
    margin: 10px 0 0 50px;
}

.language .en {
    margin-right: 10px;
}

.language img {
    margin-right: 3px;
}

.tel {
    font-size: 14px;
    text-align: right;
    float: right;
    color: #fff;
    height: 44px;
	margin-top:0px;
    line-height: 44px;
    background: url(../images/telBg2.png) left center no-repeat;
}

.logo {
    float: left;
    margin-top: 44px;
}

.menu_out2 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
}

#menu_out {
    float: right;
    margin: 20px 0 0 0px;
    z-index: 2;
    width:850px;
}

.menu {
    height: 30px;
    float: left;
    overflow: visible;
    z-index: 9999;
		text-transform:uppercase;

}

.menu li {
    text-align: center;
    position: relative;
    float: left;
	border-left:1px #999 solid;
	height:30px;
}
.menu li.firstLink{border:none;}

.menu li a {
    display: block;
    float: left;
    text-align: center;
    color: #666;
    margin: 0 0px;
    _margin: 0 2px;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    width: 120px;
    font-weight:normal;
    overflow: hidden;
}
.menu li a:hover {
    color: #fff;
	background:#333333;
	font-weight:normal;
}

#nav ul li.pcls > a {
    color: #fff;
	background:#444;
    border-bottom:2px #f47e37 solid;
    border-top: none;
	font-weight:normal;
}

#nav ul li li.pcls > a {
    color: #fff;
	background:#444;
    border-bottom:2px #f47e37 solid;
    border-top: none;
	font-weight:normal;
}

#nav ul li ul li ul {
    top: auto;
    left: 120px;
}


#nav ul li ul {
    position: absolute;
    top: 23px;
    left: -78px;
    display: none;
    z-index: 9;
    background:url(../images/proList.png) left top no-repeat;
	width:274px; height:344px;
}

#nav ul li ul li {
    margin: 0;
    display: block;
    padding: 0;
    text-align: center;
    display: block;
	width:135px; height:110px; 
	border-left:0px #999 solid;
}


#nav ul li ul a {
    color: #666;
	width:135px; height:110px; 
	float:left;
	text-align:center;
	vertical-align:bottom;
	font-size:10px;
	line-height:190px;
}
#nav ul li ul a:hover {
    color: #f47e37;
    background:none;
}

.menu li a.en {
    color: #fff;
    background: #999;
    line-height: 20px;
    font-size: 14px;
    margin-top: 34px;
}

.menu li a.en:hover {
    color: #fff;
    background: #999;
    border-bottom: 1px #000 solid
}

.menu2 {
    width: 100%;
    text-align: center;
    height: 38px;
    background: #004DA1;
    overflow: hidden;
    border-top: 1px solid #8398cd;
    border-bottom: 1px solid #407aba;
}

.menu2 .menu2_in {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.menu2 li {
    float: left;
    margin-left: -1px;
}

.menu2 li a {
    display: block;
    float: left;
    padding: 1px 42px;
    color: #FFF;
    font-size: 15px;
    line-height: 38px;
    font-weight: bold;
    border-left: 1px #003B82 solid;
}

.menu2 li a:hover {
    color: #004DA1;
    background: #FFF;
}

/*轮播图片*/
.banner {
    margin-top: 73px
}

.teachers_banner {
    width: 100%;
    height: 600px;
    background: url(../images/teachers_banner.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.teachers_b {
    position: relative;
    margin-top: 160px;
    margin-left: 400px;
    z-index: 0;
}

#slide2 {
    margin: 0 auto;
    width: 400px;
    height: 330px;
    position: relative;
}

#slide2 li {
    position: absolute;
    width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    overflow: hidden;
}

#slide2 li img {
    width: 100%;
    height: 100%;
}

.slide_left {
    width: 240px;
}

.slide_right {
    width: 440px;
    padding: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.slide_right h3 {
    font: 400 30px/18px "microsoft yahei";
    color: #222222;
}

.slide_right h3 span {
    display: inline-block;
    margin-left: 10px;
    font: 400 14px/36px "microsoft yahei";
    color: #555555;
}

.slide_right p {
    padding: 20px 0 30px;
    color: #555555;
    font: 400 14px/24px "microsoft yahei";
    border-bottom: 1px solid #dbdbdb;
}

.slide_right dl {
    padding-top: 30px;
}

.slide_right dd {
    float: left;
    width: 33.3%;
    color: #777;
    font: 400 14px/24px "microsoft yahei";

}

.slide_right dd h3 {
    color: #ff9000;
    margin-bottom: 20px;
}

.arrow2 {
    display: none;
}

.arrow2 .prev2,
.arrow2 .next2 {
    position: absolute;
    width: 64px;
    top: 38%;
    z-index: 9;
    font: 700 96px 'simsun';
    opacity: 0.3;
    color: #fff;
    cursor: pointer;
}

.arrow2 .prev2 {
    left: -250px;
}

.arrow2 .next2 {
    right: -250px;
}

.arrow2 .prev2:hover,
.arrow2 .next2:hover {
    color: #00a0e9;
    opacity: .7;
}

.text_banner {
    position: absolute;
    top: 290px;
    left: 400px;
    z-index: 999;
}

.text_banner .text_banner1 {
    color: #fff;
    font: 400 48px/60px "microsoft yahei";
}

.text_banner .text_banner2 {
    color: red;
    font: 400 32px/60px "microsoft yahei";
}

.text_banner .text_banner3 {
    font: 400 18px/30px "microsoft yahei";
    position: absolute;
    top: 300px;
    left: 0px;
}

a.more {
    border: 1px #000 solid;
    background: #000;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    float: left;
    margin: 10px 00px 0 0
}

a:hover.more {
    border: 1px #000 solid;
    color: #000;
    background: #fff;
}

a.more2 {
    border: 1px #fff solid;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    font-family: "microsoft yahei";
    border-radius: 3px;
	text-align:center;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}

a:hover.more2 {
    border: 1px #f47e37 solid;
    color: #fff;
    background: #f47e37;
}

a.more3 {
    border: 1px #e5760e solid;
    background: #e5760e;
    padding: 8px 70px;
    color: #fff;
    border-radius: 0px;
    float: left;
    margin: 20px 20px 0 0
}

a:hover.more3 {
    border: 1px #fff solid;
    color: #e5760e;
    background: #fff;
}

a.more4 {
    border: 1px #e5760e solid;
    background: #e5760e;
    padding: 10px 0;
    width: 200px;
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
    margin: 30px auto;
    clear: both;
    display: block;
}

a:hover.more4 {
    border: 1px #e5760e solid;
    color: #e5760e;
    background: #fff;
}

a.more5 {
    border: 1px #e5760e solid;
    background: #e5760e;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    float: right;
    margin: -50px 20px 0 0
}

a:hover.more5 {
    border: 1px #e5760e solid;
    color: #fff;
    background: #e5760e;
}

a.more6 {
    border: 1px #999 solid;
    background: #fff;
    padding: 2px 10px;
    font-size: 15px;
    color: #666;
    border-radius: 0px;
    float: right;
    margin: -30px 20px 0 0
}

a:hover.more6 {
    border: 1px #e5760e solid;
    color: #fff;
    background: #e5760e;
}

.about_move2 {
    position: relative;
    width: 900px;
    height:300px;
    margin: 20px auto;
}

#a12 {
    position: absolute;
    left: 0;
    top: 50px;
}

#a22 {
    position: absolute;
    right: 0;
    top: 50px;
}

#div12 {
    overflow: hidden;
    width: 900px;
    height: 180px;
    margin: 0px auto;
    position: relative;
}

#div12 ul {
    position: absolute;
    left: 0;
    top: 0;
}

#div12 ul li {
    float: left;
    width: 300px;
    height: 180px;
    list-style: none;
    margin-right: 20px;
}

#div12 ul li img {
    width: 300px;
    height: 180px;
}

.about_move {
    position: relative;
    width: 1100px;
    height: 300px;
    margin: 20px auto;
}

#a1 {
    position: absolute;
    left: -50px;
    top: 110px;
}

#a2 {
    position: absolute;
    right: -50px;
    top: 110px;
}

#div1 {
    overflow: hidden;
    width: 1100px;
    height: 300px;
    margin: 0px auto;
    position: relative;
}

#div1 ul {
    position: absolute;
    left: 0;
    top: 0;
}

#div1 ul li {
    float: left;
    width: 300px;
    height: 300px;
    list-style: none;
    margin-right: 20px;
}

#div1 ul li img {
}

/* 主要内容 */
.cnt {
    clear: both;
    width: 1200px;
    margin: 0px auto;
    text-align: center;
}

.cnt_in2 {
    margin: 0px auto;
    text-align: left;
    width: 1200px;
    padding: 0px 0px;
    background: #fff;
}

.cntPro {
    background: #f5f5f5;
}

.story {
    background: url(../images/story.png) center top no-repeat;
}

.storyText {
    padding-top: 275px;
    line-height: 40px;
    font-size: 18px;
    margin-left: -20px;
    color: #000;
}

.index_box {
    float: left;
    width: 250px;
    height: 400px;
    margin-top: -30px;
    text-align: left;
    position: relative;
}

.index_box div {
    position: absolute;
    left: 30px;
    top: 245px;
    width: 190px;
    height: 100px;
    overflow: hidden;
}

.index_box a {
    display: block;
    width: 120px;
    height: 50px;
    position: absolute;
    left: 15px;
    bottom: 10px;
    background: url(../images/more01.jpg) left top no-repeat;
}

.index_box a:hover {
    background: url(../images/more02.jpg) left top no-repeat;
}

.index_box1 {
    background: url(../images/index_box1.png) no-repeat
}

.index_box2 {
    background: url(../images/index_box2.png) no-repeat
}

.index_box3 {
    background: url(../images/index_box3.png) no-repeat
}

.index_box4 {
    background: url(../images/index_box4.png) no-repeat
}

.pro .pro_list {
    height: 65px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 8px;
}

.pro .pro_list img {
    float: left;
    margin-right: 10px;
    display: inline;
}

.pro .pro_list a {
    font-weight: bold;
}

.pro .pro_list div {
    height: 48px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.pro .pro_list
domain

(
)
{
div {
    text-overflow: clip;
    position: relative;
    white-space: normal;
    padding-right: 1.2em;
    max-height: 3em;
    word-wrap: break-word;
    width: 15em;
    -moz-box-sizing: border-box;
    text-align: justify;
}

div:after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 1.5em;
}

}

.mainTitle {
    height: 140px;
}

.mainTitle h3 {
    color: #000;
    font: normal 32px/60px "microsoft yahei";
}

.title {
    font: bold 14px/28px "microsoft yahei";
    color: #555;
    text-indent: 15px;
    background: url(../images/baohe_06.jpg) left bottom no-repeat;
    position: relative;
    height: 28px;
    margin-bottom: 10px;
}

.title span {
    position: absolute;
    right: 0;
    top: 0;
    font: normal 14px/28px "microsoft yahei";
}

.title span a {
    color: #384f8b;
}

.aboutTItle {
    font-size: 20px;
    font-weight: bold;
    color: #3465a5;
    line-height: 60px;
}

.about {
    width: 680px;
    padding: 30px 57px 20px 20px;
    font: normal 15px/25px "microsoft yahei";
    float: left;
    color: #333;
    text-align: left;
}

.aboutImg {
    width: 394px;
    padding: 30px 0 0 0;
    font: normal 14px/25px "microsoft yahei";
    float: right;
    color: #666;
    text-align: left;
}

.contacts {
    float: right;
    width: 410px;
    overflow: hidden;
    text-align: left;
}

.contacts .text_contact {
    width: 300px;
    padding-left: 110px;
    text-align: left;
    background: url(../images/contactus.png) left top no-repeat;
    line-height: 22px;
    padding-top: 36px;
    font-size: 12px;
    margin-top: 30px;
}

.news {
    width: 780px;
    float: left;
    text-align: left;
    line-height: 22px;
    margin-top: 20px;
}

a.news_list {
    height: 42px;
    width: 500px;
    color: #333;
    float: left;
    margin: 0px;
    text-align: left;
    overflow: hidden;
    background: #fff;
    padding: 0px 0px;
	border-bottom:1px  dashed #ccc;
	line-height:42px;
}

a:hover.news_list {
    color: #333;
    background: #eee
}
.news_list .news_title{float:left;}
.news_list .date{float:right;}


a.news_list .newsImg {
    float: left;
    margin-right: 10px;
    width: 155px;
    height: 95px;
}

a.news_list .news_title {
    font-size: 16px;
    color: #333;
}

a:hover.news_list, a:hover.news_list p {
    color: #e5760e;
}

a.news_list .updatetime {
    color: #ccc
}

a.news_list .description {
    color: #ccc;
    line-height: 18px;
}

a.news_list2 {
    height: 80px;
    overflow: hidden;
    color: #666;
    float: left;
    border-bottom: 1px solid #ccc;
    width: 1200px;
    margin: 30px auto 0px;
    text-align: left;
    overflow: hidden;
}

a:hover.news_list2 {
    color: #e5760e;
}

a.news_list2 .num {
    font: normal 48px/60px Impact;
    height: 60px;
    width: 60px;
    margin-right: 20px;
    text-align: center;
    float: left;
    border-radius: 50px;
    border: 1px solid #ccc;
}

a:hover.news_list2 .num {
    border: 1px solid #e5760e;
}

a.news_list2 .news_title {
    font-weight: bold;
    font-size: 18px;
}

.news_right {
    float: right;
    width: 1200px;
    padding-left: 0px;
}

.news_content {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    float: left;
    text-align: center;
    width: 1200px;
    margin: 20px 0px 0;
}

.news_content .time {
    display: block;
    color: #999;
    font-size: 15px;
    text-align: center;
    width: 1200px;
    border-radius: 10px;
    line-height: 24px;
    margin: 20px auto;
    position: relative;
}

.news_content .time .bshare-custom {
    position: absolute;
    top: 3px;
    right: 0;
    color: #999;
    font-size: 14px;
}

.news_content .time .bshare-custom {
    position: absolute;
    top: 3px;
    right: 0;
    color: #999;
    font-size: 15px;
}

.news_content .time span {
    font-weight: bold;
    font-size: 18px;
}

.news_content span.news_title {
    display: block;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 36px;
    color: #4c545f;
}

.newsContent {
    padding: 20px;
    text-align: left;
    font-size: 15px;
}

/* 左边 */

#left3 {
    float: left;
    width: 220px;
    margin: 20px 0 0;
}

#leftNews {
    margin: 20px auto;
    text-align: center;
	
}

#leftNews li {
    display: inline;
}

#leftNews a {
    padding: 6px 0px;
    margin: 0 0px;
    display: inline-block;
    border-radius: 0px;
    color: #fff;
	background:#ccc;
	width:230px;
}

#leftNews a:hover {
    background: #f47e37;
    color: #fff;
}

.linkNews {
    border: 2px dotted #dddddd;
    border-left: none;
    border-right: none;
    width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px 0;
}

.linkNews .pre {
    float: left;
    width: 550px;
    text-align: left;
}

.linkNews .next {
    float: right;
    width: 550px;
    text-align: right;
}

.linkNews a.back {
    padding: 10px;
    border: 2px dotted #dddddd;
    border-top: none;
    border-bottom: none;
}

#left {
    float: left;
    width: 220px;
    margin: 50px 0 50px 0px;
}

.plus {
    color: #666;
    border: 1px solid #666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    float: left;
    text-align: center
}

#left .menuTree {
    border-top: none;
    border-radius: 0px;
    padding: 0px 0 20px;
    border-bottom: 0px solid #f0613c;
}

#left .menuTree .title_list {
    font: bold 32px/96px "microsoft yahei";
    color: #fff;
    text-align: center;
    height: 96px;
    border-radius: 0px;
    margin-bottom: 0px;
	background:#000; /* border-top:1px #384f8b solid;*/
}

#left .menuTree UL LI UL {
    display: none;
}

#left .menuTree UL.left_box {
}

#left .menuTree UL {
    overflow: hidden;
    text-align: center;
    border: 1px #bbb solid;
    border-bottom: none;
}

#left .menuTree LI {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px #cccccc solid;
}

#left .menuTree UL LI A {
    font: normal 18px/54px "microsoft yahei";
    margin: 0 auto;
    color: #666;
    display: block;
    width: 220px;
    text-align: center;
    background: #ececec;
}

#left .menuTree UL LI A:hover {
    color: #fff;
    background: #4c545f;
}

#left .menuTree UL LI UL {
    margin: 0 auto;
    border: none;
}

#left .menuTree UL LI UL LI {
    border: none;
}

#left .menuTree UL LI UL LI A {
    display: block;
    font-weight: normal;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-top: 1px #bbb dotted;
    color: #666;
}

#left .menuTree UL LI UL LI A:hover {
}

#left .menuTree UL LI UL LI UL {
}

#left .menuTree UL LI UL LI UL LI a {
    color: #999;
    font-size: 15px;
    text-indent: 40px;
}

#left .menuTree UL LI UL LI UL LI a:hover {

}

#left .menuTree UL LI UL LI UL LI UL LI a {
    color: #666;
    background: none;
}

#left .menuTree UL LI UL LI UL LI UL LI a:hover {
    color: #666;
    background: none;
    text-decoration: underline;
}

#left .menuTree UL LI UL LI UL LI UL LI UL LI a {
    color: #999;
    background: none;
}

#left .menuTree UL LI UL LI UL LI UL LI UL LI a:hover {
    color: #999;
    background: none;
    text-decoration: underline;
}

#left .menuTree a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-decoration: none;
    line-height: 1.5;
}

#left .menuTree

@-moz-document domain() {
    li {
        overflow: hidden;
        height: 1.5em;
    }
    a {
        text-overflow: clip;
        position: relative;
        white-space: normal;
        display: block;
        max-height: 3em;
        word-wrap: break-word;
        width: 15em;
        -moz-box-sizing: border-box;
        text-align: justify;
    }
    a:after {
        content: "...";
        position: absolute;
        right: 0;
        bottom: 1.5em;
    }
}

#left2 {
    float: left;
    width: 260px;
    margin: 20px 0 20px;
    padding-top: 20px;
    border-radius: 10px;
    background: #e5760e;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

#left2 .menuTree {
    margin: 10px auto 20px;
    border-radius: 10px;
    width: 230px;
    background: #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}

#left2 .left_box {
    padding-bottom: 20px;
}

#left2 .left_box2 {
    text-align: left;
    padding: 15px;
    color: #666;
    font-size: 14px;
}

#left2 li {
    background: none;
    border: none;
    background: none;
    text-align: center;
    border-bottom: 1px dotted #999;
}

#left2 li li {
    background: none;
    border: none;
    padding-bottom: 10px;
}

#left2 a {
    line-height: 35px;
    text-align: left;
    display: block;
    color: #666;
    margin: 0 25px;
    font-size: 15px;
}

#left2 a:hover {
    color: #e5760e
}

#left2 .menuTree UL LI UL LI A {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    height: 30px;
    line-height: 30px;
    border: none;
    text-indent: 20px;
    border-bottom: 1px #bbb dotted;
    color: #999;
}

#left2 .menuTree UL LI UL LI A:hover {
    color: #333;
    border-bottom: 1px #000 dotted;
}

.title_right {
    font: normal 15px/36px "microsoft yahei";
    color: #666;
    text-indent: 0px;
    position: relative;
    height: 36px;
    float: left;
	text-align:right;
    width: 1200px;
    margin: 20px auto 10px;
    border-bottom: 1px solid #ccc;
    text-indent: 0px;
}
.title_right a{color:#f47e37}
.title_right a:hover{color:#111}
.title_right2 {
    font: normal 15px/36px "microsoft yahei";
    color: #666;
    text-indent: 0px;
    position: relative;
    height: 36px;
    float: right;
    text-indent: 35px;
    margin-top: 30px;
}

.title_right3 {
    font: normal 24px/70px "microsoft yahei";
    color: #4c545f;
    position: relative;
    height: 70px;
    float: left;
    width: 1200px;
    margin: 20px auto 10px;
    border-bottom: 1px solid #ccc;
    text-indent: 35px;
    box-shadow: 0px 5px 8px 3px #ccc;
}

.title_right3 span {
    position: absolute;
    right: 35px;
    top: 0px;
    color: #8e959e;
    font-size: 16px;
}

#right {
    float: right;
    width: 1200px;
	margin:50px 0;
}

#right2 {
    float: right;
    width: 930px;
    margin: 50px 0 50px;
}

#right3 {
    float: right;
    width: 1040px;
    text-align: left;
    padding-top: 50px;
    color: #bcbec0;
    font-size: 18px;
    line-height: 24px;
}

#right3 .red a {
    color: red;
    font-size: 18px;
    line-height: 64px;
}

#right3 .red a:hover {
    color: white;
    font-size: 18px;
    line-height: 64px;
}

#right .title_right {
    font: normal 15px/36px "microsoft yahei";
    color: #666;
    background: url(../images/title_bg.png) 0px 5px no-repeat;
    text-indent: 0px;
    position: relative;
    height: 36px;
    float: left;
    width: 900px;
    float: right;
    border-bottom: 1px solid #999;
    margin-top: 40px;
    text-indent: 35px;
    margin-bottom: 30px;
}

#right .title_right span.more {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff
}

#right ul {
    text-align: center;
    list-style: none;
}

#right .right_text {
    margin: 10px;
    line-height: 24px;
    color: #333
}

.thumbDownload {
    float: left;
    margin: 30px 0 0 0;
    max-width: 400px;
}

/* 脚部 */
#footer_out2{text-align:center; height:30px; line-height:30px; background:#f47e37; color:#fff;}
#footer_out2 a{color:#fff;}
#footer_out {
    width: 100%;
    overflow: hidden;
    clear: both;
    background:#efefef;
	height:130px;
	text-align:left;
}

#footer {
    margin: 0px auto;
    padding: 5px 0;
    width: 1200px;
	
    font-family: "Microsoft YaHei";
}
.contactFooter{float:left; width:800px; margin-top:10px;}
.menu3 {
    width: 1200px;
	height:40px;
    position: relative;
}

.menu3 li {
    text-align: left;
    float: left;
    line-height: 32px;
    height: 32px;
	list-style:disc;
	padding-right:50px;
}

.menu3 li ul {
    margin-top: 10px;
    clear:both;
}

.menu3 li ul li{
    clear:both;
}

.menu3 li li ul {
    display: none;
}

.box {
    width: 1200px;
    border: 1px solid #ccc;
    margin: 20px auto;
    padding: 20px;
}

.oneTitle {
    line-height: 40px;
    font-size: 15px;
    color: #666;
}

.menu3 .twoTitle {
    width: 230px;
    text-align: right;
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
	list-style:none;
}

.twoTitle .child2 {
    width: 230px;
    text-align: right;
    font-size: 13px;
    color: #4b4b4b;
    font-weight: normal;
    margin-top: 10px;
}

.menu3 li li a {
    font-size: 13px;
    color: #fff;
    clear:both;
}

.menu3 li li a:hover {
    font-size: 13px;
    color: #999;
}

.twoTitle li {
    width: 230px;
}

.box img {
    padding: 0 10px;
}

#footer .footer_in {
    text-align: center;
    background: #434343;
    color: #fff;
}

#footer .footer_in a.support {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footerDiv {
    float: left;
    width: 260px;
    text-align: left;
    line-height: 18px;
}

.footerDiv img {
    float: left;
    margin-top: 5px;
}

.footerDiv .p1 {
    font-size: 16px;
    line-height: 24px;
}

.menuFooter {
    margin: 0 auto 20px;
}

.menuFooter li {
    display: inline;
}

.menuFooter li.line {
    margin: 0 30px;
    border-right: 0px #fff solid;
    overflow: hidden;
    height: 5px;
    width: 0px;
}

.menuFooter li a {
    color: #fff;
    font-size: 14px;
}

.menuFooter li a:hover {
    color: #e5760e;
    text-decoration: underline;
}

.copyright {
    width: 100%;
    text-align: left;
    clear: both;
    color: #666;
    font-size: 15px;
    margin-top: 0;
    text-indent: 0;
	line-height:30px;
    padding-top:20px;
}
.copyright img{ padding:10px 30px }
.footer_cn {
    font-size: 18px;
}

/* 页码 */
.ks-pagination-links {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 20px;
    padding-bottom: 15px;
}

.ks-pagination-links ul {
    margin: 0 auto;
}

.ks-pagination-links li {
    display: inline;
    list-style: none;
    text-align: center;
    margin: 2px;
}

.ks-pagination-links li a {
    color: #4C4C4C;
    border: 1px #ccc solid;
    padding: 3px 6px 3px 6px;
}

.ks-pagination-links li a:hover {
    background-color: #384f8b;
    color: #fff;
    text-decoration: none;
    border: 1px #384f8b solid;
}

.ks-pagination-links .current {
    cursor: text;
}

/* show */
#case_show {
    float: left;
    clear: both;
    width: 734px;
    height: 144px;
    background: url(../images/pro-show-bg.jpg) no-repeat;
}

#show {
    height: 1%;
}

#demo {
    margin: 18px 0 0 62px;
    overflow: hidden;
    width: 610px;
}

#indemo {
    float: left;
    width: 80000%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

/* pro */
a.more_proTitle {
    float: right;
    margin-right: 19px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 30px;
    color: #e5760e;
}

a:hover.more_proTitle {
    color: #3465a5;
    text-decoration: underline;
}

a.img_left {
    display: block;
    position: relative;
    width: 290px;
    height: 290px;
    margin:0 0 1px 1px;
    overflow: visible;
    float: left;
    text-align: center;
    background: #fff;
    border: 2px solid #ccc;
}

a:hover.img_left {
    border: 2px solid #7f7f7f;
}

a.img_left img {
    width: 290px;
    height: 290px;
    padding: 0px 0 0;
}

a:hover.img_left img {
    margin: 0
}

a.img_left p {
    padding: 0px;
    line-height: 600px;
    width: 290px;
    height: 290px;
    overflow: hidden;
    overflow: hidden;
    background:url(../images/proBg.png) center top repeat;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0
}

a:hover.img_left p {
    color: #fff;
	line-height: 290px;
    background:url(../images/proBg.png) center bottom repeat;
}
a.img_left3 {
    display: block;
    position: relative;
    width: 300px;
    height: 330px;
    margin: 20px 0px 20px;
    overflow: visible;
    float: left;
    text-align: center;
    background: #fff;
}

a:hover.img_left3 {
}
a.img_left2 {
    display: block;
    position: relative;
    width: 295px;
    height: 430px;
    margin: 20px 2px 0 2px;
    overflow: visible;
    float: left;
    text-align: center;
    background: #fff;
}

a:hover.img_left2 {
}

a.img_left2 img {
    padding: 0px 0 0;
    width: 295px;
    height: 430px;
}

a:hover.img_left2 img {
}

a.img_left2 p {
    padding: 0px;
    width: 295px;
    height: 430px;
    overflow: hidden;
    overflow: hidden;
    background: url("../images/proPBg.png") repeat;
    color: #666;
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 430px;
    font-size: 20px;
}

a.img_left2 p img {
    opacity: 1.0;
    margin: 0 auto;
    width: 107px;
    height: 148px;
    margin-top: 120px;
}

a:hover.img_left2 p img {
    margin-top: 0px;
}

a:hover.img_left2 p {
    color: #fff;
    height: 430px;
    background: url("../images/proPBg.png") repeat;
    line-height: 1000px;
    opacity: 0.0;
}

a.img_left2 .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a:hover.img_left2 .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a.imgLeftPro {
    display: block;
    position: relative;
    width: 450px;
    height: 365px;
    margin: 0px 8px 20px 7px;
    overflow: visible;
    float: left;
    text-align: center;
    background: #fff;
}

a:hover.imgLeftPro {
}

a.imgLeftPro img {
    padding: 0px 0 0;
    width: 450px;
    height: 300px;
}

a:hover.imgLeftPro img {
}

a.imgLeftPro p {
    padding: 0px;
    text-align: left;
    width: 450px;
    height: 65px;
    overflow: hidden;
    overflow: hidden;
    background: url("../images/proListTitle2.png") right bottom no-repeat;
    color: #4c545f;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-indent: 20px;
    line-height: 65px;
    font-size: 22px;
}

a:hover.imgLeftPro p {
    color: #23282e;
    background: url("../images/proListTitle.png") right bottom no-repeat;
}

a.imgLeftPro p span {
    padding-left: 20px;
    font-size: 16px;
    color: #d4d4d5
}

a:hover.imgLeftPro p span {
    padding-left: 20px;
    font-size: 16px;
    color: #23282e
}

a.imgLeftPro p img {
    opacity: 1.0;
    margin: 0 auto;
    width: 107px;
    height: 148px;
    margin-top: 120px;
}

a:hover.imgLeftPro p img {
    margin-top: 0px;
}

a.imgLeftPro .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a:hover.imgLeftPro .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a.img_left10 {
    display: block;
    position: relative;
    width: 295px;
    height: 560px;
    margin: 20px 2px 0 2px;
    overflow: visible;
    float: left;
    text-align: center;
    background: #fff;
}

a:hover.img_left10 {
}

a.img_left10 img {
    padding: 0px 0 0;
    width: 295px;
    height: 560px;
}

a:hover.img_left10 img {
}

a.img_left10 p {
    padding: 0px;
    width: 295px;
    height: 560px;
    overflow: hidden;
    overflow: hidden;
    background-color: #000;
    color: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 1200px;
    font-size: 20px;
    opacity: 0.0;
}

a:hover.img_left10 p {
    color: #fff;
    background-color: #000;
    height: 560px;
    line-height: 560px;
    opacity: 0.0;
}

a.img_left10 .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a:hover.img_left10 .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a.img_left9 {
    display: block;
    position: relative;
    width: 250px;
    height: 315px;
    margin: 20px 0 40px 60px;
    overflow: visible;
    float: left;
    text-align: center;
    background: #fff;
}

a:hover.img_left9 {
}

a.img_left9 img {
    padding: 0px 0 0;
    width: 250px;
    height: 315px;
}

a:hover.img_left9 img {
}

a.img_left9 p {
    padding: 0px;
    width: 250px;
    height: 315px;
    overflow: hidden;
    overflow: hidden;
    background-color: #fff;
    color: #666;
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 1000px;
    font-size: 20px;
    opacity: 0.0;
}

a:hover.img_left9 p {
    color: #fff;
    background-color: #000;
    line-height: 315px;
    opacity: 0.8;
}

a.img_left9 .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a:hover.img_left9 .pro_tip {
    position: absolute;
    top: 0;
    left: 30px;
    width: 51px;
    height: 94px;
    border: none;
}

a.img_left8 {
    display: block;
    position: relative;
    width: 170px;
    height: 140px;
    margin: 0px 0 0 -1px;
    overflow: visible;
    float: left;
    text-align: center;
    background: #fff;
    border-left: 1px solid #ccc;
}

a:hover.img_left8 {
}

a.img_left8 img {
    width: 90px;
    height: 90px;
    padding: 10px 0px 0;
}

a:hover.img_left8 img {
    width: 110px;
    height: 110px;
    padding: 0px 10px 0;
}

a.img_left8 p {
    padding: 0px;
    line-height: 40px;
    width: 170px;
    height: 40px;
    overflow: hidden;
    overflow: hidden;
    background-color: #fff;
    color: #666;
    position: absolute;
    bottom: 0px;
    left: 0
}

a:hover.img_left8 p {
    color: #000;
}

.products_tab {
	

}

.products_tab .content {
    padding-bottom: 30px;
}

.bigImg{
    float: left;
    width: 400px;
	padding:20px;
	border:1px solid #eee;
}

.proDetail {
    float: right;
    width: 450px;
    font: bold 18px/36px "microsoft yahei";
}

.title_pro2 {
    font: bold 24px/56px "microsoft yahei";
    margin: 20px 0 20px 0;
    color: #e5760e
}

.title_pro3 {
    font: bold 16px/30px "microsoft yahei";
    margin: 10px 0 10px 0;
    color: #333
}

/* 页码 */
/* 页码 */
#page {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    background: #fff;
}

#page a {
    color: #333;
    border: 1px #ddd solid;
    background: #fff;
    padding: 7px 12px 7px 12px;
    border-radius: 0px;
}

#page a:hover {
    background-color: #4b4b4b;
    color: #fff;
    text-decoration: none;
    border: 1px #4b4b4b solid;
}

#page span.current u {
    color: #fff;
    border: 1px #4b4b4b solid;
    background: #4b4b4b;
    padding: 7px 12px 7px 12px;
    border-radius: 0px;
    text-decoration: none;
}

.product {
    text-align: center;
    margin: 0 50px;
}

.product img {
    margin: 30px auto;
    max-width: 600px;
    border: 1px #ddd solid;
    padding: 5px;
}

.product .discribtion {
    text-align: left;
    padding: 10px;
}

.product .discribtion .title2 {
    font: normal 14px/30px "microsoft yahei";
    background: none;
    border-bottom: 1px dashed #999999;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
    color: #666666;
}

#products_tab{ margin-top:0px;}
#products_tab .title_tab2 ul {
    float: left;
    width: 100%;
}

#products_tab .title_tab2 li {
    margin: 20px 0px 0 0px;
    overflow: hidden;
    float: left;
    text-indent: 0;
    padding: 10px 30px;
    font-size: 15px;
    background: #eee;
    cursor: pointer;
    color: #666;
    font-weight: normal;
    border: 1px solid #ccc;
    border-top: 2px solid #666;
}

#products_tab .title_tab2 li#btn_21, #products_tab .title_tab2 li#btn_22, #products_tab .title_tab2 li#btn_23 {
    border-right: none;
}

#products_tab .title_tab2 li.active1 {
    background: #fff;
    color: #e5760e;
    font-weight: bold;
    border-bottom: 1px #fff solid;
}

#products_tab .content2 {
    width: 100%;
    padding: 20px;
    margin: -1px auto 30px;
    background: #fff;
    clear: both;
    border: 1px solid #ccc;
    float: left;
}

#products_tab .content2 div {
    padding: 0px 0px 0;
}

#products_tab .content2 div img {
    max-width: 860px;
    height: auto;
    padding: 0
}

/* news */
.newsShow {
    width: 601px;
    float: left;
    margin: 60px 0px 0 0px;
}

.news ul {
    text-align: center;
    list-style: none;
}

.news ul li {
    color: #999;
    margin: 0 auto;
    text-align: right;
    width: 270px;
    padding-right: 5px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #999
}

.news ul li a {
    float: left;
    line-height: 32px;
    font-size: 14px;
    color: #333333
}

.news ul li a:hover {
    color: #e5760e
}

.news3 {
    float: right;
}

.title3 {
    font: bold 20px/30px "宋体";
    text-align: center;
    background: none;
    border: none;
    padding-top: 30px;
    margin: 0;
    color: #333;
}

.title4 {
	font-size:30px;
    text-align: left;
	text-indent:20px;
	border-left:7px solid #0068b6;
    margin: 50px 0;
    color: #333;
}

.news2 .time {
    text-align: center;
    color: #666666;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    line-height: 28px;
    margin: 10px 40px 30px;
}

.news2 .back {
    text-align: right;
    margin: 20px 50px 30px 0;
}

.news2 .back a {
    color: #000000
}

.news2 ul {
    text-align: center;
    margin-top: -10px;
    list-style: none;
}

.news2 ul li {
    color: #999;
    margin: 0 auto;
    text-align: right;
    width: 800px;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #999999
}

.news2 ul li.hr {
    height: 30px;
    overflow: hidden;
}

.news2 ul li a {
    float: left;
    padding-left: 15px;
    background: url(../images/icon2.gif) left center no-repeat;
    line-height: 30px;
}

.news2 .content {
    text-align: left;
    line-height: 24px
}

.news2 .content p {
    text-indent: 2em;
    padding: 0 40px;
}

.pro_cs {
    float: right;
    width: 700px;
    margin-top: 0px;
    overflow: hidden;
    font-size: 13px;
}

.title2 {
    font-size: 36px;
    border-bottom: 1px solid #999;
    display: block;
    height: 68px;
    line-height: 68px;
    margin-bottom: 20px;
    color: #333;
}

.hr {
    border-bottom: 1px solid #ddd;
    padding-top: 50px;
}

.bdsharebuttonbox {
    margin-top: 10px;
}

img .bdsharebuttonbox {
    display: none;
}

.friend_link {
    width: 1200px;
    margin: 0px 0 0 0px;
    text-align: left
}

.friend_link a {
    color: #666;
    display: block;
    float: left;
    margin: 0 10px;
}

.friend_link a:hover {
    color: #0170c9;
    display: block;
    float: left;
    margin: 0 10px;
}

.leftMenu {
    clear: both;
    margin: 30px 0 20px;
}

.leftMenu li {
    display: inline-block;
}

.leftMenu li a {
    padding: 10px 30px;
    background: #fff;
}

.leftMenu li a:hover {
    background: #e5760e;
    color: #fff;
}

.newsIndex {
    margin-top: 120px;
}

.newsIndex .newsIndex1 {
    font-size: 18px;
    font-weight: bold;
}

.newsIndex .newsIndex2 {
    font-size: 26px;
    color: #000;
    line-height: 44px;
    font-weight: bold;
}

.title_tab6 ul {
    float: right;
    width: 740px;
    margin-top: -40px;
}

.title_tab6 li {
    margin: 0px 20px 0 3px;
    overflow: hidden;
    float: left;
    text-indent: 0;
    padding: 5px 30px;
    font-size: 15px;
    background: #fff;
    cursor: pointer;
    color: #666;
    font-weight: normal;
    border: 1px solid #ccc;
}

.title_tab6 li.active1 {
    background: #e5760e;
    color: #fff;
    font-weight: bold;
    border: 1px #e5760e solid;
}

.left_box6 {
    width: 100%;
    background: #505050;
    text-align: center;
    height: 63px;
    margin-top: -63px;
    z-index: 99999;
}

.left_box6 ul {
    width: 1200px;
    margin: 0 auto 0;
    height: 33px;
    z-index: 99999;
}

.left_box6 ul a {
    display: block;
    float: left;
    margin-top: 15px;
    padding: 5px 20px;
    background: #505050;
    color: #fff;
}

.left_box6 ul a:hover {
    padding: 5px 20px;
    background: #e5760e;
    color: #fff;
}

.newsIndex {
    width: 1200px;
    margin: 30px auto 0;
}

.newsleft {
	width:500px;
	overflow:hidden;
    float: left;
    text-align: left;
}

.news_list3 img {
    width: 430px;
    height: 255px;
}

.news_list3 .news_title {
    font-weight: bold;
    color: #000;
    padding-top: 15px;
}

.news_list3 .description {
    font-size: 12px;
}

.newsRight {
    float: right;
    width: 650px;
    line-height: 24px;
    text-align: left;
}

a.news_list4 {
    display: block;
    width: 650px;
    height: 100px;
    margin: 10px auto 10px;
    padding: 0px 0 0 0;
	border-bottom:1px dotted #ccc;
	color:#999;
}

a.news_list4 .news_title {
    font-weight: bold;
	font-size:17px;
	line-height:36px;	
	color: #666;
	
}
a:hover.news_list4,a:hover.news_list4 .news_title {
    color: #f47e37;
}
a.news_list4 .imgNews {
	height:100px;
	width:100px;
	overflow:hidden;
	float:left;
	margin-right:25px;
	padding-right:25px;
	border-right:1px solid #ccc;
}

a.news_list4 .imgNews img{
	 border-radius:80px;
	width:100px; height:100px;
}
a.news_list4 .updateTime {
    float: left;
	width:70px;
	height:70px;
    margin:10px 30px 0 0;
	background:#444;
	color:#fff;
	text-align:center;
}
a:hover.news_list4 .updateTime {
	background:#f47e37;
}

.updateD {
    font-size: 36px;
	font-weight:bold;
    margin-top: 15px;
}

.updateM {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 0px;
}



a.news_list5 {
    display: block;
    width: 1200px;
    height: 235px;
    margin: 20px 0;
    position: relative;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

a:hover.news_list5 {
    border: 1px solid #ccc;
    box-shadow: 0px 5px 6px 3px #ccc;
}

a.news_list5 .news_img {
    width: 400px;
    height: 235px;
    float: left;
}

a.news_list5 .news_title {
    position: absolute;
    top: 50px;
    left: 450px;
    font-size: 18px;
}

a.news_list5 .newsDes {
    position: absolute;
    top: 90px;
    left: 450px;
    font-size: 14px;
}

a.news_list5 .updatetime {
    width: 65px;
    height: 72px;
    position: absolute;
    top: 0px;
    left: 1100px;
    text-align: center;
    background: url("../images/dateBg.png") left top no-repeat;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

a:hover.news_list5 .updatetime {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a.news_list5 .updatetime .d {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
}

a.news_list5 .ym {
    position: absolute;
    bottom: 0px;
    left: 8px;
    font-size: 13px;
}

a.news_list6 {
    display: block;
    width: 380px;
    height: 380px;
    margin:0 10px 60px ;
    position: relative;
	box-shadow: 5px 5px 10px 0px #ccc;
    background: #f7f7f7;
	float:left;
}
a.news_list6 img{
    width: 380px;
    height: 230px;
}
a.news_list6 .news_title {
    position: absolute;
    top: 230px;
	padding:20px;
	font-weight:bold;
	font-size:18px;
}

a.news_list6 .newsDes {
    position: absolute;
    top: 260px;
	padding:20px;
}
a.news_list6 .updatetime{
	display:none;
}
/*悬浮框*/
#xuanfu {
    position: fixed;
    width: 56px;
    top: 500px;
    right: 0;
    z-index: 99999;
}

#xuanfu ul li {
    width: 100%;
    height: 56px;
    display: block;
    margin-bottom: 1px;
    position: relative;
}

#xuanfu ul li .pic3 {
    display: none;
    position: absolute;
    left: -114px;
    top: -57px;
}

#xuanfu ul li .pic23 {
    display: none;
    position: absolute;
    left: -200px;
    top: -56px;
}

.cont_info {
    width: 1070x;
    margin: 0 auto;
}

#dituContent {
    width: 1070px;
    border: #fff solid 2px;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 12px;
    line-height: 20px;
    clear: right;
}

#dituContent2 {
    width: 447px;
    float: right;
    height: 147px;
    border: #000 solid 2px;
    margin-top: 50px;
    font-size: 12px;
    line-height: 20px;
}

/*form*/
.form_input_div {
    width: 210px;
    overflow: hidden;
    float: left;
    clear: left;
}

.form_input_div2 {
    width: 260px;
    overflow: hidden;
    float: right;
}

.form {
    margin: 0 auto;
    width: 1070px;
    height: 350px;
    overflow: hidden;
    margin-top: 50px;
    font-family: "Microsoft YaHei";

}

.form .form_text, #dituContent2 .form_text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #555
}

.formBox {
    width: 490px;
    height: 270px;
    overflow: hidden;
    padding-left: 70px;
    border-left: 1px solid #ccc;
    float: right;
}

.form input {
    width: 190px;
    padding: 3px 8px;
    line-height: 30px;
    border-radius: 0px;
    border: 1px #ddd solid;
    background: #fff;
    outline: none;
    resize: none;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #bbb;
    font-size: 15px;

}

.form textarea {
    width: 240px;
    height: 146px;
    padding: 3px 8px;
    line-height: 24px;
    border: 1px #ddd solid;
    margin-top: 12px;
    color: #bbb;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}

.form .submit_bt {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 206px;
    clear: both;
    display: block;
    margin: 11px auto 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #f47e37;
    border: 2px solid #f47e37;
}

.form input:hover.submit_bt {
    background: #000;
    border-color: #000;
    color: #fff;
}

.contactInfor {
    width: 500px;
    float: left;
    overflow: hidden;
	font-size:16px;
	line-height:24px;
	color:#999;
}

.titlePro {
    width: 930px;
    text-align: center;
    height: 80px;
    line-height: 50px;
    color: #000;
    font-size: 35px;
    margin-bottom: 50px;
    background: url("../images/iconProTitle.png") center bottom no-repeat;
}

.cnt_in3 {
    width: 1300px;
    margin: 0 auto;
}

.proB {
    margin: 60px 0 0 300px
}

.imgs img {
    width: 400px;
    height: 300px;
    float: left;
    margin: 20px 0 0 33px;
}

.vr {
    float: right;
    width: 240px;
    height: 240px;
}
.linkOut{float:right; width:1025px;}
.link{display:block; float:left;height:95px;width:204px;border-right:1px solid #ccc; margin:15px 0 0 0}
.linkOut a.link1{ background:url(../images/icons.jpg) -10px -35px no-repeat;}
.linkOut a:hover.link1{ background:url(../images/icons.jpg) -10px -165px no-repeat;}
.linkOut a.link2{ background:url(../images/icons.jpg) -215px -35px no-repeat;}
.linkOut a:hover.link2{ background:url(../images/icons.jpg) -215px -165px no-repeat;}
.linkOut a.link3{ background:url(../images/icons.jpg) -425px -35px no-repeat;}
.linkOut a:hover.link3{ background:url(../images/icons.jpg) -425px -165px no-repeat;}
.linkOut a.link4{ background:url(../images/icons.jpg) -635px -35px no-repeat;}
.linkOut a:hover.link4{ background:url(../images/icons.jpg) -635px -165px no-repeat;}
.linkOut a.link5{ background:url(../images/icons.jpg) -850px -35px no-repeat;}
.linkOut a:hover.link5{ background:url(../images/icons.jpg) -850px -165px no-repeat;}

.links{float:right; font-size:30px; margin-top:20px;}
.links a{ padding:0 0 0 10px; }
.bshare-custom{float:right; width:240px;margin-top:20px;}
.links2{float:right; }
.links2 a{ padding:0 5px; border-left:1px  solid #666;}

.linkOut2 a.link1{ background:url(../images/iconsEn.jpg) -10px -35px no-repeat;}
.linkOut2 a:hover.link1{ background:url(../images/iconsEn.jpg) -10px -170px no-repeat;}
.linkOut2 a.link2{ background:url(../images/iconsEn.jpg) -215px -35px no-repeat;}
.linkOut2 a:hover.link2{ background:url(../images/iconsEn.jpg) -215px -170px no-repeat;}
.linkOut2 a.link3{ background:url(../images/iconsEn.jpg) -425px -35px no-repeat;}
.linkOut2 a:hover.link3{ background:url(../images/iconsEn.jpg) -425px -170px no-repeat;}
.linkOut2 a.link4{ background:url(../images/iconsEn.jpg) -635px -38px no-repeat;}
.linkOut2 a:hover.link4{ background:url(../images/iconsEn.jpg) -635px -170px no-repeat;}
.linkOut2 a.link5{ background:url(../images/iconsEn.jpg) -850px -35px no-repeat;}
.linkOut2 a:hover.link5{ background:url(../images/iconsEn.jpg) -850px -170px no-repeat;}
