/*全局基础设置css*/
* { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: none; }
a:focus { outline: none; }
a:link, a:visited, a:hover, a:active { text-decoration: none; }
img { border: none; }
input, select, textarea { outline: 0; }
textarea { resize: none; }
table { border-collapse: collapse; border-spacing: 0; }
var, em { font-weight: normal; font-style: normal; }
ul, ol, dl { list-style: none; }
body{font-family: "Microsoft YaHei"; font-size: 14px; min-width: 1050px;}
.fl{float: left;}
.fr{float: right;}
.fc{overflow: hidden;}

.g_header{background: #433c36;height: 70px;line-height: 70px;color: #93cdc7;}
.g_header .m_header{width:1050px;margin:0 auto;font-size: 16px;}
.g_header .m_header a{color: #93cdc7;}
.g_main{background: url(../images/bg.jpg) center 0 no-repeat;height: 1059px;}
.g_main .m_main{width:1050px;margin:0 auto;padding:200px 0 150px;}
.left_part{width:250px;padding-left: 20px;}
.left_part h1{text-indent: -9999px;background: url(../images/tit.png) 0 0 no-repeat;height: 114px;}
.left_part p{font-size: 12px;color: #074449;padding-top: 15px;}
.right_part{width:410px;}
.right_part h2{color: #074449;font-size: 18px;margin-bottom: 10px;}
.right_part p{font-size: 14px;color: #074449;line-height: 1.5em;}
.right_part h2.intro_tit{color: #996d43;margin-bottom: 15px;}
.right_part p.intro_txt{margin-bottom: 90px;}
.mb30{margin-bottom: 30px;}
.product_features{clear: both;padding-top: 240px;}
.product_features h2{color: #8d5b2b;font-size: 22px;margin-bottom: 10px;}
.product_features p{font-size: 18px;color: #074449;line-height: 1.5em;}
.g_footer{background: #433c36;height: 70px;line-height: 70px;color: #93cdc7;}
.g_footer .m_footer{width:1050px;margin:0 auto;font-size: 14px;text-align: center;}
.g_footer .m_footer a{color: #93cdc7;}