.c1{           
    margin:0 0 0;  
                height:105px;  
       background:url(/images/logo.jpg) no-repeat center top;         
    text-align:center;               
} 

.c2{           
margin:0 0 0; 
height:430px;  
    text-align:center;               
} 


html, body {
    font: 14px "microsoft yahei";
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, dl, dd, dt, ul, ol, li, body {
    margin: 0;
    padding: 0;
}

ul, ol, dl, dd, dt {
    list-style: none;
}

input, button, textarea {
    outline: none;
    font-family: "microsoft yahei";
}
.c{clear:both;}
a {
    color: #000;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.content {
    width: 1200px;
    margin: 0 auto;

    box-sizing: border-box;
}
.content1{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
	padding-top:60px;
	padding-bottom:80px;
}
.content2 {
    width: 600px;
    margin: 0 auto;

}
.cl:after, .content:after {
    content: " ";
    display: block;
    clear: both;
}

.show_top,
.show_bottom,
.show_left,
.show_right {
    opacity: 0;
    animation-name: none;
}

.show_top.animate {
    animation-name: showtop;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: showtop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

.show_bottom.animate {
    animation-name: showbottom;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: showbottom;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

.show_left.animate {
    animation-name: showleft;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: showleft;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

.show_right.animate {
    animation-name: showright;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: showright;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

@keyframes showtop {
    0% {
        transform: translatey(-50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}
@-webkit-keyframes showtop {
    0% {
        transform: translatey(-50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}

@keyframes showbottom {
    0% {
        transform: translatey(50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}
@-webkit-keyframes showbottom {
    0% {
        transform: translatey(50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}

@keyframes showright {
    0% {
        transform: translatex(50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}
@-webkit-keyframes showright {
    0% {
        transform: translatex(50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}

@keyframes showleft {
    0% {
        transform: translatex(-50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}
@-webkit-keyframes showleft {
    0% {
        transform: translatex(-50px);
        opacity: 0;
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}
/*body {
    padding-top: 120px;
}¨¨&iquest;&#8482;¨¦&#8225;&#338;&auml;&cedil;&ordm;&aring;&#8226;&yen;&ccedil;&raquo;&#8482;¨¦¡ª&acute;¨¨¡¤&#157;*/

.index_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0px;
    background: #fff;
    z-index: 100;
}

.nav > ul {
    margin-left: 60px;
	padding-top:15px;
}

.nav > ul > li {
    position: relative;
    float: left;
    margin: 0 25px;
    line-height: 50px;
}

.nav > ul > li a {
    display: block;
    color: #333;
}

.nav > ul > li a:hover {
    color: #ff6600;
}
.nav > ul > li.show >a {
    color: #ff6600;
}

.nav > ul > li ul {
    position: absolute;
    top: 63px;
    left: -40px;
    width: 145px;
    font-size: 14px;
    text-align: center;
	line-height:32px;
    background: #28166E;
    opacity: 0;
	
    visibility: hidden;
    transition: all .3s ease;
}
.nav > ul > li ul a{color:#fff;}
.nav > ul > li ul a:hover{
    background: #ff6600;
	color:#fff;

}

.nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
}

.lang a{
    display: inline-block;
    height: 13px;
    margin: 16px 10px;
}
.lang a{
    color:#fff;
}
.lang a:hover{
    color:#fb9816;
}

.search{width:170px; float:left; padding-left:17px;}
.search p{text-align:right;}
.search p img{margin-left:10px;}
.search .qc2{width:163px; height:32px; background:url(../images/sbg.png) no-repeat; margin-top:10px;}
.search .qc2 .input1{width:120px; height:24px; padding-left:10px; margin-top:3px; float:left; background:none; outline:none; border:none; color:#CCCCCC; line-height:24px;}
.search .qc2 .input2{width:20px; float:right; margin-top:8px; margin-right:10px;}
.search .qc2 span a{
    display: inline-block;
    height: 13px;
    margin: 16px 10px;
	color:#fff;
}
.search .qc2 span a:hover{
    color:#fb9816;
}

/************** banner ***********/
.banner {
    position: relative;
    height: 502px;
    overflow: hidden;
	padding-top:120px;
}

.banner_img li {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: all .5s ease;
}

.banner_img li.index {
    opacity: 1;
    z-index: 10;
}

.banner_img img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.banner_index {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 50;
    margin-left: -39px;
}

.banner_index li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    border-radius: 50%;
    background: #fff;
    transition: all .5s ease;
    cursor: pointer;
}

.banner_index li.show {
    background: #ff6600;
}

.product_tt {
    text-align: center;
    margin-top: 88px;
}

.product_tt .product_tt_fb9816 {
    font-weight: bold;
    font-size: 32px;
    color: #bf1113;
}

.product_tt .product_tt_090909 {
    font-size: 26px;
    color: #090909;
}

.index_product_list li {
    margin-top: 145px;
    padding: 44px 0 60px;
    background: #f2f2f2;
}

.index_product_list li .content {
    position: relative;
}

.product_pic {
    position: absolute;
    bottom: -60px;
    width: 600px;
    text-align: center;
}
.product_rt{
    right: 0;
}
.product_text {
    width: 600px;
}

.product_text_tt {
    font-size: 36px;
    line-height: 50px;
    color: #bf1113;
}

.product_text_list {
    font-size: 20px;
    line-height: 40px;
}

.contact_tt {
     font-weight: bold;
    font-size: 32px;
    color: #bf1113;
    text-align: center;
    margin: 90px 0 50px;
}

.contact_list {
    background: #bf1113;
}

.contact_list li {
    float: left;
    width: 25%;
    height: 280px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 55px 0;
}

.contact_list li p {
    margin-top: 30px;
}

.contact_list_text {
    font-size: 18px;
    line-height: 24px;
}

.foot_nav {
    padding: 40px 0;
}

.foot_nav > .content > ul > li {
    float: left;
    width: 25%;
}

.foot_nav li a {
    font-size: 14px;
    line-height: 38px;
    color: #7e7e7e;
}

.foot_nav li a:hover {
    color: #bf1113;
}

.foot_nav .foot_nav_first {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 16px;
}

.copyright{height:50px; line-height:50px; background:#0D5B95;}
.copyright_main{width:1200px; margin:0px auto; color:#fff;line-height:50px; font-size:14px;}
.copyright_main span{float:right; color:#fff;}
.copyright_main span img{ vertical-align:middle;}
.copyright_main span a{color:#fff;}
.copyright_main span a:hover{color:#ffcc00;}
.copyright_main span img{margin-left:10px;}

.page_banner {
    overflow: hidden;
    /* padding-top:120px; */
}

.page_banner img {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.page_main{
    padding-bottom: 50px;
}
.page_nav {
    margin: 50px 0 20px;
}

.page_nav ul {
    text-align: center;
}

.page_nav li {
    display: inline-block;
    margin: 0 10px;
}

.page_nav li a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background: #008F9B;
	font-size:14px;
}

.page_nav li.show a, .page_nav li a:hover {
    background: #ff6600;
}

.about_text {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 20px;
    text-align: justify;
}

.product_list ul {
    margin: 0 -13px;
	height:450px;
}

.product_list li {
    float: left;
    width: 291px;
    box-sizing: border-box;
    margin: 0 6px 30px;
}

.product_list_img img {
	    border: 1px solid #e8e8e8;
		padding:3px;
		width:278px; 
		height:210px;
}

.product_list_text {
    font-size: 13px;
    line-height: 32px;
    text-align: center;

}

.product_list_text a {
    color: #333;
}

.product_list li:hover a {
color: #ff6600;
}


.page_index {
    text-align: center;
    margin-top: 30px;
}

.page_index a {
    margin: 20px 10px 0;
    padding: 7px 15px;
    background: #e0e0e0;
    font-size: 14px;
    border-radius: 3px;
}

.page_index a.show, .page_index a:hover {
    background: #ff6600;
    color: #fff;
}
.news_list ul {
    margin: 20px -14px 0;
}
.news_list li {
    float: left;
    width: 586px;
    margin: 14px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.news_list li:after {
    display: block;
    content: " ";
    clear: both;
}

.news_pic {
    float: left;
    width: 100px;
    height: 120px;
    overflow: hidden;
}
.news_pic img{
    width: 100px;
    height: 100px;
}
.news_text {
    float: right;
    width: 460px;
    box-sizing: border-box;
}

.news_tt {
    line-height: 30px;
}

.news_tt a:hover {
    color: #bf1113;
}

.news_time, .news_detail a {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #7d7d7d;
}

.news_time {
    margin-top: 17px;
    padding-left: 17px;
    background: url(../images/news_time_icon.png) no-repeat left center;
}

.news_detail a:hover {
    color: #000;
}
.news_detail_tt{
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
	color:#ff6600;
}
.news_detail_text{
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
}
.news_detail_next p{
    font-size: 14px;
    line-height: 24px;
}

.news_list1 ul {
    margin: 20px -14px 0;
}
.news_list1 li {
    float: left;
    width: 1200px;
    margin: 14px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.news_list1 li:after {
    display: block;
    content: " ";
    clear: both;
}

.news_pic1 {
    float: left;
    width: 190px;
    height: 270px;
    overflow: hidden;
	padding:3px;
	border:1px solid #efefef;
}
.news_pic1 img{
    width: 190px;
    height: 270px;
}
.news_text1 {
    float: right;
    width: 960px;
    box-sizing: border-box;
}

.news_tt1 {
    line-height: 30px;
	font-size:18px;
	color:#28166E;
	font-weight:bold;
}
.news_tt1 span{
    line-height: 30px;
	font-size:14px;
	color:#333;

}
.news_tt1 a:hover {
    color: #bf1113;
}

.news_time1, .news_detail1 a {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #333;
}
.news_detail1{
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.news_time1 {
    margin-top: 17px;
    padding-left: 17px;
    background: url(../images/news_time_icon.png) no-repeat left center;
}

.news_detail1 a:hover {
    color: #333;
}
.news_detail_tt1{
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
	color:#ff6600;
}
.news_detail_text1{
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
}
.news_detail_next1 p{
    font-size: 14px;
    line-height: 24px;
}
.product_detail_tt{
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    margin-top: 40px;
    padding-left: 10px;
    color: #fff;
    background: #36383E;
}

.product_detail_text{
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}

.product_detail_list {
    padding:25px 0;
    overflow: hidden;
}
.product_detail_list ul{
    margin: 0 -10px;
    position: relative;
}
.product_detail_list li{
    float: left;
    width: 212px;
	height:164px;
    margin: 0 10px;
    text-align: center;
}
.product_detail_list li .product_detail_list_pic{
    height: 164px;
    box-sizing:border-box ;
    overflow: hidden;
}
.product_detail_list li img{
    width: 202px;
	height:154px;
	border: 1px solid #efefef;
	padding:3px;
}
.product_detail_list li p a{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    transition: all .5s ease;
}
.product_detail_list li:hover p a {
    color: #ff6600;
}
.product_detail_info_l{
    position: relative;
    float: left;
    width: 600px;
}
.product_big{
    width: 600px;
	height: 450px;
    border: 1px solid #e9e9e9;
	padding:3px;
}
.img_mark{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: url(../images/mark_bg.png) no-repeat center;
    background-size: 100%;
    margin: -100px 0 0 -100px;
    display: none;
}
.zoom_box{
    position: absolute;
    top: 0;
    right: -405px;
    width: 400px;
    height: 400px;
    border: 1px solid #e9e9e9;
    display: none ;
}
.product_big img{
    width: 100%;
}
.product_small_list{
    margin-left: 4px;
    width: 360px;
    overflow: hidden;
}
.product_small_list li{
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 1px;
    margin: 0 6px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;

}
.product_small_list li img{
    width: 100%;
}
.product_small_list li.show{
    border: 2px solid  #bf1113;
    padding: 0;
}
.product_small_btn{
    width: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-family: &aring;&reg;&#8249;&auml;&frac12;¡°;
    border: 1px solid #ccc;
    background: #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
}
.product_detail_info_r{
    float: right;
    width: 550px;
}
.product_detail_info_name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
}
.product_detail_info_text{
    font-size: 14px;
    line-height: 24px;
}
.product_detail_info_next{
    margin-top: 40px;
    font-size: 14px;
}
.product_detail_info_next p{
    height: 24px;
    line-height: 24px;
}
.product_detail_info_next p a:hover{
    color:#bf1113;
}
.message{
    margin-top: 40px;
}
.message_box p{
    margin: 20px 0;
}
.message_box p.next{
    margin: 7px 0;
}
.message_box p span{
    display: inline-block;
    margin-right: 10px;
    width: 60px;
    text-align: left;
}
.message_box p input{
    width: 200px;
    line-height: 24px;
    padding-left: 5px;
}
.message_box p textarea{
    width: 500px;
    height: 120px;
    vertical-align: top;
    resize:none;
    padding: 5px;
}
.sub,.res{
    width:100px;
    line-height: 30px;
    border-radius: 3px;
    border: 0;
    color:#fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease    ;
    margin-bottom: 25px;
}
.sub{
    background: #bf1113;
    margin-left: 110px;
    border: 1px solid #bf1113;
}
.sub:hover{
    background: #fff;
    color:#bf1113;
}
.res{
    background: #ababab;
    border: 1px solid #ababab;
}
.res:hover{
    background: #fff;
    color: #ababab;
}
.copy{
  width: 100%;
  padding: 50px 0px;
  margin-top: 10px;
  background: #36383e;
  float: left;
}
.copybot{
  width: 1200px;
  margin: 0px auto;
}
.copybot dl dt {
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  text-transform: uppercase;
}
.copybot dl dd a{
  color: #ccc;
}
.copybot dl dd a:hover{
  color: #ff6600;
}
.copybot dl {
  float: left;width: 240px; 
}
.copybot dl {
  color: #cdcdcd;
  line-height: 30px;
  font-size: 12px;

}
.copybot span {
  float: left;width: 500px; padding-left:100px;
}
.copybot span p {
  color: #fff;
  line-height: 36px;
  font-size: 16px;
}

.can_box ul {
    margin: 0 -13px;
}

.can_box li {
    float: left;
    width: 25%;
    padding: 0 13px;
    margin: 20px 0 0px;
    box-sizing: border-box;
}

.can_pic {
    width: 280px;
    height: 130px;
    overflow: hidden;
}

.can_pic img {
    width: 100%;
}

.can_text {
    height: 130px;
    padding: 22px 0px 0px 0px;;
    box-sizing: border-box;
    transition: all .3s ease;
}

.can_text_tt {
    font-size: 14px;
    margin-bottom: 7px;
    transition: all .3s ease;
	color:#333;
	float:left;
}
.can_text_tt a{
    color: #ff6600;
	font-weight:bold;
}
.can_text_tt a:hover{
    color: #ff6600;
	font-weight:bold;
}
.can_text_detail {
    font-size: 14px;
    line-height: 22px;
    transition: all .3s ease;
	float:left;
	color:#666666;
}
.can_text_detail a{
    color: #333;
	float:left;
}
.can_box li:hover .can_text {
	float:left;
}

.can_box li:hover .can_text_tt a, .can_box li:hover .can_text_detail a{
    color: #ff6600;
}
.detailmore a{
    font-size: 14px;
	color:#666666;
	background-color:#efefef;
	width:115px;
	height:36px;
	padding:5px 10px 5px 10px;
}
.detailmore a:hover{
    font-size: 14px;
	color:#fff;
	background-color:#ff6600;
	width:115px;
	height:36px;
	padding:5px 10px 5px 10px;
}

.detailmore1 a{
    font-size: 14px;
	color:#fff;
	background-color:#666;
	width:115px;
	height:36px;
	padding:5px 10px 5px 10px;
}
.detailmore1 a:hover{
    font-size: 14px;
	color:#fff;
	background-color:#E98900;
	width:115px;
	height:36px;
	padding:5px 10px 5px 10px;
}
/* about */
.m-about{
    height:500px;
    padding: 80px 0 ;
    box-sizing: border-box;
	background-image:url(../images/aboutbg.jpg)
}

.m-about-lf{
    width: 500px;
}
.m-about-name{
    font-size: 32px;
    color:#fff;
    margin-bottom: 20px;
}
.m-about-infor{
    font-size: 14px;
	color:#fff;

}
.m-about-rt{
    width: 700px;
    color:#fff;
	font-size: 14px;
    line-height:28px;
}
.product{width: 100%; float: left; padding-top:50px; padding-bottom:50px;}
.main{width: 1200px;margin:0px auto;}

.pro_l{width: 600px;margin-right: 10px; float: left;}
.pro_l_tit{ font-size: 38px;text-transform: uppercase;color: #ff6600; position: relative; line-height: 45px; padding-bottom:10px;}
.pro_l_tit:before{content: ''; width: 55px; height: 3px; background: #ff6600; position: absolute;
left: 0px; bottom: 0px; }
.pro_l_tit2{ font-size: 14px; line-height:46px;}
.col_f60{color: #ff6600}

.pro_l ul{width: 600px; float: left;}
.pro_l ul li {width: 600px;float: left; position: relative; text-align: center; line-height: 40px;height: 450px; overflow: hidden; cursor: pointer;}
.pro_l ul li a {width: 100%;color: #fff; display: inline-block; text-align: left; font-size:14px;}
.pro_l ul li p {position: absolute; bottom: 0px;left:10px;width: 100%;background:rgba(0,0,0,0.4); height: 450px;left: 0px;z-index:7;}
.pro_l ul li b { position: absolute; bottom: 0px;width: 100%;left: 10px; }
.pro_l ul li b a{font-size:14px;}


.pro_r{width: 590px; float: left;}
.pro_r ul li {width: 290px;  float: left; position: relative; text-align: center; line-height: 40px;margin-bottom: 10px;margin-right: 10px;height: 270px; overflow: hidden; cursor: pointer;}
.pro_r ul li:nth-child(2n){ margin-right: 0px; }
.pro_r ul li a {width: 100%;color: #fff; display: inline-block; text-align: center;font-size:14px;}
.pro_r ul li p {position: absolute; bottom: 0px;left: 0%;width: 100%;background:rgba(0,0,0,0.4); height: 270px;left: 0px;z-index:7;}
.pro_r ul li b { position: absolute; bottom: 0px;width: 100%;left: 0px; }
.pro_r ul li b a{font-size:14px;}


.product ul li img {
    -webkit-transition: -webkit-transform .7s;
  -moz-transition: -moz-transform .7s;
  -o-transition: -o-transform .7s;
  transition: transform .7s;
}
.product ul li a:hover b,.product ul li a:hover p{display: none;}
.product ul li a:hover img {-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); 
}
/*¨¦&brvbar;¨C¨¦&iexcl;&micro;*/
.about{
    width: 100%; 
    float: left; 
    height: 430px;
    font-size: 14px;
    color: #333333;
	padding-top:40px;
padding-bottom:0px;
}
.main{
    width: 1200px;
    margin:0px auto;
}

.about_l {
    width: 650px; 
    float: left; 
    height: 370px; 
    background: #f7f7f7;
    padding: 20px 30px 20px;
}
.aboutl_tit{
    font-size: 26px;
    color: #28166e; 
    line-height: 40px; 
    position: relative;
}
.aboutl_tit i{
    font-size: 18px; 
    color: #dbdbdb; 
    text-transform: uppercase; 
    font-style: normal;
    margin-left: 15px;
}

.aboutl_tit:before{
    content: '';
    position: absolute; 
    bottom:0px ;
    left:0px; 
    width: 40px;
    height: 2px; 
    background: #ff6600
}
.about_l p {
    padding-top: 20px;
    line-height: 30px;
}
.about_r{

    width: 550px;
    float: left;
text-align:center;
    background: #f7f7f7;
    height: 370px;
}

.aboutr_tit{
    line-height: 50px;
    font-size: 20px;
    color: #ff6600;
    text-indent: 10px;
}
.aboutr_tit i{
    font-style: normal;
    font-size: 18px; 
    color: #e0e0e0;
    margin-left: 15px;
}
.zhuanye{
    width: 100%;
    float: left;
    margin:50px 0px; 
}
.zhuanye_tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #25126b;
    color: #fff;
}
.zhuanye_tit dt {
    width: 140px;
    text-align: center;
    float: left;
}
.zhuanye_tit a{
    color: #fff;
    padding: 0px 25px;
    display: inline-block;
}
.zhuanye_tit a.hover{
    background: #ff6600
}
.majorcon{
    display: none;
    margin-top: 25px;
}
.majorcon:first-child{
    display: block;
}
.majorcon img {
    float: left;
    width: 510px;
}
.major_r{
    width: 660px;
    margin-left: 30px;
    float: left;
}
.major_tit{
    font-size: 24px;
    color: #25126b;
    padding-bottom: 10px; 
}
.major_r dl dt{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 25px;
}
.major_r span a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background:#25126b;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.major_r span a:hover {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background:#ff6600;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.news{
    width: 100%;
padding-top: 20px;
    padding-bottom: 60px;
    float: left;
}
.news-con{
    width: 370px;
    float: left;
    margin-right:45px
}
.news-con:nth-child(3){
    margin-right: 0px;
}
.news-tit{
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    color: #25126b
}
.news-tit span {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.news-con ul li {
    line-height: 37px;
}
.news-con ul li p {
    width: 70%; 
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float: left;
}
.news-con ul{
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
}
.news-con ul li{
    width: 100%;
    height: 37px;
    border-bottom: 1px dashed #cccccc
}
.news-con ul li span{ float: right; }
.news-con ul li a:hover {
    color: #25126b
}
.copyright_con{
    width: 100%;
    height: 260px;
    position£ºrelative;
    float: left;
    background: url(../images/bg.jpg) center center no-repeat;
}
.copyright_l{
    width: 670px;
    margin-right: 130px;
    float: left;
}
.copy_tit{
    width: 100%; 
    float: left;
    color: #25126b;
    font-size: 20px;
    line-height: 50px;
}
.copy_tit i{
    font-size: 16px;
    color: #dfdfdf;
    text-transform: uppercase;
    margin-left: 10px;
    font-style: normal;
}
.copyright_l ul,.copyright_l ul li{
    width: 100%; 
    float: left;
}
.copyright_l ul li{
    margin-bottom: 20px;
}
.copyright_l ul li p.wid_280{
    width: 280px;
    float: left;
    height: 45px;
    line-height: 45px;
    border:1px solid #bcbdc0;
    background: #fff;

}
.copyright_l ul li p.wid_280 input {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border:none;
}
.copyright_l ul li p.wid_610{
    width: 610px;
    float: left;
    height: 45px;
    line-height: 45px;
    border:1px solid #bcbdc0;
    background: #fff;

}
.copyright_l ul li p.wid_610 input {
    width: 500px;
    height: 40px;
    line-height: 40px;
    border:none;
}
.copyright_l ul li p span {
    width: 80px;
    font-size: 14px;
    line-height: 45px;
    color: #666666;
    text-align: right;
    display: inline-block;
}
.copyright_l ul li small{
    float: left;
    margin:0px 30px 0px 10px;
    color: #ff0f0f;
    line-height: 45px;
}
.textarea_con{
    width: 610px;
    height: 160px;
    border:1px solid #bcbdc0;
    background: #fff;
    position: relative;
    float: left;
}
.textarea_con span {
    position: absolute;
}
.textarea_con textarea{
    text-indent: 100px;
    width: 600px;
    height: 150px;
    line-height: 45px;
    border:none;
    resize: none;
}
.submit{
    width: 121px;
    height: 38px;
    line-height: 38px;
    background: #ff6600;
    color: #fff;
    border:none;
    font-size: 18px;
}
.copyright_r{
    width: 340px;
    float: left;
}
.copy_tit2{
    font-size: 20px;
    color: #ff6600;
    padding: 20px 0px 5px 0px;
    width: 100%; 
    float: left; 
}
.copyright_r ul li {
    font-size: 14px;
    line-height: 26px;
    color: #333333
}
.copy_tit3{
    font-size: 18px;
    color: #25126b;
    padding:15px 0px 10px 0px;
    width: 100%;
    float: left;
}
.copyright_r ol{
    width: 100%;
    float: left;
}
.copyright_r ol li {
    width: 150px;
    float: left;
    margin-right: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333333
}
.copyright_r ol li:last-child{
    margin-right: 0px
}

